@charset "UTF-8";

/************************************************
 Utility
************************************************ */
.align-text-bottom {vertical-align: text-bottom !important;}
.d-inline-block {display: inline-block !important;}
.fs-10px {font-size: 10px !important;}
.fs-11px {font-size: 11px !important;}
.fs-12px {font-size: 12px !important;}
.fs-20px {font-size: 20px !important;}
.fw-bold {font-weight: bold !important;}
.lh-base {line-height: 1.5 !important;}
.text-danger {color: #D33434 !important;}
.text-nowrap {white-space: nowrap !important;}
.px-2r {padding-left: 2rem !important;padding-right: 2rem !important;}

input.button:disabled {
    opacity: .5;
}

/************************************************
 延長保証サービス
************************************************ */
#select-service-title > div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#main.no-sidebar h2#select-service-title,
#main.cart h2#select-service-title {
    border-bottom: none;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
#select-service-title__progress {
    flex: 0 0 46px;
}
#select-service-title__text {
    font-size: 18px;
    font-weight: bold;
    padding-left: 1rem;
    text-align: left;
}
#ultra-coating-coupon #select-service-title__text {
    padding-left: 0;
    text-align: center;
    width: 100%;
}
#select-service-title small {
    color: #9c9c9c;
    display: block;
    font-size: 10px;
    font-weight: normal;
}
#page-select-service #main.no-sidebar,
#page-service-list #main.no-sidebar,
#page-break-regist #main.no-sidebar,
#after-receipt-complete #main.no-sidebar,
#exchange-application-complete #main.no-sidebar {
    margin-top: 0 !important;
}
#page-select-service h3 {
    font-size: 18px;
    font-weight: bold;
}
.select-service-item {
    margin-bottom: 1rem;
}
.select-service-item a {
    display: flex;
    background-color: #FFFFFF;
    border-radius: 9px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.21);
    padding: 10px 30px 10px 10px;
    position: relative;
    align-items: center;
}
.select-service-item a::after,
.service-list__item a::after,
#page-service-list #block-category-search h3::after {
    content: '';
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #959595;
    border-right: 2px solid #959595;
    transform: rotate(45deg) translateY(-50%);
    transition: right .3s;
}
.select-service-item__image {
    flex: 0 0 88px;
}
.service-list__image {
    flex: 0 0 140px;
}
.select-service-item__name,
.service-list__misc {
    flex-grow: 1;
    padding-left: 1rem;
}
.select-service-item__name {
    font-size: 17px;
    font-weight: bold;
}
.service-list__item a {
    display: flex;
    background-color: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 30px 10px 10px;
    position: relative;
    align-items: stretch;
}
.service-list__misc {
    display: flex;
    align-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
    flex-wrap: wrap;
}
.service-list__title {
    flex: 0 0 100%;
    font-size: 12px;
    font-weight: bold;
}
.service-list__data {
    flex: 0 0 100%;
}
#page-service-list #block-category-search h3 {
    font-size: 18px;
    font-weight: normal;
    margin-left: 8px;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
