@charset "UTF-8";
.sp_mode{display: none !important;}

img {
	width: auto;
	height: auto;
}

a {
	outline: none;
}

html#form,
#form body {
	height: 100%;
	min-height: 720px;
}

body {
	color: #000;
	font-size: 16px;
	line-height: 1;
	min-width: 1000px;
	max-width: 100%;
	overflow-x: hidden;
	margin: 0 auto;
}
body2 {
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: break-all;
  font-family: "Noto Sans JP", sans-serif
}

strong {
	font-weight: bold;
}
.hover {
	transition: 0.5s;
	opacity: 1;
}
.hover:hover {
	opacity: 0.7;
}
.l-page-inner {
	width: 1100px;
	margin: 0 auto;
}
.l-flex {
	display: flex;
	display: -ms-flexbox;
}
.l-flex-between {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.l-flex-between-center {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	-ms-flex-align: center;
}

.l-flex-between-center li {
padding-right: 0px
}
.m-center {
	text-align: center;
}
.m-form-btn {
	width: 400px;
	margin: 25px auto 25px;
	border-radius: 35px;
	box-shadow: 0 2px 3px #c3bcbc;
	background: #fff000;
	position: relative;
}
.m-form-btn:before, .m-form-btn:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
}
.m-form-btn.arrow:before {
	content: "";
	top: 5px;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.m-form-btn a {
	display: block;
	color: #232323;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 67px 17px 45px;
	position: relative;
}

/*----- animation -----*/
.animated {
	-webkit-animation-duration: 1.0s;
	animation-duration: 1.0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.delay-1s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.animated.delay-2s {
	-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
}
.animated.delay-3s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.animated.delay-4s {
	-webkit-animation-delay: 2.0s;
	animation-delay: 2.0s;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

/*----- header -----*/
#header {
	padding: 0 0 10px 0;
	/*position: fixed;*/
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: #fff;
}
#header dl {
	margin-right: 5px;
	padding: 5px 12px 5px 52px;
	background: url(../img/header_tel.png) no-repeat 7px center;
}
#header dl dt {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 4px;
 }
#header dl dd {
	font-size: 14px;
}
#header ul li + li {
	margin-left: 12px;
}
/*----- fixed-btn -----*/
#fixed-btn {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 99;
}

/*----- fv -----*/
#fv {
	/*margin-top: 120px;*/
	background-image: url(../../img/back_green.jpg);
	/*height: 720px;*/
	/* height: 750px; */
	background-size: cover;
	background-repeat: no-repeat;
	/*padding: 50px 0 10px;*/
}
#fv .l-fv-inner {
	margin: 0 auto;
background-size:auto 800px;
	background-position: center center;
	padding-top: 30px;
	padding-bottom: 30px;
	
}
#fv .l-fv-inner .l-page-inner {
	position: relative;
}
#fv .l-fv-inner .l-page-inner h2 {
	margin: 0px 0px -150px 590px;
}
#fv .l-fv-inner .l-page-inner ul {
	width: 540px;
}
#fv .l-fv-inner .l-page-inner > .fv-form {
	background: rgba(255, 255, 255, 0.85);
	position: absolute;
	right: 0;
	top: 15px;
}
#fv .l-fv-inner .l-page-inner > .fv-form .form-table dl dd {
	position: relative;
}
#fv .l-fv-inner .l-page-inner > .fv-form .form-table dl.area dd {
	display: inline-block;
	vertical-align: middle;
}
#fv .l-fv-inner .l-page-inner > .fv-form .form-table dl.area dd:before, #fv .l-fv-inner .l-page-inner > .fv-form .form-table dl.area dd:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#fv .l-fv-inner .l-page-inner > .fv-form .form-table dl.area dd.arrow:before {
	top: -2px;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#fv .l-fv-inner .l-page-inner > .fv-form .form-table dl.area dd .error {
	left: 50px;
}
#fv .l-fv-inner .l-page-inner > .fv-form .form-table .error {
	box-shadow: 2px 2px 4px grey;
	width: 160px;
	position: absolute;
	top: -35px;
	left: 170px;
	color: #fff;
	font-size: 12px;
	background: #f00;
	padding: 9px;
	border: 2px solid #ca8888;
	border-radius: 5px;
}
#fv .l-fv-inner .l-page-inner > .fv-form .form-table .error:before, #fv .l-fv-inner .l-page-inner > .fv-form .form-table .error:after {
	content: "";
	border: solid transparent;
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 14%;
}
#fv .l-fv-inner .l-page-inner > .fv-form .form-table .error:before {
	content: "";
	border-color: rgba(202, 136, 136, 0);
	border-top-width: 9px;
	border-bottom-width: 9px;
	border-left-width: 9px;
	border-right-width: 9px;
	margin-left: -9px;
	margin-top: 2px;
	border-top-color: #ca8888;
}
#fv .l-fv-inner .l-page-inner > .fv-form .form-table .error:after {
	border-color: rgba(255, 0, 0, 0);
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-right-width: 7px;
	margin-left: -7px;
	border-top-color: #f00;
}

