body {
    font-family: "Helvetica Neue",
      Arial,
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --white: #ffffff;
    --black: #0A0A0A;
    --red: #FF0000;
    --blue: #007BFF;
    --black-hover: #353D40;
    --color-black: #3b3b3b;
    --title-black: #58656D;
    --gray: #F5F5F5;
    --green: #28a745;
    --dark-gray: #6c757d;
    --brown: #B0B6BA;
    --dark-brown: #5A6268;
    --dark-brown-shadow: rgba(90, 98, 104, 0.6);
    --color-border: #894aa3;
    --bg-color-input: #ebebea;
    --color-search-icon: #8f53a8;
    --color-alert: #0C5460;
    --background--alert: #D1ECF1;
    --border-red: #dc3545;
}

.main-wrapper {
    width: 100%;
    max-width: 1220px;
    padding: 0 10px;
    margin: 0 auto;
}

.has-toolbar .main-wrapper {
    padding-top: 40px;
}

.has-toolbar header .main-wrapper,
.has-toolbar footer .main-wrapper {
    padding: 0;
}

.bd-mypage-main {
    flex: 1;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.background-gray {
    background-color: var(--gray);
}

.background-white {
    background-color: var(--white);
}

.background-green {
    background-color: var(--green);
}

.background-dark-gray {
    background-color: var(--dark-gray);
}

.show-loading {
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    background: #bfbdbd82;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}

.show-loading img {
    width: 50px;
}

/* toast */
.toast-success,
.toast-danger {
    font-size: 16px;
    font-weight: 500;
}

.toast-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.toast-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.sp-display {
    display: none;
}

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

    .toast-success,
    .toast-danger {
        font-size: 14px;
        font-weight: 500;
    }

    .pc-display {
        display: none !important;
    }

    .custom-radio span.pc-display {
        display: none !important;
    }

    .sp-display {
        display: block;
    }

    .custom-radio span.sp-display {
        margin-bottom: 10px;
    }

    .auto_fill .mx-2 {
        margin: 0 !important
    }

    .d-sm-block {
        display: block !important;
    }

    .max-w750-d-block {
        display: block !important;
    }

    .item-footer {
        width: 100% !important;
    }

    .item .item-footer .btn {
        width: 30% !important;
        min-width: 150px;
    }

    .font-weigh-bold {
        font-weight: bold;
    }

    .footer {
        width: 100%;
    }

    .title-item {
        font-weight: 600;
        padding-bottom: 6px;
    }

    .max-991px-w-100 {
        width: 100% !important;
    }

    .max-991px-d-none {
        display: none !important;
    }

    .max-991px-d-block {
        display: block !important;
    }

    .max-w750-d-none {
        display: none !important;
    }

    .max-w750-d-block {
        display: block !important;
    }

    .show_danger {
        margin-left: 0;
    }

    .custom-sp-border-b {
        border-bottom: 1px solid #ccc !important;
        margin-bottom: 10px;
    }

    .custom-sp-border {
        border: 1px solid #ccc;
    }

    .float-md-right {
        float: none !important;
    }

    .fs-sm-24 {
        font-size: 24px !important;
    }

    .new-sp-border {
        position: relative;
    }

    .new-sp-border:last-child {
        padding-bottom: 5px;
    }

    .new-sp-border:before {
        content: '';
        position: absolute;
        top: -11px;
        left: -4px;
        right: -4px;
        bottom: 10px;
        border: 1px solid #ccc;
    }

    .data-select select {
        border: 1px solid #ccc !important;
    }
}

.page-step ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0 0;
}

.page-step li {
    position: relative;
    display: inline-block;
    padding: 60px 70px 0;
    min-width: 270px;
}

.page-step li:before {
    content: '';
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    top: 0;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    background-color: #B0B6BA;
    border-radius: 50%;
}

.page-step li:after {
    content: '';
    position: absolute;
    width: 275px;
    height: 4px;
    background-color: #B0B6BA;
    top: 20px;
    left: 130px;
}

.page-step li.active:before,
.page-step li.active:after {
    background-color: #007BFF;
}

.page-step li:last-child:after {
    display: none;
}

.ml-2 {
    margin-left: 0.5rem;
}

.mt-15 {
    display: inline-block;
    margin-top: 15px;
}

.ml-10 {
    margin-left: 10px;
}

.pt-0 {
    padding-top: 0px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 pr-md-15 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.p-20 {
    padding: 20px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.w-70 {
    max-width: 70px !important;
}

.w-120 {
    max-width: 120px !important;
}

.w-140 {
    max-width: 140px !important;
}

.w-150 {
    max-width: 150px !important;
}

.w-380 .member-info-lft {
    width: 100% !important;
    max-width: 380px !important;
}

.w-380 .member-info-rgt {
    width: calc(100% - 380px);
}

.w-400 {
    max-width: 400px !important;
}

.w-select-custom {
    width: calc(100% - 75px) !important;
}

.w-450 {
    max-width: 450px !important;
}

.no-t-border {
    border-top: none !important;
}

.no-r-border {
    border-right: none !important;
}

.no-b-border {
    border-bottom: none !important;
}

.no-l-border {
    border-left: none !important;
}

.required-field:after {
    content: '※';
    position: relative;
    color: var(--red);
}

.show-help {
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.show-help:hover+.member-tooltip {
    display: block;
}

.show-help {
    position: relative;
    top: -2px;
    margin-left: 5px;
    margin-top: 10px;
}

.color-red {
    color: var(--red);
}

.color-blue {
    color: var(--blue);
}

.fs-13 {
    font-size: 13px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    background-color: #E9ECEF;
    border-right: 1px solid #CED4DA;
}

.checkmark::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #CED4DA;
    background: var(--white);
}

.custom-radio input:checked~.checkmark:after {
    background-color: #2C91FC;
}

.checkmark::before {
    content: '';
    position: absolute;
    display: none;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #CED4DA;
    background: var(--white);
    z-index: 1;
}

.custom-radio input:checked~.checkmark:before {
    background-color: #2C91FC;
    display: block;
}

/* select {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
} */

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

    .w-birthdate-y,
    .w-birthdate-m,
    .w-birthdate-d {
        width: 29% !important;
    }
}

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

    .w-birthdate-y,
    .w-birthdate-m,
    .w-birthdate-d {
        width: 29% !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .page-step li {
        position: relative;
        display: inline-block;
        padding: 60px 40px 0;
        min-width: 150px;
    }

    .page-step li:after {
        content: '';
        position: absolute;
        width: 220px;
        height: 4px;
        background-color: #B0B6BA;
        top: 20px;
        left: 90px;
    }
}

@media screen and (max-width: 991px) {
    .wrapper {
        min-width: 100%;
    }

    .w-380 .member-info-lft {
        width: 100% !important;
        max-width: auto !important;
    }

    .w-380 .member-info-rgt {
        width: 100%;
    }

    .has-toolbar .main-wrapper {
        padding-top: 0;
    }
}

@media only screen and (max-width: 445px) {
    .custom-radio label {
        width: 100px !important;
    }
    .w-xm-100 {
        width: 100% !important;
    }
}

@media screen and (max-width: 375px) {
    .custom-radio label {
        width: 45% !important;
    }
}

.content-block {
    display: flex;
    width: 90%;
    max-width: 1060px;
    margin: 0 auto;
}

.content-new-block {
    display: flex;
    width: 90%;
    max-width: 1060px;
    margin: 0 auto;
}

#contactForm {
    padding-bottom: 50px;
}

.contact-block {
    width: 90%;
    max-width: 850px;
    margin: 0 auto;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    font-size: 18px;
    padding: 30px;
    max-width: 1060px;
}

.non-toolbar-layout .content-block {
    padding: 50px 15px;
}

.non-toolbar-layout .content-block {
    padding: 0px;
    border: 1px solid #e3e3e3;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 16%);
}

/**** HEADER CSS ***/
/* main {
    position: relative;
    margin-top: -30px;
    padding-top: 30px;
} */

.page-header {
    position: relative;
    justify-content: space-between;
    z-index: 1;
    background: var(--gray);
}

.has-toolbar .page-header {
    background: var(--white);
}

.header-content {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 14px 0;
    background: var(--gray);
}

.navbar-brand {
    display: flex;
    vertical-align: middle;
}

.navbar-brand a {
    display: flex;
    vertical-align: middle;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.logo {
    margin-bottom: 0px;
    display: flex;
    vertical-align: middle;
}

.nav-block {
    width: 100%;
}

.navbar-nav {
    display: flex;
    flex-direction: inherit;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 70px 60px 10px 0;
}

.navbar-nav li {
    padding: 0 20px;
}

.navbar-nav li a {
    font-size: 20px;
    color: var(--color-black);
    text-decoration: none;
}

.shop-icon {
    font-size: 20px;
    color: var(--color-black);
    right: 193px;
    top: 60px;
    width: auto !important;
}

header .shop-icon {
    top: 0;
    right: 0;
}

header .countItemCart {
    text-align: center;
    font-weight: bold;
    top: -15px;
    right: -15px;
}

.page-common__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-common__btn ul {
    margin-bottom: 0;
}

.page-common__btn li {
    list-style: none;
}

.page-common__btn a {
    width: 128px;
    text-align: center;
    font-weight: bold;
    padding: 9px 10px;
}

.hamburger-btn,
.close-menu {
    display: none;
}

.custom-radio-1 label {
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
}

.custom-radio-1 label:hover {
    cursor: pointer;
}

.custom-radio-1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio-1 .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}

.custom-radio-1 input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio-1 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-1 input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio-1 .checkmark:after {
    top: 8px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.menu-sp {
    display: none;
}

/* FOOTER */
footer {
    background-color: var(--white);
    position: sticky;
    top: 100vh;
}

.page-footer {
    position: relative;
    justify-content: space-between;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 1;
}

footer nav {
    width: 100%;
}

footer .navbar-brand {
    padding-bottom: 35px;
    padding-top: 20px;
}

footer .navbar-nav {
    justify-content: flex-start;
    padding: 30px 0 0 0;
}

footer .shop-icon {
    top: 20px;
    right: 310px;
}

footer .page-common__btn {
    align-items: flex-start;
    padding-top: 20px;
}

footer .page-common__btn ul {
    width: 322px;
}

footer .page-common__btn li {
    display: inline-block;
    margin-left: 10px;
}

.page-copyright {
    position: relative;
    z-index: 1;
    background-color: var(--white);
    top: -3px;
}

.page-copyright p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

@media screen and (max-width: 1100px) {
    .wrapper {
        position: relative;
        width: 100%;
        /* 
        height: 100%;
        overflow: hidden;
        */
    }
    .hamburger-btn,
    .close-menu {
        position: absolute;
        display: block;
        top: 20px;
        right: 10px;
        border: 2px solid #707070;
        color: #707070;
        text-align: center;
        padding: 0 5px;
        border-radius: 5px;
    }

    .nav-block {
        display: none;
    }

    .menu-sp {
        display: block;
    }

    .nav-block-sp {
        position: absolute;
        width: 200px;
        padding: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 99;
        padding-top: 50px;
        transition: transform 0.3s ease-in-out;
        transform: translate(200px, 0);
        background: var(--white)
    }

    .nav-block-sp.nav-block-sp-2 {
        left: 0;
        background: none;
    }

    .nav-block-sp .navbar-nav {
        display: block;
        padding: 0 0 10px 0;
    }

    .show-menu .nav-block-sp {
        transform: translate(0, 0);
    }

    .show-menu:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 2;
    }

    .navbar-nav li {
        text-align: right;
        padding: 5px 20px;
    }

    .page-common__btn {
        width: 100%;
    }

    .page-common__btn ul {
        display: flex;
        margin-right: 10px;
        padding-top: 65px;
        width: 100%;
        justify-content: flex-end;
    }

    .page-common__btn li {
        margin-left: 10px;
    }

    .page-common__btn a {
        width: 85px;
        text-align: center;
        font-weight: normal;
        padding: 7px 5px;
        font-size: 12px;
    }

    .shop-icon {
        font-size: 20px !important;
        color: var(--color-black);
        right: 200px;
        width: auto !important;
    }
}

