@charset "UTF-8";

/* ==========================================================
[ Index CSS - Contents ]

========================================================== */

/* ==========================================================
*
*   common style.. recommend not to delete because you often use these modules or parts.
*
========================================================== */

body {
	min-width: 960px;
}
@media screen and (max-width: 767px) {
	body {
		min-width: 320px;
	}
}

/* ---------------------------------------------
*   global setting
--------------------------------------------- */
@media screen and (min-width: 768px) {
	.hide_pc {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.hide_sp {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.pc-hide {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.sp-hide {
		display: none !important;
	}
}

.skin_breadcrumb {
	padding-bottom: 15px !important;
	background-color: #fff !important;
}

/* ---------------------------------------------
*   margin
--------------------------------------------- */
.mgb125 {
	margin-bottom: 125px !important;
}

@media screen and (max-width: 767px) {
	.mgb-sp--20 {
		margin-bottom: 2.77778vw !important;
	}
	.mgb-sp--30 {
		margin-bottom: 4.16667vw !important;
	}
	.mgb-sp--50 {
		margin-bottom: 6.94444vw !important;
	}
	.mgb125 {
		margin-bottom: 17.36111vw !important;
	}
}

/* ---------------------------------------------
*   contents (override)
--------------------------------------------- */
#contents {
	position: relative;
	background-color: #e5e5e5;
}

/* ---------------------------------------------
*   contents_base (override)
--------------------------------------------- */
#contents_base {
	font-family: "Genshin-Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	overflow-x: hidden;
}

/* ---------------------------------------------
*   module_catch (源真ゴシックのタイトル部分モジュール)
--------------------------------------------- */
@media screen and (max-width:767px) {
	.module_panel {
		width: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}


/* ---------------------------------------------
*   new css
--------------------------------------------- */
#contents_inner {
	padding-bottom: 0;
}

/*20190610*/
#contents_inner {
	width: 100%;
	background-color: #fff;
}
.m-txt {
	font-size: 35px;
}

@media screen and (max-width: 767px) {
	.m-txt {
		font-size: 5.83333vw;
	}
}

.l-txt {
	font-size: 48px;
}

@media screen and (max-width: 767px) {
	.l-txt {
		font-size: 6.38889vw;
	}
}

.highlight-yellow {
	background: linear-gradient(transparent 0%, transparent 70%, #ffce23 70%, #ffce23 90%, transparent 90%, transparent 100%);
}

.yellow-txt {
	color: #fa7c00;
}

.red-txt {
	color: #da1818;
}

@media screen and (max-width: 767px) {
	.red-txt {
		line-height: 1.5;
	}
}

.ls-small {
	margin-left: -5px;
}

@media screen and (max-width: 767px) {
	.ls-small {
		margin-left: -1.38889vw;
	}
}
#header{
	padding-bottom: 0!important;
	line-height: 0;
}
/* ---------------------------------------------
*   contact-panel
--------------------------------------------- */
.contact-panel {
	background-color: #ffce23;
	margin: 0-100vw;
	padding: 0 100vw;
	border-radius: 0;
}

.module_conversion {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.module_conversion {
		display: block;
		width: auto;
		padding-top: 4.16667vw;
		padding-bottom: 4.16667vw;
	}
}

.conversion_right {
	border: 2px solid #fff;
	padding: 10px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
}

@media screen and (max-width: 767px) {
	.conversion_right {
		width: 90.9%;
		margin-right: auto;
		margin-left: auto;
		padding: 2.08333vw 3.47222vw 4.86111vw;
	}
}

.conversion_left {
	float: none;
	border: none;
}

@media screen and (max-width: 767px) {
	.conversion_left {
		width: 90.9%;
		margin-top: 0;
		margin-bottom: 4.16667vw;
		margin-right: auto;
		margin-left: auto;
		padding: 2.08333vw 4.72222vw 4.86111vw;
	}
}

.item__title {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 15px;
}

.item__title.skin_space {
	padding-left: 22px;
}

.item__body img{
	width: auto!important;
	width: initial!important;

}

@media screen and (max-width: 767px) {
	.item__title {
		font-size: 3.19444vw;
		margin-bottom: 2.77778vw;
	}
}

@media screen and (max-width: 767px) {
	.item__title.skin_space {
		padding-left: 0;
	}
}

