@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 767px) {
body{
  -webkit-text-size-adjust: 100%;
	width: 100%;
	min-width: 100%!important;
	overflow-x: hidden;
}
.pc{display:none!important;}
.sp{display:block!important;}


/* HEADER */

.wrap{
	width: 94%;
	margin: 0 auto;
	padding: 0;
	max-width: 380px;
}
/* HEADER */
header{
	background-color: #fff;
}
header .wrap{
	width: 100%;
	margin: 0;
	max-width: 100%;
	padding: 0;
	display: flex;
	justify-content: space-between;
	height: 65px;
	align-items:center;
}
header .ttl1{
	color: #212529;
	font-size: 10px;
}
header .logo{
	padding-left: 10px;
}
header .logo img{
	width: 140px;
	height: auto;
	margin-top: 0.25em;
	display: block;
}
header ul.btn{
	display: flex;
	justify-content: flex-end;
	text-align: center;
	align-items:center;
	width: 130px;
}
header ul.btn li.btn1 a{
	background: url("../img/sp/header_ic1_sp.svg") no-repeat center 0.75em #212529;
	background-size: 1.25em;
	display: block;
	width: 65px;
	height: 65px;
	position: relative;
}
header ul.btn li.btn1 a::before{
	content: 'TEL';
	display: block;
	text-align:center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	line-height: 100px;
}
header ul.btn li.btn1 .number,
header ul.btn li.btn1 .time{
	display: none;
	}
header ul.btn li.btn2 a{
	background: url("../img/sp/header_ic2_sp.svg") no-repeat center 1.25em #d21616;
	background-size: 2.25em;
	display: block;
	width: 65px;
	height: 65px;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	border-radius: 0;
	box-shadow: 0 0 0 #8b0b0b;
	line-height: 100px;
	white-space: nowrap;
}


/* FOOTER */
footer a{
	margin-top: 1em;
	width: 100%;
	background: url("../img/page_top.svg") no-repeat center 10px #f7f6f5;
	background-size: 20px auto;
	padding: 30px 0 10px 0;
	display: block;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}
.copyright {
	display: block;
	text-align: center;
	width: 100%;
	padding: 2em 0;
	font-size: 10px;
	color: #fff;
}


/* CONTENTS ------------*/
.mv{
	background: url("../img/sp/mv_bg_sp.png") no-repeat center top;
	width: 100%;
	height: 280px;
	background-size: cover;
}
.mv .wrap{
	padding: 0;
	position: relative;
	height: 280px;
	width: 94%;
	max-width: 360px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
}
.mv .wrap::before{
	display: none
		/*
	content: '';
	background: url("../img/sp/mv_sp.png") no-repeat 0 0;
	background-size: contain;
	width: 160px;
	height: 205px;
	position: absolute;
	bottom: auto;
	top: 10px;
	right: -3%;
	display: block;
	z-index: 0;
		*/
}
.mv .wrap .ttl2{
	padding-bottom: 10px;
	max-width: 380px;
	margin: 0 auto;
}
.mv .wrap .ttl2 img.sp{
	width: 100%!important;
	display: inline!important;
}
.mv .wrap img{
	position: relative;
	z-index: 1;
	width: 90%;
	height: auto;
	margin: 0 auto;
	display: block;
	max-width: 380px;
}


.cv{
	padding-bottom: 20px;
}
.cv .ttl2{
	padding-top: 1em;
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.cv .box{
	background-color: #fff;
	margin: 15px auto 0 auto;
	width: 92%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	padding-bottom: 20px;
	position: relative;
}
.cv p{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0.75em 0 0.5em ;
	white-space: nowrap;
	width: 100%;
	line-height: 1.5;
}
.cv p.sp{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 1.5em 0 0;
	width: 100%;
}


.cv .tel{
	width: 280px;
	color:#222222;
	font-size: 10px;
	text-align: center;
	margin: 5px auto 0 auto;
	position: relative;
	z-index: 2;
}
.cv .tel a{
	display: block;
	border: 1px solid #222222;
	border-radius: 5px;
	box-shadow: 0 3px 0 #222222;
	padding: 0.5em 0;
	background-color: #fff;
}
.cv .tel a .min{
	display: none;
}
.cv .tel .tel_number{
	font-size: 16px;
	background: url("../img/cv_tel.svg") no-repeat 0 0em;
	background-size: auto 1em;
	padding-left: 0.75em;
	font-weight: bold;
	display: inline;
}
.cv a.btn{
	width: 280px;
	display: block;
	background-color: #d21616;
	text-align: center;
	padding: 0.6em 0;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: 0 4px 0 #8b0b0b;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}



.problem{
	padding: 15px 0 30px;
}
.problem .ttl2{
	font-size: 20px;
	color: #111;
	text-align: center;
  position: relative;
  width: 250px;
  min-height: 50px;
  margin: 20px;
  padding: 0.75em 0.25em;
  border-radius: 60px;
  box-shadow: 0px 0px 10px 0px rgba(142,142,142,1);
  /* 子要素(疑似要素)の tranlateZを有効化 */
  transform-style: preserve-3d;

	margin-left: 0;
}
.problem .ttl2::before,
.problem .ttl2::after{
  content: '';
  position: absolute;

  width: 30px;  /* 吹き出しサイズ */
  height: 22px; /* 吹き出しサイズ */
}
.problem .ttl2,
.problem .ttl2::before{
  background: #fff; /* 塗りつぶし色 */
}

.problem .ttl2,
.problem .ttl2::before{
  box-shadow: 0px 0px 5px 0px rgba(142,142,142,1); /* 影の色と付け方 */
}
/* 左辺中央 */
.problem .ttl2::before,
.problem .ttl2::after{
  top: 50%; right: -10px;
  transform: translateY(-50%) rotate(64deg) skew(-25deg, -25deg) translateZ(-1px);
	z-index: 1;
}
/* 吹き出しの境目をわからなくする */
.problem .ttl2::after{
  background: linear-gradient(224deg, #fff 51%, rgba(0,0,0,0) 51%);
  transform: translateY(-50%) rotate(64deg) skew(-25deg, -25deg) translateZ(+1px);
}
.problem .ttl2 span.red{
	font-weight: bold;
}
.problem .ttl2 span.img{
	position: relative;
	font-weight: bold;
}
.problem .ttl2 span.img::before{
	content: '';
	position: absolute;
	display: block;
	background: url("../img/problem_img.png") no-repeat;
	background-size: 100%;
	width: 100px;
	height: 120px;
	top: -20px;
	right: -190px;
}

.problem .cth{
	font-size: 21px;
	color: #111;
	font-weight: bold;
	text-align: center;
	background: url("../img/arw1.svg") center top no-repeat;
	background-size: 90px auto;
	padding-top: 40px;
	margin-top: 30px;
}
.problem .cth .color{
	color: #c98f1b;
	font-weight: bold;
}
.marker{
	font-weight: bold;
	background: linear-gradient(#fff 60%, #ffff36 60%);
	position: relative;
}

.problem .cth .marker::before{
	content: '';
	display: block;
	position: absolute;
    left: -20px;
    top: -8px;
	border-left: 1px solid #111;
	width: 2px;
	height: 3em;
	transform: rotate(-30deg);
}

.problem .cth .marker::after{
	content: '';
	display: block;
	position: absolute;
    right: -60px;
    top: -8px;
	border-right: 1px solid #111;
	width: 2px;
	height: 3em;
	transform: rotate(30deg);
}
.problem p{
	text-align: center;
	font-size: 16px;
	margin-top: 2em;
	font-weight: bold;
}
.task{
	padding: 30px 0 40px;
	background: url("../img/task_bg.png");
}

.task h2.ttl2 {
    text-align: center;
}
.task h2.ttl2 span {
    font-size: 25px;
    font-weight: bold;
    color: #564709;
    border-bottom: 1px solid #564709;
    padding: 0 0 0.25em 0;
}
.task ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 2em auto 0 auto;

}
.task ul li{
	margin: 0 0.25em;
	border: 2px solid #a4845f;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 110px;
	height: 110px;
	box-shadow: 0 5px 0 #b5b5b5;
	font-size: 16px;
	color: #564709;
	font-weight: bold;
	text-align: center;
}
.task .box{
	padding: 1em;
	font-size: 14px;
	background-color: #fff;
	margin-top: 2em;
}
.task .box p{
	line-height:2;
}
.task .box .note{
	text-align: right;
	font-size: 10px;
	margin-top: 1em;
}

.ex {
	padding: 30px 0;
}
.ex h2.ttl2 {
    text-align: center;
}
.ex h2.ttl2 span {
    font-size: 25px;
    font-weight: bold;
    color: #564709;
    border-bottom: 1px solid #564709;
    padding: 0 0 0.25em 0;
}
.ex p{
	margin-top: 2em;
    text-align: left;
	font-size: 14px;
}

.ex dl{
	margin-top: 1.5em;
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.75;
}

.ex dl dt{
	margin-top: 1em;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-bottom: -5px;
}
.ex dl dt.dt1,
.ex dl dd.dd1{
	width: 26%;
}
.ex dl dt.dt2,
.ex dl dd.dd2{
	width: 32%;
}
.ex dl dt.dt3,
.ex dl dd.dd3{
	width: 31.8%;
}

.ex dl dt.dt1{
	color: #707070;
	margin-right: 25px;
}
.ex dl dt.dt2{
	color: #a4845f;
}
.ex dl dt.dt3{
	color: #d21616;
}

.ex dl dd{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0.75em;
	color: #222222;
	font-size: 10px;
	border: 1px solid;
	border-radius: 3px;
	line-height: 1.75;
	margin-top: 10px;
}

.ex dl dd.dd1{
	border-color: #c4c4c4;
	line-height: 1.45;
	position: relative;
	margin-right: 25px;
}
.ex dl dd.dd1::before{
	content: '';
	position: absolute;
	display: block;
	right: -25px;
	top: auto;
	background: url("../img/ex_arw.svg") no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
}
.ex dl dd.dd2{
	border-color: #a4845f;
}
.ex dl dd.dd3{
	border-color: #d21616;
}
.ex .note{
	text-align: right;
	margin-top: 1em;
	font-size: 10px;
}
.ex .cth{
	text-align: center;
	margin-top: 1.5em;
	font-size: 17px;
	font-weight: bold;
}

.plan{
    background: url("../img/plan_bg.png") center bottom no-repeat #fff;
    padding: 40px 0 70px;
	border-top:1px solid #a4845f;
}
.plan h2.ttl2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #564709;
}
.plan h2.ttl2 span {
    font-size: 17px;
    font-weight: bold;
    color: #564709;
	border: none;
    padding: 0 0 0.5em 0;
	position: relative;
}
.plan h2.ttl2 span::before {
	content: '';
	border-bottom: 1px solid #564709;
	position: absolute;
	left: 0;
	right: 0;
	bottom:-0.25em;
	font-size: 17px;
	display: inline;
	margin: 0 auto;
	height: 2em;
	width:120%;
	margin-left: -2em;
}
.plan ul {
	width: 92%;
	margin: 2em auto 0 auto;
}
.plan ul li{
    font-size: 15px;
    font-weight: bold;
    color: #222222;
    border-bottom: 1px dotted #cccccc;
    padding: 0.25em 0 0.25em 1.5em;
	background: url(../img/plan_ic.svg) no-repeat left 0.4em;
	background-size: 1em;
}

.reason{
	padding: 60px 0;
	width: 94%;
	margin: 0 auto;
}
.reason h2.ttl2{
	text-align: center;
	margin-bottom: 2.5em;
}
.reason h2.ttl2 span {
    font-size: 25px;
    font-weight: bold;
    color: #564709;
    border-bottom: 1px solid #564709;
	border: none;
    padding: 0 0 0.5em 0;
	position: relative;
}
.reason h2.ttl2 span::before {
	content: '';
	border-bottom: 1px solid #564709;
	position: absolute;
	left: 0;
	right: 0;
	bottom:-0.25em;
	font-size: 25px;
	display: inline;
	margin: 0 auto;
	height: 2em;
	width:120%;
	margin-left: -0.5em;
}
.reason .ttl3{
	margin-top: 50px;
	width: 100%;
	background: url("../img/reason_bg1.png") center 0 no-repeat;
    background-size: cover;
}
.reason .ttl3:nth-of-type(2){
	background: url("../img/reason_bg2.png") center 0 no-repeat;
    background-size: cover;
}
.reason .ttl3:nth-of-type(3){
	background: url("../img/reason_bg3.png") center 0 no-repeat;
    background-size: cover;
}
.reason .ttl3 span.box{
	width: 100%;
	margin: 0 auto;
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.reason .ttl3 span.box span{
	font-weight: bold;
}
.reason .ttl3 span.bg{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	width: 90%;
	background: url("../img/ex1.svg") center left 15px no-repeat rgba(255,255,255,0.8);
	background-size: 45px auto;
	padding: 0 8px 0 75px;
	font-size: 18px;
	font-weight: bold;
	color: #222222;
	height: 75px;

}
.reason .ttl3:nth-of-type(2) span.bg{
	background: url("../img/ex2.svg") center left 15px no-repeat rgba(255,255,255,0.8);
	background-size: 45px auto;
}
.reason .ttl3:nth-of-type(3) span.bg{
	background: url("../img/ex3.svg") center left 15px no-repeat rgba(255,255,255,0.8);
	background-size: 45px auto;
}
.reason .ttl3 span.bg strong{
	font-weight: bold;
	color: #d21616;
}
.reason p{
	font-size: 14px;
	margin: 0 auto;
	padding-top: 1em;
	width: 100%;
}

.flow{
	padding-bottom: 20px;
}
.flow .ttl2{
	font-size: 25px;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	background-color: #a4845f;
	color: #fff;
}
.flow .ttl2 span{
	position: relative;
	font-weight: bold;
}
.flow .ttl2 span::before{
	content: '';
	position: absolute;
	display: block;
	left: -70px;
	top: -14px;
	width: 50px;
	height: 50px;
	background-size: cover;
	background-image: url('../img/flow_ttl_ic.svg');
}

.flow ol {
	width: 94%;
    margin: 30px auto 0;
}
.flow ol > li{
	display: block;
	width: 100%;
	position: relative;
	padding-bottom: 50px;
}
.flow ol > li::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	background: url("../img/arw1.svg") no-repeat center;
	background-size: 80px auto;
	left: 0;
	bottom: 0;
}
.flow ol > li:last-of-type{
	padding-bottom: 20px;
}
.flow ol > li:last-of-type::before{
	display: none;
}
.flow ol > li h3{
	font-size: 17px;
	color: #fff;
	background:url("../img/flow1.svg") no-repeat 0.5em center #a5a5a5;
	background-size: 2em;
	padding: 0.75em 0.25em 0.75em 3em;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}
.flow ol > li h3 span{
	font-weight: bold;
}

.flow ol > li:nth-of-type(2) h3{
	background:url("../img/flow2.svg") no-repeat 0.5em center #a5a5a5;
	background-size: 2em;
}
.flow ol > li:nth-of-type(3) h3{
	background:url("../img/flow3.svg") no-repeat 0.5em center #a5a5a5;
	background-size: 2em;
}
.flow ol > li p{
	width: 100%;
	padding-bottom: 0.5em;
}
.flow ol > li > ul{
	border: 1px solid #6daa6d;
	font-size: 18px;
	padding: 0.75em 0.75em 0.75em 2em;
	width: calc(100% - 230px);
}
.flow ol > li ul li{
	margin: 0.4em;
	text-indent: -0.75em;
	font-size: 10px;
}
.flow ol > li ul li::before{
	content: '●';
	width: 0.75em;
	display: inline-block;
	color: #d21616;
}

.flow ol > li > .dl_box{
	border: 1px solid #a5a5a5;
	font-size: 14px;
	padding: 0.75em;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flow ol > li > .dl_box dl{
	width: 49.5%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	border: 1px solid #cccccc;
	border-radius: 3px;
}
.flow ol > li > .dl_box dl dt{
	font-size: 12px;
	padding: 0.5em 0.25em 0.25em;
	width: 100%;
	text-align: center;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flow ol > li > .dl_box dl dt span{
}
.flow ol > li > .dl_box dl dd{
	font-size: 14px;
	padding: 0.5em;
	width: 100%;
	text-align: center;
}
.flow ol > li > .dl_box dl dd ul{
	padding: 0.5em 0 0 1em;
	text-align: left;
}
.flow p {
    font-size: 14px;
    padding-bottom: 1em;
	width: 100%;
    margin: 0 auto;
}
.flow ol > li > .dl_box dl.type2{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	border: none;
}
.flow ol > li > .dl_box dl.type2 dt{
	width: 25%;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	border: 1px solid #d21616;
	background-color: #d21616;
	border-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	height: 5em;
	color: #fff;
	padding: 0;
}
.flow ol > li > .dl_box dl.type2 dd{
	width: 75%;
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: left;
	align-content: center;
	align-items: center;
	border: 1px solid #d21616;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	height: 5em;
}
.support{
	background: url("../img/support_bg.svg") no-repeat center top #f4f0e9;
	background-size: 100px auto;
	padding-bottom: 10px;
}
.support h2.ttl2 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #d21616;
	padding-top: 2em;
}
.support p {
    text-align: left;
    font-size: 14px;
	padding: 2.5em 0 2em 0;
}
.support ul {
	display: block;
}
.support ul li{
	width: 100%;
	background-color: #fff;
	text-align: center;
	padding: 2em 1.25em 1.25em;
	margin-bottom: 2em;
}
.support ul li img{
	width: 180px;
}
.support ul li h3{
    font-size: 15px;
    font-weight: bold;
	margin-top: 0.5em;
}
.support ul li p{
    font-size: 14px;
	text-align: left;
	padding: 1em 0 0 0;
}

.price{
	padding: 10px 0 40px;
}

.price .ttl2{
	font-size: 20px;
	color: #111;
	text-align: center;
  position: relative;
  width: 240px;
  min-height: 80px;
  margin: 20px;
  padding: 0.5em;
  border-radius: 80px;
  box-shadow: 0px 0px 10px 0px rgba(163,163,163,0.50);
  /* 子要素(疑似要素)の tranlateZを有効化 */
  transform-style: preserve-3d;

	margin-left: 100px;
}

.price .ttl2::before,
.price .ttl2::after{
  content: '';
  position: absolute;

  width: 40px;  /* 吹き出しサイズ */
  height: 33px; /* 吹き出しサイズ */
}
.price .ttl2,
.price .ttl2::before{
  background: #fff; /* 塗りつぶし色 */
}

.price .ttl2,
.price .ttl2::before{
  box-shadow: 0px 0px 5px 0px rgba(142,142,142,1); /* 影の色と付け方 */
}
/* 左辺中央 */
.price .ttl2::before,
.price .ttl2::after{
  top: 51%; left: -10px;
  transform: translateY(-50%) rotate(23deg) skew(-25deg, -25deg) translateZ(-1px);
}
/* 吹き出しの境目をわからなくする */
.price .ttl2::after{
  background: linear-gradient(68deg, #fff 51%, rgba(0,0,0,0) 51%);
  transform: translateY(-50%) rotate(23deg) skew(-25deg, -25deg) translateZ(+1px);
}
.price .ttl2 span.red{
	font-weight: bold;
}
.price .ttl2 span.img{
	position: relative;
	font-weight: bold;
}
.price .ttl2 span.img::before{
	content: '';
	position: absolute;
	display: block;
	background: url("../img/price_img1.png") no-repeat;
	background-size: 100%;
	width: 105px;
	height: 120px;
	top: 4px;
	left: -200px;
}
.price .txt1{
	font-size: 25px;
	color: #111;
	font-weight: bold;
	text-align: center;
	background: url("../img/arw1.svg") center top no-repeat;
	background-size: 100px auto;
	padding-top: 40px;
	margin-top: 60px;
}
.price .txt1 img{
	display: block;
	margin: 0.5em auto 0 auto;
	width: 94%;
}
.price .txt1 .color{
	color: #c98f1b;
	font-weight: bold;
}
.price .txt2{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 1.5em;
}
.price .txt2 img{
	display: block;
	margin: 1.5em auto 0 auto;
	width: 88%;
}
.price p{
	font-size: 14px;
	margin: 2em auto 0 auto;
}
.price .btn{
	display: block;
	width: 290px;
	margin: 3em auto 0 auto;
	font-size: 14px;
	color: #fff;
	padding: 1em 0;
	text-align: center;
	background: url("../img/price_ic.svg") no-repeat right 0.75em center #222222;
}
.price .btn:hover{
	opacity: 1;
}
.price .cont{
	margin: 2em auto 0 auto;
	display: none;
}
.faq{
	padding: 30px 0;
	background-color: #f4f0e9;
}
.faq h2.ttl2 {
    text-align: center;
	margin-bottom: 2em;
}
.faq h2.ttl2 span {
    font-size: 25px;
    font-weight: bold;
    color: #564709;
    border-bottom: 1px solid #564709;
    padding: 0 0 0.25em 0;
}
.faq dl{
	background-color: #fff;
	padding: 0.05em 0.5em 0.5em 1em;
	margin: 20px auto 0 auto;
	width: 94%;
}
.faq dl dt{
	font-size: 15px;
	color: #222;
	font-weight: bold;
	padding: 0 2.5em 0 30px;
	background: url("../img/q.svg") no-repeat left top 0.25em;;
	background-size: 1em auto;
	margin-top: 10px;
	position: relative;
}
.faq dl dt::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	background: url("../img/faq_ic2.svg") no-repeat right 0.25em center;
	background-size: 1.25em auto;
	display: block;
}
.faq dl dt.open::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	background: url("../img/faq_ic.svg") no-repeat right 0.25em center;
	background-size: 1.25em auto;
	display: block;
}
.faq dl dt:hover{
	opacity: 1;
}
.faq dl dd{
	font-size: 16px;
	line-height: 1.75;
	padding: 0 2.5em 0 30px;
	background: url("../img/a.svg") no-repeat left top 0.5em;
	background-size: 1em auto;
	margin-top: 20px;
	display: none;
}

.faq dl dd.open{
	display: block;
}

.faq dl dd p{
	padding-top: 2em;
}
.faq dl dd p span{
	font-weight: bold;
}

.company{
	padding: 30px 0 35px;
}
.company h2.ttl2 {
    text-align: center;
	margin-bottom: 2em;
}
.company h2.ttl2 span {
    font-size: 25px;
    font-weight: bold;
    color: #564709;
    border-bottom: 1px solid #564709;
    padding: 0 0 0.25em 0;
}
.company dl{
	display: flex;
	flex-wrap: wrap;
}
.company dl dt{
	font-size: 10px;
	margin-top: -1px;
	border: 1px solid #cccccc;
	background-color: #e5e5e5;
	padding: 0.75em;
	width: 26%;
	display: flex;
	justify-content: flex-start;
	text-align: center;
	align-items: center;
	line-height: 1.75;
}
.company dl dd{
	margin-left: -1px;
	font-size: 10px;
	margin-top: -1px;
	border: 1px solid #cccccc;
	padding: 0.75em;
	width: 74%;
	line-height: 1.75;
}


#form{
	padding-bottom: 45px;
}
#form .ttl2{
	font-size: 25px;
	text-align: center;
	width: 100%;
	padding: 0.5em 0;
	color: #fff;
}
#form p.txt1{
	font-size: 14px;
	text-align: center;
	width: 100%;
	padding: 30px 0 0 0;
	font-weight: bold;
	line-height: 1.5;
}
#form p.txt2{
	font-size: 20px;
	width: 100%;
	padding: 15px 0 0 0;
	font-weight: bold;
	background: none;
	padding-bottom: 0;
	line-height: 1.5;
}
#form p.txt2 strong{
	font-size: 20px;
	width: 100%;
	padding: 40px 0 0 0;
	color: #d21616;
	font-weight: bold;
}
#form p.txt2 span{
	display: block;
	font-size: 15px;
	width: 100%;
	padding: 20px 0 0 0;
	font-weight: bold;
	background: url("../img/message_mark2.svg") no-repeat center  bottom 20px;
	background-size: 120px auto;
	padding-bottom: 80px;
}
#form p{
	text-align: center;
	font-size: 14px;
}