@media screen and (max-width: 1100px) and (min-width: 769px) {
    .navbar-nav li {
        padding: 5px 15px;
    }

    /* .page-common__btn ul {
        padding-top: 0;
    } */

    footer .shop-icon {
        top: 20px;
        right: 240px;
    }
}

@media screen and (max-width: 991px) {
    .header-content {
        padding: 5px 0;
    }

    .page-header {
        min-height: 115px;
        overflow: hidden;
    }

    .navbar-brand {
        align-items: flex-start;
        padding-top: 15px;
    }

    .logo {
        width: 100px;
    }

    .logo img {
        max-width: 100%;
        height: auto;
    }

    .shop-icon {
        z-index: 2;
    }

    .footer-cnt {
        flex-direction: column;
        height: 150px;
    }

    footer nav {
        order: 1;
    }

    footer .navbar-brand {
        order: 3;
        justify-content: flex-start;
        width: 190px;
        margin-top: 0;
        padding: 0;
        position: relative;
        top: -60px;
    }

    footer .navbar-nav {
        justify-content: center;
        padding: 20px 0 0 0;
    }

    footer .navbar-nav li a {
        font-size: 16px;
    }

    footer .page-common__btn {
        order: 2;
        padding-top: 30px;
    }

    footer .page-common__btn ul {
        display: flex;
        margin-right: 10px;
        width: 100%;
        padding-top: 0;
        justify-content: flex-end;
    }

    footer .shop-icon {
        top: inherit;
        right: 200px;
        bottom: 6px;
    }

    .page-copyright {
        font-size: 14px;
        padding: 5px 0;
    }

    .page-copyright p {
        margin: 0;
    }
}

@media screen and (max-width: 460px) {
    footer .navbar-brand {
        order: 3;
        justify-content: flex-start;
        width: 110px;
        margin-top: 0;
        padding: 0;
        position: relative;
        top: -15px;
    }
}

@media screen and (max-width: 320px) {
    footer .navbar-nav li a {
        font-size: 14px;
    }

    .logo {
        width: 100%;
    }

    footer .navbar-brand {
        order: 3;
        justify-content: flex-start;
        width: 90px;
        margin-top: 0;
        padding: 0;
        position: relative;
        top: -5px;
    }
}

/* お客様情報の入力 */
.member-entry-cnt {
    background-color: var(--white);
    width: 90%;
    max-width: 1060px;
    margin: 0 auto 100px;
    padding: 50px 60px;
}

.notice-lbl {
    color: var(--red);
    font-size: 16px;
    padding-left: 10px;
}

.member-information-inner {
    margin-top: 20px;
}

.member-info-table td {
    border: 1px solid #DDE1E6;
    padding: 20px;
}

.no-padding {
    padding: 0 !important;
}

.member-information-row>div.no-border {
    border-top: 0;
    border-bottom: 0;
}

.member-info-table td input,
.member-info-table td select {
    display: inline-block;
    max-width: 450px;
    height: 50px;
}

.member-info-table td select {
    display: inline-block;
    width: 450px;
    height: 50px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.member-info-table td.no-border {
    border-top: none;
    border-bottom: none;
    padding-top: 0;
}

.member-info-table td.no-border-top {
    border-top: none;
    padding-top: 0;
}

.member-info-table td.no-border-bottom {
    border-bottom: none;
    padding-bottom: 20px;
}

.check-address {
    margin-left: 20px;
    position: relative;
    top: -4px;
    width: 120px;
}

.member-info-table ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.member-info-table li {
    display: inline-block;
}

.member-info-table li a {
    text-decoration: none;
    padding: 0;
}

/* .change-member-entry {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 50px auto 0;
    padding: 12px;
} */

.quote-order {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0;
    padding: 12px;
}

.type-user {
    display: none;
}

.type-user.show {
    display: block;
}

.type-user-ship {
    display: none;
}

.type-user-ship.show {
    display: block;
}

@media screen and (max-width: 991px) {
    .page-step ul {
        padding-top: 60px;
    }

    .page-step li {
        font-size: 10px;
        padding: 40px 10px 0;
        min-width: 100px;
    }

    .page-step li:before {
        width: 32px;
        height: 32px;
    }

    .page-step li:after {
        content: '';
        position: absolute;
        width: 95px;
        height: 2px;
        background-color: #B0B6BA;
        top: 14px;
        left: 60px;
    }

    .w-sm-60 w-sm-95 {
        max-width: 60px !important;
    }

    .w-sm-110 {
        width: 110px !important;
        min-width: 110px !important;
    }

    .w-sm-120 {
        max-width: 120px !important;
    }

    .member-entry-cnt {
        padding: 20px 15px;
    }

    .check-address {
        width: 90px;
        max-width: 120px !important;
        height: auto;
        margin-left: 10px;
        padding: 6px 10px;
        font-size: 14px;
        top: -3px;
    }

    .custom-address .check-address {
        top: 0;
        margin-left: 0;
        margin-top: 10px;
    }

    .member-info-rgt span.d-sm-block {
        display: block !important;
    }

    .member-info-table td li {
        display: block;
    }
}

/* Pankuzu */
.non-toolbar-breadcrum {
    padding: 20px 0 0 60px;
}

.breadcrum ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.breadcrum ul li {
    position: relative;
    display: inline-block;
}

.breadcrum ul li .fa-angle-right {
    margin: 0 10px;
    font-weight: normal;
}

/* 左側のサイドバー */
.lft-sidebar {
    min-width: 220px;
}

@media screen and (max-width: 991px) {
    .non-toolbar-breadcrum {
        padding: 20px 0 20px;
    }

    .logo {
        display: block;
    }

    .lft-sidebar {
        order: 2;
    }

    .has-toolbar .main-wrapper {
        flex-direction: column;
    }

    .main-cnt {
        order: 1;
        padding: 20px 0;
    }
}

/* お問い合わせフォーム */
input.bd-entry-link {
    border: none;
    background: none;
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}
input.bd-entry-link:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

/* お客様情報の確認・変更 */
.main-cnt .login_name {
    font-weight: bold;
    font-size: 24px;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}

.member-info-cnt {
    max-width: 850px;
    margin: 20px auto;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    font-size: 18px;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .member-info-cnt {
        width: 100%;
        font-size: 15px;
    }
}

.member-info_ttl {
    position: relative;
    background: var(--gray);
    padding: 10px 20px;
}

.member-info_ttl h2 {
    font-weight: bold;
    font-size: 32px;
}

.member-info_ttl span {
    position: absolute;
    bottom: 5px;
    right: 50px;
}

.member-info-inner {
    position: relative;
    display: flex;
    font-size: 18px;
}

.member-info-inner:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 3px solid var(--gray);
}

.member-info-inner:last-child::before {
    display: none;
}

.member-info-subttl {
    width: 195px;
    padding: 90px 7px 20px 10px;
}

.member-info-block {
    width: 100%;
    padding: 20px;
}

.information-info-block {
    width: 90%;
    max-width: 1060px;
    box-shadow: 0px 3px 10px rgb(0, 0, 0, 0.16);
    padding: 20px;
    margin: 0 auto;
}

.member-info-lft {
    position: relative;
    width: 220px;
    float: left;
    padding: 5px 0;
    margin-bottom: 10px;
    clear: both;
}

.member-info-rgt {
    width: calc(100% - 220px);
    padding: 5px 0;
    margin-bottom: 10px;
    float: left;
    clear: right;
}

.purchase-inner.w-custom .member-info-lft {
    width: 330px;
}

.purchase-inner.w-custom .member-info-rgt {
    width: calc(100% - 330px);
}

.member-info-error {
    float: right !important;
    font-size: 13px;
}

.member-info-rgt input {
    display: inline-block;
    margin: 0 10px;
    overflow: hidden;
}

.dob-select select {
    margin: 0;
    width: 70px !important;
    display: inline-block;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.dob-select select option:disabled {
    display: none;
}

.dob-select select.year-select {
    width: 90px !important;
}

.member-info-rgt span {
    padding: 0 10px 5px 10px;
    word-break: break-all;
    font-size: 16px;
}

.member-info-rgt span.div-icon {
    padding: 5px;
    left: 0;
}

.member-info-rgt .notice-txt {
    padding: 0 10px 5px 10px;
    font-size: 13px;
    top: -5px;
}

.member-info-rgt a {
    position: relative;
    top: -10px;
    left: 10px;
    padding: 0 10px 5px 0;
    font-size: 13px;
}

.member-info-rgt input {
    max-width: 320px;
}

.member-info-rgt select {
    position: relative;
    margin: 0 5px;
    width: 155px;
    display: inline-block;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    left: 5px;
}

.change-info-footer {
    width: 100%;
    max-width: 850px;
    margin: 20px auto 100px;
}

.change-info-btn {
    display: inline-block;
    width: 255px;
    padding: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .member-info-subttl {
        width: 175px;
        padding: 90px 0 20px 20px;
    }

    .dob-select select {
        padding: 0.375rem 0.25rem;
        width: 50px !important;
        margin: 0;
    }

    .member-info-rgt select {
        margin: 0;
        left: 0;
    }

    .dob-select select.year-select {
        width: 70px !important;
    }

    .member-info-rgt input {
        display: inline-block;
        margin: 0 0px;
        overflow: hidden;
        width: 47%;
    }

    .member-info_ttl span {
        right: 0;
    }

    .change2fa .member-info-inner {
        display: block;
        padding: 20px;
    }

    .member-info-subttl {
        width: 210px;
    }
}

@media screen and (max-width: 767px) {
    .member-info_ttl h2 {
        font-size: 20px;
    }

    .member-info-cnt {
        width: 100%;
    }

    .member-info-inner:before {
        display: none;
    }

    .member-info_ttl span {
        position: relative;
        right: 0;
        bottom: 0;
        display: block;
        text-align: right;
    }

    .member-info-inner {
        display: block;
    }

    .member-info-block {
        padding: 0;
    }

    .member-info-lft {
        width: 100%;
        float: none;
        border-bottom: 1px solid var(--gray);
        padding: 10px;
    }

    .member-info-rgt {
        width: 100%;
        border-bottom: 1px solid var(--gray);
        padding: 0 0 10px;
        margin-bottom: 0;
        float: none;
    }

    .member-info-rgt input {
        max-width: none;
        width: calc(100% - 20px) !important;
        font-size: 13px;
    }

    .member-info-rgt.input-2 input {
        width: 40% !important;
    }

    .member-info-rgt.input-3 {
        padding-left: 10px;
    }

    .member-info-rgt.input-3 input {
        width: 30% !important;
        font-size: 13px;
        margin: 0;
    }

    .member-info-rgt span.div-icon {
        padding: 0;
        left: 0;
    }

    .dob-select select {
        padding: 0 5px;
        height: 33px;
        margin: 0 5px 0 0;
    }

    .dob-select select.year-select {
        width: 70px !important;
    }

    .dob-select span.div-icon {
        padding: 5px 0;
    }

    .change-info-btn {
        width: 100%;
    }

    .member-info-table {
        display: block;
        font-size: 13px;
    }

    .member-info-table td {
        display: block !important;
        width: 100% !important;
    }

    .member-info-table td input,
    .member-info-table td select {
        width: 100%;
        max-width: none;
        margin-right: 0 !important;
        height: 40px;
        padding: 0 10px;
    }

    .member-info-table td.no-border,
    .member-info-table td.no-border-top,
    .member-info-table td.no-border-bottom {
        border: 1px solid #DDE1E6;
        padding: 10px !important;
    }

    .sp_none {
        display: none !important;
    }

    .contact-block {
        width: 100%;
        padding: 20px;
    }
}

/* Change 2FA */
.change2fa .member-info-inner {
    display: block;
    padding: 20px 70px;
}

.member-info-rgt.custom-radio {
    padding-left: 10px;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-radio label {
    position: relative;
    width: 140px;
    padding-left: 50px;
    padding-top: 5px;
    border: 1px solid #CED4DA;
    border-radius: 5px;
    height: 40px;
}

.custom-radio label:hover {
    cursor: pointer;
}

.member-info-rgt.custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    background-color: #E9ECEF;
    border-right: 1px solid #CED4DA;
}

.member-info-rgt.custom-radio .checkmark:before {
    content: '';
    position: absolute;
    display: none;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #CED4DA;
    background: var(--white);
    z-index: 1;
}

.member-info-rgt.custom-radio .checkmark:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #CED4DA;
    background: var(--white);
}

