@charset "utf-8";

body {
	font-size: 16px;
}
.pc {
	display: none;
}


/* 基本レイアウト---------------- */
.content1 {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}
/* ヘッダー---------------- */
/* .intro-text .contact_top {
	background: url("/img/fuyohin/ihin/phone_bk.webp") no-repeat, linear-gradient(180deg, #505f74 50%, #3b485c 50%);
	height: 3.5em;
	margin-top: 35px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-size: 100% 100%;
	text-shadow: 0 0 5px #3b485c, 0 0 5px #3b485c, -2px 0 5px #3b485c, 0 -2px 5px #3b485c, 0 2px 5px #3b485c, 2px 0 5px #3b485c;
}
.intro-text .contact_top:after {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 1px solid #ffffff9e;
	left: 2px;
	top: 2px;
} */
img {
	width: 100%;
	height: auto;
}
h1{
	font-weight: normal;
	background: #a0a6af;
	z-index: 2;
	color: #fff;
	position: fixed;
	top: 0;
	font-size: 8px;
	width: 100%;
	text-align: center;
}
#head {
  position: relative;
  width: 100%;
  z-index: 7;
}
.head_in {
  width: 1000px;
  margin: 0 auto;
  padding: 28px 0 42px;
}
.head_box {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	background: #ffffffc4;
	align-items: center;
	padding: 5px 8px;
	margin-top: 0.7em;
	position: fixed;
}
.head_left {
    display: flex;
    align-items: center;
}
.head_logo {
	width: 25%;
	margin-right: 10px;
	max-width: 123px;
}
.head_logo img{
	width: 100%;
	height: auto;
}
.listing {
	color: #fff;
	background-color: #6f7b8c;
	line-height: 1.5;
	border-radius: 20px;
	padding: 2px 10px 3px;
	font-size: min(3vw, 14px);
}

#head_navi ul {
	width: 100%;
	flex-wrap: wrap;
	align-items: flex-start;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	height: 100%;
	flex-direction: column;
	padding: 40px 20px;
	z-index: 9;
}
#head_navi ul li {
	line-height: 1.2;
	font-size: 14px;
	color: #505f74;
	width: 100%;
	text-align: left;
}
#head_navi ul li a {
    width: 100%;
    display: block;
    line-height: 4;
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
}
img.icon1 {
    margin-left: 5%;
	width: 1.2em;
}
.nav_btn span {
    width: 3.7em;
    height: 2px;
    display: block;
    background: #6f7b8c;
    margin-bottom: 6px;
	position: relative;
	transition: all 0.5s;
}

.nav_btn {
	font-size: 9px;
	z-index: 10;
	position: relative;
}

.nav_btn span:last-of-type {
    margin-bottom: 3px;
}
.nav_btn.open + .nav_btn_cnt{
	display: flex !important;
}
.nav_btn.open span:nth-of-type(1){
	transform: rotate(-45deg);
}
.nav_btn.open span:nth-of-type(2){
	display: none;
}
.nav_btn.open span:nth-of-type(3){
	bottom: 8px;
	transform: rotate(45deg);
}
/* コンテンツ---------------- */
main{
	background: url("/img/fuyohin/ihin/bk.webp");
    background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#intro {
	position: relative;
}
.main-title {
	padding-top: 70px;
}
.main-title span {
	display: inline-block;
	font-size: 29px;
	line-height: 1.1;
	color: #505f74;
	text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, -2px 0 5px #ffffff, 0 -2px 5px #ffffff, 0 2px 5px #ffffff, 2px 0 5px #ffffff;
}
.main-text{
	text-align: center;
	margin: 15px 0;
}
.main-text span {
	display: inline-block;
	line-height: 1.1;
	color: #e18252;
	font-weight: bold;
}
.intro-info.content1 {
    padding: 0 16px;
}
.intro-text .text {
    padding: 35px 10px 0;
}
.intro-text .text p {
    margin-bottom: 25px;
    line-height: 2;
	font-size: 16px;
}


