@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #111;
	background-color: #F6F6F6;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	word-wrap: break-word;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	-webkit-filter:brightness(1.2);
    -moz-filter:brightness(1.2);
    -ms-filter:brightness(1.2);
    filter:brightness(1.2);
}

li {
	list-style-type: none;
}
a {
	color: #3FA936;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
    color: #08E300;
    text-decoration: none;
}

.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.img_right {
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 20px;
	max-width: 44%;
}

.img_left {
	float: left;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	max-width: 44%;
}

.txt_or {
	color: #FF7F00 !important;
}

.txt_yl {
	color: #FFFF26 !important;
}

/*
ローダー------------------*/
.loader-wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #0B1F0A;
}


.loader {
	color: #FFF;
	font-size: 40px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*------------------*/

/*
ヘッダー
-------------------------------------------*/
header {
    width: 100%;
    display: block;
    position: relative;
    height: auto;
	background: rgb(56,153,49);
	background: linear-gradient(135deg, rgba(56,153,49,1) 0%, rgba(56,153,49,1) 44%, rgba(53,141,46,1) 44%, rgba(53,141,46,1) 100%); 
}

header a.logo {
	position: absolute;
	z-index: 1000;
	display: block;
	text-decoration: none;
}

header h1 {
    font-size: 12px;
    position: absolute;
    z-index: 1000;
    color: #FFFF26;
}

header .h_btn a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #FFF;
    background-color: #397be7;
    text-align: center;
}
header .h_btn a i {
	padding-right: 2px;
	font-size: 18px;
}

header .h_btn a:hover {
	color: #397be7;
	background-color: #FFF;
	border-color: #358D2E;
}

header .head_in {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/*
グローバルナビ
-------------------------------------------*/

#g_navi {
    font-weight: bold;
    font-size: 14px;
    background-color: #3FA936;
}

#g_navi li a {
	color: #FFF;
}

/*
パン屑
-------------------------------------------*/
.pankuzu {
    display: block;
    padding: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CBE2CB;
    background-color: #E2EFE2;
    border-top: 3px solid #CBE2CB;
}

.pankuzu ul {
	display: block;
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.pankuzu li {
	display: inline-block;
	font-size: 14px;
	color: #111;
}
.pankuzu li::after {
	content: "＞";
	padding-left: 10px;
	color: #555;
	font-size: 12px;
}
.pankuzu li:last-child::after {
	content: "";
}

/*
メインコンテンツ
-------------------------------------------*/
.content {
	clear: both;
	position: relative;
	width: 100%;
	max-width: 1340px;
	margin-right: auto;
	margin-left: auto;
}

.content p {
	line-height: 2;
	font-size: 16px;
	margin: 30px;
}

.content .box_left {
	width: 60%;
	font-weight: bold;
}

img.img_syacho {
	position: absolute;
	z-index: 20;
	top: -50px;
	right: 0px;	
	max-width: 44%;
}

/*
タイトル装飾
---------------------*/
h2 {
	font-size: 34px;
	margin-bottom: 30px;
	margin-top: 30px;
	display: block;
	text-align: center;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.3;
	position: relative;
}

h2 strong {
    font-size: 160%;
}
h2 strong b {
    font-size: 160%;
    color: #FF7F00;
}

h2 .h2_small {
	font-size: 80%;
}


h2 .h2_smbl {
    font-size: 55%;
    color: #358D2E;
}

h2 i {
    padding: 10px;
    color: #FFDD00;
    margin-right: -30px;
}


.h2_line::before {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 25px);
    width: 50px;
    height: 1px;
    content: '';
    background-color: #888;
}


.h2_slash {
	display: flex !important;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.h2_slash::before,
.h2_slash::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #F6F6F6;
}

.h2_slash::before {
	margin-right: 35px;
	transform: rotate(-35deg);
}
.h2_slash::after {
	margin-left: 35px;
	transform: rotate(35deg);
}


.h2_line_2 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.h2_line_2::before,
.h2_line_2::after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #7AD272;
}

.h2_line_2::before {
	margin-right: 30px;
}
.h2_line_2::after {
	margin-left: 30px;
}

h2.h2_left {
	text-align: left;
	margin-left: 20px;
}

h2.h2_left::after {
	margin-top: 30px;
  content: "";
  display: block;
  height: 2px;
  background: -webkit-linear-gradient(to right, rgb(255, 255, 255), transparent);
  background: linear-gradient(to right, rgb(255, 255, 255), transparent);
  max-width: 500px;
}

h2.h2_top {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../img/h2_top.jpg);
	background-position: center center;
	background-size: cover;
	color: #FFF;
	line-height: 1;
	background-color: #389931;
}

