@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	}

img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
	}
html{
	width: 100%;
}
body {
	width: 100%;
	background-color:#ffffff;
	color: #000000;
	padding: 0;
	margin:0;
	font-family:"小塚ゴシック Pro R","メイリオ レギュラー", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overflow-x:hidden;
	overflow-y:scroll;
	}

body:not(:target){
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif\9; /* IE9, 10 */
}
/*************************
 共通スタイル 
*************************/
ul{
	list-style-type: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start:0;
	text-align:left;
	margin:0;
	padding:0;
	}

a:active, a:focus {
	outline: none;
	text-decoration: none;
	color:#e23904;
	}
a:link {
	text-decoration: none;
	color:#e23904;
	}
a:hover {
	text-decoration: underline;
	color:#e23904;
	}
a:visited {
	color:#e23904;
	}

.clear {
	clear: both;
	float: none;
	}

.cf:after {
	content: "";
	clear: both;
	float:none;
	display: block;
	visibility:hidden;
	}

/*text*/

.right {	text-align: right !important;	}
.left {	text-align: left !important;	}

.center {
	text-align: center !important;
	}

/*font-weight*/
.bold {
	font-weight: bold;
	}
/*色*/
.red {	color:red;}
.white{color:#ffffff;}

/*float*/
.fleft {	float: left;}
.fright {	float: right;}
/*font-size*/

.small{font-size:75%;}

/*margin*/
.ma{margin:0 auto !important;}
.mb10{ margin-bottom:10px !important;}
.mb20{ margin-bottom:20px !important;}
.mb30{ margin-bottom:30px !important;}

.mt3{ margin-top:3px !important;}
.ml30{ margin-left:30px !important;}

/*padding*/

.border{
	border:1px solid #1e4a6c;
	}

.indentP{
	text-indent:-1em;
	padding-left:1em;
	}

@media screen and (-webkit-min-device-pixel-ratio:0) {
::i-block-chrome,header button.drawer-hamburger {
    top:1em;
    width: 2rem;
    padding: 1.5em 1em 1em; 
}
}
/*-------
検索結果
---------*/
aside#secondary,
main#main footer{
	display:none;
	}

h1.page-title{
	margin-bottom:30px;
	padding:10px;
	border-top:1px solid;
	border-bottom:1px solid;
	}

h1.page-title:before{
	content:"▼";
	padding-left:1rem;
	}

h2.entry-title{
margin-bottom:30px;
padding-left:10px;
border-left:5px solid #2b88be;
}


/*************************************************************
	■SP
**************************************************************/
@media only screen and (max-width:767px) {
#loaderBg {
  display: none;
}
#loader {
  display: none;
}

.wrapper{
	overflow:hidden;
	width:100%;
	min-width:480px;
}
.pc{display:none !important;}
.mb40{ margin-bottom:2em !important;}
.mb50{ margin-bottom:2.5em !important;}
.mb60{ margin-bottom:3em !important;}
.mb120{ margin-bottom:6em !important;}
header{
	background:#ffeed3;
	width:100%;
	z-index:100000;
	border-bottom:1px solid #2f5a7b;
	position:fixed;
	top:0;
	}

#headerInner{
	width:96%;
	margin:0 auto;
	padding:5px 0;
	}

header #logo,
header #logo a{
	text-align:left;
	color:#000000;
	}
	
header #logo img{
	width:80%;
	height:auto;
	}

header #logo a:hover{
	text-decolation:none;
}
.s_box{display:none;}
/*global navigation*/
#navOuter{
	border-bottom:1px solid #2f5a7b;
	}

nav{
	width:100%;
	margin:0 auto;
	padding:0;
	*zoom:0;
	font-size:0;
	white-space:nowrap;
	color:#000000;
	}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.drawer-toggle{
	position:absolute;
	top:1rem;
	}
}

#navInner{
	margin-top:50px;
	padding-bottom:50px;
	background:transeparent;
	z-index:1000;
	}

#navInner li {
	display:block;
	background:#ffffff;
	}

