@charset "UTF-8";
/* CSS Document */
h2 {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 3rem 1.5rem 185px;
  border: 2px solid #6cbb5a;
  color: #333;
  line-height: 1em;
  font-size: 2.2rem;
}
h2:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 280px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #6cbb5a;
}
h2 span {
  font-size: 1.6rem;
  position: absolute;
  z-index: 1;
  display: block;
  color: #fff;
  top: 50%;
  left: 87px;
  transform: translate(-50%,-50%);
}
.info > .flex {
  justify-content: center;
}
.info > .flex div {
  margin: 80px;
}
.info > .flex li p{
	padding: 10px 0;
}
.info .top_img {
  margin-left: 60px;
  margin-top: 120px;
}
.info .top_img img {
  width: 28rem;
}
.info ul {
  margin-top: 60px;
}
.info ul li {
  margin: 20px auto;
}
.info ul li .item {
  background:#F4F5F7;
  min-width: 180px;
  padding: 10px 20px;
  text-align: center;
  margin-right: 30px;
}
.faq {
  padding: 80px;
	box-sizing: border-box;
}
.faq h3 {
  font-size: 30px;
  text-align: center;
  position: relative;
}
.faq h3::before {
  content: '';
  width: 40px;
  height: 5px;
  background: #6cbb5a;
  display: inline-block;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -10px;
  border-radius: 10px;
}
.faq h6{
	font-weight: bold;
	color: #6cbb5a;
}
.content_nav ul{
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}


.content_nav ul li{
	width: calc(100% / 4 - 40px);
	margin: 20px;
	box-sizing: border-box;
	border-radius: 15px;
	border: 1px solid #555;
	padding: 20px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.1em;
}
.content_nav02 ul li{
	width: calc(100% / 4 - 40px);
	margin: 20px;
	box-sizing: border-box;
	border-radius: 15px;
	border: 1px solid #555;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
}
.content_nav ul li>a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
justify-content: center;
align-items: center;
}
.content_nav ul li>a:after{
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  padding-left: 15px;/*文字との隙間*/
  color: #6cbb5a;/*アイコンの色*/
}

.dr .content_nav li{
	width: calc(100% / 2 - 40px);
}
/*.dr .content_nav li:first-child{
	width: calc(100% / 1 - 40px);
}*/
@media screen and (max-width:767px) {
	/* .content_nav ul{
	flex-direction: column;
} */
.dr .content_nav li {
    width:100% !important;
		margin: 10px auto;
}
}
.content_nav ul li.cs{
	position: relative;
}
.content_nav ul li.cs:before{
	position: absolute;
	content: "comingsoon";
	background: rgba( 214,214,214 , 0.8 );
color: red;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-self: center;
align-items: center;
border-radius: 15px;
}
.endai_index table{
	width: 100%;
	margin: 20px auto 60px;
}
.endai_index table tr{
	border:1px solid #ccc;
}
.endai_index table tr th,
.endai_index table tr td{
	border:1px solid #ccc;
	box-sizing: border-box;
	padding: 5px 10px;
	vertical-align: middle;
	font-size: 0.9rem;
	white-space: nowrap;
}

.endai_index table tr th{
	background: #6cbb5a;
	color: #fff;
	text-align: center;
}




h4{
	background: #6cbb5a;
	color: #fff;
	text-align: center;
	    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}
h4.flex{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}

ul.sub_nav{
	display: flex;
	justify-content:space-between;
	margin-bottom: 50px;
	flex-wrap: wrap;
}
ul.sub_nav li{
	width: calc(100% / 2 - 20px);
	border:2px solid #6cbb5a;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	margin: 20px 0;
}
ul.sub_nav li > a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    padding-left: 15px;
    color: #6cbb5a;
}
ul.ra_list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 10px;
}
ul.ra_list li{
	width: calc(100% / 1);
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
	margin: 0 auto;
}
ul.ra_list li:before{
	font-family: "Font Awesome 5 Free";
	content: "\f152";
	position: absolute;
	font-weight: bold;
	left: 0;
		color: #6cbb5a;
	top: 10px;

	
}
ul.ra_list li span{
	color: #6cbb5a;
	font-weight: bold;
	font-size: 120%;
	margin-right: 40px;
}
h5{
	text-align: center;
	color: #6cbb5a;
	font-weight: bold;
	font-size: 23px;
	
}
h5>span{
	display: block;
	font-size: 80%;
}
.btn_onedrive{
	background: #6cbb5a;
	padding: 15px 20px; 
	box-sizing: border-box;
	width: 300px;
	text-align: center;
	margin: 20px auto 20px;
	border-radius: 20px;
}
.btn_onedrive a{
	color: #fff;
}
p.kome{
	width: 100%;
	text-align: center;
}
p.kome:before{
	content: "※";
}
@media screen and (max-width:980px) {
  .info > .flex {
    flex-direction: column-reverse;
  }  
  .info .top_img {
    margin: 20px auto 60px;
  }
}
@media screen and (max-width:767px) {
  h2 {
    font-size: 1.2rem;
    padding: .6em .6em .6em 130px;
  }
  h2 span {
    font-size: 1em;
  left: 55px;

  }
  h2::before {
    left: -140px;
  }
  .info > .flex div {
    margin: 0;
  }
  .info .top_img img {
    width: 18rem;
  }
  .info ul li .item {
    min-width: 120px;
    padding: 10px;
  }
			.endai_index{
		width: 100%;
		overflow-x: scroll;
	}
	.endai_index table{
		width: 1000px;
	}

.content_nav ul li {
    width: calc(100% - 40px);
	}
	ul.ra_list li{
	width: calc(100% / 1 - 20px);
}
	ul.ra_list li>span{
		display: block;
}

/*.dr .content_nav li{
	width: calc(100% / 1 - 40px);
}*/
	ul.sub_nav li{
	width: calc(100% / 1 - 20px);
	margin: 5px 0;
}

}
h3::after {
    border-color: #fff transparent transparent;
}

.reha .endai_index table{
	font-size: 14px;
}
@media (orientation: landscape) {}
/* 250725　リハ学会 */
.content_nav ul.riha_video_box li{
	width: calc(100% / 3 - 40px) !important;
}
@media screen and (max-width:767px){
	.content_nav ul{
		flex-direction: column;
	}
	.content_nav ul.riha_video_box li {
		width: 100% !important;
	}
	.content_nav ul.riha_video_box li iframe{
		width: 100%;
	}
}
.content_nav-text{
	font-size: 13px;
	color: red;
	margin-top: 20px;
}
.content_nav ul.riha_video_box li iframe{
	width: 100%;
	height: auto;
}