@charset "UTF-8";
/* CSS Document */


	
	
/* pagetitle
--------------------- */
#pagetitle.training .bg {
	background: url("../img/training/pagetitle_pht.jpg") no-repeat center / cover;
}
#pagetitle.women .bg {
	background: url("../img/women/pagetitle_pht.jpg") no-repeat center / cover;
}
#pagetitle.wlb .bg {
	background: url("../img/wlb/pagetitle_pht.jpg") no-repeat center / cover;
}
#pagetitle.qa .bg {
	background: url("../img/qa/pagetitle_pht.svg") no-repeat left 70% center / cover;
}
	#pagetitle.qa .bg .text {
		color: #C3002F;
	}


/* wlb_data
--------------------- */
.wlb_page{
	overflow: hidden;
}
#wlb_data .data_cntnts{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
	#wlb_data .data_cntnts .cntnt{
		width: 100%;
		padding-top: 40px;
		background-color:#F5F5F5;
	}
		#wlb_data .data_cntnts .cntnt .ttl{
			text-align: center;
		}
		#wlb_data .data_cntnts .cntnt .ttl span{
			font-size: 3rem;
			line-height: 1;
			font-weight: 600;
			padding-bottom: 4px;
			border-bottom: 2px solid #222222;
		}
	#wlb_data .data_cntnts .cntnt:nth-child(1){
		width: calc((100% - 10px) * 0.4);
	}
	#wlb_data .data_cntnts .cntnt:nth-child(2){
		width: calc((100% - 10px) * 0.6);
	}
	#wlb_data .data_cntnts .cntnt:nth-child(3){
		width: calc((100% - 10px) * 0.6);
	}
	#wlb_data .data_cntnts .cntnt:nth-child(4){
		width: calc((100% - 10px) * 0.4);
	}
	#wlb_data .data_cntnts .cntnt:nth-child(n+3){
		margin-top: 10px;
	}
		#wlb_data .data_cntnts .cntnt .img{
			position: relative;
			width: 100%;
			height:190px;
		}
		#wlb_data .data_cntnts .cntnt .img img{
			position: absolute;
			top:50%;
			left:50%;
			transform: translate(-50%,-50%);
			width: auto;
			height: 100%;
			object-fit: contain;
		}
#kyuka_sec .kyuka_cntnts{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	#kyuka_sec .kyuka_cntnts .cntnt{
		width: 32%;
		text-align: center;
	}
		#kyuka_sec .kyuka_cntnts .cntnt .img{
			display: flex;
			justify-content: center;
			align-items:center;
			height: 170px;
			background-color: #FCF2F4;
			border-radius: 20px;
		}
			#kyuka_sec .kyuka_cntnts .cntnt .img img{
				width: 105px;
				object-fit: contain;
			}
		#kyuka_sec .kyuka_cntnts .cntnt .ttl{
			font-size: 2.2rem;
			line-height: 1;
			font-weight: bold;
			margin: 20px 0 10px;
		}
		#kyuka_sec .kyuka_cntnts .cntnt .txt{
			line-height: 1.6;
		}

#kyuka_sec .thr-clm{
	
}
#kyuka_sec .thr-clm{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 0;
}
	#kyuka_sec .thr-clm .cntnt{
		width: 31.333333%;
		text-align: center;
	}
	#kyuka_sec .thr-clm .cntnt .txt{
		font-size: 1.4rem;
		line-height: 1.4;
		margin-top: 15px;
	}

#kyuka_sec a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 450px;
	width: 100%;
	height: 80px;
	margin: 40px auto 0;
	color:#fff;
	background-color: #C3002F;
	text-align: center;
	border-radius: 60px;
	font-weight: 600;
	line-height: 1!important;
}
	#kyuka_sec a .big{
		font-size: 2.2rem;
		margin-top: 9px;
	}
	#kyuka_sec a .txt{
		line-height: 1;
	}
#kyuka_sec a:after{
	content:'';
	position: absolute;
	top:50%;
	right:20px;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	transition: all .4s;
}
#kyuka_sec a:hover:after{
	content:'';
	transform: translateY(-50%)scale(2.2);
}