#form .container{
	background-color: #f9f9f9;
	width: 94%;
	margin: 20px auto 0 auto;
	padding: 5px 15px 50px 15px;
}
#form .container table tr{
	border-bottom: 1px solid #aaaaaa;
}
#form .container table tr td{
	font-size: 15px;
	padding: 0.5em 0;
}
#form .container table tr td:first-of-type,
#form .container table tr td:nth-of-type(2),
#form .container table tr td:nth-of-type(3){
	width: 100%;
	padding-left: 0;
	display: block;
}
#form .container table tr td input[type="text"],
#form .container table tr td textarea{
	width: 100%;
	padding: 0.5em;
	border: 1px solid #cecece;
	border-radius: 2px;
	background-color: #fff;
}

#form .container table tr td .required{
	position: relative;
}
#form .container table tr td .required::before{
	font-size: 10px;
	color: #fff;
	background-color: #d21616;
	padding: 2px;
	position: absolute;
	content: '必須';
	top: -2px;
	left: 0;
	margin-left: 0.5em;
	display: block;
	text-align: center;
	width: 3em;
}

#form .container table tr td textarea{
	margin-top: 0.5em;
	width: 100%!important;
}
#form .container table tr td input[type="checkbox"]{
	margin-right: 0.5em;
}
#form .container table tr td input[name="person_name_last"],
#form .container table tr td input[name="person_name_first"],
#form .container table tr td input[name="person_name_last_kana"],
#form .container table tr td input[name="person_name_first_kana"]{
	width: 40%!important;
	margin-left: 0.25em;
}
#form .container table tr td input[name="tel_1"]{
	width: 50%!important;
}
#form .container table tr td input[name="person_name_last"],
#form .container table tr td input[name="person_name_last_kana"]{
	margin-right: 0.5em;
}
#form #frm_formconfirm .container table tr td:nth-of-type(2){
	width: 100%;
}
#form #frm_formconfirm .container table tr td:nth-of-type(2) p{
	text-align: left;
}

