@charset "UTF-8";
.areaSupport {
    font-size: 15px;
    line-height: 1.9;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.areaSupport_title {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
}
.areaSupport_image {
    margin-bottom: 65px;
}
.areaSupport_image > img {}
.areaSupport_contents {
    max-width: 900px;
    margin: 0 auto;
}
.care {
    margin-bottom: 80px;
}
.care:last-child {
    margin-bottom: 0;
}
.care_title {
    font-size: 20px;
    font-weight: normal;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.care_title::after {
    content: "";
    display: block;
    width: auto;
    height: 1px;
    background-color: #585757;
    flex-grow: 1;
    margin-left: 30px;
}
.care_oList {
    list-style: none;
    margin-bottom: 25px;
}
.care_oList > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 21px;
}
.care_oList > li:first-child {
    margin-top: 0;
}
.care_oList > li:last-child {}
.care_oList > li:nth-child(2n+1) {}
.care_oList > li:nth-child(n+3) {}
.care_oList_text {
    margin-bottom: 0;
    display: flex;
    width: calc(100% - 430px);
}
.care_oList_text > b {
    font-weight: normal;
    display: block;
    margin-right: 11px;
}
.care_oList_text > b::after {
    content: ".";
}
.care_oList_image {
    max-width: 400px;
}
.care_oList_image > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.care_cauList {
    list-style: none;
    font-size: 93.3%;
}
.care_cauList > li {
    text-indent: -1em;
    padding-left: 1em;
}
.care_cauList > li:first-child {}
.care_cauList > li:last-child {}
.care_cauList > li:nth-child(2n+1) {}
.care_cauList > li:nth-child(n+3) {}
.note {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 25px 25px;
}
.note_title {
    font-size: inherit;
    margin-bottom: 10px;
}
.note_list {
    list-style: none;
    margin-bottom: 1em;
}
.note_list > li {
    text-indent: -1em;
    padding-left: 1em;
}
.note_list > li:first-child {}
.note_list > li:last-child {}
.note_list > li:nth-child(2n+1) {}
.note_list > li:nth-child(n+3) {}
.note_text {
    margin-bottom: 0;
}
.note_link {
    display: flex;
}
.note_link:last-child {
    margin-bottom: 0;
}
.note_link > a {
    display: block;
    color: rgb(177, 167, 76);
    text-decoration: underline;
}
.note_link > a::before {
    content: ">";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
    position: relative;
    z-index: 1;
    top: -.1em;
}
.note_link > a::after {
    content: "";
}
.care_sect {
    margin-bottom: 35px;
}
.care_sect:last-child {
    margin-bottom: 0;
}
.care_cols {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.care_col {}
.care_col-no1 {
    width: calc(100% - 430px);
}
.care_headline {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
}
.care_headline::before {
    content: "";
    display: block;
    width: 6px;
    height: 17px;
    background-color: #585757;
    border-radius: 2px;
    margin-right: 8px;
    min-width: 6px;
}
.care_text {}
.care_col-no2 {
    width: 400px;
}
.areaSupport_linkList {
    list-style: none;
    display: flex;
    justify-content: center;
    max-width: 770px;
    margin: 100px auto 0;
}
.areaSupport_linkList > li {
    width: 48%;
    margin-left: 4%;
}
.areaSupport_linkList > li:first-child {
    margin-left: 0;
}
.areaSupport_linkList > li:last-child {}
.areaSupport_linkList > li:nth-child(2n+1) {}
.areaSupport_linkList > li:nth-child(n+3) {}
.areaSupport_linkList > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    height: 70px;
    background-color: #585757;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 40px;
    border: 1px solid #585757;
    box-sizing: border-box;
    transition-duration: .3s;
    transition-property: background-color, color;
    font-weight: 500;
}
.areaSupport_linkList > li > a::before {
    content: "";
}
.areaSupport_linkList > li > a::after {
    content: "";
}
.lineup {
    margin-top: 90px;
}
.lineup_titleWrap {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}
.lineup_titleWrap::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #575757;
}
.lineup_title {
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 0 30px;
    margin-bottom: 0;
}
.lineup_title > b {
    font-weight: normal;
    font-size: 40px;
    margin-bottom: 3px;
    display: block;
}
.lineup_title > small {
    display: block;
    font-size: 16px;
    font-weight: normal;
}
.lineup_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.lineup_list > li {
    width: 30%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lineup_list > li:first-child {}
.lineup_list > li:last-child {}
.lineup_list > li:nth-child(3n+1) {
    margin-left: 0;
}
.lineup_list > li:nth-child(n+4) {
    margin-top: 75px;
}
.lineup_list > li > a {
    text-decoration: none;
    color: inherit;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lineup_list > li > a::before {
    content: "";
}
.lineup_list > li > a::after {
    content: "";
}
.lineup_headline {
    text-align: center;
    font-size: 18px;
    margin-bottom: 7px;
    background-image: linear-gradient(to top, #e9eaea 5px, rgba(255, 255, 255, 0) 5px);
    padding-bottom: 2px;
}
.lineup_price {
    text-align: center;
    margin-bottom: 0;
}
.lineup_image {
    margin: 10px auto 15px;
    width: 100%;
    max-width: 400px;
}
.lineup_image > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.lineup_text {
    font-size: 93.33%;
    margin-bottom: 10px;
    width: 100%;
}
.lineup_caution {
    font-size: 12px;
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
    width: 100%;
    box-sizing: border-box;
}
.lineup_link {
    max-width: 170px;
    margin: auto auto 0;
    width: 100%;
    margin-top: auto;
}
.lineup_link > a {
    background-color: #7eccdd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #7eccdd;
    box-sizing: border-box;
    transition-duration: .3s;
    transition-property: background-color, color;
    text-decoration: none;
}
.intro {
    max-width: 831px;
    margin: 0 auto;
}
.intro_text {
    margin-bottom: 35px;
}
.intro_text:last-child {
    margin-bottom: 0;
}
.intro_title {
    font-size: 17px;
    margin-bottom: 9px;
    display: flex;
    font-weight: normal;
    margin-top: 45px;
}
.intro_title > b {
    display: block;
    background-image: linear-gradient(to top, #dfe5db 8px, rgba(255, 255, 255, 0) 8px);
    font-weight: inherit;
    padding-bottom: 4px;
}
.alert {
    background-color: #f6f6f6;
    padding: 25px 25px;
    margin-top: 35px;
}
.alert_title {
    font-size: 15px;
    margin-bottom: 7px;
}
.alert_list {
    list-style: none;
}
.alert_list > li {
    text-indent: -1em;
    padding-left: 1em;
}
.alert_list > li:first-child {}
.alert_list > li:last-child {}
.alert_list > li:nth-child(2n+1) {}
.alert_list > li:nth-child(n+3) {}
.areaSupport_vis {
    height: 250px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 85px;
}
.areaSupport_vis_bg {
    background-image: url(/support/care/img/bg-main.jpg);
    position: absolute;
    z-index: 0;
    width: 100vw;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
}
.areaSupport_vis_bg-parts {
    background-image: url(/support/parts/img/bg-main.jpg);
}
.areaSupport_vis_bg::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.11);
}
.areaSupport_inner {}
.areaSupport_text {
    text-align: center;
    line-height: 2.2;
    margin-bottom: 80px;
}
.areaSupport_vis-parts {
    justify-content: flex-start;
}
.areaSupport_vis_bg-parts {}
.areaSupport_text-left {
    text-align: left;
}
.notice {
    margin-top: 60px;
    border: 1px solid #ddd;
    padding: 50px 50px;
}
.notice_title {
    font-size: 20px;
}
.notice_headline {
    font-size: inherit;
    margin-bottom: 8px;
}
.notice_sect {
    margin-bottom: 25px;
}
.notice_sect:last-child {
    margin-bottom: 0;
}
.notice_text {
    padding-left: 1em;
}
.notice_text > a {}
.notice_text > a::before {
    content: "";
}
.notice_text > a::after {
    content: "";
}
.intro_dList {
    list-style: none;
    background-color: #ffecec;
    padding: 20px 20px;
}
.intro_dList > dt {}
.intro_dList > dd {}
.intro_dList > dd > small {
    display: block;
    font-size: inherit;
    text-indent: -1em;
    padding-left: 1em;
    color: #d00;
}
.areaSupport_text-mbS {
    margin-bottom: 1em;
}
.areaSupport_caution {
    text-align: center;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 3em;
}
.care_oList2 {
    list-style: decimal;
    padding-left: 1.5em;
}
.care_oList2 > li {
    margin-top: .6em;
}
.care_oList2 > li:first-child {
    margin-top: 0;
}
.care_list {
    list-style: disc;
    padding-left: 1.5em;
}
.areaSupport_link {
    max-width: 420px;
    margin: 60px auto 0;
}
.areaSupport_link > a {
    display: block;
    text-decoration: none;
    color: inherit;
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
    background-color: rgb(177, 167, 76);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid rgb(177, 167, 76);
    transition-duration: .3s;
    transition-property: background-color, color;
}
.areaSupport_link > a > .icon {
    display: block;
    margin-right: 8px;
    font-size: 130%;
}
.areaSupport_link > a::before {
    content: "";
}
.areaSupport_link > a::after {
    content: "";
}
.areaSupport_subTitle {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    color: #fff;
}
.areaSupport_vis-repair {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.areaSupport_vis_bg-repair {
    background-image: url(/support/repair/img/bg-main.jpg);
}
@media screen and (min-width:1000px) {
    .areaSupport_link > a:hover {
        color: rgb(177, 167, 76);
        background-color: #fff;
    }
    .notice_text > a:hover {}
    .lineup_list > li > a:hover {}
    .lineup_link > a:hover {
        background-color: #fff;
        color: #7eccdd;
    }
    .note_link > a:hover {
        text-decoration: none;
    }
    .areaSupport_linkList > li > a:hover {
        color: #585757;
        background-color: #fff;
    }
}
@media screen and (max-width: 999px) {
    .areaSupport {
        font-size: 14px;
    }
    .areaSupport_title {
        font-size: 3vw;
    }
    .areaSupport_image {}
    .areaSupport_image > img {}
    .areaSupport_contents {}
    .care {}
    .care:last-child {}
    .care_title {}
    .care_title::after {}
    .care_oList {}
    .care_oList > li {}
    .care_oList > li:first-child {}
    .care_oList > li:last-child {}
    .care_oList > li:nth-child(2n+1) {}
    .care_oList > li:nth-child(n+3) {}
    .care_oList_text {
        width: calc(100% - 300px);
    }
    .care_oList_text > b {}
    .care_oList_text > b::after {}
    .care_oList_image {
        max-width: 260px;
    }
    .care_oList_image > img {}
    .care_cauList {}
    .care_cauList > li {}
    .care_cauList > li:first-child {}
    .care_cauList > li:last-child {}
    .care_cauList > li:nth-child(2n+1) {}
    .care_cauList > li:nth-child(n+3) {}
    .note {}
    .note_title {}
    .note_list {}
    .note_list > li {}
    .note_list > li:first-child {}
    .note_list > li:last-child {}
    .note_list > li:nth-child(2n+1) {}
    .note_list > li:nth-child(n+3) {}
    .note_text {}
    .note_link {}
    .note_link > a {}
    .note_link > a::before {}
    .note_link > a::after {}
    .care_sect {}
    .care_sect:last-child {}
    .care_cols {}
    .care_col {}
    .care_col-no1 {
        width: calc(100% - 300px);
    }
    .care_headline {}
    .care_headline::before {}
    .care_text {}
    .care_col-no2 {
        width: 260px;
    }
    .areaSupport_linkList {
        margin-top: 60px;
    }
    .areaSupport_linkList > li {}
    .areaSupport_linkList > li:first-child {}
    .areaSupport_linkList > li:last-child {}
    .areaSupport_linkList > li:nth-child(2n+1) {}
    .areaSupport_linkList > li:nth-child(n+3) {}
    .areaSupport_linkList > li > a {}
    .areaSupport_linkList > li > a::before {}
    .areaSupport_linkList > li > a::after {}
    .lineup {}
    .lineup_titleWrap {
        margin-bottom: 35px;
    }
    .lineup_titleWrap::after {}
    .lineup_title {}
    .lineup_title > b {
        font-size: 30px;
    }
    .lineup_title > small {
        font-size: 13px;
    }
    .lineup_list {}
    .lineup_list > li {}
    .lineup_list > li:first-child {}
    .lineup_list > li:last-child {}
    .lineup_list > li:nth-child(3n+1) {}
    .lineup_list > li:nth-child(n+4) {}
    .lineup_list > li > a {}
    .lineup_list > li > a::before {}
    .lineup_list > li > a::after {}
    .lineup_headline {
        font-size: 16px;
    }
    .lineup_price {}
    .lineup_image {}
    .lineup_image > img {}
    .lineup_text {}
    .lineup_caution {}
    .lineup_link {}
    .lineup_link > a {}
    .intro {}
    .intro_text {}
    .intro_text:last-child {}
    .intro_title {}
    .intro_title > b {}
    .alert {}
    .alert_title {}
    .alert_list {}
    .alert_list > li {}
    .alert_list > li:first-child {}
    .alert_list > li:last-child {}
    .alert_list > li:nth-child(2n+1) {}
    .alert_list > li:nth-child(n+3) {}
    .areaSupport_vis {
        height: 25vw;
        margin-bottom: 50px;
    }
    .areaSupport_vis_bg {}
    .areaSupport_vis_bg::before {}
    .areaSupport_inner {}
    .areaSupport_text {
        margin-bottom: 60px;
    }
    .notice {
        padding: 35px 35px;
    }
    .notice_title {}
    .notice_headline {}
    .notice_sect {}
    .notice_sect:last-child {}
    .notice_text {}
    .notice_text > a {}
    .notice_text > a::before {}
    .notice_text > a::after {}
    .intro_dList {}
    .intro_dList > dt {}
    .intro_dList > dd {}
    .intro_dList > dd > small {}
    .areaSupport_text-mbS {
        margin-bottom: 1em;
    }
    .areaSupport_caution {}
    .care_oList2 {}
    .care_oList2 > li {}
    .care_oList2 > li:first-child {}
    .care_list {}
    .areaSupport_link {}
    .areaSupport_link > a {}
    .areaSupport_link > a > .icon {}
    .areaSupport_link > a::before {}
    .areaSupport_link > a::after {}
    .areaSupport_subTitle {
        font-size: 12px;
    }
    .areaSupport_vis-repair {}
    .areaSupport_vis_bg-repair {}
}
@media screen and (max-width: 699px) {
    .areaSupport {}
    .areaSupport_title {
        font-size: 18px;
        font-weight: normal;
    }
    .areaSupport_image {
        margin-bottom: 40px;
        margin-left: -15px;
        margin-right: -16px;
    }
    .areaSupport_image > img {}
    .areaSupport_contents {}
    .care {
        margin-bottom: 60px;
    }
    .care:last-child {}
    .care_title {
        font-size: 18px;
    }
    .care_title::after {
        margin-left: 15px;
    }
    .care_oList {}
    .care_oList > li {
        display: block;
        margin-top: 30px;
    }
    .care_oList > li:first-child {}
    .care_oList > li:last-child {}
    .care_oList > li:nth-child(2n+1) {}
    .care_oList > li:nth-child(n+3) {}
    .care_oList_text {
        width: auto;
    }
    .care_oList_text > b {}
    .care_oList_text > b::after {}
    .care_oList_image {
        width: auto;
        margin: 10px auto 0;
    }
    .care_oList_image > img {}
    .care_cauList {}
    .care_cauList > li {}
    .care_cauList > li:first-child {}
    .care_cauList > li:last-child {}
    .care_cauList > li:nth-child(2n+1) {}
    .care_cauList > li:nth-child(n+3) {}
    .note {
        padding: 15px 15px;
        margin-top: 20px;
    }
    .note_title {}
    .note_list {}
    .note_list > li {}
    .note_list > li:first-child {}
    .note_list > li:last-child {}
    .note_list > li:nth-child(2n+1) {}
    .note_list > li:nth-child(n+3) {}
    .note_text {}
    .note_link {}
    .note_link > a {}
    .note_link > a::before {}
    .note_link > a::after {}
    .care_sect {}
    .care_sect:last-child {}
    .care_cols {
        display: block;
    }
    .care_col {
        width: auto;
    }
    .care_col-no1 {}
    .care_headline {}
    .care_headline::before {}
    .care_text {}
    .care_col-no2 {}
    .areaSupport_linkList {
        margin-top: 35px;
        display: block;
    }
    .areaSupport_linkList > li {
        width: auto;
        margin-top: 10px;
        margin-left: 0;
    }
    .areaSupport_linkList > li:first-child {
        margin-top: 0;
    }
    .areaSupport_linkList > li:last-child {}
    .areaSupport_linkList > li:nth-child(2n+1) {}
    .areaSupport_linkList > li:nth-child(n+3) {}
    .areaSupport_linkList > li > a {
        font-size: 14px;
        height: 50px;
    }
    .areaSupport_linkList > li > a::before {}
    .areaSupport_linkList > li > a::after {}
    .lineup {
        margin-top: 45px;
    }
    .lineup_titleWrap {
        margin-bottom: 26px;
    }
    .lineup_titleWrap::after {}
    .lineup_title {
        padding: 0 15px;
    }
    .lineup_title > b {
        font-size: 24px;
    }
    .lineup_title > small {
        font-size: 11px;
    }
    .lineup_list {
        display: block;
    }
    .lineup_list > li {
        width: auto;
        margin-left: 0;
    }
    .lineup_list > li:first-child {}
    .lineup_list > li:last-child {}
    .lineup_list > li:nth-child(3n+1) {}
    .lineup_list > li:nth-child(n+2) {
        margin-top: 35px;
    }
    .lineup_list > li > a {}
    .lineup_list > li > a::before {}
    .lineup_list > li > a::after {}
    .lineup_headline {
        background-image: linear-gradient(to top, #e9eaea 3px, rgba(255, 255, 255, 0) 3px);
        margin-bottom: 5px;
    }
    .lineup_price {}
    .lineup_image {}
    .lineup_image > img {}
    .lineup_text {}
    .lineup_caution {}
    .lineup_link {}
    .lineup_link > a {}
    .intro {}
    .intro_text {}
    .intro_text:last-child {}
    .intro_title {
        font-size: 16px;
    }
    .intro_title > b {}
    .alert {
        padding: 15px 15px;
        margin-top: 16px;
    }
    .alert_title {}
    .alert_list {}
    .alert_list > li {}
    .alert_list > li:first-child {}
    .alert_list > li:last-child {}
    .alert_list > li:nth-child(2n+1) {}
    .alert_list > li:nth-child(n+3) {}
    .areaSupport_vis {
        height: 100px;
        margin-bottom: 35px;
    }
    .areaSupport_vis_bg {}
    .areaSupport_vis_bg::before {}
    .areaSupport_inner {}
    .areaSupport_text {
        line-height: inherit;
        margin-bottom: 45px;
    }
    .notice {
        padding: 20px 15px;
    }
    .notice_title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .notice_headline {}
    .notice_sect {}
    .notice_sect:last-child {}
    .notice_text {}
    .notice_text > a {}
    .notice_text > a::before {}
    .notice_text > a::after {}
    .intro_dList {
        padding: 15px 15px;
    }
    .intro_dList > dt {}
    .intro_dList > dd {}
    .intro_dList > dd > small {}
    .areaSupport_text-mbS {
        text-align: left;
        margin-bottom: 1em;
    }
    .areaSupport_caution {
        text-align: left;
        font-size: 12px;
    }
    .care_oList2 {}
    .care_oList2 > li {}
    .care_oList2 > li:first-child {}
    .care_list {}
    .areaSupport_link {
        margin-top: 25px;
        max-width: none;
    }
    .areaSupport_link > a {
        height: 60px;
        font-size: 14px;
        line-height: 1.4;
    }
    .areaSupport_link > a > .icon {}
    .areaSupport_link > a::before {}
    .areaSupport_link > a::after {}
    .areaSupport_subTitle {
        font-size: 11px;
    }
    .areaSupport_vis-repair {}
    .areaSupport_vis_bg-repair {}
}