#welfare_sec .two-clm{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	#welfare_sec .two-clm .cntnt{
		width: 48.5%;
		background-color: #FCF2F4;
		border-radius: 20px;
		padding: 30px;
		display: flex;
		flex-wrap: wrap;
	}
		#welfare_sec .two-clm .cntnt .img{
			position: relative;
			width: 106px;
			height: 106px;
			background-color: #fff;
			border-radius: 50%;
		}
			#welfare_sec .two-clm .cntnt .img img{
				position: absolute;
				top:50%;
				left: 50%;
				transform: translate(-50%,-50%);
				width: 78px;
			}
		#welfare_sec .two-clm .cntnt .txtarea{
			width: calc(100% - 106px);
			padding-left: 18px;
		}
			#welfare_sec .two-clm .cntnt .txtarea .red{
				font-size: 2.2rem;
				font-weight: bold;
				line-height: 1.4;
			}
			#welfare_sec .two-clm .cntnt .txtarea .txt{
				margin-top: 5px;
				line-height: 1.7;
			}

#welfare_sec .six-clm{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
	#welfare_sec .six-clm .cntnt{
		width: 15.333333%;
		text-align: center;
	}
	#welfare_sec .six-clm .cntnt .txt{
		font-size: 1.4rem;
		line-height: 1.4;
		margin-top: 15px;
	}







	
	
/* women_data
--------------------- */
.women_page{
	overflow: hidden;
}
#women_data .data_cntnts{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	#women_data .data_cntnts .cntnt{
		width: calc((100% - 10px) * 0.5);
		padding-top: 40px;
		background-color:#F5F5F5;
	}
		#women_data .data_cntnts .cntnt .ttl{
			text-align: center;
		}
		#women_data .data_cntnts .cntnt .ttl span{
			font-size: 3rem;
			line-height: 1;
			font-weight: 600;
			padding-bottom: 4px;
			border-bottom: 2px solid #222222;
		}
	#women_data .data_cntnts .cntnt:nth-child(1){
		width: calc((100% - 10px) * 0.4);
	}
	#women_data .data_cntnts .cntnt:nth-child(2){
		width: calc((100% - 10px) * 0.6);
	}
	#women_data .data_cntnts .cntnt:nth-child(3){
		width: calc((100% - 10px) * 0.6);
	}
	#women_data .data_cntnts .cntnt:nth-child(4){
		width: calc((100% - 10px) * 0.4);
	}
	#women_data .data_cntnts .cntnt:nth-child(n+3){
		margin-top: 10px;
	}
		#women_data .data_cntnts .cntnt .img{
			position: relative;
			width: 100%;
			height:190px;
		}
		#women_data .data_cntnts .cntnt .img img{
			position: absolute;
			top:50%;
			left:50%;
			transform: translate(-50%,-50%);
			width: auto;
			height: 100%;
			object-fit: contain;
		}

.red{
	color:#C3002F;
}
#suport_sec .zu{
	width: 100%;
	min-width: 700px;
}
#suport_sec ul li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding: 25px 0;
}
	#suport_sec ul li .ttl{
		font-weight: bold;
		width: 235px;
		padding-left: 20px;
	}
	#suport_sec ul li .txtarea{
		width: calc(100% - 235px);
	}
	#suport_sec ul li .txtarea .mini{
		font-size: 1.2rem;
		line-height: 1.4;
	}


