@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: 270px;
	right: 90px;
}
.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: 2140px;
}
/*
#top2 + .bpbox_center,
#top2 + a .bpbox_center,
#top2 a .bpbox_center {
	top: 1862px;
}*/
#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;
}


h2 {
	clear: both;
	display: block;
	border-bottom: 1px solid #0053b9;
	font-size: 24px;
	font-weight: bold;
	color: #0053b9;
	line-height: 1.2;
}
.memo {
	background: url(img02.png) 0 0 no-repeat;
	padding: 96px 0 0 80px;
	height: 560px;
}
.memo .subtitle {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #c8211d;
}
#contents .memo h3 {
	margin: 30px 0 0 0;
	padding: 0;
	border: none;
	font-size: 30px;
	font-weight: bold;
}
.memo dt {
	font-size: 20px;
	color: #126f38;
	font-weight: bold;
	margin-top: 20px;
}
.memo dd {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	padding-left: 0.5em;
}
.memo dd li {
	padding-left: 60px;
}

.cv_area {
	background: #fffce4;
	width: 620px;
	height: 110px;
}
/*-----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%;
	}
	.memo {
		background-image: none;
		background-color: #FFF9EB;
		height: auto;
		padding: 5vw;
	}
	#contents .memo h3 {
		font-size: 6vw;
		text-align: left;
		border-bottom: 2px #F83A32 solid;
		margin: 0;
	}
	.memo dt {
	font-size: 5vw;
	font-weight: bold;
	width: 100vw;
	float: none;
	clear: both;
	}
	.memo dd {
	font-size: 4.5vw;
	line-height: 24px;
	padding-left: 8px;
	width: 80vw;
	float: none;
	padding-bottom: 0;
	line-height: 1.4;
	}
	.memo dd li {
		padding-left: 0;
		font-weight: normal;
	}
.memo dd.img {
	width: 80vw;
	float: none;
	padding-bottom: 0;
	}
.fs14 {font-size: 9px!important;}
}