@charset "utf-8";
.qu_navi {
	background-size: 100%;
	padding-top: 40px;
	padding-bottom: 0px;
	margin-bottom: 50px;
	max-width: 1000px;
	margin: 0 auto 50px;
}

.qu_navi.m0 {
	margin-bottom: 0px;
}

.qu_navi ul {
	text-align: center;
}

.qu_navi ul li {
	display: inline-block;
	/* width: 19%; */
	width: 18%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	background: #ededed;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	color: #333;
}

.qu_navi ul li.active {
	background: #324b6b;
	background: -moz-linear-gradient(left, #324b6b 1%, #4f6b8f 50%, #324b6b 100%);
	background: -webkit-linear-gradient(left, #324b6b 1%, #4f6b8f 50%, #324b6b 100%);
	background: linear-gradient(to right, #324b6b 1%, #4f6b8f 50%, #324b6b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324b6b', endColorstr='#324b6b', GradientType=1);
	color: #FFF;
}

.qu_navi ul li a {
	color: #333;
	font-size: 16px;
	display: block;
	padding: 18px 0;
	font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #c7c675;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.qu_navi ul li.no {
	color: #333;
	font-size: 16px;
	display: inline-block;
	padding: 18px 0;
	font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #c7c675;
	opacity: 0.5;
}

.qu_navi ul li.active a {
	color: #FFF;
}

.qu_navi ul li a span {
	display: block;
	font-size: 14px;
}

.qu_navi ul li a:hover {
	opacity: 0.7;
}

.qu_navi ul li.active:hover {
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.qu_navi {
		margin-bottom: 20px;
		padding-bottom: 0px;
		padding-top: 5px;
	}
	.qu_navi ul {
		margin-right: 0%;
		margin-left: 0%;
		text-align: left;
	}
	.qu_navi ul li {
		display: inline-block;
		width: 30%;
		margin-right: 1%;
		margin-left: 1%;
		/*! background: #090920; */
		border: 1px solid #bca271;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		margin-bottom: 5px;
		text-align: center;
	}
	.qu_navi ul li a {
		/*! color: #FFF; */
		font-size: 12px;
		display: block;
		padding: 10px 0;
		font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		text-decoration: none;
		letter-spacing: -0.08em;
		/*! color:#FFF !important; */
	}
	.sub_navi ul li.no {
		color: #333;
		font-size: 13px;
		display: inline-block;
		padding: 10px 0;
		font-family: 'Belleza', sans-serif;
		text-decoration: none;
		font-weight: bold;
		border: 1px solid #c7c675;
		opacity: 0.5;
	}
	.sub_navi ul li.active a {
		/*! color:#FFF !important; */
	}
	.sub_navi ul li a span {
		display: block;
		font-size: 12px;
		font-family: 'Belleza', sans-serif;
	}
}

.sub_navi {
	padding-top: 0px;
	padding-bottom: 50px;
	max-width: 1000px;
	margin: 0 auto;
}

.sub_navi ul {
	text-align: center;
}

.sub_navi ul li {
	display: inline-block;
	/*! width: 20%; */
	/*! margin-right: 0.5%; */
	/*! margin-left: 0.5%; */
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	border-right: 1px dotted #000;
}

.sub_navi ul li:last-child {
	border-right: none;
}

.sub_navi ul li.active {}

.sub_navi ul li a {
	color: #000;
	font-size: 16px;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: 'Belleza', sans-serif;
}

.sub_navi ul li.active a {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #847006;
	font-family: 'Belleza', sans-serif;
}

.sub_navi ul li a span {
	display: block;
	font-size: 14px;
}

.sub_navi ul li a:hover {
	opacity: 0.6;
}

.sub_navi ul li.active a:hover {
	opacity: 1.0;
}

@media only screen and (max-width: 767px) {
	.sub_navi {
		margin-bottom: 30px;
		padding: 20px 0 10px;
	}
	.sub_navi ul {
		margin-right: 2%;
		margin-left: 2%;
	}
	.sub_navi ul li {
		display: inline-block;
		width: 47%;
		margin-right: 1%;
		margin-left: 1%;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		margin-bottom: 2%;
	}
	.sub_navi ul li a {
		font-size: 13px;
		display: block;
		padding: 8px 0;
		font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		text-decoration: none;
		letter-spacing: -0.03em;
	}
	.sub_navi ul li:last-child {
	border-right: 1px dotted #000;
}
/*	.sub_navi ul li.active a {
		color: #000;
	}*/
	.sub_navi ul li a span {
		display: block;
		font-size: 12px;
	}
}

#eq1, #eq2, #eq3, #eq4, #eq5, #eq6, #eq7, #eq8 {
	margin-top: -100px;
	padding-top: 100px;
}

.eq_st01 {
	font-size: 34px;
	color: #333;
	margin: 0 0 50px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.1em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.name1 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 6px;
	color: #a48536;
	text-align: left;
	line-height: 1.4;
	font-weight: bold;
}

.name1 span {
	font-size: 12px;
}

.name2 {
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #1c1c1c;
	/*! font-weight: bold; */
}

.name2 span {
	font-size: 12px;
}

.name2.mb {
	margin-bottom: 35px;
}

.name3 {
	color: #c30d23;
	text-align: center;
	margin: 0px 0px 5px;
	background: #ededed;
	padding: 3px 0px;
	font-weight: bold;
}

.name4 {
	margin: 0px 0px 20px;
	background: #ededed;
	padding: 0.5em 0.8em;
	font-weight: bold;
	font-size: 16px;
}

.mr0 {
	margin-right: 0 !important;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.txt-black {
	color: #000;
}


/*********************
	設備仕様
*********************/

#eq {
	margin: 0 auto;
}

.quality.bg_glay {
	background: #EEE;
	/*padding-top:30px;*/
}

.eq_area {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

.eq_area p {
	line-height: 1.4;
	font-size: 15px;
	font-weight: 500;
}

#eq .eq_area ul:after {
	content: " ";
	display: block;
	clear: both;
}

.eq_main {
	margin: 0px 0px 45px;
}

.c1_1 {
	width: 100%;
	margin-bottom: 35px;
	clear: both;
	float: none;
}

.c4_1 {
	float: left;
	width: 22.45%;
	margin-right: 3.4%;
	margin-bottom: 35px;
}

.c4_2 {
	float: left;
	width: 48.3%;
	margin-right: 3.4%;
	margin-bottom: 35px;
}

.c4_3 {
	float: left;
	width: 74.0%;
	margin-right: 3.4%;
	margin-bottom: 35px;
}

.c3_1 {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 35px;
}

.c3_1_2 {
	float: left;
	width: 31.5%;
	margin-right: 2.7%;
	margin-bottom: 35px;
}

.c3_2 {
	float: left;
	width: 65%;
	margin-right: 5%;
	margin-bottom: 35px;
}

.c3_2_2 {
	float: left;
	width: 65.7%;
	margin-right: 2.7%;
	margin-bottom: 35px;
}

.c2_1 {
	float: left;
	width: 48.15%;
	margin-right: 3.4%;
	/* margin-bottom: 35px; */
}

.c3_1 .image {
	margin: 0 0 20px;
	text-align: center;
}

.eq_area .image {
	margin: 0 0 20px;
	text-align: center;
}

.eq_area .image2 {
	margin: 0 0 10px;
	text-align: center;
}

.text1 {
	margin: 0 0 30px;
}

.text2 {
	margin: 0 0 15px;
}

.qu_img {
	margin-bottom: 15px;
	position: relative;
}

.qu_img.sec {
	background: #f8f8f8;
}

.qu_img .icon {
	position: absolute;
	left: 2px;
	top: 2px;
}

.qu_img2 {
	margin-bottom: 30px;
}

.quality .qu_txt1 {
	margin-bottom: 10px;
	font-size: 14px;
}

.quality .qu_txt2 {
	margin-bottom: 20px;
}

.quality .qu_txt1 span, .quality .qu_txt2 span {
	font-size: 12px;
}

.eq_area p span {
	font-size: 12px;
	line-height: 130%;
	letter-spacing: -0.03em;
}

.kome {
	font-size: 11px !important;
	line-height: 130%;
}

@media only screen and (max-width: 768px) {
	#eq {
		max-width: 1080px;
		margin: 0 0%;
	}
	.eq_area {
		/* padding: 0 5% 30px; */
		padding: 0 0 30px;
	}
	.eq_st01 {
		font-size: 22px;
		margin: 0 0 20px;
	}
	.c4_1 {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 45px;
	}
	.c4_2 {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 45px;
	}
	.c4_3 {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 45px;
	}
	.c3_1 {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 45px;
	}
	.c3_1_2 {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 45px;
	}
	.c3_2 {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 45px;
	}
	.c3_2_2 {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 45px;
	}
	.c2_1 {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 18px;
	}
	.qu_img {
		margin-bottom: 15px;
		text-align: center;
	}
	.quality .name1 {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 9px;
	}
	.quality .qu_txt1 span {
		font-size: 12px;
	}
	.quality .name2 {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 15px;
		padding-bottom: 9px;
		/*	border-bottom: 1px solid #666666;*/
	}
	.quality .name3 {
		font-size: 14px;
		text-align: center;
		margin-bottom: 15px;
	}
	#ki, #ba, #po, #sto {
		margin-top: -60px;
		padding-top: 60px;
	}
}