#promotion_sec .promotion_cntnts{
	margin-top: 40px;
	border-top:1px dashed #ddd;
}
	#promotion_sec .promotion_cntnts .cntnt{
		border-bottom:1px dashed #ddd;
		padding: 25px 0;
	}
	#promotion_sec .promotion_cntnts .cntnt .ttl-area{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
		#promotion_sec .promotion_cntnts .cntnt .ttl-area .fig{
			width: 34px;
		}
		#promotion_sec .promotion_cntnts .cntnt .ttl-area .ttl{
			width: calc(100% - 42px);
			font-size: 1.8rem;
			margin: 5px 0;
		}
	#promotion_sec .promotion_cntnts .cntnt .left{
		margin-left: 40px;
	}
	#promotion_sec .promotion_cntnts .cntnt dl{
		display: flex;
		flex-wrap: wrap;
		border:1px solid #ddd;
		margin-top: 6px;
	}
	#promotion_sec .promotion_cntnts .cntnt dl.bottom{
		margin-bottom: 25px;
	}
		#promotion_sec .promotion_cntnts .cntnt dl dt{
			width: 90px;
			border-right:1px solid #ddd;
			display: flex;
			justify-content: center;
			align-items: center;
			line-height: 1.4;
			background-color: #FCF2F4;
		}
		#promotion_sec .promotion_cntnts .cntnt dl dd{
			width: calc(100% - 90px);
		}
		#promotion_sec .promotion_cntnts .cntnt dl dd .right{
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			padding: 20px;
		}
		#promotion_sec .promotion_cntnts .cntnt dl dd .right:nth-child(n+2){
			border-top: 1px solid #ddd;
		}
		#promotion_sec .promotion_cntnts .cntnt dl dd .right .l-txt{
			width: 110px;
		}
		#promotion_sec .promotion_cntnts .cntnt dl dd .right .r-txt{
			width:calc(100% - 110px);
		}


	
	
/* member
--------------------- */
#member .read {
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 100px;
}

#member .headtit {
	text-align: center;
	margin-bottom: 25px;
}
	#member .headtit .en {
		font-size: 2.8rem;
		font-weight: 600;
		line-height: 1;
		margin-bottom: 8px;
	}
	#member .headtit h2 {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1;
	}

#member ul.list li {
	width: 17%;
	text-align: center;
}
	#member ul.list li h3 {
		font-size: 2.2rem;
		line-height: 1;
		margin-top: 12px;
	}
		#member ul.list li h3 span {
			font-size: 1.8rem;
		}

	#member ul.list li p {
		font-size: 1.4rem;
		line-height: 1.5em;
		margin-top: 10px;
	}


	
	
/* question
--------------------- */
.question .acbox {
	background: #FCF2F4;
	border-radius: 10px;
	margin-top: 20px;
	padding: 0 30px;
}
	.question .acbox .achead {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 23px 30px 23px 0;
		cursor: pointer;
		position: relative;
	}
	.question .acbox .achead:before {
		content: "";
		width: 20px;
		height: 20px;
		background: url("../img/qa/icon_plus.svg") no-repeat center / 100%;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -10px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	.question .acbox .achead.active:before {
		transform:rotate(135deg); 
	}
		.question .acbox .achead .en {
			width: 130px;
			font-size: 1.6rem;
			font-weight: 600;
			line-height: 1;
		}
		.question .acbox .achead h3 {
			width: -webkit-calc(100% - 130px);
			width: calc(100% - 130px);
			font-size: 2.2rem;
			line-height: 1.3em;
		}


	.question .acbox .list {
		display: none;
		padding-bottom: 30px;
	}
		.question .acbox .list dl {
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
			margin-bottom: 20px;
		}
		.question .acbox .list dl:nth-last-child(1) {
			margin-bottom: 0;
		}
			.question .acbox .list dl dt {
				width: 90px;
				text-align: center;
			}
				.question .acbox .list dl dt h4 {
					font-size: 1.4rem;
					line-height: 1;
					letter-spacing: 0;
					margin-top: 8px;
				}
				.question .acbox .list dl dt p {
					font-size: 1.2rem;
					line-height: 1;
					margin-top: 3px;
				}

			.question .acbox .list dl dd {
				width: -webkit-calc(100% - 105px);
				width: calc(100% - 105px);
				background: #fff;
				border-radius: 6px;
				padding: 25px 30px;
				font-size: 1.8rem;
				line-height: 1.8em;
			}


		.question .acbox .list h5 {
			font-size: 2.0rem;
			font-weight: 700;
			margin-top: 30px;
			margin-bottom: 15px;
		}


		.question .acbox .list .text p {
			font-size: 2.0rem;
			line-height: 1.5em;
			font-weight: 700;
			text-align: center;
			margin-top: 30px;
		}


	
	
/* plan
--------------------- */
#plan .tabbox {
	margin-top: 40px;
	margin-bottom: 50px;
}
	#plan .tabbox ul.tab {
		padding: 0 5%;
	}
		#plan .tabbox ul.tab li {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 31%;
			height: 60px;
			background: #FCF2F4;
			cursor: pointer;
			border-radius: 10px 10px 0 0;
			font-size: 2.0rem;
			font-weight: 700;
			line-height: 1.2em;
			color: #C3002F;
			text-align: center;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#plan .tabbox ul.tab li.select {
			background: #C3002F;
			color: #fff;
		}

	#plan .tabbox .content {
		background: #C3002F;
		border-radius: 20px;
		padding: 50px;
	}
		#plan .tabbox .content .hide {
			display: none;
		}


