@charset "utf-8";
*{
    margin: 0;
    padding: 0; 
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 0;
}
.ff_a{
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}
.ff_b{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#ecofor{
	line-height: 1.5;
	color: #010000;
}
#ecofor .layout{
	max-width: 1000px;
	width: 1000px;
	margin: 0 auto;
}
#ecofor header{
	background-color: #184c20;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 101;
}
#ecofor header .layout{
	display: table;
	width: 1000px;
	max-width: 1000px;
}
#ecofor header .layout div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#ecofor header .logo{
	padding-left: 0px;
	width: 184px;
}
#ecofor header .logo a:nth-of-type(1){
	max-width: 184px;
	display: inline-block;
	margin: 20px 0;
}
#ecofor header .logo a img{
	width: 100%;
}
#ecofor header .logo .menu-mob{
	vertical-align: middle;
	text-align: right;
	width: 80px;
	display: none;
}
#ecofor header .logo .menu-mob a{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #184c20;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	cursor: pointer;
	border: 1px solid #fff;
}
#ecofor header .logo .menu-mob a span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 4px;
	margin: -2px 0 0 -13px;
	background: #fff;
	transition: .2s;
}
#ecofor header .logo .menu-mob a span:before {
	margin-top: -11px;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 26px;
	height: 4px;
	background: #FFF;
	transition: .3s;
}
#ecofor header .logo .menu-mob a span:after{
	margin-top: 7px;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 26px;
	height: 4px;
	background: #FFF;
	transition: .3s;
}
#ecofor header .logo .active a span{
	height: 0 !important;
}
#ecofor header .logo .active a span:before{
	margin-top: 0 !important;
	transform: rotate(-45deg) !important;
}
#ecofor header .logo .active a span:after{
	margin-top: 0 !important;
	transform: rotate(-135deg) !important;
}
#ecofor header .anchor-point{
	padding: 20px 15px 0 10px;
}
#ecofor header .anchor-point div{
	display: table;
	/* height: 113px; */
	/* width: 100%; */
	margin: 0 0 0 auto;
}
#ecofor header .anchor-point div a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	padding: 0 15px;
	font-size: 1.4rem;
	color: #ffffff;
	position: relative;
}
#ecofor header .anchor-point div a:hover{
	text-decoration: underline;
}
#ecofor header .layout .mail-phone{
	width: 163px;
	padding-top: 15px;
}
#ecofor header .mail-phone img{
	display: block;
	width: 100%;
}
#ecofor header .mail-phone a{
	font-size: 1.4rem;
	color: #fff;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	height: 42px;
}
#ecofor header .mail-phone a:nth-of-type(1){
	padding: 0 14px;
	border: 1px solid #fff;
}
#ecofor header .mail-phone a:nth-of-type(2){
	padding: 0 14px;
	border: 1px solid #fff;
	border-left: 0;
}
#ecofor header .mail-phone .phone:hover{
	text-decoration: underline;
}
.p-share{
	font-size: 1.4rem;
}
.sec1 div{
	max-width: 100%;
}
.sec1 div img{
	width: 100%;
}
.sec1 div img:nth-of-type(2){
	display: none;
}
.sec2{
	padding: 30px 0;
	background-color: #184c20;
}
.sec2 .layout .t1{
	display: table;
	width: 100%;
	padding-right: 43px;
}
.sec2 .layout .t1 .t1-a{
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.sec2 .layout .t1 .t1-a1{
	width: 138px;
}
.sec2 .layout .t1 .t1-a1 .p-share{
	color: #f4c64a;
}
.sec2 .layout .t1 .t1-a2{
	padding: 20px 50px 5px;
	background-color: #3a6741;
}
.sec2 .layout .t1 .t1-a2 .t2{
	display: table;
	width: 100%;
}
.sec2 .layout .t1 .t1-a2 .t2 div{
	display: table-cell;
	text-align: left;
}
.sec2 .layout .t1 .t1-a2 .t2 div .p-share{
	color: #fff;
}
.sec2 .layout .t1 .t1-a2 .t2 .tc1{
	width: 80px;
}
.sec2 .layout .t1 .t1-a2 .t2 .tc2 ul li{
	list-style-type: none;
	padding-bottom: 12px;
}
.sec2 .layout .t1 .t1-a2 .t2 .tc2 ul li:nth-of-type(2){
	display: none;
	margin-right: 65px;
	border-bottom: solid 1px #ffffff;
	margin-bottom: 12px;
}
.sec2 .layout .t1 .t1-a2 .t2 .tc2 .p1{
	font-weight: bold;
	background: url(../img/sec2-2.png) no-repeat right center;
	padding-right: 20px;
	cursor: pointer;
}
.sec2 .layout .t1 .t1-a2 .t2 .tc2 .p2{
	line-height: 1.25;
}
.sec2 .layout .t1 .t1-a2 .t2 .tc2 .active1{
	color: #f4c64a;
	background: url(../img/sec2-1.png) no-repeat right center;
}
.sec3{
	padding: 115px 0 128px;
	background: url(../img/sec3-bg.png) repeat center;
}
.sec3 .layout h2{
	font-size: 3rem;
	text-align: center;
	color: #fff;
	background-color: #184c20;
	margin-bottom: 7px;
	font-weight: normal;
}
.sec3 .layout .des{
	background-color: #fff;
	border: solid 1px #221815;
	margin-bottom: 95px;
	*zoom: 1;
}
.sec3 .layout .des::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.sec3 .layout .des h3{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.sec3 .layout .des .tu{
	float: right;
	width: 45%;
	text-align: right;
	padding-left: 25px;
}
.sec3 .layout .des .tu img{
	width: 100%;
	max-width: 373px;
}
.sec3 .layout .des .zi{
	display: inline-block;
	vertical-align: top;
	width: 55%;
}
.sec3 .layout .des .zi p{
	line-height: 2.15;
}
.sec3 .layout .des1{
	padding: 50px 45px 60px 50px;
}
.sec3 .layout .des1 h3{
	margin-bottom: 40px;
	position: relative;
}
.sec3 .layout .des2{
	padding: 40px 40px 40px;
}
.sec3 .layout .des2 .desc{
	/* display: inline-block; */
	/* width: 23.35%; */
	text-align: center;
	vertical-align: top;
}
/* .sec3 .layout .des2 .desc:nth-of-type(1){
	margin-right: 2.15%;
}
.sec3 .layout .des2 .desc:nth-of-type(2){
	margin-right: 2.15%;
}
.sec3 .layout .des2 .desc:nth-of-type(3){
	margin-right: 2.15%;
} */
.sec3 .layout .des2 .desc h3{
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	margin: 0 5px 12.5px;
}
.sec3 .layout .des2 .desc ul{
	
}
.sec3 .layout .des2 .desc ul li{
	list-style-type: none;
	text-align: left;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.sec3 .layout .des2 .desc ul li p{
	display: inline-block;
}
.sec3 .layout .des2 .desc ul li:last-of-type{
	margin-bottom: 0px;
}
.sec3 .layout .des2 .desc ul li span:nth-of-type(2){
	font-size: 1.6rem;
	letter-spacing: -1px;
}
.sec3 .layout .des2 .desc ul li span:nth-of-type(3){
	font-weight: bold;
}
.sec3 .layout .des3{
	padding: 50px 45px 55px 65px;
}
.sec3 .layout .des3 .zi{
	width: 53%;
}
.sec3 .layout .des3 .zi ul{
	line-height: 1.825;
	margin-bottom: 20px;
}
.sec3 .layout .des3 .zi ul li{
	list-style-type: none;
	font-size: 1.8rem;
	font-weight: bold;
}
.sec3 .layout .des-tu{
	display: inline-block;
	width: 33.33%;
	text-align: center;
}
.sec3 .layout .des-tu1{
	text-align: left;
}
.sec3 .layout .des-tu3{
	text-align: right;
}
.sec3 .layout .des-tu img{
	width: 95%;
	max-width: 314px;
}
.sec4{
	padding: 90px 0 80px;
	background-color: #184c20;
}
.sec4 .layout .tu{
	text-align: center;
}
.sec4 .layout .tu img{
	display: inline-block;
	max-width: 184px;
	width: 100%;
}
.sec4 .layout .des{
	padding: 70px 0 80px;
}
.sec4 .layout .des .desc{
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.sec4 .layout .des .desc .p1{
	font-weight: bold;
	color: #fff;
}
.sec4 .layout .des .desc .p2{
	color: #fff;
}
.sec4 .layout .des .desc .p2 a{
	color: #fff;
	text-decoration: none;
}
.sec4 .layout .des .desc1{
	padding-right: 8%;
}
.sec4 .layout .des .desc1 .p1{
	margin-bottom: 20px;
}
.sec4 .layout .des .desc1 .p2{
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: solid 1px #8196b2;
}
.sec4 .layout .des .desc2{
	padding: 0 4%;
}
.sec4 .layout .des .desc2 .p1{
	margin-bottom: 10px;
}
.sec4 .layout .des .desc2 .p2{
	margin-bottom: 10px;
}
.sec4 .layout .des .desc2 .p2 .sp-br{
	display: none;
}
.sec4 .layout .des .desc2 table{
	width: 100%;
	border: 0;
	padding-top: 15px;
	border-collapse: collapse;
}
.sec4 .layout .des .desc2 table th{
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 1.8rem;
	border: 0;
}
.sec4 .layout .des .desc2 table th:nth-of-type(1){
	text-align: left;
}
.sec4 .layout .des .desc2 table th:nth-of-type(3){
	text-align: right;
}
.sec4 .layout .des .desc2 table th img{
	display: inline-block;
	vertical-align: middle;
}
.sec4 .layout .des .desc2 table td{
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	width: 14.2857%;
	padding: 5px 0;
}
.sec4 .layout .des .desc2 table tr:nth-of-type(2) td{
	font-size: 1.6rem;
	font-weight: bold;
}
.sec4 .layout .des .desc2 table tr .text_b{
	background-color: #9fa0a0;
	/* 5b6b7a */
	/* border-bottom: 1px solid #1c87f8; */
}
.sec4 .layout .des .desc2 table tr .text_g{
	color: #9fa0a0;
}
.sec4 .layout .des .desc2 table tr .text_w{
	background-color: #fff;
}
.sec4 .layout .des .desc2 table tr .text_r{
	color: #d7081c;
}
.sec4 .layout .map iframe{
	width: 100%;
}
.sec4 .layout .copyright{
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	margin-top: 44px;
}
.top{
    display: none;
    position: fixed;
    right: 15%;
    bottom: 25%;
    z-index: 99;
}
.top img{
	border: 1px solid #fff;
}
.top:hover{
	opacity: 0.7;
}
footer{
	display: none;
	width: 100%;
	height: 50px;
	background-color: #184c20;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
footer a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #fff;
	width: 33.33%;
}
footer a:last-of-type{
	border: 0;
}

@media screen and (max-width:1280px){
	#ecofor header .layout{
		width: 95%;
	}
}
@media screen and (max-width:1100px){
	#ecofor .layout{
		width: 90%;
	}
	#ecofor header .anchor-point{
		/* padding: 20px 15px 0 10px; */
	}
	#ecofor header .anchor-point div a{
		padding: 0 15px;
	}
	.sec3 .layout .des2{
		padding: 25px 20px 25px;
	}
}
@media screen and (max-width:1024px){
	#ecofor header .layout{
	    width: 100%;
		max-width: 1024px;
		border-bottom: 1px solid #184c20;
	}
	#ecofor header .mob .anchor-point{
		display: block;
		padding: 0;
	}
	#ecofor header .mob .mail-phone{
		display: none;
	}
	#ecofor header .mob .logo{
		width: 100%;
		display: table;
		padding-left: 0;
	}
	#ecofor header .logo a{
		display: table-cell;
		text-align: left;
		padding: 0 0 0 5%;
		vertical-align: middle;
	}
	#ecofor header .logo a img{
		width: auto;
		height: 50px;
	}
	#ecofor header .logo .menu-mob{
		display: table-cell;
		padding: 0 5% 0 0;
		vertical-align: middle;
	}
	#ecofor header .layout div{
		text-align: left;
	}
	#ecofor header .anchor-point div{
		display: none;
		height: 100vh;
	}
	#ecofor header .anchor-point div a{
		display: block;
		text-align: left;
		padding: 15px 20px 15px 5%;
		border-bottom: 1px solid #fff;
		background: none;
	}
	#ecofor header .anchor-point div a:nth-of-type(1){
		border-top: 1px solid #fff;
	}
	#ecofor header .anchor-point div a br{
		display: none;
	}
	footer{
		display: table;
	}
	.top{
		display: none !important;
	}
	.uniformMargin{
		padding: 80px 0;
	}
	.sec3 .layout .des{
		margin-bottom: 50px;
	}
}
@media screen and (max-width:1023px){
	.sec3 .layout .des2 .desc{
		/* width: 45%;
		margin: 0 2.5% 10px !important; */
	}
	.sec3 .layout .des2 .desc ul li span:nth-of-type(2){
		letter-spacing: 0;
	}
}
@media screen and (max-width:910px){
	.sec3 .layout .des1 h3 span{
		display: inline-block;
		vertical-align: middle;
		overflow: hidden;
		width: 100px;
		white-space: nowrap;
	}
}
@media screen and (max-width:810px){
	.sec3 .layout .des1 h3 span{
		width: 80px;
	}
}
@media screen and (max-width:768px){
	.sec2 .layout .t1 .t1-a2 .t2 .tc2 ul li:nth-of-type(2){
		margin-right: 20px;
	}
}
@media screen and (max-width:767px){
	.uniformMargin{
	    padding: 60px 0;
	}
	.top{
		right: 5%;
		bottom: 10%;
	}
	.sec3 .layout h2{
		/* margin-bottom: 20px; */
	}
	.sec3 .layout .des{
		padding: 20px 20px 15px;
	}
	.sec3 .layout .des .tu{
		float: none;
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	.sec3 .layout .des .zi{
		width: 100%;
		margin-top: 25px;
	}
	.sec3 .layout .des1 h3{
		margin-bottom: 10px;
	}
	.sec3 .layout .des3 .zi ul{
		margin-bottom: 10px;
	}
	.sec3 .layout .des-tu{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.sec3 .layout .des-tu3{
		margin-bottom: 0;
	}
	.sec4 .layout .des{
		padding: 30px 0;
	}
	.sec4 .layout .des .desc{
		width: 100%;
		padding: 0;
	}
	.sec4 .layout .des .desc1 .p1{
		margin-bottom: 10px;
	}
	.sec4 .layout .des .desc1 .p2{
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	.sec3 .layout .des2 .desc ul li {
	    margin-bottom: 10px;
	}
}
@media screen and (max-width:670px){
	.sec3 .layout .des1 h3 span{
		width: 35px;
	}
}
@media screen and (max-width:600px){
	.uniformMargin{
	    padding: 40px 0;
	}
	#ecofor header .logo .menu-mob a{
		width: 40px;
		height: 40px;
	}
	#ecofor header .logo .menu-mob a span{
		display: block;
		position: absolute;
		top: 55%;
		left: 50%;
		width: 26px;
		height: 2px;
		margin: -2px 0 0 -13px;
		background: #fff;
		transition: .2s;
	}
	#ecofor header .logo .menu-mob a span:before {
		margin-top: -9px;
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 26px;
		height: 2px;
		background: #FFF;
		transition: .3s;
	}
	#ecofor header .logo .menu-mob a span:after {
		margin-top: 6px;
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 26px;
		height: 2px;
		background: #FFF;
		transition: .3s;
	}
	.top img{
		width: 70%;
	}
	#ecofor header .logo a:nth-of-type(1){
		margin: 10px 0;
	}
	.sec1 div img:nth-of-type(1){
		display: none;
	}	
	.sec1 div img:nth-of-type(2){
		display: block;
	}
	.sec2 .layout .t1{
		padding-right: 0;
	}
	.sec2 .layout .t1 .t1-a{
		display: block;
	}
	.sec2 .layout .t1 .t1-a2{
		padding: 15px 20px 5px;
		margin-top: 5px;
	}
	.sec2 .layout .t1 .t1-a2 .t2 div{
		display: block;
	}
	.sec2 .layout .t1 .t1-a2 .t2 .tc1{
		width: 100%;
	}
	.sec2 .layout .t1 .t1-a2 .t2 .tc2 ul li:nth-of-type(1){
		padding: 5px 0;
	}
	.sec3 .layout h2{
		font-size: 2.5rem;
	}
	.sec3 .layout .des{
		margin-bottom: 30px;
	}
	.sec3 .layout .des h3{
		font-size: 1.8rem;
	}
	.sec3 .layout .des .zi p{
		line-height: 1.75;
	}
	.sec3 .layout .des2 .desc{
		/* width: 95%;
		margin: 0 2.5% 20px !important; */
	}
	.sec3 .layout .des2 .desc h3{
		margin-bottom: 0;
		border: 0;
	}
	.sec3 .layout .des2 .desc .flex-bj{
		/* display: flex;
		justify-content: center; */
	}
	.sec3 .layout .des2 .desc .flex-bj ul{
		/* padding-top: 12.5px;
		border-top: 1px solid #000; */
	}
	.sec3 .layout .des2 .desc ul li{
		font-size: 1.6rem;
	}
	.sec3 .layout .des3 .zi ul li{
		font-size: 1.6rem;
	}
	.sec3 .layout .des2 .desc ul li p {
	    display: block;
		text-align: right;
	}
	
	.sec4 .layout .des{
		padding: 20px 0;
	}
	.sec4 .layout .des .desc1 .p2{
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.sec4 .layout .copyright{
		margin: 30px 0;
	}
	.sec4 .layout .map iframe{
		height: 300px;
	}
	.sec4 .layout .tu img{
		width: 140px;
	}
}
@media screen and (max-width:525px){
	.sec3 .layout .des1 h3 span{
		display: none;
	}
	.sec3 .layout .des1 h3{
		position: relative;
		margin: 10px 0 20px;
	}
	.sec3 .layout .des1 h3::before{
		content: "ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー";
		position: absolute;
		top: -20px;
		right: 0;
		left: 0;
		margin: auto;
		overflow: hidden;
		white-space: nowrap;
	}
	.sec3 .layout .des1 h3::after{
		content: "ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー";
		position: absolute;
		bottom: -20px;
		right: 0;
		left: 0;
		margin: auto;
		overflow: hidden;
		white-space: nowrap;
	}
}
@media screen and (max-width:414px){
	.sec4 .layout .des .desc2 .p2 .sp-br{
		display: inline-block;
	}
}



