@charset "utf-8";

html {
	width: 100%;
	font-size: 62.5%;
}
body { 
	background: #E0EAF7;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.6;
	width: 100%;
	/*	viewport
	------------------------------*/
	-webkit-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	height: auto;
}

/*------------------------------
	#container
------------------------------*/
#container {
	position: relative;
	width: 95%;
	max-width:900px;
	margin:0 auto;
	background:#fff;
}
/*------------------------------
	header
------------------------------*/
#header{
	border-top: 4px solid #0C6CB9;
	border-bottom: 4px solid #0C6CB9;
	padding: 2% 3%;
}
#header h1{
	width: 20%;
	min-width: 80px;
	float: left;
}
#header h1 img{
	display: block;
}
/*------------------------------
	footer
------------------------------*/
#footer{
	padding: 10px;
	background: #F9F3E3;
	text-align: center;
	font-size: 1.6rem;
}
.footer_link_nav{
	letter-spacing: -.4em;
}
.footer_link{
	letter-spacing: normal;
	display: inline-block;
	margin: 0 5px 5px;
	line-height: 1;
}
/*------------------------------
	content
------------------------------*/
#content{
	width:95%;
	margin: 0 auto;
	padding-top: 2%;
}
#content a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#content h2{
	border-left: 10px solid #fdbbba;
	padding: .5em 0 .5em 12px;
	margin-bottom: 30px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
}
#content h3{
	padding: .5em;
	margin-bottom: 1em;
	border-radius: 5px;
	background: #fdbbba;
	font-size: 2rem;
	font-weight: bold;
}
#content .block{
	margin-bottom: 1em;
}
.imgbox {
	text-align: center;
	margin: 0 0 1em;
}
.img_txt{
	display: block;
	font-size: 1.4rem;
	color: #6d6d6d;
}
.img_txt.img_txt_red{
	color: #ff0000;
}
.img_txt:not(:first-child){
	margin-top: 1em;
}
.img_txt:not(:last-child){
	margin-bottom: 1em;
}
.txtbox p:not(:last-child),
.txtbox:not(:last-child){
	margin-bottom: 1.5em;
}
.c_pink{
	color: #fdbbba;
	font-weight: bold;
}
.btn_closing{
	display: block;
	width: 258px;
	margin: 10px auto;
	height: 66px;
}
.bgr{
	background: #ffeaec;
}
/*------------------------------
	PC
------------------------------*/
@media screen and (min-width: 641px) {
	.spOnly{
		display: none !important;
	}
	.txtbox{
		max-width: 700px;
		margin-right: auto;
		margin-left: auto;
	}
	.img01_title{
		margin-left: 110px;
	}
}
/*------------------------------
	SP
------------------------------*/
@media screen and (max-width: 640px) {
	.pcOnly{
		display: none !important;
	}
	#content h2{
		font-size: 1.8rem;
	}
	#content h3{
		font-size: 1.6rem;
	}
	img {
		width: 100%;
	}
}

/*------------------------------
	clearfix
------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	font-size:0;
	height: 0;
	visibility:hidden;
	clear: both;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display:block;}

/*------------------------------
	上書き用スタイル
------------------------------*/
.dn {display: none !important;}
.di {display: inline !important;}
.dib {display: inline-block !important;}
.db {display: block !important;}

.fwb {font-weight: bold !important;}

.tal {text-align: left !important;}
.tac {text-align: center !important;}
.tar {text-align: right !important;}

.tdn {text-decoration: none !important;}
.tdu {text-decoration: underline !important;}

.vat {vertical-align: top !important;}
.vam {vertical-align: middle !important;}
.vab {vertical-align: bottom !important;}

.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mt70 {margin-top: 70px !important;}
.mt80 {margin-top: 80px !important;}
.mt90 {margin-top: 90px !important;}
.mt100 {margin-top: 100px !important;}

.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}
.mr60 {margin-right: 60px !important;}
.mr70 {margin-right: 70px !important;}
.mr80 {margin-right: 80px !important;}
.mr90 {margin-right: 90px !important;}
.mr100 {margin-right: 100px !important;}

.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.ml0 {margin-left: 0 !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
.ml60 {margin-left: 60px !important;}
.ml70 {margin-left: 70px !important;}
.ml80 {margin-left: 80px !important;}
.ml90 {margin-left: 90px !important;}
.ml100 {margin-left: 100px !important;}

.bdn {border: none !important;}
.bdtn {border-top: none !important;}
.bdrn {border-right: none !important;}
.bdbn {border-bottom: none !important;}
.bdln {border-left: none !important;}

.ovh {overflow: hidden !important;}

.posr {position: relative !important;}

.zi1 {z-index: 1 !important;}

.curp {cursor: pointer !important;}