@charset "utf-8";

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline:0;
padding:0;
vertical-align:baseline;
}

:focus {
outline:0;
}

ol, ul {
list-style:none;
}


caption, th, td {
font-weight:normal;text-align:left;
}

blockquote:before, blockquote:after,q:before, q:after {
content:"";
}

blockquote, q {
quotes:"" "";
}

a img {
border:0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display:block;
}

table{
	width: 100%;
	border-collapse: collapse;
}

body{
	-webkit-text-size-adjust:100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 2;
	background-color: #f0ee74;
	color: #006934;
}


/* リンク設定
*****************************************************/

a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
font-weight:bold;
color:#006934;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline:none;
color:#006934;
}

/**** Clearfix ****/

nav .panel:after, #mainNav:after, .newsTitle:after, .bg:after,.post:after{
content:"";
display:table;
clear:both;
}

nav .panel,#mainNav,.newsTitle,.bg, .post{
zoom:1;
}

.center{
	text-align: center;
}
i.fas{
	padding-right: .5em;
}

/* レイアウト
*****************************************************/

#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
}

#content{
float:left;
width:100%;
padding:30px 0;
}


#footer{
	clear:both;
	padding:12px;
	background:#EEEEEE;
} 


/* ヘッダー
*****************************************************/
#header .bg .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1em;
}
#header h1,#header p,#header h2{
	width: 33%;
}
#header h1,#header p{
	font-size:.8em;
	font-weight:normal;
}
#header h2{
	text-align: center;
}
#header p{
	text-align: right;
}

/* ロゴ (サイトタイトル)
----------------------------------*/
#header ul{
padding-top:5px;
float:right;
}

#header ul li{
font-weight:bold;
display:inline;
margin-left:5px;
font-size:90%;
}

#header ul li:before{
content:"・";
}

#header ul li a{
padding-left:5px;
color:#333333;
}

#header ul li a:hover{
color:#999999;
}


/* トップページ　メイン画像
*****************************************************/

#mainImg img{
width:100%;
height:auto;
}

.post{
margin:0 0 20px 0;
}


/* タイポグラフィ
*****************************************************/

h2.title{
clear:both;
margin:30px 0;
font-size:140%;
font-weight:bold;
text-align:center;
}

h2.title span{
padding-bottom:10px;
border-bottom:2px solid #006934;
}

h2.first{
margin-top:0;
}

h2.title01{
clear:both;
margin:30px 0 50px;
font-size:140%;
font-weight:bold;
text-align:center;
border-bottom:1px solid #333333;
}

h2.title02{
clear:both;
margin:30px 0 50px;
font-size:140%;
font-weight:bold;
text-align:center;
border-bottom:3px solid #333333;
}

.post p{
padding-bottom:15px;
}

.post ul{
margin:10px 0 20px 20px;
}

.post ul li{
padding-left:5px;
list-style:disc;
}

.post ol{
margin:0 0 10px 30px;
}

.post ol li{
list-style:decimal;
}