#plan .mentor .text {
	width: 62%;
	padding-right: 5%;
}
	#plan .mentor .text h3 {
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.3em;
		margin-bottom: 12px;
	}

	#plan .mentor .text .answer {
		margin-top: 20px;
	}


#plan .mentor .pht {
	width: 38%;
}


	
	
/* other
--------------------- */
#other .text-pht .text {
	width: 60%;
	padding-right: 5%;
}
	#other .text-pht .text h3 {
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.3em;
		margin-bottom: 12px;
	}

	#other .text-pht .text .txt {
		margin-bottom: 20px;
	}

#other .text-pht .pht {
	width: 40%;
}


#other .nbc {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FCF2F4;
	padding: 30px 70px;
	border-radius: 20px;
	margin-top: 50px;
}
	#other .nbc .text {
		width: 70%;
		order: 2;
		padding-left: 5%;
	}
		#other .nbc .text h3 {
			font-size: 2.4rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 12px;
		}

	#other .nbc .pht {
		width: 30%;
		order: 1;
	}


	
	
/* qualification
--------------------- */
#qualification .txt {
	margin-bottom: 40px;
}

#qualification .sub-txt {
	margin-top: 15px;
	font-size: 1.3rem;
}


	
	
/* tournament
--------------------- */
#tournament .borderbox {
	border: solid 1px #ddd;
	padding: 40px;
}
	#tournament .borderbox .head {
		margin-bottom: 30px;
	}
		#tournament .borderbox .head .label {
			width: 17%;
		}

		#tournament .borderbox .head .text {
			width: 83%;
			padding-left: 3%;
		}
			#tournament .borderbox .head .text h3 {
				font-size: 2.4rem;
				font-weight: 700;
				line-height: 1.3em;
				margin-bottom: 12px;
			}

	#tournament .borderbox .phtlist li {
		width: 23.5%;
		border-radius: 10px;
		overflow: hidden;
	}





/* 1024px */
@media screen and (max-width: 1024px) {

	
/* wlb_data
--------------------- */
#wlb_data .data_cntnts .cntnt .ttl span {
    font-size: 2.4rem;
}
#wlb_data .data_cntnts .cntnt .img {
    height: 150px;
}	
#kyuka_sec .kyuka_cntnts .cntnt .ttl {
    font-size: 2.0rem;
    margin: 18px 0 10px;
}
#welfare_sec .two-clm .cntnt .txtarea .red {
    font-size: 2.0rem;
}
#welfare_sec .two-clm .cntnt .txtarea .txt {
    line-height: 1.6;
}	
	
	
	
	
/* women_data
--------------------- */
#women_data .data_cntnts .cntnt .ttl span {
    font-size: 2.4rem;
}
#women_data .data_cntnts .cntnt .img {
    height: 150px;
}
#promotion_sec .promotion_cntnts .cntnt .ttl-area .ttl {
    font-size: 1.7rem;
}


	
	
/* member
--------------------- */
#member .read {
	font-size: 1.8rem;
	margin-bottom: 80px;
}

#member .headtit {
	margin-bottom: 25px;
}
	#member .headtit .en {
		font-size: 2.6rem;
	}
	#member .headtit h2 {
		font-size: 1.4rem;
	}