.member-info-rgt.custom-radio input:checked~.checkmark:before {
    display: block;
}

.member-info-rgt.custom-radio input:checked~.checkmark:after {
    background-color: #2C91FC;
}

.send-btn,
.confirm-btn {
    display: block;
    width: 180px;
    padding: 10px;
    margin: 0 auto 5px;
    clear: both;
}

@media screen and (max-width: 991px) {
    .change2fa .member-info-inner {
        padding: 0 0 50px;
    }

    .send-btn,
    .confirm-btn {
        margin: 20px auto 0;
    }
}

/* 新規メールアドレスの確認 */

.form-control {
    width: 100%;
}

.form-floating {
    position: relative;
    font-size: 20px;
}

.title__email {
    font-size: 20px;
    text-align: center;
}

.node__list {
    padding: 0 21px;
}

.center__descripton {
    margin: 0 140px
}

.list__item {
    margin: 0;
}

.login-btn {
    margin: 0px 0 50px;
    font-size: 20px;
    height: auto;
    width: 120px;
}

.description {
    width: 100%;
    height: auto;
    max-width: 850px;
    background-color: #fff;
    border: 1px solid #a2a4a7;
    margin-bottom: 60px;
    border-radius: 5px;
    overflow: hidden;
}

.description__lie {
    background-color: #e6e7e9;
    width: 100%;
    border-bottom: 1px solid #a9acb1;
}

.description__title {
    padding: 12px 0 0 16px;
    box-sizing: border-box;
    color: #0000009c;
}

.description__pea {
    padding: 18px 0 0 16px;
    color: #00000073;
    font-size: 20px;
}

.category__list {
    color: #00000073;
}

.fix__submit--title {
    padding: 46px 16px 30px;
}

.out__line {
    flex-direction: column;
}

.page-lbl {
    padding: 50px 0 20px;
    font-size: 40px;
}

/* ============================ MOBILE =================================== */
@media only screen and (max-width: 767px) {
    .page-lbl {
        padding: 0;
        font-size: 30px;
    }

    .content-block {
        padding: 0;
    }

    .form-floating {
        overflow: hidden;
    }

    .col-8 {
        flex: 0 0 auto;
        width: 80.666667%;
    }

    .fix__submit--title {
        padding-top: 0;
        width: 100%;
    }

    .w__resize {
        font-size: 16px;
    }

    .btn-title {
        font-size: 20px;
        padding: 0;
        margin-top: 27px;
    }

    .center__descripton {
        display: flex;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .category__list {
        color: #00000073;
        padding: 0px 42px;
    }

    .description__pea {
        padding: 20px 25px 1px;
        color: #00000073;
        font-size: 16px;
    }

    .description__title {
        padding: 5px;
        box-sizing: border-box;
        color: #0000009c;
        margin-bottom: 0;
    }

    .note__resize {
        display: flex;
        flex-direction: column;
        padding: 0px 79px;
        margin: 50px 0 0;
    }

    .fix__respon--note {
        margin: 0;
    }

    .note__btn {
        margin: 0px 18px;
    }

    .resize_note {
        margin-bottom: 23px;
        height: 193px;
    }

    .align-items-center {
        width: 100%;
        max-width: 100%;
    }

    .form-check-label {
        font-size: 19px;
    }

    .fix_form {
        width: 96%;
        padding: 10px 10px;
    }

    .fix__form--resize {
        width: 200px;
    }

    .fix_resize {
        width: 100%;
    }

    .fix__notebox {
        border: 1px solid #353D40;
        padding: 0;
        border-radius: 7px;
        overflow: hidden;
        margin: 19px 20px;
    }

    .note__resize {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .w-80 {
        width: 100% !important;
        font-size: 16px;
    }

    .btn-title-line {
        font-size: 12px;
    }

    .text-sm-center {
        text-align: center;
    }
}

/* PAGE NAME -  新規_仮登録 */
.resize_note {
    height: 193px;
}

.fix_btn {
    padding: 0px 94px;
}

.fix__btn--form {
    margin-bottom: 150px;
}

.node__list--item {
    list-style: none;
    padding: 0 18px;
}

.fix__btn--title {
    margin-bottom: 150px;
}

.fix__login--title {
    display: none;
}

/* RESPONSIVE PAGE -  新規_仮登録  */
@media screen and (max-width: 991px) {
    .fix__btn--title {
        margin-bottom: 100px;
    }

    .title__email {
        font-size: 16px;
    }

    .node__list--item {
        padding: 0;
    }
}

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

    .node__list,
    .node__list--item,
    #inputEmail {
        font-size: 14px;
    }
}

/* Left Sidebar */
.inspection-app-inner a {
    display: block;
    width: 160px;
    margin: 0 0 0 30px;
    border-radius: 5px;
    background: var(--gray);
    border: 1px solid #e0e0e0;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #7e8286;
    padding: 20px 10px 78px;
    text-decoration: none;
    background: url(../images/icons/list_icon.png) no-repeat center bottom 20px;
}

.inspection-app-inner a:hover {
    color: #343A40;
    background: url(../images/icons/list_icon_hover.png) no-repeat center bottom 20px;
}

.left-menu-inner>ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin-top: 60px;
}

.left-menu-inner>ul>li {
    margin-bottom: 30px;
}

.left-menu-inner li a {
    font-size: 18px;
    text-align: left;
    color: #343a40;
    text-decoration: none;
    padding: 9px 0;
}

.left-menu-inner li a:hover {
    color: #007bff;
}

.left-menu-inner li ul li.active>a {
    color: #007bff;
}

.left-menu-inner li.home-link>a {
    background: url(../images/icons/home_icon.png) no-repeat 0 5px;
    padding-left: 25px;
}

.left-menu-inner li.home-link.active>a,
.left-menu-inner li.home-link>a:hover {
    background: url(../images/icons/home_icon_active.png) no-repeat 0 5px;
    color: #007bff;
}

.left-menu-inner li.infor-link>a {
    background: url(../images/icons/inspection_icon.png) no-repeat 0 5px;
    padding-left: 25px;
}

.left-menu-inner li.infor-link.active>a,
.left-menu-inner li.infor-link>a:hover {
    background: url(../images/icons/inspection_icon_active.png) no-repeat 0 5px;
    color: #007bff;
}

.left-menu-inner li.cart-link>a {
    background: url(../images/icons/cart_icon.png) no-repeat 0 5px;
    padding-left: 25px;
}

.left-menu-inner li.cart-link.active>a,
.left-menu-inner li.cart-link>a:hover {
    background: url(../images/icons/cart_icon_active.png) no-repeat 0 5px;
    color: #007bff;
}

.left-menu-inner li.inspection-link>a {
    background: url(../images/icons/information_icon.png) no-repeat 0 5px;
    padding-left: 25px;
}

.left-menu-inner li.inspection-link.active>a,
.left-menu-inner li.inspection-link>a:hover {
    background: url(../images/icons/information_icon_active.png) no-repeat 0 5px;
    color: #007bff;
}

.left-menu-inner li.logout>a {
    background: url(../images/icons/logout_icon.png) no-repeat 0 8px;
    padding-left: 25px;
}

.left-menu-inner li.logout.active>a,
.left-menu-inner li.logout>a:hover {
    background: url(../images/icons/logout_icon_active.png) no-repeat 0 8px;
}

.left-menu-inner ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.left-menu-inner ul.sub-menu li {
    margin: 10px 0;
    padding: 0 0 0 25px;
}

.left-menu-inner ul.sub-menu li a {
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .left-menu-inner ul.sub-menu li {
        margin: 0;
    }

    .left-menu-inner ul.sub-menu li a {
        display: block;
        position: relative;
        padding: 10px 0;
        background: url(../images/icons/icon-caret.png) no-repeat center right 20px;
    }

    .left-menu-inner ul.sub-menu li a:after {
        content: '';
        position: absolute;
        height: 1px;
        width: auto;
        left: -5px;
        right: 20px;
        bottom: 0;
        background: #DEE2E6;
    }

    .left-menu-inner ul.sub-menu li:last-child a:after {
        display: none;
    }
}

/* Dashboard */
.dashboard-inner {
    padding: 0 25px;
    margin: 20px auto;
}

.dashboard-ttl h2 {
    font-weight: bold;
    font-size: 32px;
    text-align: left;
    color: #343a40;
}

.newest-item-block {
    justify-content: space-between;
    margin-top: 40px;
}

.newest-item {
    position: relative;
    width: 48%;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    padding: 20px 20px 45px;
}

.newest-item-label {
    display: inline-block;
    width: 64px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: var(--white);
    padding: 4px 0 6px;
    margin-right: 20px;
}

.newest-item-date {
    display: inline-block;
    position: relative;
    top: 3px;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #343a40;
}

.newest-item-cnt {
    padding: 20px 0;
}

.newest-item-img {
    width: 90px;
    float: left;
}

.newest-item-img img {
    max-width: 100%;
    height: auto;
}

.newest-item-detail {
    overflow: hidden;
}

.newest-item-name {
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    color: #007bff;
}

.newest-item-quantity {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    color: #343a40;
}

.newest-item-link a {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    width: 144px;
    border-radius: 5px;
    background: #007bff;
    text-align: center;
    color: var(--white);
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    margin-top: 20px;
}

.notice-list {
    border: 1px solid #e3e3e3;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    padding: 20px;
    margin-top: 30px;
}

.notice-new-list {
    padding: 20px;
    width: 100%;
}

.button-information-detail {
    margin-top: 30px;
    width: 100%;
}

.notice-ttl {
    font-size: 24px;
    font-weight: 900;
}

.notice-label {
    min-width: 8em;
    background: black;
    border-radius: 12px;
    text-align: center;
    color: var(--white);
    /* margin: 0 1em; */
    font-size: 12px;
    padding: 2px 1em;
    display: inline-block;
}

.notice-title {
    list-style: none;
    padding-left: 0;
}

.notice-title li {
    border-bottom: 2px solid #DEE2E6;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.notice-title li p {
    margin: 0;
}

.notice-link {
    text-decoration: none;
    padding-right: 50px;
}

.notice-new-link {
    text-decoration: none;
    position: absolute;
    right: 10px;
}

.notice-link-item {
    text-decoration: none;
    color: var(--black);
    font-weight: 900;
}