.item__link-tel {
	vertical-align: middle;
}

.item__tel {
	padding: 0 0 10px 108px;
	background: url(../moving031d_image/icon_conversion_tel.png) 18px center no-repeat;
	margin-bottom: 16px;
/*	text-align: center;*/
}

@media screen and (max-width: 767px) {
	.item__tel {
		padding: 0 0 1.39vw 21vw;
		background-size: 18%;
		background-position: left;
		margin-bottom: 2.77778vw;
	}
}

.item__tel-number {
	line-height: 1.25;
	font-size: 2.48em;
}

@media screen and (max-width: 767px) {
	.item__tel-number {
		font-size: 4.16667vw;
	}
}

.item__navidial {
	font-size: 0.8em;
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.item__navidial {
		font-size: 3.47222vw;
	}
}

.item__hours {
	line-height: 1.75;
	font-size: 1.4em;
	text-indent: -5em;
	padding-left: 5em;
}

@media screen and (max-width: 767px) {
	.item__hours {
		font-size: 2.5vw;
	}
}

.item__tel-ip {
	padding: 16px 5px 11px;
	background-color: #fbf2cb;
}

@media screen and (max-width: 767px) {
	.item__tel-ip {
		padding: 2.22223vw 0.69444vw 1.52778vw
	}
}

.item__tel-ip-text {
	text-align: center;
	line-height: 1.25;
	font-size: 1.6em;
}

@media screen and (max-width: 767px) {
	.item__tel-ip-text {
		font-size: 2.5vw;
	}
}

.item__small {
	font-size: 0.875em;
}

@media screen and (max-width: 767px) {
	.item__small {
		font-size: 2.5vw;
	}
}

.item__tel-ip-number {
	text-align: center;
}

.item__link-ip {
	line-height: 1.25;
	font-size: 2.8em;
}

@media screen and (max-width: 767px) {
	.item__link-ip {
		font-size: 4.16667vw;
	}
}

.item__annotations {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.item__annotations {
		margin-top: 2.08333vw;
	}
}

.item__annotation {
	line-height: 1.75;
	font-size: 1.2em;
}

@media screen and (max-width: 767px) {
	.item__annotation {
		font-size: 2.42222vw;
	}
}

.item__img {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.item__img {
		width: 89.7%;
		margin-bottom: 0;
	}
}

.item__txt {
	font-size: 18px;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.item__txt {
		width: 85%;
		margin-right: auto;
		margin-left: auto;
		font-size: 2.77778vw;
		margin-bottom: 1.38889vw;
	}
}

.item__link-img:hover {
	opacity: .5;
}

@media screen and (max-width: 767px) {
	.item__link-img {
		width: 87%;
		margin: 0 auto;
	}
}

/* ---------------------------------------------
*   header
--------------------------------------------- */
#header-main {
	margin-bottom: 0!important;
}
#header-main-inr {
	margin-bottom: 0!important;
}
#header-logo {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	#header-main-inr {
		width: 91.7%;
		margin: 0 auto 4vw!important;
	}
}



/*  footer-pagetop
--------------------------------------------- */
@media screen and (min-width: 768px) {
	.footer-pagetop {
		position: relative;
	}
}

.footer-pagetop__link-text {
	position: fixed;
	right: 20px;
	bottom: 0;
	z-index: 8;
	display: block;
	overflow: hidden;
	margin-left: auto;
	padding-top: 100px;
	width: 100px;
	height: 0;
	background: url(/gas_power/ad/moving034/moving034_image/icon_totop.png) 0 0 no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.footer-pagetop__link-text {
		right: 0;
		padding-top: 12.5vw;
		width: 12.5vw;
	}
}

.footer-pagetop__link-text--absolute {
	position: absolute;
	bottom: auto;
}

@media screen and (max-width: 750px) {
	.footer-pagetop__link-text--absolute {
		top: -12.5vw;
	}
}