.mist-box {
	background: #fbfbfb;
	padding: 30px 0px;
	margin: 0px 0px 25px;
}

.mist-box .inn {
	margin: 0px auto;
	max-width: 930px;
}

.mist-box .inn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.mist-box .inn .img {
	float: left;
	width: 23.333%;
}

.mist-box .inn .text {
	float: right;
	width: 73%;
}

.mist-box .inn .text ul {
	float: left;
	width: 30%;
	margin: 0px 5% 10px 0px;
}

.mist-box .text .sttl {
	color: #5793c0;
	border-bottom: 1px solid #5793c0;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
}

.eq_area .text-box .text {
	width: 70%;
	float: left;
}

.eq_area ul .c2_1 .text-box {
	margin: 0 0 15px;
}

.eq_area ul .c2_1 .text-box .logo {
	float: right;
	width: 28%;
}

.eq_area ul .c2_1 .text-box .text1 {
	float: left;
	width: 60%;
}

.eq_area ul .c2_1 .text-box .img1 {
	float: right;
	width: 35%;
}

.eq_area ul .c2_1 .text-box .text2 {
	float: left;
	width: 60%;
}

.eq_area ul .c2_1 .text-box .img2 {
	float: right;
	width: 34%;
}

.eq_area ul .text-box .text1 {
	width: 70%;
	float: left;
}