/* easy-form ---------------- */

	.easy-form {
	width: calc(100% - 32px);
	height: 580px;
	margin: 50px auto;
	background: #ffffffd4;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 1px 6px 0px #d4d4d4, 0 -1px 6px 0px #d4d4d4;
  }

  .easy-form-con-1-2 li {
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 3;
	margin-bottom: 5px;
	padding: 0 40px;
	text-align: left;
	border: 1px solid #d9d9d9;
  }

  .easy-form-con-1-2 div {
	font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
  }

  .easy-form-title div {
	font-size: min(5vw, 22px);
	font-weight: bold;
	font-family: 'NOTO SERIF JP';
	color: #3b485c;
	margin-bottom: 15px;
	text-align: left;
	}

	.easy-form-title p {
	  font-size: 16px;
	}

  .easy-form-title {
	padding: 20px;
	background: linear-gradient(270deg, #eaeef3ab, #f0f3f7a3);
  }

  .easy-form-con1 {
	padding: 20px;
  }

  .easy-form-con-1 {
	font-size: 16px;
	margin-bottom: 25px;
  }

  .easy-form-con-2 {
	margin: 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	}

  .easy-form-con-2 div {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
  }

  .easy-form-con-2 ul li {
	text-align: left;
	line-height: 3.2;
	background: #fff;
	margin-bottom: 7px;
	padding: 0 30px;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #d9d9d9;
  }	
  
  /* 波広がる　アニメーション　start */

  .btn-start {
	width: 80%;
	margin: auto;
	line-height: 3;
	background: linear-gradient(180deg, #505f74 50%, #3b485c 50%);
	color: #fff;
	font-size: 26px;
	border-radius: 50px;
	font-family: 'Noto Serif JP';
	font-weight: bold;
	z-index: 0;
	position: relative;
	box-shadow: 0 1px 14px 0px #979da0;
  }
  .btn-start:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    z-index: -2;
    -webkit-animation: ripple 4s cubic-bezier(0.3, 0, 0.1, 1) infinite;
    animation: ripple 3s cubic-bezier(0.3, 0, 0.1, 1) infinite;
    background-color: #505f74;
	}
	@keyframes ripple {
		0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
		}
		50% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0.5;
		}
		100% {
		-webkit-transform: scale(1.2, 1.4);
		transform: scale(1.2, 1.4);
		opacity: 0;
		}
	}
	/* 波広がる　アニメーション　end */

	/* 光る　アニメーション　start */
	/* .btn-start {
		width: 80%;
		margin: auto;
		line-height: 3;
		background: linear-gradient(180deg, #505f74 50%, #3b485c 50%);
		color: #fff;
		font-size: 26px;
		border-radius: 50px;
		font-family: 'Noto Serif JP';
		font-weight: bold;
		z-index: 0;
		position: relative;
		box-shadow: 0 1px 14px 0px #979da0;
		overflow: hidden;
	  }
	.btn-start:after {
		position: absolute;
		content: '';
		display: inline-block;
		top: -180px;
		left: 0;
		width: 30px;
		height: 100%;
		background-color: #ffffff82;
		transition: 350ms;
		animation: shinyshiny 3s ease-in-out infinite;
	}
	
	.btn-start:hover:after {
		display: none;
	}
	
	@-webkit-keyframes shinyshiny {
		0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
		80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
		81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
		100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
	} */

	/* 光る　アニメーション　end */

  .easy-form-title2 div {
	margin: 0;
  }
  .easy-form-title2 {
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .easy-form-con2 {
	padding: 20px 20px 0;
  }
  .easy-form-con2 .easy-form-con-1 {
	font-weight: bold;
	margin-bottom: 15px;
  }

	.easy-form-con2:has(input:checked) + .easy-form-con2 ,
	.easy-form-con2:has(input:checked) + .btn-to-info {
	display: block !important;
	}

  .easy-form input[type="radio"],
  .easy-form input[type="checkbox"] {
	display: none;
  }

  .easy-form-con-2 li {
	width: calc(50% - 8px);
	height: 60px;
	font-weight: bold;
  }

  .easy-form-con-2 label {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #b4bcc5;
	border-radius: 5px;
	background: #fff;
  }

  .easy-form-con-2 input[type="radio"]:checked + label,
  .easy-form-con-2 input[type="checkbox"]:checked + label {
	background: #3b485c;
	border-color: #3b485c;
	color: #fff;
  }

  .easy-form-back,
  .easy-form-next {
	font-size: 14px;
	padding: 1px 8px 2px;
	display: inline-block;
	border: 1px solid #505f74;
	border-radius: 20px;
	cursor: pointer;
	margin-left: 10px;
    font-weight: bold;
  }
  .easy-form-con-3 input {
	padding: 8px;
	width: 100%;
	border-radius: 5px;
	border: 2px solid #d9d9d9;
	height: 46px;
  }
  .easy-form-con-3 .required input,
	.easy-form-con-6 .required input,
	.easy-form-con-6 .required {
	background: #fddcdc;
	}
  .easy-form-con-3 .input label {
	position: absolute;
	left: 15px;
	top: calc(50% - 0.5em);
	font-size: 16px;
	font-weight: bold;
	cursor: text;
  }
  .easy-form-con-3 .input input:focus + label,
  .easy-form-con-3 .input.empty input + label {
	transition: all 0.2s;
	font-size: 14px;
	height: auto;
	padding-left: 0;
	position: absolute;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
	top: -10px;
	left: 0;
	color: #6f7b8c;
  }

#easy-form-before-add {
	height: 2em;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
	color: #3b485c;
	display: flex;
	align-items: center;
  }
  .easy-form-con-3 li {
	position: relative;
	margin-bottom: 15px;
	height: 50px;
  }
  .easy-form-con-3 li {
	position: relative;
	margin-bottom: 10px;
	height: 46px;
	font-size: 18px;
  }

  .easy-form-con-3 .required:after {
	content: "必須";
	font-size: 12px;
	position: absolute;
	width: 2.8em;
	height: 18px;
	right: 10px;
	top: calc(50% - 9px);
	background: #c52727;
	font-weight: bold;
	color: #fff;
	border-radius: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
  }

  .easy-form-con-3 .required:after {
	content: "必須";
	font-size: 12px;
	position: absolute;
	width: 2.8em;
	height: 18px;
	right: 10px;
	top: calc(50% - 9px);
	background: #c52727;
	font-weight: bold;
	color: #fff;
	border-radius: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
  }
  .easy-form-con-3 .input:has(input.ok):after,
  .easy-form-con-3 .input.ok:after  {
	content: "OK";
	font-size: 12px;
	position: absolute;
	width: 2.8em;
	height: 18px;
	right: 10px;
	top: calc(50% - 9px);
	background: #00b10f;
	font-weight: bold;
	color: #fff;
	border-radius: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
  }
  .easy-form-con-3 .required:has(input.ok) input {
	background: #fff;
  }
  .easy-form-con-6 .required:has(input.ok)  {
	background: #bfe6c2;
  }
  .easy-form-error {
	position: absolute;
	bottom: 59px;
	font-size: 14px;
	background: #ffffff;
	z-index: 99;
	padding: 8px 10px;
	box-sizing: border-box;
	color: #f00;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: 0 0 5px #838383;
	border: 2px solid;
  }
  .easy-form-error:before {
	content: "";
	display: inline-block;
	border: 15px solid transparent;
	border-top: 15px solid rgb(255, 255, 255);
	z-index: 5;
	position: absolute;
	bottom: -27px;
	right: calc(50% - 15px);
  }
  .easy-form-error:after {
	content: "";
	display: inline-block;
	border: 15px solid transparent;
	border-top: 15px solid #f00;
	position: absolute;
	bottom: -30px;
	right: calc(50% - 15px);
  }
	.easy-form-con-6 {
		margin-top: 20px;
	}
	.checkbox.gensen {
		margin-bottom: 40px;
		position: relative;
	}

	.checkbox.gensen:after {
		content: "※音信不通の場合は通常対応（担当業者へ見積通知）";
		position: absolute;
        font-size: 12px;
        top: 1.5em;
        left: 1em;
        color: red;
	}
  .easy-form-con-6 .checkbox {
	font-weight: bold;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
  }

  .easy-form-con-6 .checkbox input {
	display: inline-block;
	width: auto;
	margin-right: 10px;
	cursor: pointer;
  }

  .easy-form-con-6 .checkbox label {
	cursor: text;
  }

  .btn-to-info {
	width: 90%;
	margin: 10px auto 0;
	line-height: 3;
	background: linear-gradient(180deg, #505f74 50%, #3b485c 50%);
	color: #fff;
	font-size: 26px;
	border-radius: 50px;
	font-family: 'Noto Serif JP';
	font-weight: bold;
	cursor: pointer;
  }

#easySend {
	width: 90%;
	margin: 25px auto 0;
	line-height: 3;
	background: linear-gradient(180deg, #7cbe87, #31723c);
	color: #fff;
	font-size: 26px;
	border-radius: 50px;
	font-family: 'Noto Serif JP';
	font-weight: bold;
  }

.btn-to-info:disabled,
  #easySend:disabled{
	background: #aaa;
  }

  #easy-form6 {
    position: relative;
	}

  #easy-form-term {
	position: absolute;
	width: 100%;
	background: #fff;
	left: 0;
	padding: 60px 15px 15px;
	top: 0;
	height: 100%;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
  }

  #easy-form-term article{
	overflow-y: scroll;
	padding: 15px;
	width: 100%;
	height: 100%;
  }

  #easy-form-term li {
	line-height: 1.5;
	margin-top: 10px;
	text-align: left;
  }

  #easy-form-term-close {
	position: absolute;
	right: 20px;
	top: 20px;
	border: 1px solid;
	width: 60px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	cursor: pointer;
  }

  #easy-form-open-term {
	color:#0340c4;
	cursor: pointer;
	text-decoration: underline;
  }

  div#easy-form-thanks {
	padding: 25px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
  }

  .easy-form-thanks-1-1 img {
	width: 90px;
	height: auto;
  }

  .easy-form-thanks-1-1 div {
	font-size: 30px;
	font-weight: bold;
	font-family: 'Noto Serif JP';
	margin-top: 15px;
  }

  .easy-form-thanks-1-2 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 50px;
  }

  .easy-form-thanks-1 {
	color: #3b485c;
  }

  .easy-form-thanks-2 {
	text-align: left;
	padding-top: 25px;
	border-top: 1px solid #a0a6af;
  }

  .easy-form-thanks-2-1 {
	margin-bottom: 15px;
	font-weight: bold;
  }

  .easy-form-thanks-2-2 {
	font-size: 16px;
  }

  .easy-form-con-5 li {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 8px;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
  }

  .easy-form-con-5 li div {
	display: flex;
  }
  .modify-btn {
	padding: 1px 15px 2px;
	display: inline-block;
	border: 2px solid #505f74;
	border-radius: 20px;
	cursor: pointer;
	margin-left: 10px;
	margin-top: 10px;
	font-weight: bold;
	color: #505f74;
  }
  .modify-btn:hover {
	background: #505f74;
	color: #fff;
  }
  .easy-form-check-info {
	min-width: 7em;
	font-size: 14px;
  }
