@charset "utf-8";

* {
    line-height: 150%;
}

img {
    vertical-align: middle;
}

.spBanner {
    display: none;
}

.firstView {
	background: url("../img/background.png");
	    width: 100%;
   background-size: contain;
}
.firstView.lixil {
    background-image: url(../img/lixil_bg-pc.png);
    background-position: center;
    background-size: cover;
}
.firstView > div {
position: relative;
}
.firstView figure {
	width: 100%;
	display: flex;
	padding-top: 40px;
}
.firstView ul {
display: flex;
    position: absolute;
    bottom: 20px;
}
.firstView ul li {
display: flex;
    width: 140px;
    height: 140px;
	font-size: 20px;
    justify-content: center;
    align-items: center;
    background: #2C3983;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
	line-height: 1.2;
}
.firstView ul li:not(:last-child) {
margin-right: 10px;
}
.spFv{
    display: none;
}

.spBanner{
    display: none;
}

.spProblem{
    display: none;
}

.trouble,.help,.sale,.reason,.example,.step,.faq,.form,.company {
	padding: 80px 0;
}

h2 {
    line-height: 1;
    text-align: center;
}
h2 img {
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-height: 70px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.contactBox {
    padding: 40px 0;
    text-align: center;
    color: #ffffff;
}
.contactBox .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.6px;
    margin-bottom: 20px;
}
.contactBox .title span {
    display: inline-block;
    position: relative;
}

.contactBox .title span:before,
.contactBox .title span:after {
	content: '';
	width: 3px;
	height:86px;
	display: block;
	background-color: #ffffff;
	position: absolute;
	top: 5px;
}
.contactBox .title span:before {
	left: -25px;
	transform: rotate(-20deg);
}
.contactBox .title span:after {
	right: -25px;
	transform: rotate(20deg);
}
.sp_area{
    display:none;
    width: 100%;
    text-align:center;
    color:#fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.6px;
    margin-bottom: 10px;
  }
  .sp_area span{
    display: inline-block;
    position: relative;
  }
  .sp_area span:before, .sp_area span:after {
    content: '';
    width: 3px;
    height: 24px;
    display: block;
    background-color: #ffffff;
    position: absolute;
    top: 2px;
  }
  .sp_area span:before {
    left: -10px;
    transform: rotate(-20deg);
  }
  .sp_area span:after {
    right: -10px;
    transform: rotate(20deg);
  }
