*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

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

textarea {
	font-style:normal;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
html{
	width: 100% !important;
	height: auto !important;
	overflow: hidden !important;
}
*/

body {
	color:#323232;
	background:url(../img/common/naname.png) no-repeat center bottom;
	background-size: 100% auto;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	transition: all 300ms ease;

}

.pc {
	display:none !important;
}

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


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

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

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

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


/* Contents
===============================================================*/
div#AllBox{
}

div#Wrapper{
}

div#Top_Contents {

}

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

div#Main {

}

div#SideBar {

}


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

div.lang{
	display: none;
}

html body div#AllBox div#HeaderBox div.cb-header{
	display: none;
}

html body div#AllBox div#HeaderBox h1 p.logo a{
	display: block;
	background: url(../img/common/h_logo.jpg) no-repeat 0 0;
	background-size: 206px 50px;
	width: 206px;
	height: 50px;
	text-indent: -9999px;
	float: left;
}



html body div#AllBox div#HeaderBox div.wrap div#overlay.sp{
	width: 100%;
}


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


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

div#HeaderBox p.menu.on a{
	display:block;
	width:63px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/common/close.jpg) no-repeat 0 0;
	background-size:63px 50px;
}



/* Navigation
===============================================================*/

div#Navigation{
	width: 100%;
	display: none;
	-webkit-overflow-scrolling: touch;
	background: #0C71F7;
	height: 92%;
	position: fixed;
	top:50px;
	overflow-y: auto !important;
}

div#Navigation ul.soto {
	padding:0px 0px 0px;
	width: 94%;
	margin:3%;
}

div#Navigation ul li {

	border-bottom: solid 1px #668AC3;

}
div#Navigation ul li a {
	display:block;
    font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding-right: 10px;

}


div#Navigation ul.soto li {
	padding: 15px 3%;
	border-bottom: solid 1px #668AC3;
	background: url(../img/common/arr02.png) no-repeat 97% 50%;
	background-size: 6px auto;
}

div#Navigation ul.soto li a{
	display: block;
	color: #fff;
}

div#Navigation ul.soto li.oya{
	padding: 15px 3%;
	border-bottom: solid 1px #668AC3;
	background: url(../img/common/plus02.png) no-repeat 97% 20px;
	background-size: 13px auto;
/* 	text-indent: 2em; */
}

div#Navigation ul.soto li.oya.on{
	background: url(../img/common/minus02.png) no-repeat 97% 23px;
	background-size: 13px auto;

}

div#Navigation ul.soto li.oya a{
	background: url(../img/common/ico02.png) no-repeat 3% 3px;
	background-size: 8px auto;

}
div#Navigation ul.soto li.oya02 a{
	background: url(../img/common/ico02.png) no-repeat 3% 3px;
	background-size: 8px auto;
	padding-left: 2em;
}


div#Navigation ul.soto li.oya.on ul li a{
	font-weight: normal;
}

div#Navigation ul.soto li.oya ul{
	display: none;
	margin: 4.5% -3% -3%;
}

div#Navigation ul.soto li.oya ul li{
	border-bottom: none;
	border-top: dotted 1px #668AC3;
	text-indent: 1em;
}

div#Navigation div.langsp.sp{
	display: flex;
	background: #005BAC;
	padding: 15px;
	text-align: center;
	margin-top: 20px;
	margin: 20px 3% 0;
	color: #fff;
}

div#Navigation div.langsp.sp a{
	color: #fff;
	font-size: 15px;
}

div#Navigation div.langsp.sp p.ttl{
	margin-right: 40px;
	margin-left: 30px;
	font-size: 15px;
}

div#Navigation div.langsp.sp p a.here{
	border-bottom: solid 2px #fff;
}

/* コンテンツ
===============================================================*/
div.kaso.ttl{
	 background: url(../../img/common/ttl_line.png) no-repeat center bottom;

	 padding: 10px 0% 5px;
	 margin: 15px 3% 30px;
}



div.kaso.ttl h2.jp{
	font-size: 20px;

font-weight: bold;
}