#page-service-list #block-category-search h3::after {
    transform-origin: 66% 0;
    transition: all .3s;
    right: .75rem;
}
#page-service-list #block-category-search h3:not(.collapsed)::after {
    transform: rotate(315deg) translateY(-50%);
}
#page-service-list #block-category-search .category-search-main:not(:first-child) {
    border-top: 1px solid #E5E5E5;
}
.category-search-main.collapsible.collapsed .category-search__item.collapsible {
    max-width: 0;
    max-height: 0;
}
.category-search-toggler {
    display: none;
}
.category-search-main.collapsible .category-search-toggler {
    display: block;
}
.category-search-toggler button {
    background-color: transparent;
    border: none;
    font-size: .875rem;
    font-weight: bold;
    padding: .5rem 0;
    text-align: center;
    width: 100%;
}
.category-search-toggler button::after {
    content: '';
    display: inline-block;
    width: .5rem;
    height: .5rem;
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
    margin-left: 1rem;
    transform: rotate(225deg) translateY(0);
    transition: rotate .3s;
}
.category-search-main.collapsible.collapsed .category-search-toggler button::after {
    transform: rotate(45deg) translateY(-.25rem);
}
.category-search-toggler button .more {
    display: none;
}
.category-search-main.collapsible.collapsed .category-search-toggler button .more {
    display: inline;
}
.category-search-toggler button .less {
    display: inline;
}
.category-search-main.collapsible.collapsed .category-search-toggler button .less {
    display: none;
}
#page-service-list #block-search-results {
    margin-top: 0;
}
#service-detail__float {
    background-color: #fff;
    padding: 1rem;
    margin: 0 auto;
    max-width: 780px;
}
#service-detail__float h2 {
    font-size: 20px;
    font-weight: bold;
}
.service-detail__explanation {
    font-size: 12px;
}
#service-detail-action__cart {
    display: block;
    background-color: #1889DD;
    border: 2px solid #1889DD;
    border-radius: 5px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 1.25rem;
    padding: 1rem 0;
    width: 100%;
    text-align: center;
}
#service-detail-action__cart:disabled {
    pointer-events: none;
    opacity: 0.5;
}
#assurance-cart-seisan #cartFlow .content,
#glidic-exchange #cartFlow .content,
#ultra-coating-coupon #cartFlow .content {
    width: 100%;
    float: none;
    margin-right: 0;
}
#assurance-cart-seisan #main #cartFlow table,
#glidic-exchange #main #cartFlow table {
        width: 100%;
}
#glidic-applicable-service .HTMLFORM_ELEMENT,
#glidic-applicable-service .HTMLFORM_LABEL_GROUP,
#glidic-lost-object .HTMLFORM_ELEMENT,
#glidic-lost-object .HTMLFORM_LABEL_GROUP,
#glidic-malfunction-status .HTMLFORM_ELEMENT,
#glidic-malfunction-status .HTMLFORM_LABEL_GROUP,
#assurance-cart__purchase-store .HTMLFORM_ELEMENT,
#assurance-cart__purchase-store .HTMLFORM_LABEL_GROUP,
#assurance-cart__other-products .HTMLFORM_ELEMENT,
#assurance-cart__other-products .HTMLFORM_LABEL_GROUP {
    display: block;
    white-space: nowrap;
}
#glidic-applicable-service .HTMLFORM_ELEMENT label,
#glidic-applicable-service .HTMLFORM_LABEL_GROUP label,
#glidic-lost-object .HTMLFORM_ELEMENT label,
#glidic-lost-object .HTMLFORM_LABEL_GROUP label,
#glidic-malfunction-status .HTMLFORM_ELEMENT label,
#glidic-malfunction-status .HTMLFORM_LABEL_GROUP label,
#assurance-cart__purchase-store .HTMLFORM_ELEMENT label,
#assurance-cart__purchase-store .HTMLFORM_LABEL_GROUP label,
#assurance-cart__other-products .HTMLFORM_ELEMENT label,
#assurance-cart__other-products .HTMLFORM_LABEL_GROUP label {
    white-space: normal;
}
.form-mail-split {
    display: flex;
}
.form-mail-split__atmark {
    flex: 0 0 auto;
    padding: 0 .25rem;
}
#assurance-result-tab {
    display: flex;
    padding: 0 .5rem;
}
#assurance-result-tab li {
    text-align: center;
    padding: .5rem 0;
    color: #ccc;
    font-size: 18px;
    font-weight: bold;
    flex: 1 0 auto;
    list-style: none;
}
#assurance-result-tab li.current {
    border-bottom: 2px solid #2364D2;
    color: #2364D2;
}
.assurance-result-content {
    display: none;
}
.assurance-result-content.current {
    display: block;
}
#after-receipt-complete h3 {
    font-size: 25px;
}
#exchange-application-complete h3,
#page-member-result h3 {
    font-size: 25px;
    padding: 82px 0;
}

/* 交換申込みフロー */
#page-break-regist h3 {
    font-size: 25px;
    font-weight: bold;
}
#exchange-registor-lead {
    margin-bottom: 3rem;
}
.exchange-image {
    border-width: 1px;
    border-style: solid;
    border-radius: 1.2rem;
    margin: 30px 10px 20px;
    padding: 30px 10px 10px;
    position: relative;
}
#exchange-image-applicable {
    border-color: #fe5419;
}
#exchange-image-not-applicable {
    border-color: #5f5d64;
}
.exchange-image-title {
    line-height: 30px;
    height: 30px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 120px;
    border-radius: 15px;
}
#exchange-image-applicable .exchange-image-title {
    background-color: #fe5419;
}
#exchange-image-not-applicable .exchange-image-title {
    background-color: #5f5d64;
}
#main p.exchange-text {
    font-size: 12px;
    line-height: 14px;
}

/* プログレスバー */
.progress-circle {
    position: relative;
    width: 46px;
    height: 46px;
    background: #1889dd;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}
.progress-circle::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -23px;
    width: 46px;
    height: 46px;
    background: #b7bbbe;
    transform-origin: right 23px;
    z-index: 2;
}
.progress-circle.progress-circle-60::before {
    transform: rotate(36deg);
}
.progress-circle.progress-circle-80::before {
    transform: rotate(108deg);
}
.progress-circle.progress-circle-100::before {
    background: #1889dd;
}
.progress-circle::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 23px;
    width: 46px;
    height: 46px;
    background: #b7bbbe;
    transform-origin: left 23px;
    z-index: 3;
}
.progress-circle.progress-circle-20::after {
    transform: rotate(72deg);
}
.progress-circle.progress-circle-40::after {
    transform: rotate(144deg);
}
.progress-circle.progress-circle-50::after,
.progress-circle.progress-circle-60::after,
.progress-circle.progress-circle-80::after,
.progress-circle.progress-circle-100::after {
    background: #1889dd;
}
.progress-circle .progress-circle-inner {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 40px;
    height: 40px;
    padding-top: 11px;
    background: #fff;
    border-radius: 50%;
    z-index: 4;
    font-size: 10px;
    color: #9a9a9a;
}
.progress-circle .progress-circle-inner span {
    color: #2b59ff;
    font-size: 15px;
}