/* careful ---------------- */
#careful {
	background: #fff;
	  padding-bottom: 50px;
  }
  #careful > .content1 {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 35px;
	flex-direction: column;
	padding: 0 16px;
  }
  .careful_note {
	font-size: 12px;
	margin: 10px 0 30px;
  }
  .case_1 {
	  width: 100%;
	  border: 1px solid #99a3b0;
  }
  .case_title {
	  font-size: 17px;
	  padding: 6% 9%;
	  background: linear-gradient(304deg, #eaeef3, #f0f3f7);
	  font-weight: bold;
	  color: #505f74;
  }

  .content1 .case_1 .case_text {
	  text-align: center;
	  padding: 10% 8%;
	  background: #fff;
  }

  .content1 .case_1 .case_text1 {
		text-align: center;
		color: #31723c;
		font-size: 20px;
		font-weight: bold;
	}
  .case_img {
	  margin: 30px 0;
  }
  .content1 .case_1 .case_text2 {
	  font-size: 17px;
  }
  img.mark1 {
	  margin-bottom: 25px;
	  width: 50px;
  }
  /* role ---------------- */
  #role {
	  padding: 50px 0 35px;
  }
  .role_point.content1 {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
  }

  .role_text {
	font-weight: bold;
	font-size: 16px;
	line-height: 2;
	padding: 20px 0;
	border-top: 1px solid #31723c;
	border-bottom: 1px solid #31723c;
	margin: 0 16px 30px;
	position: relative;
	text-align: left;
  }

  .role_text:before {
	  content: "";
	  display: block;
	  height: 1px;
	  background: #31723c;
	  position: absolute;
	  top: -5px;
	  width: 100%;
	  left: 0;
  }
  .role_text:after {
	  content: "";
	  display: block;
	  height: 1px;
	  background: #31723c;
	  position: absolute;
	  bottom: -5px;
	  width: 100%;
	  left: 0;
  }

  .green {
   color: #31723c;
  }

  .role_h2 {
	height: 46vw;
	background: url(/img/fuyohin/ihin/banner2_sp.webp) no-repeat center bottom;
	background-size: contain;
  }

  .role_h2 h2 {
		padding-top: 26vw;
		font-size: 7vw;
		font-weight: bold;
		padding-left: 5vw;
		color: #505f74;
	}
  .role_content{
	  background: #fff;
	  padding: 35px 0;
  }
  .role_title {
	text-align: center;
	margin-bottom: 35px;
	font-size: 20px;
	font-weight: bold;
	color: #505f74;
  }
  .role_img {
	display: flex;
	justify-content: space-evenly;
	margin: 0 16px;
	gap: 10px;
  }
  .role_img div {
	  text-align: center;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
  }
  .role_1_title {
	  text-align: center;
	  font-size: 16px;
	  font-weight: bold;
	  position: relative;
	  margin-bottom: 15px;
	  display: inline-block;
  }
  .role_1_text {
	  text-align: center;
	  color: #31723c;
	  font-size: 12px;
  }

  .role_1_title:before {
	  content: "";
	  position: absolute;
	  display: inline-block;
	  width: 20px;
	  height: 1.5em;
	  background: url("/img/fuyohin/ihin/mark2.webp") no-repeat;
	  left: -1.2em;
	  background-size: contain;
  }

  .role_1_title:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 1.5em;
	background: url(/img/fuyohin/ihin/mark2.webp) no-repeat;
	right: -1.2em;
	transform: rotateY(180deg);
	background-size: contain;
  }
  .role_end_content {
	  background: linear-gradient(304deg, #eaeef3, #f0f3f7);
	  padding: 35px 0;
  }
  .role_end_content p {
	  text-align: center;
	  font-size: 16px;
  }
  .role_end_content .role_end_text {
	  font-size: 20px;
	  font-weight: bold;
	  margin-bottom: 20px;
  }

/* comparison ---------------- */
#comparison {
    text-align: center;
	margin-bottom: 80px;
}
.comparison_text {
    padding: 20px;
	background: #fff;
	border: 2px solid green;
	line-height: 2;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-right: none;
	border-left: none;
}
.comparison_img {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	flex-direction: column;
}
.comparison_img img {
    margin: auto;
	width: calc(100% - 32px);
}
.comparison_end_text{
	background: linear-gradient(270deg, #eaeef3, #f0f3f7);
    padding: 30px 16px;
	font-size: 14px;
}

/* features ---------------- */
#features {
    background: url("/img/fuyohin/ihin/bk2_sp.webp") #fff no-repeat center top;
	padding: 30px 0 50px;
	background-size: contain;
}
.features_title {
	font-size: 24px;
	font-weight: bold;
	color: #e18252;
	margin-bottom: 30vw;
	text-align: center;
}