#member ul.list li {
	width: 18%;
}
	#member ul.list li h3 {
		font-size: 2.0rem;
	}
		#member ul.list li h3 span {
			font-size: 1.6rem;
		}

	#member ul.list li p {
		font-size: 1.2rem;
	}


	
	
/* question
--------------------- */
.question .acbox .achead .en {
	width: 115px;
	font-size: 1.4rem;
}
.question .acbox .achead h3 {
	width: -webkit-calc(100% - 115px);
	width: calc(100% - 115px);
	font-size: 2.0rem;
}


.question .acbox .list dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}
	.question .acbox .list dl dt {
		width: 90px;
	}
		.question .acbox .list dl dt h4 {
			font-size: 1.4rem;
			line-height: 1;
			letter-spacing: 0;
			margin-top: 8px;
		}
		.question .acbox .list dl dt p {
			font-size: 1.2rem;
			line-height: 1;
			margin-top: 3px;
		}

	.question .acbox .list dl dd {
		font-size: 1.6rem;
	}


.question .acbox .list h5 {
	font-size: 1.8rem;
}


.question .acbox .list .text p {
	font-size: 1.8rem;
}


	
	
/* plan
--------------------- */
#plan .tabbox {
	margin-top: 30px;
	margin-bottom: 40px;
}
	#plan .tabbox ul.tab li {
		width: 32%;
		height: 56px;
		font-size: 1.6rem;
	}

	#plan .tabbox .content {
		border-radius: 15px;
		padding: 30px;
	}


#plan .mentor .text {
	width: 60%;
}
	#plan .mentor .text h3 {
		font-size: 2.2rem;
		margin-bottom: 8px;
	}

	#plan .mentor .text .answer {
		margin-top: 15px;
	}


#plan .mentor .pht {
	width: 40%;
}


	
	
/* other
--------------------- */
#other .text-pht .text h3 {
	font-size: 2.2rem;
	margin-bottom: 8px;
}


#other .nbc {
	padding: 25px 40px;
	border-radius: 15px;
	margin-top: 40px;
}
	#other .nbc .text h3 {
		font-size: 2.2rem;
		margin-bottom: 8px;
	}


	
	
/* qualification
--------------------- */
#qualification .txt {
	margin-bottom: 30px;
}

#qualification .sub-txt {
	font-size: 1.2rem;
	letter-spacing: 0;
}


	
	
/* tournament
--------------------- */
#tournament .borderbox {
	padding: 30px;
}
	#tournament .borderbox .head {
		margin-bottom: 25px;
	}
		#tournament .borderbox .head .label {
			width: 25%;
		}

		#tournament .borderbox .head .text {
			width: 75%;
		}
			#tournament .borderbox .head .text h3 {
				font-size: 2.2rem;
				margin-bottom: 8px;
			}

	#tournament .borderbox .phtlist li {
		width: 23%;
		border-radius: 6px;
	}






}





/* max 768px */
@media screen and (max-width: 768px) {

	
/* wlb_data
--------------------- */	
#wlb_data .data_cntnts{
	margin-top: 15px;
}	
#wlb_data .data_cntnts .cntnt{
	width: 100%;
	padding-top: 20px;
}
#wlb_data .data_cntnts .cntnt:nth-child(1){
	width: 100%;
}
#wlb_data .data_cntnts .cntnt:nth-child(2){
	width: 100%;
}
#wlb_data .data_cntnts .cntnt:nth-child(3){
	width: 100%;
}
#wlb_data .data_cntnts .cntnt:nth-child(4){
	width: 100%;
}
#wlb_data .data_cntnts .cntnt:nth-child(n+2){
	margin-top: 10px;
}
#wlb_data .data_cntnts .cntnt .ttl span {
    font-size: 1.8rem;
}
#wlb_data .data_cntnts .cntnt .img {
    height: 120px;
}
	