h2.h2_top .h2_sub {
	font-size: 50%;
}
.content h3 {
    font-size: 24px;
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    border-top: 8px solid #3FA936;
    padding: 20px;
    color: #333;
    border-bottom: 1px solid #3FA936;
    letter-spacing: 1px;
    position: relative;
	background: linear-gradient(135deg, #F6F6F6 0%, #F3F6F3 78%, #E2EFE2 78%, #F6F6F6 88%); 
}

.content h3 .h3_small {
	font-size: 50%;
}

.content h3::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    height: 8px;
    width: 30%;
    background-color: #65C55D;
}

.content h3 i {
	padding-right: 10px;
	color: #3FA936;
}


.content h3.h3_2 {
    background-color: #E2EFE2;
}

.content h3.h3_3 {
	text-align: center;
	background-color: #E7E6E0;
	border-top-style: none;
	border-bottom-style: none;
	font-size: 24px;
	letter-spacing: 0.1em;
}
.content h4 {
	font-size: 20px;
	line-height: 30px;
	color: #3FA936;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-color: #FFF;
	display: block;
	position: relative;
	margin: 20px;
}
.content h4::before {
	display: block;
	width: 4px;
	height: 18px;
	position: absolute;
	content: "";
	top: 16px;
	left: 18px;
	background-color: #3FA936;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


/*トップスライダー
------------------------------------------*/

#top_slide {
    background-color: #3FA936;
    padding-top: 20px;
    padding-bottom: 5px;
}

.sp-slide {
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha( opacity=20 )";
}
.sp-slide.sp-selected {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


/*
フレックスボックス
-------------------------------------------*/

.box_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1300px;
	margin: auto;
}

/*
トップ最新情報
-------------------------------------------*/

.top_box_2l {
	width: 50%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;	
}

.top_box_2l h2 {
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 10px;
	letter-spacing: 0px;
}

.ul_news {
	display: block;
	padding: 15px;
	height: 200px;
	overflow: auto;
	background-color: #FFF;
	border: 1px solid #DDD;
}

.ul_news.long {
	height: 350px;
}