.contact_link_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}
.contactBox .contact {
    max-width: 400px;
}
.contactBox .contact {
	border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
}
.contactBox .contact a {
	display: block;
	height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	letter-spacing: 1.2px;
	font-size: 24px;
	font-weight: 700;
    padding: 0 40px;
}
.contactBox .contact a img {
    width: auto;
    height: 22px;
    margin-right: 16px;
}
.contactBox .line {
    max-width: 400px;
}
.contactBox .line {
	border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
}
.contactBox .line a {
	display: block;
	height: 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
	letter-spacing: 1.2px;
	font-size: 24px;
	font-weight: 700;
    padding: 0 40px;
}
.contactBox .line a img {
    width: auto;
    height: 22px;
    margin-right: 16px;
}
.contactBox .info {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.6px;
    display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.contactBox .info img {
    height: 30px;
    width: auto;
    margin-right:16px;
}
.contactBox .call {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.6px;
    margin-top: 20px;
}
.contactBox  .hour {
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.8px;
}

.contactSec {
    padding: 32px;
}
.contactSec .title {
font-size: 32px;
color: #fff;
font-weight: 700;
	text-align: center;
}
.contactSec .buttonParts {
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
.contactSec .call > div {
margin-right: 40px;
}
.contactSec .call a {
	font-size: 28px;
border-radius: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    text-decoration: none;
    font-weight: 700;
width: 300px;
    height: 60px;
    line-height: 1;
    align-content: center;
}
.contactSec .call > div {
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.contactSec .call > div:nth-child(2) {
margin-top: 5px;
}
.contactSec .call a img,
.contactSec .contact a img {
margin-right: 10px;
}
.contactSec .contact a {
border-radius: 50px;
	font-size: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    width: 350px;
    height: 60px;
    line-height: 1;
    align-content: center;
color: #fff;
}
.contactSec .contact a span {
padding-bottom: 2px;
}
.trouble {
text-align: center;
    font-size: 32px;
    font-weight: 700;
	position: relative;
}
.trouble::after {
content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    box-sizing: border-box;
    border-right: 6vw solid transparent;
    border-left: 6vw solid transparent;
    border-top: 50px solid #f4f1eb;
}
.trouble h2 {
  font-size: 32px;
  text-align: center;
line-height: 1.2;
}
.trouble h2 span {
display: block;
font-size: 40px;
}

.trouble figure img {
width: 100%;}
.trouble > div > p {
    padding-top: 25px;
	line-height: 1.2;
}
.trouble > div  > p > span {
    display: block;
    font-size: 40px;
}

.company h2 {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.h2Eg {
display: block;
font-size: 16px;
}
.help {
background-image: url("../img/help_bg-pc.png");
	background-position: center;
    background-size: cover;
    padding: 40px 0 0;;
}
.help h2{
    margin-bottom: 24px;
}
.help h2 img {
    max-height: 160px;
}

.help .helpImage  {
    text-align: center;
}

.sale {
    padding-top: 0;
    background-color: #fbfbfb;
background-image: url("../img/sale_bg-pc.png");
	background-position: center bottom 0;
	background-repeat: no-repeat;
    background-size: cover;
}
.sale h2{
    margin-bottom:32px;
}
.sale p {
    margin-bottom:1.5em;
}
.sale p:last-child {
    margin-bottom: 0;;
}

.sale figure {
	width: 650px;
    margin: 40px auto 0;
}
.sale .arrow img{
    width: 800px;
    height: auto;
    display: block;
    margin: 0 auto 60px;
}

.sale .bold{
    font-weight: bold;
    color: #2c3983;
}

.sale h2 span {
position: relative;
padding: 10px; 
  text-align: center;
display: inline-block;
}
.sale h2 span::after {
content: "";
    background-image: url(../img/dot.png);
    position: absolute;
    bottom: 0;
left: 50%;
    transform: translateX(-50%);
    width: 97%;
    height: 8px;
    background-repeat: repeat-x;
    background-size: contain;
}
.sale dl {
    border: 5px solid #26316F;
    border-radius: 20px;
    margin: 0 auto 60px;
    background-color: #ffffff;
}
.sale dl:last-child {
    margin-bottom: 0;;
}
.sale dl dt {
display: flex;
    margin: -25px auto;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    letter-spacing: 1.2px;
}
.sale dl:first-child dt {
    max-width: 250px;
}
.sale dl:nth-child(2) dt {
    max-width: 400px;
}
.sale dl dd {
    letter-spacing: 0.9px;
font-size: 18px;
padding: 72px 50px 60px;
}

.sale .problempoint img {
    width: 750px;
    display: block;
    margin: 0 auto 80px;;
}

.reason h2{
    margin-bottom:100px;
}

.reason ul {
    display: flex;
	flex-wrap: wrap;
    gap: 0 30px;
    justify-content: space-between; 
}
.reason ul li {
	display: flex;
    margin-bottom:75px;
     position: relative;
     flex: 1 1 calc(50% - 15px); /* 50%の幅からgapの半分を引く */
    min-height: 450px;}

.reason ul li:last-child,
.reason ul li:nth-last-child(2) {
    margin-bottom: 0;
}
.reason ul li > div {
position: absolute;
	top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    right: auto;
    display: flex;
    width: 80px;
    height: 80px;
    color: #fff;
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    justify-content: center;
    border-radius: 50%;
}
.reason ul li > dl {
background: #fff;
border-radius: 20px;
padding: 40px;
}
.reason ul li > dl dt {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    padding-top: 40px;
}
.reason ul li > dl dd {
    font-size: 18px;
    letter-spacing: 0.9px;
}

.reason ul li > dl dd figure {
padding: 24px 0 40px;
    display: flex;
    justify-content: center;
}
.reason ul li > dl dd figure img {
height: 80px;
width: auto;
}
.example h2{
    margin-bottom:56px;
}

.example {
    background-image: url(../img/bg_example.png);
    background-size: cover;
    background-position: center;
}
.example dl {
    background-color: #ffffff;;
    border: 5px solid #26316F;
    border-radius: 20px;
    padding: 0 35px 40px 35px;
}
.example dl:nth-child(2) {
margin-top: 60px;
}
.example dl dt {
font-weight: 700;
font-size: 32px;
display: flex;
align-items: center;
margin: 24px 0;
}
.example dl dt figure {
    margin-right: 24px;
    flex: 0 0 100px;
}
.example dl dt > span {
    line-height: 1.2;
    padding: 20px 0;
}
.example dl dd figure {
	display: flex;
}
.example dl dd > div:first-child {
margin-left: 120px;
max-width: 760px;
font-size: 18px;
letter-spacing: 0.9px;
}
.example dl dd > div:nth-child(2) {
    display: flex;
	margin-top: 40px;
}
.example dl dd ul li {
    min-width: 180px;
display: flex;
    align-items: center;
    font-weight: 700;
margin-bottom: 10px;
}
.example dl dd ul li > div:first-child {
color: #fff;
width: 100px;
height: 40px;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 20px;
}
.example dl dd > div:nth-child(2) figure {
    max-width: 550px;
    margin-right: 20px;
    margin-left: auto;
}

.step {
    background-color: #f5f5f5;
    background-image: radial-gradient(circle, #ffe6d4 2px, transparent 2px);
    background-position: 0 0;
    background-size: 10px 12px;
}
.step h2 {
    margin-bottom: 64px;
}
.step ol {
margin-top: 60px;
}
.step ol li {
	position: relative;
    background: #fff;
    border-radius: 20px;
	margin: auto;
display: flex;
	flex-wrap: wrap;
    max-width: 800px;
    min-height: 200px;
}
.step ol li:not(:last-child) {
margin-bottom: 48px;
}
.step ol li dl {
display: flex;
    flex-wrap: wrap;
    padding: 40px 40px 40px 75px;
    flex-direction: column;
    justify-content: center;
}
.step ol li dl dt {
	font-size: 32px;
	font-weight: 700;
}
.step ol li dl dd {
margin-top: 8px;
font-size:18px;
letter-spacing: 0.9px;
}
.step ol li > div {
	position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
font-size: 24px;
color: #fff;
	font-weight: 700;
width: 60px;
height: 60px;
border-radius: 50%;
display: flex;
	align-items: center;
	justify-content: center;
}

.faq h2 {
    margin-bottom: 64px;
}
.faq ul {
margin-top: 60px;
}
.faq ul li {
    border-radius: 20px;
    overflow: hidden;
    background-color: #ffffff;
}

.faq ul li:not(:last-child) {
    margin-bottom: 20px;
}

.faq ul li.static:not(:last-child) {
    margin-bottom: 32px;
}

.faq ul li .acHead {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 20px;
    padding: 20px 80px 20px 20px;
	position: relative;
	cursor: pointer;
}

.faq ul li.static .acHead {
    border-radius: 20px 20px 0 0 ;
}

.faq ul li .acHead > div {
    display: flex;
    width: 50px;
    min-width: 50px;
    height: 50px;
	background: #fff;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    justify-content: center;
    border-radius: 50%;
	margin-right: 20px;
}

.faq ul li .acHead span {
    display: block;
    text-align: center;
    line-height: 0;
    width: 20px;
    height: 20px;
   position: absolute;
	right: 40px;
}
.faq ul li .acHead span::before,
.faq ul li .acHead span::after {
display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 3px;
    border-radius: 20px;
    background-color: #fff;
    transition: .3s;
}
.faq ul li .acHead span::before {
transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.faq ul li.acMenu.open .acHead span::before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);	
}
.faq ul li.acMenu.open .acHead span::after {
background-color: transparent;
}
.faq ul li .acContent {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.faq ul li.static .acHead {
    cursor: auto;
}

.faq ul li.static .acHead span {
    display: none;
}

.faq ul li.acMenu.static .acContent {
    max-height: none; /* アコーディオン非適用 */
    overflow: visible;
    transition: none;
  }

.faq ul li.open .acContent {
  max-height: 1000px;
}
.faq ul li .acContent > div {
    padding: 20px 40px 20px 20px;
    display: flex;
    font-size: 18px;
    letter-spacing: 0.9px;
}


.faq ul li .acContent > div > div:first-child {
    display: flex;
    width: 50px;
    min-width: 50px;
    height: 50px;
	color: #fff;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    justify-content: center;
    border-radius: 50%;
	margin-right: 20px;
}
.faq ul li .acContent > div > div:nth-child(2) { 
    align-self: center;
}

.attention{
	font-weight:400;
}
.form {
    background-image: url(../img/bg_example.png);
    background-position: center top;
}

.form h2{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.form h2 + p {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 40px 0 32px;
}
.formWrap {
    padding: 64px 100px 64px;
	background: #FFFFFF;
	border-radius: 20px;
}
.formHead {
	font-size: 24px;
	font-weight: 700;
	margin-top: 32px;
    margin-bottom: 24px;
}
.formHead.privacy {
	margin-top: 48px;
    margin-bottom:16px;
}
.contactHead {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    margin-bottom: 8px;
    margin-top: 24px;
}
.contactHead + br {
    display: none;
}
.contactHead span:nth-child(2) {
padding-left: 10px;
line-height: 20px;
}
.contactHead span:nth-child(2) span {
    line-height: 20px;
}
.required {
    width: 40px;
    height: 20px;
    line-height: 1.5;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.any {
	background: #26316F;
    width: 40px;
    height: 20px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.wpcf7-not-valid-tip {
    margin-top: 5px;
}
input {
    font-size: 16px;
display: block;
background: #F2F2F2;
border-radius: 10px;
    height: 40px;
    width: 100%;
	padding: 0 20px;
}
textarea::placeholder,input::placeholder {
    color: #B1B1B1;
}
/* Webkit系 (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 8px; /* スクロールバーの幅 */
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: rgba(100, 100, 100, 0.4); /* 控えめなグレー */
    border-radius: 10px; /* 角丸 */
  }
  
  ::-webkit-scrollbar-track {
    background: rgba(200, 200, 200, 0.2); /* うっすらとしたトラック */
    border-radius: 10px;
    padding-right: 4px; /* スクロールバーの左に隙間を作る */
  }
  
  
  
.textarea span.wpcf7-form-control-wrap {
	display: block;
	background: #F2F2F2;
    border-radius: 10px;
	width: 100%;
    padding: 20px 15px 20px 20px;
  }

textarea {
    width: 100%;
    padding-right: 10px;
}
.policyarea {
        background: #F2F2F2;
    border-radius: 10px;
    padding: 20px 15px 20px 20px;
}
.policy_wrap {
    height: 260px;
    overflow-y: scroll;
    padding-right: 10px;
}
.policy_subttl {
margin-top: 20px;
font-weight: 700;
}
.consent{
    margin: 40px auto;
    display: flex;
    justify-content: center;
    font-size: 18px;
    cursor: default;
}

.consent input{
	    height: auto;
    width: auto;
all:revert;
}
.submit {
	    display: flex;
    justify-content: center;
}
.submit input {
    width: 200px;
    height: 50px;
    text-align: center;
    background: #2C3983;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.3s;
}
.wpcf7 .wpcf7-submit:disabled {
    opacity: 0.5;
}
input[type="submit"]:disabled {
    opacity: 0.5;
}
.tabLeWrap {
    padding: 60px 0 0;
    max-width: 800px;
    margin: auto;
}
.tabLeWrap table {
width: 100%;
font-size: 18px;
}
.tabLeWrap table tr {
border-top: 2px solid #F0F0F0;
width: 100%;
}
.tabLeWrap table tr:last-child {
border-bottom: 2px solid #F0F0F0;
}
.tabLeWrap table th {
padding: 20px 0 20px 20px;
}
.tabLeWrap table td {
padding: 20px 0 20px 0;
}
.tabLeWrap table th {
font-weight: 700;
width: 30%;
}
.tabLeWrap table td {
width: 70%;
}

.wpcf7-spinner {
    display: none;
}
.wpcf7 form .wpcf7-response-output {
    padding: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.wpcf7 form.spam .wpcf7-response-output:before,
.wpcf7 form.failed .wpcf7-response-output:before,
.wpcf7 form.aborted .wpcf7-response-output:before ,
.wpcf7 form.invalid .wpcf7-response-output:before {
    content: '※';
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #e53d30;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    color: #e53d30;
}

.wpcf7 form.spam .wpcf7-response-output {
    color: #e53d30;
}

/* レスポンシブ */

@media screen and (max-width: 767px) {

    
.i-br {
display: inline-block;
}
    
.spBanner {
    padding: 0 20px;
    height: 64px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    gap: 14px;
    position: fixed;
    z-index: 1;
    width: 100%;
    bottom: 0;
    white-space: nowrap;
    transition: transform 0.3s ease; /* アニメーションを適用 */
}
.spBanner.hidden {
    transform: translateY(100%); /* 下にスライドして隠す */
  }
.spBanner .info {
    display: flex;
    -webkit-justify-content: end;
    justify-content: end;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
    height: 100%;
}
.spBanner .tel {
    text-align: right;
}
.spBanner .call {
    font-size: 20px;
    height: 22px;
}
.spBanner .info,
.spBanner .info * {
    line-height: 1;
}
.spBanner .info img {
    margin-right: 4px;
}
.spBanner .hour {
    font-size: 12px;
}
.spBanner  .contact  {
    flex-grow: 1;
    height: 40px;
}
.spBanner  .contact {
    border-radius: 5px;
    background: #ffffff;
    overflow: hidden;
}
.spBanner  .contact a {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px;
    padding: 0 40px;
}
.spBanner  .line  {
    flex-grow: 1;
    height: 40px;
}
.spBanner  .line {
    border-radius: 5px;
    background: #ffffff;
    overflow: hidden;
}
.spBanner  .line a {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px;
    padding: 0 40px;
}
    .pcBanner {
        display: none;
    }
    body {
  touch-action: manipulation;
    }
    .trouble, .help, .sale, .reason, .example, .step, .faq, .form, .company {
        padding: 40px 0;
    }
    h2 img {
        max-height: 30px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
    }
    .firstView.lixil {
        background-image: url(../img/lixil_bg-sp.png);
    }
    .firstView figure {
        padding-top: 16px;
    }
    .help h2 img {
        max-height:80px;
    }
    .contactBox {
        padding: 16px 0;
    }
    .contactBox .title {
        font-size: 17px;
        margin-bottom: 8px;
    }
    .contactBox .title span:before, .contactBox .title span:after {
        content: '';
        width: 3px;
        height:48px;
        display: block;
        background-color: #ffffff;
        position: absolute;
        top: 2px;
    }
    .contactBox .title span:before {
        right: 10px;
    }
    .contactBox .title span:after {
        right: -10px;
    }
    .sp_area{
    display:inline-block;
    }
    .contactBox .contact a {
        width: 240px;
        height: 50px;
        font-size: 14px;
        padding: 0 20px;
    }
    .contactBox .contact a img {
        height: 15px;
        margin-right: 8px;
    }
     .contactBox .line a {
        width: 240px;
        height: 50px;
        font-size: 14px;
        padding: 0 20px;
    }
    .contactBox .line a img {
        height: 15px;
        margin-right: 8px;
    }
    .contactBox .call {
        margin-top: 8px;
        font-size: 24px;
        letter-spacing: normal;
    }
    .contactBox .info {
        font-size: 24px;
        letter-spacing: normal;
    }
    .contactBox .hour {
        font-size: 14px;
    }
    .help {
        padding: 24px 0 0;
    }
    .help h2 {
        margin-bottom: 16px;
    }
    .sale {
        padding-top: 0;
    }
    .sale .arrow img {
        margin-bottom: 32px;
    }
    .sale h2 {
        margin-bottom: 16px;
    }
    .sale .problempoint img {
        margin-bottom: 60px;
    }
    .sale dl {
        margin-bottom: 40px;
    }
    .sale dl dt {
        margin: -20px auto;
        font-size: 18px;
        height: 40px;
        border-radius: 40px;
    }
    .sale dl:first-child dt {
        max-width: 160px;
    }
    .sale dl:nth-child(2) dt {
        max-width: 280px;
    }
    .sale dl dd {
        letter-spacing: 0.8px;
        font-size: 16px;
        padding: 40px 15px 20px;
    }
    .reason h2 {
        margin-bottom: 60px;
    }
    .reason ul {
        display: block;
    }
    .reason ul li:nth-last-child(2),
    .reason ul li {
        margin-bottom: 48px;
        min-height: unset;
    }
    .reason ul li > div {
        font-size: 24px;
        width:48px;
        height: 48px;
        top: -24px;
    }
    .reason ul li > dl {
        padding: 0 20px 32px;
    }
    .reason ul li > dl dt {
        padding-top:48px ;
        font-size: 18px;
    }
    .reason ul li > dl dd {
        font-size: 16px;
        letter-spacing: 0.8px;
    }
    .reason ul li > dl dd figure {
        padding: 16px 0 24px;
    }
    .reason ul li > dl dd figure img {
        height: 60px;
    }
    .example h2 {
        margin-bottom: 32px;
    }
    .example dl {
        padding:  0 15px 35px 15px;
    }
    .example dl dt {
        font-size: 16px;
        letter-spacing: 0.8px;
        margin: 20px 0 16px;
    }
    .example dl dt figure {
        margin-right: 10px;
        flex: 0 0 80px;
    }
    .example dl dd > div:first-child {
    font-size: 16px;
    margin-left: 0;
    }
    .example dl dd > div:nth-child(2) {
        margin-top: 24px;
        display: block;
    }
    .example dl dd ul li > div:first-child {
        width: 80px;
        height: 30px;
        font-size: 14px;
        margin-right: 10px;
    }
    .example dl dd > div:nth-child(2) > ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 11px;
    }
    .example dl dd ul li {
        min-width: unset;
        width: 60%;
        margin-bottom: 5px;
    }
    .example dl dd ul li:nth-child(2){
        order: 3;
    }
    .example dl dd ul li:nth-child(3){
        order: 2;
        width: 40%;
    }
    .example dl dd > div:nth-child(2) figure {
        margin-right: 0;
    }
    .example dl:nth-child(2) {
        margin-top: 24px;
    }
    .step h2 {
        margin-bottom: 56px;
    }
    .step ol li dl {
        padding: 48px 20px 32px;
    }
    .step ol li  {
        min-height: unset;
    }
    .step ol li > div {
        width: 50px;
        height: 50px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        top: -25px;
    }
    .step ol li dl dt {
        text-align: center;
        font-size: 18px;
    }
    .step ol li dl dd {
    margin-top: 16px;
    font-size: 16px;
    }
    .faq h2 {
        margin-bottom: 32px;
    }
    .faq ul {
        margin-top: 0;
    }
    .faq ul li:not(:last-child) {
        margin-bottom: 16px;
    }

    .faq ul li.static:not(:last-child) {
        margin-bottom: 24px;
    }
    
    
    .faq ul li .acHead {
        padding-left: 10px;
        padding-right: 36px;
        min-height: 80px;
        font-size: 16px;
    }
    .faq ul li .acHead > div {
        margin-right: 10px;
        width: 30px;
        min-width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .faq ul li .acContent > div > div:first-child {
        width: 30px;
        min-width: 30px;
        height: 30px;
        font-size: 16px;
        margin-right: 10px;
    }
    .faq ul li .acHead span {
    width: 16px;
    height: 16px;
    right: 10px;
    }
    .faq ul li .acHead span::before, .faq ul li .acHead span::after {
    width: 16px;
    }
    .faq ul li .acContent > div {
        padding: 12px 20px 20px 10px;
        font-size: 16px;
    }
    .formWrap {
        padding: 32px 0 40px;
    }
    .form h2 { 
        font-size: 20px;
    }
    .form h2 + p { 
        font-size: 14px;
        padding: 24px 20px 8px;
        letter-spacing: 0.7px;
    }
    .formInner {
        padding: 0 20px;
    }
    .formHead.privacy,
    .formHead {
        font-size: 16px;
        margin-top: 24px;
        margin-bottom: 16px;
    }
    .contactHead {
        margin-top: 16px;
        font-size: 16px;
    }
    .consent {
        margin: 24px auto;
        font-size: 14px;
    }
    input {
        padding: 0 10px;
    }
    .submit input {
        width: 140px;
        height:40px;
        font-size: 16px;
    }
    .textarea span.wpcf7-form-control-wrap {
        padding: 10px;
    }
    .policyarea {
        padding: 10px;
    }
    .company h2 {
        font-size: 20px;
    }
    .tabLeWrap {
        padding-top: 32px;
    }
    .tabLeWrap table {
        font-size: 16px;
    }
    .tabLeWrap table th,
    .tabLeWrap table td {
        display: block;
        width: 100%;
        padding: 0 20px 12px;
        line-height: 1.2;
    }
    .tabLeWrap table th {
        padding: 12px 20px 8px;
    }
    .wpcf7 form .wpcf7-response-output {
        margin-top: 1em;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0;
        font-size: 16px;
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
    }
}

@media screen and (max-width: 374px) {
    .spBanner {
        padding: 0 10px;
        gap: 8px;
    }
    .spBanner .call {
        font-size: 16px;
    }
    .spBanner .info img {
        height: 16px;
        width: auto;
    }
    .spBanner .hour {
        font-size: 10px;
    }
    .example dl dd > div:nth-child(2) > ul {
        display: block;
    }
    .example dl dd ul li:nth-child(2) {
        order: 2;
    }
    .example dl dd ul li:nth-child(3) {
        order: 3;
    }
    .example dl dd ul li:nth-child(3),
    .example dl dd ul li {
        width: 100%;
    }
}