.description__list {
    display: flex;
    margin: 30px 0 85px 0;
    justify-content: space-between;
}

.description-app-block {
    width: 160px;
}

.description-app-inner {
    background-color: #e0e0e05c;
}

.description-app-inner a {
    display: block;
    width: 160px;
    margin: 0 auto;
    border-radius: 5px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #9f9f9f;
    padding: 20px 5px 78px;
    text-decoration: none;
}

.description-app-inner a:hover {
    color: #343A40;
}

.description__list .description-app-block:first-child a {
    background: url(../images/icons/list_icon.png) no-repeat center bottom 20px;
}

.description__list .description-app-block:nth-child(2) a {
    background: url(../images/icons/bi-clipboard-data.png) no-repeat center bottom 20px;
}

.description__list .description-app-block:nth-child(3) a {
    background: url(../images/icons/bi-box-seam.png) no-repeat center bottom 20px;
}

.description__list .description-app-block:nth-child(4) a {
    background: url(../images/icons/bi-calendar2-check.png) no-repeat center bottom 20px;
}

.description__list .description-app-block:first-child a:hover {
    background: url(../images/icons/list_icon_hover.png) no-repeat center bottom 20px;
}

.description__list .description-app-block:nth-child(2) a:hover {
    background: url(../images/icons/bi-clipboard-data_hover.png) no-repeat center bottom 20px;
}

.description__list .description-app-block:nth-child(3) a:hover {
    background: url(../images/icons/bi-box-seam_hover.png) no-repeat center bottom 20px;
}

.description__list .description-app-block:nth-child(4) a:hover {
    background: url(../images/icons/bi-calendar2-check_hover.png) no-repeat center bottom 20px;
}

.detail-product-title {
    display: flex;
    list-style: none;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    background-color: #80808066;
    padding-left: 0;
    margin: 23px 0 0 0;
}

.detail-product-title li {
    height: 50px;
    padding: 13px 0 0 10px;
    border-left: 1px solid #e5e7ec;
}

.detail-product-title li:first-child {
    padding-left: 65px;
    border-left: none;
}

/* .product-title {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0;
    align-items: center;
    padding: 0;
} */

.ig-product {
    display: flex;
    align-items: center;
}

.ig-product .product-img {
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    width: 135px;
    min-width: 135px;
    padding: 10px;
}

.ig-product .product-img span {
    display: inline-block;
    padding: 2px 2px 0;
    margin-bottom: 2px;
}

.ig-product .product-img span.blue_lbl {
    color: #fff;
    background-color: #07a4ff;
}

.ig-product .product-img span.pink_lbl {
    background-color: #ffaac7;
}

.ig-product img {
    width: 100%;
    height: auto;
}

/* .fix-product-name {
    margin: 0;
    padding: 0 30px 0 20px;
}

.fix-product-price {
    padding-left: 10px;
} */

.product-options {
    padding-right: 30px;
}

.product-options select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.list-product {
    height: 33px;
}

.line-product {
    height: 2px;
    width: 100%;
    background-color: #70707042;
    margin: 0 auto 20px;
}

.fix-product-names {
    overflow: hidden;
    margin: 0;
    padding: 30px 0;
}

.fix-price {
    margin: 0;
    margin-top: 17px;
    overflow: hidden;
}

.fix-color a {
    color: #B0B6BA;
}

.sum-price-title {
    color: #B0B6BA;
    margin: 0;
    padding-right: 11px;
}

.sum-price-prices {
    margin: 0;
    padding: 0 20px 0px 0;
    overflow: hidden;
    color: #B0B6BA;
    font-size: 24px;
    font-weight: bold;
}

.note-product {
    margin: 60px 0 0 0;
}

.note-product-fix-list {
    list-style: none;
    font-size: 14px;
    margin-bottom: 40px;
}

.note-product-fix-list li .fa-check {
    font-size: 12px;
}

.note-product-fix-title {
    font-weight: bold;
    padding-left: 30px;
    overflow: hidden;
}

.icon-link {
    text-decoration: none;
    color: blue;
}

.w-60 {
    width: 60% !important;
}

.note-product .text-center {
    margin-top: 20px;
}

.fix-btn-resize {
    border: 2px solid rgba(72, 142, 247, 0.432);
    margin-bottom: 73px;
}

.fix-btn-resize:hover {
    background-color: #0d6efd;
    color: var(--white);
}

.alert-notifile {
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin: -53px -142px 0 0;
    color: red;
}

.mb-60 {
    margin-bottom: 60px !important;
}

@media screen and (max-width: 1024px) and (min-width: 991px) {
    .note-product {
        width: 80%;
    }

    .fs-md-22 {
        font-size: 20px !important;
    }

    /* .change-member-entry {
        margin-top: 20px;
    } */

    .content-block {
        padding: 20px 0;
    }

    .page-step ul {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .w-60 {
        width: 100% !important;
        font-size: 16px !important;
    }

    .note-product-fix-title {
        padding-left: 0;
    }

    .note-product-fix-list {
        padding-left: 0;
    }

    .fix-btn-resize {
        margin-bottom: 25px;
    }

    .non-toolbar-layout .content-block {
        position: relative;
    }

    .footer-btn {
        position: absolute;
        bottom: -400px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .custom-footer.cart-page {
        padding-bottom: 450px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1023px) {
    .w-60 {
        width: 100% !important;
        font-size: 16px !important;
    }

    .note-product-fix-title {
        padding-left: 0;
    }

    .note-product-fix-list {
        padding-left: 0;
    }

    .list-product {
        width: 40px !important;
        margin: 0px 0 0px 40px !important;
    }

    .select-button {
        margin: 10px 0px 0 0;
    }

    .alert-notifile {
        display: none;
    }

    .product-options {
        flex-direction: column;
        margin: 0;
    }

    /* .product-title {
        padding: 0;
    } */
}

.blue-btn {
    background-color: #5a9bd5 !important;
    color: #fff !important;
}

.orange-btn {
    background-color: #ff7f26 !important;
    color: #fff !important;
}

.padding-btn a {
    margin: 5px 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.375rem 0.75rem;
}

.select2-container .select2-selection--single {
    height: auto;
}

.cart-page,
.various-cnt {
    padding-bottom: 50px;
}

.purchase-page .detail-product {
    border: 1px solid #e5e7ec;
    border-top: none;
    border-bottom: none;
}

.purchase-page .line-product {
    margin: 0 20px;
    width: auto;
}

.purchase-page .sum-price {
    padding: 20px 0;
    border: 1px solid #e5e7ec;
    border-top: none;
    border-bottom: none;
}

/* .purchase-page .total-price {
    padding-top: 0;
    border: 1px solid #e5e7ec;
    border-top: none;
} */

.purchase-page .line-product {
    padding: 0;
    margin-top: 20px;
}

.purchase-page .text-danger {
    padding-left: 0;
}

.purchase-page #coupon-btn {
    position: relative;
    top: -2px;
}

.purchase-block {
    padding: 0 10px 30px;
    max-width: 1060px;
}

.purchase-cnt {
    width: 100%;
}

.purchase-new-cnt {
    width: 100%;
    margin-top: 30px;
}

.purchase-inner {
    width: 100%;
    position: relative;
    border: 1px #DDE1E6 solid;
}

.purchase-block .member-info-subttl {
    border: 1px #DDE1E6 solid;
    border-right: 0;
}

.purchase-inner .member-info-lft {
    padding: 0 20px 0 10px;
    width: 165px;
    margin: 0;
    display: table;
}

.purchase-inner .member-info-lft span {
    display: table-cell;
    height: 60px;
    font-size: 16px;
    vertical-align: middle;
}

.purchase-inner .member-info-rgt {
    position: relative;
    padding: 15px 20px 15px 30px;
    width: calc(100% - 165px);
    margin-bottom: 0;
    min-height: 60px;
}

.purchase-block .purchase-cnt .member-info-rgt.custom-radio {
    width: 100%;
}

.purchase-inner .member-info-rgt:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: #DDE1E6;
}

.purchase-inner .custom-radio label {
    width: 100%;
    height: auto;
    padding: 5px 10px 5px 50px;
    margin-top: 15px;
    font-size: 16px;
}

.purchase-inner.w-custom .custom-radio label {
    margin-left: 10px;
}

.purchase-inner .custom-radio label:first-child {
    margin-top: 0;
}

.member-info-desc {
    font-size: 14px;
    padding: 15px 0;
}

.member-info-desc p {
    margin-bottom: 0;
}

.purchase-block .member-info-inner:before {
    display: none;
}

.custom-info-inner {
    padding: 20px 0;
}

.custom-info-inner .member-info-block {
    padding: 0 20px;
}

.purchase-inner .member-info-rgt a {
    top: 0;
    left: 0;
    padding: 5px 10px;
}

.member-tooltip {
    position: absolute;
    width: 290px;
    background-color: #191919;
    font-size: 11px !important;
    border-radius: 5px;
    top: 0;
    right: 10px;
    color: var(--white);
    padding: 5px 5px 7px;
    z-index: 2;
    display: none;
    font-weight: normal;
}

.member-tooltip:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 7px;
    display: block;
    top: -6px;
    background: url(../images/icons/tooltip-icon.png) no-repeat top left;
}

.member-tooltip p {
    margin: 0;
}

.tooltip-1 {
    top: 50px;
}

.tooltip-1:before {
    right: 60px;
}

.tooltip-2 {
    top: 64px;
}

.tooltip-2:before {
    right: 92px;
}

.member-tooltip img {
    margin: 5px 0;
}

.member-tooltip span {
    height: auto !important;
    font-size: 11px !important;
}

.purchase-inner .w-400 {
    width: calc(100% - 80px);
}

.purchase-block .cart-inner {
    padding: 20px;
}

.purchase-block .fix-price {
    margin: 0;
}

.sum-price {
    padding-bottom: 20px;
}

/* .total-price {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
} */

.price-num {
    font-size: 24px;
}

.sum-price>div {
    padding: 5px 0;
}