.features_text {
	line-height: 2.5;
	padding: 35px 16px;
	background: #fff;
}

.features_note {
	border: 1px solid #31723c;
	display: flex;
	align-items: stretch;
	flex-direction: column;
	margin: 0 16px;
}

.features_note span {
	display: inline-flex;
	background: #31723c;
	color: #fff;
	font-size: 24px;
	align-items: center;
	justify-content: center;
}

.features_note p {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 15px;
	font-weight: bold;
	color: #e18252;
	padding: 15px;
	background: #fff;
}

/* points ---------------- */
#points {
	margin-top: 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
img.img1 {
    width: 80%;
}
.point_list {
	display: flex;
	justify-content: space-between;
	margin: 35px 16px;
	flex-direction: column;
}

.point1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: max(5vw, 30px);
    color: #31723c;
    background: url("/img/fuyohin/ihin/bk3.webp") no-repeat center;
    padding: 20% 6% 8% 6%;
    font-weight: bold;
    background-size: contain;
}

.point2 {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.point2_1 {
    width: 49%;
    background: linear-gradient(195deg, #58677d, #8da2c0);
    padding: 15% 5% 5%;
    color: #fff;
    font-size: 15px;
    margin-top: 11%;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.point2_text span {
    font-size: 10px;
    display: block;
    margin-top: 10px;
    color: #252525;
}

.point2_title {
    position: absolute;
    width: 90%;
    background: #fff;
    left: 5%;
    border-radius: 10px;
    height: 6em;
    top: -3em;
    box-shadow: inset 0 0 10px #717c8c7d, 0 0 10px #c9c9c9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #505f74;
    font-weight: bold;
    flex-direction: column;
    font-size: 12px;
}
.point2_title .strong {
    font-size: 20px;
}
.point3 {
	display: flex;
	width: 100%;
	height: 61vw;
	background: url(/img/fuyohin/ihin/bk4_sp.webp) no-repeat center center;
	align-items: center;
	justify-content: center;
	background-size: contain;
}

.point3 div {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff,0 0 18px #fff;
}

.point3 div span {
    color: #505f74;
}
.point4 {
	font-size: 20px;
	font-weight: bold;
	color: #505f74;
	margin: 35px 0 70px;
}

.point4 span {
    font-size: 40px;
	color: #daae59;
	margin: 0 10px;
}

/* trouble ---------------- */
#trouble {
	background: #fff;
	padding: 70px 16px;
}
#trouble h2 {
	font-size: 24px;
	color: #505f74;
	border-bottom: 1px solid #505f74;
	margin: auto;
	padding-bottom: 25px;
}
.trouble_content {
    width: 100%;
    max-width: 750px;
    margin: 35px auto 0;
}

.trouble_content .out_line {
	padding: 30px 26% 40px 5%;
	text-align: left;
	border: 1px solid #99a3b0;
	border-radius: 50px 15px;
	overflow: hidden;
	margin-top: 25px;
	position: relative;
	line-height: 1.5;
	font-weight: bold;
	width: 100%;
	min-height: 144px;
}

.trouble_content .out_line:after {
    content: "";
    display: block;
    width: 100%;
    background: linear-gradient(270deg, #eaeef3, #f0f3f7);
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
	font-weight: bold;
}
.trouble2 {
    display: flex;
    justify-content: center;
}
.trouble3 {
    display: flex;
    justify-content: end;
}
.trouble1 .out_line:before {
	content: "";
	display: inline-block;
	width: 141px;
	position: absolute;
	height: 151px;
	background: url(/img/fuyohin/ihin/trouble1.webp) no-repeat right bottom;
	z-index: 1;
	right: -26px;
	background-size: cover;
	bottom: -20px;
}
.trouble2 .out_line:before {
    content: "";
	display: inline-block;
	width: 135px;
	position: absolute;
	height: 123px;
	background: url(/img/fuyohin/ihin/trouble2.webp) no-repeat right bottom;
	background-size: cover;
	z-index: 1;
	right: -24px;
	bottom: 0;
}
.trouble3 .out_line:before {
	content: "";
	display: inline-block;
	width: 153px;
	position: absolute;
	height: 148px;
	background: url(/img/fuyohin/ihin/trouble3.webp) no-repeat right bottom;
	z-index: 1;
	right: -36px;
	background-size: cover;
	bottom: -25px;
}

/* contact ---------------- */
.contact {
	background: url(/img/fuyohin/ihin/bk5_sp.webp) no-repeat center;
	height: 45vw;
	background-size: contain;
	padding: 0 16px;
}
.contact a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cnt_text1 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
}
.cnt_text2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}
.cnt_text3 {
	background: #fff;
	border-radius: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	padding: 5px 15px;
	width: 55vw;
}
.cnt_text3 img {
    width: 1.2em;
    height: auto;
    margin-right: 8px;
}

