@charset "UTF-8";

/*---------------------------------------------------------
	全ページ共通スタイル
---------------------------------------------------------*/
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

/*	text-align: justify;
	text-justify: inter-ideograph;*/
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
html {

}
/* 要素設定*/
body {
	/*	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;*/
	font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
	font-size: 14px;
	color: #666464;
	line-height:1.6;
	letter-spacing: 0px;
	letter-spacing: 0.9px;
	font-weight: 300;
	opacity: 0;

	transition: opacity 3000ms ease;
	-webkit-transition: opacity 3000ms ease;
	-moz-transition: opacity 3000ms ease;
}
body.body_on{
	opacity: 1;
}

button,
a {
	color: #666464;
}
a:hover{
	opacity: 0.7;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
}
.overpass{
	font-family: 'Overpass', sans-serif;
}

.justify{
	text-align: justify;
	text-justify: inter-ideograph;
}
.wrapper{
	max-width: 1920px;
    margin: 0 auto;
}
.inview_box{
	opacity: 0;
	transition: all 1000ms ease;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	position: relative;
	z-index: 1;
	top:50px;
}

.inview_box_on{
	opacity: 1;
	top:0px;

}



.mainWidth{
	padding: 0 3%;
}
.mainInner{
    max-width: 1180px;
    margin: 0 auto;
}
.mainInner2{
    max-width: 950px;
    margin: 0 auto;
}
.mainInner3{
    max-width: 850px;
    margin: 0 auto;
}
.mainInner4{
    max-width: 680px;
    margin: 0 auto;
    word-break: normal;
}

.hed_hover{
	opacity: 0.7;
}



/*　ヘッダー
---------------------------------------------------------*/
#pageHeader{
    background: #fff;
    position:  relative;
    z-index:  1;
    top: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.hed_inner{
    height: 110px;
    position:  relative;
    z-index: 1;
}
.hed_logo{
	float: left;
	margin: 45px 0 0;
}
.hed_nav{
	float: right;
}
.hed_nav > li{
	float: left;
	margin: 0 0 0 21px;
}
.hed_nav > li:first-child{
	margin-left: 0;
}
.hed_nav > li a:hover{
	opacity: 1;
}

.hed_nav > li > a{
	font-size: 16px;
	display: block;
	color: #006747;
	letter-spacing: 1px;
	font-weight:  400;
	height: 110px;
	padding: 47px 14px 0;
	position: relative;
	z-index: 5;
    -webkit-backface-visibility: hidden;
}
.hed_nav > li > a:hover{
	opacity: 0.7;
}

.hed_nav > li > a span{
	position: relative;
	z-index: 1;
}
.hed_nav > li > a span:before{
	content: "";
    z-index: 1;
    position: absolute;
    border-bottom: 2px solid #006747;
    bottom: -19px;
    right: -4px;
    left: -4px;
    opacity: 0;

}

.body_hed_nav1 .hed_nav1 span:before,
.body_hed_nav2 .hed_nav2 span:before,
.body_hed_nav3 .hed_nav3 span:before,
.body_hed_nav4 .hed_nav4 span:before,
.body_hed_nav5 .hed_nav5 span:before{
	opacity: 1;
}