.ul_news li {
	display: block;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.ul_news li span {
	display: block;
	font-weight: bold;
	color: #3FA936;
}

.ul_news li a {
	text-decoration: none;
	color: #111;
}
.ul_news li span.i_news {
	display: inline-block;
	background-color: #FF9900;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	font-size: 14px;
}

dl.top_num {
	display: block;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAA;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
}

dl.top_num dt {
	background-color: #3FA936;
	color: #FFF;
	display: inline-block;
	padding: 5px;
	letter-spacing: 2px;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

dl.top_num dd {
	display: inline-block;
	padding: 10px;
	
}

dl.top_num dd strong {
	font-size: 150%;
	color: #3FA936;
	display: inline-block;
	background-color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
}




/*
７つの理由
-------------------------------------------*/
.top_reason {
    position: relative;
    background-image: url(../img/reason_bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 80px;
    padding-right: 10px;
    padding-left: 10px;
	padding-bottom: 80px;
}

.box_reason_base {
	padding: 20px;
	max-width: 1300px;
	margin: auto;
}
.box_reason_base::after {
	content:"";
	display: block;
	width: 30%;
}
.box_reason {
	width: 31%;
	color: #FFF;
	position: relative;
	padding-top: 30px;
	 background: rgb(255,204,12);
background: linear-gradient(158deg, rgba(255,204,12,1) 50%, rgba(226,151,0,1) 50%); 
	margin-bottom: 50px;
	padding: 20px;
}

.box_reason span.num {
	position: absolute;
	top: -20px;
	left: -20px;
	display: block;
	color: #FF7F00;
	padding: 20px;
	font-size: 16px;
	line-height: 1;
	border-radius: 50%;
	background-color: #FFF;
	text-align: center
}

.box_reason span.num strong {
    font-size: 340%;
    display: block;
}
.box_reason h3 {
	font-size: 22px;
	padding-left: 80px;
	font-family: "Noto Serif JP", '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	height: 64px;
	vertical-align: middle;
	display: table-cell;
	color: #000;
}

.box_reason p {
	font-size: 16px;
	line-height: 1.5;
	padding: 10px;
	font-weight: bold;
}

.box_reason img {
	object-fit: cover;
	width: 100%;
	height: 150px;
	margin-top: 10px;
	margin-bottom: 5px;
}



/*
工事メニュー
-------------------------------------------*/

.circle_menu_base {
	padding: 20px;
}


.circle_menu_base::after {
	content:"";
	width: 22%;
}

.circle_menu {
	margin-bottom: 50px;
	width: 22%;
}

.circle_menu a {
	text-decoration: none;
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 50%;
}

.circle_menu a div {
	position: absolute;
	top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
	height: auto;
	color: #111;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	font-weight: bold;
	z-index: 10;
}

.circle_menu a img {
	-webkit-filter:brightness(0.7);
    -moz-filter:brightness(0.7);
    -ms-filter:brightness(0.7);
    filter:brightness(0.7)
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circle_menu a::after {
	content: "";
	display: block;
	background-color: rgba(255,233,0,0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.circle_menu a:hover::after {
	background-color: rgba(12,61,0,0.10);
}

.circle_menu a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.1);
    -moz-filter:brightness(1.1);
    -ms-filter:brightness(1.1);
    filter:brightness(1.1);
	transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

.circle_menu p {
	color: #FFF;
	position: relative;
	margin-top: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.circle_menu a:hover div {
	color: #FFF;
}

/*
帯
-------------------------------------------*/

.obi_1 {
	width: 100%;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 10px;
	z-index: 10;
}

.obi_1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(-2deg);
    transform-origin: top right;
    width: 100%;
    height: 100%;
    background-color: #358D2E;
    background-image: url(../img/obi_1.png);
}

.obi_1 h2,
.obi_1 p {
	color: #FFF;
}
.obi_1 h2 strong {
    color: #FFFF26;
}
.obi_2 {
	width: 100%;
	padding-top: 120px;
	padding-bottom: 50px;
	position: relative;
}
.obi_2 h2 {
	z-index: 110;
}
.obi_2 .voice_head {
	position: absolute;
	top: -80px;
	left: 50%;
	margin-left: -320px;
	z-index: 100;
}

.obi_3 {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	background-color: #3FA936;
	background-image: url(../img/obi_3.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}


.obi_3 h2 {
	color: #FFF;
}

.obi_3 h2 strong,
.obi_3 h2 i {
	color: #F6F6F6;
}

.obi_4 {
	width: 100%;
	padding: 20px;
	text-align: center;
	background-color: #379DB3;
	background-image: url(../img/obi_4_bg.jpg);
	background-position: center center;
	background-size: cover;
}

/*
フッター
-------------------------------------------*/

footer {
    clear: both;
    padding-top: 20px;
    display: block;
    color: #FFF;
    background-color: #358D2E;
    padding-bottom: 60px;
}

footer a {
	color: #FFF;
	text-decoration: none;
}

footer p {
	margin: 10px;
}
.footer_box {
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.footer_box .f_info {
	width: 33%;
	float: left;
	padding: 10px;
	font-size: 12px;
}

.footer_box .f_menu {
	width: 67%;
	float: right;
	padding-top: 10px;
	padding-left: 10px;
}

.footer_box .f_menu  ul {
	width: 30%;
}
.footer_box .f_menu  ul:first-child {
	width: 40%;
}

.footer_box ul li.li_title {
	font-weight: bold;
	font-size: 13px;
}

.footer_box ul li a::before {
	position: absolute;
	top: 5px;
	left: 3px;
	content: "・";
}

.footer_box ul li a {
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
	position:relative;
	line-height: 1.5;
	font-size: 12px;
}

.footer_box ul li a:hover {
	color: #3FA936;
	background-color: #FFFFFF;
}

address {
	clear: both;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
}


/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 800;
}
#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #3FA936;
	color: #FFF;
	text-align: center;
	font-size: 32px;
	line-height: 60px
}
#to_top a:hover {
	background-color: #00D7D7;
}

/*
テーブル
-------------------------------------------*/

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.content table.table_01 {
	width: 98%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.content table.table_01 caption {
	font-weight: bold;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #3FA936;
	padding: 15px;
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #3FA936;
}
.content table.table_01 th,
.content table.table_01 td {
	padding: 15px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3FA936;
}
.content table.table_01 th {
    background-color: #E2EFE2;
    letter-spacing: 2px;
}


.content table.table_02 {
	width: 96%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}

.content table.table_02 caption {
    font-weight: bold;
    background-color: #E8F8E8;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #358D2E;
    padding: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #111;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #358D2E;
}
.content table.table_02 th,
.content table.table_02 td {
    padding: 25px;
    font-size: 15px;
    border-bottom: 1px solid #8DC088;
    background-color: #FFFFFF;
    line-height: 1.8;
}
.content table.table_02 th {
    background-color: #E2EFE2;
    letter-spacing: 2px;
    white-space: nowrap;
    font-size: 16px;
    color: #358D2E;
}

/*
詳細ボタン
-------------------------------------------*/

.btn_syousai a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 240px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 4px solid #EEE;
	font-size: 16px;
	float: right;
	line-height: 26px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #3FA936;
	font-weight: bold;
}

.btn_syousai a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	padding-right: 10px;
}
.btn_syousai a:hover {
	background-color: #FFF;
	border-top-color: #3FA936;
	border-right-color: #3FA936;
	border-bottom-color: #3FA936;
	border-left-color: #3FA936;
	color: #3FA936;
}

.cont_list2 .btn_syousai a {
	max-width: 240px;
	width: 100%;
}

.btn_001 a {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	clear: both;
	width: 90%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	line-height: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: 440px;
	margin-top: 30px;
	 background: rgb(23,134,14);
background: linear-gradient(158deg, rgba(23,134,14,1) 0%, rgba(63,169,54,1) 35%, rgba(255,228,11,1) 55%, rgba(255,204,12,1) 85%, rgba(255,179,0,1) 100%); 
	background-position: 5% 5%;
	background-size: 250% auto;
	transition: all 0.3s ease-out;
	z-index: 100;
	position: relative;
	border: 1px solid rgba(255,255,255,0.8);
}
.btn_001 a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	padding-right: 10px;
}
.btn_001 a:hover {
	background-position: 90% 80%;
	color: #000;
	border-color: rgba(255,255,255,0);
}


/*
フッターバナー
-------------------------------------------*/

#foot_bn {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #358D2E;
    height: 60px;
    z-index: 500;
}

#foot_bn .box_flex {
	max-width: 1200px;
}

