@charset "utf-8";

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.7;
}
#main_contents{
	padding-top: 63px;
}
.innerWrap{
	width:100%;
	padding:0 15px;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
a:hover,
a:hover img,
.ro:hover{
	opacity:1;
}
.pcCont{
	display: none!important;
}
.spCont{
	display:block;
}
#spMenuOverlay,
#spMenu{
	display: block;
}
/* commons */
.f_left{float:none;}
.f_right{float:none;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header{
	/*border-top-width: 3px;*/
	height:60px;
}
header:before{
	height: 3px;
}
header h1{
	margin: 18px 0 0 0;
}
header h1 img{
	width:230px;
	height:auto;
}
header .sub{
	top:14px;
	right:60px;
}
header .sub a{
	background:#0059a6;
	color:#fff;
	font-size:14px;
	text-align:center;
	width:35px;
	padding:6px 0;
	display:block;
}
@media screen and (max-width:350px){
	header h1 img{
		width:200px;
	}
}
/*--------------------------------
	menuBtn
--------------------------------*/
header .menuBtn{
	font-size: 0;
	position: absolute;
	top: 19px;
	right: 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------
	contact_wrap
--------------------------------*/
#contact_wrap{
	margin-top: 40px;
	padding: 20px 30px 30px 30px;
}
#contact_wrap .hd{
	margin-bottom: 13px;
	font-size:20px;
	line-height:1.6;
}
#contact_wrap ul{
	font-size:0;
	padding-bottom: 10px;
}
#contact_wrap ul li{
	display:block;
	padding:0;
	margin-bottom: 10px;
	text-align:center;
}
#contact_wrap ul li a{
	width: 100%;
	height:70px;
	background-position: 26px center, top left !important;
}
#contact_wrap ul li.mail a{
	padding:26px 0 0 0;
}
#contact_wrap ul li.tel a{
	padding:12px 0 0 0;
}
#contact_wrap .txt{
	line-height:1.7;
	text-align:left;
}
/*--------------------------------
	bottom
--------------------------------*/
footer #bottom{
	position:static;
	padding: 23px 0 ;
}
footer #bottom .logo{
	text-align:center;
	padding:0 0 24px 0;
	margin-bottom: 20px;
}
footer #bottom .logo img{
	width:260px;
	height:auto;
}
footer #bottom .box{
	padding-left: 10px;
	width: 50% !important;
	box-sizing: border-box;
}
footer #bottom .box .hd{
	font-size:13px;
	margin-bottom: 15px;
}
footer #bottom .box .hd a{
	background: url(../../img/ico_arrow02.png) no-repeat left center;
	background-size: auto 12px;
	padding-left: 18px;
	display:block;
	width:100%;
	box-sizing: border-box;
}
footer #bottom .sub{
	position:static;
	padding-top: 17px;
	clear:both;
}

footer .copyright{
	padding:13px 0 17% 0;
} 
footer .fix_btn{
	margin-left: 0;
	left:0;
	padding:0 15px;
	text-align:center;
	width:100%;
	box-sizing: border-box;
}
footer .fix_btn img{
	width:100%;
	height:auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■spMenu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#spMenuOverlay {
	display: none;
	position: fixed;
	width: 100%;
	top: 63px;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 998;
}
#spMenu {
	display: block;
	position: fixed;
	width: 100%;
	top: 63px;
	right: 0;
	bottom: 0;
	background: #f4f9fb;
	z-index: 999;
	opacity: 0;
	padding: 0;
	overflow: hidden;
	/*-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);*/
	transition: all 0.25s ease-in-out;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%,  0);
}
#spMenu.open {
	opacity: 1;
	/*-webkit-transform: translate3d(0%, 0, 0);
	-moz-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);*/
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}
#spMenu .inner {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	padding-top: 20px;
	box-sizing: border-box;
}
#spMenu .box{
	margin-bottom: 25px;
}
#spMenu .hd{
	font-size: 16px;
	text-align:center;
	font-weight: bold;
	color: #0059a6;
	margin-bottom: 10px;
}
#spMenu ul{
	border-top: 1px solid #d3d3d3;
	overflow:hidden;
}
#spMenu ul li{
	border-bottom: 1px solid #d3d3d3;
	width:50%;
	float:left;
}
#spMenu ul.sub,
#spMenu ul.sub li{
	border:none;
}
#spMenu ul li a,
#spMenu ul li span{
	display: block;
	font-size: 100%;
	font-weight: bold;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
	box-sizing: border-box;
}
#spMenu ul li a:after{
	content: "";	
	border-right: 1px solid #0059a6;
	border-top: 1px solid #0059a6;
	height: 4px;
	width: 4px;
	right: 15px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: 50%;
	margin: -2px 0 0 0;
}

#spMenu .close{
	text-align:center;
	line-height:1.0;
	font-size:15px;
	margin-top: 10px;
}
#spMenu .close a{
	text-decoration:none;
	display:block;
	background:#ccc;
	padding:15px 10px;
}
#spMenu .close span{
	font-size:30px;
	vertical-align:middle;
	display:inline-block;
	margin-top: -6px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■ttl_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#ttl_area{
  height:100px;
  padding-bottom:30px;
  margin-bottom:20px;
}
/*--------------------------------
	pankuzu
--------------------------------*/
#ttl_area #pankuzu{
	bottom:0;
}
#pankuzu{
	padding:4px 10px;
}
#pankuzu li{
	margin-right:7px;
}
#pankuzu li + li{
	background-size:auto 10px;
	padding-left:13px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■side
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_con{
	float:none;
	width:auto;
}
#sidebar{
	float:none;
	width:auto;
	margin-top:50px;
}
#sidebar .linklist{
}
#sidebar .linklist p{
	border-width:2px;
	font-size:16px;
	padding:10px 10px;
}
#sidebar .linklist li {
	padding:10px 10px;
}
#sidebar .linklist li a{
	background-position:95% center;
	background-size:auto 8px;
	font-size:12px;
	text-decoration:none;
	padding:10px 10px;
	margin:-10px -10px;
}
#sidebar .linklist .ac_btn{
	position:relative;
}
#sidebar .linklist .ac_btn:after{
	content: "";	
	position: absolute;
	top: 50%;
	right: 5%;
	width: 5px;
	height: 5px;
	border-right: 2px solid #08477d;
	border-top: 2px solid #08477d;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	margin: -4px 0 0 0;
}
#sidebar .linklist .ac_btn.open:after{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	margin: -2px 0 0 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------
	hd
--------------------------------*/
/* hd01 */
.hd01{
	border-width:2px;
	font-size:24px;
	padding-left:0;
	padding-bottom:7px;
}
.hd01-icon{
	background-position:left 3px;
	background-size:auto 24px;
	padding-left:30px;
	margin-bottom:20px;
}
/* hd02 */
.hd02{
	background-position:10px center;
	background-size:auto 11px;
	font-size:18px;
	padding:8px 30px;
}
.hd02-large{
	font-size:20px;
}

/*--------------------------------
	btn
--------------------------------*/
/* btn01 */
.btn01{
	text-align:center;
}
.btn01 a{
	width: 80%;
	padding-top: 17px;
	padding-bottom: 17px;
	font-size:13px;
}

/* btn02 */
.btn02 a{
	font-size:12px;
}
.btn02.mail a{
	font-size:12px;
	padding:12px 10px;
}
.btn02.mail a span{
	background-size: auto 15px;
	padding-left:25px;
}

/* btn03 */
.btn03 a{
	background-position:10px center;
	background-size:auto 13px;
	padding:15px 10px 15px 33px;
}
.btn03 a.pdf:after{
	margin-left:5px;
}