/*----- achievements -----*/
#achievements {
	/*padding: 30px 0 0px;*/
}
#achievements h2 {
	margin-top: 20px;
	margin-bottom: 40px;
}
#achievements dl {
	padding-bottom: 42px;
	margin-left: 0px;
	background: url(../img/achievement_background.png) no-repeat right bottom;
}
#achievements dl dd {
	width: 950px;
	color: #2e2e2e;
	line-height: 1.4;
	margin-left: 30px;
}

/*----- info -----*/
.info {
	padding-bottom: 0px;
	/*margin-bottom: 70px;*/
}
.info h2 {
	padding: 25px 0 10px;
	background: #7fb543;
	position: relative;
}
.info h2:after {
	content: "";
	border-style: solid;
	border-width: 18px 16.5px 0 16.5px;
	border-color: #80b543 transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -18px;
	transform: translateX(-50%);
}
.info .info-icon {
	width: 1000px;
	padding: 10px;
	margin: 10px auto 5px auto;
}
.info .info-icon li{
	width: 25%;
}
.info .info-icon li img{
	width: 100%;
}
.info .contact-btn li + li {
	margin-top: 13px;
}

/*----- reason -----*/
#reason {
	padding: 65px 0;
	background: url(../../img/reason_image_background.png) no-repeat center top 20px, url(../../img/reason_image_background_pattern.jpg) left top;
}
#reason h2 {
	padding-bottom: 0px;
}
#reason ul li {
	margin-top: 65px;
}
#reason ul li dl dd {
	width: 680px;
}
#reason ul li dl dd h3 {
	margin-bottom: 25px;
}
#reason ul li dl dd p {
	line-height: 1.5;
}
#reason ul li:nth-child(2) dl {
	flex-flow: row-reverse;
}
#reason ul li .dl-form-btn {
	width: 520px;
	margin: 25px auto 0;
	border-radius: 35px;
	box-shadow: 0 2px 3px #c3bcbc;
	background: #ffba00;
	position: relative;
}
#reason ul li .dl-form-btn:before, #reason ul li .dl-form-btn:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
}
#reason ul li .dl-form-btn.arrow:before {
	content: "";
	top: 5px;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#reason ul li .dl-form-btn a {
	display: block;
	color: #232323;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 63px 17px 36px;
	position: relative;
}
#reason .support {
	padding-top: 80px;
	padding-bottom: 60px;
}
#reason .support dl {
	width: 300px;
	height: 410px;
	padding: 15px 21px 0;
	background: #f6f6f0;
	border-top: 3px solid #70a832;
	margin: 0 15px;
}
#reason .support dl dd h3 {
	color: #548f13;
	font-size: 18px;
	padding: 21px 0 18px;
}
#reason .support dl dd p {
	line-height: 1.5;
}

