/*
Theme Name: ライフプラネット
Theme URI: https://www.dik.co.jp/
Author: DIK
*/

/* ------------------------------------------------------- */
/* css reset --------------------------------------------- */
/* ------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/* image -------------------------------------------------*/
/*イメージのはみ出し防止*/
img {
	max-width: 100%;
	height:auto;
}
/* image align */
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.alignleft {
	padding: 0px 16px 10px 0px;
	float: left;
}
img.alignright {
	padding: 0px 0px 10px 16px;
	float: right;
}
/* image align 幅600以下でフロート解除 */
img.alignleftN1 {
	padding: 0 16px 10px 0;
	float: left;
}
img.alignrightN1 {
	padding: 0 0 10px 16px;
	float: right;
}

@media only screen and (max-width:725px) {
/*画像そのものの幅にする*/
img.imgwAuto, .imgwAuto img {
	width: auto;
}
img.imgLeftN1, img.imgRightN1 {
	padding: 0;
	float: none;
	display: block;
	margin: 0 auto 10px;
}
}

/* ------------------------------------------------------- */
/* Layout ------------------------------------------------ */
/* ------------------------------------------------------- */

* {
	box-sizing: border-box;
}
/*html {
	font-size: 62.5%;
}*/
body {
	background: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	/*line-height: 2.4rem;*/
}
/*base*/
body{
   /* font-size:0.8em;*/
    color:#000;
	background:url(images/bodybg.png) repeat-x top;
	line-height:1.6em;
}
body.nobg{background:none!important;}
a{color:#690;}
#container{
    width:950px;
    margin:0px auto 35px auto;
    /*padding:0px;
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
}
#main-left{
	width:725px;
	float:left;
	}
#main{
    width:100%;
	border:1px solid #ccc;
	padding:14px;
}
#main p{margin-bottom:15px;}

@media only screen and (max-width:725px){
	body{
		background: none;
	}
	#container{
    	min-width: 100px;
    	width: 100%;
    	/*padding: 0 10px;*/
	}
	#main-left{
		width: 100%;
		float:none;
		/*padding: 0 10px;*/
	}
	#main{
		border: none;
		padding: 10px;
	}
}

/* ------------------------------------------------------- */
/* header ------------------------------------------------ */
/* ------------------------------------------------------- */
#header{
    width:950px;
    margin:0 auto 15px;
}
#header h1 a{
	width:225px;
	height: 160px;
	float:left;
	display: block;
	background:url(images/logo.png) no-repeat;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
.header-right{
	width:715px;
	float:right;
	}
#top{
    font-size:0.7em;
    padding:0px 0px 0px 0px;
    color:#ccc;
    line-height:25px;
	width:420px;
	float:left;
}
#top a{
	color:#ccc;
	text-decoration:none;
}
.header-tab{
	width:285px;
	float:right;
	padding:5px 0px 0px 0px;
	}
.header-tab img{
	display:block;
}
.headerTel{display: none;}
@media only screen and (max-width:725px){
	#header{
		width: 100%;
		margin:0;
	}
	#header h1{
		display: block;
		background: -webkit-linear-gradient(#339933, #197619);
		background: -o-linear-gradient(#339933, #197619);
		background: linear-gradient(#339933, #197619);
		overflow: hidden;
		height: 53px;
	}
	#header h1 a{
		width: 100%;
		background: url(images/logo-sp.png) no-repeat left;
		background-size: 240px;
		height: 53px;
	}
	#top,.header-tab{display: none;}
	.headerTel{
		text-align: center;
		display: block;
		padding: 10px 0;
		font-size: 12px;
		}
	.headerTel a{
		display: inline;
		text-decoration: none;
		font-size: 19px;
		font-weight: bold;
		margin-right: 15px;
		}
	.headerTel .fa-phone-square{margin-right: 3px;}
	.header-right{
		width: 100%;
		float: none;
	}
}
/* ------------------------------------------------------- */
/* Menu ------------------------------------------------ */
/* ------------------------------------------------------- */
#topmenu{
     margin-bottom:0px;
     clear:both;
	 margin-top: 20px;
}
#topmenu li{
     width:143px;
     float:left;
}
#topmenu a{
    text-decoration:none;
     width:143px;
     height:45px;
     display:block;
     float:left;
}
#topmenu li.tmenu1 a{background:url(images/topmenu.png) 0px 0px no-repeat;}
#topmenu li.tmenu2 a{background:url(images/topmenu.png) -143px 0px no-repeat;}
#topmenu li.tmenu3 a{background:url(images/topmenu.png) -286px 0px no-repeat;}
#topmenu li.tmenu4 a{background:url(images/topmenu.png) -429px 0px no-repeat;}
#topmenu li.tmenu5 a{background:url(images/topmenu.png) -572px 0px no-repeat;}

