﻿@charset "utf-8";
/* CSS Document */
/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
/*@font-face {
	font-family: "NotoSansCJKjpLight";
	font-style: normal;
	font-weight: normal;
	src:url('../fonts/NotoSansCJKjp-Light.woff2') format('woff2'),
		url('../fonts/NotoSansCJKjp-Light.woff') format('woff'),
		url('../fonts/NotoSansCJKjp-Light.ttf') format('ttf'), 
}*/

html {/*iOS WindowsPhone orientation font-size対策*/
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size:62.5%; /*1rem = 10px*/
}
body{
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.0;
	color: #000;
	min-width: 1100px;
}
div{
	word-wrap: break-word;
}
/*.font_noto{
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}*/
/* a{
	text-decoration: none;
	color:inherit;
}
a:hover{text-decoration: underline;} */

a:hover img:not(.rollover):not(.hover):not(.nofade){
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition: 0.5s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
a.bdr{
	text-decoration:underline;
}
a.bdr:hover{
	text-decoration:none;
}
a.cmn_link{
	/* color:#a00; */
	text-decoration: underline;
	color: #0066cc;
}
a.cmn_link:hover{
	text-decoration: none;
}
a:not(.cmn_link):not(.nofade):hover{
	text-decoration: none;
	/* color:#a00; */
}
a.nopointer{
	cursor: default;
}

.ti,
.ti_list li,
.ti_list dd{
	text-indent:-1em;
	padding-left:1em;
}

.ma{
	display: block;
	margin: 0 auto;
}
.mb1em{margin-bottom:1em;}
.ml-half{margin-left:-0.5em;}

tr, th, td{
	vertical-align: middle;
	box-sizing: border-box;
}

.cmn_width{
	width: 1100px;
	margin:0 auto;
}
.contents{
	position: relative;
	z-index: 0;
	overflow-x: hidden;
}

/*アイコン*/
.icon_c01{
	color: #c4ae30;
}

/*===============================
Common
===============================*/
/*グローバルナビ*/
.gnav{
	padding: 35px 0;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
}
.gnav_list{
	display: table;
	width: 100%;
}
.gnav_list li{
	box-sizing: border-box;
	display: table-cell;
	border-right:1px solid #D4D4D4;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	padding: 0 20px;
}
.gnav_list li a{
	display: block;
	width: 100%;
	text-align: center;
	/* padding:15px 0; */
}
.gnav_list li:nth-child(1){
	border-left:1px solid #D4D4D4;
}
/* .gnav_list li.on:after{
	position: absolute;
	display: block;
	content: "";
	width: 13px;
	height: 7px;
	background: url(../img/common/gnav_arrow.png) no-repeat;
	left: 50%;
	bottom: 0;
	margin-left: -7px;
} */
.gnav_list li .arrow{
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -7px;
}
.gnav_list li.on .arrow span{
	position: absolute;
	display: block;
	content: "";
	width: 13px;
	height: 7px;
	background: url(../img/common/gnav_arrow.png) no-repeat;
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	opacity: 0;
}
.gnav_list li.on .arrow span:nth-of-type(1) {
	top:0;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.gnav_list li.on .arrow span:nth-of-type(2) {
	top: 7px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
.gnav_list li.on .arrow span:nth-of-type(3) {
	top: 14px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb {
	0% {
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
}
@keyframes sdb {
	0% {
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
}
/*共通バナー*/
.cmn_bnr{
	margin-top: 40px;
	background-color: #F7F2DD;
	border-radius: 3px;
	padding: 30px;
	position: relative;
}
.cmn_bnr:after{
	content:"";
	position: absolute;
	bottom: -5px;
	left: 0;
	display: block;
	width: 100%;
	height: 5px;
	background:url(../img/common/cmnbnr_shadow.png) no-repeat;
	background-size: cover;
}
.cmn_bnr .inner{
	border-radius: 3px;
	padding: 30px;
	background-color: #fff;
}
.cmn_bnr .tbl{
	display: table;
	width: 860px;
}
.cmn_bnr .tbl .td{
	display: table-cell;
	box-sizing: border-box;
}
.cmn_bnr .tbl .td:first-child{
	border-right: 1px solid #ccc;
	width: 480px;
}
.cmn_bnr .tbl .td:nth-child(2){
	padding-left: 20px;
}

.cmn_bnr .deco{
    right: -22px;
    bottom: -3px;
}
.cmn_bnr .contact{
	position: relative;
    z-index: 10;
    left: 0;
}

/*パンくず*/
/*.pankuzu{ padding:15px 0; }*/

/*===============================
Header
===============================*/

.hblock01{
	padding: 15px 0;
	box-shadow: 0 0 15px 0 #efefef;
	box-sizing: border-box;
	height: 100px;
	z-index: 10;
    position: relative;
}
.hblock01 .txt{
	font-size: 12px;
	color: #333;
}
.hblock01 .lbox{
	width: 320px;
}
	.hblock01 .logo{
		margin-bottom: 8px;
	}
.hblock01 .lbox a img{
	width: 70px !important;
	position: absolute !important;
}
.hblock01 .rbox{
	width: 535px;
	display: table;
	padding-top: 11px;
}
	.hblock01 .rbox .td{
		display: table-cell;
	}

/*===============================
Footer
===============================*/
#to_top{
	position: fixed;
	bottom: 50px;
	right: 20px;
	width:70px;
	height: 70px;
	z-index: 100;
}
/* #to_top a{
	display:block;
	position:absolute;
} */
.fblock01{
	padding: 40px 0;
	border-top: 1px solid #ECECEC;
}
.fcontact_tbl{
	display: table;
	width: 100%;
}
.fcontact_tbl .td{
	display: table-cell;
	box-sizing: border-box;
}
.fcontact_tbl .td:first-child{
	border-right: 1px solid #ccc;
	width: 615px;
}
.fcontact_tbl .td:last-child{
	padding-left: 30px;
}
.fcontact_tbl .tel{
	margin-top: 10px;
}
.fcontact_tbl .contact{
	margin-top: 12px;
}
.fcopy{
	font-family: "ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	padding: 7px 0 8px;
	background-color: #999;
	color: #ffffff;
	text-align: center;
}
.fcopy small{
	font-size: 15px;
}
	

#fpagenav{
	clear: both;
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	padding:30px 0 0;
}
#fpagenav dl{
	width:30%;
	font-size:1.2em;
	line-height: 1.8em;
}
#fpagenav dl:first-child{
	width:65%;
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-start;
}
#fpagenav dl:first-child .dt1{
	width:100%;
  	display: flex;
}
#fpagenav dl:first-child .flexdl{
	width:46%;
	align-items:flex-start;
}
#fnav ul{
	text-align:center;
	padding-top:50px;
}
#fnav ul li{
	font-size:1.2em;
	display:inline-block;
	padding:0 0.7em;
}
#fpagenav dl dt{
	font-weight:bold;
	font-family: 'Noto Serif JP', serif;
	text-align:left;
	padding:0.5em 25px 0.5em 0;
}
#fpagenav dl dt.dt1{
	background:#B5943C;
	color:#fff;
	padding:0.4em 1em;
	text-align:center;
	margin-bottom:1em;
}
#fpagenav dl dt.toggle{
	position:relative;
	cursor:pointer;
}
/*#fpagenav dl dt.toggle:before {
    content: "";
    position: absolute;
    top: calc( 50% + 1px);
    right: 0;
    width: 16px;
    height: 2px;
    background: #B5943C;
    transform: translateY(-50%);
}
#fpagenav dl dt.toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 2px;
    background: #B5943C;
    transform: rotate(90deg);
    transition: 0.5s;
}
#fpagenav dl dt.toggle.open:before {
    transition: 0.5s;
}
#fpagenav dl dt.toggle.open:after {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
}*/
#fpagenav dl dd.child{
	display:block;
	padding-bottom:1em;
}
#fpagenav dl dd ul li{
	text-align:left;
	padding:0.1em 0;
}
@media screen and (max-width: 728px) {
#fpagenav dl{
	width:100%;
	font-size:0.9em;
	padding-bottom:1.5em;
}
#fpagenav dl:first-child{
	width:100%;
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-start;
}
#fpagenav dl:first-child .dt1{
	width:100%;
  	display: flex;
}
#fpagenav dl:first-child .flexdl{
	width:100%;
	align-items:flex-start;
margin-top:0;	
}	
}