#form ::placeholder{
	color: #afafaf;
}
#privacy_policy{
	font-size: 15px;
	padding: 0 3% 0 3%;
	margin: 30px 0 0 0!important;
}
#privacy_policy a{
	color: #3333c0;
	text-decoration: underline;
}

.privacy-text-master{
	font-size: 13px;
	margin: 1em auto 0 auto;
	width: 100%!important;
}

.button_area #lf_form_submit_button,
.button_area #button_confirm_submit{
	display: block;
	width: 230px;
	margin: 30px auto 0 auto;
	background-color: #d21616;
	border-radius: 5px;
	box-shadow: 0 4px 0 #8b0b0b;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	border: none;
	color: #fff;
	-webkit-appearance: none;
	}
.button_area #button_confirm_back{
	display: block;
	width: 230px;
	margin: 30px auto 0 auto;
	background-color: #a5a5a5;
	border-radius: 5px;
	box-shadow: 0 4px 0 #828282;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	border: none;
	color: #fff;
	-webkit-appearance: none;
}
#form .container .message{
	background: none;
	color: #ff0000;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	padding-top: 1em;
}
#form .container .msg{
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 2em 0 1em 0;
}

.sp_footer_bnr{
	width: 100%;
	background-color: #fff;
	padding: 10px 0;
	height: 85px;
	bottom: 0;
	left: 0;
	position: fixed;
	z-index: 2;
	transform: translateZ(+2px);
}
ul.sp_footer_btn{
	display: flex!important;
	justify-content: space-around;
	text-align: center;
	align-items:center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
ul.sp_footer_btn li.btn1 a{
	background: url("../img/sp/header_ic1_sp.svg") no-repeat center 0.75em #212529;
	background-size: 1.25em;
	display: block;
	width: 100%;
	height: 65px;
	position: relative;
	border-radius: 5px;
}
ul.sp_footer_btn li.btn1 a::before{
	content: 'TEL';
	display: block;
	text-align:center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	line-height: 100px;
}

ul.sp_footer_btn li.btn2 a{
	background: url("../img/sp/header_ic2_sp.svg") no-repeat center 1.25em #d21616;
	background-size: 2.25em;
	display: block;
	width: 100%;
	height: 65px;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	border-radius: 5px;
	box-shadow: 0 0 0 #8b0b0b;
	line-height: 1;
	white-space: nowrap;
	padding-top: 35px;
}
ul.sp_footer_btn li.btn2 a span{
	display: block;
	font-weight: bold;
}

ul.sp_footer_btn li.btn3 a{
	background: url("../img/sp/footer_ic_sp_e-book.svg") no-repeat #cc932f;
	background-position: right 0.5em bottom 1em;
	background-size: 1em;
	display: block;
	width: 100%;
	height: 65px;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	padding: 1em 0 0 0.5em;
	border-radius: 5px;
	box-shadow: 0 0 0 #8b0b0b;
}
ul.sp_footer_btn li.btn1,
ul.sp_footer_btn li.btn2{
	width: 22%;
	margin: 0;
}
ul.sp_footer_btn li.btn3{
	width: 50%;
	margin: 0;
}


.e-book {
	position: relative;
	right: auto;
	top: auto;
	z-index: 999;
	transform: translate(0, 0);
	display: block;
	width: 100%;
}
.e-book_ttl{
	display: none;
}
.form_box{
	width: 100%;
	border: 10px solid #cc932f;
	border-left:  10px solid #cc932f;
	background-color: #fff;
	padding: 0.5em;
}

.modal-content {
	text-align: center;
	margin: 0 ;
	padding: 0;
	border: none;
	background-color: #fff;
	position: fixed ;
	z-index: 104 ;
/*	overflow-y: scroll; */
	max-height: 80%;
	max-width: 96%;
	box-sizing: border-box;
	border-radius: 0;
}
#modal-overlay {
	z-index: 103 ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.5 ) ;
}