@media screen and (max-width: 1200px) {
    .purchase-inner .coupon-input {
        width: 100%;
        display: block;
    }

    .coupon-btn {
        display: inline-block;
        margin-left: 10px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .member-info-table td {
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    .custom-info-inner .member-info-block {
        padding: 0;
    }

    .purchase-block .cart-inner {
        padding: 0;
    }

    .w-select-custom {
        width: 100% !important;
    }

    .purchase-inner .coupon-input {
        margin: 0 0 10px;
        width: 100%;
    }

    .member-info-rgt select {
        left: 0;
    }

    .information-info-block {
        padding-top: 20px !important;
    }

    .purchase-new-cnt {
        margin-top: 0;
    }

    .spin-new-icon {
        position: absolute;
        bottom: auto;
        right: 0;
        top: 35px;
    }

    .dashboard-inner {
        padding: 0;
    }

    .description-app-block {
        width: 24%;
    }

    .description-app-inner a {
        display: block;
        width: 100%;
    }

    /* .notice-label {
        margin: 0 20px;
    } */

    .notice-title li {
        position: relative;
    }

    .notice-link {
        padding-right: 15px;
    }

    /* .spin-icon {
        position: absolute;
        right: 0;
    } */

    .notice-new-list {
        padding: 0;
        margin-top: 0;
        width: 100%;
    }

    /* .notice-label {
        min-width: 105px;
    } */
}

.payment-number {
    padding-left: 50px !important;
}

@media screen and (max-width: 640px) {
    .purchase-inner .member-info-rgt {
        padding: 15px 5px;
        min-height: auto;
    }

    .purchase-block {
        padding: 20px 10px;
    }

    .custom-qty.product-options {
        padding: 45px 0 0 !important;
        position: relative;
        text-align: left !important;
    }

    /* .custom-price.fix-product-price {
        padding-top: 85px;
    }

    .product-title.custom-product {
        min-height: 180px;
        padding-bottom: 0;
    } */

    .custom-fprice {
        position: relative;
    }

    .custom-fprice:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: 1px;
        background: #ccc;
    }

    /* .fix-product-price {
        position: relative;
        top: 5px;
    } */

    .member-info-rgt span.custom-block {
        display: block !important;
    }

    .payment-number {
        padding-left: 0 !important;
    }
}

.confirm-product {
    color: blue;
    padding: 0 12px;
    padding: 46px 12px;
}

.line-child {
    width: 60%;
    height: 2px;
    background: #70707042;
    overflow: hidden;
    margin: 8px 0px 0px 50px;
}

.price-red {
    color: red;
}

.size-sum {
    font-size: 21px;
}

/* .change-member-entrys {
    display: block;
    width: 94%;
    max-width: 600px;
    border: 1px solid #0361ed;
    color: #0361ed;
}

.change-member-entrys:hover {
    color: white;
    background-color: #0361ed;
} */

.cover-mobile {
    display: none;
}

.type-product {
    display: none;
}

.one-option {
    display: none;
}

@media screen and (max-width: 767px) {
    /* .change-member-entrys {
        float: right;
        width: 50%;
        margin: 10px 0 30px 0;
    } */

    .breadcrum {
        display: none;
    }

    .cover-mobile {
        display: block;
        overflow: hidden;
        padding: 50px 0;
    }

    .line-product {
        width: 100%;
    }

    .purchase-block .fix-price {
        margin-top: 7px;
    }

    .line-child {
        margin: 8px 0px 0px 25px;
    }

    .ig-product .product-img {
        height: 161px;
        width: 161px;
        min-width: 161px;
    }

    .type-product {
        display: block;
        background: #bbbbbb9e;
        font-weight: 600;
        height: 50px;
        overflow: hidden;
    }

    .fix-product-prices {
        margin: 0;
        padding: 21px 0;
        display: none;
    }

    .one-option {
        display: block;
        margin: 6px 14px -24px 2px;
    }

    .type-product {
        padding: 10px !important;
    }

    /* .purchase-block {
        padding: 0;
    } */

    .Res__login--title {
        width: 332px;
    }

    .notice-title li {
        flex-direction: column;
        align-items: flex-start;
    }

    .notice-ttl {
        background-color: var(--bg-color-input);
        height: 50px;
        padding: 8px 14px;
    }

    .notice-title {
        padding: 16px;
    }

    .notice-label {
        margin: 10px 1em;
    }

    .dashboard-inner {
        padding: 0;
    }

    .newest-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .description__list,
    .inspection-app-block {
        display: none;
    }

    .notice-list {
        padding: 0 0 30px;
    }

    .newest-item-link {
        padding-right: 20px;
    }

    .newest-item-link a {
        margin: 0;
    }
}

.resize_note {
    /* margin-bottom: 23px; */
    height: 193px;
}

.fix_btn {
    padding: 0px 94px;
}

.fix__btn--form {
    margin-bottom: 150px;
}

.login-lbll {
    padding: 92px;
}

.fix__btn--title {
    margin-bottom: 150px;
}

.fix__login--title {
    display: none;
}

/* RESPONSIVE PAGE -  新規_仮登録  */

.fix__btn--title {
    margin-bottom: 100px;
}

/* PAGE NAME  検査申込み完了 */

.note__box--lie {
    background-color: #e6e7e9;
    width: 100%;
    border-bottom: 1px solid #a9acb1;
}

.note__box--title {
    padding: 12px 0 0 16px;
    box-sizing: border-box;
    color: #0000009c;
}

.note__box--pea {
    padding: 18px 16px 0;
    color: #00000073;
}

.note-btn {
    position: absolute;
    right: 20px;
    bottom: 25px;
}

.note__box--btn {
    height: auto;
}

.fix__notebox {
    position: relative;
    border: 1px solid #353D40;
    padding: 0;
    border-radius: 7px;
    overflow: hidden;
    margin: 0 20px
}

.note__resize {
    display: flex;
    justify-content: center;
    width: 100%;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .fix__notebox {
        width: 50% !important;
        margin: 0 20px 30px;
    }

    .fix__submit--title {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .note__resize {
        width: auto;
        justify-content: unset;
        padding: 0 30px;
    }

    .fix__notebox {
        margin: 0 0 30px;
    }

    .fix__submit--title {
        padding-top: 20px;
    }
}

.member-info-rgt input.input-sm {
    width: 100px;
    margin: 0;
}

.custom-height input {
    margin: 0;
}

.custom-required-field {
    padding-right: 17px;
    position: relative;
    top: -5px;
}

.purchase-inner.w-custom.id-block>div {
    min-height: 175px;
}

.custom-height {
    display: table;
}

.custom-height.member-info-rgt input {
    max-width: 250px;
}

.custom-height>span {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.custom-height .member-tooltip {
    right: -140px;
}

.custom-height .tooltip-1:before {
    right: 143px;
}

.custom-info .member-info-subttl {
    padding-top: 50px;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .purchase-inner.w-custom.id-block>div {
        min-height: 75px;
        float: left;
    }

    .navbar-nav li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .purchase-inner.w-custom.id-block>div {
        min-height: auto;
    }

    .purchase-inner .member-info-lft span {
        font-size: 14px;
    }

    .purchase-block .member-info-subttl {
        border-right: 1px solid #dde1e6;
        padding-bottom: 10px;
        font-size: 14px;
    }

    .purchase-block .member-info-subttl p {
        margin: 0;
    }

    .member-info-rgt span {
        font-size: 13px;
        padding: 5px 10px;
    }

    .member-info-rgt .spinner-new-level {
        padding: 0 10px;
    }

    .non-toolbar-layout .content-block {
        padding: 30px 15px;
    }

    .custom-pd {
        padding: 20px 10px;
    }

    .line-child {
        display: none;
    }

    .rm-fixprice .fix-price {
        padding-top: 0;
    }

    .rm-fixprice .fix-price:before {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .purchase-inner .member-info-lft span {
        height: 40px;
    }

    .member-info-rgt span {
        display: inline !important;
    }

    .member-info-rgt input {
        max-width: none;
        width: calc(50% - 20px) !important;
        font-size: 13px;
    }

    .member-info-rgt span span {
        padding: 0;
    }

    .purchase-block .member-info-subttl br {
        display: none;
    }

    /* .change-member-entrys {
        width: 100%;
    } */

    .custom-radio span {
        display: block !important;
    }

    .purchase-inner .custom-radio label {
        margin-bottom: 10px;
    }

    .align-items-center.auto_fill {
        display: block !important;
    }

    .member-info-rgt .auto_fill input {
        width: 100% !important;
        margin: 0;
    }

    .member-info-rgt.token-input input {
        width: 100% !important;
        margin: 0 !important;
    }

    .custom-btn {
        top: 0;
        margin-top: 5px;
    }

    .auto_fill button {
        margin-left: 0 !important;
        margin-top: 5px;
    }

    .custom-radio-1 .checkmark {
        top: 2px;
    }

    .custom-radio-1 .checkmark:after {
        top: 8px;
    }

    .member-info-table td {
        padding: 10px;
    }
}

@media screen and (max-width: 375px) {
    .page-step li {
        width: 85px;
        min-width: 85px;
        padding: 40px 0 10px;
    }

    .page-step li:after {
        left: 45px;
    }

    .tooltip-2:before {
        left: 155px;
    }

    .tooltip-2 img {
        max-width: 100%;
        height: auto;
    }

    .show-help:hover+.member-tooltip {
        display: block;
        right: 0;
        left: 0;
        width: auto;
    }

    header .page-common__btn ul {
        position: absolute;
        bottom: 0;
    }

    header .page-common__btn {
        width: 100%;
        padding-bottom: 109px;
    }

    .navbar-nav li {
        padding: 5px;
    }

    footer .page-common__btn {
        order: 2;
        padding-top: 5px;
        top: 40px;
    }

    footer .shop-icon {
        top: 0;
        right: 200px;
        bottom: inherit;
    }

    .page-copyright p {
        font-size: 12px;
    }

    .w-sm-105 {
        max-width: 105px !important;
    }

    .page-step li {
        font-size: 10px;
    }
}

.custom-btn {
    position: relative;
    top: -2px;
}

.form-desc {
    max-width: 650px;
    margin: 0 auto;
}

.w-30 {
    width: 30% !important;
}

.custom-td {
    width: 25%;
}

.custom-td img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.float-md-right {
    float: right !important
}

@media screen and (max-width: 375px) {
    .note-btn {
        position: relative;
        right: 0;
        bottom: 0;
    }

    .resize_note {
        height: auto;
        padding-bottom: 10px;
    }

    .note__btn {
        text-align: right;
    }

    .w-sm-95 {
        max-width: 95px !important;
    }
}

/*
.modal {
    background-color: rgba(0, 0, 0, 0.7);
}

.modal.show .modal-dialog {
    transform: translateY(50%) !important;
}

.modal-backdrop {
    display: none;
}

.modal-open:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
}
*/

.spinner-level {
    display: inline-block;
    width: 135px;
    height: 25px;
    vertical-align: -0.125em;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: center;
    padding: 3px 5px;
    color: white;
    font-size: 12px;
    overflow: hidden;
    line-clamp: 1;
    white-space: nowrap;
}

.spinner-lv-top {
    display: inline-block;
    min-width: 6em;
    border-radius: 12px;
    box-sizing: border-box;
    text-align: center;
    padding: 2px 1em;
    /* color: white;
    border: 1px #000000 solid; */
    font-size: 12px;
}

.spinner-level.bg-none,
.spinner-lv-top.bg-none {
    color: #000;
    border: 1px solid #000;
}

.spinner-lv-top.alert-danger {
    color: #ff3c4f;
}
.spinner-lv-top.alert-success {
    color: #42b76a;
}
.spinner-lv-top.alert-info {
    color: #027bff;
}

.spinner-new-level {
    width: 135px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: 15px;
    vertical-align: -0.125em;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 3px;
    color: white;
    /* border: 1px #000000 solid; */
    float: right !important;
    font-size: 12px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 1;
    white-space: nowrap;
}

.news-spinner-cnt {
    padding-right: 220px !important;
}

.spinner-new-level.bg-none {
    color: #000;
    border: 1px solid #000;
}

.countItemCart {
    position: absolute;
    font-size: 10px;
    top: -2px;
    right: -5px;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 3px;
}

.w-2 {
    width: 2% !important;
}

.w-10 {
    width: 45% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-29 {
    width: 29% !important;
}

.w-27 {
    width: 27% !important;
}

.w-30 {
    width: 30% !important;
}

.w-33 {
    width: 33% !important;
}

.w-35 {
    width: 35% !important;
}

.w-45 {
    width: 45% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90% !important;
}

.w-birthdate-y {
    width: 35% !important;
}

.w-birthdate-m,
.w-birthdate-d {
    width: 26% !important;
}

.border-secondary-2 {
    border-color: #dee2e6 !important;
}

.max-w750-d-block {
    display: none !important;
}

.display-block {
    display: block;
}

.light-blue {
    color: #007BFF;
}

.dark {
    color: #343A40;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-80 {
    width: 80% !important;
}

.member-info-cnt.change {
    width: 100% !important;
}

select {
    /* -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important; */
    min-width: 65px;
}

.table {
    margin-bottom: 0 !important;
}

.question:after {
    display: inline-block;
    content: '?';
    border-radius: 50%;
    border: 2px solid #6c757d;
    color: #6c757d;
    font-weight: bold;
    width: 19px;
    height: 19px;
    position: absolute;
    margin-top: 4px;
    margin-left: 4px;
    padding: 0 4px;
    font-size: 12px;
}

.show_danger {
    margin-left: 25px;
}

.show_danger:before {
    display: inline-block;
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    margin-top: 7px;
    margin-left: -20px;
    font-size: 12px;
    background: url(./../images/show_danger.png) no-repeat;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-20 {
    font-size: 20px;
}

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

.font-size-16 {
    font-size: 16px;
}

.order .member-info_ttl span {
    position: unset !important;
}

.item .item-footer .btn {
    width: 40%;
    min-width: 250px;
    padding: 10px 0;
}

.table.table-td-valign-middle td {
    vertical-align: middle;
}

.footer {
    width: 90%;
    max-width: 850px;
    margin: 40px auto;
}

/*********************************/
.btn-back {
    width: 210px;
}

@media (min-width: 991px) {
    .table td {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    .item-title-border {
        border-bottom: none !important;
    }

    .member-info-inner {
        margin-top: 1rem;
    }

    .item-detail {
        padding-top: 6px;
    }

    .ig-product {
        margin: 0;
        overflow: hidden;
        width: 100%;
        padding: 0;
    }

    /* .product-title {
        flex-direction: column;
        padding-bottom: 95px;
        position: relative;
    } */

    .fix-product-namess {
        margin: 26px -268px -8px 0px;
        padding: 0;
    }

    .fix-price span {
        display: block;
    }

    .fix-product-names {
        margin: -35px 85px 0 0px;
        height: 98px;
        padding: 0;
    }

    .fix-color {
        display: block;
        text-align: right;
    }

    .fix-product-price {
        margin: 0;
        padding: 21px 0;
    }

    .fix-product-price span {
        display: block;
    }

    .product-options {
        position: absolute;
        right: 0;
        top: 45px;
        width: 110px;
    }

    .list-product {
        width: 40px !important;
        margin: 0px 0 0px 40px !important;
    }

    .select-button {
        margin: 10px 0px 0 0;
    }

    .detail-product-title {
        display: none;
    }

    .line-product {
        width: 80%;
    }

    .ig-product .product-img {
        height: auto;
        width: 90px;
        min-width: 90px;
        min-height: auto;
    }

    /* .fix-product-name {
        margin: 0;
        padding: 0 0 0 10px;
    } */

    .content-block {
        width: 100%;
    }

    /* .product-title {
        align-items: flex-start;
        min-height: 210px;
    } */

    .fix-product-price.unit-price {
        margin: 0;
        padding: 0;
    }

    .product-options {
        position: absolute;
        width: 70px;
        right: 0;
        top: 0;
        padding-top: 85px;
        padding-right: 0;
        z-index: 2;
    }

    .update-price {
        position: absolute;
        width: 100%;
        text-align: right;
        right: 0;
        top: 0;
        padding-top: 120px;
        padding-right: 0 !important;
    }

    .fix-product-price span {
        display: inline;
    }

    .fix-price {
        position: relative;
        margin-top: 0;
        padding-top: 20px;
    }

    .fix-price:before {
        content: '';
        display: block;
        position: absolute;
        width: 130px;
        height: 1px;
        border: 1px dashed #B0B6BA;
        top: 12px;
        right: 0;
    }

    .member-info-subttl {
        width: 100%;
        padding: 10px 10px 0;
        border-bottom: 1px solid var(--gray);
    }

    .border-md-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }

    .custom-mail {
        position: relative;
        top: 5px;
    }

    .purchase-inner .member-info-rgt:before {
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
    }

    .purchase-inner .member-info-rgt.custom-border:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 0;
        background: #DDE1E6;
    }

    .purchase-inner .member-info-lft,
    .purchase-inner.w-custom .member-info-lft,
    .purchase-inner .member-info-rgt,
    .purchase-inner.w-custom .member-info-rgt {
        width: 100%;
    }

    .purchase-inner .member-info-rgt {
        border-bottom: 1px solid #DDE1E6;
    }

    .purchase-inner .member-info-rgt:last-child {
        border-bottom: none;
    }

    .purchase-inner .coupon-input {
        margin-left: 10px;
    }

    .show-help:hover+.member-tooltip {
        display: block;
        right: auto;
        left: 10px;
    }

    .tooltip-1:before {
        right: auto;
        left: 77px;
    }

    .tooltip-2 {
        top: 50px;
    }

    .tooltip-2:before {
        right: auto;
        left: 185px;
    }

    .purchase-block {
        padding: 20px;
        max-width: 1060px;
    }

    /* .purchase-block .product-title li:nth-child(4) {
        right: 0;
    } */

    .purchase-block .fix-price {
        margin-top: 17px;
    }

    /* .purchase-block .change-member-entry {
        margin-top: 20px;
    } */

    .sp-column .label-diagnostics,
    .sp-column .label-reservation,
    .sp-column .label-subscription {
        margin-bottom: 10px;
    }

    .sp-column {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .custom-td {
        width: 120px;
    }

    .custom-td img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .newest-item-date {
        display: block;
    }

    .item-footer .btn-primary {
        min-height: 44px;
        border-radius: 4px;
    }

    .dashboard-ttl h2 {
        font-size: 28px;
        line-height: 1.4;
    }

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

    .w-sm-100.custom-radio label {
        width: 100% !important;
        margin: 0 0 10px !important;
    }

    .w-sm-100.custom-radio label:last-child {
        margin: 0 !important;
    }

    .no-l-border {
        border: 1px #DDE1E6 solid !important;
    }

    .note__resize {
        padding: 0;
    }

    .fs-sm-13 {
        font-size: 13px !important;
    }

    .fs-sm-12 {
        font-size: 12px !important;
    }

    #card-number-element,
    #card-expiry-element,
    #card-cvc-element {
        margin-left: 0 !important;
    }

    #card-expiry-element {
        width: 100px !important;
    }

    .sum-price-title {
        font-size: 14px;
    }

    .sum-price-prices {
        font-size: 18px;
    }

    /* .total-price {
        font-size: 16px;
    } */

    .fs-sm-16 {
        font-size: 16px !important;
    }

    .fs-sm-18 {
        font-size: 18px !important;
    }

    .auto_fill #postcode1,
    .auto_fill #postcode2 {
        width: calc(50% - 25px);
        display: inline-block;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .p-sm-12 {
        padding: 0 12px !important;
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .py-sm-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-5 {
        padding-top: 5px !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-15 {
        padding-bottom: 15px !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-10 {
        margin-top: 10px !important;
    }

    .mt-sm-0 {
        margin-top: 0px !important;
    }

    .mt-sm-15 {
        margin-top: 15px !important;
    }

    .float-sm-right {
        float: right;
        width: 100px !important;
    }

    .py-sm-30 {
        padding: 30px 0;
    }

    .pr-sm-10 {
        padding-right: 10px !important;
    }

    .pb-sm-10 {
        padding-bottom: 10px !important;
    }

    .mr-sm-0 {
        margin-right: 0 !important;
    }

    .pl-sm-17 {
        padding-left: 17px !important;
    }

    .pr-sm-10 {
        padding-right: 10px !important;
    }

    .mb-sm-10 {
        margin-bottom: 10px;
    }

    .mb-sm-20 {
        margin-bottom: 20px;
    }

    .m-sm-24 {
        margin: 0 -24px;
    }

    .member-info-rgt input.w-sm-100,
    .w-sm-100 {
        width: 100% !important;
    }

    #card-number-element,
    #card-cvc-element {
        width: 100% !important;
    }

    .order-sp-1 {
        order: 1;
    }

    .order-sp-2 {
        order: 2;
    }

    .order-sp-3 {
        order: 3;
    }

    .mh-sm-60 {
        padding: 5px 5px 5px 10px !important;
    }

    .mh-sm-33 {
        min-height: 33px;
    }

    .fw-sm-bold {
        font-weight: bold;
    }

    .auto_fill .tel,
    .member-info-rgt .auto_fill .tel,
    .member-info-table td .auto_fill .tel {
        width: 26% !important;
        display: inline-block;
    }

    .div-icon .n {
        position: relative;
        top: 7px;
    }

    .text-sm-bold {
        font-weight: bold;
    }

    .member-info-rgt span.no-sm-padding,
    .no-sm-padding {
        padding: 0 !important;
    }

    .dob-select select {
        width: 50px !important;
        margin-right: 0 !important;
        min-width: 50px;
    }

    .border-table tr {
        border-bottom: 1px solid #ccc !important;
    }

    .border-table td {
        padding-bottom: 20px;
    }

    .sm-no-shadow {
        box-shadow: none;
    }

    .custom-sm-border {
        border: 1px solid #ccc;
    }

    .float-md-right {
        float: none !important
    }

    .member-info-desc {
        font-size: 12px !important;
        padding: 10px 0 0 !important;
    }

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

    .news-spinner-cnt {
        padding-right: 0 !important;
        padding-bottom: 35px !important;
    }

    .news-spinner-cnt span {
        display: block !important;
    }

    .spinner-new-level {
        top: auto;
        right: auto;
        left: 10px;
        bottom: 10px;
    }
}

@media (max-width: 465px) {
    .max-w760-d-w-100 {
        display: none !important;
    }

    .btn-back {
        width: 100%;
    }
}

@media (min-width: 350px) {
    .text-sm-start {
        text-align: left !important;
    }

    .font-size-24 {
        font-size: 20px !important;
    }

    .font-size-16 {
        font-size: 14px !important;
    }

    .min-w350-w-100 {
        width: 100% !important;
    }
}

.form-control {
    display: inline-block !important;
}

.tooltip2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.tooltip2.address_tooltip {
    -webkit-line-clamp: 2;
}

.title-detail {
    margin-left: 70px;
}

.member-info-rgt.custom-radio .checkmark {
    cursor: pointer;
}

.display-block {
    display: block;
}

.light-blue {
    color: #007BFF;
}

.dark {
    color: #343A40;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-80 {
    width: 80% !important;
}

select {
    /* -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important; */
    min-width: 65px;
}

.table {
    margin-bottom: 0 !important;
}

.question:after {
    display: inline-block;
    content: '?';
    border-radius: 50%;
    border: 2px solid #6c757d;
    color: #6c757d;
    font-weight: bold;
    width: 19px;
    height: 19px;
    position: absolute;
    margin-top: 4px;
    margin-left: 4px;
    padding: 0 4px;
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-20 {
    font-size: 20px;
}

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

.font-size-16 {
    font-size: 16px;
}

.order .member-info_ttl span {
    position: unset !important;
}

.item .item-footer {
    width: 100%;
    max-width: 850px;
    margin: 20px auto;
    text-align: right;
}

.item .item-footer .btn {
    width: 40%;
    min-width: 250px;
    padding: 10px 0;
}

/* .label-reservation {
    background-color: #6C757D;
    padding: 3px 10px;
    color: #ffffff;
    font-weight: bold;
    width: auto !important;
}

.label-diagnostics {
    background-color: #6C757D;
    padding: 3px 10px;
    color: #ffffff;
    font-weight: bold;
    width: auto !important;
} */

.table.table-td-valign-middle td {
    vertical-align: middle;
}

.date-picker-slash {
    /* background: url(../../images/date_time_icon.png) no-repeat;
    background-position-x: 90%;
    background-position-y: center; */
    background-image: url(../../images/date_time_icon.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.footer {
    width: 90%;
    max-width: 850px;
    margin: 40px auto;
}

@media screen and (min-width: 991px) {
    .pc_none {
        display: none;
    }
}

@media screen and (max-width: 1024px) and (min-width: 991px) {
    .footer {
        width: 100%;
    }

    .member-info-subttl {
        width: 160px;
        padding: 90px 7px 20px 10px;
    }

    .purchase-inner .member-info-lft {
        width: 130px;
    }

    .purchase-inner .member-info-rgt {
        padding: 15px 10px;
        width: calc(100% - 130px);
    }

    .w-md-120 {
        max-width: 120px !important;
    }

    .member-info-rgt input {
        margin: 0;
    }

    #send-code-btn {
        min-width: 70px !important;
        /*margin-left: 10px;*/
    }

    #confirm-btn {
        margin-top: 10px;
    }

    .token-input #confirm-btn {
        margin-top: 0;
    }

    .purchase-inner.w-custom .member-info-lft {
        width: 180px;
    }

    /* .change-member-entrys {
        width: 90%;
    } */

    .member-info-rgt span {
        padding: 0;
    }

    .purchase-inner.w-custom .member-info-rgt {
        width: calc(100% - 230px);
    }

    .message-error-token {
        font-size: 14px;
    }

    .member-info-desc {
        font-size: 16px !important;
    }

    .member-info-rgt input {
        max-width: 285px;
    }

    .member-info-rgt span.n {
        position: relative;
        top: 5px;
        right: -5px;
    }
}

.btn-outline-primary {
    color: #007BFF;
    border-color: #007BFF;
}

/*********************************/

.subcription .container button {
    /* border-color: #007BFF;
    color: #007BFF; */
    font-size: 14px;
    font-weight: bold;
}

.btn-back {
    width: 210px;
}

.border-bottom {
    border-bottom: 2px solid transparent;
}

@media (max-width: 767px) {
    .subscription-border .border-bottom {
        border-bottom: none !important;
    }

    .max-w750-d-block {
        display: block !important;
    }

    .item-footer {
        width: 100% !important;
    }

    .item .item-footer .btn {
        width: 30% !important;
        min-width: 150px;
    }

    .font-weigh-bold {
        font-weight: bold;
    }

    .footer {
        width: 100%;
    }

    .title-item {
        font-weight: 600;
        padding-bottom: 6px;
    }

    .max-991px-w-100 {
        width: 100% !important;
    }

    .max-991px-d-none {
        display: none !important;
    }

    .max-991px-d-block {
        display: block !important;
    }

    .border {
        border: 1px solid #dee2e6 !important;
    }

    .border-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }

    .no-sm-border {
        border: none !important;
    }

    .mt-sm-30 {
        margin-top: 30px !important;
    }

    .border-t-sm {
        border-top: 1px solid #dee2e6 !important;
    }

    .custom-info .member-info-subttl {
        padding-top: 10px;
        border-right: 1px solid #dde1e6;
    }
}

@media (max-width: 465px) {
    .max-w760-d-w-100 {
        display: none !important;
    }
}

@media (min-width: 350px) {
    .text-sm-start {
        text-align: left !important;
    }

    .font-size-24 {
        font-size: 20px !important;
    }

    .font-size-20 {
        font-size: 18px !important;
        line-height: 1;
    }

    .font-size-16 {
        font-size: 14px !important;
    }

    .min-w350-w-100 {
        width: 100% !important;
    }
}

/* .label-diagnostics,
.label-subscription,
.label-reservation {
    background-color: #28A745;
    padding: 3px 10px;
    border-radius: 11px;
    color: #ffffff;
    font-weight: bold;
    width: auto !important;
    word-break: keep-all;
}

.label-reservation {
    background-color: #6C757D;
} */

.form-control {
    display: inline-block !important;
}

.member-info-cnt a,
.member-info-cnt button {
    font-size: 16px;
}

.member-info_ttl td {
    vertical-align: middle;
}

.sub.tooltip2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.sub.tooltip2.address_tooltip {
    -webkit-line-clamp: 2;
}

@media only screen and (min-device-width: 991px) and (max-device-width: 1024px) {
    .line-child {
        margin: 8px 0px 0px 39px;
    }

    .member-info-cnt a,
    .member-info-cnt button {
        font-size: 14px;
    }

    .pr-md-15 {
        padding-right: 15px !important;
    }

    .fs-md-16 {
        font-size: 16px !important;
    }

    .inspection-app-block {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .member-info_ttl h2 {
        font-size: 24px !important;
        margin-bottom: 0;
    }

    .inspection-app-block {
        display: none;
    }

    .left-menu-inner>ul>li>a {
        display: block;
        background-color: #DDE1E6 !important;
        padding: 5px 30px;
    }

    .left-menu-inner>ul>li>a {
        background-position: 30px center !important;
        padding-left: 55px !important;
    }

    .left-menu-inner ul.sub-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .left-menu-inner>ul>li:first-child {
        display: none;
    }

    .left-menu-inner>ul>li {
        margin-bottom: 0;
    }

    .left-menu-inner>ul>li:last-child {
        margin: 0;
    }

    .left-menu-inner>ul {
        padding: 0;
        margin: 30px 0 0;
    }

    .left-menu {
        width: auto;
        margin: 0 -10px;
    }
}

.display-block {
    display: block;
}

.light-blue {
    color: #007BFF;
}

.dark {
    color: #343A40;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-80 {
    width: 80% !important;
}

.questtion:after {
    display: inline-block;
    content: '?';
    border-radius: 50%;
    border: 2px solid #6c757d;
    color: #6c757d;
    font-weight: bold;
    width: 19px;
    height: 19px;
    position: absolute;
    margin-top: 4px;
    margin-left: 4px;
    padding: 0 4px;
    font-size: 12px;
}

.show_danger {
    margin-left: 25px;
}

.show_danger:before {
    display: inline-block;
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    margin-top: 7px;
    margin-left: -22px;
    font-size: 12px;
    background: url(./../../images/show_danger.png) no-repeat;
    background-size: 19px 19px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-20 {
    font-size: 19px;
}

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

.font-size-16 {
    font-size: 16px;
}

.order .member-info_ttl span {
    position: unset !important;
}

.item-title-border {
    border-bottom: 3px solid #DEE2E6;
}

.item-title-border:last-child {
    border: none;
}

.item .item-footer .btn {
    width: 40%;
    min-width: 250px;
    padding: 10px 0;
}

.label-subscription {
    background-color: var(--green);
    font-size: 12px !important;
    width: 80px;
    padding: 3px 10px;
    border: 1px solid transparent;
    text-align: center !important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.5rem;
    color: #ffffff;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.order-list .label-subscription {
    background-color: #0d6efd;
}

/* .label-reservation {
    background-color: #6C757D;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 8px;
    color: #ffffff;
    font-weight: bold;
    width: auto !important;
    text-align: center !important;
} */
.label-reservation {
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity));
    --bs-text-opacity: 1;
}

.label-diagnostics {
    background-color: #6C757D;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 8px;
    color: #ffffff;
    font-weight: bold;
    width: auto !important;
    text-align: center !important;
}

.table.table-td-valign-middle td {
    vertical-align: middle;
}

.date-time-picker-from {
    background: url(./../images/eye_password.png) no-repeat;
    background-position-x: right;
}

.table td {
    vertical-align: middle;
}

/*********************************/

.subcription .container button {
    /* border-color: #007BFF;
    color: #007BFF; */
    font-size: 14px;
    font-weight: bold;
}

.float-md-right {
    float: right !important;
}

@media only screen and (max-width: 465px) {
    .max-w760-d-w-100 {
        display: none !important;
    }
}

@media only screen and (min-width: 350px) {
    .text-sm-start {
        text-align: left !important;
    }

    /* .font-size-24 {
        font-size: 20px !important;
    }

    .font-size-20 {
        font-size: 18px !important;
        line-height: 1;
    }

    .font-size-16 {
        font-size: 14px !important;
    } */

    .min-w350-w-100 {
        width: 100%;
    }
}

.container_cus {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 10px;
    padding-bottom: 1px;
}

#header_cus {
    max-width: 100%;
    background-color: #fff;
    position: relative;
    font-weight: bold;
}

#header_cus a {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #212529;
}

#header_cus .close-btn {
    right: 0;
}

#header_cus p {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 30px;
    padding: 20px 0;
    margin: 0;
}

.backgr-grey {
    max-width: 100%;
    background-color: #f6f6fc;
    padding: 40px 10px;
    margin-bottom: 50px;
}

/* css content review */

.content__review {
    background-color: #6a9cdf;
}

.top-info {
    font-weight: bold;
    font-size: 22px;
}

.risk-info {
    color: #6a9cdf;
}

.risk-value {
    font-size: 40px;
}

.risk-score {
    padding-left: 10px;
    margin-left: 10px;
    font-size: 40px;
    position: relative;
}

.risk-score:after {
    content: '';
    position: absolute;
    left: 0;
    width: 2px;
    height: 30px;
    background: #ccc;
    top: 18px;
}

.data-select {
    font-weight: bold;
    font-size: 22px;
}

.data-select span {
    display: inline-block;
}

.data-select select {
    width: 150px;
    border: none;
    font-weight: bold;
    font-size: 22px;
}

.note-cnt {
    background-color: #2a83f7;
    border-radius: 15px;
    padding: 40px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.note-cnt p {
    margin: 0;
}

.box-shadow {
    border-radius: 15px;
    padding: 40px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    margin-bottom: 40px;
}

.box-shadow .color-grey {
    color: grey;
}

.chart-canvas {
    width: 100%;
    height: 760px;
}

/* css content review */

.content__review {

    border-radius: 15px;
    /* height: 1000px; */
    padding: 80px 40px 40px 40px;
    text-align: center;
}

.content-review-positive {
    background-color: #6a9cdf;
}

.content-review-negative {
    background-color: #F4B63F;
}

.content__review label {
    padding: 10px 20px;
    border-radius: 15px;
    background-color: #fff;
    /* margin: 0 auto; */
    color: #6a9cdf;
    font-size: 30px;
}

.content-review-positive label {
    color: #6a9cdf;
}

.content-review-negative label {
    color: #F4B63F;
}

.content__review>p:nth-child(2) {
    font-size: 80px;
    color: #fff;
    font-weight: bold;
    margin-top: 70px;
}

.content__review>p:nth-child(3) {
    font-size: 30px;
    color: #fff;
    line-height: 2;
    margin-top: 50px;
    letter-spacing: 1px;
}

.content__review-Detail {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 40px;
    margin-top: 20px;
}

.content__review-Detail p:first-child {
    font-size: 25px;
    padding-bottom: 15px;
}

.negative {
    color: #F4B63F;
}

.positive {
    color: #6a9cdf;
}

.content__review-Detail p:nth-child(2) {
    color: #000;
    font-size: 25px;
    line-height: 1.5;
    text-align: justify;
}

/* css content-2 */
.content__2 {
    background-color: rgba(245, 245, 245, 0.7);
    border-radius: 15px;
    padding: 80px 40px 40px 40px;
    margin-top: 40px;
}

.content__2>p:first-child {
    font-size: 30px;
    color: gray;
}

.content__2>p:nth-child(2) {
    padding: 20px 0;
    font-size: 22px;
    color: gray;
}

.content__2 table {
    width: 100%;
    text-align: center;
}

.content__2 table tr {
    /* display: flex; */
    justify-content: space-between;
    font-size: 22px;
    border-bottom: 1px solid #f6f6fc;
}

.content__2 table tr:last-child {
    border-bottom: none;
}

.content__2 table tr:first-child>th {
    padding: 40px 0;
}

.content__2 table tr:first-child>th>span {
    background-color: #ccc;
    border-radius: 15px;
    padding: 10px 50px;
    font-weight: bold;
}

.content__2 table tr>td {
    color: #000;
    /* padding: 20px 0; */
    position: relative;
}

.content__2 table tr>td:nth-child(3) a {
    display: block;
    padding: 20px 0;
    color: #6a9cdf;
}

.content__2 table tr>td span {
    font-weight: bold;
}

.content__2 .fa-angle-right {
    color: gray;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* css content 3 */
.content__3 {
    background-color: #2a83f7;
    border-radius: 15px;
    padding: 80px 40px 40px 40px;
    margin-top: 40px;
}

.content__3 .content__3-title {
    display: flex;
}

.content__3 .circle {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}

.content__3 .fa-calculator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
}

.content__3 .title-text {
    margin-left: 30px;
}

.content__3 .title-text p {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
}

.content__3>ul {
    background-color: #6a9cdf;
    border-radius: 15px;
    padding: 40px 20px;
    margin-top: 30px;
    color: #fff;
    list-style: none;
}

.content__3>ul>li {
    padding: 15px 0;
}

.content__3>ul>li i {
    font-size: 20px;
}

.content__3>ul>li span {
    font-size: 22px;
}

.content__3 .btn_cus {
    display: block;
    margin-top: 20px;
    width: 100%;
    border-radius: 40px;
    border: none;
    padding: 20px 0;
    font-size: 22px;
    color: #2a83f7;
    cursor: pointer;
    transition: 0.3s;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
}

.content__3 .btn_cus:hover {
    opacity: 0.6;

}

/* css content 4 */
.content__4 {
    background-color: rgba(245, 245, 245, 0.7);
    border-radius: 15px;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.content__4 p:first-child {
    color: gray;
    font-size: 30px;
    line-height: 1.5;
}

.content__4 p:nth-child(2) {
    font-size: 22px;
    color: #000;
    padding: 20px 0;
    line-height: 1.5;
    text-align: justify;
}

.content__4 p:nth-child(3) {
    font-size: 18px;
    color: gray;
    line-height: 1.5;
    text-align: justify;
}

@media screen and (max-width: 664px) {
    .content__2 table tr:first-child>th>span {
        padding: 10px;
    }
}

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


    .top-info,
    .data-select {
        font-size: 16px;
    }

    .note-cnt,
    .box-shadow {
        padding: 20px;
        font-size: 16px;
    }

    #header_cus .close-btn {
        font-size: 16px;
    }
}

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


    #header_cus p {
        font-size: 18px;
    }

    .content__review label {
        font-size: 18px;
    }

    .content__review>p:nth-child(2) {
        font-size: 30px;
        margin-top: 50px;
    }

    .content__review>p:nth-child(3) {
        font-size: 18px;
        margin-top: 20px;
    }

    .content__review,
    .content__2,
    .content__3,
    .content__4 {
        padding: 40px 20px 20px 20px;
    }

    .content__review>p:nth-child(2) {
        margin-top: 40px;
    }

    .content__review>p:nth-child(3) {
        font-size: 16px;
    }

    .content__review-Detail {
        padding: 20px;
    }

    .content__review-Detail p:first-child {
        font-size: 16px;
    }

    .content__review-Detail p:nth-child(2) {
        font-size: 16px;
    }

    .content__2>p:first-child {
        font-size: 18px;
    }

    .content__2>p:nth-child(2) {
        font-size: 16px;
    }

    .content__2 table tr:first-child>th {
        padding: 20px 0;
    }

    .content__3 .circle {
        width: 80px;
        height: 80px;
    }

    .content__3 .fa-calculator {
        font-size: 30px;
    }

    .content__3 .title-text {
        margin-left: 20px;
    }

    .content__3 .title-text p {
        font-size: 16px;
        line-height: 40px;
    }

    .content__2 table tr:first-child>th>span {
        font-size: 16px;
    }

    .content__2 table tr>td span {
        font-size: 16px;
    }

    .content__3>ul {
        padding: 20px;
        margin-top: 20px;
    }

    .content__3>ul>li {
        padding: 10px 0;
    }

    .content__3>ul>li i {
        font-size: 10px;
    }

    .content__3>ul>li span {
        font-size: 16px;
    }

    .content__3 .btn_cus {
        font-size: 16px;
        padding: 10px 0;
    }

    .content__4 p:first-child {
        font-size: 18px;
    }

    .content__4 p:nth-child(2),
    .content__4 p:nth-child(3) {
        font-size: 16px;
    }

    .content__4 p:nth-child(2) {
        padding: 10px 0;
    }
}

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

    .content__3 .title-text {
        margin-left: 10px;
    }

    .content__3 .title-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .content__3 .btn_cus {
        font-size: 14px;
    }

    .content__3 .circle {
        width: 60px;
        height: 60px;
    }

    .content__3 .title-text p {
        font-size: 14px;
        line-height: 14px;
    }
}