.footer-pagetop__link-text.is-show {
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

@media screen and (min-width: 768px) {
	.footer-pagetop__link-text.is-show:hover {
		opacity: 0.8;
	}
}


/*  footer-pagetop
--------------------------------------------- */
@media screen and (min-width: 768px) {
	.footer-pagetop {
		position: relative;
	}
}

.footer-pagetop__link-text {
	position: fixed;
	right: 20px;
	bottom: 0;
	z-index: 10000;
	display: block;
	overflow: hidden;
	margin-left: auto;
	padding-top: 100px;
	width: 100px;
	height: 0;
	background: url(/gas_power/ad/moving031d/moving031d_image/icon_totop.png) 0 0 no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.footer-pagetop__link-text {
		right: 0;
		padding-top: 12.5vw;
		width: 12.5vw;
	}
}

.footer-pagetop__link-text--absolute {
	position: absolute;
	bottom: auto;
}

@media screen and (max-width: 750px) {
	.footer-pagetop__link-text--absolute {
		top: -12.5vw;
	}
}

.footer-pagetop__link-text.is-show {
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

@media screen and (min-width: 768px) {
	.footer-pagetop__link-text.is-show:hover {
		opacity: 0.8;
	}
}

/*  .conversion_left .item_tel_ip_text .item_small
--------------------------------------------- */
@media screen and (max-width: 767px) {
	.conversion_left .item_tel_ip_text .item_small {
		display: block;
		margin-top: 0.7vw;
		font-size: 1em;
	}
}

/*  2020.04.17 ++add+++ masuda
--------------------------------------------- */
.view_timer {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.view_timer {
		margin-top:3.125vw;
	}
}

/*  LP main
--------------------------------------------- */
#header {
	/*height: 0;*/
}

.lp_contents h1,
.lp_contents h2,
.lp_contents h3,
.lp_contents h4,
.lp_contents p,
.lp_contents ul,
.lp_contents ol,
.lp_contents dl,
.lp_contents li,
.lp_contents dt,
.lp_contents dd{
	line-height: 0;
	font-size: 0;
	margin: 0 auto;
}
.lp_contents{
	max-width: 1920px;
	margin: 0 auto;
}

.lp_contents img{
	width: auto;
	display: block;
	vertical-align: bottom;
	line-height: 0;
	font-size: 0;
	margin: 0 auto;
}
.lp_contents .p-box{
	position: relative;
}

.lp_contents section{
	margin: 0 auto;
}

.lp_contents section.lp_header {
max-width: 900px;
	padding: 30px 10px;
}

.lp_contents section.lp_header p{
	width: 218px;
	margin-left: 0;
}

/*============================
settings
============================*/
.lp_contents .inner {
	width: 800px;
	margin: 0 auto;
}

.lp_contents .cv .inner{
	width: 822px;
}

.lp_contents a img,
#fixdBtn a img{
	opacity: 1;
	transition: all ease 0.5s;
}
.lp_contents a img:hover,
#fixdBtn a img:hover{
	opacity: 0.8;
	transition: all ease 0.5s;
}


/*============================
contents
============================*/