#modal-close {
	font-size: 2em;
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 104;
	color: grey;
}

a#modal-close{
	display: block;
	position: relative;
}
a#modal-close::before{
	content: '\02715';
	font-weight: bold;
	display: block;
	position: absolute;
	top: -2em;
	right: -1em;
	font-size: 20px;
	width: 1em;
	height: 1em;
	color: #fff;
}
footer.pt2{
	padding-bottom:85px;
}


.corona{
	margin: 30px auto;
	width: 90%;
	padding: 1em;
	background-color: #fff;
	box-shadow: 0 0 0 3px #074521, 0 0 0 5px #FFF, 0 0 0 8px #074521;
}
.corona .ttl{
	font-size: 20px;
}
.corona p{
	font-size: 16px;
}
.message.pt2{
	padding-top: 30px;
}


header ul.btn.pt2{
	display: flex;
	justify-content: flex-end;
	text-align: center;
	align-items:center;
	width: 130px;
}
header ul.btn.pt2 li.btn1 a{
	background: url("../img/sp/header_ic1_sp.svg") no-repeat center 0.75em #212529;
	background-size: 1.25em;
	display: block;
	width: 65px;
	height: 65px;
	position: relative;
}
header ul.btn.pt2 li.btn1 a::before{
	content: 'TEL';
	display: block;
	text-align:center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	line-height: 100px;
}
header ul.btn.pt2 li.btn1 .number,
header ul.btn.pt2 li.btn1 .time{
	display: none;
	}