/*----- service -----*/
#service {
	padding: 124px 0 98px;
}
#service h2 {
	margin-bottom: 40px;
}
#service p {
	line-height: 1.5;
	margin-bottom: 32px;
}
#service ul {
	width: 930px;
	margin: 0 auto;
	align-items: baseline;
}
#service ul li {
	width: 390px;
}
#service ul li h3 {
	color: #548f13;
	font-size: 22px;
	font-weight: bold;
	padding: 36px 0 20px;
}
#service ul li p {
	line-height: 1.5;
}
#service ul li .dl-btn {
	width: 370px;
	margin: 0 auto 41px;
	border-radius: 35px;
	box-shadow: 0 3px 4px #9aae83;
	background: #548f13;
	position: relative;
}
#service ul li .dl-btn:before, #service ul li .dl-btn:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
}
#service ul li .dl-btn.arrow:before {
	content: "";
	top: 2px;
	right: 13px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#service ul li .dl-btn a {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 17px 40px 17px 30px;
	position: relative;
}
#service ul li:nth-child(2) h3 {
	color: #ef9c0c;
}
#service ul li:nth-child(2) .dl-btn {
	width: 330px;
	box-shadow: 0 3px 4px #cdc87b;
	background: #f2990a;
}
#service ul li:nth-child(2) .dl-btn a {
	padding: 17px 65px 17px;
}

/*----- plan -----*/
#plan {
	padding: 184px 0 83px;
	background: url(../img/plan_background.png) no-repeat center top, linear-gradient(to bottom, #b3dbf8, #fff 300px);
	background: url(../img/plan_background.png) no-repeat center top, -moz-linear-gradient(top, #b3dbf8, #fff 300px);
	background: url(../img/plan_background.png) no-repeat center top, -webkit-linear-gradient(top, #b3dbf8, #fff 300px);
}
#plan .l-page-inner {
	padding: 29px 35px 14px;
	box-shadow: 0 0 3px 1px #e5e5e5;
	background: rgba(255, 255, 255, 0.8);
}
#plan .l-page-inner h2 {
	margin-bottom: 39px;
}
#plan .l-page-inner ul {
	flex-wrap: wrap;
	margin-bottom: 85px;
}
#plan .l-page-inner ul li {
	width: 430px;
}
#plan .l-page-inner ul li:nth-child(n+3) {
	margin-top: 45px;
}
#plan .l-page-inner ul li h3 {
	color: #548f13;
	font-size: 21px;
	padding: 20px 35px;
	margin-bottom: 20px;
	border: 3px solid #70a832;
	position: relative;
}
#plan .l-page-inner ul li h3:before {
	content: "";
	display: block;
	width: 20px;
	border-bottom: 1px solid #70a832;
	position: absolute;
	top: 50%;
	left: 0;
}
#plan .l-page-inner ul li h3 span {
	color: #fff;
	font-size: 17px;
	padding: 10px 14px;
	background: #70a832;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
#plan .l-page-inner ul li h3 span:after {
	content: "";
	display: block;
	width: 10px;
	border-bottom: 1px solid #70a832;
	position: absolute;
	top: 50%;
	left: 112px;
}
#plan .l-page-inner ul li:nth-child(2) h3 {
	padding: 20px 35px 20px 155px;
}
#plan .l-page-inner ul li p {
	color: #232323;
	line-height: 1.4;
}
#plan .l-page-inner .bottom-contents h4 {
	color: #f2990a;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 31px;
}
#plan .l-page-inner .bottom-contents p {
	line-height: 1.5;
	margin-bottom: 41px;
}