.sp-br480{
	display: none;
}
.mv_imgBox{
	
}
.mv_imgBox img{
	display: block;
	width: 100%;
}

.ecofor_img{
	position: relative;
}
.ecofor_img .swiper-button-next,.ecofor_img  .swiper-button-prev {
    top: 50%;
    width: 36px;
    height: 28px;
    margin-top: -18px;
}
.ecofor_img .swiper-button-prev,.ecofor_img  .swiper-rtl .swiper-button-next {
    left: -60px;
    right: auto;
	background: url(../img/prev_btn.png),#184c20;
	background-repeat: no-repeat;
	background-position: center center;
}
.ecofor_img .swiper-button-next,.ecofor_img  .swiper-rtl .swiper-button-prev {
    right: -60px;
    left: auto;
	background: url(../img/next_btn.png),#184c20;
	background-repeat: no-repeat;
	background-position: center center;
}

.ecofor_img .swiper-button-next:after {
    display: none;
}
.ecofor_img .swiper-button-prev:after {
	display: none;
}

.p-share02{
	margin-top: 20px;
}
.p-share02 b{
	font-size: 1.8rem;
}
.p-share02 a{
	color: #010000;
	text-decoration: underline;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.p-share02 a:hover{
	color: #184c20;
}

.footer_address{
	color: #ffffff;
	font-size: 1.4rem;
	text-align: center;
	margin-top: 80px;
	line-height: 2;
}
.footer_address b{
	display: inline-block;
	font-size: 2.0rem;
	padding-bottom: 10px;
}
.footer_address a{
	color: #ffffff;
	text-decoration: underline;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.footer_address a:hover{
	color: #f4c64a;
}


@media screen and (max-width:1160px){
	.ecofor_img .swiper-button-prev,.ecofor_img  .swiper-rtl .swiper-button-next {
	    left: 10px;
	}
	.ecofor_img .swiper-button-next,.ecofor_img  .swiper-rtl .swiper-button-prev {
	    right: 10px;
	}
}

@media screen and (max-width:1023px){
	.footer_address {
	    margin-top: 60px;
	}
}

@media screen and (max-width:767px){
	.sec4 .layout .des .desc3{
		padding-top: 20px;
	}
	
	.p-share02{
		margin-top: 15px;
	}
	.p-share02 b{
		font-size: 1.6rem;
	}
	
	.footer_address {
	    margin-top: 44px;
	}
}


@media screen and (max-width:414px){
	.sp-br480{
		display: block;
	}
}

.dateInner {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width:1024px){
	.dateInner {
		font-size: 1.8rem;
	}
}

@media screen and (max-width:768px){
	.dateInner {
		font-size: 1.6rem;
		padding: 10px 0;
	}
}

@media screen and (max-width:480px){
	.dateInner {
		font-size: 1.4rem;
	}
}

.akiyama_img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.sec3 .layout .des3_02{
	padding: 50px 45px 55px;
}

.des3_text01{
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	padding-top: 25px;
}

.des3_title{
	font-size: 1.4rem;
	text-align: center;
	line-height: 2.1;
	margin-top: 55px;
}
.des3_imgBox{
	display: flex;
	width: 785px;
	margin: 23px auto 0;
	max-width: 100%;
	background-color: #f7f7f7;
	padding: 25px 70px;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.des3_imgBox>div{
	max-width: 49%;
}
.des3_title02{
	margin-bottom: 23px;
}

.des3_text03{
	font-size: 1.4rem;
	text-align: center;
	line-height: 2.1;
	margin-top: 40px;
}

.des3_text03 a{
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
	color: #000000;
}

.des3_text03 a:hover{
	color: #184c20;
}

@media screen and (max-width:1024px){
	.des3_imgBox {
	    padding: 25px 40px;
	}
}

@media screen and (max-width:768px){
	.sec3 .layout .des3_02{
		padding: 20px 20px 20px;
	}
	.des3_text01 {
	    padding-top: 15px;
	}
	.des3_title {
	    margin-top: 30px;
	}
	.des3_imgBox {
		margin-top: 20px;
	}
	.des3_title02 {
	    margin-bottom: 20px;
	}
	
	.des3_text03 {
	    margin-top: 20px;
	}
	
	
}

@media screen and (max-width:480px){
	
	.des3_title {
		margin-top: 25px;
	}
	.des3_imgBox {
		padding: 20px 20px;
	}
	.des3_imgBox{
		flex-wrap: wrap;
		max-width: 274px;
		margin: 20px auto 0;
	}
	.des3_imgBox>div {
	    max-width: 100%;
	}
	
}

/* 20241024 add style */
.des1_ImgList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: -20px;
}
.des1_ImgList>li{
	width: 436px;
	max-width: 48.5%;
	margin-bottom: 20px;
}
.des1_ImgList>li>img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.des1_box{
	
}
.sec3 .layout .des .des1_box .zi {
    display: block;
    width: auto;
	text-align: justify;
}

.p-share_list{
	list-style: none;
	text-align: left;
	font-size: 1.4rem;
	line-height: 2.15;
}
.p-share_list>li{
	display: inline-block;
	margin-right: 25px;
}

.p-share_list>li a {
    color: #010000;
    text-decoration: underline;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.p-share_list>li a:hover {
    color: #184c20;
}

@media screen and (max-width:1024px){
	
}

@media screen and (max-width:768px){
	.des1_ImgList{
		margin-top: 20px;
	}
}

@media screen and (max-width:600px){
	.p-share_list {
		line-height: 1.75;
	}
	.p-share_list>li {
	    display: inline-block;
	    margin-right: 20px;
	}
}

@media screen and (max-width:480px){
	.des1_ImgList>li{
		width: 100%;
		max-width: 100%;
	}
}