header ul.btn.pt2 li.btn2 a{
	background: url("../img/sp/header_ic2_sp.svg") no-repeat center 1.25em #d21616;
	background-size: 2.25em;
	display: block;
	width: 65px;
	height: 65px;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	border-radius: 0;
	box-shadow: 0 0 0 #8b0b0b;
	line-height: 1;
	padding-top: 35px;
	white-space: nowrap;
	overflow: hidden;
}
header ul.btn.pt2 li.btn2 a span{
	display: block;
}
header ul.btn.pt2 li.btn3{
	display: none;
}
.cv .txtlink{
	width: 210px;
	text-align: center;
	padding: 0;
	margin-right: 3%;
	margin-top: 20px;
}
.cv .txtlink a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

a.thanks_close{
	display: block;
	width: 230px;
	margin: 30px auto 0 auto;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	border: none;
	color: #fff;
	-webkit-appearance: none;
	}

section.needs{
	padding: 30px 0;
}
.needs h2.ttl2{
    text-align: center;
	margin-bottom: 0;
}
.needs h2.ttl2 span {
	font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 0.25em 0;
    position: relative;
    display: inline-block;
	}
.needs p {
    font-size: 14px;
    margin: 0 auto;
    padding-top: 2em;
    width: 94%;
}
.needs_box {
	width: 94%;
	margin: 30px auto 0 auto;
	border: none;
	padding: 0;
	height: 160px;
	overflow: scroll;
}
.needs_box .needs_table{
	width: 360px;
	margin: 0 10px;

}
.needs_box .needs_table tr th,
.needs_box .needs_table tr td{
	padding: 0.25em 0.5em;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}
