@charset "utf-8";

/*レディースキックボクササイズ
-----------------------------------------------*/

	
/*header image
----------------------------------------------*/

.top_images{
	background:url(../images/topimg_pc.jpg) center center /cover no-repeat fixed;
	}


@media only screen and (max-width:900px) {
.top_images{
	background:url(../images/topimg_pc.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position:relative;
	}

}

@media only screen and (max-width:480px) {
.top_images{
	background:url(../images/topimg_sp.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position:relative;
	}

}


/*section1
----------------------------------------------*/

.about_waku{
	width:auto;
	height:auto;	
	}
.about_inner_right{
	width:48.5%;
	height:auto;
	float:right;	
	}
.about_img{
	width:auto;
	height:auto;
	}
.about_img img{
	width:100%;
	height:auto;
	}
	
.about_inner_left{
	width:48.5%;
	height:auto;
	float:left;	
	}
.about_catch{
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:28px;
	color:#009fd6;
	line-height:1.4;
	margin:0 0 25px 0;
	}
.contents p.about_taxt{
	margin:0 0 75px 0;
	}

.about_button{
	width:auto;
	height:auto;	
	}
.about_button-4{
	width:280px;
	height:60px;
	margin:0 auto;
	text-align:center;
	background:rgba(49,115,179,0.93);
	position:relative;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow:hidden;
    }
.about_button-4 a{
	font-size:18px;
	width:100%;
	color:#fff;
	text-decoration:none;
	transition:all .2s ease;
	z-index:2;
	position:relative;
	height:60px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	}
.about_eff-4{
	width:280px;
	height:60px;
	left:-280px;
	background:#000000;
	position:absolute;
	transition:all .2s ease;
	z-index:1;
	}
.about_button-4:hover .about_eff-4{
	left:0;
	}
.about_button-4:hover a{
	color:#fff;
	}
.about_button-4 a span img {
	margin: 0 0 0 12px;
	width: 5px;
	height:auto;
	position:relative;
	top:-2px;
	opacity:1;
	}

@media only screen and (max-width:900px) {

.about_inner_right{
	width:100%;
	float:none;
	margin:0 0 35px 0;	
	}
.about_inner_left{
	width:100%;
	float:none;	
	}
.about_catch{
	font-size:26px;
	}

.about_button-4 {
	margin: 0 auto;
	}
.about_button-4 a{
	font-size:16px;
	}

}

@media only screen and (max-width:480px) {

.about_inner_right{
	margin:0 0 40px 0;	
	}
.about_catch{
	font-size:20px;
	margin:0 0 35px 0;
	}
.contents p.about_taxt{
	margin:0 0 40px 0;
	}

.about_button-4{
	width:250px;
	}
.about_eff-4{
	width:250px;
	left:-250px;
	}
.about_button-4 a{
	font-size:14px;
	}

}


/*section2
----------------------------------------------*/

.contents p.recommend_taxt{
	color:#fff;
	margin:0 0 35px 0;
	}

.recommend_waku{
	width:auto;
	height:auto;
	margin:0 0 -40px 0;
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-align-items:stretch;
    align-items:stretch;
	flex-wrap: wrap;
	}
	
.recommend_item_box{
	width:29.6%;
	height:auto;
	margin:0 0 40px 0;
	padding:15px;
	background:#fff;
	}	

.recommend_title{
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:23px;
	line-height:1.4;
	margin:0 0 15px 0;
	color:#009fd6;
	}
	
.recommend_img{
	width:auto;
	height:auto;
	margin:0 0 15px 0;	
	}
.recommend_img img{
	width:100%;
	height:auto;	
	}

/*checkmark*/
.checkmark001{
	padding-left:30px;
	position:relative;
	}
.checkmark001:before,
.checkmark001:after{
	content:"";
	display:block;
	position:absolute;
	margin:5px 0 0 0;
	}
.checkmark001:before{
	width:16px;
	height:16px;
	/*background:#fff;*/
    border:2px solid #009fd6;
	left:0;
	top:2px;
	}
.checkmark001:after{
	border-left:2px solid #009fd6;
	border-bottom:2px solid #009fd6;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:3px;
	}
/*ここまで*/

@media only screen and (max-width:1300px) {

.recommend_title{
	font-size:20px;
	}

/*checkmark*/
.checkmark001{
	padding-left:25px;
	}
.checkmark001:before,
.checkmark001:after{
	margin:3px 0 0 0;
	}
.checkmark001:before{
	width:14px;
	height:14px;
	top:3px;
	}
.checkmark001:after{
	width:16px;
	}
/*ここまで*/


}

@media only screen and (max-width:900px) {

.recommend_waku{
	-webkit-justify-content: center;
    justify-content: center;
	}
.recommend_item_box{
	width:38%;
	margin:0 10px 40px 10px;
	}	

}

@media only screen and (max-width:580px) {
	
/*checkmark*/
.checkmark001:before,
.checkmark001:after{
	margin:3px 0 0 0;
	}
/*ここまで*/

}

@media only screen and (max-width:480px) {

.contents p.recommend_taxt{
	margin:0 0 40px 0;
	}

.recommend_item_box{
	width:100%;
	margin:0 0 40px 0;
	}	
.recommend_title{
	font-size:18px;
	}

/*checkmark*/
.checkmark001:before{
	width:12px;
	height:12px;
	}
.checkmark001:after{
	width:14px;
	}
/*ここまで*/

}


/*section3
----------------------------------------------*/

.characteristic_waku{
	width:auto;
	height:auto;
	margin:0 0 -40px 0;
	}
.characteristic_item_box{
	width:auto;
	height:auto;
	margin:0 0 40px 0;
	}
.characteristic_inner_waku{
	width:auto;
	height:auto;
	padding:20px;
	background:#DDD;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	}
	
.characteristic_inner_right{
	width:30%;
	height:auto;
	float:right;
	}
.characteristic_img{
	width:auto;
	height:auto;	
	}
.characteristic_img img{
	width:100%;
	height:auto;	
	}
	
.characteristic_inner_left{
	width:68%;
	height:auto;
	float:left;
	}
.characteristic_name{
	width:auto;
	height:auto;
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
    line-height: 1.4;
	color:#05ADCA;
	margin:0 0 35px 0;
	}
.contents p.characteristic_taxt{
	color:#333;	
	}		

@media only screen and (max-width:900px) {

.characteristic_inner_waku{
	padding:15px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.characteristic_inner_right{
	width:100%;
	float:none;
	margin:0 0 15px 0;
	}
.characteristic_inner_left{
	width:100%;
	float:none;
	}
.characteristic_name{
	font-size: 20px;
	margin:0 0 10px 0;
	}

}

@media only screen and (max-width:480px) {

.characteristic_name{
	font-size: 18px;
	}
	
}


/*section4
----------------------------------------------*/

.contents p.effect_taxt{
	margin:0 0 35px 0;
	}

.effect_waku{
	width:auto;
	height:auto;
	}
.effect_item_waku{
	width:auto;
	height:auto;
	margin:0 0 -40px 0;
	}
.effect_item_box{
	width:48.5%;
	height:auto;
	margin:0 0 40px 0;	
	}
.effect_item_img{
	width:auto;
	height:auto;
	margin:0 0 15px 0;
	padding:10px;
	background:#009fd6;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	}
.effect_item_img img{
	width:100%;
	height:auto;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	}
.effect_number{
	font-size:18px;
	border-bottom:1px solid #4d4d4d;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	color:#4d4d4d;
	}
.effect_catch{
	width:auto;
	height:auto;
	font-family:'MPLUSRounded1c-700',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
    line-height: 1.4;
	color:#4d4d4d;
	margin:0 0 10px 0;
	}	

@media only screen and (max-width:900px) {

.effect_number{
	font-size:16px;
	}	
.effect_catch{
	font-size: 20px;
	}

}

@media only screen and (max-width:480px) {

.effect_item_box{
	width:100%;
	}
.effect_item_img{
	padding:0;
	background:none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.effect_item_img img{
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.effect_number{
	font-size:14px;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	}
	
.effect_catch{
	font-size: 18px;
	}
	
}


/*section5
----------------------------------------------*/

.flow_waku{
	width:auto;
	height:auto;
	}
	
.flow_item_box{
	width:auto;
	height:auto;
	margin:0 0 50px 0;
	}
.flow_item_box_last{
	margin:0;
	}
.flow_item_inner_waku{
	width:auto;
	height:auto;
	margin:0 0 18px 0;
	}
.flow_item_inner_waku_last{
	margin:0;
	}

.flow_item_inner_right{
	width:30%;
	height:auto;
	float:right;	
	}
.flow_item_img{
	width:auto;
	height:auto;	
	}
.flow_item_img img{
	width:100%;
	height:auto;	
	}

.flow_item_inner_left{
	width:68%;
	height:auto;
	float:left;
    color: #EEE;
	}

.flow_arrow{
	display: block;
	width: 50px;
	height: 50px;
	border-top: solid 4px #009fd6;
	border-right: solid 4px #009fd6;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin:0 auto;
	position:relative;
	z-index:1;
	}
	

@media only screen and (max-width:900px) {

.flow_item_inner_waku{
	margin:0 0 13px 0;	
	}
.flow_item_inner_waku_last{
	margin:0;
	}
.flow_item_inner_right{
	width:100%;
	float:none;
	margin:0 0 35px 0;	
	}

.flow_item_inner_left{
	width:100%;
	float:none;
	}
}

@media only screen and (max-width:480px) {
.flow_item_inner_waku{
	margin:0 0 25px 0;	
	}
.flow_item_inner_waku_last{
	margin:0;
	}
.flow_item_inner_right{
	margin:0 0 40px 0;	
	}
.flow_arrow{
	width: 30px;
	height: 30px;
	}

}


/*section6
----------------------------------------------*/

table.type01 {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
	font-size: 18px;
	margin:-15px 0 80px 0;
	}
table.type01 th {
	width: 15%;
	vertical-align:middle;
	font-weight:bold;
	padding:12px 0;
	border-bottom:1px dotted #4d4d4d;
	}
table.type01 td {
	width:100%;
	vertical-align:middle;
	padding:12px 0;
	border-bottom:1px dotted #4d4d4d;
	}
table.type01 td a {
	color: #4d4d4d;
	text-decoration:none;
	}
table.type01 td a:hover {
	color: #009fd6;
	}

table.type01 td a span {
	color: #4d4d4d;
	transition:0.6s;
	}
table.type01 td a span:hover {
	color: #009fd6;
	text-decoration:underline;
	}

.details_button{
	width:auto;
	height:auto;	
	}
.details_button-4{
	width:280px;
	height:60px;
	margin:0 auto;
	text-align:center;
	background:rgba(49,115,179,0.93);
	position:relative;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow:hidden;
    }
.details_button-4 a{
	font-size:18px;
	width:100%;
	color:#fff;
	text-decoration:none;
	transition:all .2s ease;
	z-index:2;
	position:relative;
	height:60px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	}
.details_eff-4{
	width:280px;
	height:60px;
	left:-280px;
	background:#000000;
	position:absolute;
	transition:all .2s ease;
	z-index:1;
	}
.details_button-4:hover .details_eff-4{
	left:0;
	}
.details_button-4:hover a{
	color:#fff;
	}
.details_button-4 a span img {
	margin: 0 0 0 12px;
	width: 5px;
	height:auto;
	position:relative;
	top:-2px;
	opacity:1;
	}

@media only screen and (max-width:900px) {

table.type01 {
	font-size: 16px;
	}
table.type01 th {
	width: 28%;
	}
	
.details_button-4 {
	margin: 0 auto;
	}
.details_button-4 a{
	font-size:16px;
	}
}

@media only screen and (max-width:480px) {

table.type01 {
	font-size: 14px;
	margin:40px 0 10px 0;
	}

table.type01 tr {
	display: block;
    margin-bottom:25px;
	}
table.type01 th {
	border-right:none;
	border-bottom:none;
	width:auto;
	display:block;
	padding: 5px 10px 5px 10px;
    color: #fff;
    background: #b9967e;
    border-left: 5px solid rgba(112,49,6,0.50);
	margin:0 0 15px 0;
	}
table.type01 td {
	width:auto;
	padding:0 0 0 0;
	border-bottom:none;
	display:block;
	}
	
.details_button-4{
	width:250px;
	}
.details_eff-4{
	width:250px;
	left:-250px;
	}
.details_button-4 a{
	font-size:14px;
	}
	
}