#topmenu li.tmenu1 a:hover{background:url(images/topmenu.png) 0px -45px no-repeat;}
#topmenu li.tmenu2 a:hover{background:url(images/topmenu.png) -143px -45px no-repeat;}
#topmenu li.tmenu3 a:hover{background:url(images/topmenu.png) -286px -45px no-repeat;}
#topmenu li.tmenu4 a:hover{background:url(images/topmenu.png) -429px -45px no-repeat;}
#topmenu li.tmenu5 a:hover{background:url(images/topmenu.png) -572px -45px no-repeat;}

#topmenu a span{
     visibility:hidden;
}

@media only screen and (max-width:725px){
	#topmenu{display: none;}
}

#rightmenu{
	width:205px;
	float:right;
	}
.rightmenuList{margin-bottom: 12px;}
.rightmenuList li a{
	background: #f3f3f3;
	border-right:9px solid #666;
	padding:5px 10px;
	display: block;
	margin-bottom: 2px;
	color:#000;
	text-decoration: none;
	position: relative;
}
.rightmenuList li a:hover:after{
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	position: absolute;
	right: -7px;
	color:#fff;
	font-size:0.8em;
}
.r-menu-t-line{
	/*background:url(images/r-menu-t-line.png) repeat-x top;*/
	padding:10px 0px 10px 0px;
	color:#333;
	}
.r-menu-t-line dt{
	font-weight:bold;
	margin-bottom: 5px;
	}
.r-menu-t-line .ok{
	background:#ffcc66;
	text-align:center;
	margin-top:5px;
	padding:1px 0px;
	}
.rmenu-bnr{line-height: 100%;}
.rmenu-bnr img{
	display:inline-block;
	margin-bottom:2px;
	}