/* fv */
.lp_contents .fv {
	background-image: url('../moving031d_image/fv_bg_pc.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	z-index: 1;
}




.lp_contents .fv .fv_bottom ol{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 42px 20px;
}

/*============================
cv
============================*/
.lp_contents .cv {
	padding: 55px 0 52px;
}
.lp_contents .cv h2{
	margin-bottom: 32px;
}
.lp_contents .cv .btn_offer {
	margin-bottom: 30px;
}

.lp_contents .cv .btn_change,
.fixed_btnbox .btn_change
{
	border-bottom: 1px solid #0024dd;
	display: inline-block;
	padding-bottom: 2px;
}

.lp_contents .cv .btn_change a,
.fixed_btnbox .btn_change a {
	font-size: 16px;
	color: #0024dd;
	line-height: 1;
	font-weight: bold;
	transition:all ease 0.5s;
	opacity: 1;
	text-decoration: none;
}

.lp_contents .cv .btn_change a:hover{
	opacity: 0.7;
}

.lp_contents .cv .inner{
	text-align: center;
}
.lp_contents .cv .btn_text {
}

.lp_contents .cv.cv_how {
	padding: 120px 0 70px;
}
.lp_contents .cv.cv_choice {
	padding: 80px 0 60px;
}
.lp_contents .cv.cv_procedure {
	padding: 100px 0 0;
}
.lp_contents .cv.cv_fv .inner {
  width: 100%;
}
.lp_contents .cv.cv_fv .btn_offer{
  width: auto;
  margin: 0 clamp(10px, 2.5vw, 20px) 5px;
  display: flex;
  justify-content: center;
  row-gap: 4px;
}

/*============================
how
============================*/
.lp_contents .how {
	background-color: #dfecff;
	padding: 60px 0 62px;
	position:  relative;
}

/*
.lp_contents .how:after{
	content: "";
	display: block;
	width: 233px;
	height: 52px;
	position: absolute;
	background-image: url('../moving031d_image/how_bg_bottom.png');
	background-size: contain;
	background-repeat: no-repeat;
	bottom: -52px;
	left:50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
*/

.lp_contents .how h2{
	margin-bottom: 40px;
}


.lp_contents .how ul li{
	position: relative;
}

.lp_contents .how .btn_estimate{
	position: absolute;
	font-size: 20px;
	line-height: 1;
	bottom: 5.6%;
	left:50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-weight: bold;

}

.lp_contents .how .btn_estimate a{
	color: #014099;
	border-bottom: 1px solid currentColor;
	transition: all ease 0.5s;
}
.lp_contents .how .btn_estimate a:hover{
	text-decoration: none;
	opacity: 0.8;
}

/*============================
choice
============================*/


.lp_contents .choice {
	background-image: url('../moving031d_image/choice_bg_pc.png');
	background-position: center top;
	background-repeat: no-repeat;
  margin: 0 0 50px;
}

/*============================
diagnose
============================*/
.diagnose-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10;
	display: none;
	cursor: pointer;
}
.lp_contents .diagnose {
	background-image: url('../moving031d_image/diagnose_bg_pc.png');
	background-position: center top;
	background-repeat: no-repeat;
    padding: 52px 0 62px;
    position: relative;
}
.lp_contents .diagnose .diagnose-inner {
	background: #fff;
	width: 688px;
	margin: 0 auto;
	border: 7px solid #014099;
	border-radius: 15px;
}
.lp_contents .diagnose .diagnose-inner .diagnose-select_wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.lp_contents .diagnose .diagnose-inner .diagnose-select_wrapper .diagnose-select_inner {
	width: 50%;
}

.diagnose-select-box {
	width: 200px;
	margin-bottom: 28px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	z-index: 11;
}
.diagnose-select-box01 {
	margin-left: 94px;
}
.diagnose-select-box02 {
	margin-left: 20px;
}
.diagnose-select-box .diagnose-text {
	padding: 14px 0;
	border: 2px solid #dbdbdb;
	border-radius: 6px;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	font-size: 24px;
	line-height: 1.0;
	color: #4f4f4f;
	cursor: pointer!important;
}
.diagnose-select-box .diagnose-text::after {
	position: absolute;
	top: 40%;
	right: 5%;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 11.5px 0 11.5px;
	border-color: #014099 transparent transparent transparent;
}
.diagnose-select-box .diagnose-text_active {
	border-radius: 6px 6px 0 0;
}
.diagnose-select-box .diagnose-list {
	width: 100%;
    position: absolute;
    top: 100%;
    border-top: none;
	z-index: 10;
    display: none;

}
.diagnose-select-box .diagnose-list li {
	position: relative;
	list-style: none;
	background: #fff;
	padding: 14px 0;
	border: 2px solid #dbdbdb;
	border-top: none;
	font-size: 20px;
	line-height: 1.0;
	cursor: pointer!important;
}

.lp_contents .diagnose .diagnose-inner .diagnose-select_btn {
	width: 303px;
	margin: 0 auto 36px;
	cursor: pointer;
	filter: drop-shadow(0px 6px 10px rgba(0,0,0,0.4));
}

.lp_contents .diagnose .diagnose-inner .diagnose-result_text,
.lp_contents .diagnose .diagnose-inner .diagnose-result_text p {
	font-size: 26px;
	line-height: 1.0;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}
.lp_contents .diagnose .diagnose-inner .diagnose-result_text01 {
	margin-bottom: 24px;
}