/*----- voice -----*/
#voice {
	height: 620px;
	padding-top: 110px;
	background: #36535e url(../img/voice_image_background.png) no-repeat center top;
}
#voice dl {
	width: 100%;
	height: 340px !important;
	background: #70a832;
	margin: 0 auto;
}
#voice dl dt {
	width: 25%;
}
#voice dl dd {
	display: block;
	width: 75%;
	height: 100%;
	background: #fff;
}
#voice dl dd h3 {
	padding: 70px 0 29px 40px;
}
#voice dl dd h3.text-slide1 {
	padding: 40px 0 26px 40px;
}
#voice dl dd h3 img {
	width: auto;
	margin: 0;
}
#voice dl dd .voice-text {
	color: #232323;
	font-size: 17px;
	text-align: left;
	line-height: 1.5;
	padding: 20px 70px 50px 40px;
	border-top: 4px solid #70a832;
}

/*----- faq -----*/
#faq {
	padding: 0 0 40px;
}
#faq .faq-content {
	width: 880px;
	margin: 40px auto 0;
}
#faq .faq-content dl {
	background: #fff;
	padding: 30px 40px 28px;
	margin-bottom: 10px;
}
#faq .faq-content dl dt {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.3px;
	padding: 12px 0 15px 63px;
	border-bottom: 2px solid #dfdfdf;
	background: url(../img/faq_image_q.jpg) no-repeat left top;
}
#faq .faq-content dl dd {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.2px;
	background: url(../img/faq_image_a.jpg) no-repeat left 30px;
	padding: 21px 55px 0 60px;
}

/*----- flow -----*/
#flow {
	padding: 80px 0 78px;
}
#flow ul {
	margin-top: 50px;
}
#flow ul li:nth-child(2n+2) {
	margin-left: -5px;
}

/*----- footer -----*/
#footer {
	/*border-top: 4px solid #70a832;
	padding-top: 37px;
	*/
}
#footer .l-page-inner {
	position: relative;
}
#footer .l-page-inner dl {
	font-size: 15px;
}
#footer .l-page-inner dl.first-child {
	margin: 35px 0 21px;
}
#footer .l-page-inner dl dt {
	width: 100px;
	line-height: 1.7;
	letter-spacing: 0.4px;
}
#footer .l-page-inner dl dd {
	line-height: 1.7;
	letter-spacing: 0.4px;
}
#footer .l-page-inner ul.footer-time {
	margin: 25px 0;
}
#footer .l-page-inner ul li {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.4px;
}
#footer .l-page-inner small {
	display: block;
	font-size: 13px;
	letter-spacing: 0.44px;
	padding: 30px 0 25px;
}
#footer .l-page-inner .footer-image {
	/*position: absolute;*/
	right: 20px;
	bottom: 55px;
}

/*----- form -----*/
.formInputFrame, #form #mainFrame .form-table dd select, #form #mainFrame .form-table dd input[type=text], #form #mainFrame .form-table dd textarea,
.fv-form #mainFrame .form-table dd select,
.fv-form #mainFrame .form-table dd input[type=text],
.fv-form #mainFrame .form-table dd textarea {
	/* appearance: none;
	background: #fff;
	border: 1px solid #548f13;
	border-radius: 5px;
	box-shadow: 2px 2px #e5e5e5 inset; */
	padding: 5px 8px;
	/* resize: none; */
}
.error {
	color: #df3434;
	font-size: 14px;
	margin-bottom: 7px;
}

