@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%;
        
	}

	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: block;}
	.sp_only {display: none;}


.innerbox {
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;
}
.h4 h4 {
font-weight: bold;
font-size: 20px;
color: tomato;
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: 20px;

}

.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::after {
    content: " 〉";
    display: block;
    position: absolute;
    top: calc( 50% - 6px );
    right: 0px;
}




.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: #FF4D4D;
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: #FF4D4D solid 2px;
text-align: left;
padding: 20px;
box-sizing: border-box;
font-size: 14px;
}


.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: 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;}
}