.post h1{
margin:15px 0 25px;
padding:15px 0;
font-size:150%;
font-weight:bold;
border-bottom:3px solid #333333;
}
.post .white-wrap .wrap-title{
	margin: 0 0 25px;
	padding:0 0 .5em;
	font-size:120%;
	color: #006934;
	border-bottom:3px solid #006934;
}
.post .white-wrap .wrap-title span{
	background-color: #006934;
	color: #fff;
	display: inline-block;
	font-size: 50%;
	padding: .2em 1em;
	vertical-align: middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.post .white-wrap .wrap-subtitle{
	padding:.5em 1.5em;
	font-size:110%;
	color: #FFFFFF;
	background-color: #006934;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:15px 0 25px;
	font-weight:bold;
}
.question{
	display: inline-block;
	margin-right: 1.5em;
}
.answer{
	display: inline-block;
	font-size: .8em;
	color: #fff;
	background-color: #006934;
	padding: .2em .6em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 1.5em;
}
.post h2{
margin:15px 0 25px;
padding:15px 0;
font-size:130%;
font-weight:bold;
}

.post h3{
padding: 4px 15px;
	background-color: #f3f3f3;
	border-radius: 5px;
	font-size:120%;
	font-weight:bold;
	text-align:left;
    margin:20px 0px 10px 0px;
}

.post h4{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post h5{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post h6{
margin:15px 0 10px;
padding:15px 0;
font-size:110%;
font-weight:bold;
}

.post blockquote {
clear:both;
padding:10px 0 10px 25px;
margin:10px 0 25px 0px;
border-left:5px solid #e9e9e9;
}
 
.post blockquote p{
padding:5px 0;
}


.post dt{
font-weight:bold;
}

.post dd{
padding-bottom:10px;
}

.post img{
max-width:100%;height:auto;
}
.post .white-wrap table tr{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.post .white-wrap table th,
.post .white-wrap table td{
	line-height: 140%;
	text-align: center;
	vertical-align: middle;
	padding: .5em 1em;
	border-right: 1px solid #999;
}
.post .white-wrap table th:last-child,
.post .white-wrap table td:last-child{
	border-right: none;
}
.post .white-wrap table .tl{
	text-align: left;
}
.post .white-wrap table .del{
	background-color: #ccc;
}
.post .white-wrap table.table-gallery tr,
.post .white-wrap table.table-gallery th,
.post .white-wrap table.table-gallery td{
	border-top: none;
	border-bottom: none;
	border-right: none;
	vertical-align: top;
	padding: 0;
}
.post .white-wrap table.table-gallery td{
	width: 25%;
	padding: .5em 1em;
}
.post .white-wrap table.table-gallery strong{
	font-weight: bold;
	
}

.post .white-wrap iframe{
	margin: 1em 0;
}
img.aligncenter {
display:block;
margin:5px auto 30px auto;
text-align:center;
}

img.alignright{
margin:5px 0 30px 30px;
}

img.alignleft{
margin:5px 30px 30px 0;
}

.alignright{
float:right;
}

.alignleft{
float:left;
}
.checklists li{
	font-size:1.5em;
}
.checklists li::before{
	font-family: "Font Awesome 5 Free";
	content:"\f058";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-weight: 600;
	margin-right: .5em;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
@media screen and (max-width:767px){
	table#mfp_confirm_table tr th,
	table#mfp_confirm_table tr td{
		display: block;
	}
}

.post ul.kome,
.post ul.kome li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.post ul.kome{
	padding-bottom: 15px;
}
.post ul.kome li{
	line-height: 120%;
}
.post ul.kome li::before{
	content: "※";
	margin-right: .5em;
}
/* フッター
*****************************************************/

#footer ul{
padding:15px 0 15px;
text-align:center;
font-size:14px;
}

#footer li{
display:inline-block;
}
*:first-child+html #footer li{
display:inline;
}
#footer li::after{
	content: "|";
}
#footer li:last-child::after{
	content: "";
}
#footer li:first-child{
border:0;
}

#footer li a{
	text-decoration:none;
	font-weight:normal;
	color:#333333;
	padding:5px 16px;
}

#footer li a:hover{
color:#999;
}

#footer ul ul{
display:none;
}

#copyright{
clear:both;
padding:30px 0 37px;
text-align:center;
font-size:10px;
}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
background:#EEEEEE;
}


/* トップページ 3
*****************************************************/

.thumbWrap{
width:100%;
margin:0 -20px 20px 0;
}

.thumbWrap li{
float:left;
width:300px;
margin:0 20px 40px 0;
background:none;
}

.thumbWrap img{
margin-bottom:15px;
}

ul.thumb h3{
	padding: .3em .5em;
	color: #FFFFFF;
	background-color: #006934;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 1em;
	font-weight: bold;
}
ul.thumb .btn01{
display: block;
margin-top:20px;
font-size:100%;
font-weight:bold;
text-align:center;
border:1px solid #333333;
}

ul.thumb .btn01 span{
display:block;
padding:7px;
color:#333333;
}

ul.thumb .btn01 span:hover{
color:#333333;
background:#EEEEEE;
}

/* メインメニュー
*****************************************************/
#mainNav{
	margin:0;
	margin-bottom:10px;
}
#mainNav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
a#menu{
	display:none;
}
#mainNav li{
	border-right:1px solid #006b33;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#mainNav li:first-child{
border-left:1px solid #006b33;
}

