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

/* ------------------------------ */
/* -----------font指定----------- */
/* ------------------------------ */
.font14 { font-size:14px; }
.font16 { font-size:16px; }
.font22 { font-size:22px; }
.font30 { font-size:30px; }
.font40 { font-size:40px; }
.colorore { color:#eb5520; }
.bold { font-weight:bold; }
.pt10 { padding-top:10px; }
.alignL { text-align:left; }
.mb60 { margin-bottom:60px ;}
#vessel_campaign .txt { font-size:16px; text-align:left; }


#vessel_campaign.end::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background: rgba(1, 1, 1, 0.25);
    width: 100%;
    height: 103%;
    z-index: 100;
}
#vessel_campaign.end::after{
    content: "このキャンペーンは終了しました。";
    text-align: center;
    font-size: 2em;
    width: 75%;
    color: #eb5520;
    background: #fff;
    border: 3px solid #eb5520;
    position: absolute;
    top: 8em;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5% 10px;
    z-index: 101;
}

#vessel_campaign {
    width:100%;
    position:relative;
}
#vessel_campaign .contents {
	width:800px;
	margin:0 auto;
}

#vessel_campaign .mainttl {
	position:relative;
}
#vessel_campaign .ttlimg {
	position:relative;
	top:0;
	left:-36px;
}
#vessel_campaign.shindan-p0{
    left: auto;
/*    position: static;*/
    position: relative;
}

.hcatch {
	text-align:center;
	font-size:16px;
	color:#eb5520;
	line-height: 1.5;
	background-image:url("img/deco_l.png"),url("img/decor_r.png");
	background-repeat:no-repeat,no-repeat;
	background-position:left, right;
	margin-bottom: 20px;
	margin-top: 20px;
}

/* ---------プレゼント内容----------- */

#vessel_campaign .school_bg {
	width:100%;
	background:url(img/school_bg.jpg);
	margin:60px 0;
	padding: 20px 0;
}
#vessel_campaign .pre {
	overflow:hidden;
}

#vessel_campaign .pre li {
	width: 248px;
	height:330px;
	background-color: rgba( 255, 255, 255, 0.8 );
	float:left;
	margin-right: 10px;
	padding: 5px;
}
#vessel_campaign .pre li:last-child {
	margin-right:0;
}
#vessel_campaign .no {
	color:#eb5520;
	font-weight:bold;
}

/* ---------応募方法----------- */

#vessel_campaign .ttl_oubo {
	font-size:30px;
	text-align:center;
	font-weight:bold;
	position: relative;
	display: inline-block;
	margin: 60px 0;
}

#vessel_campaign .ttl_oubo:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 5px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color:#eb5520;
margin:
}
#vessel_campaign .step { margin-bottom:80px; }
#vessel_campaign .step ul {
	overflow:hidden;
	font-size:16px;
}
#vessel_campaign .step li {
	width:30%;
	float:left;
	margin-right: 40px;
	position:relative;
}
#vessel_campaign .ar {
	position:absolute;
	top: 160px;
	right: -40px;
}
#vessel_campaign .step li:last-child {
	margin-right:0;
}
#vessel_campaign .step_ttl {
	background:url(img/bg_stripe_light_blue.png);
	color:#1d2a78;
	font-size:26px;
	font-weight:bold;
	border-bottom: 3px #1d2a78 solid;
	margin-bottom: 20px;
}
.step2txt { margin-bottom:30px;}
.step3txt { margin-bottom:60px;}

.stepuntxt { text-align:left; font-size:14px;}

.cyuuijikou {
	margin-top:60px;
	text-align:left;
	font-size:16px;
}


/* -------アコーディオン------ */
	
#vessel_campaign dl dt {
    display: block;
    width: 100%;
    background-color: #fff4ef;
    border: 1px solid #eb5520;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #eb5520;
    padding: 5px 0;
    position: relative;
    cursor: pointer;
		margin-bottom:20px;
}


#vessel_campaign dl dt::after {
    content: "";
    display: block;
    width: 17px;
    height: 11px;
    background-image: url(/school/image/icon_arrow_open.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 15px;
}


#vessel_campaign dl dt.active::after {
    background-image: url(/school/image/icon_arrow_close.png);
    background-repeat: no-repeat;
    background-position: center right;

}
#vessel_campaign .kitei {
	text-align:left;
	margin:80px 0;
}
#vessel_campaign .kitei p { margin-bottom:20px; }