.marker {
	background: linear-gradient(transparent 60%, #fff36d 60%);
    padding-bottom: 4px;
}
.lp_contents .diagnose .diagnose-inner .diagnose-result_text02-wrapper,
.lp_contents .diagnose .diagnose-inner .diagnose-result_text04-wrapper,
.lp_contents .diagnose .diagnose-inner .diagnose-result_text05-wrapper,
.lp_contents .diagnose .diagnose-inner .diagnose-result_text08-wrapper {
	position: relative;

}
.lp_contents .diagnose .diagnose-inner .diagnose-result_text02-wrapper .diagnose-result_text02 {
	position: absolute;
	top: 0;
	right: 21.5%;
	width: 290px;
	padding: 24px 0;
	text-align: center;
	line-height: 1.0;
	color: #fbbea5;
	font-size: 34px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	background: transparent;
}
.lp_contents .diagnose .diagnose-inner .diagnose-result_text04-wrapper .diagnose-result_text04-01 {
	position: absolute;
    bottom: 8%;
    left: 15.5%;
    width: 224px;
    padding: 7px 0;
    text-align: center;
    line-height: 1.0;
    color: #000;
    font-size: 34px;
    font-family: 'Noto Sans JP', sans-serif;
	background: transparent;
}
.lp_contents .diagnose .diagnose-inner .diagnose-result_text04-wrapper .yen-text{
	display: none;
	font-size: 24px;
}
.lp_contents .diagnose .diagnose-inner .diagnose-result_text04-wrapper .yen-text-active{
	display: inline-block;
}
.lp_contents .diagnose .diagnose-inner .diagnose-result_text04-wrapper .diagnose-result_text04-02 {
	position: absolute;
    bottom: 8%;
    right: 15.5%;
    width: 224px;
    padding: 7px 0;
    text-align: center;
    line-height: 1.0;
    color: #000;
    font-size: 34px;
    font-family: 'Noto Sans JP', sans-serif;
	background: transparent;
}
.lp_contents .diagnose .diagnose-inner .diagnose-result_text08-wrapper .diagnose-result_text08 {
	position: absolute;
	top: 0;
	right: 22.5%;
	width: 290px;
	box-sizing: border-box;
	padding: 24px 0 24px 12px;
	text-align: center;
	line-height: 1.0;
	color: #fbbea5;
	font-size: 34px;
	font-family: 'Noto Sans JP', sans-serif;
	background: transparent;
	font-weight: 900;
}
.lp_contents .diagnose .diagnose-inner .diagnose-result_text02-wrapper .diagnose-result_text02 .val05,
.lp_contents .diagnose .diagnose-inner .diagnose-result_text08-wrapper .diagnose-result_text08 .val06 {
	font-size:46px;
}

.lp_contents .diagnose .diagnose-inner .diagnose-result_text02-wrapper .diagnose-result_text02 .diagnose-result_active,
.lp_contents .diagnose .diagnose-inner .diagnose-result_text08-wrapper .diagnose-result_text08 .diagnose-result_active {
	color: #f23333;
}

.lp_contents .diagnose .diagnose-inner .result05-link-wrapper {
	position: relative;
}
.lp_contents .diagnose .diagnose-inner .result05-link-wrapper .result05-link {
	position: absolute;
	top: 20%;
	left: 16%;
	width: 160px;
	height: 20px;
	cursor: pointer;
}
.diagnose-result_now,
.diagnose-result_active-first {
position: relative;
}
.diagnose-result_now::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: bg_anime 1s;
}
.diagnose-result_active-first::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: bg_anime-first 3s;
}
@keyframes bg_anime {
	0% {
		opacity: 0;
	}
	20% {
		background: #fff;
		opacity: 1;
	}
	80% {
		background: #fff;
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes bg_anime-first {
	0% {
		opacity: 0;
	}
	20% {
		background: #fff;
		opacity: 1;
	}
	90% {
		background: #fff;
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.lp_contents .cv.cv_procedure h2 {
	width: 97.0667%;
}
@media screen and (max-width: 767px){
	.lp_contents .diagnose {
		background-image: url('../moving031d_image/diagnose_bg_sp.png');
		padding: 6% 0 8.2%;
	}
	.lp_contents .diagnose .diagnose-inner{
		width: 92.5%;
		border: 1vw solid #014099;
		border-radius: 2vw;
	}
	.diagnose-select-box {
		width: 37.2vw;
	}
	.diagnose-select-box .diagnose-text::after {
		border-width: 2vw 1.8vw 0 1.8vw;
	}
	.diagnose-select-box01 {
		margin-left: 4.2vw;
	}
	.diagnose-select-box02 {
		margin-left: 4.8vw;
	}
	.diagnose-select-box .diagnose-text {
		padding: 2vw 0;
		font-size: calc(30/750*100vw);
	}
	.diagnose-select-box .diagnose-list li {
		padding: 2vw 0;
		font-size: calc(30/750*100vw);
	}
	.lp_contents .diagnose .diagnose-inner .diagnose-select_btn {
		width: 71%;
		margin-bottom: 8%;
		filter: drop-shadow(0px 1vw 1.3vw rgba(0,0,0,0.4));
	}
	.lp_contents .diagnose .diagnose-inner .diagnose-result_text01 {
		font-size: calc(32/750*100vw);
		margin-bottom: 6%;
	}
	.lp_contents .diagnose .diagnose-inner .diagnose-result_text02-wrapper .diagnose-result_text02 {
		width: 54vw;
		right: 14.5%;
		padding: 4% 0 5%;
		font-size: calc(55/750*100vw);
	}
	.lp_contents .diagnose .diagnose-inner .diagnose-result_text02-wrapper .diagnose-result_text02 .val05,
	.lp_contents .diagnose .diagnose-inner .diagnose-result_text08-wrapper .diagnose-result_text08 .val06 {
		font-size: calc(78/750*100vw);
	}
	.lp_contents .diagnose .diagnose-inner .diagnose-result_text04-wrapper .diagnose-result_text04-01 {
		left: 9%;
		width: 35vw;
		font-size: calc(42/750*100vw);
	}
	.lp_contents .diagnose .diagnose-inner .diagnose-result_text04-wrapper .diagnose-result_text04-02 {
		right: 9%;
		width: 35vw;
		font-size: calc(42/750*100vw);
	}
	.lp_contents .diagnose .diagnose-inner .diagnose-result_text04-wrapper .yen-text {
		font-size: calc(28/750*100vw);
	}
	.lp_contents .diagnose .diagnose-inner .diagnose-result_text08-wrapper .diagnose-result_text08 .diagnose-result_text08_yen {
		font-size: calc(36/750*100vw);	
	}
	.lp_contents .diagnose .diagnose-inner .result05-link-wrapper .result05-link {
		top: 20%;
		left: 11%;
		width: 22vw;
		height: 2vw;
		cursor: pointer;
	}
	.lp_contents .diagnose .diagnose-inner .diagnose-result_text08-wrapper .diagnose-result_text08 {
		width: 53.6vw;
		right: 13%;
		padding: 3.5% 0 5% 0;
		font-size: calc(50/750*100vw);
	}
	.lp_contents .cv.cv_procedure h2 {
		width: 100%;
	}
}

/*============================
procedure
============================*/



.lp_contents .procedure {
	background-color: #f3f8ff;
	padding: 62px 0 90px;
}
.lp_contents .procedure h2 {
	margin-bottom: 22px;
}
.lp_contents .procedure p {
	margin-bottom: 50px;
}

.lp_contents .procedure .btn_move{
	  position: absolute;
	  bottom: 50px;
	  left:50%;
	  -webkit-transform: translate(-50%, 0);
	  transform: translate(-50%, 0);
}
.lp_contents .procedure .p-box p{
	margin-bottom: 0;
}



/*============================
#conditions
============================*/
.lp_contents .caution  #conditions {
	width: 660px;
	margin-left: 50px;
	margin-bottom: 115px;
	text-align: justify;

}

.lp_contents .caution  #conditions li {
	line-height: 1.4167;
	font-size: 12px;
	padding-left: 2em;
	color: #000;
}


.lp_contents .caution  #conditions li.indent {
	text-indent: -1.2em;
}

.lp_contents .caution  #conditions li.mb {
	margin-bottom: 20px;
}