#navInner li a {
	font: normal 15px "小塚ゴシック Pro R","メイリオ レギュラー", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	color: #000000;
	background:#ffffff;
	outline: none;
	text-align: center;
	top: 0;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin:0;
	padding:1rem 0;
	width:100%;
	font-weight:bold;
	border-bottom: 1px solid #fdc097;
	}
	
#navInner li.current a,
#navInner li a:hover {
	background:#ffeed3;
	color:#e23904;
	}

nav li.open a,
nav li a:hover{
background-position:0 -53px;
	}

.line h1{
	width:98%;
	margin:0 auto 1em;
	}

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

/*----------------
検索結果
------------------*/
.type-page{
	position:relative !important;
	}

header.page-header{
	position:relative !important;
	margin-top:7rem;
	z-index:0;
	background-color:none;
	border-bottom:none;
	}
	
header.page-header h1{
	position:relative !important;
	margin-top:7rem;
	}

.entry-summary{
	margin-bottom:3rem;
	}
.entry-title{
	position:absolute !important;
	bottom:0; 
}
		
/*-------------------------
	ご相談窓口はこちら
-------------------------*/
#contactBlock{
	width:92%;
	margin:0 auto 3em;
	padding:0;
	}
	
#contactBlock .contactBlockInner{
/*	border:1px solid #fbf3e7;*/
/* box-shadow */
box-shadow:0px 1px 6px 2px #fbf3e7;
-moz-box-shadow:0px 1px 6px 2px #fbf3e7;
-webkit-box-shadow:0px 1px 6px 2px #fbf3e7;
	margin:0;
	padding:0 0 1rem;
	position:relative;
	}
	
#contactBlock .contactBlockInner h2 img{
	width:100%;
	height:auto;
	}
	
.btnContact{
	text-align:center;
	margin:0 auto 10px 10px;
	width:70%;
	height:auto;
	}
	
.btnContact img{
	width:100%;
	height:auto;
	}

#contactBlock .contactBlockInner .label{
	position:absolute;
	top:60%;
	right:-10px;
	}
#contactBlock .contactBlockInner .label img{
	width:2em;
	height:auto;
}

/*************************
 footer
*************************/
.pageTopOuter{
	float:right;
	}

.pageTopOuter a.pageTop{
	background:url(../images/common/pageTop.gif) 0 0 no-repeat;
	width:75px;
	height:85px;
	display:block;
	text-indent:100000%;
	white-space:nowrap;
	text-align:right;
	transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	}

.pageTopOuter a.pageTop:hover {
	transform:rotateY(720deg);
	-webkit-transform:rotateY(720deg);
	}
	


footer {
	border-top:1px solid #1f5075;
	width: 100%;
	background:#dbdfe5;
	padding:1rem 0;
	margin:0 auto;
	overflow:hidden;
	text-align: center;
	}
footer #openMap{
	margin:0 auto;
	}

footer #openMap a{
	font-weight:bold;
	color:#2f5a7b;
	background-image:url(../images/common/footerOpen.gif);
	background-size:1.5rem auto;
	background-position:0 6px;
	background-repeat:no-repeat;
	padding-left:1.8rem;
	}
	
footer #openMap.grab a{
	background-image:url(../images/common/footerClose.gif);
	}


footer #footerInner{
	width:98%;
	margin:1rem auto 0;
	display:none;
	}

footer #footerInner dl dt{
	text-align:left;
	font-size:100%;
	text-indent:1em;
	margin-bottom:10px;
	font-weight:bold;
}

footer #footerInner dl dt a:before{
	content:"> ";
	}

footer #footerInner ul{
	margin-left:10px;
	}

footer #footerInner ul li{
	margin-bottom:1rem;
	line-height:1.5;
	background-image:url(../images/common/footerIcon.gif);
	background-size:0.8rem auto;
	background-position:0 4px;
	background-repeat:no-repeat;
	padding-left:15px;
	}

footer #footerInner ul li a{
	color:#000000;
	}


#copyright{
	width:100%;
	margin:0 auto;
	text-align:center;
	background:#1f5075;
	color:#ffffff;
	font-size:75%;
	line-height:1;
	}