#foot_bn .box_flex .f_btn {
	width: 50%;
}


#foot_bn .f_btn a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #397be7;
	position: relative;
	width: 100%;
	height: 60px;
}

#foot_bn .f_btn.tel a {
    background-color: #FFDD00;
    color: #111;
}
#foot_bn .f_btn a i {
	position: absolute;
	font-size: 34px;
	left: 35%;
	margin-left: -50px;
	top: 10px;
	line-height: 1;
}


#foot_bn .f_btn a p {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 35%;
	line-height: 1.2;
	padding-top: 10px;
}


#foot_bn .f_btn a:hover {
	color: #397be7;
	background-color: #FFF;
}

#foot_bn .f_btn.tel a:hover {
	color: #3FA936;
}


/*
お問い合わせ枠
-------------------------------------------*/
.box_contact {
	text-align: center;
	width: 90%;
	max-width: 1200px;
	background-color: #F6F6F6;
	border: 1px solid #0F5193;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.contact_catch {
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 35px;
    background-color: #FFCC0C;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #EEE;
    color: #111;
    border-radius: 20px 20px 0 0;
}

.contact_catch strong {
    color: #0078D7;
}

.box_tel {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
}
.box_tel i {
	padding-right: 5px;
}
.box_tel a {
	text-decoration: none;
	color: #3FA936;
}

.btn_002 a {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #397be7;
	text-align: center;
	display: block;
	clear: both;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: 500px;
	border: 2px solid #F6F6F6;
}

.btn_002 a i {
	font-size: 150%;
	padding-right: 10px;
}

.btn_002 a:hover {
	background-color: #FFF;
	color: #397be7;
	border-color: #397be7;
}
.box_contact .contact_txt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box_contact .contact_txt strong {
	color: #FF7900;
	padding-left:5px;
	padding-right: 5px;
}

/*
一覧
-------------------------------------------*/


.list_base {
	max-width: 1340px;
	width: 100%;
	margin: auto;
}
.list_box {
	padding: 20px;
	float: left;
	width: 25%;
	margin-bottom: 20px;
	text-align: center;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	position: relative;
}

.list_box .i_jirei {
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    background-color: #FFCC0C;
    color: #111;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    z-index: 10;
    font-weight: bold;
    font-size: 14px;
}

.blog .list_box .list_title {
	color: #FFF;
}

.blog .list_box {
    background-color: rgba(91,81,54,0.35);
}

.list_box:hover {
	background-color: #FFF;
}
.blog .list_box:hover {
    background-color: rgba(255,204,12,1.00);
}

.blog .list_box:hover .list_title {
	color: #000;
}

.list_box img {
	width: 100%;
}