.hed_nav > li > a.hed_nav_list:before{
	content: "";
	z-index: 1;
	position: absolute;
	background: url(../img/nav_arrow.png) 0 0 no-repeat;
	background-size: 15px auto;
	width: 15px;
	height: 14px;
	bottom: -3px;
	right:0;
	left: 0;
	margin:  auto;
	opacity: 0;

	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.hed_nav > li > a.a_on:before{
	opacity: 1;
}


.hed_nav > .hed_siryou{
margin: 0 0 0 34px;
}
.hed_nav > .hed_siryou a{
	/* padding: 47px 14px 0; */
	/* background: #006747; */
	color: #fff;
	position: relative;
	z-index: 1;
}
.hed_nav > .hed_siryou a:before{
	content: "";
	z-index: -1;
	position: absolute;
	background: #006747;
	height: 100%;
	bottom: 0;
	right:0;
	left: 0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.hed_nav > .hed_siryou a.hed_siryou_on:before{
	height: 100%;
}
.hed_nav > .hed_siryou a.hed_siryou_on{
	color: #fff;
}


.hed_nav > .hed_siryou a:hover{
	opacity: 0.7;
	color: #fff;
}


/*資料請求ドロップダウンメニュー*/
.hed_nav > .hed_siryou .siryou_dl{
	/* padding:67px 0; */
}
.hed_nav > .hed_siryou .siryou_dl:before{
	background:none;
}




.hed_nav > li > ul{
    position:  absolute;
    z-index:  1;
    top: 100%;
    left:  0;
    right:  0;
    background:  #fff;
    border: #006747 solid 1px;
    display:  none;
}
.hed_nav > li > ul > li{
	float:  left;width: 33.33%;
	text-align:  center;
	position: relative;
	z-index: 1;
}
.hed_nav > li > ul > li:before{
	content: "";
	z-index: 1;
	position: absolute;
	border-left: 1px solid #006747;
	top: 34px;
	bottom: 34px;
	left: 0;
}
.hed_nav > li > ul > li:first-child:before{
	display: none;
}

.hed_nav > li > ul > li > a{
    display:  block;
    padding: 100px 0 34px;
    font-size: 16px;
}
.hed_nav > li > ul > li > a > span{
	/* padding: 0 0 0 75px; */
	letter-spacing: 2px;
	color: #006747;
	position: relative;
	font-weight: 400;
	z-index: 1;
	display: block;
	line-height: 1;
}
.hed_nav > li > ul > li > a > span:before{
	content: "";
	z-index: 1;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0 0px;
	background-size: 100% auto;


}
.hed_nav > li > ul > li > a:hover > span:before{
	-ms-animation:icon-bound 1s ease infinite;
	-webkit-animation:icon-bound 1s ease infinite;
	animation:icon-bound 1s ease infinite;
}

@-ms-keyframes icon-bound{
	0%{-ms-transform:translateY(0);}
	20%{-ms-transform:translateY(-20px);}
	35%{-ms-transform:translateY(0px);}
	45%{-ms-transform:translateY(-5px);}
	50%{-ms-transform:translateY(0px);}
	55%{-ms-transform:translateY(-3px);}
	60%{-ms-transform:translateY(0);}
	100%{-ms-transform:translateY(0);}
}
@-webkit-keyframes icon-bound{
	0%{-webkit-transform:translateY(0);}
	20%{-webkit-transform:translateY(-20px);}
	35%{-webkit-transform:translateY(0px);}
	45%{-webkit-transform:translateY(-5px);}
	50%{-webkit-transform:translateY(0px);}
	55%{-webkit-transform:translateY(-3px);}
	60%{-webkit-transform:translateY(0);}
	100%{-webkit-transform:translateY(0);}
}
@keyframes icon-bound{
	0%{transform:translateY(0);}
	20%{transform:translateY(-20px);}
	35%{transform:translateY(0px);}
	45%{transform:translateY(-5px);}
	50%{transform:translateY(0px);}
	55%{transform:translateY(-3px);}
	60%{transform:translateY(0);}
	100%{transform:translateY(0);}
}

.hed_nav2_1 span:before{
	background-image:url(../img/nav2_1.png);
	width: 71px;
	height: 52px;
	top: -63px;
	left: 0;
	right: 0;
	margin: auto;
}
.hed_nav2_2 span:before{
	background-image:url(../img/nav2_2.png);
	width: 66px;
	height: 54px;
	top: -67px;
	left: 0;
	right: 0;
	margin: auto;
}
.hed_nav2_3 span:before{
	background-image:url(../img/nav2_3.png);
	width: 35px;
	height: 50px;
	top: -61px;
	left: 0;
	right: 0;
	margin: auto;
}
.hed_nav2_4 span:before{
	background-image:url(../img/nav2_4.png);
	width: 48px;
	height: 48px;
	top: -61px;
	left: 0;
	right: 0;
	margin: auto;
}
.hed_nav2_5 span:before{
	background-image:url(../img/nav2_5.png);
	width: 57px;
	height: 48px;
	top: -61px;
	left: 0;
	right: 0;
	margin: auto;
}

/*.hed_nav2 + ul li{
	width: 25% !important;	
}*/

.hed_nav3_1 span:before{
	background-image:url(../img/nav3_1.png);
	width: 59px;
	height: 54px;
	top: -69px;
	left: 0;
	right: 0;
	margin: auto;
}
.hed_nav3_2 span:before{
	background-image:url(../img/nav3_2.png);
	width: 66px;
	height: 43px;
	top: -56px;
	left: 0;
	right: 0;
	margin: auto;
}
.hed_nav3_3 span:before{
	background-image:url(../img/nav3_3.png);
	width: 68px;
	height: 54px;
	top: -61px;
	left: 0;
	right: 0;
	margin: auto;
}

.hed_nav4 + ul li{
	width: 25% !important;	
}

.hed_nav4_1 span:before{
	background-image:url(../img/nav4_1.png);
	width: 49px;
	height: 50px;
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
}
.hed_nav4_2 span:before{
	background-image:url(../img/nav4_2.png);
	width: 54px;
	height: 47px;
	top: -56px;
	left: 0;
	right: 0;
	margin: auto;
}
.hed_nav4_3 span:before{
	background-image:url(../img/nav4_3.png);
	width: 76px;
	height: 51px;
	top: -56px;
	left: 0;
	right: 0;
	margin: auto;
}
.hed_nav4_4 span:before{
	background-image:url(../img/nav4_4.png);
	width: 41px;
	height: 48px;
	top: -56px;
	left: 0;
	right: 0;
	margin: auto;
}
.hed_nav4_5 span:before{
	background-image:url(../img/nav4_5.png);
	width: 54px;
	height: 57px;
	top: -56px;
	left: 0;
	right: 0;
	margin: auto;
}


.hed_nav5_1{
	width: 25% !important;
}
.hed_nav5_1 span:before{
	background-image:url(../img/nav5_1.png);
	width: 29px;
	height: 48px;
	top: -59px;
	left: 0;
	right: 0;
	margin: auto;
}

.hed_nav5_2{
	width: 25% !important;
}
.hed_nav5_2 span:before{
	background-image:url(../img/nav5_2.png);
	width: 40px;
	height: 50px;
	top: -59px;
	left: 0;
	right: 0;
	margin: auto;
}

.hed_nav5_3{
	width: 25% !important;
}
.hed_nav5_3 span:before{
	background-image:url(../img/nav5_3.png);
	width: 23px;
	height: 48px;
	top: -58px;
	left: 0;
	right: 0;
	margin: auto;
}

.hed_nav5_4{
	width: 25% !important;
}
.hed_nav5_4 span:before{
	background-image:url(../img/nav5_4.png);
	width: 60px;
	height: 46px;
	top: -52px;
	left: 0;
	right: 0;
	margin: auto;
}


.hed_nav6_1{
	width: 25% !important;
}
.hed_nav6_1 span:before{
	background-image:url(../img/nav6_1.png);
	width: 40px;
	height: 40px;
	top: -54px;
	left: 0;
	right: 0;
	margin: auto;
}

/* .hed_nav6_2{
	width: 25% !important;
} */
.hed_nav6_2 span:before{
	background-image:url(../img/nav6_1.png);
	width: 40px;
	height: 40px;
	top: -54px;
	left: 0;
	right: 0;
	margin: auto;
}

/* .hed_nav6_3{
	width: 25% !important;
} */
.hed_nav6_3 span:before{
	background-image:url(../img/nav6_1.png);
	width: 40px;
	height: 40px;
	top: -54px;
	left: 0;
	right: 0;
	margin: auto;
}

/* .hed_nav6_4{
	width: 25% !important;
} */
.hed_nav6_4 span:before{
	background-image:url(../img/nav6_4.png);
	width: 43px;
	height: 48px;
	top: -54px;
	left: 0;
	right: 0;
	margin: auto;
}

.hed_nav > li > ul > .hed_nav5_3 > a > span,
.hed_nav > li > ul > .hed_nav6_1 > a > span,
.hed_nav > li > ul > .hed_nav6_2 > a > span,
.hed_nav > li > ul > .hed_nav6_3 > a > span,
.hed_nav > li > ul > .hed_nav6_4 > a > span{
	letter-spacing:0px;
}



br.tablet_only{display: none;}


span.tablet_only{display: none;}



.hed{
    height: 110px;
}
.hed_fixed{
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
}

.hed_btn{
	position: absolute;
	z-index: 1;
	background: #fff;
	top: 0;
	right: -4%;
	bottom: 0;
	width: 56px;
}
.hed_btn:before,
.hed_btn:after,
.hed_btn span{
	position: absolute;
	z-index: 1;
	background: #006747;
	overflow: hidden;
	text-indent: -100px;
	height: 2px;
	left: 18px;
	right: 18px;
	top: 0;
	bottom: 0;
	margin: auto;

	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.hed_btn:before{
	content: "";
	top: 14px;
}
.hed_btn:after{
	content: "";
	bottom: 15px;
}
.hed_btn_on{
	background-color: #006747;
}
.hed_btn_on span{
	opacity: 0;
	background-color: #fff;
}
.hed_btn_on:before{
	background-color: #fff;
	transform: rotate(45deg);
	top: 0;
}
.hed_btn_on:after{
	background-color: #fff;
	transform: rotate(-45deg);
	bottom: 0;
}

/*　お知らせ
---------------------------------------------------------*/


.newslist{
    float: right;
    width: 940px;
    width: 91.79%;
    display: flex;
    flex-wrap: wrap;
}
.newslist li{
    /* border-bottom: #666464 1px dotted; */
    margin: 0 0 0 3.71%;
    width: 30.86%;
}
.newslist li:nth-child(3n+1){
	margin-left: 0;
}
.newslist li:nth-child(n+4){
	margin-top: 50px;
}

.newslist a{
    padding: 16px 0;
}
.newslist_img{
    /* width: 100px; */
    /* margin: 0 29px 0 23px; */
}
.newslist_img figure{
    background-color: #C9C9C9;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 1;
}
.newslist_img.new figure:before{
	content: "";
	z-index: 7;
	display: block;
	position: absolute;
	width: 55px;
	height: 55px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	font-size: 10px;
	background: url(../../img/home/new.svg);
	overflow: hidden;
	text-indent: -999px;
	left: -15px;
	top: -11px;
}

.newslist_data{
    flex: 1;
    padding: 9px 0 0;
}
.newslist_date{
    margin: 0 0 5px;
}
.newslist_ttl{
    font-size: 14px;
    /* height: calc(14px * 1.6 * 1); */
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 1; */
    /* line-height: 1.6; */
    /* overflow: hidden; */
}



/*　コンテンツ
---------------------------------------------------------*/
#pageMain{
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.breadcrumb{
	background: #E5EFEC;
	position:  relative;
	z-index: 1;
}
.breadcrumb ul{
    padding: 34px 0;
}
.breadcrumb li{
	float: left;
	color: #006747;
	margin: 0 0 0 27px;
	position: relative;
	z-index: 1;
	font-weight: 400;
}
.breadcrumb span{
	color: #666464;
} 
.breadcrumb li:before{
	content: ">";
	z-index: 1;
	position: absolute;
	top:0;
	left: -17px;
	color: #666464;
}
.breadcrumb li:first-child{
	margin: 0;
}
.breadcrumb li:first-child:before{
	display: none;
}

.pagetop{
	position: absolute;
	background:  #006747;
	display:  block;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	width: 145px;
	text-indent: -999px;
	overflow:  hidden;
}
.pagetop:before{
	content: '';
	position: absolute;
	top: 5px;
	bottom: 0;
	right: 0;
	left: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
}
/*　タイトル　*/
.ttl012,
.ttl01{
	font-size: 28px;
	color: #006747;
	position: relative;
	z-index: 1;
	padding: 17px 0;
	margin: 0 0 61px;
	font-weight: 400;
	letter-spacing: 2px;
}
.ttl012:before,
.ttl01:before{
	content: "";
	z-index: 1;
	position: absolute;
	border-bottom: 1px solid #006747;
	top: 39px;
	right:0;
	left: 250px;
}
.ttl012:before{
    left: 290px;
}
.ttl02{
    margin: 0 0 23px;
}
.ttl02 img{
	height: 11.7px;
}

.ttl02_line{
    position: relative;
    z-index: 1;
}
.ttl02_line:before{
	content: "";
	z-index: 1;
	position: absolute;
	border-bottom: 2px solid #CCE1DA;
	width: 125px;
	bottom: -10px;
	left: 0;
}
.ttl03 {
	font-size: 24px;
	letter-spacing: 3px;
	font-weight: 400;
	margin-bottom: 15px;
}

/*　ボタン　*/
.btn01{}

/*　ヤジルシ　*/
.arw01{}

/* font */
.font-green {
	color: #006747;
}
.font-wt {
	color: #fff;
}

/* bg */
.bg-green {
	background-color: #006747;
}


/*　フッター
---------------------------------------------------------*/

#pageFooter{
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.foot_inner{
    text-align:  center;
    padding: 74px 0 0;
}
.foot_mes{
    font-size: 10px;
    margin: 0 0 17px;
}
.foot_logo{
    margin: 0 0 25px;
}
.foot_addr{margin: 0 0 61px;font-size: 12px;}
.foot_copy{
    font-size: 10px;
    padding: 0 0 10px;
}

.foot_nav{
	background: #D3C9AF;
	padding: 0 3%;

	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.foot_nav_inner{
	max-width: 875px;
	margin: 0 auto;
	padding: 89px 0 139px;
}
.foot_nav_box{
    width:  20%;
    float:  left;
    font-weight: 500;
}
.foot_nav_name{
	font-size: 14px;
	margin: 0 0 37px;
	position: relative;
	z-index: 1;
	padding: 0 0 0 9px;
}
.foot_nav_name:before{
	content: "";
	z-index: 1;
	position: absolute;
	border-left:1px solid #666464;
	height: 15px;
	top: 5px;
	left: 0;
}
.foot_nav_list{}
.foot_nav_list li{
	font-size: 12px;
	margin: 0 0 12px;
	position: relative;
	z-index: 1;
}
.foot_nav_list a{}

.foot_nav_box2 li{
	padding: 0 0 0 10px;
}
.foot_nav_box2 li:before{
	content: "";
	z-index: 1;
	position: absolute;
	border-left:1px solid #666464;
	height: 11px;
	top: 5px;
	left: 0;
}
/*追加*/
.foot_nav0{
	background: #D3C9AF;
	/*padding: 0 3%;*/

	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.foot_nav0_inner{
	max-width: 875px;
	margin: 0 auto;
	padding: 89px 0 20px;
}
.Width_bnr_foot {
    float: left;
    width: 100%;
    margin: 30px 0 0;
}
.foot_bnr{
	background: #D3C9AF;
	padding: 0 11%;
	width: 100%;
	display: block;
	float: left;
	padding-bottom: 50px;
    margin-bottom: 50px;
	}
.foot_bnr li{
	width: 25%;
	float:left;
	}
.foot_bnr img{
	margin: 10px 0;
	padding: 0 10px;
	}	
	


/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/

.sp-block,.sp-inline{
	display: none;
}

@media screen and (max-width: 1100px) {

	.hed_nav > li > a{
	    padding: 47px 10px 0;
	    font-size: 14px;
	}
	.hed_nav > li{
		margin: 0;
	}
	.hed_nav > .hed_siryou{
		margin: 0;		
	}
}

/*@media screen and (min-width: 681px) ,screen and (min-width: 738px) and (orientation: landscape) {*/
@media screen and (min-width: 1025px) and (orientation: portrait)  ,screen and (min-width: 839px) and (orientation: landscape) {
	.tate{
	display: inline-block;
	text-align: left;
	  -webkit-writing-mode: vertical-rl;
	      -ms-writing-mode: tb-rl;
	          writing-mode: vertical-rl;
	}
}
/*@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {*/
@media screen and (max-width: 1024px) and (orientation: portrait) ,screen and (max-width: 838px) and (orientation: landscape) {
	body,
	html {
	    min-width: 0;
	}

	.sp-none {
		display: none;
	}
	.sp-block {
		display: block;
	}
	.sp-inline {
		display: inline;
	}
	.sp-brNone br{
		display: none;
	}

	.sp-p{
		padding: 0 3%;
	}
	/* 要素設定*/
	body {
		font-size: 12px;
		letter-spacing: 0px;
	}
	button,
	a {}
	.mincho {}
	.overpass{}


	.wrapper{}
	.inview_box{
		top: 0;
		opacity: 1;
	}
	.inview_box_on{}
	.tate{}


	.mainWidth{
    padding: 0 4%;
}
	.mainInner{}
	.mainInner2{
}



	/*　ヘッダー
	---------------------------------------------------------*/
	#pageHeader{}

	.hed_inner{
    height: 55px;
}
	.hed_logo{
    margin: 15px 0 0px 3px;
    width: 152px;
}
	.hed_nav{
    display:  none;
}
	.hed_nav > li{}
	.hed_nav > li > a{}

	.hed_nav > li > a span:before{
		display: none !important;
	}

	.hed{
	    height: 55px;
	}

	.hed_nav_sp_fixed{
		position: fixed;
		z-index: 99;
		top: 55px;
		left: 0;
		right: 0;
		bottom: 0;
		visibility: hidden;
	}
	.hed_nav_sp_fixed_on{
		visibility: visible;
	}

	.hed_nav_sp .hed_nav{
		position: absolute;
		z-index: 1;
		top: -1000px;
		left: 0;
		right: 0;
		overflow: auto;
		display: block;
		margin: 0;
		background: #fff;
		padding: 0 7% 30px;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
	}
	.hed_nav_sp .hed_nav_on{
		top: 0 !important;
	}

	.hed_nav_sp .hed_nav > li{
	    margin:  0;
	    float:  none;
	    border-bottom: 1px solid #006747; */
	}

	.hed_nav_sp .hed_nav > li > a{
    display:  block;
    text-align: left;
    /* border-bottom: 1px solid #006747; */
    color: #006747;
    padding: 20px 0 20px 15px;
    height:  auto;
}

	.hed_nav_sp .hed_nav > .hed_siryou{
		margin: 29px 27px 0;
	}

	.hed_nav_sp .hed_nav > .hed_siryou a{
		color: #fff;
		text-align: center;
		padding: 23px 0;
	}
	.hed_nav > .hed_siryou a:before{
		height: 100%  !important;
	}

	.hed_nav_sp .hed_nav > li > a.hed_nav_list:after{
		content: "＋";
		z-index: 1;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		height:  10px;
		line-height: 10px;
	}
	.hed_nav_sp .hed_nav > li > a.a_on:after{
		transform: rotate(45deg);
	}


	.hed_nav_sp .hed_nav > li > ul{
		position: relative;
		top: 0;
		display: block;
	}

	.hed_nav_sp .hed_nav > li > ul{
	    border-bottom:  none;
	    display: none;
	    padding: 10px 5%;
	}
	.hed_nav_sp .hed_nav > li > ul > li{
    float: none;
    width: auto !important;
}
	.hed_nav_sp .hed_nav > li > ul > li:before{
    top: 15px;
    bottom:  15px;
    display: none;
}
	.hed_nav_sp .hed_nav > li > ul > li:first-child:before{}

	.hed_nav_sp .hed_nav > li > ul > li > a{
    padding: 0;
    font-size: 12px;
    padding: 0;
}
	.hed_nav_sp .hed_nav > li > ul > li > a > span{
    padding: 12px 0 12px 64px;
    display:  block;
    text-align: left;
    line-height: 1.6;
}
	.hed_nav_sp .hed_nav > li > ul > li > a > span:before{
		height: 24px;
		background-size: auto 100%;
		background-position: 50%;
		right: auto;
		left: 10px;
		width: 47px;
		bottom: 0;
		top: 0;
	}
	.hed_nav_sp .hed_nav > li > a.hed_nav_list:before{
	right: auto;
	left: 36px;
	}



	.hed_nav2_1 span:before{
		background-image:url(../img/nav2_1.svg);
	}
	.hed_nav2_2 span:before{
		background-image:url(../img/nav2_2.svg);
	}
	.hed_nav2_3 span:before{
		background-image:url(../img/nav2_3.svg);
	}


	.hed_nav3_1 span:before{
		background-image:url(../img/nav3_1.svg);
	}
	.hed_nav3_2 span:before{
		 /* background-image:url(../img/nav3_2.svg); */
		 width: 63px;
		 height: 22px !important;
		 top: -1px !important;
	}
	.hed_nav3_3 span:before{
		background-image:url(../img/nav3_3.svg);
	}


	.hed_nav4_1 span:before{
		background-image:url(../img/nav4_1.svg);
	}
	.hed_nav4_2 span:before{
		background-image:url(../img/nav4_2.svg);
	}
	.hed_nav4_3 span:before{
		background-image:url(../img/nav4_3.svg);
	}

/*	.hed_nav5_1 span:before{
		background-image:url(../img/nav5_1.svg);
	}

	.hed_nav5_2 span:before{
		background-image:url(../img/nav5_2.svg);

	}*/

	.hed_nav5_1{
		width: 50% !important;
	}

	.hed_nav5_2{
		width: 50% !important;
	}

	.hed_nav5_3{
		width: 50% !important;
	}

	.hed_nav5_4{
		width: 50% !important;
	}
	.hed_nav > li > ul > .hed_nav5_3:before{
		display: none;
	}




	/*　お知らせ
	---------------------------------------------------------*/
	.newslist{
    width: 100%;
}
	.newslist li{
    width: 48.1%;
}

	.newslist li:nth-child(3n+1){
		margin: 0 0 0 3.71%;
	}
	.newslist li:nth-child(2n+1){
		margin-left: 0;
	}
	.newslist li:nth-child(n+3){
    margin-top: 25px;
}

	.newslist a{}
	.newslist_img{}
	.newslist_img figure{}
	.newslist_img.new figure:before{
    width: 40px;
    height: 40px;
}

	.newslist_data{}
	.newslist_date{}
	.newslist_ttl{}




	/*　コンテンツ
	---------------------------------------------------------*/
	#main{}

	.breadcrumb{
    padding-bottom: 50px;
}
	.breadcrumb ul{
    padding: 17px 10px;
}
	.breadcrumb li{
    font-size: 10px;
}
	.pagetop{
    left: 0;
    width:  auto;
    top: auto;
    height: 50px;
}
	.pagetop:before{}
	/*　タイトル　*/

	.ttl012,
	.ttl01{
    font-size:  16px;
    text-align:  center;
    margin: 0 0 15px;
}
	.ttl012:before,
	.ttl01:before{
    left:  0;
    top: 30px;
}
	.ttl012 span,
	.ttl01 span{
		background: #fff;
		z-index: 4;
		position:  relative;
		padding: 0 29px 0;
}
	.ttl02{
    margin: 0 0 7px;
}
	.ttl02 img{
    height: 8.4px;
}


	.ttl02_line{}
	.ttl02_line:before{
    display: none;
}

	.ttl03 {
		font-size: 18px;
		letter-spacing: 3px;
		font-weight: 400;
		margin-bottom: 15px;
		text-align: center;
	}

	/*　ボタン　*/
	.btn01{}

	/*　ヤジルシ　*/
	.arw01{}

	/*　フッター
	---------------------------------------------------------*/

	#pageFooter{
    padding: 0;
}
	.foot_inner{
    padding: 63px 0 0;
}
	.foot_mes{}
	.foot_logo{
    width: 283px;
    margin: 0 auto 10px;
}
	.foot_addr{
    font-size: 10px;
    margin: 0 0 43px;
}
	.foot_copy{
}

	.foot_nav{}
	.foot_nav_inner{
    padding: 43px 0 10px;
}

/*20181122改変動作不良なら戻す
	.foot_nav_box{
    	width: 33%;
    	margin: 0 0 32px 16%;
	}
*/
	.foot_nav_box{
    	width: 39%;
    	margin: 0 5% 32px 5%;
	}


	.foot_nav_name{
    font-size:  13px;
    margin: 0 0 17px;
}
	.foot_nav_name:before{
    top: 3px;
}
	.foot_nav_list{}
	.foot_nav_list li{
    margin: 0 0 5px;
}
	.foot_nav_list a{}



	.foot_nav_box2{
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
	.foot_nav_box2 li{
		float: left;
		/*20181122変更前
		width: 33%;
		margin: 0 0 25px 16%;
		*/
		width:100%;
		margin:0 0 10px 5%;
		font-size: 10px;
		padding: 0 0 0 5px;
	}
	.foot_nav_box2 li:before{
	    top: 3px;
	}


	.foot_nav_box2 .foot_nav_name{
		float: left;
		/*20181122変更前
		width: 33%;
		margin: 0 0 0 16%;
		*/
		width:100%;
		margin:0 0 17px 5%;
	}

.foot_bnr li{
	width: 50%;
}
.foot_bnr{
	background: #D3C9AF;
	padding: 0 11%;
	width: 100%;
	display: block;
	/*float: left;*/
	padding-bottom: 39px;
    margin-bottom: 50px;
	}
}




@media only screen and (max-width: 1500px) and (min-width: 839px){

br.tablet_only{
	display:inline-block;
}
/*

.hed_nav5_1 span:before{
	background-image:url(../img/nav5_1.png);
	width: 17.4px;
	height:28.8px;
	top: -7px;
	left:50px;
}

.hed_nav5_2 span:before{
	position: absolute;
	background-image:url(../img/nav5_2.png);
	width:24px;
	height:30px;
	top:-5px;
	left:40px;
}

.hed_nav5_3 span:before{
	background-image:url(../img/nav5_3.png);
	width:13.8px;
	height:28.8px;
	top: -7px;
	left:50px;
}

.hed_nav5_4 span:before{
	background-image:url(../img/nav5_4.png);
	width:36px;
	height:27.6px;
	top: -5px;
	left:20px;
}




.hed_nav6_1 span:before{
	background-image:url(../img/nav6_1.png);
	width: 28px;
	height: 28px;
	top: -5px;
	left: 30px;
}


.hed_nav6_2 span:before{
	background-image:url(../img/nav6_1.png);
	width: 28px;
	height: 28px;
	top: -5px;
	left:30px;
}


.hed_nav6_3 span:before{
	background-image:url(../img/nav6_1.png);
	width: 28px;
	height: 28px;
	top: -5px;
	left:30px;
}


.hed_nav6_4 span:before{
	background-image:url(../img/nav6_4.png);
	width:30.1px;
	height:33.6px;
	top: -5px;
	left:30px;
}

*/




}