.needs_box .needs_table tr th{
	color: #fff;
	white-space: nowrap;
}
.needs_box .needs_table tr td{
	color: #222222;
}

.needs_box .needs_table tr th:nth-of-type(1){
	width: auto;
}
.needs_box .needs_table tr th:nth-of-type(2){
	width: auto;
}
.needs_box .needs_table tr th:nth-of-type(3){
	width: auto;
}
.needs_box .needs_table tr th:nth-of-type(5){
	width: auto;
}

.youtube{
	margin: 30px auto 0 auto;
 	position: relative;
	width: 93%;
	max-width: 93%;
	padding-top: 56.25%;
}

/*----マルケト----*/
#mrkt1051 {
    width: 100%;
    margin-top: 20px;
    padding: 0 1em;
}
#mrkt1051 .mktoForm .mktoFieldWrap {
    display: block;
}
#mrkt1051 form input[type="text"],
#mrkt1051 form input[type="number"],
#mrkt1051 form input[type="tel"],
#mrkt1051 form input[type="email"],
#mrkt1051 form textarea,
#mrkt1051 form button {
    padding: 16px 8px;
}
#mrkt1051 form div:nth-of-type(7) {
    top: -30px;
    padding-left: 0;
}
#mrkt1051 form div:nth-of-type(8),
#mrkt1051 form div:nth-of-type(9),
#mrkt1051 form .mktoButtonRow {
    top: -30px;
}
#mrkt1051 form button {
    width: 200px;
    margin: 0 auto;
    font-size: 20px;
    padding: 1em 0;
    border-radius: 5px;
}
/*----マルケト----*/