@media screen and (max-width: 991px) and (min-width: 641px) {
    .main-wrapper {
        position: relative;
    }

    .logo {
        width: 100%;
    }
}

.back-top-btn {
    position: fixed;
    width: 40px !important;
    height: 40px !important;
    color: #ffffff;
    background: var(--black);
    text-align: center;
    bottom: 1%;
    right: 1%;
    z-index: 9999;
    display: flex;
    align-items: center;
}

a.back-top-btn .fa-arrow-up {
    color: #ffffff !important;
}

.back-top-btn:hover {
    color: #ffffff;
    background: var(--black-hover);
}

.fa {
    top: 10px;
    user-select: none;
    cursor: pointer;
    position: absolute;
    right: 25px;
}

.banner-top-header {
    position: absolute;
    color: white;
    top: 0;
    box-sizing: border-box;
    padding: 3px 10px;
    background-color: #FF9300;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

input.form-control::-webkit-input-placeholder{
    color: lightgrey;
}

input.form-control:read-only::-webkit-input-placeholder{
    color: var(--bs-body-color);
}

.error {
    font-size: 14px;
}

.z-index-eye {
    /* width: 60px; */
    height: calc(2.5rem - 2px) !important;
    background-color: white;
    position: absolute;
    top: 5px;
    right: 1px;
    border: none;
}
.txt-padding-password {
    padding-right: 60px !important;
}

/* .password {
    width: 90% !important;
    border: none !important;
    height: 35px !important;
    box-shadow: none !important;
}
.password.password-login {
    width: 85% !important;
    height: calc(3.5rem + 2px) !important;
} */

input:-webkit-autofill,
  input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

.w-pw {
    width: 50%;
}
.w-pw-60 {
    width: 60%;
}
.z-index-eye {
    top: 0px !important;
}
@media only screen and (max-width: 375px) {
    .z-index-eye {
        width: 40px;
        height: 30px !important;
    }
}

@media only screen and (max-width: 445px) {
    .btn-group-not-border > a:first-child, .btn-group-not-border > a:last-child {
        border-radius: 0 !important;
    }
    .btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
        margin-left: 0px;
    }
}