.list_box .list_title {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list_box .list_comment {
    background-color: #0C5C4E;
    padding: 10px;
    text-align: left;
    color: #FFF;
    margin-bottom: 8px;
}

.btn_syousai_2 a {
	width: 100%;
	display: block;
	color: #3FA936;
	text-decoration: none;
	padding: 5px;
	border: 2px solid #3FA936;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}

.btn_syousai_2 a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	padding-right: 10px;
	font-size: 90%;
}

.btn_syousai_2 a:hover {
	background-color: #3FA936;
	color: #FFF;
	border-color: #FFF;
}


/*
Q&A
---------------------------------------------------------*/
.content dl.qa {
	display: block;
	margin-bottom: 30px;
}
.content .qa dt {
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	background-color: #3FA936;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 60px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.content .qa dt strong {
	color: #F6F6F6;
	font-size: 110%;
	padding-left: 5px;
	padding-right: 5px;
}

.content .qa dt::after{
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(18,95,173,0.0);
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 8px;
	border-right-width: 8px;
	margin-left: -8px;
	border-top-color: #3FA936;
	top: 100%;
	left: 10%;
}


.content .qa dd {
	margin-bottom: 50px;
	padding-top: 25px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-right: 30px;
	margin-left: 30px;
	padding-right: 30px;
	position: relative;
	background-color: #FFF;
	margin-top: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	line-height: 1.8;
	border: 1px solid #DDD;
	color: #000;
}

.content .qa dt::before,
.content .qa dd::before {
	content: "Q.";
	display: block;
	position: absolute;
	top: 17px;
	left: 27px;
	font-size: 26px;
	font-weight: bold;
	color: #F6F6F6;
}

.content .qa dd::before {
	content: "A.";
	color: #3FA936;
	top: 15px;
	left: 18px;
}

/*
個別　お客様の声トップ
---------------------------------------------------------*/

.content .img_base {
	background-color: #F6F6F6;
	margin-bottom: 30px;
	width: 100%;
	padding: 10px;
}

.content .img_base img {
	width: 65%;
	padding-right: 10px;
}

.content .img_base .voice_top {
	background-color: #3FA936;
	color: #FFF;
	padding: 20px;
	width: 35%;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	display: flex;
}

.content .img_base .voice_top p {
	line-height: 2.0;
	font-size: 24px;
	margin: 0px;
}

.content .img_base .voice_top p span {
	text-align: right;
	display: block;
	font-size: 18px;
	color: #F6F6F6;
}


/*
個別　要約部分
---------------------------------------------------------*/

.content .box_youyaku {
    margin-bottom: 30px;
    border: 10px solid #3FA936;
    background: rgb(56,153,49);
    background: linear-gradient(135deg, rgba(56,153,49,1) 0%, rgba(56,153,49,1) 44%, rgba(53,141,46,1) 44%, rgba(53,141,46,1) 100%);
    color: #FFF;
    padding: 20px;
}

.content .youyaku_title {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #70CF68;
    padding-bottom: 5px;
    color: #FFFF26;
}
.content .box_youyaku p {
	line-height: 1.6;
	font-size: 15px;
	margin: 20px;
}
.content .box_youyaku .img_box {
	width: 180px;
	float: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 10px;
	background-color: #389931;
}
.content .box_youyaku .img_box img {
	width: 100%;
}

.content .box_youyaku .img_box p {
	font-size: 12px;
	margin: 0px;
	text-align: center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	background-color: #F6F6F6;
	font-weight: bold;
	color: #3FA936;
}

/*
目次
-------------------------------------------*/
	 
.content .mokuji {
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.content .mokuji h3 {
	margin-bottom: 20px;
	margin-top: 0px;
}


.content .mokuji ul li {
	margin-left: 20px;
	padding-left: 25px;
	line-height: 26px;
	position: relative;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.content .mokuji ul li::before {
	content: "+";
	font-weight: 900;
	position: absolute;
	top: 13px;
	left: 10px;
	color: #3FA936;
}
.content .mokuji ul li a {
	display: block;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3FA936;
	padding: 10px;
	color: #313131;
	text-decoration: none;
	font-weight: bold;
}

.content .mokuji ul li a:hover {
	color: #000;
	background-color: #F6F6F6;
}

/*
リストボックス
-------------------------------------------*/
.content .cont_list_base {
    background-color: #7BCD74;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 30px;
	background-image: url(../img/obi_1.png);
}
.content .cont_list {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
.content .cont_list li {
	display: block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #F6F6F6;
	margin-bottom: 20px;
	border: 5px solid #E2EDEF;
}
.content .cont_list li:hover {
    background-color: #FFF;
	border-color: #3FA936;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}
.content .cont_list li:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content .cont_list li img {
	float: left;
	width: 150px;
	margin-right: 20px;
	
}
.content .cont_list li p {
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content .cont_list li .cont_title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}

.content .cont_list.box_flex li {
	width: 48%;
}

/*
まとめ
-------------------------------------------*/
	 
.content .matome {
    background-color: #FFFFFF;
    border: 15px solid #7BCD74;
}
.content .matome h3 {
    margin-bottom: 20px;
    margin-top: 0px;
    background-color: #FFF9A8;
    border-bottom-color: #F6F6F6;
    border-bottom-style: solid;
    color: #358D2E;
}

/*
ページャー
-------------------------------------------*/

.pager {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
}


.pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	color: #FFF;
	text-decoration: none;
	background-color: #3FA936;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
	color: #000;
	background-color: #F6F6F6;
}

@media only screen and (max-width: 767px){
.pager {
	padding-top: 20px;
	padding-bottom: 20px;
}
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 40px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }

}

/*
対応地域
-------------------------------------------*/

p.p_area a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #3FA936;
    background-color: #E2EFE2;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 15px;
    margin-left: 5px;
}

p.p_area a::before {
	content: "・";
	color: #3EA3DF;
	margin-right: 5px;
}

p.p_area a:hover {
	color: #000;
	background-color: #F6F6F6;
}

/*
施工前　施工後
---------------------------------------------------------*/
.content .jirei_base {
	background-color: #EEE;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	
}
.content .jirei_base .jirei_bf,
.content .jirei_base .jirei_af {
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 20px;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 18px;
	letter-spacing: 2px;
	background-color: #F6F6F6;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	border: 1px solid #FFF;
}
.content .jirei_base .jirei_bf img,
.content .jirei_base .jirei_af img {
	max-width: 360px;
}


.content .jirei_base .jirei_sankaku {
	margin-top: -40px;
	margin-left: -40px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
}

/*
施工事例詳細
-------------------------------------------*/

.content ul.box_sekou {
	padding-bottom: 20px;
}

.content .box_sekou li .sekou_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #3FA936;
}

.content ul.box_sekou li {
	width: 48%;
	margin-bottom: 30px;
	text-align: center;
	display: block;
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #DDD;
}

.content ul.box_sekou li::before {
    width: 100%;
    height: 7px;
    content: "";
    display: block;
    background-color: #65C55D;
}

.content ul.box_sekou li img {
	width: 100%;
}

.content ul.box_sekou li p {
	text-align: left;
	font-size: 15px;
	margin: 20px;
}

/*
その他
---------------------------------------------------------*/

.sankaku {
	width: 100%;
	text-align: center;
}

.sankaku img {
	max-width: 90% !important;
}

.sankaku.v_2 {
	z-index: 200;
	position: relative;
	margin-top: -30px;
}

.cont_left {
	width: 35%;
	float: left;
}
.cont_right {
	width: 60%;
	float: right;
}

ul.bn_4l {
	max-width: 1200px;
	margin: auto;
	padding-bottom: 20px;
}

ul.bn_4l li {
	float: left;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 30px;
}

.contact_foot {
	position: absolute;
	right: 0px;
	bottom: 0px;
}


/*
サイド
-------------------------------------------*/
.side {
    background-color: #2C8666;
    border-radius: 10px;
    padding: 15px;
	margin-bottom: 30px;
}

.side_box {
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.side h2 {
    font-size: 18px;
    background-image: none;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 0px;
    margin-bottom: 0px;
    position: relative;
    margin-top: 10px;
    color: #FFF;
}

.side h2::after {
	display: none;
}
.side h2 i {
    color: #78D170;
    padding-left: 10px;
    margin-right: -15px;
}

.side h2.h2_img {
	padding-left: 70px;
	text-align: left;
	font-size: 17px;
}

.side h2.h2_img.voice {
	padding-left: 88px;
}

.side h2.h2_img img {
	position: absolute;
	left: -13px;
	bottom: -4px;
}
.side .side_box h2 {
    padding-left: 44px;
    padding-right: 10px;
    text-align: left;
    color: #C4EAC1;
    font-size: 16px;
    margin-top: 0px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #78D170;
}

.side .side_box .side_list li a {
	font-size: 15px;
	text-decoration: none;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 47px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	position: relative;
	color: #FFF;
	font-weight: bold;
}
.side .side_box .side_list li a::before {
	content: "+";
	position: absolute;
	top: 15px;
	left: 18px;
}

.side .side_box .side_list li a:hover {
	background-color: #FFF!important;
	color: #3FA936!important;
}

.side .side_box .side_list li a:hover::before {
	color: #00B2B2;
}

.side .side_box h2 i {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 20px;
}
.side .side_box.cl2 h2 i {
	color: #3FA936;
}

.side .side_box.cl2 {
    background-color: #E2EFE2;
	padding: 10px;
}

.side .side_box.cl2 .side_list {
	border: 5px solid #F6F6F6;
}


.side .side_box.cl2 h2 {
	background-color: #F6F6F6;
	color: #3FA936;
	border-bottom-color: #3FA936;
	border-bottom-width: 5px;
}

.side .side_box.cl2 h2 i {
	color: #3FA936;
}
.side .side_box.cl2 .side_list {
	border: none;
}
.side .side_box.cl2 .side_list li a {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	color: #333;
	background-color: #F6F6F6;
	border-bottom-color: #3FA936;
}

.side .side_box.cl2 .side_list li a::before {
	top: 10px;
}
/*
サイド新着
-------------------------------------------*/

.side .ul_news {
    padding: 5px;
    background-color: #E2EFE2;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    margin-bottom: 30px;
    border: none;
	border-radius: 10px;
}

.side .ul_news li {
	font-size: 12px;
}

.side .ul_news li span.i_news {
	font-size: 11px;
}

/*
サイドスタッフ＆VOICEリスト
-------------------------------------------*/

ul.img_list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 15px;
}

ul.img_list li {
	width: 30%;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}

ul.img_list.voice li {
	width: 49%;
}

ul.img_list::after {
	content: "";
	width: 30%;
}
ul.img_list li img {
	width: 90%;
	margin-bottom: 5px;
}

.side_btn a {
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 90%;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 4px solid #CBE2CB;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #397BE7;
}

.side_btn a span {
	font-size: 10px;
}
.side_btn a i {
	margin-right: 10px;
}
.side_btn a:hover {
	background-color: #FFF;
	border-color: #397BE7;
	color: #397BE7;
}

.side_btn.cl_2 a {
    background-color: #ED8500;
}

.side_btn.cl_2 a:hover {
    background-color: #FFF;
	color: #ED8500;
	border-color: #ED8500;
}

.side_bn a {
	display: block;
	text-align: center;
	background-color: #FFF;
	margin-bottom: 30px;
}


@media screen and (min-width:1100px) {

/*
ヘッダー
-------------------------------------------*/

header a.logo {
	left: 0px;
	top: 5px;
}

header h1 {
	left: 200px;
	top: 20px;
	line-height: 1.6;
}

.sp_menu,
.menu_btn,
.close_btn {
	display: none;
}

header .h_btn {
	position: absolute;
	top: 12px;
	right: 0px;
	z-index: 1000;
	width: 200px;
}


header .h_tel {
	position: absolute;
	top: 10px;
	right: 230px;
	z-index: 1000;
}


header .head_pc {
	width: 100%;
}

header .head_in {
	height: 160px;
}

header #h_box_sp {
position: absolute;
top: 0;
right: 0;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 100%;
	display: block;
	z-index: 1000;
	position: absolute;
	bottom: 0px;
}
#g_navi.nav_fixed {
	position: fixed;
	top: 0px;
	bottom: auto;
}
#g_navi ul.navi_base {
	height: auto;
	width: 100%;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#g_navi ul li{
	display: flex;
}


