
/* base
===============================================================*/
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,tr {
	font-size: 14px;
	line-height: 1.6;
	transition:0.3s all ease 0s;
}

textarea {
	font-style:normal;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}

body {
	color:#323232;
	background-color:#ffffff;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}

.pc {
	display:none !important;
}

input {
	-webkit-border-radius : 0;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}


/* font
===============================================================*/
a {
	color:#fff;
	text-decoration:none;
}

a:visited {
	color:#323232;
	text-decoration:none;
}

a:hover {
	color:#323232;
	text-decoration: none !important;
}

a:active {
	color:#323232;
	text-decoration: underline;
}


/* Contents
===============================================================*/
div#AllBox{
	width: 100%;
	overflow: hidden;
}

div#Wrapper{
}

div#Top_Contents {

}

div#Contents {
	padding-top: 64px;
}

div#Main {

}

div.wds{
	padding: 0 3%;
}

div#SideBar {

}

h2{
	font-size: 16px;
	color: #192458;
	border-bottom: solid 1px #192458;
	line-height: 1.1em;
	padding-left: 1em;
	margin-left: 10%;
	margin-top: 40px;
	width: 90%;
	margin-bottom: 50px;
}

h2 span{
	font-family: 'Comfortaa', cursive;
	font-size: 30px;
	margin-right: 10px;
	line-height: 0.5em
}

div#Main div.mv p.kaso{
}

div#Main div.mv p.kaso{
	width: 100%;
	max-height: 120px;
	overflow: hidden;
	background: url(/images/common/sp_main.jpg) no-repeat center center / cover;
	background-size: 100% auto;
}

div#Main div.mv p.kaso img{
/* 	display: none; */
}


ul#pagePath{
	margin-bottom: 20px;
}

ul#pagePath li{
	float: left;
	font-size: 14px;
}

ul#pagePath li a{
	font-size: 14px;
	text-decoration: underline;
	color: #323232;
}


/* HeaderBox
===============================================================*/
div#HeaderBox {
	position: fixed;
	height: 64px;
	width: 100%;
	background: #fff;
	z-index: 1000;
}

h1{
	height: 64px;
	padding-left: 10px;
}

h1 img{
	width: auto;
	height: 100%;
}


div#HeaderBox p.menu {
/* 	position: fixed; */
	position: absolute;
    top: 0px;
    right: 0px;
}


div#HeaderBox p.menu a {
	display:block;
	width:64px;
	height:64px;
	text-indent:-9999px;
	background:url(../../images/common/menu.png) no-repeat 0 0;
	background-size:64px 64px;
}




/* Navigation
===============================================================*/
div#Navigation {
/* 	display: none; */
}

div#overlay{
/* 	display: none; */
	width: 100%;
	height: 100%;
	background-color: #fff;
/* 	position: fixed; */
	top: 0px;
	z-index: 1001;
}

div#HeaderBox div#NavigationDown{
/* 	position: fixed; */
	width: 100%;
	display: none;
	background-color: #f2f0ed;
	height: 50px;
	z-index: 1000;
}



div#Navigation {
	display:none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background:#fff;
	z-index:20;
}

div#overlay{
	display: none;
	height: 100%;
	z-index: 100000;
	-webkit-overflow-scrolling: touch;
}

div#overlay p.close {
	position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10000;
}
div#overlay p.close a {
	display:block;
	width:64px;
	height:64px;
	text-indent:-9999px;
	background:url(../../images/common/close.png) no-repeat 0 0;
	background-size:64px 64px;
}

div#overlay ul {
	padding:0px 0px 0px;
	margin: 0px;
	background: #182F5E;
/* 	height: 600px; */
	overflow-y: auto !important;

}
div#overlay ul li {
	text-align: center;
	border-bottom: solid 1px #8F96AE;
/* 	padding-bottom: 15px; */

}
div#overlay ul li a {
	display:block;
    font-size: 16px;
    padding: 15px 23px;
	color: #fff;
/* 	width: 100%; */
/* 	height: 38px; */
}




/* FooterBox
===============================================================*/
div#FooterBox {
	background: #0D285A;
	color: #fff;
	position: relative;
	z-index: 100;
}

html body div#FooterBox div.wrap.cf{
	margin: 0 auto;

}




html body div#FooterBox div.copy{
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align: center

}

html body div#FooterBox p.pagetop{
	display: block;
	width: 100%;
	padding:0 0 15px 0;
	text-align: center;
	background: #8A91AB;
}

html body div#FooterBox div#f_link a{
	color:#323232;
	background: url(../../images/common/sp_arr01.png) no-repeat right center;
	background-size: 6px 10px;
	display: block;
	width: 100%;
}

html body div#FooterBox div.wrap.cf div#f_link ul.cf{
	background: #ECF3FC;
}

html body div#FooterBox div.wrap.cf div#f_link ul.cf li{
	border-bottom: solid 1px #fff;
	padding: 3%;
}

/* SideBar
===============================================================*/

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