/*============================
 追加バナー
 ============================*/

#contents_inner .banner_area {
	background-color: rgba(235,237,245,1);
	padding:40px 0 20px;
	width:880px;
	margin: 0 auto 30px;
	text-align: center;
}

#contents_inner .banner_area p{
	font-size: 20px;
	line-height: 1.5;
}
#contents_inner .banner_area .banner_text{
	margin-bottom: 10px;
}
#contents_inner .banner_area .banner_text span {
	font-weight: bold;
	font-size: 34px;
}


#contents_inner .banner_area .banner_link a {
	color: #0000ff;
	border-bottom: 1px solid currentColor;
	text-decoration: none;
}
#contents_inner .banner_area .banner_caution {
	text-align: left;
	font-size: 12px;
	margin-top: 20px;
	padding-left: 30px;
}



/*============================
 フッター固定ボタン
 ============================*/

 #fixdBtn {
 	position: fixed;
 	bottom: 0;
 	left: 0;
 	right:0;
 	z-index: 99;
 	width: 100%;
 	margin: 0 auto;

 	transition: .3s;
 	-webkit-transition: .3s;
 	opacity: 1;
 	background-color: #FFF;
 }

 .fixed_cvbtns-inner {
 	position: relative;
 	margin: 0 auto;
 	max-width: 960px;
 	padding: 10px 0 0;
	text-align: center;
 }
 .fixed_btnbox{
 	/* display: flex; */
 }
 .btn_fixed{

 	width: 49.5833%;
 	left: 0.5%;
 	top: 26%;
 }
 .btn_fixed_new{
 	position: absolute;

  	right: 0.5%;
  	top: 26%;
 }
 .fixed_btnbox .btn_offer{
 	margin-bottom: 5px;
    display: flex;
    justify-content: center;
    row-gap: 4px;
 }
 .fixed_btnbox .btn_change{
 	margin: 0 auto;

 }


 .btn_fixed_text{
 	position: absolute;
 	bottom: 10%;
 	left:50%;
 	width: 55.9375%;
 	-webkit-transform: translate(-50%, 0);
 	transform: translate(-50%, 0);
 }
 #fixdBtn h2{
 	margin-bottom: 10px;
 }
 #fixdBtn p{
 	opacity: 1;
 }
 #fixdBtn img {
 	display: block;
 	margin: 0 auto;
 }

 .is-bnrShow {
 	visibility: visible;
 	opacity: 1!important;

 }
 .is-bnrHide {
 	visibility: hidden;
 	opacity: 0!important;
 }