#g_navi li a {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	text-decoration: none;
	line-height: 1.5;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}


#g_navi li a:hover {
    background-color: #FFF;
    color: #3FA936;
}

#g_navi li a::before {
	display: block;
	width: 1px;
	height: 40px;
	position: absolute;
	top: 20px;
	background-color: #6FB869;
	content: '';
	left: 0px;
}
#g_navi li:last-child a::after {
    display: block;
    width: 1px;
    height: 40px;
    position: absolute;
    top: 20px;
    background-color: #6FB869;
    content: '';
    right: 0px;
}


/*
メインコンテンツ
-------------------------------------------*/

.content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pankuzu ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.cont_2clm {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.cont_2clm .content {
	width: 70%;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

.cont_2clm .side {
	width: 27%;
	float: right;
}

.content .jirei_base {
	height: 370px;
}

.content .jirei_base .jirei_bf {
	left: 10px;
}

.content .jirei_base .jirei_af {
	right: 10px;
}

.no_pc {
	display: none;
}

}
/*-----（/1100～）-----*/

@media screen and (min-width:1260px) {
#g_navi li a {
	padding-left: 22px;
	padding-right: 22px;
}

#to_top {
	right: 50%;
	margin-right: -630px;
}
}

@media screen and (min-width:1400px) {

.contact_foot {
	right: 50%;
	margin-right: -700px;
}

}