.eq_area ul .text-box .img1 {
	width: 25%;
	float: right;
	text-align: center;
}

.eq_area ul .text-box .text2 {
	width: 48%;
	float: left;
}

.eq_area ul .text-box .img2 {
	width: 48%;
	float: right;
	text-align: center;
}

.eq_area ul .text-box .text3 {
	width: 58%;
	float: left;
}

.eq_area ul .text-box .img3 {
	width: 38%;
	float: right;
	text-align: center;
}

.hug-area .hug1 {
	margin: 0px 0px 30px;
}

.hug-area .hug1 .text {
	width: 30%;
	margin: 0px 1% 0px 0px;
	float: left;
}

.hug-area .hug1 .img1 {
	width: 31%;
	margin: 0px 3% 0px 0px;
	float: left;
}

.hug-area .hug1 .img2 {
	width: 35%;
	float: left;
}

.hug-area .hug2 .box {
	margin: 0px 5% 0px 0px;
	float: left;
	width: 30%;
}

@media only screen and (max-width: 768px) {
	.mist-box {
		padding: 20px 0px;
		margin: 0 0 20px;
	}
	.mist-box .inn {
		margin: 0 5%;
	}
	.mist-box .inn:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.mist-box .inn .img {
		float: none;
		width: auto;
		text-align: center;
		margin: 0 0 20px;
	}
	.mist-box .inn .text {
		float: none;
		width: auto;
	}
	.mist-box .inn .text ul {
		float: none;
		width: auto;
		margin: 0 0 10px;
	}
	.mist-box .text .sttl {
		color: #5793c0;
		border-bottom: 1px solid #5793c0;
		margin: 0px 0px 5px;
		padding: 0px 0px 5px;
	}
	.eq_area .text-box .text {
		width: 48%;
	}
	.eq_area ul .c2_1 .text-box {
		margin: 0 0 15px;
	}
	.eq_area ul .c2_1 .text-box .logo {
		width: 48%;
	}
	.eq_area ul .c2_1 .text-box .text1 {
		width: 48%;
	}
	.eq_area ul .c2_1 .text-box .img1 {
		width: 48%;
	}
	.eq_area ul .c2_1 .text-box .text2 {
		width: 48%;
	}
	.eq_area ul .c2_1 .text-box .img2 {
		width: 48%;
	}
	.eq_area ul .text-box .text1 {
		width: 70%;
		float: left;
	}
	.eq_area ul .text-box .img1 {
		width: 25%;
		float: right;
		text-align: center;
	}
	.eq_area ul .text-box .text2 {
		width: 48%;
		float: left;
	}
	.eq_area ul .text-box .img2 {
		width: 48%;
		float: right;
		text-align: center;
	}
	.eq_area ul .text-box .text3 {
		width: 58%;
		float: left;
	}
	.eq_area ul .text-box .img3 {
		width: 38%;
		float: right;
		text-align: center;
	}
	.hug-area .hug1 {
		margin: 0px 0px 20px;
	}
	.hug-area .hug1 .text {
		width: auto;
		margin: 0 0 10px;
		float: none;
	}
	.hug-area .hug1 .img1 {
		width: auto;
		margin: 0 0 10px;
		float: none;
	}
	.hug-area .hug1 .img2 {
		width: auto;
		float: none;
	}
	.hug-area .hug2 .box {
		margin: 0 0 30px;
		float: none;
		width: auto;
	}
}