#form #header,
.fv-form #header {
	position: static;
	box-shadow: 0 0 5px 2px #f3f3f3;
}
#form #formFrame,
.fv-form #formFrame {
	margin-bottom: 105px;
}
#form #formFrame h2,
.fv-form #formFrame h2 {
	padding: 20px 0;
	margin: 65px 0 55px;
	background: #70a832;
}
#form #formFrame .documents-detail,
.fv-form #formFrame .documents-detail {
	width: 410px;
}
#form #formFrame .documents-detail .info-icon,
.fv-form #formFrame .documents-detail .info-icon {
	flex-wrap: wrap;
	margin: 40px 0;
}
#form #formFrame .documents-detail .info-icon li:nth-child(n+3),
.fv-form #formFrame .documents-detail .info-icon li:nth-child(n+3) {
	margin-top: 43px;
}
#form #formFrame .documents-detail .txt,
.fv-form #formFrame .documents-detail .txt {
	font-size: 18px;
	line-height: 1.3;
}
#form #mainFrame,
.fv-form #mainFrame {
	/* width: 520px; */
	/*height: 610px;*/
	/* height: 680px; */
	border: 10px solid #2d99b6;
}
#form #mainFrame h3,
.fv-form #mainFrame h3 {
	text-align: center;
	padding: 0px 20px 0px 20px;
	background: #2d99b6;
	position: relative;
}
#form #mainFrame h3:before,
.fv-form #mainFrame h3:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-size: contain;
	position: absolute;
	top: 9px;
	left: 23px;
}
#form #mainFrame .form-table,
.fv-form #mainFrame .form-table {
	height: 85%;
}
.form-table .form-agreement__txt,
.form-table .form-agreement__check__label{
	text-align:center;
}
#form #mainFrame .form-table input[type=checkbox],
.fv-form #mainFrame .form-table input[type=checkbox] {
	display: none;
}
#form #mainFrame .form-table input[type=checkbox] + label,
.fv-form #mainFrame .form-table input[type=checkbox] + label {
	display: block;
	width: 295px;
	color: #474747;
	font-size: 17px;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	user-select: none;
	cursor: pointer;
	transition: 0.2s;
}
#form #mainFrame .form-table input[type=checkbox] + label::before,
.fv-form #mainFrame .form-table input[type=checkbox] + label::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	background: #fff;
	border: 1px solid #9a9a9a;
	transition: 0.2s;
}
#form #mainFrame .form-table input[type=checkbox] + label::after,
.fv-form #mainFrame .form-table input[type=checkbox] + label::after {
	content: "";
	border-right: 2px solid #53b300;
	border-bottom: 2px solid #53b300;
	display: block;
	opacity: 0;
	width: 10px;
	height: 17px;
	position: absolute;
	left: 76px;
	bottom: 8px;
	margin-top: -15px;
	transform: rotate(45deg);
	transition: 0.2s;
}
#form #mainFrame .form-table input[type=checkbox]:checked + label::after,
.fv-form #mainFrame .form-table input[type=checkbox]:checked + label::after {
	opacity: 1;
}
#form #mainFrame .form-table dl,
.fv-form #mainFrame .form-table dl {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #d1d9e3;
}
#form #mainFrame .form-table dl:last-of-type,
.fv-form #mainFrame .form-table dl:last-of-type {
	border-bottom: none;
}
#form #mainFrame .form-table .req dt,
.fv-form #mainFrame .form-table .req dt {
	display: flex;
	align-items: center;
}
#form #mainFrame .form-table .req dt label,
.fv-form #mainFrame .form-table .req dt label {
	line-height: 1.5;
	width: 107px;
}
#form #mainFrame .form-table .req dt::after,
.fv-form #mainFrame .form-table .req dt::after {
	content: "必須";
	background: #fff000;
	border-radius: 3px;
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
	width: 45px;
}
#form #mainFrame .form-table .any dt,
.fv-form #mainFrame .form-table .any dt {
	display: flex;
	align-items: flex-start;
}
#form #mainFrame .form-table .any dt label,
.fv-form #mainFrame .form-table .any dt label {
	line-height: 1.5;
	width: 107px;
}
#form #mainFrame .form-table .any dt::after,
.fv-form #mainFrame .form-table .any dt::after {
	content: "任意";
	background: #a7d07a;
	border-radius: 3px;
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
	width: 45px;
}
#form #mainFrame .form-table .top,
.fv-form #mainFrame .form-table .top {
	align-items: flex-start;
}
#form #mainFrame .form-table dt, #form #mainFrame .form-table dd,
.fv-form #mainFrame .form-table dt,
.fv-form #mainFrame .form-table dd {
	font-size: 15px;
	padding: 10px 0;
	line-height: 1.5;
	vertical-align: middle;
}
#form #mainFrame .form-table dt,
.fv-form #mainFrame .form-table dt {
	width: 173px;
}
#form #mainFrame .form-table dd input[type=text],
#form #mainFrame .form-table dd textarea,
.fv-form #mainFrame .form-table dd input[type=text],
.fv-form #mainFrame .form-table dd textarea {
	/* width: 285px; */
}
#form #mainFrame .form-table dd select,
.fv-form #mainFrame .form-table dd select {
	background-repeat: no-repeat;
	background-position: right 15px center;
	padding-right: 35px;
	width: 115px;
}
.fv-form #mainFrame .form-table dd select{
	width:100%;
}
#form #mainFrame .form-table dd ::-ms-expand,
.fv-form #mainFrame .form-table dd ::-ms-expand {
	display: none;
}
#form #mainFrame .form-table .area dd,
.fv-form #mainFrame .form-table .area dd {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
#form #mainFrame .form-table .area dd:before, #form #mainFrame .form-table .area dd:after,
.fv-form #mainFrame .form-table .area dd:before,
.fv-form #mainFrame .form-table .area dd:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#form #mainFrame .form-table .area dd.arrow:before,
.fv-form #mainFrame .form-table .area dd.arrow:before {
	top: -2px;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#form #mainFrame .form-table .area dd .error,