@media (max-width: 740px) {
    #main.no-sidebar h2#select-service-title,
    #main.cart h2#select-service-title {
        margin-bottom: 0rem;
    }
    #select-service-title {
        background-color: #f5f5f5;
        padding-bottom: 1rem;
    }
    #select-service-title > div {
        justify-content: start;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #page-select-service #main.no-sidebar h2#select-service-title {
        padding-bottom: 77px;
    }
    #page-service-list #main.no-sidebar h2#select-service-title {
        padding-bottom: 50px;
    }
    #assurance-cart-seisan #main.cart h2#select-service-title,
    #glidic-exchange #main.cart h2#select-service-title,
    #after-receipt-complete #main.no-sidebar h2#select-service-title,
    #exchange-application-complete #main.no-sidebar h2#select-service-title {
        padding-bottom: 0;
        background-color: #FFFFFF;
        margin-bottom: 42px;
    }
    #glidic-exchange #main.cart h2#select-service-title {
        margin-bottom: 0;
    }
    #page-select-service #select-service-body {
        background: #FFFFFF;
        border-radius: 25px;
        margin-top: -25px;
        padding-top: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #page-service-list #block-category-search.block {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 1rem;
    }
    #page-service-list #block-category-search.block .container-w100 {
        background-color: #FFFFFF;
    }
    #service-detail__float h2 {
        font-size: 4.8vw;
    }
    #assurance-cart-seisan #cartFlow .buttonarea,
    #glidic-exchange #cartFlow .buttonarea {
        display: block;
    }
    #cartResult {
        padding: 0 10px;
    }
    .assurance-result-content img,
    #exchange-registor-lead img {
        width: 58vw;
    }
    .exchange-image {
        margin-left: 24px;
        margin-right: 24px;
    }
    #main p.exchange-text {
        margin-left: 20px;
        margin-right: 20px;
    }
    #page-break-regist .buttonarea {
        margin-left: 23px;
        margin-right: 23px;
    }
    #glidic-exchange-notes {
        border-bottom: 1px solid #4087D5;
        margin-top: 40px;
        margin-bottom: 24px;
        padding: 10px;
    }
}


/************************************************
 ログイン
************************************************ */
@media (max-width: 740px) {
    #page-login #main.no-sidebar {
        margin-top: 1.5rem !important;
    }
    #page-login #main.no-sidebar h2 {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    #page-login #main.no-sidebar th {
        padding: 5px 10px !important;
    }
    #page-login #loginNew .box {
        margin-bottom: 10px;
    }
    #page-login #loginNew .box .buttonarea {
        margin-bottom: 10px;
    }
}


/************************************************
 マイページ
************************************************ */
.warranty-service__item:not(:first-of-type) {
    margin-top: 10px;
    padding-top: 10px;
    position: relative;
}
.warranty-service__item:not(:first-of-type)::before {
    content: '';
    display: block;
    border-top: 1px solid #ccc;
    width: calc(100% - 20px);
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.warranty-service__item .button {
    background-color: #4087D5;
    border: 2px solid #4087D5;
    border-radius: 6px;
    color: #fff;
}


/************************************************
 ULTRAコーティング
************************************************ */
#ultra-coating-coupon #container {
    background-color: #f8f8f8;
}
.coupon-ultracoating {
    width: 700px;
    margin: 0 auto;
    background-color: #FFFFFF;
    box-shadow: 5px 4px 4px 0px #00000040;
    padding-bottom: 20px;
}
.coupon-item__expire {
    margin: 5px 10px;
    font-weight: bold;
}
.coupon-item__note {
    background: #F5F5F5;
    border-radius: 5px;
    font-size: 9px;
    padding: 5px 10px;
    margin: 20px 10px 0;
}
#main .coupon-item__action .buttonarea,
#main #coupon-use__action .buttonarea {
    margin: 20px 10px 0;
    padding: 0;
}
#coupon-use {
    background-color: #FFFFFF;
    padding: 20px 10px;
}
#coupon-use__title {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}
#coupon-use__image {
    margin: 20px auto 0;
}
#coupon-use__note {
    background: #F5F5F5;
    border-radius: 5px;
    font-size: 9px;
    padding: 10px;
    margin: 20px 10px 0;
}
#coupon-use__note > span,
#coupon-use__order > span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#coupon-use__note > span:not(:first-child) {
    margin-top: 10px;
}
#coupon-use__note > ul {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 0 0 .5rem;
}
#coupon-use__order {
    margin-top: 20px;
}
#coupon-use__order > p {
    font-weight: bold;
    margin: 10px 30px;
}
#coupon-use__order > p span {
    font-size: 9px;
    font-weight: normal;
}
#coupon-use__order .inner_text {
    border: 1px solid #dadada;
    border-radius: 5px;
    background-color: rgba(217, 217, 217, 0.22);
    font-weight: bold;
    text-align: center;
    margin: 0 30px;
    padding: 5px 0;
}

@media (max-width: 740px) {
    #ultra-coating-coupon #cartFlow .buttonarea {
        display: block;
    }
    .coupon-ultracoating {
        width: 100%;
    }
    .assurance-buttonarea{padding-bottom:100px;}
}