#kyuka_sec .kyuka_cntnts .cntnt {
    width: 100%;
}
#kyuka_sec .kyuka_cntnts .cntnt:nth-child(n+2){
    margin-top: 20px;
}
	#kyuka_sec .kyuka_cntnts .cntnt .img {
		height: 140px;
		border-radius: 15px;
	}
		#kyuka_sec .kyuka_cntnts .cntnt .img img {
			width: 85px;
		}
	#kyuka_sec .kyuka_cntnts .cntnt .ttl {
		font-size: 1.8rem;
		margin: 15px 0 6px;
	}
	#kyuka_sec .thr-clm{
		width: 100%;
	}
#kyuka_sec .thr-clm .cntnt .txt {
    font-size: 1.3rem;
    margin-top: 10px;
}
#kyuka_sec a {
    width: 100%;
    height: 70px;
    margin: 25px auto 0;
}
#kyuka_sec a .big {
    font-size: 1.8rem;
    margin-top: 7px;
}	
#welfare_sec .two-clm .cntnt {
    width: 100%;
    border-radius: 15px;
    padding: 20px 15px;
}	
#welfare_sec .two-clm .cntnt:nth-child(n+2){
	margin-top: 10px;
}
	#welfare_sec .two-clm .cntnt .img {
		width:82px;
		height:82px;
	}
	#welfare_sec .two-clm .cntnt .txtarea {
		width: calc(100% - 82px);
		padding-left: 14px;
	}	
	#welfare_sec .two-clm .cntnt .txtarea .red {
		font-size: 1.8rem;
		line-height: 1.4;
	}
#welfare_sec .six-clm {
    margin-top: 25px;
}
#welfare_sec .six-clm .cntnt {
    width: 31%;
    text-align: center;
}	
#welfare_sec .six-clm .cntnt:nth-child(n+4){
    margin-top: 15px;
}	
#welfare_sec .six-clm .cntnt .txt {
    font-size: 1.3rem;
    margin-top: 10px;
}
	
	
	
	
	
	
/* women_data
--------------------- */
#women_data .data_cntnts .cntnt{
	width: 100%;
	padding-top: 20px;
}
#women_data .data_cntnts .cntnt:nth-child(1){
	width: 100%;
}
#women_data .data_cntnts .cntnt:nth-child(2){
	width: 100%;
}
#women_data .data_cntnts .cntnt:nth-child(3){
	width: 100%;
}
#women_data .data_cntnts .cntnt:nth-child(4){
	width: 100%;
}
#women_data .data_cntnts .cntnt:nth-child(n+2){
	margin-top: 10px;
}
#women_data .data_cntnts .cntnt .ttl span {
    font-size: 1.8rem;
}
#women_data .data_cntnts .cntnt .img {
    height: 120px;
}
	
	
#suport_sec ul li .ttl {
    width: 100%;
    padding-left: 0px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 10px;
}
#suport_sec ul li .txtarea {
    width: 100%;
}	
	
#promotion_sec .promotion_cntnts {
    margin-top: 25px;
}	
#promotion_sec .promotion_cntnts .cntnt {
    padding: 20px 0;
}
#promotion_sec .promotion_cntnts .cntnt .ttl-area .ttl {
    font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 600;
}	
	
#promotion_sec .promotion_cntnts .cntnt dl dt {
    width: 50px;
	align-items: flex-start;
	padding: 20px 0;
	font-size: 1.3rem;
}	
#promotion_sec .promotion_cntnts .cntnt dl dd {
    width: calc(100% - 50px);
}	
#promotion_sec .promotion_cntnts .cntnt dl dd .right .l-txt {
    width: 100%;
}
#promotion_sec .promotion_cntnts .cntnt dl dd .right .r-txt {
    width: 100%;
}	


	
	
/* member
--------------------- */
#member .read {
	font-size: 1.6rem;
	text-align: left;
	margin-bottom: 60px;
}

#member .headtit .en {
	font-size: 2.4rem;
}
#member .headtit h2 {
	font-size: 1.3rem;
}

#member ul.list {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
}
	#member ul.list li {
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 20px;
	}
	#member ul.list li:nth-child(3n) {
		margin-right: 0;
	}
		#member ul.list li h3 {
			font-size: 1.7rem;
			letter-spacing: 0;
		}
			#member ul.list li h3 span {
				font-size: 1.4rem;
			}

		#member ul.list li p {
			font-size: 1.2rem;
			letter-spacing: 0;
			margin-top: 4px;
		}


	
	