#copyright{
	margin:0 auto;
	text-align:center;
	padding:10px 0;
	}

#instext{
	width:98%;
	margin:0 auto 0;
}	

}



/*************************************************************
	■PC
**************************************************************/
@media only screen and (min-width:768px) {
.sp{display:none !important;}
.mb40{ margin-bottom:40px !important;}
.mb50{ margin-bottom:50px !important;}
.mb60{ margin-bottom:60px !important;}
.mb120{ margin-bottom:120px !important;}

.mr30{ padding-right:50px !important;}


header{
	width:100%;
	background:#ffeed3;
	margin:0 auto;
	}

#navOuter.fixed nav{
	position:fixed;
	top:0;
	width:100%;
	z-index:10;
	border-bottom:1px solid #2f5a7b;
	background:#ffffff;
	}

#headerInner{
	width:1000px;
	margin:0 auto;
	padding:15px 0;
	}

header #logo,
header #logo a{
	float:left;
	letter-spacing:0.1em;
	color:#000000;
	vertical-align:top !important;
	margin:0;
	padding:0;
	}
	
	
header #logo a:hover{
	text-decolation:none !important;
}

.s_box{
	float:right;
	
}
.s_box ul li{
	display:inline;
	margin-left:12px;
	padding:0;
	}


/*global navigation*/
#navOuter{
	border-bottom:1px solid #ff9966;
	}

nav{
	width:1070px;
	margin:0 auto;
	padding:0;
	letter-spacing:0;
	line-height:1;
	*zoom:0;
	font-size:0;
	white-space:nowrap;
	color:#000000;
	position:relative;
	}

#navInner{
	margin:0 auto;
	padding:0;
	position: relative;
	overflow: hidden;
	display:table;
	}
	

#navInner li {
	display:inline-block;
	padding:23px 0 0;
	margin:0 14px;
	}

/*automation*/
#navInner li a {
	font: bold 15px "小塚ゴシック Pro R","メイリオ レギュラー", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 0;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin:0;
	padding:0 20px 16px;
	border-bottom: 5px solid transparent;
	}
	
#navInner li.current a,
#navInner li a:hover {
	border-bottom: 5px solid #fce2da;
	color:#e23904;
	}

nav li.open a,
nav li a:hover{
	background-position:0 -53px;
	}

/***************************
	外部構造
****************************/

.wrapper{
	width:100%;
	min-width:1024px;
	overflow-x:hidden;
	}

.inner{
	width:1024px;
	margin:0 auto;
	text-align:center;
	}

.line{
	width:100%;
	margin-bottom:40px;
/*	border-bottom:2px solid #378bcb;*/
	}

.line h1{
	width:1042px;
	border-bottom:1px solid #fe703e;
	padding-bottom:19px;
	margin:0 auto 1px;
	font-size:150%;
}

/*---------------
検索結果
----------------*/
main#main{
	width:1042px;
	margin:0 auto 50px;
	padding:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	}

input.search-field{
	width:300px;
	padding:3px;
	font-size:100%;
	}
.screen-reader-text{
	font-weight:bold;
	}
	
.page-content p,
.not-found p{
	margin-bottom:30px;
	line-height:1.8;
	}
button.search-submit{
	width:50px;
	padding:3px;
	}


/*-------------------------
	ご相談窓口はこちら
-------------------------*/
#contactBlock{
	width:650px;
	margin:0 auto 120px;
	padding:0;
	position:relative;
	z-index:0;
	}

#contactBlock .contactBlockInner{
	margin:0 25px;
	border-right:5px solid #fbf3e7;
	border-bottom:5px solid #fbf3e7;
	border-left:5px solid #fbf3e7;
	padding:0 2px 2px;
	background:#ffffff;
	z-index:0;
	}
	
#contactBlock .contactBlockInner div{
	border-right:1px solid #fbf3e7;
	border-bottom:1px solid #fbf3e7;
	border-left:1px solid #fbf3e7;
	padding-bottom:11px;
	}
	