.fv-form #mainFrame .form-table .area dd .error {
	left: 50px;
}
#form #mainFrame .form-table .scroll-box,
.fv-form #mainFrame .form-table .scroll-box {
	width: 100%;
	height: 78px;
	overflow-y: scroll;
	border: #53b300 solid 1px;
	padding: 10px 14px 0;
}
#form #mainFrame .form-table .scroll-box strong,
.fv-form #mainFrame .form-table .scroll-box strong {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 17px;
}
#form #mainFrame .form-table .scroll-box p,
.fv-form #mainFrame .form-table .scroll-box p {
	font-size: 15px;
	line-height: 1.1;
	margin-bottom: 15px;
}
#form #mainFrame .form-table .agree,
.fv-form #mainFrame .form-table .agree {
	position: relative;
	margin-top: 18px;
}
#form.form01 #formFrame h2,
.fv-form.form01 #formFrame h2 {
	margin: 65px 0 30px;
}
#form.form01 #formFrame .subTitle,
.fv-form.form01 #formFrame .subTitle {
	line-height: 1.8;
	padding: 0 0 40px 70px;
}
#form.form01 #formFrame #mainFrame,
.fv-form.form01 #formFrame #mainFrame {
	width: 1000px;
	padding-bottom: 31px;
	border: 3px solid #e3e3e3;
}
#form.form01 #formFrame #mainFrame .form-table,
.fv-form.form01 #formFrame #mainFrame .form-table {
	width: 900px;
	padding: 32px 0 40px;
	margin: 0 auto;
}
#form.form01 #formFrame #mainFrame .form-table dl,
.fv-form.form01 #formFrame #mainFrame .form-table dl {
	border-bottom: 1px solid #dadada;
}
#form.form01 #formFrame #mainFrame .form-table dl dt, #form.form01 #formFrame #mainFrame .form-table dl dd,
.fv-form.form01 #formFrame #mainFrame .form-table dl dt,
.fv-form.form01 #formFrame #mainFrame .form-table dl dd {
	line-height: 1.8;
}
#form.form01 #formFrame #mainFrame .form-table dl dt,
.fv-form.form01 #formFrame #mainFrame .form-table dl dt {
	width: 340px;
	padding-left: 65px;
}
#form.form01 #formFrame #mainFrame .form-table dl dt span,
.fv-form.form01 #formFrame #mainFrame .form-table dl dt span {
	display: block;
	font-size: 14px;
}
#form.form01 #formFrame #mainFrame .form-table dl dt label,
.fv-form.form01 #formFrame #mainFrame .form-table dl dt label {
	width: 197px;
}
#form.form01 #formFrame #mainFrame .form-table dl dd input[type=text],
#form.form01 #formFrame #mainFrame .form-table dl dd textarea,
.fv-form.form01 #formFrame #mainFrame .form-table dl dd input[type=text],
.fv-form.form01 #formFrame #mainFrame .form-table dl dd textarea {
	width: 500px;
}
#form.form01 #formFrame #mainFrame .form-table dl dd select,
.fv-form.form01 #formFrame #mainFrame .form-table dl dd select {
	height: 35px;
}
#form.form01 #formFrame #mainFrame .form-table dl dd textarea,
.fv-form.form01 #formFrame #mainFrame .form-table dl dd textarea {
	min-height: 140px;
}
#form.form01 #formFrame #mainFrame .form-table dl dd p,
.fv-form.form01 #formFrame #mainFrame .form-table dl dd p {
	font-size: 14px;
}
#form.form01 #formFrame #mainFrame .form-table .scroll-box,
.fv-form.form01 #formFrame #mainFrame .form-table .scroll-box {
	width: 780px;
	height: 160px;
	padding: 30px 25px 0;
	margin: 39px auto 0;
	border: 1px solid #e3e3e3;
}
#form.form01 #formFrame #mainFrame .form-table .scroll-box p,
.fv-form.form01 #formFrame #mainFrame .form-table .scroll-box p {
	line-height: 1.5;
}

