/* @import url(./responsive.css); */
* {
    /* outline: 2px solid blue; */
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    width: 1440px;
}

a {
    text-decoration: none;
}

/* header */
.header-hamburger {
    display: none;
}

.header {
    background: #fff;
}

.header-top {
    display: flex;
    justify-content: space-between;
    padding: 16px 60px 28px 60px;
    border-bottom: 2px solid #E20B0C;
}

.header-top-left,
.header-top-right,
.header-top-right-btn {
    display: flex;
    align-items: center;
}

.header-top-left {
    /* flex-shrink: 0; */
}

.header-top-left img {
    width: 146px;
    height: 60px;
}

.header-top-left-text {
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: 0.03em;
    padding: 20px 0 0 15px;
    color: #333;
}

.header-top-right-img {
    width: 298px;
    height: 73px;
}

.header-top-right-img img {
    width: 100%;
}

.header-top-right-btn {
    margin-left: 23px;
}

.header-top-btn {
    font-size: 18px;
    padding: 20px 0;
    font-weight: bold;
    color: #fff;
    display: block;
    padding-left: 25px;
    border-radius: 10px;
    border: 5px solid #fff;
    box-shadow: 0px 5px 10px 0 #c5c5c5;
    /* position: relative; */
}

.header-top-btn p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    width: 17px;
    height: 17px;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    margin-bottom: 3px;
}

