*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

@media (max-width: 750px) {
    html {
        font-size: 1.34vw;
    }
}

body {
    font-family: "kozuka-gothic-pr6n", sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #242424;
}

.wrapper {
    max-width: 750px;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.section {
    background-color: #fff;
    padding-bottom: 10.5rem;
}

.section-title {
    background-image: url("../img/bg_title.jpg");
    background-size: 100% 100%;
    color: #fff;
    font-size: 4.8rem;
    font-weight: bold;
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.75rem;
}

.fv-banner {
    background-image: url("../img/bg_fv.jpg");
    background-size: 100% 100%;
    height: 96.8rem;
    text-align: center;
}

.fv-promotion {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fv-img-01 {
    width: 59.2rem;
    margin-top: 6.2rem;
}

.fv-img-02 {
    width: 53.6rem;
    margin-top: 2.5rem;
}

.fv-img-03 {
    width: 29.4rem;
    margin: 2.5rem 0 5rem;
}

.fv-img-04 {
    width: 31.4rem;
}

.fv-img-05 {
    width: 4rem;
    margin: 3.2rem 0.4rem 0;
    transition-delay: 0.75s !important;
}

.fv-img-06 {
    width: 31.5rem;
    margin-top: 3rem;
    transition-delay: 1s !important;
}

.fv .text-note {
    margin-top: 2rem;
}

@media (max-width: 750px) {
    .fv-img-01 {
        width: 78.93%;
    }

    .fv-img-02 {
        width: 71.47%;
    }

    .fv-img-03 {
        width: 39.2%;
    }
}

.thinking {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    padding-bottom: 7.8rem;
}

.thinking-wrap {
    background-color: #fffdef;
    border: 0.6rem solid #0a85ca;
}

.thinking-title {
    position: relative;
    background-color: #0a85ca;
    color: #fff;
    font-size: 4.5rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 10.4rem);
    margin: auto;
    margin-top: -4.3rem;
    padding-left: 0.75rem;
    padding-top: 0.5rem;
}

.thinking-title::before,
.thinking-title::after {
    content: "";
    position: absolute;
    background-size: 100% 100%;
}

.thinking-title::before {
    left: 0.85rem;
    bottom: -0.5rem;
    width: 4rem;
    height: 5.2rem;
    background-image: url("../img/img_title_before.png");
}

.thinking-title::after {
    right: 0.25rem;
    top: -2rem;
    width: 4.8rem;
    height: 7.3rem;
    background-image: url("../img/img_title_after.png");
}

.thinking-list {
    list-style: none;
    margin: 0;
    padding: 2.25rem 2rem 0;
}

.thinking-item {
    display: flex;
    border-bottom: 2px solid #e2e2e2;
    padding: 3.5rem 0 2.5rem 1.5rem;
}

.thinking-item:first-child {
    padding-bottom: 1.5rem;
}

.thinking-item:last-child {
    border-bottom: none;
}

.thinking-icon {
    width: 4.6rem;
    margin-right: 1.5rem;
    position: relative;
    bottom: 0.4rem;
}

.thinking-text {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5;
}

.thinking-figure {
    text-align: center;
    margin: 0.8rem 0 3rem;
}

.thinking-img {
    width: 63.4rem;
}

.benefits {
    background-image: url("../img/bg_benefits.jpg");
    background-size: cover;
    text-align: center;
    padding: 7.8rem 0 7.8rem;
}

.benefits-box {
    max-width: 65rem;
    min-height: 15rem;
    margin: 5rem auto 2rem;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffcb;
    border: .5rem solid #fdc000;
    color: #333;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
}

.benefits-box .med {
    color: #fdc000;
    font-size: 5rem;
    line-height: 1.3;
}

.benefits-desc {
    padding: 0 4rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
    color: #f80000;
}


.accordion {
    max-width: 65rem;
    font-size: 3rem;
    font-weight: bold;
    margin: 5rem auto 0;
}

.accordion .accordion-tit {
    position: relative;
    padding: 1.5rem 3rem 1rem;
    background-color: #f7b11d;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
}

.accordion .accordion-tit::before,
.accordion .accordion-tit::after {
    content: '';
    display: block;
    width: 2.5rem;
    height: .3rem;
    background-color: #fff;
    position: absolute;
    right: 2.2rem;
    top: 50%;
    transition: all 0.3s ease-in-out;
}

.accordion .accordion-tit::before {
    transform: translateY(-50%);
}

.accordion .accordion-tit::after {
    transform: translateY(-50%) rotate(90deg);
}

.accordion .accordion-answer {
    display: none;
    color: #333;
    line-height: 1.7;
    padding-top: 3rem;
    text-align: left;
    margin: 0;
    font-size: 1.8rem;
    font-weight: 500;
}

.accordion .accordion-tit.active::after {
    transform: translateY(-50%) rotate(-180deg);
}

.bnr {
    background: url(../img/bg_form.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 7.8rem 0 4rem;
}

.bnr-box {
    margin-bottom: 6rem;
}

.bnr-box__inner {
    position: relative;
    padding: 2rem;
    border: .5rem solid #0c87d7;
    color: #0c87d7;
    min-width: 80%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 3rem;
    display: inline-block;
    font-size: 2.3rem;
    line-height: 1.5;
    font-weight: bold;
    max-width: 90%;
}

.bnr-box__inner.arrow::before,
.bnr-box__inner.arrow::after {
    position: absolute;
    left: 8rem;
    bottom: -2.6rem;
    width: 12rem;
    height: 2.6rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.bnr-box__inner.arrow::before {
    background-color: #0c87d7;
}

.bnr-box__inner.arrow::after {
    bottom: -2rem;
    background-color: #fff;
}

.bnr-links {
    max-width: 90%;
    margin: 7rem auto 0;
}

.bnr-links ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bnr-links ul li {
    list-style: none;
}

.bnr-links ul li a {
    font-size: 2.4rem;
    display: block;
    font-weight: bold;
    padding: 1.2rem 2rem 1rem;
    background-color: #fffdef;
    border: .2rem solid #0a85ca;
    color: #0a85ca;
    text-decoration: none;
    text-align: left;
    position: relative;
}

.bnr-links ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}

@media (min-width: 751px) {
    .bnr-links ul li a:hover::before {
        opacity: 1;
    }
}

.bnr-banner {
    max-width: 75%;
}

.bnr-figure {
    margin-bottom: 1rem;
}

.txt_note {
    margin-bottom: 5.6rem;
    text-align: left;
    padding: 0 6.5rem;
    font-size: 10px;
}

.benefits-title-img {
    width: 53.4rem;
    margin-bottom: 6rem;
}

.benefits-figure {
    margin-bottom: 5.6rem;
}


.benefits-img {
    width: 67.2rem;
}

.intro {
    padding-top: 10rem;
}

.intro-figure {
    padding: 0 4rem;
}

.intro-img {
    width: 100%;
}

.intro .text-note {
    padding: 0 4rem;
    margin: 0rem 0 0rem;
}

.comparison-table-wrap {
    padding: 5rem 3.5rem 0;
}

.comparison table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}

.comparison th,
.comparison td {
    border: 0.4rem solid #fff;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.5em;
}

.comparison th {
    background-color: #0a85ca;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    vertical-align: middle;
    padding: 0.5rem 0 0;
}

.comparison tbody tr:first-child th:last-child {
    font-size: 3.6rem;
}

.comparison tbody tr:first-child th:last-child span {
    position: relative;
    top: 0.15rem;
}

.comparison th.grey {
    background-color: #4f4f4f;
}

.comparison td {
    background-color: #f4f4f4;
    font-size: 2rem;
    padding: 2rem 1rem;
    vertical-align: middle;
}

.comparison .highlight {
    background-color: #d9ecf7;
}

.comparison tr th:nth-child(1) {
    width: 20%;
}

.comparison tr th:nth-child(1) span {
    display: inline-block;
    text-align: left;
}

.comparison tr th:nth-child(2),
.comparison tr td:nth-child(2) {
    width: 40%;
}

.comparison tr th:nth-child(3),
.comparison tr td:nth-child(3) {
    width: 40%;
}

.warranty {
    text-align: center;
}

.warranty-title {
    background-image: url("../img/bg_warranty_title.png");
    background-size: 100% 100%;
    font-size: 3.6rem;
    height: 31.9rem;
    padding-top: 6rem;
    line-height: 1.3;
    margin-bottom: 4.8rem;
}

.warranty-title .text-blue {
    font-size: 4.1rem;
}

.warranty-title .text-number {
    font-size: 4.8rem;
}

.warranty-figure {
    position: relative;
}

.warranty-img {
    width: 68.5rem;
}

@media (max-width: 750px) {
    .warranty-figure {
        padding: 0 3.25rem;
    }

    .warranty-img {
        width: 100%;
    }

    .txt_note {
        font-size: 9px;
    }
}

.electricity {
    text-align: center;
}

.electricity-img {
    width: 68.6rem;
    margin: 5.2rem 0 2rem;
}

.electricity-pic {
    margin: 3rem;
}

.electricity-pic img {
    max-width: 100%;
}

.electricity-note {
    padding: 0 2rem 0 2.5rem;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 400;
}

@media (max-width: 750px) {
    .electricity-figure {
        padding: 0 3.2rem;
    }

    .electricity-img {
        width: 100%;
    }
}

.section.feedback {
    padding-bottom: 7rem;
    background-image: url(../img/bg_feedback.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.section.feedback .section-title {
    margin-bottom: 5rem;
}

.feedback-pic>figure {
    padding: 0 3rem;
    margin-top: 3rem;
    text-align: center;
}

.feedback-pic>figure img {
    max-width: 100%;
}

.installation {
    text-align: center;
}

.installation-figure {
    position: relative;
    width: 66.6rem;
    margin: 5.2rem auto 0;
}

.installation-img {
    width: 100%;
}

.installation-txt {
    position: absolute;
    font-size: 3rem;
    font-weight: 600;
    background-color: #fff;
    padding: 0.7rem 1rem 0.1rem;
}

.installation-txt1 {
    width: 36.4rem;
    left: 3.2rem;
    top: 4.4rem;
}

.installation-txt2 {
    width: 15rem;
    right: 3.85rem;
    top: 4.4rem;
    transition-delay: 1s !important;
}

.installation-txt3 {
    width: 21.6rem;
    left: 23.25rem;
    bottom: 23.5rem;
    transition-delay: 1.5s !important;
}

.installation .text-note {
    padding-left: 4.2rem;
}

.steps {
    background-color: #fffdef;
    padding-bottom: 0;
    overflow: hidden;
}

.steps-wrap {
    display: flex;
    justify-content: center;
    padding: 6rem 0 6.8rem;
}

.steps-item {
    list-style: none;
    font-size: 3rem;
    font-weight: bold;
    padding: 1.75rem 0 1rem;
    width: 20rem;
    border: 0.4rem solid #0a85ca;
    text-align: center;
    background-color: #fff;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.steps-item-small {
    font-size: 1.8rem;
    display: block;
}

.steps-item-triangle {
    list-style: none;
    margin: 1.5rem 0;
}

.steps-icon {
    display: block;
    width: 3.9rem;
    margin: auto;
}

.steps-figure {
    margin-left: 3rem;
    margin-top: 4rem;
    transition-delay: 1.5s !important;
}

.steps-img {
    width: 39rem;
}

.steps li:nth-child(2) {
    transition-delay: 0.75s;
}

.steps li:nth-child(3) {
    transition-delay: 1s;
}

.steps li:nth-child(4) {
    transition-delay: 1.75s;
}

.steps li:nth-child(5) {
    transition-delay: 2s;
}

.steps li:nth-child(6) {
    transition-delay: 2.25s;
}

.steps li:nth-child(7) {
    transition-delay: 2.5s;
}

.steps li:nth-child(8) {
    transition-delay: 2.75s;
}

.steps li:nth-child(9) {
    transition-delay: 3s;
}

.steps .text-note {
    padding-left: 2.5rem;
    padding-right: 0;
    font-size: 1.8rem;
}

.about {
    padding-top: 6rem;
    padding-bottom: 9rem;
    padding-left: 3.6rem;
    padding-right: 3.6rem;
}

.about .box-btn {
    padding: 0;
}

.about-box {
    background-color: #def3ff;
}

.about-box-title {
    font-size: 3.6rem;
    color: #fff;
    background-color: #0a85ca;
    height: 9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.75rem;
}

.about-box-txt {
    font-size: 2.6rem;
    padding: 2.8rem 2.7rem;
}

@media (max-width: 750px) {
    .about-box-txt {
        padding: 2.8rem 2.5rem;
    }
}

.about-txt {
    font-size: 3rem;
    text-align: center;
    margin: 7rem 0;
}

.about-txt-large {
    font-size: 3.6rem;
    font-weight: bold;
}

.text-note {
    font-size: 1.8rem;
    text-align: left;
    padding-left: 3.2rem;
    color: #4f4f4f;
    line-height: 1.5;
    margin-top: 1.75rem;
}

@media (max-width: 750px) {
    .text-note {
        padding: 0 3rem;
        font-size: 2rem;
    }
}

.text-note-link {
    color: #0a85ca;
    text-decoration: none;
}

.text-note-link:hover {
    text-decoration: underline;
}

.box-btn {
    text-align: center;
    padding: 0 3.6rem;
}

@media (max-width: 750px) {
    .box-btn.first {
        padding: 0 3.6rem;
    }
}

.btn-link {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.btn-link::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-brite 2s ease-in-out infinite;
}

.btn-img {
    width: 68.4rem;
}

@media (max-width: 750px) {
    .btn-img {
        width: 100%;
    }
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-red {
    color: #bd0000 !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-blue {
    color: #0a85ca !important;
}


/* ==========================================================================
   #Animations
   ========================================================================== */

.infiDown {
    animation: fadeInDown 1.5s infinite;
}

.u_anime.fadeIn {
    opacity: 0;
    transition: opacity 1s, transform 1s cubic-bezier(0.015, 0.54, 0.35, 1), -webkit-transform 1s cubic-bezier(0.015, 0.54, 0.35, 1);
    transition-delay: 0.5s;
}

.u_anime.fadeInLeft {
    transform: translate(-4rem, 0);
    opacity: 0;
    transition: opacity 1s, transform 1s cubic-bezier(0.015, 0.54, 0.35, 1), -webkit-transform 1s cubic-bezier(0.015, 0.54, 0.35, 1);
    transition-delay: 0.5s;
}

.u_anime.fadeInRight {
    transform: translate(4rem, 0);
    opacity: 0;
    transition: opacity 1s, transform 1s cubic-bezier(0.015, 0.54, 0.35, 1), -webkit-transform 1s cubic-bezier(0.015, 0.54, 0.35, 1);
    transition-delay: 0.5s;
}

.u_anime.fadeInUp {
    transform: translate(0, 4rem);
    opacity: 0;
    transition: opacity 1s, transform 1s cubic-bezier(0.015, 0.54, 0.35, 1), -webkit-transform 1s cubic-bezier(0.015, 0.54, 0.35, 1);
    transition-delay: 0.5s;
}

.u_anime.fadeInDown {
    transform: translate(0, -4rem);
    opacity: 0;
    transition: opacity 1s, transform 1s cubic-bezier(0.015, 0.54, 0.35, 1), -webkit-transform 1s cubic-bezier(0.015, 0.54, 0.35, 1);
    transition-delay: 0.5s;
}

.u_anime.show.fadeIn {
    opacity: 1;
}

.u_anime.show.fadeInLeft {
    transform: translate(0px, 0px);
    opacity: 1;
}

.u_anime.show.fadeInRight {
    transform: translate(0px, 0px);
    opacity: 1;
}

.u_anime.show.fadeInUp {
    transform: translate(0px, 0px);
    opacity: 1;
}

.u_anime.show.fadeInDown {
    transform: translate(0px, 0px);
    opacity: 1;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.03);
    }

    40% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.03);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-4rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 750px) {
    @keyframes fadeInDown {
        0% {
            opacity: 0;
            transform: translateY(-1rem);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@-webkit-keyframes shiny-brite {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@media (max-width: 750px) {
    .only-pc {
        display: none;
    }
}

.code-txt {
    font-size: 3rem;
    text-align: right;
    margin-top: 8.5rem;
    line-height: 1;
}

.end {
    padding: 4rem 4rem 8rem;
}


/* form */

.form {
    padding: 6rem 4rem 8rem;
    background: url(../img/bg_form.jpg) no-repeat;
    background-size: cover;
}

.form-title {
    text-align: center;
    font-size: 4.5rem;
    position: relative;
    margin-bottom: 10rem;
    padding-bottom: 0.5rem;
}

.form-titleSub {
    font-size: 2rem;
    margin-bottom: 4rem;
    line-height: 1.6;
    display: none;
}

.form-titleSub .txt_red {
    color: red;
    font-weight: bold;
}

.form-title::before {
    content: "";
    position: absolute;
    width: 8rem;
    height: 0.4rem;
    background-color: #0a85ca;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.c-form__group {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 5rem;
}

.c-form__tit {
    color: #000;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.75;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.c-form__control {
    display: block;
}

.c-form__tit .required {
    min-width: 3.8rem;
    min-height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4rem;
    background-color: rgb(210, 61, 61);
    letter-spacing: 0;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: bold;
    padding: 0.5rem 1.5rem 0;
}

.c-form__tit .required.--no {
    background-color: rgb(10, 133, 202);
}

.c-form__group .wpcf7-form-control-wrap {
    width: 100%;
    position: relative;
}

.c-form__control__input,
.c-form__control textarea {
    background-color: #fff;
    font-size: 2.6rem;
    line-height: 1.5;
    padding: 1rem 3rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    width: 100%;
    color: #000 !important;
    font-weight: 500;
    min-height: 10rem;
    border-width: 1px;
    border-color: rgb(181, 181, 181);
    border-style: solid;
}

.c-form .error-message {
    color: red;
    font-size: 1.8rem;
    margin-top: 0.5rem;
}

.c-form__control__input::placeholder,
.c-form__control textarea::placeholder {
    font-size: 3rem;
    color: rgb(204, 204, 204);
    line-height: inherit;
    /* transform: translateY(0.5rem); */
    font-weight: 500;
}

.c-form__control textarea {
    height: 38rem;
}

.c-form__note {
    display: block;
    font-size: 1.8rem;
    line-height: calc(26 / 18);
    margin: 4rem 0 0;
}

.c-form__note>a {
    display: inline-block;
    color: #328026;
    border-bottom: solid 1px #328026;
    transition: opacity 0.3s ease;
    text-decoration: none;
    line-height: 1.1;
}

.c-form__note>a:hover {
    opacity: 0.6;
}

.c-form .submit-area {
    text-align: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.c-form .btn-wrapper-submit {
    position: relative;
    display: inline-block;
    width: 80%;
    cursor: pointer;
}

.c-form .btn-wrapper-submit img {
    width: 100%;
}

.c-form .btn-wrapper-submit input[type="submit"] {
    position: absolute;
    z-index: 1;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
}

.wrapper.formConfirm .d-hide {
    display: none;
}

.c-form.confirm .c-form__control__input,
.c-form.confirm .c-form__control textarea {
    display: none;
}

.c-form.confirm .c-form-confirm {
    font-size: 2.6rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    width: 100%;
    color: #000 !important;
    font-weight: 500;
    padding: 1rem 0 4rem;
    border-bottom: 0.2rem solid rgb(181, 181, 181);
}

.wrapper.formConfirm .form-titleSub {
    display: block;
}

.c-form.confirm .c-form__note,
.c-form.confirm .c-form__tit .required {
    display: none;
}

.c-form.confirm .form-title {
    margin-bottom: 7rem;
}


/* footer */

#footer {
    background: #328026;
    padding: 20px 0;
}

#footer>p {
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
}


/* header */

#thanks .header {
    position: relative;
}

#thanks .header .logo {
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
}

#thanks .header .logo>a {
    width: 13.5rem;
}

#thanks .header .logo>a img {
    width: 100%;
}