#rightmenu h2{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1em;
}
#rightmenu h2:after{
	width:100%;
	margin-top: 3px;
	display: block;
	content: "";
	height: 3px;
	background: -webkit-gradient(linear,left top,left top,color-stop(0.7,#999),color-stop(0.3,#2b902b));
    background: -webkit-linear-gradient(left,#999 70%,#2b902b 30%);
    background: -moz-linear-gradient(left,#999 70%,#2b902b 30%);
    background: -o-linear-gradient(left,#999 70%,#2b902b 30%);
    background: -ms-linear-gradient(left,#999 70%,#2b902b 30%);
    background: linear-gradient(to right,#999 70%,#2b902b 30%);
}
.bnrMidashi1{
    font-weight: 700;
    margin: 10px 0;
    line-height:1.4;
}
@media only screen and (max-width:725px) {
	#rightmenu{
		width:100%;
		float:none;
		padding: 0 10px;
	}
	.rmenu-bnr{
		text-align: center;
	}
}

#footer{
	background:url(images/footer-bg.jpg) repeat-x top #1a761a;
	clear:both;       
}
#footer-inner{
	width:950px;
	margin:0px auto;
	padding:15px 0px 10px 0px;
	color:#fff;
	background:url(images/footer-inner-bg.jpg) no-repeat top right;
	line-height:1.8em;
	}
#footer-inner a{color:#fff;}
#footer h2{
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:5px;
}
.footer-menu{
	margin-bottom:20px;
	max-width:735px;
	font-size: 0.9em;
	line-height: 1.7em;
}
.footer-menu li{
	display:inline-block;
	border-right:1px solid #fff;
	padding:0px 6px 0px 0px;
	margin:0px 6px 0px 0px;
	line-height: 1.4em;
}
.address{
	margin-bottom:20px;
	max-width:735px;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.copy{
	text-align:center;
	font-size: 0.8em;
	}
/*base end*/

@media only screen and (max-width:725px){
	#footer-inner{
		width: 100%;
		padding: 15px 10px 0;
		background: none;
		}
	#footer h2{font-size: 1.1em;}
}

/*------------------------------------------------2ndbase*/
/*box*/
.box1{    border:1px solid #ccc;}
.box2{
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #FFE;
}
/*list*/
.ul1 li{
	background:url(images/list1.png) no-repeat 0px 0.5em;
	padding:0px 0px 0px 12px;
	margin:0px 0px 5px 2px;
}
.ol1 {
     list-style-type:decimal;
     margin:0px 0px 10px 23px;
    }
.ol1 li{
     padding:0px 0px 5px 0px;
     line-height:1.5em;
    }
.ol1 li ul li{
     background:url(images/list1.png) no-repeat 0 0.5em;
     padding:0px 0px 5px 15px;
     line-height:1.5em;
}

/* navi */
.breadcrumbs{
	font-size: 0.8em;
	padding:10px 10px 0px 12px;
	border-left: 1px solid #ccc;
	background:url(images/navibg.png) no-repeat top;
}
.breadcrumbs li{
	display: inline-block;
}
.breadcrumbs li:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
	font-weight: 900;
    padding: 0 5px;
}
.breadcrumbs li:last-child:after {
    content: "";
    padding: 0;
}
@media only screen and (max-width:725px) {
.breadcrumbs {
	/*font-size: 1.3rem;*/
	width:auto;
    margin: 0 0 4px;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 4px 5px; 
}
.breadcrumbs::-webkit-scrollbar {
    height: 5px;
}
.breadcrumbs::-webkit-scrollbar-thumb {
    background-color: rgba( 100, 100, 100, 0.2);
}
}
/* midashi */
.pagetitle{
	background-color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	padding: 10px 10px 15px 10px ;
	matgin-bottom: 1px;
	border-bottom: 2px solid #1f7d1f;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.indexH2{
	font-weight: bold;
	color:#333;
	font-size: 1.2em;
	border-bottom: 2px solid #197619;
	padding-bottom: 5px;
	margin: 15px 0;
}
.returntop{text-align:right;}
.returntop a{
	background:url(images/returntop.png) no-repeat right 0.1em;
	padding:0px 20px 0px 0px;
}
@media only screen and (max-width:725px){
	.breadcrumbs{border:none;}
	.pagetitle{
		border-left:none;
		border-right: none;
		}
}
/* table */
/* table ----------------------------------------------*/
.table1, .table1 td, .table1 th, .td1 {
	border: 1px solid #ccc;
	box-sizing: border-box;
}
table caption {
	margin-bottom: 8px;
}
.table1 {
	border-collapse: collapse;
	margin-bottom: 16px;
}
.table1 th, .table1 td, .td1 {
	padding: 8px;
}
.table1 th {
	background-color: #f5f5f5;
}

.tdw {background:#fff;}
.td1 {background:#e2fde2!important;}
.td2 {background:#f0f0f0;}
@media only screen and (max-width:725px) {
/*639px以下で段組み解除*/
.tableMw1 th, .tableMw1 td {
	display: block;
	border: none;
	width: 100%;
}
.tableMw1 th{text-align:left;}
}
 /*----------------------------------------share*/
 .nonePc {display: none;}
@media only screen and (max-width:725px) {
.nonePc {display: inline-block;}
}
.clear{clear:both;}
.dispinline{display:inline;}
.dispb{display:block!important;}
.txt_right,.txt-right{text-align:right;}
.txt_center,.txt-center{text-align:center;}
.float_left,.float-left{float:left;}
.float_right,.float-right{float:right;}
.mb0{margin-bottom:0px!important;}
.mb1{margin-bottom:1px!important;}
.mb5{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb25{margin-bottom:25px!important;}
.mb30{margin-bottom:30px!important;}
.mauto{margin-left:auto;margin-right:auto;}
.small1{font-size:0.9em;}
strong,.bold{font-weight:bold;}
.va_top,.va-top{vertical-align:top;}
.va_bottom,.va-bottom{vertical-align:bottom;}
.va_middle,.va-middle{vertical-align:middle;}
.big1{font-size:1.2em;}
.big2{font-size:1.6em;}
.font1{font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;}
.indent{text-indent:1em;}
.indent1{
    margin-left:1em;
    text-indent:-1em;
}
.red{color:#cc0000;}
.color1{color:#F60;}

/*----------------------------------------index*/
ul.indexFlow{
	overflow: hidden;
	margin-bottom: 30px;
	}
ul.indexFlow li{
	width: calc( calc( 100% - 96px ) / 4 );
	float:left;
	margin-right: 32px;
	position: relative;
}
ul.indexFlow li:last-child{margin-right: 0;}
ul.indexFlow li:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	position: absolute;
	right: -27px;
	top:65px;
	font-size: 45px;
	color: #329832;
}

.indexBlogList{
	position: relative;
	margin-bottom: 25px;
}
.indexBlogList dt{
	width:130px;
	float:left;
	font-size: 0.9em;
}
.indexBlogList dd{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.newsList1 li{
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}
.newsList1 li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.nl1Date,.nl1Txt{font-size: 0.9em;}
.ichiran a{
	position: absolute;
	top:-48px;
	right: 5px;
	background: #197619;
	color: #fff;
	padding:4px 6px;
	text-decoration: none;
	line-height: 100%;
}
.indexBnrArea1{
    display:flex;
    gap:10px;
    justify-content: space-between;
    margin-top:20px;
}
.indexBnrArea1 > div{
    width:calc((100% - 20px) /3);
}
.indexBnrArea1 img.bnr-securityaction{
    display:block;
    padding:5%;
    width:205px;
    margin:0 auto 10px;
    border:1px solid #ccc;
}
@media only screen and (max-width:725px){
	ul.indexFlow li{
		width: 100%;
		float: none;
		margin-right: 0;
		clear: both;
		margin-bottom: 30px;
		display: block;
		height: 120px;
	}
	ul.indexFlow li img{
		float: left;
		margin: 0 15px 0 0;
		width: 120px;
	}
	ul.indexFlow li:after{
		content: "\f0d7";
		right: auto;
		top:auto;
		bottom: -27px;
		left:45px;
	}
	ul.indexFlow li:last-child{overflow: hidden;}
	.indexBlogList dt{
		float:none;
	}
	.ichiran{text-align: center;}
	.ichiran a{
		display: inline-block;
		margin: 10px auto;
		position: static;
		padding: 6px 12px;
	}
    .indexBnrArea{
        margin-bottom:20px
    }
    .indexBnrArea1{
        display:block;
    }
    .indexBnrArea1 > div{
        width:100%;
        margin-bottom:5px;
    }
    .indexBnrArea1 img.bnr-securityaction{
        padding:5%;
        width:205px;
        margin:0 auto 10px;
        border:1px solid #ccc;
    }
}

/*------------------------------------------------taxBox*/
.tagBox {overflow: hidden;}
.tagBox h2{
	background:url(images/midashi1.png) no-repeat top #f0e8d7;
	border-bottom:3px solid #e3dbcb;
	color:#000;
	font-weight:bold;
	padding:10px 10px 3px 10px;
	font-size:1.2em;
	line-height:1.4em;
	margin:0px 0px 10px 0px;
}
.tagBox h3 {
	font-size: 1.1em;
	color: #2c902d;
	font-weight: bold;
	/*line-height: 1.2em;*/
	padding:3px 0px 2px 7px;
	margin: 20px 0px 15px 0px;
	border-left:3px solid #2c902d;
}

/*list*/
.tagBox ul{margin-bottom: 20px;}
.tagBox ul li{
	background:url(images/list1.png) no-repeat 0px 0.5em;
	padding:0px 0px 0px 15px;
	margin:0px 0px 5px 5px;
}
/*----------------------------------------contact*/
.contact1{
	width: 270px;
}
@media only screen and (max-width:725px){
	.contact1{width: 100%;}
}
/*----------------------------------------company*/
.commapframe object,.commapframe iframe{
    width:695px;
    height:430px; 
    border:0px;
    margin:0px 0px 5px 0px;
    padding:0px;
    clear:both;
}
.commapframe p{margin-bottom:0px!important;text-align:right;font-size:0.8em;}

.tagBox ul.col4{
	overflow: hidden;
	margin: 0 0 15px 0;
}
.tagBox ul.col4 li{
	width: calc( 97% / 4 );
	margin:0 1% 0 0;
	padding: 0;
	text-align: center;
	float: left;
}
.tagBox ul.col4 li img{
	display: block;
	width: 100%;
	}
.tagBox ul.col4 li:nth-child(4n){
	margin-right: 0;
}
.lineQr{
	vertical-align: middle;
	width:200px;
	display:inline-block;
}
@media only screen and (max-width:725px){
	.tagBox ul.col4 li{
		width: 49%;
		margin: 0 1% 10px 0;
		font-size: 0.8em;
	}
	.tagBox ul.col4 li:nth-child(2n){
		margin-right: 0;
	}
}
.tagBox ul.col3{
	overflow: hidden;
	margin: 0 0 15px 0;
	box-sizing: border-box;
}
.tagBox ul.col3 li{
	box-sizing: border-box;
	width: calc( 98% / 3 );
	margin:0 0.99% 0 0;
	padding: 0;
	text-align: center;
	float: left;
}
.tagBox ul.col3 li img{
	box-sizing: border-box;
	display: block;
	width: 100%;
	}
.tagBox ul.col3 li:nth-child(3n){
	margin-right: 0;
}
@media only screen and (max-width:725px){
	.tagBox ul.col3 li{
		width: 49%;
		margin: 0 0.99% 10px 0;
		font-size: 0.8em;
	}
	.tagBox ul.col3 li:nth-child(2n){
		margin-right: 0;
	}
}
/*リンクボタン----------------------------------------*/
.buttonLink1{
	overflow: hidden;
    margin: 0 auto 25px;
    padding: 0;
    text-align: center;
}
.buttonLink1 a {
	border:1px solid #ffcc66;
	background: linear-gradient(#ffe9c1, #ffcc66);
	font-weight: bold;
	display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    padding: 10px 30px 10px 5px;
	font-size: 1.2em;
}

/*----------------------------------------lineup*/
.lineup .tdw{
	border:1px solid #ddd;
	padding:9px;
	width:320px;
	vertical-align:top;
}
/*Pagenation*/
.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 5px 10px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/*スマートフォン用メニュー*/
#drawernav {
	display: none;
}
@media only screen and (max-width:768px) {
#page {
	padding-top: 50px;
	position: relative;
	z-index: 5;
	left: 0;
	background: #fff;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#drawernav {
	display: block;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: -240px;
	width: 240px;
	height: 100%;
	background: #106110;
	color: #fff;
	z-index: 1;
	padding-top: 45px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#drawernav ul {
	list-style: none;
	padding: 0;
}
#drawernav ul li {
	border-bottom: 1px solid #2d862d;
}
#drawernav ul li a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	padding: 0 5px 0 0;
}
#drawernav ul li a.gmc::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
}
#drawernav ul li ul {
	margin: 0 0 0 20px;
}
#drawernav ul li ul li:last-child {
	border-bottom: none;
}
#drawernav ul li a {
	color: #fff;
	display: block;
	padding: 10px;
	text-decoration: none;
}
#drawernav ul li a:hover {
	color: #ddd;
	background: #2d862d;
}
#drawernav h4 {
	padding: 0 15px;
}
#humberger {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 3;
	cursor: pointer;
	box-sizing: border-box;
	display: none;
	display: block;
	width: 60px;
	border-radius: 3px;
	padding: 5px 2px;
	margin: 7px 2px 0 0;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #106110;
}
.drawer-opened #humberger {
	background: #2d862d;
}
.icon-bar {
	height: 2px;
	background: #333;
	display: block;
	margin-bottom: 6px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
.humbergerMenu::before {
	content: "メニュー";
}
.drawer-opened .humbergerMenu::before {
	content: "閉じる";
}
.fixed-content {
	right: inherit;
	width: 100%;
	z-index: 2;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#overlay {
	z-index: -1;
	opacity: 0;
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
/**
* ドロワー開放時のスタイル
**/

body.drawer-opened #page {
	left: -240px;
	-webkit-box-shadow: 1px 0 2px #000;
	box-shadow: 1px 0 2px #000;
}
body.drawer-opened .fixed-content {
	left: -240px;
}
body.drawer-opened #drawernav {
	right: 0;
}
#gmenu {
	display: none;
}
#humberger {
	display: block;
}
body.drawer-opened #humberger .icon-bar {
	background: #fff;
}