.ki_read {
	padding-top: 30px;
}

.ki_read .image {
	text-align: center;
	padding-bottom: 12px;
}

.eq_main .ki_read .catch {
	font-size: 24px;
	color: #ac9239;
	text-align: center;
	padding-bottom: 10px;
}

.ki_read .txt {
	text-align: center;
}

.eq_area .lskit {
	border: 1px solid #CCC;
	padding: 3% 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.eq_area .lskit .left {
	width: 60%;
}

.eq_area .lskit .right {
	width: 38%;
}

@media only screen and (max-width: 768px) {
	.ki_read {
		padding-top: 30px;
	}
	.ki_read .image {
		text-align: left;
		padding-bottom: 5px;
		margin-bottom: 10px !important;
	}
	.eq_main .ki_read .catch {
		font-size: 18px;
		color: #ac9239;
		text-align: left;
		padding-bottom: 10px;
	}
	.ki_read .txt {
		text-align: left;
	}
	.eq_area .lskit {
		border: 1px solid #CCC;
		padding: 3% 5%;
		display: block;
	}
	.eq_area .lskit .left {
		width: auto;
		margin-bottom: 20px;
	}
	.eq_area .lskit .right {
		width: auto;
	}
}

.eq_area .box {
	padding: 2%;
	border: 1px solid #000;
}



.eq {
	padding-top: 50px;
}

.eq_block {
	padding: 0px 0 65px;
}

.eq .qu_st {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding: 15px;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto 40px;
	font-size: 30px;
}

@media only screen and (max-width: 768px) {
	.eq .qu_st {
		border-bottom: 1px solid #FFFFFF;
		border-top: 1px solid #FFFFFF;
		padding: 10px;
		text-align: center;
		max-width: 1000px;
		margin: 0 5%;
		font-size: 23px;
	}
}


/*=======================================
　20220526追加css
=======================================*/

/* 見出し・メインイメージ
-------------------------------------- */
h3.gold_ttr {
	font-family: 'Belleza', sans-serif;
	font-size: 26px;
	padding-bottom: 10px;
	border-bottom: 1px solid #caab67;
	margin-bottom: 40px;
}

.catch_l {
	font-size: 32px;
	margin-bottom: 50px;
	font-weight: 400;
	letter-spacing: 5px;
}

.mainimg {
	margin-bottom: 40px;
}
@media only screen and (max-width: 768px){
h3.gold_ttr {
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.catch_l {
	font-size: 18px;
	margin-bottom: 25px;
}

.mainimg {
	margin-bottom: 25px;
}
.mainimg img {
	text-align: center;
	width: 100%;
}
.name2 {
    font-size: 15px;
    margin-bottom: 8px;
    padding-bottom: 4px;
}
}



/* 構造
-------------------------------------- */

.eq_ttl2 span {
	font-size: 12px;
}

.eq .str_main {
	margin: 0px 0px 100px;
}

.eq .str_area:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.eq .sec1 {
	margin: 0 0 100px;
}

.eq .sec2 {
	margin: 0 0 105px;
}

.eq .sec3 {
	margin: 0 0 100px;
}

.eq .sec4 {
	margin: 0 0 115px;
}

.eq .str_area .w38 {
	float: left;
	width: 38%;
}

.eq .str_area .w48 {
	float: left;
	width: 48%;
}

.eq .str_area .w48:nth-child(even) {
	float: right;
}

.eq .str_area .w58 {
	float: right;
	width: 58%;
}

.eq .str_area .img {
	margin: 0px 0px 20px;
}

.eq .str_area .text span {
	font-size: 12px;
}

.eq .str_area .img .note {
	line-height: 1.5;
	font-size: 12px;
	text-indent: -1em;
	margin: 10px 0 0 1em;
}

.eq .sec3 {
	margin: 0 0 100px;
}

.c2_2 {
	float: right;
	width: 48.15%;
	/*margin-right: 3.4%;*/
	/*margin-bottom: 35px;*/
}

.eq_area ul {
	/* margin-bottom: 50px; */
}

.c2_1>p, .c2_2>p {
	margin-bottom: 20px;
}
.cont_inner {
	width: 90%;
}

@media only screen and (max-width: 768px) {
	.eq_ttl2 span {
		font-size: 10px;
	}
	.eq .str_main {
		margin: 0px 0px 40px;
		background: #efede8;
		text-align: center;
	}
	.eq .str_area:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	.eq .sec1 {
		margin: 0 0 0px;
	}
	.eq .sec2 {
		margin: 0 0 0px;
	}
	.eq .sec3 {
		margin: 0 0 30px;
	}
	.eq .sec4 {
		margin: 0 0 40px;
	}
	.eq .str_area .w38 {
		float: none;
		width: auto;
		margin: 0 0 30px;
	}
	.eq .str_area .w48 {
		float: none;
		width: auto;
		margin: 0 0 30px;
	}
	.eq .str_area .w48:nth-child(even) {
		float: none;
	}
	.eq .str_area .w58 {
		float: none;
		width: auto;
	}
	.eq .str_area .img {
		margin: 0px 0px 5px;
	}
	.eq .str_area .text span {
		font-size: 10px;
	}
	.eq .str_area .img .note {
		font-size: 10px;
		margin: 5px 0 0 1em;
	}
	.eq .sec3 {
		margin: 0 0 0px;
	}
	.c2_2 {
		float: none;
		width: 100%;
	}
	.eq_area ul {
		margin-bottom: 18px;
	}
	.c2_1>p, .c2_2>p {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.cont_inner {
		width: 100%;
	}
}


.quality p {
margin-bottom: 10px;
}

.quality p span{
font-size: 11px;
}


.eq_catch01{
font-size: 26px;
margin-bottom: 20px;
text-align: center;
margin-bottom: 30px;
}
.eq_catch02{
font-size: 22px;
margin-bottom: 20px;
}

.eq_read01{
text-align: center;
margin-bottom: 30px !important;
}

.image1{margin-bottom: 15px;}


@media only screen and (max-width: 768px){
.eq_catch01{
font-size: 19px;
margin-bottom: 20px;
text-align: center;
margin-bottom: 30px;
}
.eq_catch02{
font-size: 18px;
margin-bottom: 20px;
}

.eq_read01{
text-align:left;
margin-bottom: 30px !important;
}
.image1{text-align: center;}
}




/* エコ
-------------------------------------- */
.eco .item_wrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.eco .item_wrap .txt_area {
	width: 68%;
}
.eco .item_wrap .txt_area p {
	margin-bottom: 20px;
}
.eco .small_cap {
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
}
.eco .small_cap2 {
	font-size: 12px;
}
.eco .eq_area .image {
    margin: 0 0 10px;
}
.eco .c2_1,.eco .c2_2 {
    height: auto!important;
}
.eco .name2 {
    font-size: 18px;
    line-height: 1.2;
}
.eco .item_wrap2 {
	margin: 0 0 60px;
}
.eco .item_wrap2 .text_l {
	width: 58%;
	margin: 0 4% 0 0;
}
.eco .item_inn {
	margin-bottom: 20px;
}
.eco .bg_b {
	background: #eaeef1;
	padding: 35px 4%;
}
.eco .catch01 {
    letter-spacing: 5px;
	font-size: 32px;
}
.eco h3.gold_ttr {
    margin-bottom: 20px;
}
.eco .bg_b .c2_1 .image3 {
	text-align: center;
	margin-top: 10px;
}
.eq_area ul:nth-child(-n+5) {
    margin-bottom: 50px;
}
@media only screen and (max-width: 768px){
.eco .item_wrap {display: block;}
.eco .item_wrap .txt_area {
	width: 100%;
}
.eco .item_wrap .txt_area p {
	margin-bottom: 10px;
	font-size: 13px;
}
.eco .small_cap {
    display: block;
    text-align: left;
}
.eco .small_cap2 {
	font-size: 12px;
}
.eco .eq_area .image {
    margin: 0 0 10px;
}
.eco .c2_1,.eco .c2_2 {/* margin-bottom: 40px; */}
.eco .name2 {
    font-size: 15px;
}
.eco .item_wrap2 {
	margin: 0 0 60px;
}
.eco .item_wrap2 .text_l {
	width: 100%;
	margin: 0 0 10px 0;
}
.eco .item_inn {
	margin-bottom: 40px;
}
.eco .bg_b {
	padding: 18px 4%;
	margin-bottom: 0;
}
.eco .catch01 {
    font-size: min(4.5vw,18px);
    letter-spacing: 0;
}
.eco h3.gold_ttr {
    margin-bottom: 20px;
}
.eco .bg_b .c2_1 .image3 {
	text-align: center;
	margin-top: 10px;
}
.eq_area ul:nth-child(-n+5) {
    margin-bottom: 40px;
}
.eq_area .image4 {
	margin-bottom: 40px!important;
}
.eco .eq_area {
    padding: 0;
}
.eco .eq_area .image,
.eco .eq_area .image3,
.eco .eq_area .image4 {
	width: fit-content;
	margin: 0 auto 10px;
}
}




/*アフターサービス
================================================*/
.after_name2{
  background: #a73a45;
  color: #fff;
  border-bottom: none;
  padding: 5px 10px;
  margin-bottom: 20px:
}


p.afrer_cap{
  font-size: 13px
}


/*セキュリティ================================================*/

.sec_st {
	font-size: 16px;
	margin-bottom: 15px;
	padding: 8px;
	border: 1px solid #1c1c1c;
	text-align: center;
	/*! font-weight: bold; */
}
.sec_imgset01{
margin-bottom: 30px;
}
.sec_imgset01:after {
  content: "";
  display: table;
  clear: both;
}
.sec_imgset01 .l{
float: left;
width: 70%;
}
.sec_imgset01 .r{
float: right;
width: 25%;
}
.sec_st2{
background: #a89886;
padding: 9px 10px;
color: #FFF;
margin-bottom: 25px;
}
.sec_bosai_img{
margin-bottom: 50px;
}
.sec_bosai_img p{
text-align: right;
padding-top: 5px;
font-size: 12px;
}

.sec_imgset02{
margin-bottom: 30px;
}
.sec_imgset02:after {
  content: "";
  display: table;
  clear: both;
}
.sec_imgset02 .l{
float: left;
width: 58%;
}
.sec_imgset02 .r{
float: right;
width: 40%;
}