.news-spinner-cnt > img {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.d-inline-block > img {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.handle-wrapper {
    overflow: hidden;
}

.handle-wrapper iframe {
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

@media (min-width: 350px) {
    [pagination] {
        font-size: 9px;
    }
}

@media (min-width: 500px) {
    [pagination] {
        font-size: 12pt;
    }
}

.button-product-detail {
    margin-top: 10px;
    width: 100%;
}

.products-item-category::after {
    margin: 0 0.5em;
    content: '/';
}
.products-item-category:last-child::after {
    content: none;
}

input#new_address:checked + .bd-order-confirm-address-new {
    border: 1.5px solid #2177fc;
}

input#new_credit:checked + .bd-order-confirm-credit-new {
    border: 1.5px solid #2177fc;
}

.bd-order-confirm-address label:hover{
    cursor: pointer;
}

.bd-mypage-inspection-top-inner.--clickable {
    cursor: pointer;
}

@media (min-width: 992px) {
    .bd-mypage-inspection-top-inner {
        justify-content: space-evenly;
    }

    .bd-mypage-inspection-box .bd-mypage-inspection-top-inner img {
        width: auto;
        margin-right: 0;
    }

    .bd-mypage-inspection-box .bd-mypage-inspection-top-box {
        margin-right: 0;
    }
}

button.text-primary-link,
input.bd-mypage-diagnostics-change {
    border: none;
    background: none;
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

button.text-primary-link:hover {
    background: none;
    color: rgba(var(--bs-link-hover-color-rgb), var(--bs-link-opacity, 1));
}

.detail-product-title {
    margin-left: 0 !important;
    margin-bottom: 1rem;
}
.product-title {
    width: 100%;
}

button:not(:disabled).bd-c-postcode-button,
button:not(:disabled).bd-mypage-diagnostic-button {
    background-color: #2077fc;
}

button:not(:disabled).bd-c-postcode-button:hover,
button:not(:disabled).bd-mypage-diagnostic-button:hover {
    background-color: #418bfc;
}

.bd-c-postcode-button:disabled,
.form-control.bd-mypage-diagnostic-button:disabled {
    background-color: #59aaff;
}

.bd-drawer-inner .bd-mypage-sidebar {
    position: static;
}

.accordion .bd-order-confirm-address-new {
    cursor: pointer;
    border: 1px solid #e0e0e0;
    padding: 16px 56px;
    width: 260px;
}

.accordion .bd-order-confirm-address-new::after {
    position: absolute;
    top: 16px;
    right: 28px;
}

.accordion .bd-order-confirm-credit-new {
    cursor: pointer;
    border: 1px solid #e0e0e0;
    padding: 16px 56px;
    width: 300px;
}

.accordion .bd-order-confirm-credit-new::after {
    position: absolute;
    top: 16px;
    right: 28px;
}

.bd-order-complete-number a{
    cursor: pointer;
}

.bd-mypage-sidebar {
    overflow-y: auto;
}

.bd-mypage-sidebar-menu-list {
    padding-left: 0;
}

/* 規約 */
.bd-info-law-text h1 {
    font-size: 15px;
    text-align: center;
    margin-top: 12px;
    border-bottom: 1px solid #f4f6f9;
    padding-bottom: 30px;
    margin-bottom: 24px;
    font-weight: 700;
}
@media (min-width: 992px) {
    .bd-info-law-text h1 {
        font-size: 24px;
        padding-bottom: 41px;
        margin-bottom: 41px;
    }
}

.bd-info-law-text h2 {
    margin-top: 30px;
    font-size: 16px;
}
@media (min-width: 992px) {
    .bd-info-law-text h2 {
        font-size: 20px;
    }
}

.bd-info-law-text li {
    margin: 0.5em 0;
}

/* スタイル調整 */
.bd-mypage-button__text span {
    width: 15px;
    height: 15px;
    line-height: 15px;
    padding: 0 !important;
    border: none !important;
    font-weight: bold !important;
    display: inline-block;
}

.bd-mypage-diagnostics-result__select-button label {
    cursor: pointer;
}

.bd-mypage-diagnostics-result__select-button-list input:checked + .bd-mypage-diagnostics-result__select-button.isInModal {
    border-color: #2177fc;
}

/* お知らせラベルを追加 */
.bd-news-info__top__second {
    color: #027bff;
    background-color: #f2f8fe;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
}
@media (min-width: 992px) {
    .bd-news-info__top__second {
        font-size: 12px;
    }
}
.bd-news-info__top__third {
    color: #0c1a34;
    background-color: #f8f9fa;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
}
@media (min-width: 992px) {
    .bd-news-info__top__third {
        font-size: 12px;
    }
}