/*============================
SP
============================*/


@media screen and (max-width: 767px){
.lp_contents img{
	width: 100%;

}
	#contents_inner .wrap{
		background-image: none;
	}

#contents_inner .hide_sp{
	display: none;
}

/* header */
#contents #contents_base #contents_inner section.lp_header{
	padding: 3.7333% 5.7333% 2.6667%;
}
#contents #contents_base #contents_inner section.lp_header p{
	width: 29.0667%;
	margin-left: 0;
}
/*============================
settings
============================*/
.lp_contents .inner {
	width: 100%;
	margin: 0 auto;
}

.lp_contents .cv .inner{
	width: 100%;
}

/*============================
contents
============================*/

/* fv */
.lp_contents .fv {
	background-image: none;
border-top: 1px solid #e5e5e5;
}


.lp_contents .fv .fv_bottom {
	background-image: url('../moving031d_image/fv_bottom_bg_sp.png');
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 1;
	background-size: contain;
	margin-top: -5%;
}

.lp_contents .fv .fv_bottom ol{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-pack: justify;
  	-ms-flex-pack: justify;
  	justify-content: space-between;
  	padding: 1% 2.3% 3%;
}

.lp_contents .fv .fv_bottom ol li{
	width: 32.8169%;
}

/*============================
cv
============================*/
.lp_contents .cv {
	padding: 8.6667% 0 10.4%;
}
.lp_contents .cv h2{
	width:97.0667%;
	margin-bottom: 4.2667%;
}
.lp_contents .cv .btn_offer {
	width: 100.0667%;
	margin:0 auto 6%;
}

.lp_contents .cv .btn_offer a:nth-child(2){
	margin-top: 0.533vw;
    display: block;
}


.lp_contents .cv.cv_how h2{
	width: 97.0667%;
}

.lp_contents .cv.cv_how {
	padding: 17% 0 10%;
}
.lp_contents .cv.cv_choice {
	padding: 10% 0 10%;
}
.lp_contents .cv.cv_choice h2{
	width: 73.0667%;
}
.lp_contents .cv.cv_procedure {
	padding: 9.333% 0 14%;
}
.lp_contents .cv.cv_procedure h2 {
	width: 97.0667%;
}

.lp_contents .cv p.btn_change a,
.fixed_btnbox .btn_change a {
	font-size: calc(26/750*100vw);
	color: #0024dd;
}
.fixed_btnbox .btn_offer{
	margin-bottom: 2%;
}

/*============================
how
============================*/
.lp_contents .how {
	background-color: #dfecff;
	padding: 8.5333% 2.4% 9.4667%;
	position:  relative;
}