/*----修正SP250106STARRT----*/
.img_box2501 {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.img_box2501 img:last-of-type {
	margin-top: 1em;
}
.price .cont .note2501 li {
	display: flex	;
	list-style: none;
	padding-left: 0;
	font-size: 13px;
	line-height: 1.4;
	margin-left: 0;
}
.price .cont .note2501 li span {
	line-height: 1.4;
}
header .logo img.mitsui {
    width: 85px;
}
header .logo img.corp {
    width: 100px;
}
header ul.btn.pt2 li.btn1 a {
	margin-left: auto;
}
/*----修正SP250106END----*/

/*----修正PC250218START----*/
.mv{
	height: 345px;
	padding-left: 0;
	padding-right: 0;
}
.mv .wrap{
	margin: 0 auto;
	padding: 0;
	width: 94%;
}
.mv .wrap .box{
	width: 100%;
}
.mv .wrap .ttl2_250218 .txt0{
	font-size: 11px;
}
.mv .wrap .ttl2_250218 .txt0::before{
	height: 2px;
}
.mv .wrap .ttl2_250218 .txt0::after{
	height: 2px;
}
.mv .wrap .ttl2_250218 .txt1{
	font-size: 17px;
	padding-top: 0.5em;
}
.mv .wrap .ttl2_250218 .txt2{
	font-size: 32px;
	margin-top: -0.15em;
}
.mv .wrap p{
	font-size: 13px;
}
.mv .wrap .circle {
    justify-content: center;
    gap: 0.75em;
    width: 70px;
    margin: 0.75em auto 0;
}
.mv .wrap .circle img {
    width: 100%;
    height: auto;
    margin: 0;
}

.btn250218 {
	width: 100%;
	max-width: 352px;
	margin-left: auto;
    margin-right: auto;
	gap: 0 0.75em;
	padding: 2em 0;
}
.btn250218 a {
	width: 100%;
	padding: .75em 1em;
	border-width: 1px;
	display: block;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
    position: relative;
}
.btn250218 a.txt_link {
	font-size: 14px;
}
.btn250218 a.txt_link span:before {
	width: 10px;
	height: 10px;
	border-top: 2px solid #08384f;
	border-right: 2px solid #08384f;
}
.cta2501 {
    padding: 3em 0;
}
.cta2501 .wrap{
    width: 100%;
}
.cta2501 ul{
    flex-wrap: wrap;
}
.cta2501.type2 {
    margin-top: 3em;
}
.cta2501 .wrap ul {
    width: 92%;
    max-width: 300px;
    margin: 0 auto;
    gap: 2.5em 0;
}
.cta2501 .wrap ul li p {
    font-size: 14px;
}
.cta2501 .wrap ul li p span:before {
    left: -1.25em;
    top: 11px;
    height: 1px;
    width: 1em;
}
.cta2501 .wrap ul li p span:after {
    right: -1.25em;
    top: 11px;
    height: 1px;
    width: 1em;
}
.cta2501 .wrap ul li a {
    padding: 1em 2em;
    font-size: 17px;
    margin-top: 0.25em;
}
.cta2501 .wrap ul li a.txt_link {
    font-size: 15px;
    padding: .25em 0 0 1.5em;
}
.cta2501 .wrap ul li a.txt_link span:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: .4em;
}
section.message,
section.needs,
#form{
	overflow-x: hidden;
}