/* question
--------------------- */
.question .acbox {
	padding: 0 20px;
	margin-top: 15px;
}
	.question .acbox .achead {
		display: block;
		padding: 20px 25px 20px 0;
	}
		.question .acbox .achead .en {
			width: 100%;
			font-size: 1.2rem;
			margin-bottom: 8px;
		}
		.question .acbox .achead h3 {
			width: 100%;
			font-size: 1.8rem;
			letter-spacing: 0;
		}


	.question .acbox .list {
		padding-bottom: 25px;
	}
		.question .acbox .list dl {
			margin-bottom: 20px;
		}
			.question .acbox .list dl dt {
				width: 60px;
				text-align: center;
			}
				.question .acbox .list dl dt h4 {
					font-size: 1.2rem;
				}
				.question .acbox .list dl dt p {
					font-size: 1.0rem;
				}

			.question .acbox .list dl dd {
				width: -webkit-calc(100% - 75px);
				width: calc(100% - 75px);
				padding: 15px;
				font-size: 1.5rem;
				line-height: 1.6em;
			}


		.question .acbox .list h5 {
			font-size: 1.6rem;
			margin-top: 25px;
			margin-bottom: 12px;
		}


		.question .acbox .list .text p {
			font-size: 1.6rem;
			text-align: left;
			margin-top: 25px;
		}


	
	
/* plan
--------------------- */
#plan .tabbox {
	margin-top: 20px;
	margin-bottom: 40px;
}
	#plan .tabbox ul.tab li {
		font-size: 1.2rem;
		line-height: 1.1em;
	}

	#plan .tabbox .content {
		border-radius: 10px;
		padding: 15px 0 15px 15px;
	}
		#plan .tabbox .content img {
			width: 600px;
			padding-right: 10px;
		}


#plan .mentor {
	display: block;
}
	#plan .mentor .text {
		width: 100%;
		padding-right: 0;
		margin-bottom: 25px;
	}
		#plan .mentor .text h3 {
			font-size: 1.8rem;
		}

	#plan .mentor .pht {
		width: 100%;
	}


	
	
/* other
--------------------- */
#other .text-pht {
	display: block;
}
	#other .text-pht .text {
		width: 100%;
		padding-right: 0;
		margin-bottom: 25px;
	}
		#other .text-pht .text h3 {
			font-size: 1.8rem;
		}

	#other .text-pht .pht {
		width: 100%;
	}


#other .nbc {
	display: block;
	padding: 25px 25px;
	margin-top: 40px;
}
	#other .nbc .text {
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
	}
		#other .nbc .text h3 {
			font-size: 1.8rem;
			text-align: center;
		}

	#other .nbc .pht {
		width: 100%;
		padding: 0 5%;
	}


	
	
/* qualification
--------------------- */
#qualification {
	overflow: hidden;
}
	#qualification .txt {
		margin-bottom: 25px;
	}

	#qualification .js-scrollable {
		width: 108%;
	}
		#qualification .js-scrollable img {
			width: 600px;
			padding-right: 7%;
		}

#qualification .sub-txt {
	font-size: 1.0rem;
}


	
	
/* tournament
--------------------- */
#tournament .borderbox {
	padding: 25px;
}
	#tournament .borderbox .head {
		display: block;
		margin-bottom: 10px;
	}
		#tournament .borderbox .head .label {
			max-width: 300px;
			width: 50%;
			margin: 0 auto;
		}

		#tournament .borderbox .head .text {
			width: 100%;
			padding-top: 20px;
			padding-left: 0;
		}
			#tournament .borderbox .head .text h3 {
				font-size: 1.8rem;
				text-align: center;
			}

	#tournament .borderbox .phtlist {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;	
	}
		#tournament .borderbox .phtlist li {
			width: 48%;
			margin-right: 4%;
			margin-top: 4%;
		}
		#tournament .borderbox .phtlist li:nth-child(2n) {
			margin-right: 0;
		}

	




}