@charset "utf-8";
/* ===================================================================

CSS information

 style info :common CSS

=================================================================== */
@media only screen and (min-width:769px){}
	/* ----------------------------------------------------
		基本設定
	---------------------------------------------------- */
	body{
		color: #333;
		font-size: 14px;
		font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
		background-color: #fff;
		line-height: 1.5;
		min-width: 960px;
		-webkit-text-size-adjust: 100%;
        background: #FFF;
        
	}

	a:link { color:#333; }
	a:visited { color:#333; }
	a:hover { color:#333;text-decoration: underline; }
	a:active { color:#333; }

	/* ----------------------------------------------------
		#wrap
	---------------------------------------------------- */
	#wrap{

	}


	/* ----------------------------------------------------
		共通
	---------------------------------------------------- */
	.inner{
		width: 950px;
		margin: 0 auto;
		position: relative;

	}
	
	.pc_only {display:  inline-block;}
	.sp_only {display: none;}


.innerbox {
background: #FFF;
width: 950px;
		margin: 0 auto;
		position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
border: 1px solid #CCC;
border-radius: 5px;
margin-bottom: 50px;
font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}


.cate_t_box {
display: flex;
width: 100%;
justify-content: center;
flex-wrap: wrap;

}

.category_t {
color: #FFF;
padding: 20px;
border-radius: 5px 5px 0 0;
font-weight: bold;
font-size: 26px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
/*margin-right: 20px;*/
}

.category_t h2 {
font-weight: bold;
}

.campaign {
font-weight: bold;
font-size: 20px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
text-align: center;
}
.campaign h3 {
font-weight: bold;
}
.h4 {
text-align: center;
width: 90%;
margin: 20px auto 0 auto;
}
.h4 h4 {
font-weight: bold;
font-size: 20px;
color: #b323a3;
font-family: "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;

}

.catchcopy {
width: 90%;
margin: 0 auto;
text-align: center;
}

ul.course_list {
width: 90%;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 50px;
}

ul.course_list li {
width: 100%;
display: flex;
/*align-items: center;*/
justify-content: flex-start;
flex-wrap: wrap;
padding: 10px;
margin-bottom: 30px;
}

/*.course_list li:nth-of-type(odd) {
background: rgba(255,245,218,1.00);
}*/

/*ul.course_list li div:nth-of-type(1) {
width: 300px;
}*/

ul.course_list li div:nth-of-type(2) {
width: 490px;
}

ul.course_list li div img {
width: 300px;
height: auto;
margin-right: 40px;
}

.price {
display: flex;
align-items: center;
justify-content: flex-start;
line-height: 200%;
/*margin-bottom: 10px;*/
}

.price_red {
    color: red;
    font-weight: bold;
font-size: 24px;
line-height: 100%;
}

.price_red_s {
font-size: 14px;
}

.red {
    color: red;
}
/*a.btn {
display: block;
position: relative;
border-radius: 5px;
border: #ff805d solid 1px;
background: rgb(255,128,93);
background: -moz-linear-gradient(0deg, rgba(255,128,93,1) 0%, rgba(255,194,94,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,128,93,1) 0%, rgba(255,194,94,1) 100%);
background: linear-gradient(0deg, rgba(255,128,93,1) 0%, rgba(255,194,94,1) 100%)
padding: 10px 50px;
text-decoration: none !important;
color: #FFFFFF;
font-weight: bold;
line-height: 120%;
width: 130px;
}*/

a.btn {
    font-size: 14px;
    text-align: center;
    display: block;
    position: relative;
    border-radius: 5px;
    border: #b33faf solid 1px;
    background: rgb(255,128,93);
    background: -moz-linear-gradient(0deg, rgba(255,128,93,1) 0%, rgba(255,194,94,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,128,93,1) 0%, rgba(255,194,94,1) 100%);
    /*background: linear-gradient(0deg, rgba(255,128,93,1) 0%, rgba(255,194,94,1) 100%);*/
    /*background: linear-gradient(19deg, #d12fb3 0%, #869bd6 100%);*/
    /*background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);*/
    /*background-image: linear-gradient(to top, #09203f 0%, #537895 100%);*/
    background-image: linear-gradient(to top, #b33faf 0%, #b33faf 100%);
    padding: 10px 10px;
    text-decoration: none !important;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 120%;
    width: 170px;
}



a.btn::after {
    content: " 〉";
    display: block;
    position: absolute;
    top: calc( 57% - 10px );
    right: 5px;
}




.it .category_t {
background: #73c6c8;
background-image: url("../img/bg.png");


}

.it .campaign {
background: #e7f6f6;
}


.inter .category_t {
background: #9c832b;
background-image: url("../img/bg.png");
}

.inter .campaign {
background: #f5f2e9;
}

.become .category_t {
background: #ff7f5c;
background-image: url("../img/bg.png");
}

.become .campaign {
background: #fff2ee;
}

.conditioning .category_t {
background: #9cab18;
background-image: url("../img/bg.png");
}

.conditioning .campaign {
background: #f5f6e7;
}

.favorite .category_t {
background: #ff75a0;
background-image: url("../img/bg.png");
}

.favorite .campaign {
background: #f6eff8;
}


footer #copyright {
    /* border-top: 1px solid #a7a7a7; */
    padding: 10px;
    text-align: center;
}
.attention dt {
width: 100%;
background: #b33faf;
color: #FFFFFF;
font-weight: bold;
text-align: center;
padding: 5px;
box-sizing: border-box;
margin-top: 50px;
font-size: 16px;
}

.attention dd {
width: 100%;
border: #b33faf solid 2px;
text-align: left;
padding: 20px;
box-sizing: border-box;
font-size: 14px;
background: #FFF;

}

.attention dd li {
list-style-type: disc;
margin-left: 20px;
margin-bottom: 5px;
}


.attention strong {
color: #FF0000;
font-size: 20px;

}

/*.campaign {
display: flex;
justify-content: space-around;
align-items: center;
}*/

.campaign img {
width: 200px;
margin: 0 0 0 auto;
}
.campaign h3 {
width: 100%;
text-align: center;
}


.pagelink {
font-size: 16px;
font-weight: bold;
margin-top: 10px;
/*margin-bottom: 20px;*/
}


@media only screen and (max-width:768px){

	/* ----------------------------------------------------
		基本設定
	---------------------------------------------------- */
	body{
		color: #333;
		font-size: 14px;
		font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
		/*background-color: #fff;*/
		line-height: 1.5;
		min-width: 100%;
		-webkit-text-size-adjust: 100%;
        
	}

/*	a:link { color:#333;text-decoration:none; }
	a:visited { color:#333; }
	a:hover { color:#333;text-decoration: underline; }
	a:active { color:#333; }*/
    
    img {
    width: 100%;
    height: auto;
}

	
.inner {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
	
	.pc_only {display: none;}
	.sp_only {display: inline-block;}
    
    
.innerbox {
width: 94%;
} 


.price {
padding: 10px 0;
}

a.btn {
text-align: center;
width: 100%;
box-sizing: border-box;
padding: 15px 50px;
}

ul.course_list li div:nth-last-of-type(1) {
width: 100%;
padding: 10px 0;
}

.category_t {
padding: 10px;
font-size: 20px;

}

.campaign img {
width: 100%;
margin: 0 0 0 0;
}
.campaign h3 {
width: 100%;
display: block;
text-align: center;
}
.campaign {
display: block;

}


ul.course_list li div img {
    width: 100%;
    height: auto;
    margin-right: 0px;
}

ul.course_list li div:nth-of-type(2) {
    width: 100%;
}

ul.course_list li {
padding: 0;
}

ul.course_list {margin-bottom: 0;}
}


.fv {
	background-image: url("../img/top_pcbg1.png");
    background-size: cover;
    background-position: center;
}
.fv_inner{
	text-align: center;
	width: 1080px;
	margin: 0 auto;
}


.center {
text-align: center;
}

.mb50 {
margin-bottom: 50px;
}




@media only screen and (max-width:768px){
.fv_inner {
    width: 100%;
}

.attention {
width: 94%;
margin: 0 auto;
}


.attention a.sp_only {
display: inline;

}






}