/*----修正PC250218END----*/

/*----修正PC250904START----*/
	#form {
        padding-bottom: 45px;
    }
	#form .ttl2 {
        font-size: 25px;
        text-align: center;
        width: 100%;
        padding: 0.5em 0;
        color: #fff;
    }
	#form p {
        text-align: center;
        font-size: 14px;
    }
	#form p.txt1 {
        font-size: 14px;
        text-align: center;
        width: 100%;
        padding: 30px 0 0 0;
        font-weight: bold;
        line-height: 1.5;
    }
	#form p.txt2 {
        font-size: 20px;
        width: 100%;
        padding: 15px 0 0 0;
        font-weight: bold;
        background: none;
        padding-bottom: 0;
        line-height: 1.5;
    }
	#form p.txt2 strong {
        font-size: 20px;
        width: 100%;
        padding: 40px 0 0 0;
        color: #d21616;
        font-weight: bold;
    }
	#form p.txt2 span {
        display: block;
        font-size: 15px;
        width: 100%;
        padding: 20px 0 0 0;
        font-weight: bold;
        background: url(../img/message_mark2.svg) no-repeat center bottom 20px;
        background-size: 120px auto;
        padding-bottom: 80px;
    }
	#mrkt1051 {
        width: 100%;
        margin-top: 20px;
        padding: 0 1em;
    }
/*----修正PC250904END----*/


}