/* contact2 ---------------- */
.contact2 {
	background: url(/img/fuyohin/ihin/bk8_sp.webp) no-repeat center;
	height: 45vw;
	background-size: contain;
	padding: 0 16px;
}
.contact2 a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact2 .cnt_text1 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}
/* policy ---------------- */
#policy {
	border: 2px solid #505f74;
	background: #fff;
	padding: 20px;
	justify-content: space-around;
	border-radius: 10px;
	margin: 35px 16px 100px;
	display: flex;
	position: relative;
}

.policyText {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.policyImg {
    width: 4em;
    position: absolute;
    left: 10px;
    top: 5px;
}

.policyText .text {
    font-size: 14px;
    margin-top: 20px;
}

.policyText strong {
    font-size: 20px;
}


/* policy ---------------- */
h2.sub_title {
	text-align: center;
	margin-bottom: 35px;
}
h2.sub_title > div {
	font-weight: bold;
	font-size: 24px;
	line-height: 2;
	text-align: center;
	color: #31723c;
	padding: 15px 30px;
	border-top: 1px solid #31723c;
	border-bottom: 1px solid #31723c;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	min-width: 70%;
}
h2.sub_title > div:before {
    content: "";
    display: block;
    height: 1px;
    background: #31723c;
    position: absolute;
    top: -5px;
    width: 100%;
	left: 0;
}
h2.sub_title > div:after {
    content: "";
    display: block;
    height: 1px;
    background: #31723c;
    position: absolute;
    bottom: -5px;
    width: 100%;
	left: 0;
}

.sub_title3 > div {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
	text-align: center;
	color: #31723c;
	padding: 15px 0;
	border-top: 1px solid #31723c;
	border-bottom: 1px solid #31723c;
	margin: 0 auto 30px;
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 1000px;
}
.sub_title3 > div:before {
  content: "";
  display: block;
  height: 1px;
  background: #31723c;
  position: absolute;
  top: -5px;
  width: 100%;
left: 0;
}
.sub_title3 > div:after {
  content: "";
  display: block;
  height: 1px;
  background: #31723c;
  position: absolute;
  bottom: -5px;
  width: 100%;
left: 0;
}
.sub_title3 div.new_line {
    text-align: left;
	line-height: 1.5;
	display: inline-block;
}

/* top5 ---------------- */
#top5 {
    margin: 0 16px;
}
.top5_content1 {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 10px 20px 20px;
    border-radius: 10px;
    border: 1px solid #69a874;
    margin-bottom: 100px;
    flex-direction: column;
}

.top5_content1 li {
    display: flex;
    align-items: center;
    height: 3.2em;
    font-weight: bold;
}

.top5_content1 li img {
    margin-right: 12px;
    width: 1.7em;
}
.top5_content1 li:not(:last-of-type) {
    border-bottom: 1px solid #69a874;
}

.top5_content2 h3 {
    font-size: 19px;
    text-align: center;
    color: #e18252;
    margin-bottom: 20px;
}

.top5_text1 {
    text-align: center;
    margin-bottom: 35px;
}
.img2 {
    width: 41%;
}
.top5_content2 .top5_text2 {
    display: flex;
    justify-content: center;
	margin-bottom: 100px;
}
.top5_text3 {
    display: flex;
    flex-direction: column;
    width: 57%;
    margin-left: 10px;
    background: #fff;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top5_text5 {
    font-size: 20px;
    margin-top: 9px;
    font-weight: bold;
    color: #31723c;
}