.contactBlockInner div .footTelFax{
	margin:-10px 0 0 8px;
	float:left;
	z-index:2;
	position:absolute;
	}

.btnContact{
	margin-top:16px;
	float:right;
	}

/*************************
 footer
*************************/
.pageTopOuter{
	float:right;
	margin-right:10px;
	}

.pageTopOuter a.pageTop{
	background:url(../images/common/pageTop.gif) 0 0 no-repeat;
	width:75px;
	height:85px;
	display:block;
	text-indent:100000%;
	white-space:nowrap;
	text-align:right;
	transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	}

.pageTopOuter a.pageTop:hover {
	transform:rotateY(720deg);
	-webkit-transform:rotateY(720deg);
	}
	
footer {
	border-top:1px solid #753e1f;
	width: 100%;
	background:#fffaf1;
	padding:44px 0;
	margin:0 auto;
	overflow:hidden;
	text-align: center;
	font-size:87.5%;
	}
	
footer #footerInner{
	width:1000px;
	margin:0 auto;
	display:table;
	}
	
footer #footerInner dl{
	width:20%;
	padding-right:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	float:left;
	text-align:left;
	display:table-cell;
	}
	
footer #footerInner dl dt{
	color:#e23904;
	font-weight:bold;
	text-indent:-1em;
	margin-bottom:1em;
	}
	
footer #footerInner dl dt a:before{
	content:"> ";
	}

footer #footerInner dl dd{
	text-indent:-1em;
	}
footer #footerInner ul.f01,
footer #footerInner ul.f02{
	}

footer #footerInner ul.f03,
footer #footerInner ul.f04{
	}

footer #footerInner ul li{
	margin-bottom:15px;
	line-height:2;
	}
footer #footerInner ul li a{
	color:#666666;
	}
	
footer #footerInner ul li a:before{
	content:"-- ";
	color:#1f5075;
	}
	
	
#copyright{
	width:100%;
	margin:0 auto;
	text-align:center;
	background:#df5c00;
	color:#ffffff;
	font-size:75%;
	line-height:1;
	}

#copyright{
	margin:0 auto;
	text-align:center;
	padding:10px 0;
	}

#instext_div{
	width:100%;
	text-align:center;
}

#instext{
	display:inline-block;
	text-align:left;
	width:1000px
	}
}


	
.phone-sample:after { content: ""; clear: both; display: block;}
.not-toggledl {width: 45%; float: left;}
.not-toggledl dl, .toggledl dl { margin: 0; padding: .6em; border-top: 1px solid #ddd;}
.not-toggledl > div > div {margin: .3em .6em; font-size: 100%; font-weight: bold;}
.not-toggledl dl dt, .not-toggledl dl dd, .toggledl dl dt,  .toggledl dl dd{font-size: 80%;}
.not-toggledl dl:last-of-type, .toggledl dl:last-of-type{margin: 0 0 2em; border-bottom: 1px solid #ddd;}
.toggledl dl:first-of-type{ border-top:none;}
.not-toggledl dl dt, .toggledl dl dt { width: 110px; float: left;}
.not-toggledl dl dd, .toggledl dl dd { margin: 0 0 0 110px; }
.toggledl {width: 45%; margin: 0 0 0 5%; float: left;}
.toggledl > div{width: 100%; margin: 5px; float: left;}
.toggledl-btn{width: 100%; margin: 0; padding: 15px 10px 12px; line-height: 1; background:#89C2FF; font-size: 80%; font-weight: bold; border-top: 1px solid #fff; cursor: pointer; position: relative; border-radius: 3px; color: #e23904; }
.toggledl-btn:hover{opacity: 0.6;}
.toggledl-btn + div{ display: none;}
.toggledl-btn::after{content: ""; width: 0; height: 0; border-style: solid; border-width: 8px 4px 0 4px; border-color: #e23904 transparent transparent transparent; position: absolute; top: 40%; right: 10px;}

@media only screen and (max-width:767px) {
	.phone-sample{margin: 0 0 120px;}
	.not-toggledl {width: 100%; }
	.toggledl {width: 95%; margin: 0 ; }
	
}