div.kaso.ttl h2.jp.sml{
	font-size: 18px;

font-weight: bold;
}

div.kaso.ttl h2 span{
	font-size: 14px;
	color: #676767;
	margin: 0 auto;
	margin-left: 10px;
font-weight: normal;
}

div.kaso.ttl h2.jp.sml span{
	margin-left: 0;
}

html body div#AllBox div#Contents.kaso.cf div.pagePath_out{
	display: none;
}

html body div#AllBox div#Contents.kaso.cf div.pagePath_out ul#pagePath.cf{
	margin: 0 auto;

}

html body div#AllBox div#Contents.kaso.cf div.pagePath_out ul#pagePath.cf li{
	font-size: 12px;
	float:left;
}

div#Contents.kaso.cf{

}

div#Contents.kaso.cf div#Main{

}

div#Contents.kaso.cf div.wrap{
	margin: 20px auto 40px;

}

div#Contents.kaso.cf div.wrap.cf div#Main div.wrap02{
	width: 100%;

	margin-bottom: 40px;

}


div#Contents.kaso.cf div.wrap.cf div#Main div.wrap02 h3{
	font-size: 20px;
	margin-bottom: 20px;
}

div#Contents.kaso.cf div.wrap.cf div#Main div.wrap02 h3.bl{
	color: #005BAC;
	font-size: 20px;
}


/* ContactBox
===============================================================*/
div#ContactBox {
	background: url(../img/top/bg03.png) no-repeat center top / cover;
	padding: 24px 3% 30px;
}

div#ContactBox .con_box{

	margin: 0 auto;

}

div#ContactBox .con_box .ttl{

}


div#ContactBox .con_box h2{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
	text-align:center;
	color: #fff;
}

div#ContactBox .con_box h2.jp{
	font-size: 16px;
	margin-bottom: 30px;
}


div#ContactBox .con_box .phone{
 text-align: center;
}

html body div#ContactBox div.con_box.cf div.phone p.tel.sp img{
	position: relative;
	top:-10px;
	left: -3px;
}


html body div#ContactBox div.con_box.cf div.phone p.info{
	padding-top: 0px;
	color: #fff;
	text-align: center;
}



html body div#ContactBox div.con_box.cf div.phone p.tel{
	color: #fff;
	font-size: 30px;

}

html body div#ContactBox div.con_box.cf div.phone p.tel a{
	color: #fff;
}

html body div#ContactBox div.con_box.cf div.contact{
	padding-top: 15px;
}

html body div#ContactBox div.con_box.cf div.contact p.btn a{
	display: block;
	background: #fff;
	color: #005bac;
	width: 245px;
	text-align: center;
	padding: 15px;
	margin: 0 auto;
}

html body div#ContactBox div.con_box.cf div.contact p.btn a:hover{
	display: block;
	color: #fff;
	background:#192559;
	text-decoration: none;
}



/* FooterBox
===============================================================*/
div#FooterBox {

}

html body div#FooterBox div.footer_wrapper{
	margin: 0 auto;
	padding: 40px;
}

html body div#FooterBox div.footer_wrapper div.cf ul.footer_link li{
	background: url(../../img/common/ft_ico.png) no-repeat 0 6px;
	text-indent: 0.7em;
}

html body div#FooterBox div.footer_wrapper div.cf ul.footer_link li a{
	font-size: 14px;
}

html body div#FooterBox div.footer_wrapper div.rec.cf h3.con{
	margin: 20px 0 0;
}




html body div#FooterBox div.address_box{

}

html body div#FooterBox div.address_box .wrap{
	margin: 0 auto;
	padding: 20px 3% 40px;
}

html body div#FooterBox div.address_box div.wrap div.ft_logo a{
	display: block;
	background: url(../img/common/ft_logo.png) no-repeat 0 0;
	background-size: 245px auto;
	width: 245px;
	height: 42px;
	text-indent: -9999px;
	margin-bottom: 10px;
	margin: 0 auto 15px;
}