.kitei h3 {
	color: #00afec;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom: 2px #00afec solid;
}

.kitei h4 {
	font-size:16px;
	color:#eb5520;
	font-weight:bold;
	border-left:4px solid #eb5520;
	padding:0 0 0 15px;
	margin-top:20px;
	margin-bottom:10px;
}

.shindanbtn a,.sharebtn a{
    display: block;		
    background-color: #ea5520;
    width: 284px;
    height: 57px;
    line-height: 57px;
    color: #fff;
    font-size: 24px;
    margin-top: 34px;
    margin-right: auto;
    margin-left: auto;
    border-radius:9px;
    text-align: center;
}
.shindanbtn a:hover,
.sharebtn a:hover{ text-decoration: none;}


.sp_br { display:none; }

.syou {
	font-weight:bold;
	font-size: 18px;
	color: #00afec;
	margin-bottom:10px !important;
}
.mr60 { margin-right:60px; }


.shindanbtn2{
	overflow:hidden;
    background-color: #bfebfa;
    max-width: 686px;
    height: 122px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    border-left: 8px solid #00afec;
}
.sky_left {
    float: left;
    width: 50%;
		font-size: 16px;
		line-height: 28px;
		margin-top: 18px;
		font-weight: 500;
}

.sky_right {
    height: 122px;
    width: 45%;
		float: left;
    display: block;		
		background-color: #ea5520;
		max-width: 284px;
		height: 57px;
		line-height: 57px;
		color: #fff;
		font-size: 24px;
		margin-top: 34px;
		margin-right: auto;
		margin-left: auto;
		border-radius:9px;
}
.sky_right a {
	display:block;
}
.sky_right a:link {
	color:#FFF;
	text-decoration: none;
}
.sky_right a:hover{
	opacity:0.5;
	filter: alpha(opacity=50);
	color:#FFF;
	text-decoration: none;
	transition-duration: 1s;
}
.sky_right a:visited{
	color:#FFF;
	text-decoration: none;
}




/* --------------------------ブレイクポイント 480px(メイン画像)------------------------- */

@media screen and (max-width: 480px) {
	
.ttlimg img {
	display:none;
}
.ttlimg {
	background:url(img/mainttl_sp.jpg) center no-repeat;
	height:300px;
	background-size: contain;
}

.shindanbtn2{
	width: 94%;
	height:auto;
	max-width: 480px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0;
	overflow:visible;
	margin-bottom:120px;
}
.sky_left {
	float: none;
	width: auto;
	margin-top: 6px;
	line-height: 20px;
	font-weight: 600;
}

.sky_right {
	width:94%;
	max-width: 284px;
	float: none;
	border-radius:9px;
	margin: 20px auto;
}

}

/* --------------------------ブレイクポイント 900px------------------------- */

@media screen and (max-width: 900px) {

#vessel_campaign .mainttl {
	position: static;
}

#vessel_campaign .ttlimg {
	position: static;
}
.ttlimg img {
	width:100%;
	height:auto;
}
#vessel_campaign .school_bg {
	background:url(img/school_bg2.jpg);
	background-size:cover;
}

.mr60 { margin-right:0; }
.sp_br { display:block; }
.font22 { font-size:18px; }

#vessel_campaign .contents {
	width:90%;
	margin:0 auto;
}

/* ---------プレゼント内容----------- */

#vessel_campaign .pre li {
	width: 30%;
	height: 300px;
	background-color: rgba( 255, 255, 255, 0.8 );
	float:left;
	margin-right: 10px;
	padding: 5px;
	margin-bottom: 30px; 
}

#vessel_campaign .pre li {
	width: 80%;
	margin:0 auto 30px;
	float:none;
}
#vessel_campaign .pre li:last-child {
	margin-right:auto;
}
#vessel_campaign .step li {
	width:100%;
	float:none;
	margin-right: 0;
	position:relative;
	margin-bottom: 30px;
}
#vessel_campaign .ar {
	position:absolute;
	top: 160px;
	right: -40px;
}

.step2txt { margin-bottom:0;}
.step3txt { margin-bottom:0;}

.stepuntxt { text-align:center; font-size:14px;}

.cyuuijikou {
	font-size:14px;
}
#vessel_campaign dl dt {
	font-size:14px;
}



}