.top5_text3:after {
    content: "※Google Analyticsにてデータ抽出";
    font-size: 10px;
    font-weight: normal;
    color: #252525;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: right;
    bottom: -2em;
}

/* license_content1 ---------------- */
.banner3 img {
    width: 100%;
    height: auto;
}
.license_content1 ul {
    background: #fff;
}

.license_content1 {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 8px #ccc;
	margin: 10px 0 100px;
}

.license_content1 ul {
	display: grid;
	grid-template-columns: 1fr;
}

.license_content1 li {
    line-height: 3;
}
li.license2 {
    order: 4;
}

li.license4 {
    order: 5;
}

li.license6 {
    order: 6;
}
.license_content1 li:not(:nth-of-type(6)) {
    border-bottom: 1px dashed #99a3b0;
}
.license_content2 {
	margin: 0 16px;
}
.license_content2 h3 {
    font-size: 24px;
	color: #31723c;
	border-bottom: 1px solid #31723c;
	min-width: 70%;
	padding-bottom: 25px;
	text-align: center;
}

.license_text {
	display: flex;
	margin: 35px 0 70px;
	flex-direction: column;
}

ul.license_text1 {
    display: grid;
    gap: 15px;
	margin-bottom: 35px;
}

ul.license_text1 li {
	line-height: 4;
	background: #eaeef3;
	font-weight: bold;
	text-align: center;
}

ul.license_text1 li span {
    color: #31723c;
}
.license_text2 {
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
    position: relative;
    color: #31723c;
}

.license_text2:after {
    content: "";
    position: absolute;
    width: calc(100% + 23px);
    height: calc(100% + 23px);
    display: block;
    border: 1px solid #99a3b0;
    left: -8px;
    top: -8px;
}
.license_text2:before {
    content: "";
    position: absolute;
    width: calc(100% + 23px);
    height: calc(100% + 23px);
    display: block;
    border: 1px solid #99a3b0;
    left: -15px;
    top: -14px;
}

/* intro5 ---------------- */
#intro5 {
    padding: 70px 0;
    background: #fff;
    text-align: center;
}

.sub_title2 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.title_line {
  border-top: 1px solid #31723c;
  width: 100%;
  height: 5px;
  border-bottom: 1px solid #31723c;
}
.sub_t1 {
  display: inline-block;
  font-size: 24px;
}

.sub_t2_text {
  font-size: 16px;
  white-space: nowrap;
  padding: 0 20px;
  color: #31723c;
}
.sub_t2 > span {
  display: block;
}

.sub_t2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_t3 {
  padding: 20px 35px 30px;
  border-bottom: 1px solid #31723c;
  position: relative;
  color: #31723c;
  min-width: 270px;
  text-align: center;
}
.sub_t3:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  background-color: #31723c;
  left: 0;
}
.intro5_content {
  margin: 35px 16px;
  border: 1px solid #99a3b0;
  text-align: center;
}

.intro5_text1 {
  padding: 30px;
  background: linear-gradient(304deg, #eaeef3, #f0f3f7);
}

p.intro5_text1_1 {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: #505f74;
}
p.intro5_text1_2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

p.intro5_text1_2 span {
  font-size: 36px;
  color: #31723c;
}

.img3 {
  margin: 35px auto 50px;
  width: 90%;
}
.intro5_text2 span {
  color: #31723c;
  position: relative;
  display: inline-block;
  font-size: 14px;
}

.intro5_text2 span:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 100%;
  position: absolute;
  background: url(/img/fuyohin/ihin/mark4.webp) no-repeat right;
  background-size: contain;
  transform: rotateY(180deg);
  left: -30px;
  top: 0;
}
.intro5_text2 span:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 100%;
  position: absolute;
  background: url(/img/fuyohin/ihin/mark4.webp) no-repeat right;
  background-size: contain;
  right: -30px;
  top: 0;
}

.intro5_text3 {
  margin: 50px;
}
.intro5_text3 {
  margin: 40px 20px 30px;
  border-top: 1px solid #505F75;
  position: relative;
}

.intro5_text3 span {
  display: inline-block;
  padding: 5px 30px;
  font-size: 16px;
  background: #505f74;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  position: relative;
  top: -20px;
}

.intro5_text3:before {
  content: "";
  display: block;
  height: 1px;
  top: -7px;
  position: absolute;
  width: 100%;
  background: #505F75;
}

.intro5_text3 p {
  color: #505f74;
}

.intro5_note {
  font-weight: bold;
  padding: 35px 25px;
  border: 1px solid #daae59;
  position: relative;
  margin: 0 16px;
}

.intro5_note:after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  border: 1px solid #daae59;
  left: 5px;
  top: 5px;
}

/* reviews ---------------- */
#reviews {
  padding: 70px 0 70px;
  background: url(/img/fuyohin/ihin/bk6.webp) no-repeat center;
  background-size: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#reviews .mark1 {
  position: absolute;
  top: -20px;
  left: calc(50% - 25px);
}
img.img4 {
  margin: 40px 0;
}
.reviews_cont {
	background: #fff;
	box-shadow: 0 0 10px #99a3b0;
	padding: 40px 20px;
	height: 500px;
	overflow-y: scroll;
	margin: 0 16px;
}

.reviews_col1 {
  display: flex;
}

h3.reviews_h3 {
	background: #505f74;
	display: inline-flex;
	padding: 5px 20px;
	color: #fff;
	border-radius: 20px;
	margin-bottom: 20px;
}
.reviews_img1 {
    width: 30%;
}
.reviews_col1_2 {
  margin-left: 25px;
}

.reviews_t1 {
  margin-bottom: 10px;
}

.color2 {
  color: #daae59;
}