/*
.lp_contents .how:after{
	content: "";
	display: block;
	width: calc(318/750*100%);
	height:  auto;
	padding-top: calc(60/750*100%);
	position: absolute;
	background-image: url('../moving031d_image/how_bg_bottom_sp.png');
	background-size: contain;
	background-position: center top;

	bottom: -10%;
	left:50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
*/

.lp_contents .how h2{
	width: 96%;
	margin-bottom: 3.3333%;
}


.lp_contents .how ul li{
	position: relative;
}

.lp_contents .how .btn_estimate{
	font-size: 2.9333vw;

}

/*============================
choice
============================*/


.lp_contents .choice {
	background-image: url('../moving031d_image/choice_bg_pc.png');
	background-position: center top;
	background-repeat: no-repeat;
  margin: 7vw 0;
}

/*============================
procedure
============================*/



.lp_contents .procedure {
	background-color: #f3f8ff;
	padding: 9.3333% 0 14%;
}
.lp_contents .procedure h2 {
	width: 89.3333%;
	margin-bottom: 2.6667%;
}
.lp_contents .procedure p {
	width: 89.4667%;
	margin-bottom: 6.6667%;
}

.lp_contents .procedure .p-box p{
	width: 89.8667%;
	margin-bottom: 0;
}

.lp_contents .procedure p.btn_move{
	  position: absolute;
	  width: 60.4%;
	  bottom: 10%;
	  left:50%;
	  -webkit-transform: translate(-50%, 0);
	  transform: translate(-50%, 0);
}

/*============================
#conditions
============================*/
.lp_contents .caution  #conditions {
	width: 90%;
	margin-left: 4%;
	margin-bottom: 10%;

}

.lp_contents .caution  #conditions li {
	line-height: 1.4167;
	font-size: 12px;
	padding-left: 2em;
	color: #000;
}


.lp_contents .caution  #conditions li.indent {
	text-indent: -1.2em;
}

.lp_contents .caution  #conditions li.mb {
	margin-bottom: 4%;
}

/*============================
 追加バナー
 ============================*/

 #contents_inner .banner_area {
	padding:5% 0 3%;
	width:100%;
	margin: 0 auto 5%;
	text-align: center;
}

#contents_inner .banner_area p{
	font-size: 4vw;
	line-height: 1.5;
}
#contents_inner .banner_area .banner_text{
	margin-bottom: 3%;
}
#contents_inner .banner_area .banner_text span {
	font-size: 7vw;
}

#contents_inner .banner_area .banner_caution {
	font-size: 2.5vw;
	margin-top: 5%;
	padding-left: 3%;
}


/*============================
 フッター固定ボタン
 ============================*/

 #fixdBtn {
 	position: fixed;
 	bottom: 0;
 	left: 0;
 	right:0;
 	z-index: 99;
 	width: 100%;
 	margin: 0 auto;

 	transition: .3s;
 	-webkit-transition: .3s;
 	opacity: 1;
 	background-color: #FFF;
 }

 .fixed_cvbtns-inner {
 	position: relative;
 	margin: 0 auto;
 	max-width: 100%;
 	padding: 3% 0 0;

 }
 .fixed_btnbox{
 	padding: 0;
 }

 #fixdBtn h2{
 	width: 90.4%;
 	margin:0 auto 3%;
 }
 #fixdBtn p{
 	opacity: 1;
 }
 .fixed_btnbox .btn_offer{
 	width: 92%;
 	margin: 0 auto 1%;
 }

 #fixdBtn img {
 	display: block;
 	margin: 0 auto;
 }

 .is-bnrShow {
 	visibility: visible;
 	opacity: 1!important;

 }
 .is-bnrHide {
 	visibility: hidden;
 	opacity: 0!important;
 }
 }






/*20250225追加*/
#movie{padding-top: 5%;} 
#movie .innerBox{width:90%; max-width:730px; margin: auto;}
#movie .movieBox{width:100%; padding-top: 57%; position: relative;  margin: 5% auto 10%; overflow: hidden; }
#movie .movieBox video{width:100%; position: absolute; top: 0; left: 0;}

/*20250922追加*/
.lp_contents .note{
  text-align: left;
  line-height: 1.4167;
  font-size: 12px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .lp_contents .note{
    margin: 0 2em;
  }
}




