@charset "utf-8";
/* CSS Document */

	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*---------- /clearfix----------*/

#area {
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mt10 { margin-top: 10px!important; }
.mb10 { margin-bottom: 10px!important;}
.mt20 { margin-top: 20px!important; }
.mb20 { margin-bottom: 20px!important;}
.mt30 { margin-top: 30px!important; }
.mb30 { margin-bottom: 30px!important;}
.mt40 { margin-top: 40px!important; }
.mb40 { margin-bottom: 40px!important;}
.mt50 { margin-top: 50px!important; }
.mb50 { margin-bottom: 50px!important;}
.ml10 { margin-left: 10px!important;}
.mr10 { margin-right: 10px!important;}
.fs14 { font-size: 14px!important;}
.fs18 { font-size: 18px!important;}
.text-right {text-align: right;}

#top_btn + .bpbox_center,
#top_btn + a .bpbox_center,
#top_btn a .bpbox_center {
	position: absolute;
	top: 282px;
	right: 150px;
}
.cv_btn + .bpbox_center,
.cv_btn + a .bpbox_center,
.cv_btn a .bpbox_center {
	position: absolute;
	right: 370px;
}
#top1 + .bpbox_center,
#top1 + a .bpbox_center,
#top1 a .bpbox_center {
	top: 1232px;
}
#top2 + .bpbox_center,
#top2 + a .bpbox_center,
#top2 a .bpbox_center {
	top: 1878px;
}
#top_btn + .bpbox_center a img:hover,
#top_btn + a .bpbox_center img:hover,
#top_btn a .bpbox_center img:hover,
.cv_btn + .bpbox_center a img:hover,
.cv_btn + a .bpbox_center img:hover,
.cv_btn a .bpbox_center img:hover,
a .bpimage_image img:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}

.col-left {
	float: left;
}
.col-right {
	float: right;
}

h2 {
	clear: both;
	background: #185ea0;
	display: block;
	padding: 6px 10px 4px;
	border-bottom: 1px solid #26267c;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2;
}
h2 span {
	color: #fff600;
}
.w200 {
	margin-top: 20px;
	width: 170px;
	padding: 12px;
	height: 260px;
	border: #cdcbcb 3px solid;
}
#contents .w200 h3 {
	border: none;
	color: #525252;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: center;
}
#contents .w200 p {
	margin-top: 0;
}
#contents .w200 .bpimage_center {
	margin: 15px auto;
}
#contents .w200 hr {
	margin-bottom: 8px;
}
.cv_btn {
	background: url(bg_btn.png) 0 0 no-repeat;
	width: 620px;
	height: 110px;
}

#box2nd {
	margin: 20px 10px 0;
}
	.img_area h2 {
		color: #1B61A3;
		font-size: 20px;
		font-weight: bold;
		border-bottom: 2px #1B61A3 solid;
		background: none;
	}
	.img_area h2 span {
		color: #ffffff;
		background: #1B61A3;
		margin-right: 0.5em;
		padding: 0 0.4em;
		font-size: 14px;
	}
	.img_area p {
		text-align: center;
		font-size: 16px!important;
		font-weight: bold;
	}
	.img_area p.kome {
		font-size: 14px!important;
		font-weight: normal;
	}
	.img_area p span {
		font-size: 22px;
		color: #D8231C;
	}
	.yellow-line {
		background: linear-gradient(transparent 60%, #FFFF00 0%);
	}

@media screen and (max-width:767px){
	.cv_btn {
	background: none;
	width: 100%;
	height: 0;
}
	#spTitleImage {
		width:100vw;
		height:46.7vw;
		background: url(mobile-title.jpg) 0 center no-repeat;
		background-size: cover;
	}
	#spTitleImage img {
		display: none;
	}
	h1.text {
		font-size: 5.5vw!important;
		border-left: 4px solid #0053B9;
		background: #f6f6f6;
	}
	#top_btn + .bpbox_center, #top_btn + a .bpbox_center, #top_btn a .bpbox_center {
		display: none;
	}
	#top1 + .bpbox_center,
	#top1 + a .bpbox_center,
	#top1 a .bpbox_center {
	top: 0;
	}
	#top2 + .bpbox_center,
	#top2 + a .bpbox_center,
	#top2 a .bpbox_center {
	top: 0;
	}
	.cv_area {
		width: 100%;
		height: 22vw;
	}
	.cv_area .bpimage_center {
		width: 100vw;
	}
	.cv_btn + .bpbox_center, .cv_btn + a .bpbox_center, .cv_btn a .bpbox_center {
		position: relative;
		right: auto;
	}
	.cv_area .bpimage_center img {
		width: 90vw!important;
		margin-left: 2vw;
	}
	.img_area {
		display: block;
		margin-bottom: 20px;
	}
	.col-left {
	float: none;
	}
	.col-right {
	float: none;
	}
	#box2nd, .w200 {
		margin: 20px auto 10px;
	}
	.w200 {
		width: 70vw;
		height: auto;
	}
	.yellow-line {
		border-bottom: 4px dashed #ffff00;
		background: none;
	}
	.img_area p span {
		font-size: 7vw;
	}
	.img_area p {
		font-size: 5.3vw!important;
	}
	h2 {
		font-size: 5vw;
	}
	.img_area h2 {
		font-size: 5.5vw;
	}
	.arrow img{
		display: block!important;
		width: 60px!important;
		margin: 0 auto;
	}
	.fs14 { font-size:  3.5vw !important;}
}