@media screen and (max-width:1100px) {
	
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}

/*
ヘッダー
-------------------------------------------*/

header a.logo {
	left: 10px;
}

header h1 {
	left: 180px;
	top: 12px;
	font-size: 11px;
	line-height: 1.3;
	padding-right: 60px;
}

header a.logo img {
	height: 44px;
}

header #h_box_sp {
	position: fixed;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	overflow: auto;
	z-index: 3000;
	display: none;
}

header .head_in {
	height: 50px;
}

header .h_tel {
	padding-bottom: 5px;
	text-align: center;
}

header .h_btn a {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
}


/*
メニューボタン
-------------------------------------------*/

.menu_btn {
    display: block;
    height: 50px;
    width: 60px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    z-index: 5000;
    top: 0;
    right: 0;
    background-color: rgba(53,141,46,1.00);
}

.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 34px;
	height: 3px;
	display: block;
	position: absolute;
	left: 50%;
	top: 25px;
	margin-left: -17px;
	background-color: #FFF;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
  }
.menu_btn span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}


.menu_btn:hover span.top {
    transform: translateY(-12px);
	-webkit-transform: translateY(-12px);  
    -moz-transform: translateY(-12px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(12px);
	-webkit-transform: translateY(12px);  
    -moz-transform: translateY(12px);    
}


.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ　sp
-------------------------------------------*/
#g_navi {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    padding-top: 130px;
    overflow: auto;
    z-index: 2000;
    display: none;
    background-color: #358D2E;
}

#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child a {
    border-top: 1px solid #3FA936;
}
#g_navi ul li a {
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3FA936;
	font-size: 14px;
	line-height: 1.5;
	padding: 20px;
}

#g_navi ul li a::before {
    content: "・";
    color: #58C64E;
    padding-right: 5px;
}

.fixed {
	overflow: hidden;
}

.bg_bl {
	background-color: #358D2E;
	height: 100%;
	width: 100%;
	display: block;
	position: fixed;
	z-index: 2000;
}

/*
メインコンテンツ
-------------------------------------------*/

.content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.cont_2clm .content {
	padding-top: 0px;
}

h2 i {
	margin-right: 0px;
}

.content p {
	margin-right: 20px;
	margin-left: 20px;
}