#mainNav li a{
	display: block;
	color:#006b33;
	text-align:center;
	font-weight:bold;
	height:40px;
	line-height:40px;
	padding:10px 20px 0px;
}

#mainNav li a span,#mainNav li a strong{
display:block;
line-height:1.4;
}

#mainNav li a span{
font-size:50%;
color:#666;
}

#mainNav li.current-menu-item a, #mainNav li a:hover, #mainNav li a:active, #mainNav li.current-menu-parent a{
background:#EEEEEE;
}

#mainNav ul ul{
width:160px;
}

#mainNav li ul{
display: none;
}

#mainNav li:hover ul{
display:block;
position:absolute;
top:50px;
left:0px;
z-index:500;
}

#mainNav li li{
margin:0;
float:none;
height:50px;
line-height:50px;
width:160px;
background:#f3f3f3;
border-right:0;
border-bottom:1px solid #dddddd;
opacity:0.9;
}

#mainNav li li:first-child{
border-left:0;
}

#mainNav li li a{
width:155px;
height:50px;
padding:0 0 0 5px;
line-height:50px;
font-size:95%;
text-align:left;
}

#mainNav li li a span{
padding:0 10px;
}

#mainNav li:hover ul li:last-child{
border:0;
}

/* 会社概要
*****************************************************/

h2.title company span{
padding-bottom:10px;
}

.post company h2{
margin:15px 0 25px;
padding:15px 0;
font-size:130%;
font-weight:bold;
border-bottom:2px solid #333333;
}

.post company h3{
margin:15px 0 25px;
padding:15px 0;
font-size:120%;
font-weight:bold;
border-bottom:1px solid #333333;
}

/*
ページトップボタン設定
----------------------------------------------------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    background-color: #666666;
	border-radius: 3px;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 15px;
}


/* フォーム
------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	vertical-align:middle;
	max-width: 100%;
	line-height:140%;
	padding:.2em .8em;
	border:1px solid #d4d4d7;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-size:100%;
	color:#555;
	background:#fcfcfc;
}

textarea{
height:10em;
line-height:1.5;
}

button[type="submit"],input[type="submit"],input[type="reset"],input[type="button"], p.readon a{
vertical-align:top;
padding:1em 3em;
background:#808080;
border:0;
line-height:28px;
font-size:100%;
color:#fff;
}

button[type="submit"]:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,p.readon a:hover{
	background:#555;
	cursor:pointer;
}

*:first-child+html input[type="submit"],
*:first-child+html button[type="submit"]{
	padding:5px;
}

form#mailformpro label.mfp_checked {
	background-color: #D3D016;
}
#mailformpro table tr th span {
	color: #CC0000;
	font-size: 10px;
}
#mailformpro table tr{
	border:5px solid #f0ee74;
}

/* 会社概要　
-------------*/
.com table {
	border-collapse: collapse;
	width:100%;
}
th.t_top {
    border-top: #EEE 4px solid;
}
.com th {
	border-bottom: #EEE 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	background: #f6f6f6;
}
td.t_top {
	border-top: #EEE 4px solid;
}
.com td {
	border-bottom: #EEE 1px dotted;
	text-align: left;
	padding: 10px;
}

/* 料金表　
-------------*/


/* フォントサイズ
-------------*/
.font90 {
font-size:90%;
}

.font110 {
font-size:110%;
}

.font120 {
font-size:120%;
}

.font125 {
font-size:125%;
}

.font130 {
font-size:130%;
}

.font140 {
font-size:140%;
}

.font150 {
font-size:150%;
}

.font200 {
font-size:200%;
}

.white {
  color: #FFFFFF;
}

.white-font120 {
color: #FFFFFF;
font-size:120%;
}

.white-bold {
color: #FFFFFF;
font-size:120%;
font-weight: bold;
}

.white-wrap{
	background-color: #fff;
	color: #333;
	padding: 3em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 2em;
}
.photo-fl{
	float: left;
	margin: 0 2em 1.5em 0;
}
/* 追加ライン
------------------------------------------------------------*/

hr.line01 {
    border:none;
    border-top:dashed 1px #CCC;
    height:1px;
}

.pagetop-txt {
font-size:120%;
text-align: center;
}