#thanks .header .title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 4.5rem;
    font-weight: bold;
    height: 23.5rem;
    background: url(../img/bg_pagetitle.jpg) no-repeat;
    background-size: cover;
}

#thanks .thanks_content {
    margin: 8rem auto;
    max-width: 100%;
    padding: 0 4rem;
    width: 100%;
}

#thanks .thanks_content p {
    line-height: 2;
    font-size: 1.8rem;
}

#thanks .thanks_content p .note {
    font-size: 1.2rem;
    line-height: 1.2;
}

.top_back {
    text-align: center;
    margin-bottom: 8rem;
}

.top_back>a {
    text-decoration: none;
    font-size: 2.5rem;
    background-color: #328026;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 30rem;
    width: 100%;
    height: 7rem;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1.5;
    padding: 1rem 3rem;
    transition: 0.3s ease;
    border: 1px solid #328026;
}

.top_back>a:hover {
    background-color: #fff;
    color: #328026;
    opacity: 1;
}

#floating {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, .9);
}

#floating .floating-inner {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

#floating .floating-inner>a {
    display: block;
    width: 65%;
    margin-left: auto;
    padding: 1.5rem 1rem .5rem;
    margin: 0 auto;
}

#floating .floating-inner>a img {
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 750px) {
    #floating .floating-inner>a {
        width: 75%;
    }

    #thanks .thanks_content p {
        font-size: 3rem;
    }

    #thanks .thanks_content p .note {
        font-size: 2.2rem;
    }

    .top_back>a {
        font-size: 3.2rem;
        max-width: 65%;
        width: 100%;
        height: 10rem;
        padding: 1rem 3rem;
    }
}