@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
    font-size: 16px;
}

html {
    visibility: hidden;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
}

body {
    background-color: #fff;
    color: #333;
    font-family: 'Roboto', 'Noto Sans JP', serif, sans-serif;
    counter-reset: number 0;
    margin: 0 auto;
}

/* pc */
@media screen and (min-width: 1025px) {
    .maxwt1000 {
        max-width: 1000px;
        margin: 0 auto;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-appearance: none;
}

.flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* --------------------------------
 * aタグ
 * -------------------------------- */
a {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

/* --------------------------------
 * img
 * -------------------------------- */
img {
    width: 100%;
    object-fit: cover;
}

/* --------------------------------
 * contain
 * -------------------------------- */
 .contain {
    margin-top: 40px;
}

/* --------------------------------
 * header
 * -------------------------------- */
/* sp */
.header {
    width: 100vw;
    align-items: center;
    justify-content: start;
    background-color: #fff;
    height: 30px;
}

.header_logo_area {
    width: 120px;
    margin-top: 2px;
    margin-left: 10px;
}

.header_button_area {
    width: 160px;
}

.header_comp {
    margin-top: 0;
    position: initial;
}

/* pc */
@media screen and (min-width: 1025px) {
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * cta_fixed
 * -------------------------------- */
/* sp */
.cta_fixed_button {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    font-size: 0;
    z-index: 10;
    max-width: 1000px;
    transform: translateX(-50%);
}


/* pc */
@media screen and (min-width: 1025px) {
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * fv-area
 * -------------------------------- */
/* sp */
/*
.fv_area {
    margin-top: 45px;
}
*/

/* pc */
@media screen and (min-width: 1025px) {
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * cta-area
 * -------------------------------- */
/* sp */
/*.cta_content {
    margin: 20px 20px 0;
}*/

.cta_content a {
    display: block;
    font-size: 0;
}

/* pc */
@media screen and (min-width: 1025px) {
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * trouble_area
 * -------------------------------- */
/* sp */
.trouble_content {
    margin: 0 20px;
}

/* pc */
@media screen and (min-width: 1025px) {
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * merit_area
 * -------------------------------- */
/* sp */
.merit_title_img {
    margin: 20px 0 10px;
}

.merit_content img {
    margin-top: 10px;
}

/* pc */
@media screen and (min-width: 1025px) {
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * befaf_area
 * -------------------------------- */
/* sp */
.befaf_content {
    margin: 0 20px;
}

.befaf_content img {
    margin-top: 20px;
}

/* pc */
@media screen and (min-width: 1025px) {
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * reazon_area
 * -------------------------------- */
/* sp */
.reazon_content{
    margin: 0 20px;
}

.reazon_content img {
    margin-top: 20px;
}

/* pc */
@media screen and (min-width: 1025px) {
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * voice_area
 * -------------------------------- */
/* sp */
.voice_content {
    margin: 0 20px;
}

.voice_content img {
    margin-top: 20px;
}

/* pc */
@media screen and (min-width: 1025px) {
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * campaign_area
 * -------------------------------- */
/* sp */
.campaign_content {
    margin: 0 20px;
}

.campaign_content img {
    margin-top: 10px;
}

/* pc */
@media screen and (min-width: 1025px) {
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * warranty_area
 * -------------------------------- */
/* sp */
.warranty_content {
    margin: 20px;
}

.warranty_content img {
    margin-top: 20px;
}

/* pc */
@media screen and (min-width: 1025px) {
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * compare_area
 * -------------------------------- */
/* sp */
.compare_content {
    margin: 0 20px;
}

.compare_content img {
    margin-top: 20px;
}

/* pc */
@media screen and (min-width: 1025px) {
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * step_area
 * -------------------------------- */
/* sp */
.step_content {
    margin: 0 20px;
}

.step_content img {
    margin-top: 20px;
}

/* pc */
@media screen and (min-width: 1025px) {
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * contactbnr_area
 * -------------------------------- */
/* sp */
.contactbnr_content {
    margin-top: 20px;
}

.contactbnr_content a {
    display: block;
    font-size: 0;
}

/* pc */
@media screen and (min-width: 1025px) {
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * contactpage_area
 * -------------------------------- */
 .contacpage_title_area {
    margin: 20px 20px 0;
}

.title_red {
    color: red;
}

.contacpage_area .linelink {
    margin-top: 10px;
}

 /* pc */
@media screen and (min-width: 1025px) {
    .contacpage_title_area {
        margin: 20px 20px 0;
    }
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * form_area
 * -------------------------------- */
/* sp */
.form_content {
    margin: 0 20px;
}
.form_title {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    line-height: 1.2;
}
.form_title_desc {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
}
.form_row {
    margin-top: 30px;
    display: block;
}
.form_left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
}
.form_left_date {
    margin-top: 20px;
    font-size: 18px;
}
.form_date_title {
    display: block;
    font-weight: 700;
    font-size: 20px;
}
.required {
    vertical-align: top;
    margin-left: 20px;
    padding: 4px 8px;
    background-color: #E80404;
    color: #fff;
    font-size: 14px;
}
.not_required {
    vertical-align: top;
    margin-left: 20px;
    padding: 4px 8px;
    background-color: #ccc;
    color: #000;
    font-size: 14px;
}
.form_right {
    width: auto;
    margin: 10px 0 0;
    position: relative;
}
.select_arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #333 transparent transparent transparent;
}
.radio_right {
    margin-top: 20px;
    font-size: 18px;
}
.mwform_radio_field {
    display: inline-block;
}
.conctact_content .mw_wp_form .horizontal_item + .horizontal_item {
    margin-left: 0;
}
.mwform-radio-field label {
    position: relative;
    width: auto;
    margin-right: 30px;
    padding-left: 28px;
    cursor: pointer;
    font-weight: 400;
    white-space: nowrap;
}
input[type=radio] + span::before,
input[type=radio] + span::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    transform: translateY(-50%);
}
input[type=radio] + span::before {
    left: 0;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 2px solid #ccc;
}
input[type=radio] + span::after {
    opacity: 0;
    left: 8px;
    width: 16px;
    height: 16px;
    margin-top: -6px;
    background: #F07AD9;
    transform: translateY(-2px);
}
input[type=radio]:checked + span::before {
    border: 2px solid #F07AD9;
}
input[type=radio]:checked + span::after {
    opacity: 1;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=date],
textarea,
select {
    width: 100%;
    height: 50px;
    padding: 10px;
    background-color: #DEEFF0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus
input[type=date]:focus,
textarea:focus,
select:focus {
    border: 2px solid #27AAE2;
}
textarea {
    height: 200px;
}
.form_btn .btn_send {
    position: relative;
    color: #fff;
    background-color: #FD8800;
    padding: 0;
    width: 100%;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 700;
}
.mw_wp_form .error {
    margin-top: 15px;
}
.notice_desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
}
.notice_desc + .notice_desc {
    margin-top: 7px;
}
.notice_desc span + span {
    margin-left: 2px;
}

/* --------------------------------
 * form_comp_area
 * -------------------------------- */
/* sp */
.form_comp_content {
    margin: 0 20px;
}

.form_comp_content h2 {
    font-size: 24px;
}
.form_comp_content p {
    margin-top: 30px;
    line-height: 1.5;
}

.comp_btn_area {
    margin: 30px 20px;
}

.form_comp_btn {
    display: block;
    width: 100%;
    margin: 30px 0 60px;
    padding: 15px 0;
    color: #fff;
    background-color: #FD8800;
    text-align: center;
}

/* pc */
@media screen and (min-width: 1025px) {
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}


/* pc */
@media screen and (min-width: 1025px) {
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * access_area
 * -------------------------------- */
/* sp */
.access_content img {
    margin-top: 20px;
}

/* pc */
@media screen and (min-width: 1025px) {
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * member_area
 * -------------------------------- */
/* sp */
.member_area {
    padding-bottom: 80px;
    position: relative;
}

.member_content {
    margin: 0 20px;
}

.member_content img {
    width: calc(100vw - 40px);
    margin-top: 20px;
}

/* pc */
@media screen and (min-width: 1025px) {
    .member_content img {
        width: 750px;
    }
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * company_area
 * -------------------------------- */
/* sp */
.company_content {
    margin: 0 20px;
}

.company_content img {
    margin-top: 20px;
}

/* pc */
@media screen and (min-width: 1025px) {
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * footer
 * -------------------------------- */
/* sp */
.footer {
    width: 100vw;
    z-index: 10;
    margin-bottom: 80px;
}

.footer_link {
    margin-top: 30px;
    display: block;
    font-size: 0;
}

a.policy_link {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #000;
}

.footer_logo_area {
    width: 120px;
    margin: 0 auto;
}
.copyright {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 12px;
    text-align: center;
}

/* pc */
@media screen and (min-width: 1025px) {
    .footer {
        margin-bottom: 180px;
    }
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* --------------------------------
 * slick
 * -------------------------------- */
.slide-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #333;
    z-index: 2;
}

.prev-arrow {
    bottom: -65px;
    left: 20px;
}

.next-arrow {
    bottom: -65px;
    right: 20px;
}

.prev-arrow::before,
.next-arrow::before {
    position: absolute;
    content: "";
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    transform: translateY(-50%);
    z-index: 3;
}

.prev-arrow::before {
    border-width: 8px 12px 8px 0;
    border-color: transparent #fff transparent transparent;
    right: 21px;
}

.next-arrow::before {
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #fff;
    left: 21px;
    right: 0;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.clear {
    clear: both;
}

/* pc sp
------------------------------------------ */
.pc {
    display: block;
}

.pcInline {
    display: inline-block;
}

.spInline,
.sp {
    display: none;
}

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

    .pcInline,
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .spInline {
        display: inline-block;
    }

    .flex-box.pc {
        display: none;
    }
}