@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----------*/
.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;}
.fs16 { font-size: 16px!important;}
.fs18 { font-size: 18px!important;}
.fs20 { font-size: 20px!important;}
.fs22 { font-size: 22px!important;}
.fs24 { font-size: 24px!important;}
.text-right {text-align: right;}

.col-left {
	float: left;
}
.col-right {
	float: right;
}

#area {
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#top_btn + .bpbox_center,
#top_btn + a .bpbox_center,
#top_btn a .bpbox_center {
	position: absolute;
	top: 295px;
	right: 150px;
}
#top_btn + .bpbox_center a img:hover,
#top_btn + a .bpbox_center img:hover,
#top_btn a .bpbox_center img:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;

}

#top_btn + a .bpbox_center {
	position: absolute;
	top: 275px;
	right: 328px;
}
#contents h4 {
	border: none;
	margin: 0;
	padding: 0;
}

.merit_list {
	padding: 10px 0 0;
}
.merit_list h4 {
	margin: 0.5em 0 0.5em 1em !important;
	padding-top: 4px!important;
	font-size: 18px;
	font-weight: bold;
	color: #6889D4!important;
	border-top: 2px #6889D4 solid!important;
	border-bottom: 1px #6889D4 dotted!important;
}
.merit_list .img_area,
.merit_list .text_area {
	float: left;
}
.merit_list li {
	list-style: none;
	font-size: 16px;
}
.merit_list li span {
	color: #6889D4;
}
.merit_list .img_area {
	width: 20%;
}
.merit_list .img_area img {
	width: 100%;
	max-width: 320px;
}
.merit_list .text_area {
	width: 80%;
}
.merit_list .text_area ul {
	margin-left: 1em;
}


/*-----mobile--------------*/
@media screen and (max-width:767px){
	#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: 8vw!important;
		border-left: 4px solid #0053B9;
		background: #f6f6f6;
		line-height: 1.1;
	}
	h2 {
		font-size: 6.2vw;
	}
	.cv_area {
		width: 100%;
		height: 22vw;
	}
	.cv_area .bpimage_center {
		width: 100vw;
	}
	#top_btn + .bpbox_center, #top_btn + a .bpbox_center, #top_btn a .bpbox_center,
	.cv_btn + .bpbox_center, .cv_btn + a .bpbox_center, .cv_btn a .bpbox_center {
		position: relative;
		right: auto;
		top: 0;
		padding-top: 10px;
	}
	.cv_area .bpimage_center img {
		width: 90vw!important;
		margin-left: 2vw;
	}
	#top1 + .bpbox_center, #top1 + a .bpbox_center, #top1 a .bpbox_center {
		top: 0;
	}
	#contents .bpimage_center {
		width: 100%;
	}
	.merit_list .img_area {
		width: 23%;
		padding-top: 26px;
	}
	.merit_list .text_area {
		width: 73%;
	}
	.merit_list .text_area li {
		font-size: 14px;
	}
.fs14 {font-size: 9px!important;}
}