/*----- confirm -----*/
#form.confirm #formFrame .subTitle {
	padding: 0 0 69px 69px;
}
#form.confirm #mainFrame {
	width: 1000px;
	margin: 0 auto;
	border: 3px solid #e3e3e3;
}
#form.confirm #mainFrame .form-table {
	width: 900px;
	padding: 42px 0 23px;
	margin: 0 auto;
}
#form.confirm #mainFrame .form-table dl {
	border-bottom: 1px solid #dadada;
}
#form.confirm #mainFrame .form-table dl dt, #form.confirm #mainFrame .form-table dl dd {
	line-height: 1.8;
}
#form.confirm #mainFrame .form-table dl dt {
	width: 260px;
	padding-left: 65px;
}
#form.confirm #mainFrame #sentPrev {
	margin: 0 auto 41px;
	width: 610px;
}
#form.confirm #mainFrame #prevBtn img {
	cursor: pointer;
}

/*----- thanks -----*/
#form.thanks .thanksText {
	width: 855px;
	margin: 0 auto 134px;
}
#form.thanks .thanksText p {
	line-height: 1.4;
}
#form.thanks .thanksText p + p {
	margin-top: 22px;
}
#form.thanks .thanksText p.download-text {
	margin-top: 60px;
	font-weight: bold;
}
#form.thanks .thanksText p.download-text a {
	color: #548f13;
	font-weight: bold;
	text-decoration: underline;
}
#form.thanks #goTop {
	padding-bottom: 70px;
}
#form.thanks #goTop a {
	color: #000;
}
.wrap_logo {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100px;
}