.reviews_col2 {
  padding: 30px 20px;
  border: 2px solid #99a3b0;
  margin-top: 50px;
  line-height: 1.5;
  position: relative;
}

.reviews_t3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #31723c;
  font-weight: bold;
}

.reviews_col2:before {
	content: "";
	display: inline-block;
	border-top: 13px;
	border-left: 20px;
	border: 25px solid transparent;
	border-bottom: 40px solid #99a3b0;
	position: absolute;
	top: -65px;
	left: 33px;
  }

  .reviews_col2:after {
	content: "";
	display: inline-block;
	border-top: 13px;
	border-left: 20px;
	border: 25px solid transparent;
	border-bottom: 40px solid #ffffff;
	position: absolute;
	top: -64px;
	left: 31px;
  }
  ul.reviews_ul1 li:not(:first-of-type) {
    margin-top: 80px;
}
/* photos ---------------- */
#photos {
	background: #fff;
	padding: 70px 16px;
  }
/* options ---------------- */
#options {
	padding: 70px 16px;
  }
  img.img5 {
    width: 30%;
}
  .set_point {
	display: flex;
	align-items: flex-start;
	justify-content: center;
  }
  .set_point div .yellow {
	color: #daae59;
	font-size: 24px;
  }
  .set_point div {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 21px;
	margin-left: 3px;
	background: #fff;
	border-radius: 15px;
	border: 2px solid #daae59;
	position: relative;
  }


  .set_point div:before {
	content: "";
	display: inline-block;
	border-top: 10px;
	border-left: 20px;
	border: 15px solid transparent;
	border-right: 25px solid #daae59;
	position: absolute;
	top: 11px;
	left: -40px;
	}

  .set_point div:after {
	content: "";
	display: inline-block;
	border-top: 10px;
	border-left: 20px;
	border: 15px solid transparent;
	border-right: 25px solid #ffffff;
	position: absolute;
	top: 13px;
	left: -39px;
	}
  span.set_point_note {
	position: absolute;
	font-weight: normal;
	font-size: 12px;
	left: 0;
	bottom: -45px;
  }
  ul.options_list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4% 1%;
	margin: 35px auto;
  }

  ul.options_list li {
	position: relative;
	text-align: center;
  }

  ul.options_list li span {
	position: absolute;
	display: block;
	left: 3%;
	text-align: center;
	width: 100%;
	bottom: 1.2em;
	color: #505f74;
	font-size: 14px;
  }

  ul.options_list li:nth-of-type(2n) {
	position: relative;
	top: 25px;
  }

/* case ---------------- */
#case {
	background: #fff;
	padding: 70px 0;
  }
  .case_banner img {
    width: 30%;
}
  ul.case_list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	margin: 0 16px;
  }
  ul.case_list > li {
	  border: 1px solid #99a3b0;
	  border-radius: 40px 10px;
	  overflow: hidden;
  }

  .case_banner {
	display: flex;
	padding: 20px 15px 10px;
	background: linear-gradient(304deg, #eaeef3, #f0f3f7);
	align-items: flex-start;
  }

  .case_banner_text {
	margin-left: 15px;
	width: 100%;
  }
  p.case_list_text span {
	position: relative;
	font-size: 12px;
  }
  p.case_list_text span:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 1em;
	height: 1em;
	background: url(/img/fuyohin/ihin/mark5.webp) no-repeat;
	left: -1.5em;
	bottom: 0;
  }
  p.case_list_text span:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 1em;
	height: 1em;
	background: url(/img/fuyohin/ihin/mark5.webp) no-repeat;
	right: -1.5em;
	bottom: 0;
	transform: rotateY(180deg);
  }
  p.case_banner_text1 {
	text-align: center;
	color: #fff;
	background: #51855a;
	padding: 3px 0;
	border-radius: 20px;
	margin-bottom: 10px;
	font-size: 16px;
  }
  .gomi .case_banner_text1 {
	background: #505f74;
  }
  p.case_banner_text2 {
	text-align: center;
	font-size: 13px;
  }

  p.case_list_text {
	text-align: center;
	margin: 20px 0 0;
  }

  ul.case_list_con {
	padding: 10px 15px;
  }

  ul.case_list_con li {
	line-height: 3;
	border-bottom: 1px dashed #99a3b0;
	font-size: 14px;
  }

  ul.case_list_con li:last-of-type {
	border-bottom: none;
  }

  ul.case_list_con li span {
	color: #31723c;
	font-weight: bold;
  }

  .gomi ul.case_list_con li span {
	color: #505f74;
	font-weight: bold;
  }
  .real_estate_con2 {
    margin-top: 50px;
	font-weight: bold;
}
.real_estate_tit2 {
    font-size: 24px;
    margin-bottom: 30px;
}
/* real_estate ---------------- */
#real_estate {
    margin: 70px 16px;
}
.real_estate_con {
    margin-top: 30px;
	border: 1px solid #99a3b0;
	background: #fff;
}
.real_estate_con .real_estate_tit {
    background: linear-gradient(304deg, #eaeef3, #f0f3f7);
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #505f74;
    padding: 30px 0;
}
.real_estate_con img {
    width: 85%;
    margin: 50px auto;
    display: block;
}

p.real_estate_text {
    margin: 0 16px 50px;
}

p.real_estate_text span {
    color: #c52727;
}
/* flow ---------------- */
#flow {
  padding: 100px 0 70px;
}
.flow_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
  margin: 50px 16px 0;
}
.flow_list img {
    width: 30%;
	margin-top: 20px;
}
.flow_text {
    width: 67%;
    text-align: left;
}
.flow-text1 {
  color: #818181;
  font-size: 16px;
	padding-left: 20px;
}

