@charset "UTF-8";
@import "reset.css";

img{
border:0;
vertical-align: top;
}



body{
font-size: 62.5%;
font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
line-height:1.4;
color:#292929;
background-color:#fff;
overflow-x:hidden;
}

.cf:after {
  display: block;
  clear: both;
  content: "";
}


/*--------
	link
--------*/
a:link {
	color:#292929;
	text-decoration:none;
}
a:visited {
	color:#292929;
	text-decoration:none;
}
a:hover {
	color:#292929;
	text-decoration:underline;
}
a:active {
	color:#292929;
	text-decoration:underline;
}
a {
	outline: none;
}

/*a:hover img {
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}*/

a:hover img {
	-webkit-filter: brightness(1.2);
     -moz-filter: brightness(1.2);
     -o-filter: brightness(1.2);
     -ms-filter: brightness(1.2);
     filter: brightness(1.2);
}


#base {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	padding:0 30px;
	background-image:url(../img/bg.png);
	background-repeat:repeat-y;
}
.shadow {
	padding-bottom:14px;
	background-image:url(../img/bg_shadow.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}
.btn01 {
	width:524px;
	margin-left:auto;
	margin-right:auto;
}

#fv {
	background-image:url(../img/bg_fv.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	min-width:760px;
}
#fv .inner {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#fv .btn {
	width:527px;
	position:absolute;
	top:376px;
	right:0px;
}


#section01 {
	padding-top:45px;
}


#section02 {
	padding-top:26px;
}


#section03 {
	padding-top:52px;
}


#section04 {
	padding-top:45px;
	padding-bottom:30px;
}


#section05 {
	padding-top:30px;
}


#section06 {
	padding-top:63px;
}


#section07 {
	padding-top:46px;
	padding-bottom:18px;
}


#section08 {
	padding-top:85px;
}
#section08 h3 {
	padding-bottom:12px;
}


#section09 {
	padding-top:33px;
	padding-bottom:15px;
}
#section09 h3 {
	text-align:center;
}
.voice {
	width:700px;
	box-sizing:border-box;
	padding:20px 8px 20px 15px;
	border:5px solid #3598df;
	position:relative;
	margin-top:24px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.voice .txt {
	font-size:17px;
	line-height:136%;
}
.voice.v01 {
	padding-top:240px;
	overflow:visible;
}
.voice.v01 .ph {
	position:absolute;
	top:0px;
	left:0px;
	width:314px;
}
.voice.v01 .title {
	position:absolute;
	top:14px;
	left:327px;
	width:390px;
}
.voice.v02 .ph {
	float:left;
	width:314px;
	margin-top:-107px;
	margin-right:10px;
}
.voice.v02 .txt {
	padding-top:105px;
}
.voice.v02 .title {
	position:absolute;
	top:35px;
	left:335px;
	width:352px;
}


#section10 {
	padding-top:70px;
}
#section10 .last {
	padding-top:27px;
	background-color:#eaf3fb;
}


#section11 {
	padding-top:50px;
	padding-bottom:40px;
	text-align:center;
	font-size:17px;
	line-height:150%;
}
#section11 h3 {
	padding-bottom:20px;
}
#section11 .address {
	display:inline-block;
	text-align:left;
}
#section11 .address.ad1 {
	line-height:100%;
}
#section11 .address .label {
	display:table-cell;
	width:5em;
}
#section11 .address .txt {
	display:table-cell;
}
#section11 .name {
	padding-bottom:3px;
}




/*--------
	footer
--------*/
#footer {
	background-image:url(../img/bg_footer.png);
	background-repeat:repeat-x;
	text-align:center;
}
#footer .logo {
	padding-top:14px;
	height:70px;
}
#footer .copyright {
	padding-top:64px;
	height:76px;
	color:#ffffff;
	font-size:15px;
}