.obi_1 {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.obi_3 {
	padding-top: 30px;
	padding-bottom: 20px;
}

.obi_2 {
	padding-top: 80px;
	padding-bottom: 20px;
}

.obi_2 .voice_head {
	width: 480px;
	margin-left: -240px;
	top: -60px;
}

.contact_foot {
	margin-right: 0px;
	width: 200px;
}



.content .jirei_base {
	height: 260px;
}

.content .jirei_base .jirei_bf {
	left: 10px;
}

.content .jirei_base .jirei_af {
	right: 10px;
}

.content .jirei_base .jirei_bf img,
.content .jirei_base .jirei_af img {
	width: 200px;
}

#foot_bn .box_flex {
	padding-right: 60px;
}

.list_box {
	padding: 10px;
	width: 33.3%;
}
.list_box .i_jirei {
	top: 10px;
	left: 10px;
}

.no_sp {
	display: none;
}

}
/*-----（/～1100）-----*/



@media screen and (min-width:960px) {


.content .img_base .voice_top {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
}


}
/*-----（/960～）-----*/

@media screen and (max-width:960px) {

.content .img_base img {
	width: 100%;
	padding-right: 0px;
}

.content .img_base .voice_top {
	width: 100%;
}

.box_reason {
	width: 47%;
}


}
/*-----（/～960）-----*/

@media screen and (max-width:760px) {

.top_box_2l {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

header a.logo {
	left: 5px;
}

h2 {
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 1.5;
}

.circle_menu_base::after {
	content:"";
	width: 44%;
}

.circle_menu {
	margin-bottom: 30px;
	width: 44%;
}


.contact_foot {
	display: none;
}

img.img_right,
img.img_left {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.top_img {
	margin-bottom: 10px
}

.cont_left {
	width: 100%;
	float: none;
	text-align: center;
}
.cont_right {
	width: 100%;
	float: none;
}



/*
テーブル
-------------------------------------------*/

.content table.table_01 th,
.content table.table_01 td {
	display: block;
}


/*
フッター
-------------------------------------------*/
.footer_box {
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer_box .f_info {
	width: 100%;
	float: none;
	text-align: center;
	font-size: 12px;
}
.footer_box .f_menu {
	width: 100%;
	float: none;
}

.footer_box ul li a {
	font-size: 12px;
}

#foot_bn .f_btn a p {
	font-size: 14px;
}

}
/*-----（/～760）-----*/


@media screen and (max-width:640px) {

#foot_bn .f_btn a {
	text-align: center;
}

#foot_bn .f_btn a i {
	position: relative;
	left: auto;
	margin-left: 0px;
	top: auto;
	padding-top: 15px;
}


#foot_bn .f_btn a p {
	display: none;
}

.content .img_base .voice_top p {
	font-size: 18px;
}
.content .img_base .voice_top p span {
	font-size: 14px;
}

.content .cont_list.box_flex li {
	width: 100%;
}
.content ul.box_sekou {
	padding-bottom: 0px;
}
.content ul.box_sekou li {
	width: 100%;
}

.content .box_left {
	width: auto;
	display: inline;
}
img.img_syacho {
	position: relative;
	float: right;
}

.list_box {
	width: 50%;
}

.ul_news {
	border-left-width: 20px;
	border-right-width: 20px;
	height: 200px;
}

.list_box .i_jirei {
	font-size: 11px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.list_box .list_title {
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 1.1;
}
.btn_syousai_2 a {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 1px;
	padding: 2px;
}

.dl_list dl {
	width: 100%;
}


.contact_catch {
	font-size: 20px;
}


.box_tel {
	font-size: 34px;
}

.btn_002 a {
	font-size: 18px;
}

.box_contact .contact_txt {
	font-size: 14px;
}


}
/*-----（/～640）-----*/


@media screen and (max-width:560px) {

header h1 {
	font-size: 10px;
	left: 140px;
}

textarea,
input {
	max-width: 360px;
}


.content .qa dt {
	font-size: 18px;
	line-height: 26px;
}
.content .qa dd {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.content .box_youyaku .img_box {
    padding-right: 20px;
    padding-left: 0px;
    width: 150px;
}

ul.bn_4l li {
	width: 48%;
}

.footer_box ul {
	display: none;
}

.content .jirei_base {
	height: 210px;
}

.content .jirei_base .jirei_bf {
	left: 5px;
}

.content .jirei_base .jirei_af {
	right: 5px;
}

.content .jirei_base .jirei_bf img,
.content .jirei_base .jirei_af img {
	width: 140px;
}

.box_reason {
	width: 100%;
}

.obi_1 {
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.obi_2 .voice_head {
	width: 80%;
	left: 10%;
	margin-left: 0px;
	top: -50px;
}


}
/*-----（/～560）-----*/

	
@media screen and (max-width:400px) {

textarea,
input {
	max-width: 280px;
}

.obi_2 .voice_head {
	width: 90%;
	left: 5%;
	top: -30px;
}

}
/*-----（/～400）-----*/



/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(50px);
	-webkit-transform: translateY(50px);  
    -moz-transform: translateY(50px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}