.flow-text1 span {
  background: #daae59;
  padding: 0 10px 3px;
  color: #fff;
  border-radius: 20px;
  margin-left: 10px;
}
.flow-text2 span {
  display: block;
  color: #252525;
  margin-bottom: 7px;
}
.flow-text2 {
  margin: 10px 0 15px;
  color: #31723c;
  font-weight: bold;
  padding-bottom: 15px;
}

.flow_list > div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.flow-text2.flow-last {
  font-size: 30px;
}

.flow-des {
  padding-left: 20px;
  position: relative;
}

.flow-des:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d7d7d7;
  position: absolute;
  left: 0;
  bottom: 3.7em;
}

.flow-des:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #d7d7d7;
  position: absolute;
  left: 0;
  bottom: 3.6em;
  border-radius: 50%;
}
.flow-text2.flow-last {
  font-size: 30px;
}

.flow-des.flow-over:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d7d7d7;
  position: absolute;
  left: 0;
  bottom: 3.8em;
}

.flow-des.flow-over:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #d7d7d7;
  position: absolute;
  left: 0;
  bottom: 3.7em;
  border-radius: 50%;
}

.flow-next:after {
  content: "";
  display: inline-block;
  border: 24px solid;
  border-color: #d7d7d7 transparent transparent transparent;
  position: absolute;
  bottom: -80px;
  left: calc(50% - 24px);
}

.flow-or {
  position: relative;
}

.flow-or:after {
	content: "または";
	display: inline-block;
	background: #aad2b0;
	position: absolute;
	padding: 0 10px 3px;
	border-radius: 20px;
	color: #fff;
	bottom: -50px;
	left: calc(50% - 2em);
}

/* faq ----------------- */
#faq {
	background: #fff;
	padding: 70px 0;
  }
  .faq_box1 {
	margin: 50px 16px 0;
  }

  ul.accordion1 li {
	  background: #fff;
	  border: 1px solid #99a3b0;
	  border-radius: 10px;
	  margin-bottom: 30px;
	  filter: drop-shadow(5px 0 10px rgba(119, 124, 138, .24));
  }

  button.button_1 {
	display: flex;
	text-align: left;
	align-items: center;
	line-height: 1.5;
	padding: 20px 40px 20px 15px;
	width: 100%;
	position: relative;
  }

  span.faq_t2 {
	  margin-left: 15px;
	  font-weight: bold;
  }

  #faq .nest {
	margin: 0 20px 30px;
	border-top: 1px solid #d7d7d7;
	padding-top: 30px;
  }

  .button_1:after {
	position: absolute;
	top: 41%;
	right: 12px;
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url(/img/fuyohin/ihin/icon_open.webp) no-repeat;
	background-size: 100%;
	transition: all 0.5s;
  }
  .button_1.active:after {
	content: "";
	transform: rotate(45deg);
  }

/* area ----------------- */
#area {
	padding: 100px 0;
  }
  input[name="tab_item1"] {
	display: none;
  }

  label.tab_item1 {
	  padding: 8px 18px;
	  background: #FFF;
	  border-radius: 50px;
	  border: 2px solid #505f74;
	  color: #505f74;
	  font-size: 14px;
  }
  label.tab_item1:hover,
  .tabs1 input:checked + .tab_item1 {
	background: #505f74;
	color: #fff;
  }
  span.faq_t1 {
	  min-width: 1.2em;
	  display: inline-block;
	  width: 1.2em;
  }
  ul.accordion2 > li:not(:last-of-type) {
	border-bottom: 1px solid #d7d7d7;
  }

  ul.accordion2 > li .button_2,
  .nest_text {
	padding: 30px 0;
	width: 100%;
	text-align: left;
	font-weight: bold;
	position: relative;
  }
  .accordion2_in {
	margin-bottom: 40px;
  }

  .button_2:after {
	position: absolute;
	top: calc(50% - 11px);
	right: 5px;
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url(/img/fuyohin/ihin/icon_open.webp) no-repeat;
	background-size: 100%;
	transition: all 0.5s;
  }
  .button_2.active:after {
	content: "";
	transform: rotate(45deg);
  }
  #tab1_1:checked ~ #tab_content1_1, #tab1_2:checked ~ #tab_content1_2, #tab1_3:checked ~ #tab_content1_3, #tab1_4:checked ~ #tab_content1_4 {
	display: block;
  }
  .tab_content1 {
	display: none;
	margin-top: 25px;
	background: #fff;
	border: 2px solid #99a3b0;
	padding: 0 20px;
  }

  .tabs1 {
	margin: 50px 16px 0;
  }

  /* フッター----------------- */
  #easy-form-foot {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24vw;
	padding-top: 2vw;
	background: #ffffffc4;
	z-index: 6;
    transition: all 0.2s;
	}
  .foot_in {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 auto;
	text-align: center;
	justify-content: space-evenly;
	}
  .foot_btn{
	max-width: 430px;
	width: 46%;
	line-height: 1.5;
	background: linear-gradient(180deg, #505f74 50%, #3b485c 50%);
	padding: 5px;
	border-radius: 5px;
	box-shadow: 3px 3px 6px #c9c9c9, -3px -3px 6px #c9c9c9;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	height: 20vw;
	}
  .foot_tel_text {
	font-size: min(5vw, 40px);
	text-decoration: none;
	color: #fff;
  }
  .foot-call-icon {
	height: min(9vw, 70px);
	width: min(9vw, 70px);
	background: #505f74;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	}
  .foot-call-icon img {
	width: min(6vw, 40px);
	height: auto;
	}
  .foot_t2 {
	color: #fff;
	font-size: 10px;
  }