body.drawer-opened #overlay {
	z-index: 3;
	opacity: 0.3;
	left: -240px;
}
	
	/*drawer の開閉*/
	#drawernav ul li.menu-item-has-children ul { display: none; }
	#drawernav ul li.menu-item-has-children > a:after {
		font-family: "Font Awesome 5 Free";
		font-weight: 400;
		content: "\f0fe";
		padding: 0 5px 0 0;
		position: absolute;
		font-size: 20px;
		right: 0;
	}
	#drawernav ul li.menu-item-has-children > a.active:after {
		content: "\f146";
	}	
}

/* ------------------------------------------------------- */
/* Move Top ---------------------------------------------- */
/* ------------------------------------------------------- */

/* ページ上部に戻る スクロールで自動表示 */
#pageTop {
	width: 45px;
	height: 40px;
	display: none;
	position: fixed;
	right: 16px;
	bottom: 16px;
}
#pageTop div {
	margin: 0;
	padding: 2px 0;
	text-align: center;
	background: #333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#pageTop div span {
	display: none;
}
#pageTop div:hover {
	background: #555;
}
#movePageTop {
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

/* ------------------------------------------------------- */
/* プリント用 -------------------------------------------- */
/* ------------------------------------------------------- */

@media print {	
#humberger, #pageTop, #pageTop div, #movePageTop, #pageTop p {
	display: none;
}
#container {
	padding: 0;
}
#header {
	position: static;
}
#container {
	padding: 0;
}
#topContents {
	min-width: 1000px;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
}