html body div#FooterBox p.seo{
	font-size: 10px;
	color: #8b8b8b;
}

html body div#FooterBox div.address_box div.wrap.cf address.left{
	float: none;
	margin-bottom: 15px;
}

html body div#FooterBox div.address_box div.wrap.cf address.left p{
	font-style: normal;
	font-size: 12px;
	text-align: center;
}

html body div#FooterBox div.address_box div.wrap.cf address.left p.name{
	font-weight: bold;
}

html body div#FooterBox div.copy{
	text-align: center;
	font-size: 10px;

	padding: 5px 0 5px;
}

html body div#FooterBox p.pagetop a{
	display: block;
	background: url(../../img/common/pagetop.png) no-repeat 0 0;
	background-size: 47px auto;
	width: 47px;
	height: 47px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	text-indent: -9999px;
	z-index: 10000;
}










div#FooterBox div.sp ul#menu.soto li.oya ul.child{
	display: none;
}



div#FooterBox div.sp ul.soto {
	padding:0px 0px 0px;
	width: 94%;
	margin:3%;
}

div#FooterBox div.sp ul li {

	border-bottom: solid 1px #8F96AE;

}
div#FooterBox div.sp ul li a {
	display:block;
    font-size: 14px;
	font-weight: bold;
	padding-right: 10px;

}


div#FooterBox div.sp ul.soto li {
	padding: 15px 3%;
	border-bottom: solid 1px #ccc;
	background: url(../img/common/arr01.png) no-repeat 97% 50%;
	background-size: 6px auto;
}

div#FooterBox div.sp ul.soto li:last-child {
	border-bottom: none;
}

div#FooterBox div.sp ul.soto li a{
	display: block;
}

div#FooterBox div.sp ul.soto li.oya{
	padding: 15px 3%;
	border-bottom: solid 1px #ccc;
	background: url(../img/common/plus.png) no-repeat 97% 20px;
	background-size: 13px auto;
/* 	text-indent: 2em; */
	display: block;
}

div#FooterBox div.sp ul.soto li.oya.on{
	background: url(../img/common/minus.png) no-repeat 97% 25px;
	background-size: 13px auto;

}

div#FooterBox div.sp ul.soto li.oya a{
	background: url(../img/common/ico02.png) no-repeat 3% 3px;
	background-size: 8px auto;

}
div#FooterBox div.sp ul.soto li.oya02 a{
	background: url(../img/common/ico02.png) no-repeat 3% 3px;
	background-size: 8px auto;
	padding-left: 2em;
}


div#FooterBox div.sp ul.soto li.oya.on ul li a{
	font-weight: normal;
}

div#FooterBox div.sp ul.soto li.oya ul{
	display: none;
	margin: 4.5% -3% -3%;
}

div#FooterBox div.sp ul.soto li.oya ul li{
	border-bottom: none;
	border-top: dotted 1px #ccc;
	text-indent: 1em;
}











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

div#Contents.kaso.cf div.wrap.cf div#SideBar{
	width: 94%;
	margin: 3% 3% 0;
}

div#Contents.kaso.cf div.wrap.cf div#SideBar h3{
	background:url(../../img/common/side_line.png) no-repeat center bottom;
	background-size: 100% 1px;
	padding: 10px 10px;
	font-size: 18px;
}

div#Contents.kaso.cf div.wrap.cf div#SideBar h3 span{
	font-size: 12px;
	margin-left: 20px;
}

div#Contents.kaso.cf div.wrap.cf div#SideBar li a{
	display: block;
	padding: 15px 25px 15px 15px;
	border-bottom: solid 1px #ebebeb;
	background: url(../img/common/arr01.png) no-repeat 95% 50%;
	background-size: 6px auto;
	font-weight: bold;
}


div#Contents.kaso.cf div.wrap.cf div#SideBar li a.here{
	color: #005bac;
	background: url(../img/common/arr01.png) no-repeat 95% 50%;
	text-decoration: none;
	background-size: 6px auto;
}