.header-top-btn p::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.3em 0.4em;
    border-left-color: currentColor;
    border-right: 0;
    transform: translateX(15%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.header-top-first-btn p {
    margin-left: 16px;
}

.header-top-first-btn p::after {
    color: #FF6524;
}

.header-top-second-btn p {
    margin-left: 16px;
}

.header-top-second-btn p::after {
    color: #31A1BF;
}

.header-top-first-btn {
    width: 280px;
    height: 73px;
    background: linear-gradient(90deg, #FF6524, #FF9824);
    margin-right: 6px;
}

.header-top-second-btn {
    width: 188px;
    height: 73px;
    background: linear-gradient(90deg, #31A1BF, #52C972);
}

.header-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.header-item {
    padding: 28px 31px 21px 31px;
    border-right: 1px solid #D1D1D1;
}

.header-item:last-of-type {
    border-right: none;
}

.header-item a {
    text-decoration-line: underline;
    color: #3C3C3C;
    letter-spacing: 0.03em;
    font-weight: bold;
}

.header-item a:hover {
    opacity: 0.7;
}

/* foot-header */
.foot-header {
    background: rgba(51, 51, 51, 0.9);
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1440px;
    height: 125px;
    z-index: 10;
}

.foot-header-text-area {
    margin-left: 121px;
    margin-right: 100px;
}

.foot-header-text-top {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
}

.foot-header-text-bottom {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
}

.foot-header-text-bottom span {
    color: #FFE81D;
}

.foot-header-small {
    font-size: 20px;
}

.foot-header-btn {
    display: flex;
}

.foot-btn {
    display: block;
    width: 428px;
    height: auto;
    padding-top: 10px;
    /* height: 86px; */
}

.foot-btn img {
    width: 100%;
}

/* ファーストビュー */
.fv-section {
    /* background-image: url(/images/main_visual.png); */
    /* background-size: cover; */
    /* background-position: 70% 50%; */
    /* width: 100%; */
    /* height: 577px; */
    /* height: 100vh; */
    height: auto;
}

.fv-section img {
    height: auto;
}

/* トップページ　商品カテゴリ */
.top-cat-section {
    /* height: 785px; */
    padding-bottom: 40px;
    position: relative;
}

.top-cat-section-bg {
    position: absolute;
    top: 0;
    width: 100%;
}

.top-title {
    color: #333;
    font-size: 45px;
    text-align: center;
    margin-top: 0px;
    padding: 50px 0;
    position: relative;
    font-weight: bold;
    white-space: nowrap;
    text-shadow: 0.01em 0.01em #333;
}

.top-title::after {
    content: "";
    width: 100px;
    border-bottom: 4px dotted #FF6524;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;

}

.title-span {
    text-shadow: 0.01em 0.01em #C81919;
    color: #C81919;
    padding-right: 10px;
}

.flow-title-span {
    text-shadow: 0.01em 0.01em #C81919;
    color: #C81919;
}

.top-cat-container {
    width: 1190px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
}

.top-cat-content {
    /* display: block; */
    width: 280px;
    height: 250px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0 #c5c5c5;
    /* margin-bottom: 20px; */
}

.top-cat-content-sale {
    width: 118px;
    position: absolute;
    bottom: 40px;
    right: 0;
}

.top-cat-content-img {
    width: 100%;
    height: 200px;
    background: #EEF8F4;
    border-radius: 10px 10px 0 0;
}

.top-cat-content-img {
    width: 100%;
}

.top-cat-content-text {
    text-align: center;
    padding: 4px 0 12px 0;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    color: #333;
    border-radius: 0 0 10px 10px;
}

/* トップページ　選ばれるポイント */
.top-point-section {
    width: 100%;
    height: 1137px;
    height: auto;
    background-image: url(/images/top-point-bg.png);
    background-size: contain;
    position: relative;
    overflow: hidden;
}

.top-point-sub-title {
    text-align: center;
    font-size: 16px;
    color: #333;
}

.top-point-wrapper {
    overflow: hidden;
}

.orange-circle {
    width: 180%;
    height: 200%;
    border-radius: 50%;
    background: #FF6524;
    /* width: 1440px; */
    position: absolute;
    top: 20%;
    left: -40%;
    right: 0;
}

.top-point-container {
    width: 1200px;
    /* height: 735px; */
    height: auto;
    margin: 0 auto;
    position: relative;
    margin-top: 91px;
    display: flex;
    justify-content: space-between;
}

.top-point-content {
    width: 354px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.top-point-content-img {
    width: 100%;
    /* height: 239px; */
    height: auto;
}

.top-point-content-title-area {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    /* padding-top: 20px; */
    /* padding: 44px 0 33px 0; */
}

.top-point-content-title {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    /* padding: 80px 20px 0 40px; */
    /* padding-top: 80px; */
}

.top-point-content-title-img {
    width: 81px;
    position: absolute;
    top: -50px;
    left: -100px;
}

.top-point-content-text {
    height: 250px;
    border-top: 3px dotted #fff;
    padding-top: 20px;
    margin-top: 0px;
    font-size: 16px;
    color: #fff;
}

.top-point-btn {
    display: block;
    position: relative;
    width: 625px;
    margin: 30px auto 50px auto;
}

/*トップページ　エコキュート*/
.top-ecocute-wrapper {
    width: 90%;
    max-width: 750px;
    margin: 60px auto;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #1659a4;
}

@media screen and (max-width: 1300px) {
    .top-ecocute-wrapper {
        margin: 0px auto 40px;
    }
}

/* トップページ　ラインナップセクション */
.top-lineup-section {
    /* height: 1420px; */
    height: auto;
    background-image: url(/images/top-lineup-bg.png);
    background-size: cover;
}

.top-lineup-wrapper {
    padding-top: 124px;
}

.lineup-span {
    padding-right: 10px;
    color: #333;
}

.top-lineup-container {
    display: flex;
    width: 1356px;
    margin: 0 auto;
}

.top-lineup-container-first {
    justify-content: center;
    margin-top: 40px;
}

.top-lineup-container-second {
    justify-content: center;
}

.top-lineup-sp {
    display: none;
}

.top-lineup-first-content {
    width: 600px;
    height: 372px;
}

.top-lineup-first-content img {
    width: 100%;
    height: 100%;
}

.top-lineup-second-content {
    width: 384px;
    height: 585px;
}

.top-lineup-second-content img {
    width: 100%;
    height: 100%;
}

/* トップページ　お客様の声 */
.top-voice-section {
    /* height: 1353px; */
    height: auto;
    padding-bottom: 97px;
    position: relative;
}

.top-voice-bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.top-voice-bg-sp {
    display: none;
}

.top-voice-title-text {
    font-size: 16px;
    color: #333;
    max-width: 618px;
    margin: 44px auto 61px auto;
    text-align: center;
    line-height: 1.75em;
}

.top-voice-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1320px;
    margin: 0 auto;
}

.top-voice-content {
    width: 425px;
    background: #fff;
    /* padding: 30px 27px 45px 27px; */
    padding: 30px 0 0 0;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #a5a5a5;
}

.voice-inner-top,
.voice-inner-center p,
.voice-inner-bottom p,
.voice-manager {
    padding-right: 27px;
    padding-left: 27px;
}

.voice-inner-top,
.voice-client-data {
    display: flex
}

.voice-inner-img {
    width: 170px;
    height: 190px;
    border-radius: 10px;
}

.voice-inner-top-text-area {
    padding: 30px 0 0 20px;
}

.voice-label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 180px;
    height: 30px;
    color: #fff;
    background: #C81919;
    clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
}

.voice-address {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
}

.voice-date {
    font-size: 18px;
    color: #333;
    margin-top: 12px;
}

.voice-client-data {
    margin: 10px 0 0 auto;
    width: 60px;
}

.voice-client-data img {
    width: 25px;
    height: 25px;
}

.voice-client-data p {
    font-size: 16px;
    color: #333;
    margin-left: 5px;
}

.voice-inner-center {
    padding: 30px 0 23px 0;
    height: 170px;
    border-bottom: 3px dotted #7B442B;
    font-size: 16px;
    color: #333;
}

.voice-inner-bottom {
    padding: 20px 0 94px 0;
    color: #7B442B;
    font-size: 16px;
    background: #EEF8F4;
}

.voice-manager {
    font-size: 13px;
    color: #7B442B;
    text-align: right;
    background: #EEF8F4;
    padding-bottom: 45px;
    border-radius: 0 0 10px 10px;
}

.top-voice-btn {
    display: block;
    width: 455px;
    height: 92px;
    margin: 70px auto 0 auto;
    padding: 0;
}

/* トップページ　施工事例 */
.top-case-section {
    /* height: 968px; */
    height: auto;
    padding-bottom: 112px;
    position: relative;
}

.top-case-section-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.top-case-container {
    padding-top: 70px;
    width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-case-content {
    display: block;
    width: 425px;
    border-radius: 10px;
    box-shadow: 0 0 10px #a5a5a5;
    border-bottom: 4px solid #FF6524;
}

.case-content-img-area {
    width: 425px;
    height: 225px;
    overflow: hidden;
}

.case-content-text-area {
    padding: 22px 36px 25px 36px;
    background: #fff;
    border-radius: 10px;
}

.case-content-title {
    font-size: 18px;
    color: #333;
}

.case-content-text {
    padding: 17px 0;
    font-size: 16px;
    color: #333;
}

.case-content-date {
    font-size: 14px;
    color: #333;
    text-align: right;
}

.top-case-btn {
    display: block;
    width: 455px;
    height: 92px;
    margin: 70px auto 0 auto;
    padding: 0;
}

.top-info-section {
    height: 890px;
    background: #F5F5F5;
}

.top-info-wrapper {
    width: 1200px;
    margin: 0 auto;
    height: 820px;
    position: relative;
}

.top-info-sp-wrapper {
    display: none;
}

.top-info-wrapper img {
    position: absolute;
    top: -30px;
}

.top-info-btn {
    display: block;
    width: 625px;
    height: 126px;
    margin: 0 auto;
    /* background: #fff; */
    position: absolute;
    bottom: 140px;
    left: 0;
    right: 0;
    border-radius: 100px;
}

/* トップページ　ご利用案内 */
.top-guidance-section {
    height: 1241px;
    position: relative;
}

.top-guidance-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.top-guidance-container {
    width: 1200px;
    padding-top: 70px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-guidance-content {
    display: block;
    width: 380px;
    height: 414px;
    background: #fff;
    border-bottom: 4px solid #FF6524;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #a5a5a5;
    padding: 15px 20px 22px 15px;
    margin-bottom: 40px;
}

.top-guidance-content-img {
    width: 340px;
    height: 220px;
    margin: 0 auto;
}

.top-guidance-content-title {
    padding: 22px 0 27px 0;
    font-size: 23px;
    text-align: center;
    position: relative;
    color: #333;
}

.top-guidance-content-title::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #FF6524;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.top-guidance-content-text {
    font-size: 16px;
    color: #333;
}

/* トップページ　よくある質問 */
.top-question-section {
    position: relative;
    height: auto;
    overflow: hidden;
}

.top-question-bg {
    width: 100%;
    position: absolute;
    top: -195px;
    z-index: -1;
}

.top-question-wrapper {
    padding-top: 60px;
    padding-bottom: 128px;
}

.top-question-container {
    width: 1000px;
    margin: 0 auto;
    padding-top: 70px;
}

.top-question-content {
    padding-bottom: 5px;
}

.question-content-top,
.question-content-bottom {
    display: flex;
    height: 90px;
    background: #FFCB6A;
    border-radius: 5px;
    padding: 21px 32px 20px 33px;
}

.question-different-colors {
    background: #FFEBC6;
}

.question-content-top {
    position: relative;
}

.question-content-top:hover {
    cursor: pointer;
}

.question-open-btn {
    width: 26px;
    height: 26px;
    color: #fff;
    background: #FF6524;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 32px;
    right: 32px;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}

.question-open-btn:hover {
    cursor: pointer;
}

.question-close-btn {
    width: 26px;
    height: 26px;
    color: #fff;
    background: #FF6524;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -14px;
    right: 32px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.question-close-btn:hover {
    cursor: pointer;
}

.question-content-bottom {
    position: relative;
    overflow-y: hidden;
    height: 0;
    max-height: 0vh;
    padding-top: 0;
    padding-bottom: 0;
    transition: all 0.5s;
}

.question-content-bottom::before {
    content: "";
    border-top: 1px solid #fff;
    position: absolute;
    /* width: 870px; */
    width: 80%;
    top: 0;
    left: 35px;
}

.question-left,
.answer-left {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin-right: 30px;
}

.question-right {
    color: #333;
    font-size: 22px;
    line-height: 50px;
    /* font-weight: bold; */
}

.answer-right {
    display: flex;
    align-items: center;
    font-size: 16px;
    /* font-weight: bold; */
}

.question-left {
    color: #FF6524;
    font-weight: bold;
    text-shadow: 0.01em 0.01em #FF6524;
    font-size: 27px;
    flex-shrink: 0;
}

.answer-left {
    font-weight: bold;
    color: #C81919;
    text-shadow: 0.01em 0.01em #C81919;
    font-size: 27px;
    flex-shrink: 0;
}

.answer-right-phone-number {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}

.answer-right-number,
.answer-right-number a {
    display: inline-block;
}

/* アコーディオン開閉 */
.question-open-btn.is-active {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.question-close-btn.is-active {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}

.question-content-top.is-active {
    border-radius: 5px 5px 0 0;
}

.question-content-bottom.is-active {
    /* height: 90px; */
    max-height: 9999px;
    height: auto;
    opacity: 1;
    padding: 21px 32px 20px 33px;
    overflow-y: visible;
    transition: all 0.5s;
    border-radius: 0 0 5px 5px;
}

/*トップページ　給湯器のことなら～ */
.top-advertisement-section {
    height: 1011px;
    background-image: url(/images/top-advertisement-bg.png);
    background-size: cover;
}

.top-advertisement-wrapper {
    padding: 0 0 184px 0;
}

.top-advertisement-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-advertisement-content {
    width: 320px;
}

.top-advertisement-img {
    width: 258px;
    height: 258px;
    margin: 0 auto;
}

.top-advertisement-title {
    height: 53px;
    /* padding: 22px 0 21px 0; */
    margin-top: 22px;
    padding: 0 0 21px 0;
    color: #333;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.top-advertisement-text {
    color: #333;
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 71px;
    height: 125px;
    border-top: 3px dotted #FF6524;
    font-weight: bold;
}

.top-advertisement-btn {
    display: block;
    width: 220px;
    height: 60px;
    margin: 0 auto;
}

/* footer */
.footer {
    height: 326px;
    padding: 30px 60px 0 60px;
    background: #fff;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 36px;
}

.footer-logo {
    display: block;
    width: 163px;
    height: 68px;
    margin: 0 0 0 15px;
}

.footer-logo-text {
    padding-top: 26px;
}

.footer-list {
    width: 648px;
    padding: 0;
    margin-right: -45px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.footer-item {
    width: 125px;
    padding-bottom: 23px;
    /* display: inline-block; */
    /* margin: 0 38px; */
    text-align: center;
}

.footer-item a {
    color: #333;
    font-weight: bold;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
}

.footer-bottom-left {
    display: flex;
    align-items: end;
}

.footer-bottom-left img {
    width: 568px;
    height: 63px;
}

.footer-bottom-right {
    display: flex;
}

.footer-text {
    font-size: 13px;
    color: #fff;
    background: #333;
    text-align: center;
    padding: 17px 0 16px 0;
}

.footer-bt {
    height: 124px;
}

/* サイドバー */
.sidebar {
    margin: 0 60px 0 120px;
    width: 238px;
}

.sidebar-content {
    position: sticky;
    left: 0;
    top: 0px;
    padding-bottom: 50px;
    /* z-index: -1; */
}

.sidebar-nav {
    width: 238px;
    border: 2px solid #F86526;
    border-radius: 15px;
    padding-bottom: 0px;
}

.sidebar-nav-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #F86526;
    border-radius: 10px 10px 0 0;
}

.sidebar-item:first-of-type {
    margin-top: 10px;
}

.sidebar-item {
    display: block;
    background: #FFD1B2;
    width: 220px;
    height: 60px;
    margin: 0 auto 10px auto;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.sidebar-item img {
    width: 30px;
    margin: 0px 15px 0px 10px;
}

.sidebar-item p {
    /* white-space: nowrap; */
    font-size: 15px;
    color: #333;
    margin: 0px 10px 0px 0;
}

.sidebar-banner {
    display: block;
    /* background: #777; */
    width: 238px;
    /* height: 96px; */
    /* margin: 24px 0 14px 0; */
    margin: 10px 0 0 0;
}

.sidebar-btn {
    display: block;
    width: 238px;
    /* height: 96px; */
    height: auto;
    margin-top: px;
}

.sidebar-foot-text {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #333;
    margin-top: 0px;
}

/* サイドバーのある子ページ設定*/
.main {
    display: flex;
}

.child-page {
    width: 890px;
    /* margin-left: 430px; */
}

/* page-company */
.company-first-content {
    margin-top: 35px;
}

.company-top-title {
    padding-top: 50px;
}

.company-sub-title {
    font-size: 40px;
    font-weight: 900;
    text-shadow: 0.01em 0.01em #333;
}

.company-sub-title-span {
    color: #FF6500;
    text-shadow: 0.01em 0.01em #FF6500;
}

.company-second-content {
    margin-top: 30px;
}

.page-company-text {
    font-size: 16px;
    color: #333;
    text-align: center;
}

.company-th {
    text-align: left;
    padding: 27px 0 35px 25px;
    color: #333;
    font-size: 16px;
    width: 237px;
    border-bottom: 1px solid #FF6524;
    font-weight: 900;
    text-shadow: 0.01em 0.01em #333;
}

.company-td {
    padding: 27px 0 35px 30px;
    font-size: 15px;
    color: #333;
    width: 653px;
    border-bottom: 1px solid #C4C4C4;
}

.company-td a {
    text-decoration-line: underline;
}

.company-section-img {
    margin-top: 76px;
    width: 100%;
}

.cash-img {
    width: 632px;
    margin-top: 60px;
}

.cash-btm-img {
    width: 100%;
    margin: 80px 0;
}

.page-company-company-section-third {
    padding-bottom: 164px;
}

.company-third-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.company-third-content {
    width: 210px;
    height: 295px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0 #c5c5c5;
    /* border-image: linear-gradient(to right,#F9D208,#FE7820)1; */
    background: linear-gradient(to right, #F9D208, #FE7820);
    /* border-bottom: 8px solid; */
}

.company-third-content-inner {
    height: 312px;
    background: #ffffff;
    border-radius: 10px;
    /* padding-bottom: 75px; */
}

.company-third-content-img {
    width: 113px;
    height: 113px;
    margin: -25px auto 0 auto;
}

.company-third-content-title {
    margin-top: 34px;
    font-size: 19px;
    color: #333;
    text-align: center;
}

.company-third-content-title-last {
    padding-top: 15px;
}

.company-third-content-title span {
    font-size: 27px;
    font-weight: bold;
    color: #FF6500;
}

.company-third-content-text-area {
    position: relative;
}

.company-third-content-text-area::after {
    content: "";
    width: 83px;
    border-bottom: 4px dotted #F7C500;
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.company-third-content-text {
    margin-top: 34px;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.info-section {
    width: 1440px;
    margin-left: -430px;
}

/*page-guarantee*/
.guarantee-mv-wrapper {
    margin-bottom: 144px;
}

.guarantee-fv-img {
    width: 890px;
    margin: 0px auto 31px auto;
}

.guarantee-fv-text {
    font-size: 16px;
    color: #333;
}

.guarantee-fv-text:nth-of-type(4) {
    padding-top: 30px;
}

.guarantee-fv-text:last-of-type {
    font-size: 18px;
    font-weight: bold;
    color: #C81919;
}

.guarantee-info-img {
    padding: 72px 0 70px 0;
}

.sub-title {
    background: #FFF4ED;
    border-left: 13px solid #FF6524;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    padding: 13px 0 14px 30px;
    text-shadow: 0.01em 0.01em #333;
}

.guarantee-table {
    margin: 20px 0;
}

.guarantee-th {
    width: 326px;
    font-size: 18px;
    text-shadow: 0.01em 0.01em #333;
    color: #333;
    background: #FFF4ED;
    border-top: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    padding: 25px 0 23px 0;
}

.guarantee-th-bottom,
.guarantee-td-bottom {
    border-bottom: 1px solid #D6D6D6;
}

.guarantee-td {
    width: 564px;
    font-size: 18px;
    color: #333;
    border-top: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    font-weight: normal;
    text-align: left;
    padding: 25px 0 23px 30px;
}

.guarantee-td p:first-of-type {
    padding-bottom: 30px;
}

.guarantee-fv-foot-text {
    font-size: 16px;
    color: #333;
}

.guarantee-second-wrapper {
    margin-bottom: 144px;
}

.guarantee-second-wrapper-text {
    font-size: 16px;
    color: #333;
    text-align: center;
}

.guarantee-second-container {
    width: 797px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.guarantee-second-content {
    /* width: 149px; */
    width: 190px;
    height: 225px;
    margin-top: 50px;
}

.guarantee-second-content-img {
    width: 149px;
    height: 149px;
    margin: 0 auto;
}

.guarantee-second-content-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 63px;
    position: relative;
}

.guarantee-second-content-text p {
    white-space: nowrap;
    font-size: 19px;
    color: #333;
    text-align: center;
}

.guarantee-second-content-text::after {
    content: "";
    width: 50px;
    border-bottom: 2px solid #FF6524;
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.guarantee-second-list {
    margin-top: 32px;
}

.guarantee-second-list-title {
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.guarantee-second-list-text {
    font-size: 16px;
    color: #333;
}

.guarantee-second-list-text:nth-of-type(2) {
    margin-bottom: 20px;
}

.guarantee-second-list-text:nth-of-type(10) {
    margin-bottom: 20px;
}

.work-flow-img {
    width: 890px;
    height: 241px;
    margin-bottom: 20px;
}

.work-flow-banner-container {
    margin: 78px 0 148px 0;
}

.work-flow-banner {
    width: 839px;
    height: 270px;
    margin: 0 auto;
}

/* page-area */
.area-sp-img {
    display: none;
}

.area-wrapper {
    padding-bottom: 103px;
}

.area-wrapper-text {
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.area-sub-title {
    width: 361px;
    margin-top: 61px;
    padding: 8px 0px 7px 10px;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0.01em 0.01em #333;
    background: #FFEBC6;
    border-left: 5px solid #FF6524;
    color: #333;
}

.area-content-first {
    margin-top: 33px;
    position: relative;
}

.area-top-bg {
    position: absolute;
    top: 150px;
    right: 0px;
    width: 445px;
    height: 495px;
}

.area-content-second {
    margin-top: 50px;
}

.area-content-title-box {
    margin-bottom: 23px;
}

.area-content-title-box div {
    display: flex;
}

.area-content-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-left: 10px;
    text-shadow: 0.01em 0.01em #333;
}

.area-content-title-first {
    width: 717px;
    border-bottom: 1px solid #FF6524;
    padding-bottom: 5px;
}

.area-content-title-second {
    width: 425px;
    border-bottom: 1px solid #FF6524;
    padding-bottom: 5px;
}

.area-content-sub-title {
    font-size: 14px;
    color: #333;
    margin-left: 35px;
}

.area-content-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.page-area-flow-wrapper-sp {
    display: none;
}

.page-area-flow-wrapper {
    margin-bottom: 166px;
}

.page-area-flow-container {
    margin-top: 68px;
}

.page-area-flow-content {
    display: flex;
    width: 890px;
    height: 232px;
    margin-bottom: 20px;
}

.area-flow-left-img {
    width: 110px;
    height: 230px;
    margin: 0 auto;
    margin-right: -25px;
    z-index: 1;
    flex-shrink: 0;
}

.area-flow-left-bottom-img {
    width: 110px;
    height: 110px;
    margin-right: -35px;
    flex-shrink: 0;
    z-index: 1;
}

.page-area-flow-text-area {
    background: #FFFBF0;
    /* background: #777; */
    display: flex;
    padding: 10px 20px 0 46px;
}

.page-area-flow-text-area-inner {
    padding-right: 20px;
}

.page-area-flow-title {
    font-size: 34px;
    font-weight: bold;
    color: #FF6524;
    margin-bottom: 24px;
    text-shadow: 0.01em 0.01em #FF6524;
}

.page-area-flow-text {
    font-size: 18px;
    color: #333;
}

.area-flow-right-img {
    margin-top: 16px;
    width: 208px;
    height: 159px;
}

/* page-cost */
.page-cost-top-wrapper {
    margin-bottom: 167px;
}

.page-cost-top-text {
    font-size: 16px;
    color: #333;
    text-align: center;
    padding: 0 34px;
}

.page-cost-top-content {
    margin: 54px 0 55px 0;
    width: 890px;
    height: 336px;
    border-radius: 8px;
    border-top: 8px solid #FF6524;
    box-shadow: 0px 5px 10px 0 #c5c5c5;
}

.page-cost-title {
    font-size: 35px;
    padding: 43px 0 77px 0;
}

.page-cost-sub-title {
    font-size: 35px;
    background: #F69971;
    border-left: 13px solid #FF6524;
    padding: 15px 0 15px 20px;
    margin: 80px 0 30px 0;
    color: #fff;
    font-weight: bold;
    text-shadow: 0.01em 0.01em 7px #777;
}

.page-cost-table {
    margin-top: 20px;
}

.page-cost-title-th {
    font-size: 18px;
    color: #333;
    width: 564px;
    background: #FFEDE5;
    padding: 23px 0 26px 0;
    border-top: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
}

.page-cost-text-th {
    font-size: 18px;
    color: #333;
    width: 326px;
    background: #FFEDE5;
    padding: 23px 0 26px 0;
    border-top: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
}

.page-cost-th {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    width: 564px;
    padding: 23px 0 26px 0;
    border-top: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
}

.page-cost-td {
    font-size: 18px;
    color: #333;
    width: 326px;
    text-align: center;
    padding: 23px 0 26px 0;
    border-top: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
}

.page-cost-th-bottom,
.page-cost-td-bottom {
    border-bottom: 1px solid #D6D6D6;
}

/* page-main-form */
.confirm-input-text {
    color: red;
    text-align: center;
    text-decoration-line: underline;
    font-size: 18px;
    margin: 20px 0;
}

.form-sub-text {
    font-size: 22px;
    text-align: center;
    color: #333;
    margin: 50px 0;
}

.main-form-info {
    width: 1200px;
    margin: 0 auto;
}

/* cf7 */
.main-form-section {
    padding-bottom: 150px;
}

.main-form-wrapper {
    width: 998px;
    margin: 91px auto 0 auto;
    box-shadow: 2px 2px 10px 0 #C4C4C4;
}

.main-form-content {
    padding: 70px 0;
}

.required {
    font-size: 0.8em;
    padding: 3px;
    background: #FF6524;
    color: #ffffff;
    border-radius: 2px;
    margin-left: 10px;
    margin-bottom: 2px;
    display: inline-block;
}

.form-cat {
    /* width: 838px; */
    width: 90%;
    border-radius: 5px;
    background: #F8F9FA;
    margin: 20px auto 20px auto;
}

.name-cat {
    background: #fff;
    margin: 70px auto 20px auto;
    width: 90%;
}

.form-cat input,
textarea {
    border: 1px solid #DEE2E6;
    padding: 10px;
    width: 100%;
    /* color: #B5B5B5; */
}

.form-cat label {
    display: block;
    font-weight: bold;
    padding: 20px 0 0 20px;
    font-size: 22px;
}

.form-input {
    /* width: 778px; */
    width: 90%;
    padding: 10px 0 20px 20px;
}

.form-input p {
    margin-top: 0px;
}

.form-input a {
    text-decoration-line: underline;
}

.form-input-radio p {
    margin-top: -5px;
}

.name-input,
.address-input {
    /* width: 778px; */
    width: 100%;
    padding: 10px 0 20px 20px;
}

.name-input input {
    width: 44%;
}

.address-input input {
    width: 30%;
}

.address-number-bar {
    font-size: 20px;
    font-weight: bold;
    margin: 0 20px 0 0;
}

.first-name {
    margin-right: 15px;
}

.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
}

.radio-colum {
    flex-direction: column;
    align-items: baseline;
}

.radio-colum-2 {
    justify-content: space-between;
}

.wpcf7-list-item {
    width: 100%;
}



.wpcf7-list-item label {
    width: 100%;
    display: flex;
    /* justify-content: left; */
    /* flex-wrap: wrap; */
    align-items: center;
    margin: 0px;
}

.wpcf7-list-item-label {
    width: 100%;
}

.privacy-text {
    margin: 50px auto;
    padding: 10px;
    border: 1px solid #333;
    width: 754px;
    height: 185px;
    overflow-y: scroll;
}

.privacy-text p,
.wpcf7-list-item-label {
    font-size: 22px;
}

.privacy-check-content {
    /* display: flex; */
    /* align-items: center; */
    width: 778px;
    margin: 0 auto 100px auto;
}

.privacy-check {
    width: 370px;
    margin: 0 auto;
    /* display: flex; */
    /* align-items: center; */
}

.privacy-check input {
    /* margin: 0 auto; */
}

.form-submit {
    background: #fff;
}

.submit-input {
    position: relative;
}

.submit-input img {
    width: 455px;
    margin: 0 auto;
}

.submit-input input {
    width: 430px;
    height: 90px;
    border-radius: 50px;
    opacity: 0;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.main-form-title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    /* margin: 60px 0 0 0px; */
}

.checkbox-input label {
    margin-left: -40px;
    margin-bottom: 10px;
}

.checkbox-input {
    margin-left: 20px;
}

/* page-confirm */

.confirm-btn {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}

.confirm-back-btn {
    width: 40%;
}

.confirm-prev-btn {
    width: 40%;
}

/* page-complete */
.complete-section {
    /* width: 544px; */
    margin: 0 auto;
}

.complete-btn {
    display: block;
    width: 455px;
    height: 92px;
    /* margin: 50px auto 155px auto; */
    margin: 0 auto 155px auto;
}

.form-complete-btn {
    display: block;
    width: 455px;
    height: 92px;
    margin: 70px auto;
}

.form-complete-btn img {
    width: 100%;
}

/* page-question */
.question-wrapper {
    padding-bottom: 160px;
    width: 1200px;
    margin: 0 auto;
}

.page-question-sub-title {
    margin-bottom: 16px;
    margin-top: 20px;
}

.page-question-content {
    background: #FFE1A8;
}

.page-question-content-colors {
    background: #FFEBC6;
}

/* page-guide */
.guide-top-text {
    text-align: center;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.guide-top-wrapper {
    padding-bottom: 160px;
    width: 1200px;
    margin: 0 auto;
}

.guide-content-img {
    width: 49px;
    height: 49px;
}

.guide-answer-left {
    opacity: 0;
}

.guide-content-top.is-active,
.guide-content-bottom.is-active {
    border-radius: 5px;
}

.guide-content-top {
    margin-bottom: 10px;
}

.guide-question-close-btn {
    top: -70px;
}

.guide-list-text {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.guide-list {
    list-style: none;
}

.guide-item {
    font-size: 16px;
    color: #333;
}

.guide-foot-text {
    font-size: 16px;
    color: #333;
}

.text-p {
    margin-top: 20px;
    font-size: 18px;
    color: #FF6524;
}

.guide-center-text {
    margin: 20px 0;
}

.guide-foot-link {
    margin-top: 20px;
}

.guide-cash-title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.guide-cash-text {
    color: #333;
    font-size: 16px;
}

.guide-cash-text span {
    color: #333;
    font-weight: bold;
}

.guide-cash-inner {
    padding: 20px 0;
}

.guide-cash-inner-title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.guide-cash-img-first {
    /* padding: 51px 0 41px 0; */
    width: 862px;
}

.top-question-content a {
    text-decoration-line: underline;
}

/* page-Product warranty */
.product-text-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-text-box {
    width: 18px;
    height: 18px;
    background: #C81919;
    border-radius: 2px;
    margin-right: 15px;
}

.product-text-title::before {
    /* content: ""; */
    /* position: absolute; */
    /* top:9px; */
    /* left: -16px; */
}

.product-text-title {
    /* width: 295px; */
    /* margin: 0 auto; */
    font-size: 22px;
    font-weight: bold;
    color: #333;
    text-align: center;
    /* position: relative; */
}

.product-text-title span {
    color: #C81919;
}

.product-inner-content {
    padding: 20px 0;
}

.product-text-first-content {
    margin-bottom: 118px;
}

.product-inner-text {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 1.75em;
}

.product-center-text {
    line-height: 2.25em;
}

.product-center-text span {
    font-size: 18px;
    font-weight: bold;
}

.product-orange {
    color: #FF6524;
}

.product-red {
    color: #C81919;
}

.product-inner-p {
    margin-bottom: 18px;
}

.product-text-second-content {
    margin-bottom: 56px;
}

.product-center-container {
    margin: 61px 0 0px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.product-center-content {
    width: 282px;
    height: 335px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0 #c5c5c5;
    border-bottom: 3px solid #FF6524;
    padding: 11px 15px 0 15px;
    margin-bottom: 75px;
}

.product-center-content-bottom {
    width: 349px;
    height: 290px;
}

.product-center-content img {
    width: 252px;
    height: 163px;
    margin: 0 auto;
}

.product-center-content-text {
    font-size: 16px;
    color: #333;
    line-height: 1.75em;
    padding-top: 25px;
}

.product-center-content-text-bottom {
    padding-left: 30px;
}

.product-img-first-content {
    width: 890px;
    height: 336px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0 #c5c5c5;
    border-top: 8px solid #FF6524;
    margin: 169px 0 105px 0;
}

.product-img-content-title {
    padding-top: 53px;
    font-size: 40px;
}

.product-img-first-content img {
    width: 838px;
    margin: 0 auto;
    margin-bottom: 51px;
}

.product-img-second-content {
    width: 792px;
    margin: 0 auto 103px auto;
}

.product-img-third-content {
    margin-bottom: 114px;
}

.product-img-third-content img {
    margin-top: 48px;
}

/* page-campaign */
.campaign-first-content {
    margin-top: 50px;
}

/* page-sitemap */
.sitemap-first-container {
    margin-top: 65px;
}

.sitemap-second-container {
    display: flex;
    flex-direction: column;
    /* height: 825px; */
    height: 900px;
    flex-wrap: wrap;
    margin-bottom: 145px;
}

.sitemap-content {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 425px;
    height: 55px;
    background: #FFF4ED;
    border-left: 13px solid #FF6524;
    margin-bottom: 15px;
    margin-right: 40px;
}

.sitemap-content-bottom {
    margin-bottom: 100px;
}

.sitemap-top-content {
    background: #F69971;
    margin-bottom: 20px;
}

.sitemap-top-content p {
    color: #fff;
}

.sitemap-content-left,
.sitemap-content-right {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 0 20px;
}

.sitemap-content-right {
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 22px;
    color: #FF6524;
    border-radius: 50%;
    border: 3px solid #FF6524;
}

.sitemap-top-content-right {
    border: 3px solid #fff;
}

.sitemap-content-list {
    list-style: none;
}

.sitemap-content-item {
    margin-bottom: 14px;
}

.sitemap-content-item a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration-line: underline;
}

.sitemap-content-inner {
    max-height: 0;
    opacity: 0;
    overflow-y: hidden;
    transition: all 0.4s;
}

.sitemap-content-cat:hover {
    cursor: pointer;
}

.sitemap-content-inner.is-active {
    max-height: 350px;
    opacity: 1;
    overflow-y: visible;
    transition: all 0.4s;
}

/* page-flow */
.flow-top-wrapper {
    margin-bottom: 252px;
}

.flow-main-container {
    margin-top: 75px;
}

.flow-main-content {
    margin-bottom: 70px;
}

.flow-top-text {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 49px;
}

.flow-content-title-area {
    background: #FFF4ED;
    display: flex;
    align-items: center;
}

.flow-title {
    font-size: 26px;
    color: #333;
}

.flow-title-img {
    margin: 0 20px 0 35px;
}

.flow-content-inner {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 30px;
}

.flow-content-inner img {
    width: 310px;
    height: 275px;
}

.flow-content-text-area {
    width: 616px;
    margin: 27px 0 0 44px;
}

.flow-content-text {
    font-size: 16px;
    color: #333;
    letter-spacing: 0.05em;
    line-height: 1.75em;
}

.flow-p {
    margin-bottom: 20px;
}

.flow-center-content-first {
    margin-bottom: 51px;
}

.center-text {
    text-align: center;
    letter-spacing: 0em;
}

.flow-center-inner {
    /* width: 759px; */
    /* margin: 0 auto; */
}

.flow-center-title {
    font-size: 18px;
    color: #333;
    background: #FFF4ED;
    padding: 23px 25px 25px 30px;
}

.flow-center-title span {
    font-weight: bold;
    font-size: 18px;
}

.flow-center-img {
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
}

.flow-center-img img {
    width: 632px;
    margin: 0 auto;
    padding: 33px 0 41px 0;
}

.flow-table {
    width: 759px;
    height: 577px;
    margin: 0 auto 130px auto;
}

.flow-th {
    width: 278px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    background: #FFF4ED;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    padding: 56px 0 58px 0;
    border-top: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
}

.flow-td {
    width: 483px;
    padding: 28px;
    font-size: 18px;
    color: #333;
    border-top: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
}

.flow-th-bottom,
.flow-td-bottom {
    border-bottom: 1px solid #D6D6D6;
}

.flow-td img {
    margin-top: 13px;
}

/* page-features */
.features-top-container-sp {
    display: none;
}

.features-top-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.features-top-content {
    width: 290px;
    height: 250px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0 #c5c5c5;
    border-bottom: 20px solid #FF6524;
    position: relative;
    margin: 62px 10px 0 0;
}

.features-top-content::after {
    content: "";
    width: 39px;
    height: 12px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #fff;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.features-top-content img {
    width: 55px;
    margin: -30px auto 0 auto;
    flex-shrink: 0;
}

.features-content-title {
    margin: 0 30px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    height: 75px;
    border-bottom: 3px dotted #FF6524;
}

.features-content-text {
    text-align: center;
    font-weight: bold;
    color: #333;
    padding: 20px 0 24px 0;
}

.features-img-content {
    width: 890px;
    height: 563px;
    margin: 140px 0 167px 0;
}

.sp-scroll {
    width: 90%;
}

.feature-comparison-content img {
    margin: 60px auto 150px auto;
    /* width: 90%; */
}

.features-area-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.features-area-text-content {
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.features-area-content-text {
    font-weight: bold;
    color: #333;
    padding-top: 20px;
}

.features-area-img-content {
    flex-shrink: 0;
    width: 400px;
}

.features-area-img-content img {
    width: 305px;
    height: 340px;
}

.features-achievements-content {
    margin-bottom: 167px;
}

.features-achievements-text {
    font-weight: bold;
    color: #333;
    text-align: center;
}

.features-achievements-content img {
    width: 839px;
    /* height: 270px; */
    margin: 30px auto 0 auto;
}

.feature-flow-text {
    padding-left: 30px;
}

.followup-title {
    margin-bottom: 50px;
}

.feature-followup-container {
    width: 890px;
    margin: 40px auto 0 auto;
}

.features-followup-btn img {
    width: 445px;
    margin: 54px auto 170px auto;
}

.evaluation-container {
    width: 890px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.evaluation-content {
    width: 242px;
    margin: 30px 0 0 0;
}

.evaluation-content img {
    width: 149px;
    height: 149px;
    margin: 0 auto;
}

.evaluation-content-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #333;
    height: 70px;
    position: relative;
    white-space: nowrap;
}

.evaluation-content-title::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #FF6524;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.evaluation-content-text {
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.features-voice-container {
    margin: 70px 0 180px 0;
}

.features-voice-content {
    display: flex;
    padding: 30px;
    width: 890px;
    height: 250px;
    margin: 0 auto 30px auto;
    box-shadow: 2px 2px 10px 0 #C4C4C4;
    border-radius: 10px;
}

.features-voice-content:hover {
    opacity: 0.7;
}

.features-voice-img {
    flex-shrink: 0;
    width: 170px;
    margin-right: 20px;
}

.features-voice-text-area {
    color: #333;
}

.features-voice-title {
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    border-bottom: 3px dotted #7B442B;
}

.features-voice-date {
    font-size: 18px;
    margin: 10px 0 16px 0;
}

.features-voice-text {
    font-size: 16px;
}

/* page-notation */
.notation-table-wrapper {
    margin: 77px 0 120px 0;
}

.notation-table {
    width: 1200px;
    margin: 0 auto;
}

.notation-th {
    width: 376px;
    color: #333;
    background: #FFF4ED;
    text-align: center;
    padding: 25px 0;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 0.01em 0.01em #333;
    border-top: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
}

.notation-td {
    width: 824px;
    border-top: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    color: #333;
    font-size: 18px;
    padding: 10px 10px 10px 30px;
}

.notation-td p {
    margin-bottom: 20px;
}

.notation-th-bottom {
    border-bottom: 1px solid #D6D6D6;
}

.notation-th-bottom p {
    margin: 0;
}

/* page-termsofuse */
.termsofuse-wrapper {
    width: 1200px;
    margin: 20px auto 138px auto;
}

.termsofuse-content a {
    text-decoration-line: underline;
}

.terms-sub-title {
    background: #F69971;
    color: #fff;
    font-weight: bold;
    text-shadow: 0.01em 0.01em 7px #777;
}

.termsofuse-text-area {
    padding: 30px;
}

.termsofuse-inner {
    margin-bottom: 20px;
}

.termsofuse-inner-number {
    margin-left: 30px;
}

.termsofuse-title {
    font-weight: bold;
    margin-bottom: 20px;
}

.termsofuse-text {
    color: #333;
    margin: 20px 0;
}

.termsofuse-list {
    color: #333;
    line-height: 30px;
}

.termsofuse-list span {
    font-weight: bold;
}


/* page-personalinfo */
.personalinfo-wrapper {
    width: 1200px;
    margin: 20px auto 138px auto;
}

.termsofuse-text-bottom {
    margin-top: 100px;
    color: #333;
}

/* page-repair */
.repair-section {
    padding-bottom: 110px;
}

.top-title-sub-text {
    font-size: 35px;
    margin: 0 auto;
}

.repair-top-img {
    width: 890px;
    margin: 30px 0 30px 50px;
}

.repair-form-content {
    /* display: none; */
    width: 980px;
    margin: 30px auto 0 auto;
    box-shadow: 2px 2px 10px 0 #C4C4C4;
}

.repair-text-content {
    width: 790px;
    margin: 0 auto 50px auto;
}

.repair-text {
    color: #333;
}

/* page-guskyutouki */
.guskyutouki-wrapper {
    margin-bottom: 212px;
    margin-top: 72px;
}

.guskyutouki-step-container {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.guskyutouki-step-content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 350px;
    height: 60px;
    background: #FFA33C;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
}

.guskyutouki-step-content-color {
    background: #FF6524;
}

.guskyutouki-second-wrapper {
    background: #FFFBF0;
    padding: 62px 0 100px 0;
    margin-top: 50px;
}

.guskyutouki-top-container {
    width: 1250px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.guskyutouki-top-text {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 62px 0 71px 0;
}

.guskyutouki-top-content {
    display: flex;
    align-items: center;
    width: 379px;
    height: 154px;
    background: #fff;
    box-shadow: 0px 5px 10px 0 #c5c5c5;
    border-radius: 10px;
    border-right: 15px solid #FF6524;
    margin: 0 0 30px 30px;
}

.guskyutouki-top-content-img {
    width: 95px;
    height: 132px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EEF8F4;
    border-radius: 5px;
    margin-left: 20px;
}

.guskyutouki-top-content-text {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-left: 25px;
}

.target-content {
    background: #FF6524;
    border-right: 15px solid #fff;
}

.target-text {
    color: #fff;
}

/* merchandisepage */
.merchandise-top-section {
    margin-bottom: 40px;
}

.merchandise-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 1440px;*/
    width: 90%;
    height: 320px;
    background-image: url(/images/merchandise-top-img.png);
    margin: 0 auto;
}

.merchandise-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 43px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.3);
    width: 750px;
    height: 117px;
    color: #fff;
    margin: 0 auto;
}

/* page-merchandise-guskyutouki */
.guskyutouki-campaign-content img {
    margin-left: auto;
    margin-right: auto;
}

.guskyutouki-campaign-bottom-btn img {
    margin-left: auto;
    margin-right: auto;
}

.merchandise-child-page {
    width: 1070px;
    margin-left: -60px;
}

.merchandise-title-span {
    color: #FF6524;
    padding-right: 0;
    text-shadow: 0.01em 0.01em #FF6524;
}

.guskyutouki-lineup-content img {
    width: 445px;
    height: 280px;
}

.guskyutouki-lineup-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* width: 1070px; */
    /* margin: 0 auto; */
}

.merchandise-sub-title {
    font-size: 35px;
}

.guskyutouki-campaign-btn {
    display: block;
    width: 600px;
    margin: 70px auto 100px auto;
}

.guskyutouki-campaign-img1 {
    width: 890px;
    margin: 0 auto;
}

.guskyutouki-campaign-img2 {
    width: 342px;
    /* margin: 37px auto 50px auto; */
    margin: 50px auto;
}

.merchandise-campaign-info {
    width: 890px;
    margin: 0 auto;
}

.guskyutouki-campaign-img3 {
    width: 890px;
    margin: 0 auto;
}

.guskyutouki-campaign-bottom-btn {
    /*`width: 625px;*/
    display: block;
    margin: 71px auto;
}

.guskyutouki-check-flow {
    background: #FFFBF0;
    padding-bottom: 100px;
}

.check-flow-center-text {
    color: #333;
    text-align: center;
    font-size: 18px;
    width: 779px;
    margin: 0 auto;
}

.check-flow-center-list {
    color: #333;
    /* text-align: center; */
    font-size: 18px;
    width: 779px;
    margin: 0 auto;
}

.check-flow-title-text {
    margin: 50px 0 100px 0;
}

.check-flow-title-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 60px;
}

.check-flow-title-area::before {
    content: "";
    width: 264px;
    border: 2px solid #FF752E;
    position: absolute;
    top: 20px;
    left: 150px;
}

.check-flow-title-area::after {
    content: "";
    width: 264px;
    border: 2px solid #FF752E;
    position: absolute;
    top: 20px;
    right: 150px;
}

.check-flow-title-area img {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.check-flow-center-title {
    font-size: 28px;
    color: #FF752E;
    text-align: center;
    font-weight: bold;
}

.check-flow-center-sub-title {
    font-size: 25px;
    color: #333;
    text-align: center;
    margin: 20px 0 28px 0;
}

.check-flow-info {
    border-radius: 20px;
    box-shadow: 0px 5px 10px 0 #c5c5c5;
    width: 890px;
    margin: 0 auto;
}

.check-flow-info-text {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 52px 135px 65px 140px;
}

.check-flow-bottom-img {
    margin-bottom: 71px;
}

.check-flow-center-img {
    margin: 60px auto;
}

.merchandise-info-section {
    /*background: #fff;*/
    width: 100%;
    padding-top: 50px;
}

.merchandise-info-wrapper {}

.merchandise-info-wrapper img {
    position: static;
}

.merchandise-bottom-info {
    width: 890px;
    margin: 90px auto;
    position: relative;
}

.merchandise-bottom-info img {
    width: 890px;
}

.merchandise-bottom-info a {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    width: 450px;
    height: 92px;
    margin: 0 auto;
    border-radius: 50px;
    opacity: 0;
    background: red;
    display: block;
    z-index: 1;
}

.guskyutouki-bottom-container-sub-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.guskyutouki-bottom-container {
    display: flex;
    justify-content: space-between;
    width: 890px;
    margin: 0 auto;
}

.guskyutouki-bottom-content {
    width: 270px;
    height: 307px;
    border-radius: 10px;
    border-bottom: 5px solid #FF6524;
    padding: 0 12px 0 16px;
    box-shadow: 0px 5px 10px 0 #c5c5c5;
    margin-top: 50px;
}

.guskyutouki-bottom-content img {
    width: 149px;
    height: 149px;
    margin: -30px auto 0 auto;
}

.guskyutouki-bottom-content-title {
    text-align: center;
    font-size: 23px;
    color: #333;
    height: 45px;
    position: relative;
}

.guskyutouki-bottom-content-title::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #FF6524;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.guskyutouki-bottom-content-text {
    font-size: 16px;
    color: #333;
    margin-top: 12px;
}

.merchandise-bottom-form {
    background-image: url(/images/merchandise-bottom-form-bg.png);
    padding: 50px 0 70px 0;
    margin-top: 107px;
}

.merchandise-bottom-form-content {
    width: 1000px;
    padding: 10px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.merchandise-sub-title-white {
    color: #fff;
    font-size: 45px;
    text-align: center;
    /* padding: 93px 0 50px 0; */
    padding: 0 0 50px 0;
    position: relative;
    font-weight: bold;
    white-space: nowrap;
    text-shadow: 0.01em 0.01em #fff;
}

.merchandise-sub-title-white::after {
    content: "";
    width: 100px;
    border-bottom: 4px dotted #fff;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.merchandise-top-point-section {
    width: 1070px;
}

.merchandise-orange-circle {
    background: #FF6524;
    border-radius: 50%;
    width: 170%;
    height: 100%;
    position: absolute;
    top: 450px;
    left: -35%;
}

.merchandise-top-point-container {
    width: 1070px;
    justify-content: center;
}

.merchandise-top-point-content {
    width: 300px;
    margin: 0 20px;
}

.merchandise-top-point-btn {
    width: 455px;
}

.merchandise-top-voice-section {
    padding-bottom: 190px;
}

.merchandise-top-voice-section-sp {
    display: none;
}

.merchandise-top-voice-container {
    width: 1070px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.merchandise-top-voice-content {
    display: block;
    width: 890px;
    padding: 39px 50px 20px 50px;
    box-shadow: 0px 5px 10px 0 #c5c5c5;
    border-radius: 10px;
    margin-bottom: 40px;
}

.merchandise-voice-inner-top,
.merchandise-voice-inner-second {
    display: flex;
}

.merchandise-voice-inner-img {
    flex-shrink: 0;
}

.merchandise-voice-inner-img img {
    width: 170px;
    height: 190px;
}

.merchandise-voice-inner-top-text-area {
    padding: 20px 0 0 20px;
}

.merchandise-user-label-img {
    width: 180px;
    height: 30px;
}

.merchandise-voice-address {
    margin: 13px 0 10px 0;
    font-size: 18px;
    color: #333;
}

.merchandise-voice-date {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}

.merchandise-voice-client-data {
    display: flex;
    justify-content: end;
    align-items: end;
    font-size: 16px;
    color: #333;
}

.merchandise-voice-client-data img {
    width: 25px;
    height: 25px;
}

.merchandise-voice-inner-center {
    width: 370px;
    margin-left: 48px;
    font-size: 16px;
    color: #333;
}

.merchandise-voice-inner-bottom {
    width: 790px;
    margin: 19px auto 0 auto;
    background: #EEF8F4;
    padding: 23px 40px 38px 40px;
    border-radius: 5px;
}

.merchandise-voice-inner-bottom p {
    color: #7B442B;
}

.merchandise-voice-manager {
    font-size: 13px;
    text-align: right;
    margin-top: 10px;
}

/* page-merchandise*/

.sekiyukyutouki-lineup-content {
    width: 290px;
    height: 442px;
}

.sekiyukyutouki-campaign-img2 {
    width: 840px;
    margin: 40px auto 90px auto;
}

.sekiyukyutouki-campaign-info {
    margin-top: 20px;
}

.ecokyuto-campaign-img1 {
    width: 890px;
    margin: 0 auto;
}

.ecokyuto-point-wrapper {
    width: 890px;
    margin: 0 auto;
    padding: 53px 61px 61px 61px;
    box-shadow: 0px 5px 10px 0 #c5c5c5;
    border-radius: 5px;
}

.ecokyuto-point-wrapper p {
    line-height: 1.75em;
}

.ecokyuto-point-title {
    font-size: 35px;
    color: #333;
    text-align: center;
    margin: 0 0 50px 0;
    position: relative;
    font-weight: bold;
    white-space: nowrap;
    text-shadow: 0.01em 0.01em #333;
}

.ecokyuto-point-title::after {
    content: "";
    width: 100px;
    border-bottom: 4px dotted #FF6524;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ecokyuto-point-sub-title {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin: 30px 0 20px 0;
}

.ecokyuto-point-inner {
    margin: 20px 0;
}

.ecokyuto-point-flow {
    margin: 46px 0 60px 0;
}

.ecokyuto-point-bottom-inner {
    display: flex;
    align-items: start;
    margin-bottom: 50px;
}

.ecokyuto-point-title-area {
    width: 790px;
    height: 62px;
    margin: 10px auto;
    display: flex;
    align-items: center;
    background: #FFF4ED;
}

.ecokyuto-point-title-area img {
    flex-shrink: 0;
    width: 111px;
    margin-left: 30px;
    /* height: 44px; */
}

.ecokyuto-point-title-text {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-left: 30px;
}

.ecokyuto-point-bottom-left {
    width: 200px;
    height: 200px;
    margin: 30px 40px 0 0;
    flex-shrink: 0;
}

.ecokyuto-center-triangle {
    margin: 80px auto 80px auto;
}

.merchandise-orange-circle {
    bottom: -400px;
}

.enefarm-point-wrapper {
    margin-top: 94px;
}

.enefarm-point-inner-container {
    display: flex;
}

.enefarm-point-inner-content {
    width: 360px;
}

.enefarm-point-inner-img {
    width: 300px;
    margin: 20px auto;
}

.enefarm-point-inner-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.enefarm-point-inner-text {
    font-size: 16px;
    color: #333;
}

.top-guidance-content-text span {
    font-weight: bold;
}

.ecowill-point-table {
    margin-bottom: 30px;
}

.ecowill-point-th {
    padding: 23px 0;
    text-align: center;
    font-size: 18px;
    color: #333;
    background: #FFF4ED;
    border-top: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
}

.ecowill-point-td {
    padding: 11px 0;
    text-align: center;
    font-size: 16px;
    color: #333;
    border-top: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
}

.ecowill-point-td-left {
    width: 416px;
    border-right: none;
}

.ecowill-point-td-right {
    width: 371px;
}

.ecowill-point-td-bottom {
    border-bottom: 1px solid #D6D6D6;
}

.ecowill-point-content-img1 {
    padding: 20px 0;
}

.ecowill-point-inner-content {
    display: flex;
    margin: 10px 0;
}

.ecokyuto-point-inner-text {
    font-size: 16px;
    color: #333;
    margin: 0 0 20px 10px;
}

.ecowill-point-content-btn {
    display: block;
    width: 410px;
    margin: 0 auto;
}

.ecowill-point-inner-foot-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ecowill-point-inner-foot-btn a {
    display: block;
    width: 280px;
    margin: 0 10px;
}

.check-flow-text-inner {
    margin: 20px 0;
}

.stove-point-wrapper {
    width: 960px;
}

.stove-check-first-content {
    width: 690px;
    background: #FFF4ED;
    margin: 0 auto;
    padding: 37px 0;
}

.stove-check-title {
    width: 447px;
    margin: 10px auto;
    display: flex;
}

.stove-check-title-second {
    width: 650px;
}

.stove-check-title img {
    width: 30px;
    height: 29px;
    flex-shrink: 0;
    margin-right: 10px;
}

.stove-check-title-text {
    font-size: 18px;
    font-weight: bold;
    margin-right: 30px;
}

.stove-check-outer-title {
    background: #fff;
}

.stove-check-outer-img {
    width: 500px;
    margin: 0 auto 30px auto;
}

.stove-check-outer-single-img {
    width: 245px;
    margin: 0 auto 30px auto;
}

.stove-outer-container {
    margin: 71px 0 80px 0;
}

.stove-outer-content {
    margin: 46px 0;
}

.stove-check-second-content {
    width: 690px;
    background: #FFF4ED;
    margin: 0 auto;
    padding: 37px 80px;
}

.stove-check-third-title {
    font-size: 20px;
    font-weight: bold;
    background: #FFF4ED;
    border-left: 10px solid #FF6524;
    padding: 17px 0 17px 30px;
}

.stove-check-third-content {
    margin-bottom: 80px;
}

.ih-check-flow {
    padding-bottom: 65px;
}

.ih-flow-title-text {
    margin-bottom: 0;
}

.ih-point-inner-container {
    width: 810px;
    justify-content: space-between;
}

.ih-point2-top-content {
    background: #FFF4ED;
    width: 625px;
    margin: 0 auto;
    padding: 40px 60px;
}

.ih-point2-top-content-text {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    padding: 7px 0;
}

.ih-point-content-title {
    width: 565px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #FF6524;
    margin-bottom: 15px;
}

.ih-point-content-img {
    margin: 20px auto;
    width: 500px;
}

.ih-point2-second-content {
    margin-bottom: 46px;
}

.ih-point2-th {
    width: 189px;
    height: 182px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
}

.ih-point2-th img {
    width: 120px;
    height: 172px;
}

.ih-point2-td {
    width: 599px;
    height: 182px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    border-top: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
}

.ih-point-table-bottom {
    border-bottom: 1px solid #D6D6D6;
}

.ih-point3-container {
    display: flex;
    justify-content: space-between;
}

.ih-point3-content {
    width: 239px;
}

.ih-point3-title {
    font-size: 18px;
    color: #333;
    text-align: center;
}

.ih-point3-content img {
    width: 195px;
    margin: 13px auto;
}

.ih-point3-text {
    color: #333;
}

.ih-point4-img-content {
    display: flex;
}

.ih-point4-img-area {
    margin-right: 22px;
}

.ih-point4-img-area img {
    width: 370px;
}

.ih-point4-top-text {
    color: #333;
    background: #FFEFEF;
    padding: 12px 18px;
    margin-bottom: 10px;
    width: 356px;
}

.ih-point4-bottom-text {
    color: #333;
    background: #EFF2FF;
    padding: 12px 18px;
}

.ih-point7-content-title {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #FF6524;
    margin-bottom: 20px;
}

.ih-point7-inner-content {
    display: flex;
    margin-bottom: 47px;
}

.ih-point7-content-text {
    color: #333;
    font-size: 16px;
    margin-left: 40px;
}

.ih-center-content,
.ih-point7-inner-content-bottom {
    margin-bottom: 0;
}

/* page-form-main */
.form-main-top-info {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.guskyutouki-top-content-link:hover {
    opacity: 0.7;
}

/* archive-case */
.case-section {
    padding: 70px 0;
}

.case-container {
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.case-content {
    display: block;
    width: 290px;
    height: 380px;
    overflow: hidden;
    box-shadow: 0px 5px 10px 0 #c5c5c5;
    border-bottom: 3px solid #E60C11;
    border-radius: 8px;
    margin-top: 40px;
    color: #333;
}

.case-content:hover {
    opacity: 0.7;
}

.case-text-area {
    padding: 16px 16px 30px 16px;
}

.case-img {
    overflow: hidden;
}

.case-img img {
    background: #333;
    /*    width: 290px; 武藤変更*/
    margin: auto;
    height: 175px;
}

.case-tax {
    display: flex;
}

.case-tax p {
    padding: 5px;
    color: #FF6524;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #FF6524;
}

.case-text {
    font-size: 14px;
    margin: 6px 0 19px 0;
}

.case-date {
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

.case-pagination {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page-numbers {
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #FF6524;
    border: 1px solid #FF6524;
    font-size: 20px;
    font-weight: bold;
}

.current {
    background: linear-gradient(to right, #FF6524, #FF9824);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #FF6524;
    font-size: 20px;
    font-weight: bold;
}

/* single-case */
.page-area-flow-sp-section {
    display: none;
}

.single-case-img-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px auto 120px auto;
}

.single-case-before {

    padding-top: 40px;
}

.single-case-before img {
    width: 400px;
    /*    height: 168px;*/
}

.single-before-text {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 23px;
    position: relative;
}

.single-before-text::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 50px;
    border-bottom: 2px solid #FF6524;
}

.single-case-img-center {
    width: 93px;
    height: 44px;
}

.single-case-after {
    position: relative;
}

.single-case-after img {
    width: 400px;
    /*    height: 260px;*/
}

.single-after-text {
    position: absolute;
    bottom: -35px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    width: 320px;
    height: 70px;
    color: #fff;
    background: #FF6524;
    clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
}

.single-table {
    width: 100%;
    margin-bottom: 50px;
}

.single-case-tr {}

.single-case-th {
    padding: 40px 0 25px 0;
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0.01em 0.01em #333;
    color: #333;
    width: 30%;
    border-bottom: 1px solid#FF6524;
}

.single-case-td {
    padding: 40px 0 25px 0;
    padding-left: 20px;
    font-size: 15px;
    color: #333;
    width: 70%;
    border-bottom: 1px solid#C4C4C4;
}

.case-bottom-comment {
    padding: 50px 68px;
    background: #EEF8F4;
}

.case-bottom-comment p {
    font-size: 18px;
    color: #333;
}

.single-case-btn {
    display: block;
    width: 455px;
    height: 92px;
    margin: 70px auto 150px auto;
}

/* archive-voice */
.voice-section {
    padding: 0 0 150px 0;
}

.voice-container {
    margin: 70px 0;
}

.voice-content {
    margin: 0 auto 30px auto;
    padding: 30px;
    width: 90%;
    height: 200px;
    display: flex;
    /* align-items: center; */
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0 #c5c5c5;
    border-right: 15px solid #FF6524;
}

.voice-content:hover {
    opacity: 0.7;
}

.voice-img {
    flex-shrink: 0;
    overflow: hidden;
    margin-right: 30px;
}

.voice-img img {
    width: 123px;
    height: 138px;
}

.voice-text-area {
    margin-top: 10px;
}

.voice-title {
    color: #333;
    font-size: 20px;
    margin: 10px 0 0px 10px;
    text-decoration-line: underline;
}

.voice-date {
    color: #333;
    font-size: 16px;
    margin: 0 0 0 10px;
}

/* single-voice */
.single-voice-wrapper {
    padding-bottom: 80px;
    border-bottom: 4px dotted #FF6524;
}

.single-voice-title {
    margin: 50px 0 10px 0;
    padding: 0 10px;
    /*height: 126px;武藤削除　20241126*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: #fff;
    border-left: 13px solid #FF6524;
    background: #F69971;
    text-shadow: 0.01em 0.01em 7px #777;
}

.single-voice-date {
    text-align: right;
    font-size: 18px;
    color: #333;
}

.single-voice-img {
    position: relative;
    margin: 50px auto 80px auto;
}

.single-voice-img-text {
    position: absolute;
    bottom: -30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    width: 320px;
    height: 70px;
    color: #fff;
    background: #FF6524;
    clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
}

.single-voice-img img {
    width: 652px;
    height: 420px;
    object-fit: cover;
}

.single-voice-center {
    padding: 0 30px;
}

.single-voice-center-title {
    display: flex;
}

.single-voice-center-title p {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #FF6524;
}

.single-voice-center-text {
    margin: 20px 0 40px 0;
    font-size: 15px;
    color: #333;
}

.single-voice-bottom {
    padding: 30px;
    background: #EEF8F4;
}

.single-voice-bottom-title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.single-voice-bottom-text {
    color: #333;
    font-size: 15px;
}

.terms-title {
    font-size: 35px;
}

.voice-terms-content {
    width: 890px;
    height: 380px;
    margin: 80px auto 150px auto;
    padding: 0px 59px 50px 59px;
    box-shadow: 0px 5px 10px 0 #c5c5c5;
}

.voice-terms-list {
    list-style: none;
    padding-left: 0;
}

.voice-terms-item {
    margin-bottom: 10px;
}

.voice-terms-item:hover {
    opacity: 0.7;
}

.voice-terms-item a {
    color: #333;
    display: flex;
    justify-content: space-between;
    font-size: 19px;
}

.voice-terms-item-right {
    text-decoration-line: underline;
}

/* page-protectionpolicy */
.protectionpolicy-wrapper {
    width: 1100px;
    margin: 0px auto 100px auto;
}

.protectionpolicy-inner {
    margin: 50px 0;
}

.protectionpolicy-text {
    font-size: 18px;
    color: #333;
}

.protectionpolicy-list {
    font-size: 18px;
    margin: 30px 0 30px 0px;
    color: #333;
}


@media screen and (max-width:1439px) {
    body {
        width: 100%;
    }

    .header {
        width: 100%;
    }

    .header-top {
        padding: 16px 20px 28px 20px;
    }

    .header-top-right-img {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .header-top-left img {
        max-width: 146px;
        width: 100%;
        height: auto;
    }

    .header-top-left img {
        width: 100%;
    }

    .header-top-left img {
        width: 100%;
    }

    .header-list {
        padding-left: 0;
    }

    .header-item {
        padding: 28px 10px 21px 10px;
    }

    .top-title {
        white-space: wrap;
    }

    .foot-header-text-area {
        /* margin: 0; */
    }

    .foot-header-text-top {
        font-size: 16px;
    }

    .foot-header-text-bottom {
        font-size: 16px;
    }

    .foot-header-text-bottom span {
        font-size: 22px;
    }

    .foot-btn {
        width: 40%;
        height: auto;
    }

    .fv-section {
        height: auto;
    }

    .top-lineup-wrapper {
        padding-top: 0;
    }

    .top-cat-section {
        height: auto;
    }

    .top-cat-container {
        width: 90%;
        justify-content: space-around;
    }

    .top-point-container {
        width: 90%;
    }

    .top-point-content {
        margin: 0 20px;
    }

    .top-point-content-img img {
        width: 90%;
    }

    .top-point-btn {
        width: 50%;
    }

    .top-lineup-container {
        width: 90%;
    }

    .top-lineup-first-content {
        width: 90%;
        height: auto;
    }

    .top-lineup-second-content {
        width: 90%;
        height: auto;
    }

    .top-lineup-content img {
        height: auto;
    }

    .top-voice-container {
        width: 90%;
    }

    .top-voice-content {
        width: 30%;
        padding-top: 0;
        background: #EEF8F4;
    }

    .voice-inner-top {
        border-radius: 10px 10px 0 0;
        padding-top: 30px;
        background: #fff;
    }

    .voice-inner-center {
        height: 250px;
        background: #fff;
    }

    .voice-inner-top {
        /* display: block; */
    }

    .voice-inner-img {
        width: 30%;
        height: auto;
        margin: 0;
    }

    .top-voice-bg {
        top: 0;
    }

    .top-voice-btn {
        width: 90%;
    }

    .top-case-container {
        width: 90%;
    }

    .top-case-content {
        width: 30%;
    }

    .case-content-img-area {
        width: 100%;
        /* height: 10px; */
    }

    .top-case-btn {
        width: 50%;
    }

    .top-info-wrapper {
        display: none;
    }

    .top-info-sp-wrapper {
        display: block;
        position: relative;
    }

    .top-info-sp-wrapper img {
        position: absolute;
        top: -30px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .top-guidance-container {
        width: 90%;
    }

    .top-guidance-content {
        width: 30%;
    }

    .top-guidance-content-img {
        width: 90%;
        height: auto;
    }

    .top-question-container {
        width: 100%;
    }

    .top-advertisement-container {
        width: 90%;
    }

    .top-advertisement-content {
        width: 30%;
    }

    .sidebar {
        margin: 0 20px 0 20px;
    }

    .child-page {
        width: 100%;
        margin: 0 auto;
    }

    .page-area-flow-content {
        width: 750px;
        margin: 20px auto;
    }

    .main-form-info {
        width: 90%;
        margin: 0 auto;
    }

    .main-form-wrapper {
        width: 90%;
    }

    .privacy-text {
        width: 90%;
    }

    .main-form-content {
        /* padding-top: 0; */
    }

    .complete-section {
        height: 600px;
    }

    .complete-btn {
        display: block;
        width: 50%;
        margin: 0px auto 100px auto;
    }

    .form-complete-btn {
        width: 40%;
        margin: 50px auto;
    }

    .complete-btn img {
        width: 100%;
        margin: 0px auto;
    }

    .product-img-first-content {
        width: 90%;
        margin: 100px auto;
    }

    .product-img-first-content img {
        width: 90%;
    }

    .product-img-second-content {
        width: 90%;
    }

    .product-img-second-content img {
        margin: 0 auto;
    }

    .product-img-third-content img {
        width: 90%;
        margin: 40px auto;
    }

    .sitemap-content {
        width: 350px;
    }

    .merchandise-wrapper {
        width: 100%;
    }

    .case-container {
        width: 90%;
        margin: 0 auto;
        justify-content: start;
        gap: 30px;
    }

    .case-content {}

    .single-case-section {
        width: 90%;
        margin: 0 auto;
    }

    .single-voice-section {
        width: 90%;
        margin: 0 auto;
    }

    .voice-terms-content {
        width: 90%;
        height: auto;
    }

    .voice-terms-item {
        margin: 15px 0;
    }

    .features-top-section {
        width: 90%;
        margin: 0 auto;
    }

    .features-top-container {
        gap: 50px 10px;
        margin: 70px 0;
    }

    .features-top-content {
        margin: 0;
    }

    .features-img-content {
        width: 90%;
        margin: 70px auto;
        height: auto;
    }

    .evaluation-container,
    .feature-followup-container {
        width: 90%;
    }

    .features-voice-content {
        width: 100%;
        height: auto;
    }

    .repair-top-img {
        width: 90%;
        margin: 30px auto;
    }

    .repair-form-content {
        width: 90%;
    }

    .repair-text-content {
        width: 90%;
    }

    .merchandise-wrapper {
        width: 100%;
    }

    .merchandise-campaign-info,
    .guskyutouki-campaign-bottom-btn,
    .guskyutouki-campaign-btn {
        width: 90%;
    }

    .guskyutouki-campaign-img1 {
        width: 90%;
    }

    .ecokyuto-point-wrapper {
        width: 90%;
    }

    .merchandise-top-point-section {
        width: 100%;
    }

    .ecokyuto-point-title {
        white-space: wrap;
    }

    .ecokyuto-point-title-area {
        width: 100%;
    }

    .check-flow-info,
    .guskyutouki-campaign-img3 {
        width: 90%;
    }

    .merchandise-bottom-form-content {
        width: 95%;
    }

    .guskyutouki-bottom-container {
        width: 90%;
    }

    .merchandise-top-point-content,
    .guskyutouki-bottom-content {
        width: 30%;
        height: auto;
    }

    .merchandise-bottom-info,
    .merchandise-bottom-info img,
    .merchandise-top-voice-content,
    .merchandise-voice-inner-bottom {
        width: 100%;
    }

    .sekiyukyutouki-campaign-img2 {
        width: 90%;
    }

    .guskyutouki-lineup-content img {
        /* width: 40%; */
        /* height: auto; */
    }

    .top-info-section {
        width: 100%;
    }

    .guskyutouki-bottom-content-title {
        font-size: 18px;
    }

    .top-point-content-title {
        font-size: 20px;
    }

    .merchandise-voice-inner-top-text-area {
        padding-top: 0;
    }

    .merchandise-voice-inner-center {
        width: 35%;
    }

    .merchandise-info-section {
        width: 100%;
        margin: 0 auto;
    }

    .check-flow-title-area::before {
        width: 20%;
        top: 20px;
        left: 150px;
    }

    .check-flow-title-area::after {
        width: 20%;
        top: 20px;
        right: 150px;
    }

    .enefarm-point-inner-container {
        justify-content: space-between;
    }

    .enefarm-point-inner-content {
        width: 40%;
    }

    .enefarm-point-inner-content img {
        width: 100%;
    }

    .ih-point4-top-text {
        width: 100%;
    }

    .ih-point-inner-container {
        width: 100%;
    }

    .ih-point2-top-content {
        width: 100%;
    }

    .ih-point-content-title {
        width: 100%;
    }

    .company-third-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .company-third-content {
        width: 40%;
        margin-bottom: 30px;
    }

    .page-company-first-section,
    .page-company-company-section,
    .page-company-company-section-second,
    .page-company-company-section-third {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .company-top-title {
        padding: 50px 0 !important;
    }

    .form-main-top-info {
        width: 100%;
    }

    .guskyutouki-top-container {
        width: 90%;
        justify-content: center;
    }

    .guskyutouki-top-content {
        width: 40%;
    }

    .guskyutouki-step-container {
        width: 70%;
    }

    .page-cost-top-section {
        width: 90%;
        margin: 0 auto;
    }

    .page-cost-top-content {
        width: 100%;
        margin: 55px auto;
    }

    .page-cost-top-section-img img {
        width: 100%;
    }

    .page-cost-table {
        width: 100%;
        margin: 20px auto;
    }

    .page-cost-top-section-img {
        width: 100%;
        margin: 0 auto;
    }

    .page-cost-sub-title {
        font-size: 35px;
        padding: 15px 0 15px 20px;
        margin: 80px auto 30px auto;
    }

    .page-question-sub-title {
        margin-top: 20px;
    }

    .question-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .question-right {
        font-size: 18px;
    }

    .question-content-top {
        height: auto;
        max-height: 999999999;
        padding: 21px 60px 20px 33px;
    }

    .guide-top-wrapper {
        width: 90%;
    }

    .notation-section,
    .personalinfo-section,
    .termsofuse-section,
    .protectionpolicy-section {
        width: 90%;
        margin: 0 auto;
    }

    .notation-table,
    .personalinfo-wrapper,
    .termsofuse-wrapper,
    .protectionpolicy-wrapper {
        width: 100%;
    }
}

@media screen and (max-width:1024px) {
    .header {
        display: none;
    }

    .header-hamburger {
        height: 100%;
        position: fixed;
        display: block;
        height: 65px;
        background: #fff;
        z-index: 9999999;
    }

    .hamburger-visible {
        height: 65px;
    }

    .hamburger-top {
        width: 100vw;
        display: flex;
        align-items: center;
        height: 65px;
        padding: 0 20px;
        z-index: 9999999;
        background: #fff;
    }

    .hamburger-logo-left {
        width: 100px;
    }

    .hamburger-logo-right {
        margin-left: 50px;
        width: 200px;
    }

    .hamburger-icon {
        margin: 0 0 0 auto;
        width: 40px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        position: relative;
    }

    .hamburger-icon span {
        display: block;
        width: 30px;
        height: 2px;
        margin: 5px auto;
        background: #000;
        transition: all 0.5s;
    }

    .hamburger-menu {
        background: #fff;
        width: 100%;
        height: calc(100% - 64px);
        /* height: 100%; */
        z-index: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: fixed;
        top: -100%;
        left: 0%;
        overflow: hidden;
        transition: all 0.5s;
    }

    .hamburger-menu.menu-active {
        top: 64px;
        left: 0%;
        transition: all 0.5s;
    }

    .hamburger-icon.menu-active span:nth-child(1) {
        position: absolute;
        top: -5px;
        left: 5px;
        /* transform: rotate(-45deg) translate(0px,7px); */
        transform: rotate(-45deg);
        transition: all 0.5s;
    }

    .hamburger-icon.menu-active span:nth-child(2) {
        display: none;
        transition: all 0.5s;
    }

    .hamburger-icon.menu-active span:nth-child(3) {
        position: absolute;
        top: -5px;
        left: 5px;
        /* transform: rotate(45deg) translate(-1px,-9px); */
        transform: rotate(45deg);
        transition: all 0.5s;
    }

    .ham-bg {
        position: absolute;
        bottom: 0px;
        right: -70px;
        width: 256px;
    }

    .hamburger-nav {}

    .hamburger-list {
        list-style: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* row-gap: 20px; */
        padding: 0;
    }

    .hamburger-item {
        margin: 20px 0;
        font-size: 22px;
        text-decoration-line: underline;
        z-index: 10;
    }

    .hamburger-item a {
        color: #333;
    }

    .hamburger-menu-bottom {
        background: #fff;
    }

    .hamburger-menu-center {
        width: 500px;
        margin: 0 auto;
        position: relative;
    }

    .hamburger-foot-btn-top {
        position: absolute;
        top: -100px;
        left: 0;
    }

    .hamburger-foot-btn-bottom {
        position: absolute;
        top: 0;
        left: 0;
    }

    .hamburger-bottom-num {
        position: relative;
        z-index: 99;
    }

    .hamburger-bottom-num img {
        margin-left: 15px;
        width: 182px;
    }

    .hamburger-bottom-text {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .hamburger-foot-text {
        font-size: 13px;
        color: #fff;
        background: #333;
        text-align: center;
        padding: 10px 0 10px 0;
        position: relative;
    }

    .fv-section {
        /* background-image: url(images/main_visual-sp.png); */
    }

    .foot-header {
        justify-content: space-between;
    }

    .foot-header-text-area {}

    .foot-header-btn {
        display: block;
    }

    .foot-btn {
        width: 50%;
        padding: 0;
    }

    .top-voice-section {
        overflow: hidden;
    }

    .top-voice-container {
        display: block;
    }

    .top-voice-content {
        display: block;
        width: 90%;
        margin: 50px auto;
    }

    .top-voice-bg {
        display: none;
    }

    .top-voice-bg-sp img {
        object-fit: cover;
        height: auto;
    }

    .top-voice-bg-sp {
        width: 100%;
        display: block;
        position: absolute;
        top: 400px;
        left: 0;
        z-index: -1;
    }

    .top-info-btn {
        width: 80%;
    }

    .footer-bottom {
        padding-bottom: 20px;
    }

    .footer-bottom-left img {
        width: 90%;
        height: auto;
    }

    .sidebar {
        display: none;
    }

    .child-page {
        /* width: 90%; */
        margin: 0 auto;
    }

    .page-area-top-section {
        width: 90%;
        margin: 0 auto;
    }

    .area-top-bg {
        display: none;
    }

    .area-sp-img {
        display: block;
        width: 100%;
        margin: 50px auto;
    }

    .area-wrapper {
        padding-bottom: 50px;
    }

    .area-content-title-first,
    .area-content-title-second {
        width: 100%;
        align-items: center;
    }

    .area-content-title-first img,
    .area-content-title-second img {
        flex-shrink: 0;
        width: 30px;
        height: 30px;
    }

    .guarantee-mv-section,
    .guarantee-second-section,
    .work-flow-section {
        width: 90%;
        margin: 0 auto;
    }

    .guarantee-second-container {
        width: 90%;
    }

    .work-flow-img {
        width: 90%;
        height: auto;
        margin: 20px auto;
    }

    .sitemap-second-container {
        display: block;
        height: auto;
    }

    .sitemap-content-bottom {
        margin-bottom: 15px;
    }

    .sitemap-content {
        width: 90%;
        margin: 0 auto 15px auto;
    }

    .flow-top-section {
        width: 90%;
        margin: 0 auto;
    }

    .flow-content-text-area {
        margin: 0 20px 0 20px;
    }

    .case-container {
        display: block;
    }

    .case-content {
        width: 90%;
        margin: 20px auto;
        height: auto;
    }

    .case-content img {
        width: 100%;
        height: auto;
    }

    .single-case-img-area {
        display: block;
    }

    .single-case-before {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .single-case-before img {
        height: auto;
    }

    .single-case-img-center {
        margin: 70px auto;
        transform: rotate(90deg);
    }

    .single-case-after img {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .feature-comparison-content img {
        margin-bottom: 50px;
    }

    .features-achievements-content img {
        width: 100%;
    }

    .features-achievements-content {
        margin-bottom: 50px;
    }

    .features-followup-btn img {
        margin-bottom: 50px;
    }

    .page-area-flow-content {
        width: 750px;
        height: auto;
    }

    .merchandise-top-voice-content {
        /* padding: 0; */
        /* margin: 40px auto; */
    }

    .merchandise-top-point-container {
        display: block;
    }

    .merchandise-top-point-content {
        width: 80%;
        margin: 0px auto;
    }

    .top-point-content-img img {
        /* width: 50%; */
        margin: 0 auto;
    }

    .top-point-content-title {
        font-size: 30px;
    }

    .merchandise-orange-circle {
        width: 400%;
        top: 400px;
        left: -150%;
    }

    .check-flow-center-text {
        width: 100%;
        padding: 0 20px;
    }

    .check-flow-center-list {
        width: 90%;
    }

    .stove-check-title {
        width: 100%;
    }

    .stove-check-first-content,
    .stove-check-second-content,
    .stove-check-title-second {
        width: 100%;
    }

    .top-point-content-img img {
        width: 50%;
    }

    .merchandise-top-point-content {
        margin: 30px auto;
    }

    .top-point-content-text {
        height: auto;
    }

    .ecokyuto-point-wrapper {
        margin-bottom: 10px;
    }

    .sekiyukyutouki-lineup-content {
        height: auto;
    }

    .ih-point3-container {
        display: block;
    }

    .ih-point3-content {
        width: 100%;
    }

    .ih-point3-content img {
        width: 50%;
    }

    .ih-point3-title {
        font-size: 20px;
        font-weight: bold;
    }

    .cash-img {
        width: 100%;
    }

    .guide-answer-left {
        display: none;
    }

}

@media screen and (max-width:900px) {
    .top-info-section {
        /* height: auto; */
    }

    .top-info-wrapper {
        height: auto;
    }

    .top-advertisement-section {
        height: auto;
    }

    .top-advertisement-content {
        width: 90%;
        margin: 100px auto;
    }

    .top-advertisement-container {
        display: block;
    }

    .top-advertisement-text {
        margin-bottom: 0px;
        height: 100px;
    }

    .footer {
        height: auto;
    }

    .footer-top {
        display: block;
        padding-bottom: 0;
    }

    .footer-list {
        margin-top: 50px;
        width: 300px;
        justify-content: space-between;
    }

    .footer-item {}

    .footer-bottom {
        flex-direction: column-reverse;
    }

    .footer-bottom-left picture {
        width: 100%;
        height: auto;
    }

    .footer-bottom-right {
        margin-bottom: 20px;
    }

    .complete-btn {
        width: 70%;
    }

    .Productwarranty-top-section,
    .product-img-section {
        width: 90%;
        margin: 0 auto;
    }

    .product-center-content-bottom {
        width: 282px;
    }

    .page-area-flow-wrapper-sp {
        display: block;
    }

    .page-area-flow-container {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .hamburger-list {
        /* row-gap: 5px; */
        margin: 0;
    }

    .title-span {
        padding: 0;
    }

    .top-title {
        font-size: 30px;
        padding: 50px 0;
    }

    .top-cat-title {
        padding: 50px 60px;
    }

    .top-point-sub-title {
        padding: 0 20px;
    }

    .foot-header-text-area {
        margin: 0 30px 0 30px;
    }

    .foot-btn {
        width: 50%;
    }

    .merchandise-orange-circle {
        width: 500%;
        /* top: 10%; */
        left: -200%;
    }

    .top-cat-container {
        gap: 15px;
    }

    .top-cat-content {
        width: 47%;
        height: auto;
        margin-bottom: 5px;
    }

    .top-cat-content-sale {
        width: 50%;
        bottom: 30px;
    }

    .top-cat-content-img {
        height: auto;
    }

    .voice-inner-img {
        flex-shrink: 0;
    }

    .voice-inner-top-text-area {
        padding-top: 0;
    }

    .top-point-container {
        display: block;
        margin-top: 20px;
    }

    .top-point-content {
        width: 90%;
    }

    .top-point-content-img {
        width: 80%;
        display: flex;
        justify-content: center;
    }

    .top-case-container {
        display: block;
    }

    .top-case-content {
        display: block;
        width: 90%;
        margin: 50px auto;
    }

    .top-guidance-section {
        height: auto;
        overflow: hidden;
    }

    .top-guidance-container {
        display: block;
        padding-top: 20px;
    }

    .top-guidance-content {
        width: 90%;
        height: auto;
        margin: 40px auto;
    }

    .top-advertisement-text {
        height: auto;
        margin-bottom: 20px;
    }

    .top-info-section {
        height: 500px;
    }

    .top-advertisement-section {
        /* height: 1011px; */
        background-image: url(/images/top-advertisement-bg-sp.png);
        background-size: cover;
        /* background-position: 60% 10%; */
    }

    .question-right,
    .answer-right {
        font-size: 15px;
    }

    .question-content-top {
        align-items: center;
    }

    .question-right {
        padding-right: 20px;
        line-height: 30px;
    }

    .footer-bottom-right {
        display: block;
    }

    .header-top-first-btn {
        width: 220px;
        margin-bottom: 10px;
    }

    .header-top-second-btn {
        width: 220px;
    }

    .footer-bottom-btn {
        flex-shrink: 0;
        font-size: 15px;
        padding-left: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-bottom-btn p {
        margin: 0 0 0 10px;
    }

    .page-area-flow-section {
        display: none;
    }

    .page-area-flow-sp-section {
        display: block;
        padding-bottom: 50px;
        width: 95%;
    }

    .form-sub-text {
        font-size: 16px;
        margin-top: 10px;
    }

    .form-cat {
        /* width: 100%; */
    }

    .name-input input {
        width: 90%;
        margin: 10px 0;
    }

    .submit-input input {
        width: 100%;
    }

    .submit-input img {
        width: 80%;
    }

    .product-img-first-content {
        margin: 0 auto 70px auto;
        height: auto;
    }

    .product-img-first-content img {
        padding: 0px 0 40px 0;
    }

    .flow-content-inner {
        display: block;
    }

    .flow-content-img {
        width: 50%;
        margin: 0 auto 50px auto;
    }

    .flow-center-img img {
        width: 90%;
        margin: 0 auto;
    }

    .flow-content-text-area {
        width: 90%;
        margin: 0 auto;
    }

    .merchandise-wrapper {
        height: 200px;
    }

    .merchandise-text {
        width: 90%;
        font-size: 26px;
        padding: 0 30px;
    }

    .case-section {
        padding: 70px 0;
    }

    .single-case-img-area {
        margin-top: 0;
    }

    .single-case-btn {
        width: 80%;
    }

    .voice-content {
        height: auto;
    }

    .voice-terms-content {
        padding: 0 10px 30px 10px;
    }

    .voice-terms-item {
        width: 80%;
        margin: 15px auto;
    }

    .single-voice-title {
        font-size: 25px;
    }

    .voice-terms-item a {
        display: block;
    }

    .voice-terms-item-right {
        font-size: 16px;
    }

    .voice-terms-item-left {
        font-size: 15px;
    }

    .features-area-content img {
        margin: 0 auto;
    }

    .features-area-content {
        flex-direction: column-reverse;
    }

    .features-area-text-content {
        display: block;
    }

    .features-area-content-text {
        padding-left: 30px;
        margin-bottom: 40px;
    }

    .feature-comparison-content {
        width: 100%;
        overflow-x: scroll;
    }

    .features-top-section {
        width: 100vw;
        /* margin: 0 auto; */
    }

    .features-top-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .scroll-outer {
        width: 100%;
        overflow-x: scroll;
    }

    .sp-scroll {
        width: 695px;
        /* height: 20px; */
        overflow-x: scroll;
    }

    .sp-scroll-img {
        width: 695px;
    }

    .page-area-flow-content {
        height: auto;
    }

    .area-flow-left-img {
        width: 60px;
        height: 140px;
    }

    .area-flow-right-img {
        width: 30%;
        height: auto;
        margin-bottom: 20px;
        flex-shrink: 0;
    }

    .area-flow-left-bottom-img {
        width: 60px;
        height: 60px;
    }

    .guskyutouki-lineup-content img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .ecokyuto-point-bottom-inner {
        display: block;
    }

    .ecokyuto-point-title-area img {
        margin-left: 10px;
        width: 80px;
    }

    .ecokyuto-point-title-text {
        margin-left: 10px;
        font-size: 17px;
    }

    .ecokyuto-point-bottom-left {
        margin: 30px auto;
    }

    .check-flow-info-text {
        padding: 50px 20px;
    }

    .guskyutouki-bottom-container {
        flex-direction: column;
    }

    .guskyutouki-bottom-content {
        width: 315px;
        height: 340px;
        margin: 50px auto;
    }

    .guskyutouki-bottom-content-title {
        font-size: 23px;
        margin-top: 40px;
    }

    .merchandise-top-voice-content {
        padding: 20px;
    }

    .merchandise-voice-inner-top {
        display: block;
    }

    .merchandise-voice-inner-second {
        /* justify-content: center; */
    }

    .merchandise-voice-inner-center {
        margin: 20px 0 0 0;
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 3px dotted #7B442B;
    }

    .orange-circle {
        top: 200px;
        width: 500%;
        left: -200%;
    }

    .merchandise-voice-inner-top-text-area {
        padding: 20px 0 0 0;
    }

    .check-flow-title-area::before {
        width: 17%;
        top: 20px;
        left: 80px;
    }

    .check-flow-title-area::after {
        width: 17%;
        top: 20px;
        right: 80px;
    }

    .check-flow-center-sub-title {
        font-size: 20px;
    }

    .enefarm-point-inner-container {
        display: block;
    }

    .enefarm-point-inner-content {
        width: 100%;
        margin: 30px auto;
    }

    .enefarm-point-inner-content img {
        width: 50%;
    }

    .ecokyuto-point-wrapper {
        padding: 53px 20px 30px 20px;
    }

    .ecowill-point-content-btn {
        width: 100%;
    }

    .ecowill-point-content-btn img {
        margin: 0 auto;
    }

    .ecowill-point-inner-content {
        display: block;
    }

    .ecowill-point-inner-foot-btn {
        display: block;
    }

    .ecowill-point-inner-foot-btn a {
        margin: 0 auto;
    }

    .stove-check-first-content,
    .stove-check-second-content {
        padding: 30px;
    }

    .ih-point2-th img {
        /* width: 60px; */
        /* height: auto; */
    }

    .ih-point2-th,
    .ih-point2-td {
        height: 270px;
        font-size: 14px;
    }

    .ih-point4-img-content {
        display: block;
    }

    .ih-point4-text-area {
        margin-top: 20px;
    }

    .ih-point-content-img {
        width: 90%;
    }

    .ih-point4-img-area img {
        margin: 0 auto;
    }

    .ih-point7-inner-content {
        display: block;
    }

    .ih-point7-content-text {
        margin: 40px 0 0 0;
    }

    .guskyutouki-top-text {
        padding: 0 20px;
    }

    .guskyutouki-top-content {
        width: 100%;
    }

    .guskyutouki-second-wrapper {
        padding-top: 10px;
    }

    .guskyutouki-step-container {
        width: 90%;
    }

    .notation-table-wrapper {
        margin: 50px 0 70px 0;
    }

    .notation-tr {
        display: flex;
        flex-direction: column;
    }

    .notation-th {
        width: 100%;
        text-align: left;
        padding-left: 25px;
    }

    .notation-td {
        width: 100%;
        border-left: 1px solid #D6D6D6;
        padding: 25px;
    }

    .cam-file,
    .sel-file {
        display: block;
        width: 100%;
    }

    .cam-file,
    .sel-file {
        width: 100%;
    }

    .cam-file img,
    .sel-file img {
        width: 100%;
        left: -10px;
        top: 0px;
    }

    .form-input input {
        width: 100%;
    }
}

@media screen and (max-width:500px) {
    .hamburger-logo-right {
        margin: 0 10px;
        width: 170px;
    }

    .hamburger-menu-center {
        width: 80%;
    }

    .hamburger-list {
        row-gap: 7px;
    }

    .hamburger-item {
        margin: 0;
        font-size: 18px;
    }

    .hamburger-foot-btn-top {
        top: -65px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .hamburger-foot-btn-bottom {
        top: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .foot-header {
        justify-content: space-between;
        padding: 0 20px;
    }

    .foot-header-btn {
        width: 180px;
        /* flex-shrink: 0; */
    }

    .foot-header {
        /* display: block; */
    }

    .foot-btn {
        /* width: 196px; */
        width: 220px;
    }

    .foot-left-btn {
        position: relative;
    }

    .foot-left-btn img {
        position: absolute;
        top: -55px;
        left: -30px;
    }

    .foot-right-btn {
        position: relative;
    }

    .foot-right-btn img {
        position: absolute;
        top: -5px;
        left: -30px;
    }

    .foot-header-text-top,
    .foot-header-text-bottom {
        width: 100%;
        font-size: 16px;
        text-shadow: 0.01em 0.01em #fff;
    }

    .foot-header-text-bottom {
        font-size: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: end;
    }

    .foot-header-text-bottom span {
        text-shadow: 0.01em 0.01em #FFE81D;
        /* width: 100%; */
    }

    .foot-header-small {
        font-size: 16px !important;
        /* padding-bottom: 1px; */
        padding: 0 2px 2px 2px;
    }

    .foot-header-text-area {
        width: 140px;
        margin: 0;
        flex-shrink: 0;
    }

    .title-next {
        display: block;
    }

    .top-voice-container {
        width: 100%;
    }

    .top-voice-content {
        width: 95%;
        margin-top: 20px;
    }

    .voice-inner-img {
        width: 150px;
    }

    .voice-label {
        width: 150px;
        font-size: 15px;
    }

    .top-info-section {
        height: 850px;
    }

    .top-case-content:first-of-type,
    .top-guidance-content:first-of-type,
    .top-advertisement-content:first-of-type {
        margin-top: 10px;
    }

    .top-question-wrapper {
        padding: 10px 0 0px 0;
    }

    .top-question-bg {
        top: -20px;
        left: 0;
    }

    .top-advertisement-wrapper {
        padding-bottom: 20px;
    }

    .footer {
        padding: 30px 10px 0px 10px;
    }

    .page-company-company-section-third {
        padding-bottom: 70px;
    }

    .guarantee-mv-wrapper,
    .guarantee-second-wrapper {
        margin-bottom: 0;
    }

    .guarantee-tr {
        display: flex;
        flex-direction: column;
    }

    .guarantee-th {
        width: 90%;
        margin: 0 auto;
        text-align: left;
        padding-left: 20px;
    }

    .guarantee-td {
        width: 90%;
        margin: 0 auto;
        padding: 20px;
        border-left: 1px solid #D6D6D6;
    }

    .work-flow-banner-container {
        margin-bottom: 70px;
    }

    .guarantee-second-container {
        margin-top: 50px;
    }

    .guarantee-second-content {
        width: 260px;
        height: auto;
        margin: 30px auto;
    }

    .guarantee-second-content img {
        width: 200px;
        height: 200px;
    }

    .guarantee-info-img {
        padding-bottom: 20px;
    }

    .guarantee-second-content-text p {
        font-size: 22px;
    }

    .complete-section {
        height: 400px;
    }

    .complete-btn {
        margin-top: 0px;
    }

    .form-complete-btn {
        width: 80%;
    }

    .product-text-first-content {
        margin-bottom: 70px;
    }

    .product-center-container {
        margin-top: 10px;
    }

    .product-center-content {
        width: 90%;
        /* height: auto; */
        margin-bottom: 20px;
    }

    .product-center-content img {
        width: 100%;
        height: auto;
    }

    .product-inner-content {
        margin: 70px 0;
        padding: 0;
    }

    .product-img-second-content {
        margin-bottom: 20px;
    }

    .product-img-third-content img {
        margin-bottom: 0;
    }

    .product-img-third-content {
        margin-bottom: 70px;
    }

    .company-first-content {
        margin-top: 10px;
    }

    .company-second-content {
        margin-bottom: 30px;
    }

    .cash-btm-img {
        margin: 40px 0;
    }

    .page-cost-top-content {
        height: auto;
        padding-bottom: 50px;
    }

    .sitemap-first-container {
        margin-top: 0;
    }

    .sitemap-second-container {
        margin-bottom: 70px;
    }

    .sitemap-content-left {
        margin: 0 0 0 10px;
    }

    .sitemap-content-right {
        margin: 0 10px 0 0;
    }

    .sitemap-content p {
        font-size: 20px;
    }

    .sitemap-content-item a {
        font-size: 16px;
    }

    .flow-top-wrapper {
        margin-bottom: 50px;
    }

    .flow-top-text span {
        display: block;
    }

    .flow-title {
        font-size: 18px;
    }

    .flow-title span {
        display: block;
    }

    .flow-title-img {
        margin: 0 10px 0 10px;
    }

    .flow-center-content-first {
        margin-bottom: 20px;
    }

    .flow-content-img {
        margin-bottom: 20px;
    }

    .flow-content-img {
        width: 90%;
    }

    .single-voice-title {
        font-size: 20px;
        padding-left: 0;
        margin-left: 0;
    }

    .single-case-img-area {
        margin-bottom: 50px;
    }

    .single-after-text {
        font-size: 16px;
        width: 160px;
        height: 35px;
        bottom: -20px;
    }

    .single-case-tr {
        display: flex;
        flex-direction: column;
    }

    .single-case-th {
        padding: 20px 20px 0 20px;
        width: 150px;
        border-bottom: none;
    }

    .single-case-td {
        padding: 20px 20px 20px 20px;
        width: 100%;
        position: relative;
    }

    .single-case-td::after {
        content: "";
        width: 150px;
        position: absolute;
        bottom: -1px;
        left: 0;
        border-bottom: 2px solid #ff6524;
    }

    .case-bottom-comment {
        padding: 20px;
    }

    .single-case-btn {
        width: 100%;
        margin-bottom: 70px;
    }

    .single-voice-img img {
        height: auto;
    }

    .voice-section {
        padding: 0px 0 70px 0;
    }

    .voice-content {
        padding: 20px;
    }

    .voice-text-area {
        margin-top: 0;
    }

    .voice-archive-label {
        font-size: 12px;
        width: 145px;
    }

    .voice-img {
        margin-right: 10px;
    }

    .single-voice-wrapper {
        padding-bottom: 40px;
    }

    .single-voice-title {
        height: 80px;
    }

    .single-voice-date {
        font-size: 14px;
    }

    .single-voice-img {
        margin: 20px 0 50px 0;
    }

    .single-voice-center-text {
        margin-bottom: 20px;
    }

    .single-voice-center-title p,
    .single-voice-bottom-title {
        font-size: 16px;
    }

    .single-voice-bottom {
        padding: 10px;
    }

    .voice-title {
        margin-left: 0;
        font-size: 16px;
    }

    .voice-date {
        margin-left: 0;
    }

    .single-voice-title {
        font-size: 20px;
    }

    .voice-terms-content {
        margin: 40px auto;
        width: 100%;
    }

    .voice-terms-item {
        width: 100%;
    }

    .features-top-container-sp {
        display: block;
        margin-bottom: 50px;
    }

    .feature-flow-text {
        padding-left: 0;
    }

    .features-top-container {
        display: none;
    }

    .features-img-content {
        margin-bottom: 20px;
    }

    .feature-comparison-content img {
        margin: 0 0 20px 0;
    }

    .features-area-content-text {
        margin-bottom: 10px;
    }

    .features-achievements-content {
        margin-bottom: 0;
    }

    .page-area-flow-wrapper {
        margin-bottom: 20px;
    }

    .followup-title {
        margin-bottom: 10px;
    }

    .product-inner-content {
        margin: 20px 0 0 0;
    }

    .evaluation-content {
        width: 100%;
    }

    .features-voice-content {
        padding: 15px;
        display: block;
    }

    .features-voice-container {
        margin-bottom: 100px;
    }

    .features-voice-title {
        padding-bottom: 0;
    }

    .features-voice-title p {
        font-size: 18px;
        margin: 10px 0;
    }

    .features-voice-date {
        font-size: 16px;
    }

    .features-voice-text {
        font-size: 15px;
    }

    .features-area-img-content {
        width: 100%;
    }

    .top-title-sub-text {
        font-size: 20px;
        padding: 50px 0;
    }

    .repair-top-img {
        margin: 0 auto 50px auto;
    }

    .privacy-text p {
        font-size: 14px;
    }

    .form-cat {
        padding-right: 20px;
    }

    .wpcf7-list-item label {
        padding-left: 0;
    }



    .address-input input {
        display: inline-block;
        width: 40%;
    }

    .name-input input {
        margin: 0;
    }

    .sekiyukyutouki-lineup-content {
        width: 100%;
    }

    .sekiyukyutouki-lineup-content img {
        margin: 0 auto;
        width: 100%;
    }

    .sekiyukyutouki-campaign-img1 {
        overflow: hidden;
        padding-left: 10px;
    }

    .guskyutouki-campaign-content img {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .ecokyuto-point-title {
        font-size: 22px;
    }

    .ecokyuto-point-sub-title {
        font-size: 18px;
    }

    .ecokyuto-point-bottom-left {
        width: 100%;
        height: auto;
    }

    .check-flow-info img {
        height: 150px;
        border-radius: 10px 10px 0 0;
        width: auto;
        object-fit: cover;
    }

    .check-flow-info-text {
        padding: 20px;
    }

    .merchandise-bottom-info {
        margin: 50px auto;
    }

    .guskyutouki-campaign-btn {
        margin-bottom: 50px;
    }

    .guskyutouki-bottom-container {
        margin-top: 50px;
    }

    .guskyutouki-bottom-content {
        margin: 30px auto;
    }

    .form-cat {
        padding-right: 0;
    }

    .form-input {
        /* padding-left: 0; */
    }

    .top-point-content-img img {
        width: 220px;
        height: 220px;
    }

    .top-point-content-title-img {
        width: 70px;
        height: 70px;
    }

    .top-point-content-title-area {
        height: 70px;
    }

    .top-point-content-title {
        font-size: 23px;
        text-align: center;
    }

    .kyutouki-info {
        width: 375px;
        overflow-x: scroll;
    }

    .kyutouki-info-inner {
        width: 600px;
    }

    .kyutouki-info img {
        /* width: 600px; */
        /* overflow-x: scroll; */
    }

    /* .merchandise-child-page,.guskyutouki-top-section,.merchandise-top-point-section,.merchandise-top-voice-section{ */
    /* width: 375px; */
    /* max-width: 375px; */
    /* } */
    .merchandise-top-voice-content {
        width: 90%;
        margin: 40px auto;
    }

    .merchandise-voice-inner-img img {
        width: 150px;
        height: auto;
    }

    .merchandise-voice-inner-top-text-area {
        padding-left: 10px;
    }

    .merchandise-voice-inner-bottom {
        padding: 23px 5px 38px 5px;
    }

    .merchandise-top-voice-section {
        padding-bottom: 50px;
        position: relative;
    }

    .merchandise-top-voice-content {
        background: #fff;
    }

    .merchandise-top-voice-section-sp {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 80%;
        z-index: -2;
    }

    .check-flow-center-img {
        margin: 30px auto;
    }

    .merchandise-sub-title-white {
        font-size: 22px;
    }

    .orange-circle {
        top: 7%;
    }

    .check-flow-center-title {
        font-size: 22px;
    }

    .check-flow-title-text {
        margin: 20px 0 40px 0;
    }

    .check-flow-title-area img {
        width: 20px;
        height: 20px;
    }

    .check-flow-title-area::before {
        width: 20%;
        top: 15px;
        left: 20px;
        border: 1.5px solid #FF752E;
    }

    .check-flow-title-area::after {
        width: 20%;
        top: 15px;
        right: 20px;
        border: 1.5px solid #FF752E;
    }

    .check-flow-title-area {
        margin-top: 30px;
    }

    .guskyutouki-check-flow {
        padding-bottom: 30px;
    }

    .guskyutouki-campaign-bottom-btn {
        margin: 30px auto;
    }

    .guskyutouki-campaign-img2 {
        margin: 50px auto;
    }

    .enefarm-point-inner-content img {
        width: 70%;
    }

    .ecokyuto-point-bottom-left img {
        width: 70%;
        margin: 0 auto;
    }

    .stove-check-title-text {
        font-size: 16px;
    }

    .stove-check-title img {
        width: 20px;
        height: 20px;
        margin-top: 7px;
    }

    .stove-check-first-content,
    .stove-check-second-content {
        padding: 30px 15px;
    }

    .stove-check-title-text {
        margin-right: 0;
    }

    .stove-check-third-title {
        font-size: 18px;
        padding-left: 17px;
    }

    .ih-point2-top-content {
        padding: 30px 15px;
    }

    .ih-point2-th img {
        width: 90%;
        height: auto;
    }

    .ih-point2-th {
        width: 100px;
    }

    .ih-point2-th,
    .ih-point2-td {
        height: 300px;
        font-size: 14px;
    }

    .company-third-content {
        width: 90%;
    }

    .company-tr {
        display: flex;
        flex-direction: column;
    }

    .company-th {
        padding: 20px 20px 0 20px;
        width: 150px;
        border-bottom: none;
    }

    .company-td {
        padding: 20px 20px 20px 20px;
        width: 100%;
        position: relative;
    }

    .company-td::after {
        content: "";
        width: 150px;
        position: absolute;
        bottom: -1px;
        left: 0;
        border-bottom: 2px solid #ff6524;
    }

    .guskyutouki-top-content {
        margin: 0 0 20px 0;
    }

    .page-cost-top-wrapper {
        margin-bottom: 70px;
    }

    .page-cost-title {
        padding: 30px 20px 50px 20px;
        font-size: 20px;
    }

    .page-cost-top-text {
        padding: 0 20px;
    }

    .page-cost-sub-title {
        font-size: 20px;
    }

    .page-cost-title-th {
        font-size: 16px;
    }

    .page-cost-th,
    .page-cost-td {
        font-size: 14px;
    }

    .question-content-top {
        padding: 10px;
    }

    .question-content-bottom {
        transition: all 0s;
    }

    .question-content-bottom.is-active {
        padding: 10px;
        transition: all 0s;
    }

    .question-open-btn {
        top: 25px;
        right: 25px;
    }

    .question-close-btn {
        right: 25px;
    }

    .question-left,
    .answer-left {
        margin-right: 10px;
    }

    .question-right,
    .answer-right,
    .guide-cash-text {
        padding-right: 40px;
    }

    .question-wrapper,
    .guide-top-wrapper {
        padding-bottom: 70px;
    }

    .top-question-container {
        padding-top: 30px;
    }

    .guide-question-close-btn {
        top: -55px;
    }

    .sub-title {
        font-size: 20px;
        padding-left: 10px;
    }

    .termsofuse-text-area {
        padding: 20px 0;
    }

    .termsofuse-text {
        margin: 0;
    }

    .termsofuse-inner-number {
        margin-left: 15px;
    }

    .personalinfo-wrapper,
    .termsofuse-wrapper {
        margin-bottom: 70px;
    }

    .protectionpolicy-wrapper {
        margin: 0px auto 70px auto;
    }

    .protectionpolicy-inner:first-of-type {
        margin-top: 0px;
    }

    .protectionpolicy-list {
        margin-left: 0;
    }

    .form-cat label,
    .wpcf7-list-item-label {
        font-size: 18px;
    }
}

@media screen and (max-width:500px) {
    .top-title {
        font-size: 25px;
        padding: 50px 0;
    }

    .sp-span {
        display: block;
    }

    .sub-title {
        font-size: 20px;
    }

    .orange-circle {
        top: 7%;
    }

    .top-point-content-title-img {
        left: -80px;
    }

    .top-cat-content-sale {
        /* bottom: 70px; */
    }

    .top-cat-content-img {
        border-radius: 10px 10px 0 0;
    }

    .top-cat-content-text {
        font-size: 15px;
        border-radius: 0 0 10px 10px;
    }

    .top-point-btn {
        width: 100%;
    }

    .top-lineup-section {
        background-image: url(/images/top-lineup-bg-sp.png);
        /* height: 100%; */
    }

    .top-lineup-container-first {
        display: none;
    }

    .top-lineup-container-second {
        display: block;
    }

    .top-lineup-second-content {
        width: 345px;
        margin: 0 auto 15px auto;
    }

    .top-lineup-sp {
        display: block;
    }

    .top-voice-container {
        margin-top: 0px;
    }

    .top-voice-title-text {
        display: none;
    }

    .voice-inner-center {
        height: 200px;
    }

    .voice-inner-bottom {
        padding-bottom: 40px;
    }

    .top-voice-btn {
        display: none;
    }

    .top-case-section {
        padding-bottom: 20px;
    }

    .top-case-container {
        padding-top: 0;
    }

    .top-case-btn {
        display: none;
    }

    .top-info-section {
        height: 700px;
    }

    .top-guidance-section {
        /* height: 1241px; */
        position: relative;
    }

    .top-guidance-bg {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .top-guidance-container {
        padding-top: 0;
    }

    .top-question-wrapper {
        padding-bottom: 20px;
    }

    .top-advertisement-content {
        margin: 50px auto 100px auto;
    }

    .top-advertisement-img {
        width: 200px;
        height: 200px;
    }

    .top-advertisement-wrapper {
        padding-bottom: 0px;
    }

    .area-content-title-first img,
    .area-content-title-second img {
        margin-top: 10px;
    }

    .area-content-title-first,
    .area-content-title-second {
        align-items: start;
    }

    .area-content-title {
        font-size: 18px;
    }

    .area-content-title span {
        display: block;
        font-size: 12px;
        /* width: 100%; */
    }

    .area-content-sub-title {
        font-size: 12px;
    }

    .area-sub-title {
        width: 90%;
        font-size: 18px;
    }

    .complete-section {
        height: 300px;
    }

    .product-text-first-content {
        margin-top: 20px;
    }

    .product-inner-content {
        margin: 20px 0;
    }

    .product-img-content-title {
        padding-top: 20px;
    }

    .product-center-content {
        height: auto;
        padding-bottom: 20px;
    }

    .product-center-content-text {
        font-size: 15px;
    }

    .product-center-content-text-bottom {
        padding-left: 0;
    }

    .orange-circle {}

    .top-point-content {
        margin: 30px auto;
    }

    .top-voice-section {
        padding-bottom: 0;
    }

    .top-voice-bg-sp {
        top: 250px;
        height: 2500px;
    }

    .merchandise-top-voice-section {
        padding-bottom: 0;
        /* margin-bottom: 40px; */
    }

    .merchandise-top-voice-section-sp {
        /* bottom: 230px; */
        height: 90%;
    }

    .top-info-section {
        padding-top: 50px;
    }

    .guskyutouki-campaign-btn {
        width: 100%;
    }

    .guskyutouki-campaign-btn img {
        width: 100%;
    }

    .guskyutouki-campaign-img1 {
        /* margin-left: 15px; */
        width: 90%;
    }

    .guskyutouki-campaign-content img {
        /* width: 100%; */
        /* margin-left: 15px; */
    }
}

/*エコキュート補助金ページ*/
.dispPC {
    display: block;
}

@media screen and (max-width:500px) {
    .dispPC {
        display: none;
    }
}

.subsidies-top-overview {
    line-height: 2;
}

.subsidies-top-h2 {
    background-color: #ffefd1;
    padding: 8px;
}

.subsidies-top-list {
    padding: 10px;
    background-color: #f3f3f3;
    margin: 20px 0;
    line-height: 2;
}

.subsidies-top-list--blue {
    padding: 10px;
    background-color: #def3ff;
    list-style: none;
    line-height: 2;
    color: #2673c5;
    font-weight: bold;
}

.subsidies-top-section {
    margin: 0 0 60px;
}

@media screen and (max-width: 1024px) {
    .child-page--subsidies {
        padding: 0 20px;
    }
}

@media screen and (min-width:1441px) {

    body,
    .foot-header {
        margin: 0 auto;
    }
}

/*お見積フォーム*/
.w1000-center {
    width: 1000px;
    margin: 0 auto;

    @media screen and (max-width: 768px) {
        width: 100%;
    }
}

.form-ttl {
    text-align: center;
    font-size: 30px;
    display: block;
    margin: 32px auto;
    width: fit-content;
    background: #ffac30;
    background: linear-gradient(0deg, rgba(255, 172, 48, 1) 0%, rgba(255, 172, 48, 1) 51%, rgba(255, 194, 102, 1) 51%, rgba(255, 194, 102, 1) 100%);
    padding: 4px 20px;
    border-radius: 999px;
    color: #fff;
    text-shadow: 0 0 5px #a76400;
}

.form-wrap {
    iframe {
        margin: 32px 0 4px;
    }

    p {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #aaa;

        @media screen and (max-width: 768px) {
            flex-direction: column;
        }
    }

    .form-sub-ttl {
        font-size: 1.2rem;
        background-color: #ffc266;
        text-align: center;
        padding: 8px 12px;
    }

    .form-label {
        background-color: rgb(233, 233, 233);
        width: 25%;
        padding: 16px;

        @media screen and (max-width: 768px) {
            width: 100%;
            padding: 8px;
        }
    }

    .wpcf7-text {
        font-size: 12px;

        @media screen and (max-width: 768px) {
            height: 40px;
        }
    }

    .wpcf7-form-control {
        width: 100%;
        display: flex;
        justify-content: left;
        flex-direction: column;

        @media screen and (max-width: 768px) {
            flex-direction: row;
            flex-wrap: wrap;
            gap: 10px 4%;

        }
    }

    .wpcf7-form-control-wrap {
        width: 75%;
        padding: 16px;

        @media screen and (max-width: 768px) {
            width: 100%;
            padding: 20px 14px;
        }
    }

    .wpcf7-list-item {
        margin: 0 !important;

        @media screen and (max-width: 768px) {
            border: 1px solid #d1d1d1;
            padding: 16px 6px;
            border-radius: 6px;
            width: fit-content;
            min-width: 48%;
        }

        &:has(input[type="checkbox"]) {
            border: none;
            width: auto;
            min-width: 100%;
            padding: 0;
        }
    }

    .wpcf7-radio {
        width: 100%;
    }

    .wpcf7-list-item-label {
        font-size: 16px !important;
    }

    .form-required {
        &::after {
            content: "※必須";
            display: block;
            color: #ef3737;
            font-size: 14px;

            @media screen and (max-width: 768px) {
                display: inline-block;
                margin-left: 8px;
            }
        }
    }
}

.form-terms {
    margin-bottom: 24px;

    .wpcf7-form-control-wrap {
        width: fit-content;
        margin: 0 auto;
        padding: 0;
    }

    p {
        border-bottom: none;
    }
}

.form-turnstile {
    width: fit-content;
    margin: 0 auto;
}

.contact-submit {
    margin: 0 auto;
    display: block !important;
    width: 100%;
    padding: 20px 0;
    margin-top: 24px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;

    @media screen and (max-width: 768px) {
        width: 90% !important;
        margin: 32px auto 0;
    }
}

.wpcf7-not-valid-tip {
    background-color: #ffe6ea;
    border: 2px solid #dc3232;
    padding: 2px 14px;
    margin-top: 8px;
    border-radius: 999px;
    width: fit-content;

    @media screen and (max-width: 768px) {
        font-size: 14px;
    }
}