.slideshow_logo {
  display: flex;
  animation: loop-slide 40s infinite linear 2s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.content_logo {
  width: 150px;
  height: auto;
}		
p{
display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.font10{
	text-decoration: none;
	margin: 20px;
}

	a {
  text-decoration: none;
		}
.faq__answer {
  display: flex;
  flex-direction: column
}
.faq__answer__txt {
  border: 3px solid #72a946;
  border-radius: 1.2em;
  color: #4b2d0d;
  line-height: 2;
  letter-spacing: .06em;
  position: relative
}
@media not screen and (max-width:767px) {
  .faq__answer__txt {
    padding: 1.25em 2em 1.25em 5em
  }
}
@media screen and (max-width:767px) {
  .faq__answer__txt {
    padding: 1.25em 2em 1.25em 4em
  }
}
.faq__answer__txt::before {
  content: "A";
  font-weight: 700;
  line-height: 1;
  width: 1.6em;
  height: 1.6em;
  border-radius: 100%;
  color: #72a946;
  border: 2px solid currentColor;
  position: absolute;
  left: 1em;
  display: grid;
  place-items: center
}
@media not screen and (max-width:767px) {
  .faq__answer__txt::before {
    font-size: 2.4rem;
    top: .5em
  }
}
@media screen and (max-width:767px) {
  .faq__answer__txt::before {
    font-size: 1.8rem;
    top: 1em
  }
}
.faq__answer__txt::after {
  content: "";
  width: 27px;
  height: 25px;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026.9%2025.03%22%3E%3Cpath%20d%3D%22M0%2C.28S8.31%2C23.66%2C24.92%2C25c0%2C0-6.52-14.26%2C2-24.75Z%22%20fill%3D%22%236fa137%22%2F%3E%3Cpath%20d%3D%22M3.07%2C0S8.41%2C16%2C21.56%2C22.05c0%2C0-5.54-13.35%2C2.28-22Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat left top/contain;
  position: absolute;
  bottom: -25px
}
@media not screen and (max-width:767px) {
  .faq__answer__txt::after {
    right: 120px
  }
}
@media screen and (max-width:767px) {
  .faq__answer__txt::after {
    right: 75px
  }
}
.faq__answer__illust {
  align-self: flex-end;
  position: relative;
  margin-top: -30px
}
@media screen and (max-width:767px) {
  .faq__answer__illust {
    width: 80px
  }
}

/* first view */
.left-content {
	margin-top: 10px;
}
.kaiketsu_img {
	position: relative;
	/* top: -12px; */
	top: 0px;
	left: 10px;
	right: 0;
	width: 76%;
	z-index: 2;
}
.white_box {
	position:relative;
	right: 10px;
	top: 10px;
	/*margin-top: 20px;*/
	background-color: #ffffff;
	/*padding: 0 20px 0 10px;*/
	margin: 25px 20px 0 0;
	padding: 0 0 0 10px;
	justify-content: center;
}
.text_white {
	font-size: 20px;
	border-top: 1px solid #6fa236;
	padding: 20px 0;
	padding-left: 2.2em;
    text-indent: -1.5em;
	align-items: center;
	line-height: 26px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ角ゴシック","ヒラギノ丸ゴシック","メイリオ","Arial"!important;
}
.top_box_right {
	width: 100%;
}
.text_white:first-child {
	border-top: none;
}
.yellow_line {
	background-color: #fff002;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ角ゴシック","ヒラギノ丸ゴシック","メイリオ","Arial"!important;
}
.check_box {
	width: 20px;
	margin-right: 10px;
	margin-bottom: 3px;
}
.top_button {
	position: relative;
	top: 50px;
	right: 15px;
}
.top_button img {
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	transition: 0.1s;
}
.top_button:hover img:nth-of-type(2) {
	opacity: 0;
}
.l-flex-between.main {
	/*padding: 20px 0 20px;*/
}
.l-flex-between.top_img {
	justify-content: space-around;
	width: 530px;
    position: relative;
    top: -21px;
}
/*  banner */
.banner_kamakura {
	max-width: 1000px;
	margin: 0 auto 100px;
}
/* PCレスポンシブ */
.sp-br {
	display: none;
}
.point_box_img {
	width: 640px;
}
/* 57項目と80項目の違い */
.top_comparison_img {
	width: 70%;
}
/* 動画 */
.youtube_lifestyle {
	width: 570px;
	height: 295px;
}
.rakusatu01_top {
	width: 500px;
	max-width: 100%;
	text-align: center;
}

/*　トップフォーム調整 */
.l-flex-between-center.d_move {
	align-items: flex-start!important;
}
.check_top {
	font-size: 0.9em;
}