@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");

@font-face {
    font-family: "YuGothicStdN";
    src: url("../font/YuGothicStdN/YuGoStdN-E.otf");
}

@font-face {
    font-family: "YuGothicPr6N";
    src: url("../font/YuGothicPr6N/YuGoPr6N-B.otf");
    font-weight: 700;
}

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav)
    .content-wrapper,
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav)
    .main-footer {
    margin-left: 0 !important;
}

@media screen and (min-width: 1008px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav)
        .content-wrapper,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav)
        .main-footer {
        padding-left: 5.4rem !important;
    }
}

@media screen and (max-width: 1007px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav)
        .content-wrapper,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav)
        .main-footer {
        margin-left: 0 !important;
    }
}

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav)
    .main-header {
    margin-left: 0 !important;
}

.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link,
.sidebar-collapse.sidebar-mini-md .main-sidebar .nav-sidebar .nav-link,
.sidebar-collapse.sidebar-mini-xs .main-sidebar .nav-sidebar .nav-link {
    width: auto !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar,
.sidebar-mini.sidebar-collapse .main-sidebar::before {
    width: 5.4rem;
}

.sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p {
    margin-left: 1rem !important;
}

.main-header {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    border: none;
    margin-left: 0 !important;
    padding: 1rem 6rem 1rem 0.5rem;
}

@media screen and (max-width: 767px) {
    .main-header {
        padding: 0.84rem 20px;
        height: 50px;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .main-header .navbar-nav:not(.brand-link) {
        display: none;
    }
}

.main-header .nav-link {
    width: auto;
    margin-bottom: 0;
    font-size: 1.8rem;
    color: #fff !important;
    font-weight: 600;
    height: auto !important;
    letter-spacing: 0.1rem;
    transition: all 0.2s;
}

.main-header .nav-link:hover {
    opacity: 0.8;
}

@media screen and (max-width: 767px) {
    .main-header .nav-link {
        font-size: 2.4rem;
    }
    .main-header .logo_link {
        max-width: 30vw;
    }
}

.main-header .nav-link.hamberger-wrap {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .main-header .nav-link.hamberger-wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

.main-header .nav-link.hamberger-wrap .hamberger {
    position: relative;
    width: 2.5rem;
    height: 24px;
    display: inline-block;
}

.main-header .nav-link.hamberger-wrap .hamberger span {
    transition: all 0.2s;
}

.main-header .nav-link.hamberger-wrap .hamberger span:first-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.3rem;
    background-color: #fff;
}

.main-header .nav-link.hamberger-wrap .hamberger span:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.3rem;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .main-header .nav-link.hamberger-wrap .hamberger {
        width: 3rem;
        height: 2.4rem;
        border-width: 0.3rem;
    }
}

.main-header .nav-link.hamberger-wrap .hamberger::before {
    content: "";
    position: absolute;
    height: 0.3rem;
    width: 100%;
    top: 50%;
    left: 0;
    transition: all 0.2s;
    background-color: #fff;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .main-header .nav-link.hamberger-wrap .hamberger::before {
        height: 0.3rem;
    }
}

.main-header .brand-link {
    margin-left: 10px;
    width: auto !important;
}

@media screen and (max-width: 767px) {
    .main-header .brand-link {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        width: auto !important;
    }
}

.brand-link {
    width: auto !important;
}

.news-bell-icon {
    position: relative;
}

.news-bell-icon .badge {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e09f38;
    width: 1rem;
    height: 1rem;
    border-radius: 100px;
}

.main-header .nav-item {
    position: relative;
}

.main-header .nav-item .nav-link {
    display: flex;
    align-items: center;
    margin-left: 2.6rem;
}

@media screen and (max-width: 1007px) {
    .main-header .nav-item .nav-link {
        margin-left: 1rem;
    }
}

.main-header .nav-item .nav-link .nav-icon {
    height: 3.5rem;
    position: relative;
}

.main-header .nav-item .nav-link .nav-icon svg {
    height: 100%;
    width: auto !important;
}

.main-header .nav-item .nav-link p {
    margin-bottom: 0;
    margin-left: 1rem;
}

.main-header .nav-item .nav-link.btn {
    background-color: #e09f38;
    border-radius: 100px;
    padding: 0.8rem 3.2rem;
    border-color: #e09f38;
    display: inline-block;
}

.main-header .nav-item .nav-link.btn:hover {
    opacity: 0.8;
}

.main-header .nav-item .news-tooltip {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    list-style: none;
    padding-left: 0;
    width: 507px;
    max-width: 80vw;
    right: 0;
}

@media screen and (max-width: 1200px) {
    .main-header .nav-item .news-tooltip {
        width: 400px;
    }
}

.main-header .nav-item .news-tooltip li a {
    display: block;
    padding: 2rem;
    font-size: 1.6rem;
}

.main-header .nav-item .news-tooltip li a .tooltip-title {
    margin-bottom: 0.2rem;
}

.main-header .nav-item .news-tooltip li a .toolrip-text {
    color: #383838;
    margin-bottom: 0;
}

.main-header .nav-item .news-tooltip li:not(:last-child) {
    border-bottom: solid 1px rgba(112, 112, 112, 0.4);
}

body.sidebar-open
    .main-header
    .nav-link.hamberger-wrap
    .hamberger
    span:first-child,
body:not(.sidebar-collapse)
    .main-header
    .nav-link.hamberger-wrap
    .hamberger
    span:first-child {
    top: 1rem;
    transform: rotate(-45deg);
}

body.sidebar-open
    .main-header
    .nav-link.hamberger-wrap
    .hamberger
    span:last-child,
body:not(.sidebar-collapse)
    .main-header
    .nav-link.hamberger-wrap
    .hamberger
    span:last-child {
    bottom: 1.1rem;
    transform: rotate(45deg);
}

body.sidebar-open .main-header .nav-link.hamberger-wrap .hamberger::before,
body:not(.sidebar-collapse)
    .main-header
    .nav-link.hamberger-wrap
    .hamberger::before {
    opacity: 0;
}

.logo_link {
    display: flex;
    align-items: center;
}

.logo_link svg {
    max-width: 135px;
    height: 100%;
}

.logo_link p {
    margin-left: 10px;
    margin-bottom: 0;
    color: #fff;
    font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
    .listscroll {
        max-height: 350px;
        overflow-y: scroll;
    }
}

.news-tooltip_wrap {
    position: relative;
    max-width: 80vw;
    right: 5rem;
    top: 2rem;
    opacity: 0;
    animation-name: fade-out;
    animation-duration: 1s;
}

.news-tooltip_wrap.active {
    opacity: 1;
    animation-name: fade-in;
    animation-duration: 1s;
}

.news-tooltip_wrap.active:before {
    animation-name: fade-in;
    opacity: 1;
}

.news-tooltip_wrap:before {
    opacity: 0;
    animation-duration: 1s;
    z-index: 1;
    content: "";
    bottom: calc(100% - 1rem);
    position: absolute;
    border: none;
    border-top: solid 2rem #fff;
    border-right: solid 2rem #fff;
    right: 5rem;
    transform: rotate(45deg)
        skew(calc((90deg - 60deg) / 2), calc((90deg - 60deg) / 2));
    /* calc((90deg - 欲しい角度) / 2) */
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.content-header {
    background-color: #e5eaf2;
}

@media screen and (max-width: 767px) {
    .content-header {
        padding-left: 0;
        padding-right: 0;
    }
}

.content-header .row {
    margin-left: 0 !important;
}

.content-header ol li {
    font-size: 1rem;
    color: #3b4043;
}

.content-header ol li a {
    color: #3b4043;
}

.content-header .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.1rem;
}

.content-header .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    padding-right: 0.1rem;
}

body [class*="sidebar-dark-"] {
    box-shadow: none !important;
    width: 230px;
}

@media screen and (max-width: 1499px) {
    body [class*="sidebar-dark-"] {
        width: 240px;
    }
}

body [class*="sidebar-dark-"] .brand-wrap {
    display: flex;
    align-items: center;
}

body [class*="sidebar-dark-"] .brand-wrap a:last-child {
    flex: 1;
}

body [class*="sidebar-dark-"] .brand-wrap .nav-link {
    width: auto;
    margin-bottom: 0;
}

body [class*="sidebar-dark-"] .brand-wrap .nav-link .fas.fa-bars {
    color: #fff;
}

body [class*="sidebar-dark-"] .brand-wrap .brand-link {
    border: none;
    display: inline-block;
    width: auto;
}

body [class*="sidebar-dark-"] .sidebar {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10rem;
}

body [class*="sidebar-dark-"] .sidebar .nav-sidebar > .nav-item > .nav-link {
    background-color: transparent !important;
}

body
    [class*="sidebar-dark-"]
    .sidebar
    .nav-sidebar
    > .nav-item
    > .nav-link:focus {
    background-color: transparent !important;
}

body [class*="sidebar-dark-"] .sidebar .nav-link {
    width: auto;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #fff !important;
    padding: 1.7rem 1.5rem;
    font-size: 1.6rem;
}

body [class*="sidebar-dark-"] .sidebar .nav-link p {
    color: #fff !important;
}

@media screen and (max-width: 767px) {
    body [class*="sidebar-dark-"] .sidebar .nav-link {
        font-size: 1.8rem;
    }
}

body [class*="sidebar-dark-"] .sidebar .nav-link .fas.fa-bars {
    color: #fff;
    width: auto;
    display: inline-block;
}

body [class*="sidebar-dark-"] .sidebar .nav-link svg {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -0.5rem;
    margin-right: 0.4rem;
    object-fit: contain;
}

body [class*="sidebar-dark-"] .sidebar .nav-link .fas.fa-angle-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0.2rem;
}

body [class*="sidebar-dark-"] .sidebar .nav-link .fas.fa-angle-left::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 0.7rem;
    height: 0.7rem;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

body
    [class*="sidebar-dark-"]
    .sidebar
    .menu-is-opening
    .nav-link
    .fas.fa-angle-left {
    transform: translateY(-50%) scale(1, -1) !important;
}

@media screen and (max-width: 1000px) {
    /* body [class*=sidebar-dark-] .sidebar .nav-link .fas.fa-angle-left {
        display: none;
    } */
    body [class*="sidebar-dark-"] .sidebar .nav-treeview .nav-item._pc {
        display: none;
    }
}

body [class*="sidebar-dark-"] .sidebar .nav-treeview .nav-link {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    color: #fff;
    position: relative;
    background-color: rgba(255, 255, 255, 0.23);
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 767px) {
    body [class*="sidebar-dark-"] .sidebar .nav-treeview .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media screen and (max-width: 1000px) {
    body [class*="sidebar-dark-"] .sidebar .nav-mail-icon {
        position: relative;
    }
}

body [class*="sidebar-dark-"] .sidebar .nav-mail-icon {
    margin-right: 0.4rem;
}

@media screen and (max-width: 1000px) {
    body [class*="sidebar-dark-"] .sidebar .nav-mail-icon .navbar-badge.badge {
        display: block;
        top: 0;
        right: 0;
        background-color: #e09f38;
        width: 1rem;
        height: 1rem;
        border-radius: 100px;
    }
}

body [class*="sidebar-dark-"] .sidebar .nav-item_badge a {
    display: flex;
}

body .sidebar-mini.sidebar-collapse .main-sidebar {
    width: 4.6rem !important;
}

body .sidebar-mini.sidebar-collapse .brand-text,
body .sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p {
    visibility: hidden !important;
}

.sidebar-mini.sidebar-collapse
    .main-sidebar:not(:hover)
    .menu-is-opening
    .fas.fa-angle-left {
    transform: translateY(-50%) !important;
}

.sidebar-mini.sidebar-collapse
    .main-sidebar:not(:hover)
    .menu-is-opening
    a:not(:hover) {
    background-color: transparent;
}

.sidebar-mini.sidebar-collapse
    .main-sidebar:not(:hover)
    .menu-is-opening
    .nav-treeview {
    display: none !important;
}

@media screen and (max-width: 767px) {
    body.sidebar-open .main-sidebar {
        width: 280px !important;
    }
}

.tab {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 5rem;
}

.tab .sp-selected-tab {
    border: solid 1px #073683;
    color: #073683;
    border-radius: 10px;
    padding: 0.6rem 6rem 0.6rem 1rem;
    position: relative;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .tab .sp-selected-tab {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}

.tab .sp-selected-tab::before {
    content: "";
    position: absolute;
    top: 5%;
    bottom: 0;
    right: 0;
    width: 4rem;
    transition: all 0.2s;
    background: url("../img/arow-bottom-sp.png") no-repeat center center/35%
        auto;
}

.tab .sp-selected-tab::after {
    content: "";
    position: absolute;
    top: 5%;
    bottom: 0;
    right: 0;
    width: 4rem;
    border-left: solid 1px #073683;
}

.tab .tab-wrap {
    position: relative;
}

@media screen and (max-width: 767px) {
    .tab .tab-wrap {
    }
    .tab .tab-wrap-news {
        display: inline-block;
        position: absolute;
        top: 105px;
        right: 20px;
    }
}

.tab .nav-tabs {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .tab .nav-tabs {
        display: flex !important;
    }
}

@media screen and (max-width: 767px) {
    .tab .nav-tabs {
        position: absolute;
        left: 0;
        top: calc(100% - 1rem);
        border: solid 1px #ccc;
        background-color: #fff;
        opacity: 0;
        word-break: keep-all;
        transition: all 0.2s;
    }
    .tab .nav-tabs.nav-tabs-faq {
        left: inherit;
        right: 0;
    }
    .tab .tab-wrap-news {
        display: inline-block;
        position: absolute;
        top: 105px;
        right: 20px;
        left: inherit;
    }
}

.tab .nav-tabs .nav-link {
    color: #073683;
    font-size: 1.8rem;
    padding: 0.6rem 2rem;
    border-color: transparent !important;
    border-bottom-width: 5px !important;
    transition: all 0.2s;
}

@media screen and (max-width: 767px) {
    .tab .nav-tabs .nav-link {
        font-size: 1.6rem;
        padding: 0.6rem 3rem;
    }
}

.tab .nav-tabs .nav-link.active {
    border: none;
    color: #073683;
    border-bottom: solid 5px #e09f38 !important;
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    .tab .nav-tabs .nav-link.active {
        border: none !important;
        background-color: #073683;
        color: #fff;
    }
}

.tab .nav-tabs .nav-link:not(.active):hover {
    opacity: 0.8;
}

.tab input[name="table-tab"] {
    display: none;
}

@media screen and (max-width: 767px) {
    .tab input[name="table-tab"]:checked + label::before {
        transform: scale(1, -1);
    }

    .tab input[name="table-tab"]:checked + label + .nav-tabs {
        z-index: 1;
        opacity: 1;
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        overflow: hidden !important;
    }
}

@media screen and (max-width: 1499px) {
    table.dataTable {
        min-width: 1215px;
    }
}

@media screen and (max-width: 767px) {
    table.dataTable {
        min-width: inherit;
    }
}

@media screen and (max-width: 768x) {
    table.dataTable {
        overflow: hidden;
        min-width: inherit;
    }
}

@media screen and (min-width: 768px) {
    table.dataTable .child {
        display: none !important;
    }
}

table.dataTable thead th {
    background: rgba(7, 54, 131, 0.1);
    border: none;
    color: #073683;
    position: relative;
    padding: 0.65rem 1.7rem !important;
    word-break: keep-all;
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
    table.dataTable thead th {
        display: table-cell !important;
    }
}

table.dataTable thead th::before,
table.dataTable thead th::after {
    display: none !important;
}

table.dataTable thead th:not(:last-child)::before {
    display: block !important;
    content: "" !important;
    position: absolute;
    right: 0px !important;
    top: 5px !important;
    bottom: 5px !important;
    width: 1px;
    background-color: #707070;
    opacity: 1 !important;
}

table.dataTable thead th p {
    position: relative;
    margin-bottom: 0;
    padding-right: 1.3rem;
    display: inline-block;
}

table.dataTable thead th p::before,
table.dataTable thead th p::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: calc(50% + 1px);
    width: 0.9rem;
    height: 0.9rem;
    background: url("../img/arrow-top.png") no-repeat bottom center/contain;
}

table.dataTable thead th p::after {
    bottom: calc(50% - 11px);
    background: url("../img/arrow-bottom.png") no-repeat top center/contain;
}

@media screen and (max-width: 767px) {
    table.dataTable thead th {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    table.dataTable tbody tr {
        display: block;
    }
}

table.dataTable tbody td {
    padding: 1.7rem 1.7rem 1.3rem !important;
    border-top: none;
    border-bottom: solid 1px rgba(112, 112, 112, 0.4);
    font-size: 1.6rem;
    color: #383838;
    word-break: break-all;
}

@media screen and (min-width: 768px) {
    table.dataTable tbody td {
        display: table-cell !important;
        max-width: 250px;
    }

    table.dataTable tbody td.user_display1 {
        max-width: 6rem;
    }

    table.dataTable tbody td.mw-700 {
        width: 700px;
        max-width: 700px;
    }

    table.dataTable tbody td.mw-450 {
        max-width: 450px;
    }

    table.dataTable tbody td.mw-400 {
        max-width: 400px;
    }

    table.dataTable tbody td.mw-350 {
        max-width: 350px;
    }

    table.dataTable tbody td.mw-300 {
        max-width: 300px;
    }
}

@media screen and (max-width: 767px) {
    table.dataTable tbody td {
        padding: 1.8rem 4rem 1.4rem 2rem !important;
        display: block;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    table.dataTable tbody td.sorting_1 {
        border-top: solid 1px rgba(112, 112, 112, 0.4);
        background-color: rgba(229, 234, 242, 0.4);
    }
}

@media screen and (min-width: 768px) {
    table.dataTable tbody td.sorting_1::before {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    table.dataTable tbody td.sorting_1::before {
        content: "" !important;
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: 50% !important;
        transition: all 0.2s;
        right: 1rem;
        transform: translateY(-50%) rotate(-90deg);
        background: url("../img/arow-bottom-sp.png") no-repeat center
            center/contain;
    }
}

table.dataTable tbody td.sorting_1.open:before {
    transform: translateY(-50%) rotate(0deg);
}

table.dataTable tbody td:not(.sorting_1) {
    padding: 1.7rem 1.7rem 1.3rem !important;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    table.dataTable tbody td:not(.sorting_1) {
        text-align: right;
        display: none;
    }

    table.dataTable tbody td:not(.sorting_1).open {
        display: flex;
    }

    table.dataTable tbody td:not(.sorting_1) .has-premier-icon {
        position: relative;
        padding-right: 3rem;
    }

    table.dataTable tbody td:not(.sorting_1):not(:last-child) {
        border-bottom: solid 1px rgba(112, 112, 112, 0.4);
    }

    table.dataTable tbody td:not(.sorting_1):before {
        margin-right: 1rem;
        word-break: keep-all;
        text-align: left;
        color: #073683;
    }

    table.dataTable tbody td:not(.sorting_1):nth-child(2):before {
        content: "ステータス";
    }

    table.dataTable tbody td:not(.sorting_1):nth-child(3):before {
        content: "査定金額（提示金額）";
    }

    table.dataTable tbody td:not(.sorting_1):nth-child(4):before {
        content: "更新日";
    }

    table.dataTable tbody td:not(.sorting_1):nth-child(5):before {
        content: "査定依頼日";
    }

    table.dataTable tbody td:not(.sorting_1):nth-child(6):before {
        content: "アプリ利用者ID";
    }
}

@media screen and (max-width: 767px) {
    table.dataTable tbody td:first-child {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 767px) {
    table.dataTable tbody td:first-child a {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 767px) {
    table.dataTable tbody td:first-child:not(.child),
    table.dataTable tbody td.product-name-td:not(.child) {
        font-size: 2rem !important;
    }
}

table.dataTable tbody td:first-child > div,
table.dataTable tbody td.product-name-td > div {
    color: #073683;
    display: flex;
    align-items: center;
}

table.dataTable tbody td:first-child .product-link,
table.dataTable tbody td.product-name-td .product-link {
    color: #073683 !important;
    transition: all 0.2s;
    display: flex;
    align-items: center;
}

table.dataTable tbody td:first-child .product-link .sp {
    margin-left: auto;
    text-align: right;
    font-size: 1.6rem;
}

table.dataTable tbody td:first-child .product-link:hover,
table.dataTable tbody td.product-name-td .product-link:hover {
    opacity: 0.8;
}
table.dataTable tbody td:first-child .product-link .nohover-icon img {
    max-width: 30px;
}

@media screen and (max-width: 767px) {
    table.dataTable tbody td:first-child .product-link,
    table.dataTable tbody td.product-name-td .product-link {
        flex-wrap: wrap;
        /* padding-right: 4rem; */
        /* display: block; */
        /* display: flex;
				justify-content: space-between;
				align-items: center; */
    }
    table.dataTable tbody td:first-child .product-link .sp {
        font-size: 1.2rem;
    }
}

table.dataTable tbody td p {
    margin-bottom: 0;
}

table.dataTable tbody td p:not(.new-icon) {
    position: relative;
}

/* @media screen and (min-width: 768px) { */
table.dataTable tbody td p:not(.new-icon) {
    margin-right: 10px;
}
/* } */

table.dataTable tbody td p:not(.new-icon) .premier-icon {
    position: absolute;
    left: calc(100% + 2rem);
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    transition: all 0.2s;
}

@media screen and (max-width: 767px) {
    table.dataTable tbody td p:not(.new-icon) .premier-icon {
        left: inherit;
        right: -0.1rem;
        top: 40%;
    }
}

table.dataTable tbody td p:not(.new-icon) .premier-icon:hover {
    opacity: 1;
    cursor: inherit;
}

table.dataTable tbody td p:not(.new-icon) .premier-icon img {
    width: 100%;
}

table.dataTable tbody td p:not(.new-icon).has-commet-icon {
    display: flex;
    align-items: center;
    min-width: 120px;
}

table.dataTable tbody td p:not(.new-icon).has-commet-icon a:not(.comment-icon) {
    flex: 1;
    margin-right: 0.5rem;
}

table.dataTable tbody td p:not(.new-icon).has-commet-icon .comment-icon {
    width: 3rem;
    transition: all 0.2s;
    position: relative;
}

table.dataTable tbody td p:not(.new-icon).has-commet-icon .comment-icon:hover {
    opacity: 0.8;
}

table.dataTable tbody td p:not(.new-icon).has-commet-icon .comment-icon img {
    width: 100%;
}

table.dataTable
    tbody
    td
    p:not(.new-icon).has-commet-icon
    .comment-icon.not-read::before {
    content: "";
    position: absolute;
    top: 0;
    right: -0.2rem;
    background-color: #e09f38;
    border-radius: 100px;
    width: 1rem;
    height: 1rem;
}
.comment-icon img {
    max-width: 30px;
}
@media screen and (max-width: 767px) {
    table.dataTable tbody td p:not(.new-icon).has-commet-icon .comment-icon {
        left: inherit;
        right: 0;
    }
    /* table.dataTable tbody td p:not(.new-icon):not(.sp) {
        flex: 1;
    } */
    table.dataTable tbody td .comment-icon {
        flex: inherit;
        max-width: 30px;
    }
}

table.dataTable tbody td p.app-id {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    table.dataTable tbody td p.app-id {
        margin-right: 3rem;
    }
}

@media screen and (max-width: 767px) {
    table.dataTable tbody td p.app-id {
        position: initial;
        flex: 1;
    }
}

table.dataTable tbody td p.new-icon {
    background-color: #e09f38;
    color: #fff;
    padding: 0.1rem 1.4rem;
    margin-left: 3rem;
    font-size: 1.8rem;
    word-break: keep-all;
}

@media screen and (min-width: 768px) {
    table.dataTable tbody td p.new-icon {
        margin-right: 3rem;
    }
}

@media screen and (max-width: 767px) {
    table.dataTable tbody td p.new-icon {
        margin-left: 1rem;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    table.dataTable tbody td .custom-switch {
        margin-left: auto;
        margin-right: 2rem;
    }
}

table.dataTable tbody td .custom-control-input ~ .custom-control-label::before {
    width: 5rem;
    height: 3rem;
    border-radius: 10rem;
}

@media screen and (max-width: 767px) {
    table.dataTable
        tbody
        td
        .custom-control-input
        ~ .custom-control-label::before {
        width: 4rem;
        height: 2rem;
    }
}

table.dataTable tbody td .custom-control-input ~ .custom-control-label::after {
    width: calc(3rem - 4px);
    height: calc(3rem - 4px);
    border-radius: 10rem;
}

@media screen and (max-width: 767px) {
    table.dataTable
        tbody
        td
        .custom-control-input
        ~ .custom-control-label::after {
        width: calc(2rem - 4px);
        height: calc(2rem - 4px);
    }
}

table.dataTable
    tbody
    td
    .custom-control-input:checked
    ~ .custom-control-label::before {
    border-color: #0450bf;
    background-color: #0450bf;
}

table.dataTable
    tbody
    td
    .custom-control-input:checked
    ~ .custom-control-label::after {
    transform: translateX(2rem);
}

@media screen and (max-width: 767px) {
    div.dataTables_paginate {
        margin-left: -7.5px;
    }
}

div.dataTables_paginate ul.pagination {
    margin-top: 3rem;
    align-items: center;
}

@media screen and (min-width: 768px) {
    div.dataTables_paginate ul.pagination {
        justify-content: flex-end;
    }
}

@media screen and (max-width: 767px) {
    div.dataTables_paginate ul.pagination {
        justify-content: center;
    }
}

div.dataTables_paginate ul.pagination li {
    margin: 0 1.2rem;
}

div.dataTables_paginate ul.pagination li a {
    border: none;
    color: rgba(56, 56, 56, 0.4);
}

div.dataTables_paginate ul.pagination li.active a {
    color: #073683;
    background-color: transparent;
}

div.dataTables_paginate ul.pagination .previous,
div.dataTables_paginate ul.pagination .next {
    margin-right: 1.5rem;
}

div.dataTables_paginate ul.pagination .previous a,
div.dataTables_paginate ul.pagination .next a {
    color: transparent;
    width: 5rem;
    height: 5rem;
    position: relative;
    border: solid 1px #c6c6c7;
    border-radius: 10px;
    background-color: #f5f5f5;
}

div.dataTables_paginate ul.pagination .previous a::before,
div.dataTables_paginate ul.pagination .next a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 40%;
    transform: translate(-50%, -50%);
    background: url("../img/pagination-arrow-left.png") no-repeat center
        center/contain;
}

div.dataTables_paginate ul.pagination .next {
    margin-left: 1.5rem;
    margin-right: 0rem;
}

div.dataTables_paginate ul.pagination .next a::before {
    background: url("../img/pagination-arrow-right.png") no-repeat center
        center/contain;
}

table.message-table.dataTable thead th:first-child,
table.message-table.dataTable thead th:nth-child(2),
table.message-table.dataTable thead th:nth-child(3) {
    pointer-events: none;
}

table.message-table.dataTable thead th:first-child p::before,
table.message-table.dataTable thead th:first-child p::after,
table.message-table.dataTable thead th:nth-child(2) p::before,
table.message-table.dataTable thead th:nth-child(2) p::after,
table.message-table.dataTable thead th:nth-child(3) p::before,
table.message-table.dataTable thead th:nth-child(3) p::after {
    display: none !important;
}

@media screen and (min-width: 768px) {
    table.message-table.dataTable tbody td:nth-child(2) {
        max-width: 450px;
    }
}

@media screen and (max-width: 767px) {
    table.message-table.dataTable tbody td:not(.sorting_1):nth-child(2):before {
        content: "査定商品名";
    }

    table.message-table.dataTable tbody td:not(.sorting_1):nth-child(3):before {
        content: "メッセージ";
    }

    table.message-table.dataTable tbody td:not(.sorting_1):nth-child(4):before {
        content: "送信者";
    }

    table.message-table.dataTable tbody td:not(.sorting_1):nth-child(5):before {
        content: "送信日時";
    }
}

table.satei-message-table.dataTable thead th:first-child,
table.satei-message-table.dataTable thead th:nth-child(2),
table.satei-message-table.dataTable thead th:nth-child(3) {
    pointer-events: none;
}

table.satei-message-table.dataTable thead th:first-child p::before,
table.satei-message-table.dataTable thead th:first-child p::after,
table.satei-message-table.dataTable thead th:nth-child(2) p::before,
table.satei-message-table.dataTable thead th:nth-child(2) p::after,
table.satei-message-table.dataTable thead th:nth-child(3) p::before,
table.satei-message-table.dataTable thead th:nth-child(3) p::after {
    display: none !important;
}

@media screen and (min-width: 768px) {
    table.satei-message-table.dataTable tbody td:nth-child(2) {
        max-width: 450px;
    }
}

@media screen and (max-width: 767px) {
    table.satei-message-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(2):before {
        content: "メッセージ";
    }

    table.satei-message-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(3):before {
        content: "送信者";
    }

    table.satei-message-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(4):before {
        content: "送信日時";
    }
}

table.user-news-table.dataTable thead th:first-child,
table.user-news-table.dataTable thead th:nth-child(2),
table.user-news-table.dataTable thead th:nth-child(3),
table.top-message-table.dataTable thead th:first-child,
table.top-message-table.dataTable thead th:nth-child(2),
table.top-message-table.dataTable thead th:nth-child(3) {
    pointer-events: none;
}

table.user-news-table.dataTable thead th:first-child p::before,
table.user-news-table.dataTable thead th:first-child p::after,
table.user-news-table.dataTable thead th:nth-child(2) p::before,
table.user-news-table.dataTable thead th:nth-child(2) p::after,
table.user-news-table.dataTable thead th:nth-child(3) p::before,
table.user-news-table.dataTable thead th:nth-child(3) p::after,
table.top-message-table.dataTable thead th:first-child p::before,
table.top-message-table.dataTable thead th:first-child p::after,
table.top-message-table.dataTable thead th:nth-child(2) p::before,
table.top-message-table.dataTable thead th:nth-child(2) p::after,
table.top-message-table.dataTable thead th:nth-child(3) p::before,
table.top-message-table.dataTable thead th:nth-child(3) p::after {
    display: none !important;
}

@media screen and (min-width: 768px) {
    table.user-news-table.dataTable tbody td:nth-child(2) {
        max-width: 450px;
    }
}

@media screen and (max-width: 767px) {
    table.user-news-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(2):before {
        content: "内容";
    }

    table.user-news-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(3):before {
        content: "送信者";
    }

    table.user-news-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(4):before {
        content: "カテゴリ";
    }

    table.user-news-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(5):before {
        content: "送信日時";
    }
}

table.news-table.dataTable thead th:nth-child(2),
table.news-table.dataTable thead th:nth-child(3),
table.news-table.dataTable thead th:nth-child(4) {
    pointer-events: none;
}

table.news-table.dataTable thead th:nth-child(2) p::before,
table.news-table.dataTable thead th:nth-child(2) p::after,
table.news-table.dataTable thead th:nth-child(3) p::before,
table.news-table.dataTable thead th:nth-child(3) p::after,
table.news-table.dataTable thead th:nth-child(4) p::before,
table.news-table.dataTable thead th:nth-child(4) p::after {
    display: none !important;
}

@media screen and (min-width: 768px) {
    table.news-table.dataTable tbody td:nth-child(2) {
        max-width: 450px;
    }
}

@media screen and (max-width: 767px) {
    table.news-table.dataTable tbody td:not(.sorting_1):nth-child(2):before {
        content: "ID";
    }

    table.news-table.dataTable tbody td:not(.sorting_1):nth-child(3):before {
        content: "対象ユーザー";
    }

    table.news-table.dataTable tbody td:not(.sorting_1):nth-child(4):before {
        content: "ステータス";
    }

    table.news-table.dataTable tbody td:not(.sorting_1):nth-child(5):before {
        content: "送信日時";
    }
}

table.trader-table.dataTable thead th:nth-child(2),
table.trader-table.dataTable thead th:nth-child(3),
table.trader-table.dataTable thead th:nth-child(4) {
    pointer-events: none;
}

table.trader-table.dataTable thead th:nth-child(2) p::before,
table.trader-table.dataTable thead th:nth-child(2) p::after,
table.trader-table.dataTable thead th:nth-child(3) p::before,
table.trader-table.dataTable thead th:nth-child(3) p::after,
table.trader-table.dataTable thead th:nth-child(4) p::before,
table.trader-table.dataTable thead th:nth-child(4) p::after {
    display: none !important;
}

@media screen and (min-width: 768px) {
    table.trader-table.dataTable tbody td:nth-child(2) {
        max-width: 450px;
    }
}

@media screen and (max-width: 767px) {
    table.trader-table.dataTable tbody td:not(.sorting_1):nth-child(2):before {
        content: "査定業者ID";
    }

    table.trader-table.dataTable tbody td:not(.sorting_1):nth-child(3):before {
        content: "担当者名";
    }

    table.trader-table.dataTable tbody td:not(.sorting_1):nth-child(4):before {
        content: "管理メモ";
    }
}

table.top-message-table.dataTable {
    table-layout: inherit;
}

table.top-message-table.dataTable thead th p {
    padding-right: 0 !important;
}

@media screen and (min-width: 768px) {
    table.top-message-table.dataTable tbody td:nth-child(1) {
        max-width: 400px;
    }

    table.top-message-table.dataTable tbody td:nth-child(4) {
        max-width: 200px;
    }

    table.top-message-table.dataTable tbody td:nth-child(3) {
        min-width: 170px;
    }
}

@media screen and (max-width: 767px) {
    table.top-message-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(2):before {
        content: "カテゴリー";
    }

    table.top-message-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(3):before {
        content: "送信日時";
    }
}

table.top-satei-table.dataTable {
    table-layout: inherit;
}

@media screen and (min-width: 768px) {
    table.top-satei-table.dataTable tbody td:nth-child(1) {
        max-width: 450px;
    }

    table.top-satei-table.dataTable tbody td:not(:nth-child(1)) {
        width: 120px;
    }
}

@media screen and (min-width: 768px) {
    table.top-satei-table.dataTable tbody td:nth-child(1) {
        max-width: 450px;
    }
}

@media screen and (max-width: 767px) {
    table.top-satei-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(2):before {
        content: "ステータス";
    }

    table.top-satei-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(3):before {
        content: "査定依頼日";
    }
}

table.staff-top-satei-table.dataTable {
    table-layout: inherit;
}

@media screen and (min-width: 768px) {
    table.staff-top-satei-table.dataTable tbody td:nth-child(1) {
        max-width: 450px;
    }

    table.staff-top-satei-table.dataTable tbody td:not(:nth-child(1)) {
        width: 120px;
    }
}

@media screen and (max-width: 767px) {
    table.staff-top-satei-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(2):before {
        content: "商品カテゴリー";
    }

    table.staff-top-satei-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(3):before {
        content: "査定依頼日";
    }
}

table.user-table.dataTable thead th:not(:first-child) {
    pointer-events: none;
}

table.user-table.dataTable thead th:not(:first-child) p::before,
table.user-table.dataTable thead th:not(:first-child) p::after {
    display: none;
}

@media screen and (min-width: 768px) {
    table.user-table.dataTable tbody td:nth-child(2) {
        max-width: 450px;
    }
}

@media screen and (max-width: 767px) {
    table.user-table.dataTable tbody td:not(.sorting_1):nth-child(2):before {
        content: "お名前";
    }

    table.user-table.dataTable tbody td:not(.sorting_1):nth-child(3):before {
        content: "プラン";
    }

    table.user-table.dataTable tbody td:not(.sorting_1):nth-child(4):before {
        content: "ステータス";
    }

    table.user-table.dataTable tbody td:not(.sorting_1):nth-child(5):before {
        content: "管理メモ";
    }
}

table.ranking-table.dataTable thead tr th p::before,
table.ranking-table.dataTable thead tr th p:after {
    display: none;
}

table.ranking-table.dataTable thead tr th:last-child {
    min-width: 80px;
}

table.ranking-table.dataTable thead tr th:last-child:hover {
    cursor: default;
}

table.ranking-table.dataTable thead tr th:last-child p {
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    table.ranking-table.dataTable tbody tr td.product-name-td {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    table.ranking-table.dataTable tbody tr td.product-name-td .product-link {
        padding-right: 0rem;
    }
}

@media screen and (max-width: 767px) {
    table.ranking-table.dataTable
        tbody
        tr
        td:not(.sorting_1):nth-child(2):before {
        content: "査定商品名";
    }

    table.ranking-table.dataTable
        tbody
        tr
        td:not(.sorting_1):nth-child(3):before {
        content: "商品カテゴリ";
    }

    table.ranking-table.dataTable
        tbody
        tr
        td:not(.sorting_1):nth-child(4):before {
        content: "査定金額";
    }

    table.ranking-table.dataTable
        tbody
        tr
        td:not(.sorting_1):nth-child(5):before {
        content: "査定確定日";
    }

    table.ranking-table.dataTable
        tbody
        tr
        td:not(.sorting_1):nth-child(6):before {
        content: "アプリ利用者ID";
    }

    table.ranking-table.dataTable
        tbody
        tr
        td:not(.sorting_1):nth-child(7):before {
        content: "ランキング表示";
    }
}

table.user-satei-table.dataTable thead tr th:nth-child(1),
table.user-satei-table.dataTable thead tr th:nth-child(2) {
    pointer-events: none;
}

table.user-satei-table.dataTable thead tr th:nth-child(1) p::before,
table.user-satei-table.dataTable thead tr th:nth-child(1) p:after,
table.user-satei-table.dataTable thead tr th:nth-child(2) p::before,
table.user-satei-table.dataTable thead tr th:nth-child(2) p:after {
    display: none;
}

@media screen and (min-width: 768px) {
    table.user-satei-table.dataTable thead tr th:nth-child(1) {
        max-width: 500px;
        min-width: 400px;
    }

    table.user-satei-table.dataTable thead tr th:not(:nth-child(1)) {
        width: 250px;
    }
}

@media screen and (min-width: 1500px) {
    table.user-satei-table.dataTable tbody tr td:first-child {
        max-width: 700px;
        width: 700px;
    }

    table.user-satei-table.dataTable tbody tr td p:not(.new-icon) {
        flex: inherit;
    }
}

@media screen and (max-width: 767px) {
    table.user-satei-table.dataTable
        tbody
        tr
        td:not(.sorting_1):nth-child(4):before {
        content: "更新日";
    }

    table.user-satei-table.dataTable
        tbody
        tr
        td:not(.sorting_1):nth-child(5):before {
        content: "査定依頼日";
    }
}

table.staff-top-new-satei-table.dataTable {
    table-layout: initial;
}

@media screen and (min-width: 768px) {
    table.staff-top-new-satei-table.dataTable {
        margin-right: 3rem;
    }
}

table.staff-top-new-satei-table.dataTable thead th p {
    padding-right: 0 !important;
}

@media screen and (min-width: 768px) {
    table.staff-top-new-satei-table.dataTable tbody td:nth-child(1) {
        min-width: 40%;
        max-width: inherit;
    }

    table.staff-top-new-satei-table.dataTable tbody td:not(:nth-child(1)) {
        width: 120px;
    }
}

@media screen and (max-width: 767px) {
    table.staff-top-new-satei-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(2):before {
        content: "商品カテゴリー";
    }

    table.staff-top-new-satei-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(3):before {
        content: "ステータス";
    }

    table.staff-top-new-satei-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(4):before {
        content: "査定依頼日";
    }
}

table.staff-top-message-table.dataTable thead tr th p::before,
table.staff-top-message-table.dataTable thead tr th p:after {
    display: none;
}

@media screen and (min-width: 768px) {
    table.staff-top-message-table.dataTable tbody td:nth-child(2) {
        max-width: 450px;
    }
}

@media screen and (max-width: 767px) {
    table.staff-top-message-table.dataTable tbody td a.product-link {
        font-size: 1.6rem !important;
    }

    table.staff-top-message-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(2):before {
        content: "メッセージ";
    }

    table.staff-top-message-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(3):before {
        content: "送信者";
    }

    table.staff-top-message-table.dataTable
        tbody
        td:not(.sorting_1):nth-child(4):before {
        content: "送信日時";
    }
}

table.staff-table.dataTable thead th:nth-child(2),
table.staff-table.dataTable thead th:nth-child(3),
table.staff-table.dataTable thead th:nth-child(4),
table.staff-table.dataTable thead th:nth-child(5) {
    pointer-events: none;
}

table.staff-table.dataTable thead th:nth-child(2) p::before,
table.staff-table.dataTable thead th:nth-child(2) p::after,
table.staff-table.dataTable thead th:nth-child(3) p::before,
table.staff-table.dataTable thead th:nth-child(3) p::after,
table.staff-table.dataTable thead th:nth-child(4) p::before,
table.staff-table.dataTable thead th:nth-child(4) p::after,
table.staff-table.dataTable thead th:nth-child(5) p::before,
table.staff-table.dataTable thead th:nth-child(5) p::after {
    display: none !important;
}

@media screen and (min-width: 768px) {
    table.staff-table.dataTable tbody td:nth-child(2) {
        max-width: 450px;
    }
}

@media screen and (max-width: 767px) {
    table.staff-table.dataTable tbody td:not(.sorting_1):nth-child(2):before {
        content: "スタッフID";
    }

    table.staff-table.dataTable tbody td:not(.sorting_1):nth-child(3):before {
        content: "権限";
    }

    table.staff-table.dataTable tbody td:not(.sorting_1):nth-child(4):before {
        content: "所属";
    }

    table.staff-table.dataTable tbody td:not(.sorting_1):nth-child(5):before {
        content: "管理メモ";
    }
}

table.staff-satei-list-table.dataTable thead th:nth-child(1),
table.staff-satei-list-table.dataTable thead th:nth-child(2) {
    pointer-events: none;
}

table.staff-satei-list-table.dataTable thead th:nth-child(1) p:before,
table.staff-satei-list-table.dataTable thead th:nth-child(1) p:after,
table.staff-satei-list-table.dataTable thead th:nth-child(2) p:before,
table.staff-satei-list-table.dataTable thead th:nth-child(2) p:after {
    display: none;
}

@media screen and (min-width: 768px) {
    .mypage .row:first-child > div {
        padding-right: 3rem;
    }
}

.mypage table.user-info-change.dataTable tbody td {
    padding: 2rem 1.7rem 1.8rem !important;
}

.mypage table.user-info-change.dataTable tbody td .user-title {
    word-break: keep-all;
    margin-right: 1rem;
}

@media screen and (min-width: 768px) {
    .mypage table.user-info-change.dataTable tbody td .user-title {
        max-width: 150px;
    }
}

@media screen and (min-width: 1500px) {
    .dataTables_wrapper .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.detail-table {
    margin-bottom: 7rem;
}

@media screen and (min-width: 768px) {
    .detail-table {
        margin-left: 0.5rem;
    }
}

@media screen and (max-width: 767px) {
    .detail-table.decide-table {
        margin-bottom: 0rem;
    }
}

@media screen and (max-width: 767px) {
    .detail-table {
        margin-top: 1rem;
        margin-bottom: 5rem;
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
}

.detail-table .detail-row {
    border-top: solid 1px #c6c6c6;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
}

@media screen and (max-width: 767px) {
    .detail-table .detail-row {
        border-left: solid 1px #c6c6c6;
        border-right: solid 1px #c6c6c6;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.detail-table .detail-row .detail-title {
    color: #073683;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .detail-table .detail-row .detail-title {
        width: 40%;
    }
}

@media screen and (max-width: 767px) {
    .detail-table .detail-row .detail-title {
        margin-right: 2rem;
        font-size: 1.6rem;
    }
}

.detail-table .detail-row .detail-text {
    color: #383838;
    margin-bottom: 0;
    flex: 1;
}

@media screen and (max-width: 767px) {
    .detail-table .detail-row .detail-text {
        font-size: 1.6rem;
    }

    .detail-table .detail-row .detail-text:not(.d-block) {
        text-align: right;
    }
}

.detail-table .detail-row:last-child {
    border-bottom: solid 1px #c6c6c6;
}

@media screen and (min-width: 768px) {
    .detail-table .detail-row.border-none {
        border-bottom: none;
    }
}

@media screen and (max-width: 767px) {
    .detail-price-input .detail-price-img {
        padding-left: 0;
        padding-right: 0;
    }
}

.detail-price-input .detail-price-right {
    flex: 1;
    max-width: inherit !important;
}

@media screen and (min-width: 768px) {
    .detail-price-input .detail-price-right {
        margin-left: 3rem;
    }
}

@media screen and (min-width: 768px) {
    .detail-price-input .detail-price-right .detail-row-hide-sp {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .detail-price-input .detail-price-right .detail-row-hide-sp {
        display: none;
    }
}

.detail-price-input .detail-price-right .detail-row {
    align-items: center;
}

@media screen and (min-width: 768px) {
    .detail-price-input .detail-price-right .detail-row.detail-input-row {
        border-top: none;
    }
}

.detail-price-input .detail-price-right .detail-row .detail-title {
    max-width: 200px;
}

.detail-title i {
    margin-right: 5px;
}
.detail-price-input .detail-price-right .detail-row .detail-text input {
    border: solid 1px #dfdfdf;
    padding: 0.8rem 2rem;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .detail-price-input .detail-price-right .detail-row .detail-text input {
        padding: 1.2rem 2rem;
    }
}

.detail-price-input
    .detail-price-right
    .detail-row
    .detail-text
    input::placeholder {
    color: #c6c6c6;
}

.detail-price-input .detail-price-right .detail-row .detail-text input:focus {
    outline: none;
}

@media screen and (min-width: 768px) {
    .detail-price-input .detail-price-right .detail-row:last-child {
        padding-bottom: 2rem;
    }
}

.detail-price-input .detail-price-right .detail-row.detail-row-open {
    border-top: none;
    border-bottom: none;
    text-align: center;
    transition: all 0.2s;
    border-left: none;
    border-right: none;
    margin-bottom: 1rem;
}

.detail-price-input
    .detail-price-right
    .detail-row.detail-row-open.border-none {
    border: none !important;
}

.detail-price-input .detail-price-right .detail-row.detail-row-open:hover {
    opacity: 0.8;
    cursor: pointer;
}

.detail-price-input .detail-price-right .detail-row.detail-row-open p {
    margin-bottom: 0;
    color: #0350bf;
    position: relative;
    padding-left: 3.5rem;
    display: inline-block;
}

.detail-price-input .detail-price-right .detail-row.detail-row-open p::before {
    content: "詳しく見る";
}

.detail-price-input
    .detail-price-right
    .detail-row.detail-row-open
    p
    .plus-icon {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100px;
    border: solid 1px #0350bf;
}

.detail-price-input
    .detail-price-right
    .detail-row.detail-row-open
    p
    .plus-icon::before,
.detail-price-input
    .detail-price-right
    .detail-row.detail-row-open
    p
    .plus-icon::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    top: 50%;
    left: 50%;
    background-color: #0350bf;
    transform: translate(-50%, -50%);
    transition: all 0.2s;
}

.detail-price-input
    .detail-price-right
    .detail-row.detail-row-open
    p
    .plus-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.detail-price-input .detail-price-right .detail-row.detail-row-open.open {
    border-left: solid 1px #c6c6c6;
    border-right: solid 1px #c6c6c6;
    margin-bottom: 0;
}

.detail-price-input
    .detail-price-right
    .detail-row.detail-row-open.open
    p::before {
    content: "閉じる";
}

.detail-price-input
    .detail-price-right
    .detail-row.detail-row-open.open
    p
    .plus-icon::after {
    transform: translate(-50%, -50%);
}

.detail-price-input .detail-price-right .btn {
    width: 280px;
    max-width: 100%;
}

.decide-table-wrap > div {
    margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
    .decide-table-wrap .form-group {
        border-left: solid 1px #c6c6c6;
        border-right: solid 1px #c6c6c6;
        margin-bottom: 0;
        border-top: solid 1px #c6c6c6;
        padding: 1.7rem 1rem;
    }
}

@media screen and (max-width: 767px) {
    .decide-table-wrap .form-group:nth-child(2) {
        border-bottom: solid 1px #c6c6c6;
    }
}

.search {
    border: solid 1px #c6c6c6;
    padding-top: 4rem;
    padding-bottom: 8rem;
    margin-bottom: 16rem;
}

@media screen and (max-width: 767px) {
    .search {
        padding-top: 1.5rem;
        padding-bottom: 3rem;
    }
}

.search form {
    max-width: 1142px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 767px) {
    .search form {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.search form > div {
    padding: 0;
    margin-top: 3rem;
}

@media screen and (min-width: 768px) {
    .search form .form-group {
        margin-bottom: 2rem;
    }
}

.search form .form-group label {
    font-size: 1.6rem;
    color: #073683;
}

@media screen and (min-width: 768px) {
    .search form .form-group label.col-form-label {
        max-width: 162px;
    }
}

@media screen and (max-width: 767px) {
    .search form .form-group label.col-form-label {
        padding-left: 0 !important;
        word-break: keep-all;
    }

    .search form .form-group label.col-form-label:not(.align-items-center) {
        margin-top: 0.5rem;
    }
}

@media screen and (max-width: 767px) {
    .search
        form
        .form-group:not(.align-items-center)
        label.col-form-label:not(.align-items-center) {
        margin-top: 0.5rem;
        word-break: keep-all;
    }
}

@media screen and (max-width: 767px) {
    .search form .flex-nowrap label.col-form-label {
        width: 32%;
        display: block;
        max-width: inherit !important;
        padding-left: 0 !important;
        word-break: keep-all;
    }
}

.search form .input-wrap {
    padding: 0;
    max-width: 100% !important;
}

@media screen and (max-width: 767px) {
    .search form .input-wrap {
        flex: 1;
    }
}

.search form input[type="text"] {
    font-size: 1.6rem;
    padding: 2.8rem 2rem;
    max-width: 100% !important;
}

@media screen and (max-width: 767px) {
    .search form input[type="text"] {
        padding: 2rem 1rem;
    }
}

.search form input[type="text"]::placeholder {
    color: #c6c6c6;
}

.search form .checkboxs > div {
    min-width: 19.5%;
    display: inline-block !important;
}

@media screen and (max-width: 767px) {
    .search form .checkboxs > div {
        min-width: 30%;
    }
}

.search form .checkboxs > div label {
    padding-left: 4.3rem !important;
}

@media screen and (max-width: 767px) {
    .search form .checkboxs > div label {
        padding-left: 3.5rem !important;
    }
}

.search form .checkboxs > div label::after {
    left: 0.3rem !important;
    width: 10px;
    height: 13px;
}

.search form .checkboxs > div label::before {
    width: 3rem;
    height: 3rem;
    border-radius: 6px;
    top: 50%;
    left: 0;
    margin-left: 0;
    transform: translateY(-50%);
}

.search form .checkboxs > div input:checked + label::before {
    background-color: #073683;
}

.search form #reservationdate,
.search form #reservationdate2 {
    position: relative;
}

.search form #reservationdate .input-group-append,
.search form #reservationdate2 .input-group-append {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    width: 2.5rem;
    height: 100%;
    background: url("../img/calender.png") no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
    .search form #reservationdate .input-group-append,
    .search form #reservationdate2 .input-group-append {
        right: 1rem;
    }
}

.search form #reservationdate .input-group-append .input-group-text,
.search form #reservationdate2 .input-group-append .input-group-text {
    background-color: transparent;
    border: none;
}

.search form #reservationdate .bootstrap-datetimepicker-widget,
.search form #reservationdate2 .bootstrap-datetimepicker-widget {
    width: auto;
    left: inherit !important;
    right: 0 !important;
}

.search
    form
    #reservationdate
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.search
    form
    #reservationdate2
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    right: 7px;
    left: inherit;
}

.search
    form
    #reservationdate
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
.search
    form
    #reservationdate2
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    right: 8px;
    left: inherit;
}

.search form #reservationdate .bootstrap-datetimepicker-widget table,
.search form #reservationdate2 .bootstrap-datetimepicker-widget table {
    font-size: 1.6rem;
}

.search form #reservationdate .bootstrap-datetimepicker-widget table td.active,
.search
    form
    #reservationdate2
    .bootstrap-datetimepicker-widget
    table
    td.active {
    background-color: #073683 !important;
}

@media screen and (max-width: 767px) {
    .search form #reservationdate {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .search form #reservationdate2 {
        margin-bottom: 2rem;
    }
}

/*Custom calendar assessment */

.search form #reservationdate_assessment,
.search form #reservationdate_assessment_2 {
    position: relative;
}

.search form #reservationdate_assessment .input-group-append,
.search form #reservationdate_assessment_2 .input-group-append {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: transparent;
    border: none;
    background: url(../img/calender.png) no-repeat top 1.5rem right 2rem / auto
        50%;
}

@media screen and (max-width: 767px) {
    .search form #reservationdate_assessment .input-group-append,
    .search form #reservationdate_assessment_2 .input-group-append {
        background: url(../img/calender.png) no-repeat top 1rem right 1.5rem /
            auto 70%;
    }
}

.search form #reservationdate_assessment .input-group-append .input-group-text,
.search
    form
    #reservationdate_assessment_2
    .input-group-append
    .input-group-text {
    background-color: transparent;
    border: none;
}

.search form #reservationdate_assessment .bootstrap-datetimepicker-widget,
.search form #reservationdate_assessment_2 .bootstrap-datetimepicker-widget {
    width: auto;
    left: inherit !important;
    right: 0 !important;
}

.search
    form
    #reservationdate_assessment
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.search
    form
    #reservationdate_assessment_2
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    right: 7px;
    left: inherit;
}

.search
    form
    #reservationdate_assessment
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
.search
    form
    #reservationdate_assessment_2
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    right: 8px;
    left: inherit;
}

.search form #reservationdate_assessment .bootstrap-datetimepicker-widget table,
.search
    form
    #reservationdate_assessment_2
    .bootstrap-datetimepicker-widget
    table {
    font-size: 1.6rem;
}

.search
    form
    #reservationdate_assessment
    .bootstrap-datetimepicker-widget
    table
    td.active,
.search
    form
    #reservationdate_assessment_2
    .bootstrap-datetimepicker-widget
    table
    td.active {
    background-color: #073683 !important;
}

@media screen and (max-width: 767px) {
    .search form #reservationdate_assessment {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .search form #reservationdate_assessment_2 {
        margin-bottom: 2rem;
    }
}

/*Custom calendar assessment*/

/*Custom calendar rank*/

.search form #reservationdate_rank,
.search form #reservationdate_rank_2 {
    position: relative;
}

.search form #reservationdate_rank .input-group-append,
.search form #reservationdate_rank_2 .input-group-append {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: transparent;
    border: none;
    background: url(../img/calender.png) no-repeat top 1.5rem right 2rem / auto
        50%;
}

@media screen and (max-width: 767px) {
    .search form #reservationdate_rank .input-group-append,
    .search form #reservationdate_rank_2 .input-group-append {
        background: url(../img/calender.png) no-repeat top 1rem right 1.5rem /
            auto 70%;
    }
}

.search form #reservationdate_rank .input-group-append .input-group-text,
.search form #reservationdate_rank_2 .input-group-append .input-group-text {
    background-color: transparent;
    border: none;
}

.search form #reservationdate_rank .bootstrap-datetimepicker-widget,
.search form #reservationdate_rank_2 .bootstrap-datetimepicker-widget {
    width: auto;
    left: inherit !important;
    right: 0 !important;
}

.search
    form
    #reservationdate_rank
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.search
    form
    #reservationdate_rank_2
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    right: 7px;
    left: inherit;
}

.search
    form
    #reservationdate_rank
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
.search
    form
    #reservationdate_rank_2
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    right: 8px;
    left: inherit;
}

.search form #reservationdate_rank .bootstrap-datetimepicker-widget table,
.search form #reservationdate_rank_2 .bootstrap-datetimepicker-widget table {
    font-size: 1.6rem;
}

.search
    form
    #reservationdate_rank
    .bootstrap-datetimepicker-widget
    table
    td.active,
.search
    form
    #reservationdate_rank_2
    .bootstrap-datetimepicker-widget
    table
    td.active {
    background-color: #073683 !important;
}

@media screen and (max-width: 767px) {
    .search form #reservationdate_rank {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .search form #reservationdate_rank_2 {
        margin-bottom: 2rem;
    }
}

/*Custom calendar rank*/

/*Custom calendar user*/

.search form #reservationdate_user,
.search form #reservationdate_user_2 {
    position: relative;
}

.search form #reservationdate_user .input-group-append,
.search form #reservationdate_user_2 .input-group-append {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: transparent;
    border: none;
    background: url(../img/calender.png) no-repeat top 1.5rem right 2rem / auto
        50%;
}

@media screen and (max-width: 767px) {
    .search form #reservationdate_user .input-group-append,
    .search form #reservationdate_user_2 .input-group-append {
        background: url(../img/calender.png) no-repeat top 1rem right 1.5rem /
            auto 70%;
    }
}

.search form #reservationdate_user .input-group-append .input-group-text,
.search form #reservationdate_user_2 .input-group-append .input-group-text {
    background-color: transparent;
    border: none;
}

.search form #reservationdate_user .bootstrap-datetimepicker-widget,
.search form #reservationdate_user_2 .bootstrap-datetimepicker-widget {
    width: auto;
    left: inherit !important;
    right: 0 !important;
}

.search
    form
    #reservationdate_user
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.search
    form
    #reservationdate_user_2
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    right: 7px;
    left: inherit;
}

.search
    form
    #reservationdate_user
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
.search
    form
    #reservationdate_user_2
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    right: 8px;
    left: inherit;
}

.search form #reservationdate_user .bootstrap-datetimepicker-widget table,
.search form #reservationdate_user_2 .bootstrap-datetimepicker-widget table {
    font-size: 1.6rem;
}

.search
    form
    #reservationdate_user
    .bootstrap-datetimepicker-widget
    table
    td.active,
.search
    form
    #reservationdate_user_2
    .bootstrap-datetimepicker-widget
    table
    td.active {
    background-color: #073683 !important;
}

@media screen and (max-width: 767px) {
    .search form #reservationdate_user {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .search form #reservationdate_user_2 {
        margin-bottom: 2rem;
    }
}

/*Custom calendar user*/

.search form .search-btn {
    margin-top: 4rem;
    position: relative;
}

.search form .search-btn .btn {
    border-color: #0350bf;
    border-radius: 100px;
    font-size: 1.8rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-width: 2px;
    font-weight: 600;
    transition: all 0.2s;
}

.search form .search-btn .btn.btn-primary {
    background-color: #0350bf;
    max-width: 280px;
}

.search form .search-btn .btn.btn-primary:hover {
    opacity: 0.8;
}

.search form .search-btn .btn.btn-outline-primary {
    color: #0350bf;
    max-width: 160px;
}

@media screen and (min-width: 768px) {
    .search form .search-btn .btn.btn-outline-primary {
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    .search form .search-btn .btn.btn-outline-primary {
        margin-top: 2rem !important;
        display: inline-block;
    }
}

.search form .search-btn .btn.btn-outline-primary:hover {
    background-color: #0350bf;
    color: #fff;
}

.detail-img {
    border: solid 1px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 484px;
}

@media screen and (max-width: 767px) {
    .detail-img {
        height: 70vw;
    }
}

.detail-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detail-img.decide-img {
    padding-top: 100%;
    height: 0;
}

.zoomContainer.event-none {
    display: none;
}

.detai-mini-img .detail-img {
    height: 110px;
}

@media screen and (max-width: 767px) {
    .detai-mini-img .detail-img {
        height: 10vw;
    }
}

.image-wrap {
    padding-left: 0;
}

@media screen and (max-width: 767px) {
    .image-wrap {
        padding: 0;
        margin-bottom: 2rem;
    }
}

.detail-img-list {
    margin-top: 2rem;
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
}

@media screen and (max-width: 767px) {
    .detail-img-list {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
}

@media screen and (max-width: 767px) {
    .detail-img-list {
        margin-top: 1rem;
    }
}

.detail-img-list .slick-list {
    width: 100%;
}

.detail-img-list .detai-mini-img {
    padding: 0 1rem;
}

.detail-img-list .slick-track {
    transform: none !important;
}

.detail-img-list .slick-track .detail-img:hover {
    cursor: pointer;
}

.detail {
    margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
    .detail {
        margin-bottom: 4rem;
    }
}

.message {
    margin-bottom: 10rem;
}

.message .message-title {
    color: #073683;
    font-size: 1.8rem;
    margin-bottom: -1.5rem;
}

@media screen and (max-width: 767px) {
    .message .message-title {
        font-size: 2rem;
    }
}

.message .message-title svg {
    width: 3.6rem;
}

.message .message-title span {
    display: inline-block;
    margin-left: 0.5rem;
}

.message textarea {
    padding: 1.5rem 2rem;
    appearance: none;
    -webkit-appearance: none;
    border-color: #073683;
}

.message textarea::placeholder {
    color: #c6c6c6;
    font-weight: 600 !important;
}

.message textarea:focus {
    outline: none;
}

@media screen and (min-width: 768px) {
    .message button.message-send {
        display: inline-block;
        margin-top: auto !important;
        margin-bottom: 0.5rem !important;
        margin-left: 1rem !important;
        padding: 1rem 3rem;
    }
}

@media screen and (max-width: 767px) {
    .message button.message-send {
        margin-top: 3rem !important;
        display: block;
        width: 280px;
        max-width: 100%;
    }
}

.comment {
    margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
    .comment {
        margin-bottom: 3rem;
    }
}

.comment .comment-item {
    padding: 3rem 1rem;
}

@media screen and (max-width: 767px) {
    .comment .comment-item {
        padding: 2rem 0rem;
    }
}

.comment .comment-item:nth-child(odd) {
    background-color: #f0f2f9;
}

@media screen and (max-width: 767px) {
    .comment .comment-item:nth-child(odd) {
        margin-left: -27.5px;
        margin-right: -27.5px;
        padding-left: 27.5px;
        padding-right: 27.5px;
    }
}

@media screen and (min-width: 768px) {
    .comment .comment-item .comment-left {
        max-width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .comment .comment-item .comment-left {
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .comment .comment-item .comment-left .comment-img {
        flex: 1;
    }
}

@media screen and (max-width: 767px) {
    .comment .comment-item .comment-left .comment-img {
        width: 15%;
    }
}

.comment .comment-item .comment-left .comment-img img {
    width: 100%;
}

.comment .comment-item .comment-left .comment-name-wrap {
    flex: 1;
    margin-left: 2rem;
    text-align: right;
}

.comment .comment-item .comment-left .comment-name-wrap p {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .comment .comment-item .comment-left .comment-name-wrap {
        text-align: left;
    }
}

.comment .comment-item .comment-right {
    flex: 1;
}

@media screen and (min-width: 768px) {
    .comment .comment-item .comment-right {
        margin-left: 2rem;
    }
}

.comment .comment-item .comment-right .comment-text {
    color: #383838;
    font-size: 1.6rem;
    line-height: 1.8;
}

.comment .comment-item .comment-right p img {
    max-width: 600px;
    display: block;
}
@media screen and (max-width: 767px) {
    .comment .comment-item .comment-right p img {
        width: 100% !important;
    }
}

.comment .comment-item .comment-name,
.comment .comment-item .comment-date {
    color: #073683;
}

@media screen and (max-width: 767px) {
    .comment .comment-item .comment-name {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 1199px) {
    .zoomContainer {
        display: none;
    }
}

.detai-mini-img-wrap {
    margin: 1rem -1rem;
    position: relative;
    z-index: 100;
}

.detai-mini-img {
    flex: 1;
    margin: 0 1rem;
    border: solid 1px rgba(99, 83, 83, 0.1);
}

.detai-mini-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detail-img img {
    width: 100% !important;
    height: 100% !important;
}

#grayDisplay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* コンテンツ全てに対して固定的に 1160pxとか指定されているときの対応で、
  ダサいが!importantつける */
    max-width: 100% !important;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100000;
}

#grayDisplay img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    height: 90% !important;
    width: 90% !important;
    object-fit: contain;
}

@media screen and (min-width: 1200px) {
    #grayDisplay {
        display: none !important;
    }
}

.btn {
    border-color: #0350bf;
    border-radius: 100px;
    font-size: 1.8rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-width: 2px;
    font-weight: 600;
    transition: all 0.2s;
    transition: all 0.2s;
}

.btn.orange {
    background-color: #e09f38;
    border-radius: 100px;
    padding: 0.8rem 3.2rem;
    border-color: #e09f38;
    display: inline-block;
    color: #fff !important;
}

.btn.btn-primary {
    background-color: #0350bf;
    max-width: 280px;
}

.btn.btn-primary:hover {
    opacity: 0.8;
}

.btn.page-top-right-btn {
    position: absolute;
    display: inline-block;
    bottom: 2rem;
    right: 0;
}

@media screen and (max-width: 767px) {
    .btn.page-top-right-btn {
        bottom: 1rem;
    }
}

.btn.btn-outline-primary {
    color: #0350bf;
    max-width: 160px;
}

@media screen and (min-width: 768px) {
    .btn.btn-outline-primary {
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    .btn.btn-outline-primary {
        margin-top: 2rem !important;
        display: inline-block;
    }
}

.btn.btn-outline-primary:hover {
    background-color: #0350bf;
    color: #fff;
}

.btn.btn-outline-primary.relative {
    position: relative;
}

.btn.btn-outline-white-primary {
    border-color: #dfdfdf !important;
    color: #0350bf;
    max-width: 160px;
}

@media screen and (max-width: 767px) {
    .btn.btn-outline-white-primary {
        margin-top: 2rem !important;
        display: inline-block;
    }
}

.btn.btn-outline-white-primary:hover {
    opacity: 0.8;
}

.btn.btn-outline-blue-primary {
    border-color: #0350bf !important;
    color: #0350bf;
    max-width: 160px;
}

@media screen and (max-width: 767px) {
    .btn.btn-outline-blue-primary {
        margin-top: 2rem !important;
        display: inline-block;
    }
}

.btn.btn-outline-blue-primary:hover {
    opacity: 0.8;
}

.btn.btn-orange {
    border-color: #e09f38;
    background-color: #e09f38;
    color: #fff;
}

.btn:hover {
    opacity: 0.8;
}

.btn.w280 {
    width: 280px;
    max-width: 100% !important;
}

.btn.w300 {
    width: 300px;
    max-width: 100%;
}

.btn.w320 {
    width: 400px !important;
    max-width: 100% !important;
}

.btn.orange-text {
    border-color: transparent;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .btn.wxl40vw {
        width: 40vw;
        max-width: 150px !important;
    }
}

@media screen and (max-width: 767px) {
    .btn.ws40vw {
        width: 40vw;
        max-width: 150px;
    }
}

.search-btn {
    margin-top: 4rem !important;
}

.btn_passview {
    cursor: pointer;
    padding: 0 3rem;
    font-size: 1.4rem;
    color: #073683;
    display: inline-block;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .btn_passview {
        padding: 0.5rem;
        position: absolute;
        right: 7px;
        top: 7px;
    }
}

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

@media screen and (max-width: 767px) {
    .floating {
        position: fixed;
        z-index: 1000;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .floating ul {
        padding-left: 0;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        list-style: none;
    }

    .floating ul li {
        flex: 1;
        text-align: center;
    }

    .floating ul li a {
        font-size: 1rem;
        display: block;
        color: #fff;
    }

    .floating ul li a .floating-icon {
        height: 4rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .floating ul li a .floating-icon svg {
        width: auto;
        height: 70%;
    }

    .floating ul li a .floating-icon svg.svg3 {
        height: 55%;
    }

    .floating ul li a p {
        margin-bottom: 0;
    }

    .floating.staff-floating ul li a .floating-icon svg {
        height: 70%;
    }

    .floating.staff-floating ul li a .floating-icon svg.svg2 {
        margin-left: 0.5rem;
    }

    .floating.staff-floating ul li a .floating-icon svg.svg4 {
        height: 90%;
    }

    .floating.staff-floating ul li a .floating-icon svg.svg5 {
        height: 90%;
    }

    .floating.staff-floating ul li a .floating-icon svg.svg6 {
        height: 80%;
    }
}

@media screen and (max-width: 767px) {
    .change-price {
        padding-left: 0;
        padding-right: 0;
    }
}

.change-price p {
    margin-bottom: 0;
}

.change-price .price-container {
    margin-bottom: 5rem !important;
}

.price {
    overflow: hidden;
    padding: 80px 0 90px;
}

@media screen and (max-width: 499px) {
    .price {
        padding: 40px 0;
    }
}

.price-container {
    display: flex;
    margin-top: 40px;
}

@media (max-width: 1250px) {
    .price-container {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .price-container {
        flex-wrap: wrap;
        margin: 20px auto 0;
        max-width: 500px;
    }
}

.price-box {
    border: 1px solid rgba(112, 112, 112, 0.25);
}

@media screen and (max-width: 499px) {
    .price-box:not(:last-of-type) {
        margin-bottom: 20px;
    }
}

.price-box:first-of-type {
    max-width: 320px;
    width: 100%;
}

@media (max-width: 1350px) {
    .price-box:first-of-type {
        max-width: 300px;
    }
}

@media (max-width: 1250px) {
    .price-box:first-of-type {
        display: none;
    }
}

.price-box:nth-of-type(2) {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .price-box:nth-of-type(2) {
        margin: 0 20px;
    }
}

@media (max-width: 1250px) {
    .price-box:nth-of-type(2) {
        margin: 0 10px;
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .price-box:nth-of-type(2) {
        width: 100%;
        margin: 0;
        margin-bottom: 2rem;
    }
}

.price-box:last-of-type {
    width: 100%;
}

@media (max-width: 1250px) {
    .price-box:last-of-type {
        margin: 0 10px;
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .price-box:last-of-type {
        width: 100%;
        margin: 0;
    }
}

.price-head {
    background: #fff;
    padding: 25px 25px 20px;
}

@media screen and (min-width: 768px) {
    .price-head {
        height: 150px;
    }
}

@media screen and (max-width: 767px) {
    .price-head {
        padding: 25px 20px 20px;
    }
}

.price-head-tit {
    background: #073683;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 12px 11px 10px;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .price-head-tit {
        margin-bottom: 2rem;
        padding: 7px 11px 6px;
    }
}

.price-head-tit img {
    margin: 0 10px 0px 0;
    max-width: 100%;
    width: auto;
}

@media screen and (max-width: 767px) {
    .price-head-tit img {
        margin: 0 6px 5px 0;
    }
}

.price-head-txt {
    color: #073683;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    text-align: center;
}

.price-head-txt span:first-of-type {
    font-size: 2.8rem;
}

.price-foot {
    background: #fff;
}

@media screen and (max-width: 767px) {
    .price-foot {
        height: auto;
    }
}

.price-col {
    border-top: 1px solid rgba(112, 112, 112, 0.25);
    height: 60px;
    background-color: #f0f2f9;
    padding: 16px 10px;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .price-col {
        height: auto;
        min-height: 60px;
    }

    .price-col span {
        color: #000 !important;
    }
}

.price-col._bb {
    border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}

.price-col span {
    color: #073683;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .price-col span._sp {
        position: relative;
    }
}

@media (min-width: 1251px) {
    .price-col span._sp {
        display: none;
    }
}

.price-hcol {
    border-top: 1px solid rgba(112, 112, 112, 0.25);
    background-color: #f0f2f9;
    color: #073683;
    font-weight: 700;
    height: 60px;
    padding: 16px 10px;
    position: relative;
    text-align: center;
}

.price-hcol._bb {
    border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}

.price-q {
    border: 1px solid #073683;
    border-radius: 50%;
    color: #073683;
    cursor: pointer;
    height: 30px;
    line-height: 29px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
    width: 30px;
}

@media screen and (max-width: 767px) {
    .price-q {
        right: -40px;
    }
}

.price-q._white {
    border: 1px solid #fff;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .price-q._white {
        right: 10px;
    }
}

@media (max-width: 374px) {
    .price-q._white {
        right: 10px;
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
    }
}

.price-q:hover {
    opacity: 0.7;
}

.price-y {
    border: 3px solid #073683;
    border-radius: 50%;
    height: 34px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
}

@media (max-width: 1250px) {
    .price-y._pc {
        display: none;
    }
}

.price-n {
    background: #073683;
    height: 3px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
}

.price-foot {
    padding: 29px 24px;
}

.price-btn a {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    width: 100%;
}

.price-btn.orange-text a {
    text-align: center;
    color: #e09f38;
}

.price-link {
    margin-top: 18px;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .price-link {
        display: none;
    }
}

.price-link a {
    color: #073683;
    font-weight: 700;
    padding: 6px 0;
    text-decoration: underline;
}

.price-popup {
    background: #073683;
    color: #fff;
    font-size: 1.2rem;
    opacity: 0;
    padding: 13px 9px;
    position: absolute;
    text-align: left;
    transform: translateY(-50%);
    transition: opacity 0.3s ease, visibility 0.3s ease, z-index 0.3s ease;
    visibility: hidden;
    width: 293px;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .price-popup {
        width: 250px;
    }
}

@media (min-width: 1000px) {
    .price-popup {
        width: 293px;
    }
}

.price-popup._active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.price-popup::after {
    border-color: #073683 transparent transparent transparent;
    border-style: solid;
    border-width: 24px 16px 0 16px;
    bottom: -23px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 0;
}

@media screen and (max-width: 767px) {
    .price-popup::after {
        left: 78%;
    }
}

.price-popup._std {
    right: -40px;
    top: -52px;
}

@media screen and (max-width: 767px) {
    .price-popup._std {
        right: 0;
    }
}

.price-popup._pre {
    left: 70px;
    top: -70px;
}

@media screen and (max-width: 767px) {
    .price-popup._pre {
        left: 0;
        top: -70px;
    }
}

@media (min-width: 1000px) {
    .price-popup._pre {
        left: 0;
    }
}

@media (min-width: 1100px) {
    .price-popup._pre {
        left: 40px;
    }
}

@media (min-width: 1300px) {
    .price-popup._pre {
        left: 90px;
    }
}

@media (min-width: 1600px) {
    .price-popup._pre {
        left: 185px;
    }
}

.price-popup._ris {
    right: -110px;
    bottom: -146px;
}

.price-popup._ris::after {
    border-color: transparent transparent #073683 transparent;
    border-style: solid;
    border-width: 0 16px 24px 16px;
    top: 0;
}

@media screen and (max-width: 767px) {
    .price-popup._ris {
        right: 0;
        bottom: -163px;
    }
}

.price-popup._del {
    right: -110px;
    top: -38px;
}

@media screen and (max-width: 767px) {
    .price-popup._del {
        right: 0;
        top: -55px;
    }
}

form.input_form.price-decide-form {
    max-width: 1000px;
    margin: 0 auto;
}

form.input_form > div {
    padding: 0;
    margin-top: 3rem;
}

form.input_form .form-group {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

form.input_form .form-group.js-address-show {
    display: none;
}

form.input_form .form-group.js-address-show.show {
    display: flex;
}

@media screen and (min-width: 768px) {
    form.input_form .form-group {
        margin-bottom: 3rem;
    }
}

form.input_form .form-group label {
    color: #073683;
}

form.input_form .form-group label .required {
    color: #ef0909;
    font-size: 1rem;
    vertical-align: super;
    display: inline-block;
    margin-left: 1rem;
}

@media screen and (max-width: 767px) {
    form.input_form .form-group label .required {
        margin-left: 0.5rem;
    }
}

@media screen and (min-width: 1500px) {
    form.input_form .form-group label.col-form-label {
        word-break: keep-all;
        white-space: nowrap;
    }
}

@media screen and (min-width: 768px) {
    form.input_form .form-group label.col-form-label {
        flex: 0 0 20%;
    }
}

@media screen and (min-width: 768px) {
    form.input_form .form-group label.col-form-label {
        min-width: 210px;
    }
}

@media screen and (min-width: 768px) {
    form.input_form .form-group label.col-form-label {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    form.input_form .form-group label.col-form-label {
        width: 100%;
        font-size: 1.6rem;
        padding-left: 0;
        word-break: keep-all;
    }
}

@media screen and (min-width: 768px) {
    form.input_form .form-group:not(.align-items-center) label.col-form-label {
        margin-top: calc(-1 * (0.375rem + 1px));
    }
}

@media screen and (max-width: 767px) {
    form.input_form
        .form-group:not(.align-items-center)
        label.col-form-label:not(.align-items-center) {
        margin-top: 0.5rem;
        word-break: keep-all;
    }
}

form.input_form .note-editable {
    min-height: 200px;
}

form.input_form .note-editor {
    box-shadow: none;
    position: relative;
    margin-bottom: 0;
}

form.input_form .note-toolbar,
form.input_form .note-statusbar {
    background-color: transparent;
}

form.input_form.message-summernote .note-toolbar {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    padding: 0.5rem;
    border: solid 1px #073683;
    border-top: none;
}

form.input_form.message-summernote .note-frame {
    border: solid 1px #073683;
    border-radius: 0;
    margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
    form.input_form.message-summernote .note-frame {
        margin-bottom: 7rem;
    }
}

form.input_form.message-summernote .note-statusbar {
    display: none;
}

form.input_form.message-summernote .note-btn {
    margin: 0 0.2rem;
}

form.input_form.message-summernote .note-btn i::before {
    width: 2.5rem;
    height: 2.5rem;
}

form.input_form.message-summernote .note-btn .note-icon-link:before {
    width: 2.2rem;
    height: 2.2rem;
}

form.input_form .note-btn-group:not(.note-insert) {
    display: none;
}

form.input_form .note-btn {
    border: none;
    background: transparent;
}

form.input_form .note-btn .note-icon-link:before {
    content: "";
    width: 2.2rem;
    height: 2.2rem;
    background: url("../img/editor_link.png") no-repeat center center/contain;
}

form.input_form .note-btn .note-icon-picture:before {
    content: "";
    width: 2.2rem;
    height: 2.2rem;
    background: url("../img/editor_img.png") no-repeat center center/contain;
}

form.input_form .note-btn .note-icon-video:before {
    content: "";
    width: 2.2rem;
    height: 2.2rem;
    background: url("../img/editor_movie.png") no-repeat center center/contain;
}

form.input_form .modal-link {
    color: #073683;
    text-decoration: underline;
    transition: all 0.2s;
    margin-bottom: 1rem;
    word-break: keep-all;
    display: block;
}

@media screen and (max-width: 767px) {
    form.input_form .modal-link {
        font-size: 1.6rem;
    }
}

form.input_form .modal-link:hover {
    opacity: 0.8;
}

form.input_form .input-wrap {
    padding: 0;
    max-width: 100% !important;
}

form.input_form .input-wrap.credit-input label {
    font-size: 1.6rem;
}

form.input_form .input-wrap.credit-input ul.card-logos {
    display: flex;
    padding-left: 0;
    list-style: none;
}

form.input_form .input-wrap.credit-input ul.card-logos li {
    height: 2rem;
    width: auto;
}

form.input_form .input-wrap.credit-input ul.card-logos li img {
    height: 100%;
    width: auto;
}

form.input_form .input-wrap.credit-input .credit-text {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

form.input_form .input-wrap.credit-input .input-mini {
    max-width: 200px !important;
}

form.input_form .input-wrap.credit-input .input-mid {
    max-width: 220px !important;
}

form.input_form .input-wrap.credit-input .input-large {
    max-width: 500px !important;
}

form.input_form .input-wrap.credit-input .input-last-name {
    margin-right: 1.5rem;
}

form.input_form .input-wrap.credit-input .bank-code-input input {
    margin-right: 3rem;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    form.input_form .input-wrap.credit-input .bank-code-input input {
        margin-right: 1rem;
        width: 60%;
    }
}

form.input_form .input-wrap.credit-input .bank-code-input a {
    flex-shrink: 1;
}

form.input_form
    .input-wrap.credit-input.credit-input-radio
    .radio-input:not(:first-child) {
    margin-top: 4rem;
}

form.input_form
    .input-wrap.credit-input.credit-input-radio
    > *:not(.radio-input) {
    margin-left: 4rem;
}

@media screen and (max-width: 767px) {
    form.input_form
        .input-wrap.credit-input.credit-input-radio
        > *:not(.radio-input) {
        margin-left: 2rem;
    }
}

form.input_form .input-wrap.credit-input.credit-input-radio .radio-input {
    margin-bottom: 1rem;
}

form.input_form .input-wrap.credit-input.credit-input-radio .radio-input input {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}

form.input_form .input-wrap.credit-input.credit-input-radio .radio-input span {
    color: #073683;
    font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
    form.input_form .input-wrap {
        padding-left: 0.5rem;
        flex: 1;
    }
}

@media screen and (min-width: 1500px) {
    form.input_form .input-wrap {
        padding-left: 3.2rem;
        flex: 1;
    }
}

form.input_form .input-wrap .address-input a {
    color: #0350bf;
}

@media screen and (max-width: 767px) {
    form.input_form .input-wrap .address-input a {
        display: inline-block;
        margin-top: 0.5rem;
        word-break: keep-all;
    }
}

form.input_form .input-wrap .upload-imgs {
    padding: 2rem 0;
    margin-left: -1rem;
    margin-right: -1rem;
}

form.input_form .input-wrap .upload-imgs .upload-imgs__item {
    width: 19%;
    padding: 0 1rem;
    display: inline-block;
    vertical-align: top;
}

form.input_form .input-wrap .drop-area {
    border: dashed 1px #0b50bf;
    padding: 4rem 1rem;
    transition: all 0.2s;
}

form.input_form .input-wrap .drop-area.dragover {
    background-color: #ccc;
}

form.input_form .input-wrap .drop-area input[type="file"] {
    display: none;
}

form.input_form .input-wrap .drop-area .drop-img {
    max-width: 60px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

form.input_form .input-wrap .drop-area .drop-img img {
    width: 100%;
}

form.input_form .input-wrap .drop-area label {
    color: #0b50bf;
    margin-bottom: 1rem !important;
    background-color: #fff;
}

form.input_form .input-wrap .drop-area label:hover {
    opacity: 0.7;
}

form.input_form .input-wrap .drop-area .drop-text {
    color: #073683;
}

@media screen and (max-width: 767px) {
    form.input_form .input-wrap .drop-area .drop-text {
        font-size: 1.6rem;
    }
}

form.input_form .input-wrap .input-text {
    color: #383838;
}

@media screen and (max-width: 767px) {
    form.input_form .input-wrap.uploaded-images {
        width: 100%;
    }
}

form.input_form .input-wrap .input-imgs {
    margin-left: -1rem;
    margin-right: -1rem;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    form.input_form .input-wrap .input-imgs {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
        justify-content: space-between;
    }
}

form.input_form .input-wrap .input-imgs .input-img {
    width: 31%;
    margin: 0 1% 2rem;
    padding-top: 20%;
    position: relative;
}

@media screen and (max-width: 767px) {
    form.input_form .input-wrap .input-imgs .input-img {
        width: 47%;
        padding-top: 27%;
    }
}

form.input_form .input-wrap .input-imgs .input-img img {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

form.input_form input[type="text"],
form.input_form .select-wrap,
form.input_form input[type="email"],
form.input_form input[type="tel"],
form.input_form input[type="password"],
form.input_form input[type="number"] {
    font-size: 16px;
    border-radius: 0;
    padding: 0 3rem;
    min-height: 44px;
    max-width: 100% !important;
}

@media screen and (max-width: 767px) {
    form.input_form input[type="text"],
    form.input_form .select-wrap,
    form.input_form input[type="email"],
    form.input_form input[type="tel"],
    form.input_form input[type="password"],
    form.input_form input[type="number"] {
        padding: 1rem 1rem;
    }
}

form.input_form input[type="text"]::placeholder,
form.input_form .select-wrap::placeholder,
form.input_form input[type="email"]::placeholder,
form.input_form input[type="tel"]::placeholder,
form.input_form input[type="password"]::placeholder,
form.input_form input[type="number"]::placeholder {
    color: #c6c6c6 !important;
    font-weight: 600;
}

form.input_form input[type="text"]:focus,
form.input_form .select-wrap:focus,
form.input_form input[type="email"]:focus,
form.input_form input[type="tel"]:focus,
form.input_form input[type="password"]:focus,
form.input_form input[type="number"]:focus {
    outline: none;
}

@media screen and (min-width: 768px) {
    form.input_form input[type="text"].max-width-md,
    form.input_form .select-wrap.max-width-md,
    form.input_form input[type="email"].max-width-md,
    form.input_form input[type="tel"].max-width-md,
    form.input_form input[type="password"].max-width-md,
    form.input_form input[type="number"].max-width-md {
        max-width: 300px !important;
    }
}

@media screen and (min-width: 1008px) {
    form.input_form input[type="text"].max-width-md,
    form.input_form .select-wrap.max-width-md,
    form.input_form input[type="email"].max-width-md,
    form.input_form input[type="tel"].max-width-md,
    form.input_form input[type="password"].max-width-md,
    form.input_form input[type="number"].max-width-md {
        max-width: 400px !important;
    }
}

@media screen and (max-width: 767px) {
    form.input_form input[type="text"].max-width-sp,
    form.input_form .select-wrap.max-width-sp,
    form.input_form input[type="email"].max-width-sp,
    form.input_form input[type="tel"].max-width-sp,
    form.input_form input[type="password"].max-width-sp,
    form.input_form input[type="number"].max-width-sp {
        max-width: 60vw !important;
        margin-right: 1rem !important;
    }
}

form.input_form .radio-item {
    margin-right: 2rem;
}

form.input_form .radio-item input {
    display: none;
}

form.input_form .radio-item input:checked + label:after {
    content: "";
    position: absolute;
    left: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
    background-color: #073683;
    border-radius: 100px;
}

form.input_form .radio-item label {
    position: relative;
    display: inline-block;
    padding-left: 3rem;
    transition: all 0.2s;
}

form.input_form .radio-item label:hover {
    cursor: pointer;
}

form.input_form .radio-item label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    border: solid 1px #ced4da;
    border-radius: 100px;
}

form.input_form textarea {
    padding: 1rem 3rem;
    border: solid 1px #ced4da;
    box-shadow: none;
    font-size: 16px;
}

form.input_form textarea:focus {
    outline: none;
}

form.input_form textarea::placeholder {
    color: #c6c6c6 !important;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    form.input_form textarea {
        padding: 1rem 1rem;
    }
}

form.input_form .select-wrap {
    padding: 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    form.input_form .select-wrap {
        padding: 0.8rem 1rem;
        min-height: 44px;
    }
}

form.input_form .select-wrap:before {
    content: "";
    position: absolute;
    right: 2rem;
    border-top: solid 1px #073683;
    width: 0.7rem;
    height: 0.7rem;
    top: 42%;
    transform: rotate(135deg);
}

@media screen and (min-width: 768px) {
    form.input_form .select-wrap:before {
        border-right: solid 1px #073683;
    }
}

@media screen and (max-width: 767px) {
    form.input_form .select-wrap:before {
        width: 1.2rem;
        height: 1.2rem;
        border-top: solid 2px #073683;
        border-left: solid 2px #073683;
        transform: translateY(-50%) rotate(-135deg)
            skew(calc((90deg - 60deg) / 2), calc((90deg - 60deg) / 2));
        /* calc((90deg - 欲しい角度) / 2) */
    }
}

form.input_form .select-wrap select {
    height: 100%;
    width: 100%;
    font-size: 16px;
    padding-left: 3rem;
    background-position: right 10px center;
    appearance: none;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    outline: none;
    letter-spacing: 0;
    background-color: transparent !important;
}

@media screen and (max-width: 767px) {
    form.input_form .select-wrap select {
        padding: 0;
    }
}

form.input_form .checkboxs > div {
    min-width: 19.5%;
    display: inline-block !important;
}

@media screen and (max-width: 767px) {
    form.input_form .checkboxs > div {
        min-width: 30%;
    }
}

form.input_form .checkboxs > div label {
    padding-left: 4.3rem !important;
}

@media screen and (max-width: 767px) {
    form.input_form .checkboxs > div label {
        padding-left: 3.5rem !important;
    }
}

form.input_form .checkboxs > div label::after {
    left: 0.3rem !important;
    width: 10px;
    height: 13px;
}

form.input_form .checkboxs > div label::before {
    width: 3rem;
    height: 3rem;
    border-radius: 6px;
    top: 50%;
    left: 0;
    margin-left: 0;
    transform: translateY(-50%);
}

form.input_form #reservationdate,
form.input_form #reservationdate2 {
    position: relative;
}

form.input_form #reservationdate .input-group-append,
form.input_form #reservationdate2 .input-group-append {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    width: 2.5rem;
    height: 100%;
    background: url("../img/calender.png") no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
    form.input_form #reservationdate .input-group-append,
    form.input_form #reservationdate2 .input-group-append {
        right: 1rem;
    }
}

form.input_form #reservationdate .input-group-append .input-group-text,
form.input_form #reservationdate2 .input-group-append .input-group-text {
    background-color: transparent;
    border: none;
}

form.input_form #reservationdate .bootstrap-datetimepicker-widget,
form.input_form #reservationdate2 .bootstrap-datetimepicker-widget {
    width: auto;
    left: inherit !important;
    right: 0 !important;
}

form.input_form
    #reservationdate
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
form.input_form
    #reservationdate2
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    right: 7px;
    left: inherit;
}

form.input_form
    #reservationdate
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
form.input_form
    #reservationdate2
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    right: 8px;
    left: inherit;
}

form.input_form #reservationdate .bootstrap-datetimepicker-widget table,
form.input_form #reservationdate2 .bootstrap-datetimepicker-widget table {
    font-size: 1.6rem;
}

form.input_form
    #reservationdate
    .bootstrap-datetimepicker-widget
    table
    td.active,
form.input_form
    #reservationdate2
    .bootstrap-datetimepicker-widget
    table
    td.active {
    background-color: #073683 !important;
}

@media screen and (max-width: 767px) {
    form.input_form #reservationdate {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 767px) {
    form.input_form #reservationdate2 {
        margin-bottom: 2rem;
    }
}

form.input_form .search-btn {
    margin-top: 4rem;
    position: relative;
}

form.input_form .search-btn .btn {
    border-color: #0350bf;
    border-radius: 100px;
    font-size: 1.8rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-width: 2px;
    font-weight: 600;
    transition: all 0.2s;
}

form.input_form .search-btn .btn.btn-primary {
    background-color: #0350bf;
    max-width: 280px;
}

form.input_form .search-btn .btn.btn-primary:hover {
    opacity: 0.8;
}

form.input_form .search-btn .btn.btn-outline-primary {
    color: #0350bf;
    max-width: 160px;
}

@media screen and (min-width: 768px) {
    form.input_form .search-btn .btn.btn-outline-primary {
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    form.input_form .search-btn .btn.btn-outline-primary {
        margin-top: 2rem !important;
        display: inline-block;
    }
}

form.input_form .search-btn .btn.btn-outline-primary:hover {
    background-color: #0350bf;
    color: #fff;
}

form.input_form .search-btn .btn.btn-outline-primary.relative {
    position: relative;
}

@media screen and (max-width: 767px) {
    form.input_form .w-sm-70 {
        width: 70% !important;
    }
}

@media screen and (max-width: 767px) {
    form.input_form .w-sm-30 {
        width: 30% !important;
    }
}

@media screen and (max-width: 767px) {
    form.address_input .form-group > label {
        width: 30vw !important;
        word-wrap: break-word;
    }

    form.address_input .form-group .input-wrap {
        flex: 1 !important;
    }
}

form.address_input .form-group > label {
    width: 30vw !important;
    word-wrap: break-word;
}

form.address_input .form-group > label a {
    color: #0350bf;
}

.pad-small form.input_form > div {
    margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
    .confirm {
        margin-top: -1rem;
    }
}

@media screen and (min-width: 768px) {
    .confirm .form-title {
        display: none;
    }
}

.confirm .form-title h2 {
    border: solid 1px rgba(112, 112, 112, 0.4);
    padding: 2rem;
    font-size: 2rem;
    font-weight: 600 !important;
    color: #073683;
    margin-bottom: 0;
    background-color: #e5eaf2;
    border-bottom: 0;
}

@media screen and (max-width: 767px) {
    .confirm .form-group {
        border: solid 1px rgba(112, 112, 112, 0.4);
        border-top: none;
        margin: 0 !important;
        padding: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .confirm .form-group .col-form-label:not(.sp-100) {
        flex: 1;
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .confirm .form-group .input-wrap {
        width: auto;
    }
}

.confirm .form-group .input-wrap input {
    border: none;
    background-color: transparent;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .confirm .form-group .input-wrap input {
        width: 12rem;
        text-align: right;
    }
}

.confirm .form-group .input-wrap .input-text {
    font-size: 1.6rem;
}

div[data-toggle] {
    display: none;
}

.privacy a {
    color: #000 !important;
}

.privacy input {
    display: none;
}

.privacy input:checked + label:after {
    content: "";
    position: absolute;
    left: 0.6rem;
    top: 0.2rem;
    transform: rotate(50deg);
    width: 1rem;
    height: 1.8rem;
    border-right: solid 3px #e09f38;
    border-bottom: solid 3px #e09f38;
}

.privacy label {
    position: relative;
    padding-left: 3rem;
}

@media screen and (max-width: 767px) {
    .privacy label {
        font-size: 1.6rem;
    }
}

.privacy label span {
    font-size: 1.6rem;
    display: block;
}

@media screen and (max-width: 767px) {
    .privacy label span {
        font-size: 1.2rem;
    }
}

.privacy label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 2rem;
    height: 2rem;
    border: solid 1px #707070;
}

@media screen and (max-width: 767px) {
    .complete .h1 {
        text-align: center !important;
    }
}

@media screen and (max-width: 767px) {
    .complete .complete-text {
        text-align: left !important;
    }
}

.caution-box {
    padding: 2rem;
    margin-top: 2rem;
}

@media screen and (max-width: 767px) {
    .caution-box {
        padding: 2rem 1.5rem;
    }
}

.caution-box.outline {
    border: solid 1px #dfdfdf;
}

.caution-box.orange {
    border: solid 5px #e09f38;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.caution-box.orange .caution-title {
    color: #e09f38;
    margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
    .caution-box.orange .caution-title {
        font-size: 2rem;
    }
}

.caution-box.orange ul {
    list-style: none;
    justify-content: space-between;
    padding-left: 0;
    max-width: 1050px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .caution-box.orange ul li {
        width: 47%;
        margin: 0 1rem;
        max-width: 494px;
    }
}

.caution-box.orange ul li .caution-li-title {
    color: #0450bf;
    font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
    .caution-box.orange ul li .caution-li-title {
        font-size: 2rem;
    }
}

.caution-box.orange ul li .caution-li-title img {
    margin-right: 0.6rem;
}

.caution-box.orange ul li .caution-text {
    background-color: #f7f8fc;
    padding: 2rem 0.1rem;
}

@media screen and (max-width: 767px) {
    .caution-box.orange ul li {
        margin-bottom: 2rem;
    }
}

.caution-box p {
    font-size: 1.6rem;
}

.caution-box ul li {
    margin-bottom: 1rem;
}

.caution-box ul li span {
    display: block;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .caution-box ul {
        padding-left: 2rem;
    }
}

.caution-box:nth-of-type(2) ul li {
    margin-bottom: 1rem;
    font-size: 1.6rem;
}

.error-wrap {
    border: solid 2px #ef0909;
    color: #ef0909;
    background-color: rgba(255, 0, 0, 0.1);
    padding: 1rem;
    margin-bottom: 2rem;
}

.error-wrap p {
    position: relative;
    padding-left: 2.2rem;
    font-weight: 500;
}

.error-wrap p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.8rem;
    height: 1.8rem;
    transform: translateY(-50%);
    background: url("../img/error_icon.png") no-repeat center center/contain;
}

.input-error {
    border: solid 1px #ef0909;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.input-error-text {
    color: #ef0909;
    font-size: 1.2rem;
    font-weight: 500;
}

.input-radio-error {
    color: #ef0909 !important;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .input-radio-error {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .input-radio-error {
        display: inline-block;
        margin-left: 1rem;
        vertical-align: text-top;
    }
}

.textarea-note-error .note-editing-area {
    border: solid 1px #ef0909;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.upload-imgs__item {
    position: relative;
}

.upload-imgs__item img,
.upload-imgs__item video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid #dfdfdf;
    aspect-ratio: 1.5/1;
}

.upload-imgs__item__delete {
    position: absolute;
    top: -5px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #0b50bf;
    border-radius: 50%;
    border: none;
}

.upload-imgs__item__delete::before,
.upload-imgs__item__delete::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #fff;
    width: 2px;
    height: 15px;
    top: 2.5px;
    right: 9px;
    border-radius: 2px;
}

.upload-imgs__item__delete::before {
    transform: rotate(45deg);
}

.upload-imgs__item__delete::after {
    transform: rotate(-45deg);
}

.modal-open {
    padding-right: 0 !important;
}

.modal-open .modal {
    z-index: 99999;
    overflow: hidden;
    padding-right: 0 !important;
}

.modal-open .modal .modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    min-height: 100vh;
    min-width: inherit;
}

.modal-open .modal .modal-dialog.modal-xl {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .modal-open .modal .modal-dialog.modal-xl {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.modal-open .modal .modal-dialog.modal-xl .modal-content {
    overflow: scroll;
    max-height: 85vh;
}

@media screen and (min-width: 768px) {
    .modal-open .modal .modal-dialog.modal-xl .modal-content {
        padding: 80px 100px;
    }
}

@media screen and (max-width: 767px) {
    .modal-open .modal .modal-dialog.modal-xl .modal-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.modal-open .modal .modal-dialog.modal-xl .modal-content > div {
    max-width: 1200px !important;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .modal-open .modal .modal-dialog.modal-xl .modal-content > div {
        padding-top: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .modal-open .modal .modal-dialog.modal-xl .modal-content > div {
        margin-top: -1rem;
        margin-bottom: -1rem;
    }
}

.modal-open .modal .modal-content {
    padding: 3rem;
}

.modal-open .modal .modal-content .modal-title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    color: #073683;
}

@media screen and (max-width: 767px) {
    .modal-open .modal .modal-content .modal-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}

.modal-open .modal .modal-content .modal-text {
    color: #383838;
    font-size: 1.6rem;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .modal-open .modal .modal-content .modal-text {
        line-height: 1.8;
    }
}

.modal-open .modal .modal-content .modal-price {
    font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
    .modal-open .modal .modal-content .modal-price {
        font-size: 2rem;
    }
}

.modal-open .modal .modal-content .modal-items .modal-item .modal-item-image {
    margin-bottom: 2rem;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.modal-open
    .modal
    .modal-content
    .modal-items
    .modal-item
    .modal-item-image
    img {
    height: 250px;
    object-fit: contain;
}

.modal-open .modal .modal-content .modal-items .modal-item .modal-item-title {
    font-size: 2rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .modal-open
        .modal
        .modal-content
        .modal-items
        .modal-item
        .modal-item-title {
        margin-bottom: 1rem;
    }
}

.modal-open .modal .modal-content .modal-items .modal-item .modal-item-text {
    font-size: 1.2rem;
    line-height: 2.3;
}

@media screen and (max-width: 767px) {
    .modal-open
        .modal
        .modal-content
        .modal-items
        .modal-item
        .modal-item-text {
        font-size: 1.6rem;
        line-height: 1.8;
    }
}

.modal-open .modal .modal-content .modal-items .modal-item:nth-child(1),
.modal-open .modal .modal-content .modal-items .modal-item:nth-child(2),
.modal-open .modal .modal-content .modal-items .modal-item:nth-child(3) {
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .modal-open
        .modal
        .modal-content
        .modal-items
        .modal-item:not(:last-child) {
        margin-bottom: 2rem;
    }
}

.modal-open .modal .modal-content .btn-wrap {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .modal-open .modal .modal-content .btn-wrap {
        margin-left: inherit !important;
        margin-right: inherit !important;
    }
}

@media screen and (max-width: 767px) {
    .modal-open .modal .modal-content .btn {
        max-width: 80%;
        width: 75vw;
    }
}

.modal-open .modal .modal-close-wrap {
    text-align: left;
}

.modal-open .modal .modal-close-wrap button {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    background-color: transparent;
    border: none;
    position: relative;
    margin-bottom: 2rem;
}

.modal-open .modal .modal-close-wrap button:before,
.modal-open .modal .modal-close-wrap button:after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3px;
    background-color: #fff;
    transform: rotate(45deg);
}

.modal-open .modal .modal-close-wrap button:after {
    transform: rotate(-45deg);
}

.modal-backdrop.show {
    z-index: 99998;
}

.note-modal .modal-dialog {
    box-shadow: none !important;
    max-width: inherit !important;
    margin: 0 auto;
}

@media screen and (max-width: 499px) {
    .note-modal .modal-dialog {
        margin-right: 2rem;
        margin-left: 2rem;
    }
}

.note-modal .modal-dialog h4 {
    font-weight: bold;
}

.note-modal .modal-dialog .modal-content {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
}

.note-modal .modal-dialog .close {
    background: transparent;
    color: #fff;
    position: absolute;
    bottom: 100%;
    font-size: 4rem;
    left: -0.5rem;
    margin: 0;
    padding: 0;
    opacity: 1;
}

.note-modal .modal-dialog .sn-checkbox-open-in-new-window label {
    padding-left: 4.3rem !important;
}

@media screen and (max-width: 767px) {
    .note-modal .modal-dialog .sn-checkbox-open-in-new-window label {
        padding-left: 3.5rem !important;
    }
}

.note-modal .modal-dialog .sn-checkbox-open-in-new-window label::after {
    left: 0.3rem !important;
    width: 10px;
    height: 13px;
}

.note-modal .modal-dialog .sn-checkbox-open-in-new-window label::before {
    width: 3rem;
    height: 3rem;
    border-radius: 6px;
    top: 50%;
    left: 0;
    margin-left: 0;
    transform: translateY(-50%);
}

.note-modal
    .modal-dialog
    .sn-checkbox-open-in-new-window
    input:checked
    + label::before {
    background-color: #073683;
}

.note-modal .modal-dialog .sn-checkbox-use-protocol {
    display: none;
}

.ranking-items {
    flex-wrap: wrap;
}

.ranking-items .ranking-item {
    margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
    .ranking-items .ranking-item {
        max-width: 507px;
    }
}

@media screen and (max-width: 767px) {
    .ranking-items .ranking-item {
        padding-top: 2rem;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .ranking-items .ranking-item {
        max-width: 300px;
    }
}

@media screen and (min-width: 768px) {
    .ranking-items .ranking-item:nth-child(1),
    .ranking-items .ranking-item:nth-child(2) {
        width: calc(50% - 1.5rem);
        max-width: unset;
    }
}

@media screen and (max-width: 767px) {
    .ranking-items .ranking-item:nth-child(1) .ranking-item-content,
    .ranking-items .ranking-item:nth-child(2) .ranking-item-content {
        margin-top: 2rem !important;
    }
}

@media screen and (min-width: 768px) {
    .ranking-items .ranking-item:nth-child(n + 3) {
        width: calc(100% / 3.2);
        margin: 0 1%;
    }
}

@media screen and (max-width: 767px) {
    .ranking-items .ranking-item:nth-child(n + 3) .ranking-item-content {
        margin-top: 0rem !important;
    }
}

.ranking-items .ranking-item .ranking-item-img {
    margin-bottom: 2rem;
    padding-top: 60%;
    position: relative;
}

.ranking-items .ranking-item .ranking-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ranking-items .ranking-item .ranking-item-icon {
    position: relative;
    margin-right: 1rem;
}

@media screen and (min-width: 768px) {
    .ranking-items .ranking-item .ranking-item-icon {
        padding: 0 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .ranking-items .ranking-item .ranking-item-icon {
        display: inline-block;
    }
}

.ranking-items .ranking-item .ranking-item-icon:before {
    content: "1位";
    font-size: 2.6rem;
    color: #073683;
    position: relative;
    z-index: 10;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    word-break: keep-all;
}

@media screen and (max-width: 767px) {
    .ranking-items .ranking-item .ranking-item-icon:before {
        font-size: 1.8rem;
        padding-left: 1.2rem;
        display: inline-block;
        transform: translate(0.55rem, 1rem);
    }
}

.ranking-items .ranking-item .ranking-item-icon:after {
    content: "";
    position: absolute;
    top: -2.5rem;
    bottom: -1rem;
    left: 0;
    right: 0;
    background: url("../img/oukan.png") no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
    .ranking-items .ranking-item .ranking-item-icon:after {
        top: -2.2rem;
        right: -2.5rem;
        bottom: -3rem;
    }
}

.ranking-items .ranking-item:nth-child(1) {
    margin-right: 3rem;
}

.ranking-items .ranking-item:nth-child(2) .ranking-item-icon:before {
    content: "2位";
}

.ranking-items .ranking-item:nth-child(3) .ranking-item-icon {
    padding: 0;
}

.ranking-items .ranking-item:nth-child(3) .ranking-item-icon:before {
    content: "3位";
    padding: 1rem 1.5rem;
    margin-right: 0rem;
}

@media screen and (max-width: 767px) {
    .ranking-items .ranking-item:nth-child(3) .ranking-item-icon:before {
        transform: none;
        padding-top: 0.5rem;
        padding-left: 0;
        padding-bottom: 0;
    }
}

.ranking-items .ranking-item:nth-child(3) .ranking-item-icon:after {
    display: none;
}

.ranking-items .ranking-item:nth-child(4) .ranking-item-icon {
    padding: 0;
}

.ranking-items .ranking-item:nth-child(4) .ranking-item-icon:before {
    content: "4位";
    padding: 1rem 1.5rem;
    margin-right: 0rem;
}

@media screen and (max-width: 767px) {
    .ranking-items .ranking-item:nth-child(4) .ranking-item-icon:before {
        padding: 0rem 1rem;
    }
}

@media screen and (max-width: 767px) {
    .ranking-items .ranking-item:nth-child(4) .ranking-item-icon:before {
        transform: none;
        padding-top: 0.5rem;
        padding-left: 0;
    }
}

.ranking-items .ranking-item:nth-child(4) .ranking-item-icon:after {
    display: none;
}

.ranking-items .ranking-item:nth-child(5) .ranking-item-icon {
    padding: 0;
}

.ranking-items .ranking-item:nth-child(5) .ranking-item-icon:before {
    content: "5位";
    padding: 1rem 1.5rem;
    margin-right: 0rem;
}

@media screen and (max-width: 767px) {
    .ranking-items .ranking-item:nth-child(5) .ranking-item-icon:before {
        padding: 0rem 1rem;
    }
}

@media screen and (max-width: 767px) {
    .ranking-items .ranking-item:nth-child(5) .ranking-item-icon:before {
        transform: none;
        padding-top: 0.5rem;
        padding-left: 0;
    }
}

.ranking-items .ranking-item:nth-child(5) .ranking-item-icon:after {
    display: none;
}

@media screen and (max-width: 767px) {
    .ranking-items .ranking-item:nth-child(n) {
        margin-right: 2rem;
        margin-left: 2rem;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .ranking-items .ranking-item:not(:first-child) {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .ranking-items .ranking-item .ranking-item-content {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .ranking-items .ranking-item:nth-child(n + 2) .ranking-item-content {
        margin-top: 1.2rem;
    }
}

.ranking-items .ranking-item .ranking-item-name {
    color: #e09f38;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
    .ranking-items .ranking-item .ranking-item-name {
        font-size: 2.4rem;
    }
}

.ranking-items .ranking-item .ranking-item-price {
    font-size: 2.4rem;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media screen and (min-width: 768px) {
    .ranking-items .ranking-item .ranking-item-price {
        justify-content: flex-end;
    }
}

@media screen and (max-width: 767px) {
    .ranking-items .ranking-item .ranking-item-price {
        font-size: 2.4rem;
    }
}

.ranking-wrap {
    background: url(../img/ranking_bg.png) center/cover repeat;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .ranking-wrap {
        background: url(../img/ranking_bg_sp.png) repeat-y center/100% auto;
    }
}

.ranking-wrap .white-box {
    margin-bottom: 0;
}

.ranking-wrap .container-fluid.change-price {
    padding-bottom: 10rem;
}

.ranking-wrap .h1 span.h1-icon svg:not(.not-fill) path {
    fill: inherit;
}

.ranking-wrap .h1 span.h1-icon svg {
    width: 18.8rem;
    fill: #ffffff;
}

@media screen and (max-width: 767px) {
    .ranking-wrap .h1 span.h1-icon svg {
        width: 13.2rem;
    }
}

.ranking-wrap .h1 {
    justify-content: center;
    position: relative;
    height: 15.1rem;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
    .ranking-wrap .h1 {
        margin-top: 1rem;
        height: 11.3rem;
    }
}

.ranking-wrap .h1 span.h1-icon {
    position: absolute;
    width: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ranking-wrap .h1 span:not(.h1-icon) {
    z-index: 2;
}

.ranking-wrap .h1 .ja-label {
    font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
    .ranking-wrap .h1 .ja-label {
        font-size: 1.4rem;
    }
}

.ranking-wrap .h1 .en-label {
    font-family: futura-pt-bold, sans-serif;
    font-size: 5.1rem;
}

@media screen and (max-width: 767px) {
    .ranking-wrap .h1 .en-label {
        font-size: 3rem;
    }
}

#パス_1189 {
    fill: #073683;
}

.article-date {
    color: #073683;
    margin-bottom: 2.2rem !important;
}

@media screen and (min-width: 768px) {
    .article-date {
        flex: 1;
        word-break: keep-all;
        white-space: nowrap;
    }
}

@media screen and (max-width: 767px) {
    .article-date {
        font-size: 1.4rem;
        width: 100%;
        text-align: right;
        flex-wrap: wrap;
    }
}

.news-article {
    margin-bottom: 10rem;
}

.news-article .article-thumb {
    margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
    .news-article .article-thumb {
        margin-bottom: 1rem;
    }
}

.news-article h2 {
    color: #073683;
    margin-bottom: 2rem;
    font-weight: 600;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .news-article h2 {
        margin-bottom: 1rem;
        line-height: 1.8;
    }
}

.news-article p {
    font-size: 1.6rem;
    color: #383838;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .news-article p {
        line-height: 1.8;
    }
}

.news-article h3 {
    color: #073683;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 2rem;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .news-article h3 {
        margin-bottom: 1rem;
        line-height: 1.8;
    }
}

.half-table {
    padding-left: 0;
    padding-right: 0;
}

.half-table table {
    width: 100%;
    margin-bottom: 4rem;
    min-width: inherit !important;
}

@media screen and (max-width: 1500px) {
    .half-table table {
        table-layout: fixed;
    }
}

@media screen and (max-width: 767px) {
    .half-table table.sp-border {
        border: solid 1px rgba(112, 112, 112, 0.4);
    }
}

@media screen and (max-width: 767px) {
    .half-table table thead th {
        display: block !important;
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}

.half-table table thead th.sorting_disabled p::before,
.half-table table thead th.sorting_disabled p::after {
    display: none !important;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .half-table table thead th {
        padding: 0.5rem;
    }

    .half-table table thead th p {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .half-table table thead.display-none {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .half-table table tbody td {
        display: block;
    }
}

.half-table table tbody td:not(.sorting_1) {
    display: block;
}

@media screen and (max-width: 767px) {
    .half-table table tbody td.sorting_1 + td {
        display: none;
    }

    .half-table table tbody td.sorting_1 + td + td {
        display: none;
    }

    .half-table table tbody td.sorting_1 + td + td + td {
        display: none;
    }

    .half-table table tbody td.sorting_1 + td + td + td + td {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .half-table table tbody td > div {
        justify-content: space-between;
        font-size: 1.6rem;
    }
}

.half-table table tbody td .user-title span {
    display: block;
    font-size: 2rem;
    color: #e09f38;
}

.half-table table tbody td .user-text {
    color: #383838;
}

.half-table table tbody td .btn {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 3rem !important;
}

@media screen and (max-width: 767px) {
    .half-table table tr:first-child td {
        border-top: solid 1px rgba(112, 112, 112, 0.4);
    }
}

.setting-list-sp {
    margin-top: 3rem;
}

@media screen and (min-width: 768px) {
    .setting-list-sp {
        margin-top: 10rem;
    }
}

@media screen and (max-width: 767px) {
    .setting-list-sp {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
}

.setting-list-sp ul {
    padding-left: 0;
    list-style: none;
}

@media screen and (max-width: 1299px) {
    .setting-list-sp ul {
        max-width: 700px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .setting-list-sp ul {
        justify-content: space-between;
    }
}

@media screen and (max-width: 330px) {
    .setting-list-sp ul {
        margin-left: -0.2rem;
        margin-right: -0.2rem;
    }
}

.setting-list-sp ul li {
    text-align: center;
}

@media screen and (max-width: 1499px) {
    .setting-list-sp ul li {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .setting-list-sp ul li {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 330px) {
    .setting-list-sp ul li {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .setting-list-sp ul li a {
        min-height: 11.5rem !important;
        word-break: keep-all;
    }
}

@media screen and (min-width: 1300px) {
    .setting-list-sp ul li {
        flex: 1;
    }
}

.setting-list-sp ul li a.btn {
    position: relative;
}

.setting-list-sp ul li a:not(.btn) {
    border: solid 2px #0350bf;
    display: block;
    border-radius: 10px;
    padding: 1.8rem 0.5rem;
    min-height: 10.8rem;
}
@media screen and (max-width: 1000px) {
    .setting-list-sp ul li a.sp2 {
        min-height: 6.8rem;
    }
}

.setting-list-sp ul li a:not(.btn).a-small {
    padding: 0.8rem 0.2rem;
}

.setting-list-sp ul li a:not(.btn) .setting-title {
    color: #0350bf;
    margin-bottom: 0.5rem;
}

.setting-list-sp ul li .setting-text {
    color: #383838;
    font-size: 1.2rem;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .setting-list-sp ul li .setting-text {
        line-height: 2;
    }
}

.setting-list-sp ul li .setting-text span {
    display: block;
    color: #e09f38;
    font-size: 1.6rem;
}

.setting-list-sp ul li .setting-text.one-line {
    line-height: 3.5rem;
}

.setting-list-sp.height-auto ul li a {
    min-height: auto;
}

@media screen and (max-width: 767px) {
    .setting-list-sp.height-auto ul li a {
        padding: 3rem 0;
    }
}

.setting-list-sp.height-auto ul li a .setting-title {
    margin-bottom: 0;
}

.content-wrapper.sign-up-content-wrap {
    background: #f0f2f9;
}

@media screen and (max-width: 767px) {
    .content-wrapper.sign-up-content-wrap .content-header {
        display: none;
    }

    .content-wrapper.sign-up-content-wrap .main-contents {
        padding: 0 !important;
    }

    .content-wrapper.sign-up-content-wrap .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .content-wrapper.sign-up-content-wrap .h1 {
        display: none;
    }
}

.white-box.sign-up-content {
    padding-top: 60px;
}

@media screen and (max-width: 767px) {
    .white-box.sign-up-content {
        padding-top: 2rem;
    }
}

.white-box.sign-up-content .steps-wrap {
    padding-bottom: 40px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .white-box.sign-up-content .steps-wrap {
        padding-bottom: 11rem;
    }

    .white-box.sign-up-content .steps-wrap.step-5 {
        padding-bottom: 8rem;
    }
}

.white-box.sign-up-content .steps-inner {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-left: 2.5rem;
}

.white-box.sign-up-content .steps-inner::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #073683;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .white-box.sign-up-content .steps-inner {
        margin-left: 0;
    }
}

.white-box.sign-up-content .step-box {
    width: 60px;
    height: 60px;
    border: solid 2px #073683;
    position: relative;
    color: #073683;
    background: #fff;
}

.white-box.sign-up-content .step-box.active {
    color: #fff;
    background: #073683;
}

@media screen and (max-width: 767px) {
    .white-box.sign-up-content .step-box {
        width: 5.2rem;
        height: 5.2rem;
    }
}

.white-box.sign-up-content .mail-step {
    width: 30px;
    height: 21.5px;
    position: absolute;
    z-index: 2;
    left: calc(12.5% + 22.5px);
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
}

.white-box.sign-up-content .mail-step path {
    fill: #073683 !important;
}

.white-box.sign-up-content .step-box-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.white-box.sign-up-content .step-text {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
}

.white-box.sign-up-content .step-number {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .white-box.sign-up-content .step-number {
        font-size: 1.6rem;
    }
}

.white-box.sign-up-content .step-label {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.41;
    max-width: 200%;
    white-space: nowrap;
    color: #073683;
}

.white-box.sign-up-content .step-label-sp {
    position: absolute;
    top: 8rem;
    font-size: 2rem;
    color: #073683;
    font-weight: bold;
    width: 80vw;
}

@media screen and (min-width: 768px) {
    .sign-up-form.input_form .form-group {
        margin-bottom: 2.9rem;
    }
}

@media screen and (min-width: 1500px) {
    .sign-up-form.input_form .input-wrap {
        padding-left: 2.2rem;
    }
}

.sign-up-form.input_form .width-md {
    margin-left: 0;
}

.sign-up-form.input_form .zip-input-group:not(.zip-input-group:last-of-type) {
    margin-bottom: 1rem;
}

.sign-up-form.input_form .zip-input-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sign-up-form.input_form .search-zip {
    display: inline-block;
    margin-left: 15px;
    color: #000;
    text-decoration: underline;
    font-size: 1.6rem;
    line-height: 2.5;
}

@media screen and (max-width: 767px) {
    .sign-up-form.input_form .search-zip {
        font-size: 1.2rem;
    }
}

.sign-up-form.input_form .row {
    align-items: flex-start;
}

@media screen and (max-width: 1499px) {
    .sign-up-form.input_form .form-group label.col-form-label {
        min-width: 150px;
    }
}

@media screen and (max-width: 767px) {
    .sign-up-form.input_form .form-group label.col-form-label {
        width: 10rem;
        min-width: 9.7rem;
    }
}

@media screen and (max-width: 499px) {
    .sign-up-form.input_form .form-group label.col-form-label {
        width: 10.5rem;
    }
}

@media screen and (max-width: 767px) {
    .sign-up-form.input_form .input-wrap {
        width: 50%;
        flex-grow: 1;
    }
}

@media screen and (max-width: 767px) {
    .sign-up-form.input_form .zip-input {
        display: flex;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .sign-up-form.input_form .zip-input-sp {
        width: 50%;
    }
}

@media screen and (max-width: 499px) {
    .sign-up-form.input_form .zip-input-sp {
        width: 20rem;
    }
}

.sign-up-form.input_form textarea {
    height: 180px;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .sign-up-form.input_form textarea {
        height: 142px;
    }
}

@media screen and (max-width: 767px) {
    .sign-up-form.input_form #zip-code {
        width: 62%;
        margin-right: 1rem !important;
    }
}

@media (max-width: 1200px) {
    .steps-wrap-spacer {
        display: none;
    }
}

.steps-wrap {
    padding-bottom: 40px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .steps-wrap {
        padding-bottom: 11.7rem;
    }
}

.steps-inner {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-left: 2.5rem;
}

.steps-inner::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #073683;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .steps-inner {
        margin-left: 0;
    }
}

.step-box {
    width: 60px;
    height: 60px;
    border: solid 2px #073683;
    position: relative;
    color: #073683;
    background: #fff;
}

.step-box.active {
    color: #fff;
    background: #073683;
}

@media screen and (max-width: 767px) {
    .step-box {
        width: 5.2rem;
        height: 5.2rem;
    }
}

.step-box-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.step-text {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
}

.step-number {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
}

.step-label {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.41;
    max-width: 200%;
    white-space: nowrap;
    color: #073683;
}

.step-label-sp {
    position: absolute;
    top: 8rem;
    font-size: 2rem;
    color: #073683;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    color: #073683;
}

.step-label-sp .form-label-sp {
    font-size: 2rem;
    line-height: 0.85;
    padding-bottom: 0.7rem;
    display: inline-block;
    border-bottom: solid #e09f38 2px;
    margin-bottom: 1rem;
}

.step-label-sp .step-label-text-sp {
    font-size: 1.6rem;
    line-height: 1.16;
}

form .code-wrap {
    height: 180px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: solid 1px #dfdfdf;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    form .code-wrap {
        padding-right: 14px;
        padding-left: 14px;
        height: 167px;
    }
}

form .code {
    margin-top: 19px;
    margin-bottom: 19px;
    font-weight: bold;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    form .code {
        margin-top: 11px;
        margin-bottom: 11px;
        font-size: 1.2rem;
    }
}

form .agree-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f7f8fc;
    height: 51px;
    font-size: 1.6rem;
}

form .agree-row label {
    margin-bottom: 0;
}

form .agree-row a {
    text-decoration: underline;
    color: #000;
}

form .checkbox {
    display: none;
}

form .check_label {
    margin-left: 14px;
    margin-right: 16px;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 0;
    background: #fff;
    position: relative;
}

form .check_label::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

form .checkbox:checked + .check_label::after {
    content: "";
    display: block;
    width: 23.5px;
    height: 15.5px;
    position: absolute;
    top: 3.6px;
    left: 2.1px;
    background: url("../img/checkbox.png") center/contain no-repeat;
}

form .search-btn {
    margin-top: 6rem;
}

@media screen and (max-width: 767px) {
    form .search-btn {
        margin-top: 3.4rem;
    }
}

form .required {
    font-size: 1rem;
    line-height: 4;
    color: #ef0909;
    display: inline-block;
    margin-left: 0.8rem;
}

.sign-up-complete {
    max-width: 100% !important;
}

.complete-text-sign-up {
    font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
    .complete-text-sign-up {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 768px) {
    .mar-left-30 {
        margin-left: 30px;
    }
}

.mar-top-40 {
    margin-top: 40px;
}

.credit_error {
    border: solid 1px #dfdfdf;
    padding: 3rem 2rem 3rem 2rem;
    margin-top: 5rem;
}

.credit_error .contact_text {
    font-size: 1.6rem;
    color: #ef0909;
}

.privacy-first-text {
    font-size: 2rem;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .privacy-first-text {
        font-size: 1.8rem;
    }
}

.privacy-h2 {
    font-size: 1.8rem;
    line-height: 1.55;
    margin-top: 3.5rem;
    font-weight: bold;
    color: #383838;
}

@media screen and (max-width: 767px) {
    .privacy-h2 {
        font-size: 1.6rem;
        margin-top: 1.8rem;
    }
}

.privacy-p {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 500;
    color: #383838;
}

@media screen and (max-width: 767px) {
    .privacy-p {
        font-size: 1.6rem;
        line-height: 1.8;
    }
}

.privacy-ol {
    padding-left: 1em;
    color: #383838;
    margin-left: 5rem;
}

@media screen and (max-width: 767px) {
    .privacy-ol {
        margin-left: 2rem;
    }
}

.privacy-ol > li {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .privacy-ol > li {
        font-size: 1.6rem;
        line-height: 1.8;
    }
}

.privacy-ol.ml-0 {
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    .white-box.privacy {
        padding: 80px 100px;
    }
}

.footer {
    background-color: #fff;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    width: 1400px;
}

@media screen and (max-width: 767px) {
    .footer-inner {
        flex-wrap: wrap;
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .footer-inner._sp {
        justify-content: center;
        margin: 0 auto;
        max-width: 480px;
        width: auto;
    }
}

.footer-nav {
    padding: 20px 0;
}

@media screen and (max-width: 767px) {
    .footer-nav {
        padding: 30px 0;
    }
}

.footer-wrap {
    background: #073683;
    color: #ffffff;
    padding: 20px 0 10px;
}

@media screen and (max-width: 767px) {
    .footer-wrap {
        padding: 18px 0 14px;
    }
}

.footer-iclist {
    align-items: center;
    display: flex;
    list-style: none;
    padding-left: 0;
}

@media screen and (max-width: 767px) {
    .footer-iclist._pc {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .footer-iclist._sp {
        display: none;
    }
}

.footer-icitem {
    width: calc(33.3333% - 16px * 2 / 3);
}

.footer-icitem:not(:last-child) {
    margin-right: 16px;
}

.footer-icitem a {
    display: block;
}

.footer-list {
    align-items: center;
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .footer-list {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 16px;
    }
}

.footer-item {
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .footer-item:not(:last-child) {
        margin-right: 10px;
    }
}

.footer-item a {
    color: #073683;
    font-size: 1.6rem;
    padding: 10px 0;
}

@media screen and (max-width: 1200px) {
    .footer-item a {
        font-size: calc(1.6rem * 0.9);
    }
}
@media screen and (max-width: 1000px) {
    .footer-item a {
        font-size: calc(1.4rem * 0.92);
    }
}

@media screen and (max-width: 860px) {
    .footer-item a {
        font-size: calc(1.2rem * 0.94);
    }
}

@media screen and (max-width: 767px) {
    .footer-item a {
        font-size: 1.2rem;
        padding: 5px 0;
    }
}

@media screen and (max-width: 767px) {
    .footer-item._sp {
        margin-right: 20px;
    }
}

@media (max-width: 374px) {
    .footer-item._sp {
        margin-right: 10px;
    }
}

.footer-tit {
    align-items: center;
    display: flex;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 3rem;
    margin-bottom: 0;
    font-weight: 500;
}

@media (max-width: 1100px) {
    .footer-tit {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    .footer-tit {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    .footer-cp {
        padding-left: 10px;
    }
}

.u-tit {
    color: #e09f38;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 11px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .u-tit {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
}

.u-tit-en {
    color: #073683;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 3.8rem;
    font-weight: 400;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .u-tit-en {
        font-size: 2.4rem;
    }
}

/* 初めてご利用の方へ　共通 */
.how-top-content ._pc {
    display: block;
}

.how-top-content ._sp {
    display: none;
}

.how-top-txt {
    font-weight: 400;
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.8;
}
.how-top-txt02 {
    font-weight: 400;
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2;
}
.guide-txt3.how-top-txt {
    font-size: 2rem;
}

.how-top-txt > .font-bold {
    /* font-weight: 700; */
}

.how-top-tit {
    font-size: 2.2rem;
    font-weight: 700;
    color: #f47e22;
    margin-bottom: 0;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
}

.how-top-subtit {
    font-size: 1.8rem;
    font-weight: 700;
    color: #f47e22;
    margin-bottom: 0;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
}

.how-top-item-blue {
    background-color: #f0f2f9;
    padding: 80px;
    margin-top: 64px;
}

.how-top-item-blue > .how-top-subtit {
    color: #06337d;
    text-align: center;
}

.how-top-item-blue ul {
    list-style: none;
    max-width: 1040px;
    margin: 0 auto;
    padding-left: 0;
}

.flex-contents {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.flex-contents-desc {
    width: 57.4%;
    max-width: 689px;
}

@media (max-width: 1440px) {
    .how-top-content .white-box {
        padding-left: 40px;
        padding-right: 40px;
    }

    .how-top-item-blue {
        padding: 60px 40px;
    }
}

@media (max-width: 1200px) {
    .flex-contents {
        justify-content: center;
        flex-direction: column;
    }

    .flex-contents-desc {
        width: 100%;
        max-width: unset;
    }
}

@media (max-width: 767px) {
    .u-tit.how-top-tit {
        font-size: 1.6rem;
    }

    .how-top-item-blue {
        padding: 40px;
    }
}

/* 初めてご利用の方へ　FEATURE */
.how-top-content .feature {
    padding: 70px 0;
}
@media (min-width: 768px) {
    .how-top-content .feature .how-top-tit {
        font-size: 1.8rem;
    }
}

.how-top-content .feature-txt1 {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 900;
    color: #073683;
    margin-top: 64px;
    margin-bottom: 40px;
}

.how-top-content .feature-video {
    max-width: 849px;
    max-height: 478px;
    margin: 0 auto;
}

.how-top-content .feature-video video {
    width: 100%;
    height: 100%;
}

.how-top-content .feature-flow {
    margin-top: 80px;
}

.how-top-content .feature-img {
    max-width: 464px;
    width: 38.6%;
    height: fit-content;
}

.how-top-content .feature-img img {
    width: 100%;
}

.how-top-content .feature-img + .feature-desc {
    margin-left: 4%;
}

.how-top-content .feature-desc {
    max-width: 689px;
    width: 57.4%;
}

.how-top-content .feature-subtit {
    margin-bottom: 16px;
}

.how-top-content .feature-txt2 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
}

@media (max-width: 1200px) {
    .how-top-content .feature-flow {
        margin-top: 56px;
        max-width: 500px;
        margin: 56px auto 0;
    }

    .how-top-content .feature-img {
        max-width: 500px;
        width: 100%;
    }

    .how-top-content .feature-img + .feature-desc {
        margin-left: 0;
    }

    .how-top-content .feature-desc {
        width: 100%;
        max-width: 500px;
    }

    .how-top-content .feature-subtit {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .how-top-content .feature {
        padding: 40px 0 56px;
    }

    .how-top-content .feature-txt1 {
        margin: 40px auto 32px;
        font-size: 1.8rem;
    }

    .how-top-content .feature-flow:first-child {
        margin-top: 40px;
    }

    .how-top-content .feature-flow {
        margin: 48px auto 0;
    }

    .how-top-content .feature-subtit {
        text-align: center;
        font-size: 1.8rem;
        margin-bottom: 26px;
    }

    .how-top-content .feature-txt2 {
        font-weight: 400;
        font-size: 1.6rem;
        display: block;
    }

    .how-top-content .feature ._pc {
        display: none;
    }

    .how-top-content .feature ._sp {
        display: block;
    }
}

/* 初めてご利用の方へ GUIDE */
.how-top-content .guide {
    padding: 80px 0 104px;
}

.how-top-content .guide-to-box img {
    width: 100%;
}

.how-top-content .guide-desc ul {
    margin-top: 56px;
    list-style: none;
    padding-left: 0;
    font-size: 1.4rem;
    font-weight: 400;
}

.how-top-content .guide-desc .guide-txt1 {
    margin: 32px auto;
    font-size: 1.4rem;
    font-weight: 400;
}

.how-top-content .guide-desc .indent {
    margin-left: 2rem;
}

.how-top-content .guide-heading {
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 2.6rem;
    color: #fff;
    background-color: #06337d;
    font-weight: 700;
    padding: 21px 48px;
    margin-bottom: 0;
}

.how-top-content .guide-item1 {
    margin-top: 64px;
}

.how-top-content .guide-item2,
.guide-item3 {
    margin-top: 80px;
}

.how-top-content .guide-txt2 {
    margin-bottom: 64px;
    line-height: 1.8;
    font-size: 1.4rem;
}

.how-top-content .guide-img {
    margin: 0 auto;
}

.how-top-content .guide-contents1 {
    margin: 64px auto 80px;
}

.how-top-content .guide-contents1-img {
    width: 38.6%;
    max-width: 464px;
}

.how-top-content .guide-contents1-img + .guide-desc {
    margin-left: 4%;
}

.how-top-content .guide-contents2 {
    margin-bottom: 64px;
}

.how-top-content .guide-contents2 > .guide-item1 > .guide-txt2 {
    margin-bottom: 56px;
}

.how-top-content .guide-contents2 > .guide-item1 > .guide-img {
    max-width: 1100px;
}

.how-top-content .guide-contents2 > .guide-item2 > .guide-img,
.how-top-content .guide-contents3 > .guide-item2 > .guide-img {
    max-width: 1040px;
}

.how-top-content .guide-contents3 > .guide-item3 > .guide-img + .guide-img {
    margin-top: 64px;
}

.how-top-content .guide-contents4 {
    margin-top: 80px;
}

.how-top-content .guide-contents4 > .guide-item > .guide-txt2 {
    margin-top: 64px;
}

.how-top-content .guide-item-blue1 ul {
    margin: 32px auto 0;
}

.how-top-content .guide-item-blue1 li {
    width: 30.8%;
    max-width: 320px;
    background-color: #fff;
    border: 1px solid #707070;
}

.how-top-content .guide-item-blue1 .guide-box-desc {
    margin: 32px 24px 40px;
}

.how-top-content .guide-item-blue1 .guide-box-tit {
    font-size: 1.9rem;
    margin-bottom: 20px;
}

.how-top-content .guide-item-blue1 .guide-box-txt {
    font-size: 1.6rem;
    font-weight: 400;
}

.how-top-content .guide-item-blue2 ul {
    margin-top: 63px;
}

.how-top-content .guide-item-blue2 li + li {
    margin-top: 64px;
}

.how-top-content .guide-item-blue2 .guide-box-img {
    width: 43.8%;
    max-width: 455px;
}

.how-top-content .guide-item-blue2 .guide-box-desc {
    width: 51.7%;
    max-width: 538px;
}

.how-top-content .guide ._pc {
    display: block;
}

.how-top-content .guide ._sp {
    display: none;
}

@media (max-width: 1200px) {
    .how-top-content .guide-contents1-img + .guide-desc {
        margin-left: 0;
    }

    .how-top-content .guide-contents1-img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 40px;
    }

    .how-top-content .guide-item-blue1 li {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .how-top-content .guide-item-blue1 li + li {
        margin-top: 32px;
    }

    .how-top-content .guide-item-blue2 .guide-box-img {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .how-top-content .guide-item-blue2 .guide-box-desc {
        width: 100%;
        max-width: 500px;
        margin: 40px auto 0;
    }
}

@media (max-width: 767px) {
    .how-top-content .guide {
        padding: 50px 0 40px;
    }

    .how-top-content .guide-desc ul {
        font-size: 1.3rem;
        color: #073683;
        font-weight: 400;
        margin-top: 32px;
    }

    .how-top-content .guide-heading {
        font-size: 1.6rem;
        padding: 8px 20px;
    }

    .how-top-content .guide-item1 {
        margin-top: 24px;
    }

    .how-top-content .guide-item2,
    .how-top-content .guide-item3 {
        margin-top: 56px;
    }

    .how-top-content .guide-txt2 {
        margin-bottom: 32px;
    }

    .how-top-content .guide-txt2.how-top-txt {
        font-size: 1.6rem;
        margin-top: 20px;
    }

    .how-top-content .guide-img {
        max-width: 500px;
    }

    .how-top-content .guide-contents1 {
        margin: 32px auto 38px;
    }

    .how-top-content .guide-contents1 .how-top-subtit {
        font-size: 2rem;
    }

    .how-top-content .guide-contents1 .guide-txt1 {
        font-size: 1.6rem;
    }
    /* .how-top-content .guide-desc .guide-txt1 {
			font-size: 1.6rem;
		} */

    .how-top-content .guide-contents2 {
        margin-bottom: 48px;
    }

    .how-top-content .guide-contents2 > .guide-item1 > .guide-txt2 {
        margin-bottom: 32px;
    }

    .how-top-content .guide-contents2 > .guide-item1 > .guide-img,
    .how-top-content .guide-contents2 > .guide-item2 > .guide-img,
    .how-top-content .guide-contents3 > .guide-item2 > .guide-img {
        max-width: 500px;
    }

    .how-top-content .guide-contents4 > .guide-item > .guide-txt2 {
        margin: 24px auto 40px;
    }

    .how-top-content .guide-item-blue {
        margin-top: 48px;
        padding: 40px 25px;
    }

    .how-top-content .guide-item-blue1 ul {
        margin-top: 24px;
    }

    .how-top-content .guide-item-blue1 li {
        min-height: 10px;
    }

    .how-top-content .guide-item-blue1 .guide-box-desc {
        margin: 30px 15px 30px;
    }

    .how-top-content .guide-item-blue1 .guide-box-tit {
        font-size: 1.8rem;
        margin-bottom: 16px;
    }

    .how-top-content .guide-item-blue1 .guide-box-txt {
        font-size: 1.6rem;
        font-weight: 400;
    }

    .how-top-content .guide-item-blue1 li {
        max-width: 270px;
    }

    .how-top-content .guide-item-blue2 ul {
        margin-top: 32px;
    }

    .how-top-content .guide-item-blue2 .guide-txt2 {
        margin-bottom: 0;
    }

    .how-top-content .guide-item-blue2 li + li {
        margin-top: 48px;
    }

    .how-top-content .guide ._pc {
        display: none;
    }

    .how-top-content .guide ._sp {
        display: block;
    }
}

/* 初めてご利用の方へ　MYPAGE */

.how-top-content .mypage {
    margin-top: 80px;
    padding: 104px 0;
}

.how-top-content .mypage-txt {
    margin-top: 30px;
}

.how-top-content .mypage-img {
    max-width: 1040px;
    margin: 56px auto 0;
}

.how-top-content .mypage-img img {
    width: 100%;
}

.how-top-content .mypage-item1 {
    margin-top: 92px;
}

.how-top-content .mypage-item1 .mypage-img {
    margin-top: 0;
}

.how-top-content .mypage-img.mypage-item1-img {
    max-width: 1200px;
    margin-top: 64px;
}

.how-top-content .mypage-item2 {
    margin-top: 104px;
}

.how-top-content .mypage-item1 > .flex-contents > .mypage-img {
    width: 38.6%;
    max-width: 463px;
    margin-left: 0;
}

.how-top-content .mypage-item-blue > .inner {
    max-width: 1040px;
    margin: 0 auto;
}

.how-top-content .mypage-item-blue .how-top-subtit {
    font-size: 2.8rem;
    color: #073683;
    text-align: center;
}

.how-top-content .mypage-item-blue .how-top-txt {
    margin: 40px auto;
}

.how-top-content .mypage-item-blue .mypage-img {
    margin-top: 0;
}

@media (min-width: 769px) {
    .how-top-content .u-tit-en {
        font-size: 3.2rem;
    }
}
.how-top-content .mypage-item2 .btn {
    color: #0b50bf;
    font-size: 2.6rem;
    line-height: 5rem;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 80px;
}

.how-top-content .mypage ._pc {
    display: block;
}

.how-top-content .mypage ._sp {
    display: none;
}

@media (max-width: 1200px) {
    .how-top-content .mypage-item1 > .flex-contents > .mypage-img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 40px;
    }
}

@media (max-width: 767px) {
    .howto .howto-menu ul li.nav-item a.nav-link {
        padding: 1rem 2rem !important;
    }
    .how-top-content .mypage {
        padding: 50px 0;
    }

    .how-top-content .mypage .how-top-txt {
        margin-top: 20px;
        font-size: 1.6rem;
    }

    .how-top-content .mypage-img {
        margin: 40px auto 0;
        max-width: 500px;
    }

    .how-top-content .mypage-item1 {
        margin-top: 40px;
    }

    .how-top-content .mypage-img.mypage-item1-img {
        margin-top: 40px;
        max-width: 500px;
    }

    .how-top-content .mypage-item2 {
        margin-top: 56px;
    }

    .how-top-content .mypage-item-blue {
        padding: 40px 25px;
    }
    .how-top-content .mypage-item-blue .how-top-subtit {
        font-size: 1.8rem;
    }

    .how-top-content .mypage-item2 .btn {
        margin-top: 32px;
        font-size: 1.8rem;
        line-height: 3rem;
        max-width: 280px;
    }

    .how-top-content .mypage ._pc {
        display: none;
    }

    .how-top-content .mypage ._sp {
        display: block;
    }
}

/* how-to-box */
@media screen and (max-width: 767px) {
    .how-to-box {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .how-to-box .howto {
        padding-top: 4rem;
        position: relative;
    }

    .how-to-box .howto:before {
        content: "";
        position: absolute;
        top: 0;
        left: -3rem;
        right: -3rem;
        background-color: #fff;
        bottom: 0;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .how-to-box .howto .u-inner {
        position: relative;
        z-index: 1;
    }
}

.howto {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 768px) {
    .howto {
        display: flex;
    }
}
@media screen and (max-width: 767px) {
    .howto {
        background-color: #fff;
    }
}
@media screen and (max-width: 767px) {
    .howto .white-box {
        padding: 0;
        margin-bottom: 3rem;
        background-color: transparent;
    }
}

@media screen and (min-width: 768px) {
    .howto .howto-menu {
        width: 250px;
        margin-right: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .howto .howto-menu {
        margin-bottom: 3rem !important;
    }
}

.howto .howto-menu ul {
    background-color: #fff;
    padding-left: 0;
    list-style: none;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .howto .howto-menu ul li.nav-item {
        background-color: rgba(229, 234, 242, 0.4);
    }
}

.howto .howto-menu ul li.nav-item a.nav-link {
    padding: 2rem;
    display: block;
    width: auto;
    display: flex;
    align-items: center;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 1.6rem;
}

.howto .howto-menu ul li.nav-item a.nav-link svg {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -0.5rem;
    margin-right: 0.4rem;
    object-fit: contain;
}

.howto .howto-menu ul li.nav-item a.nav-link p {
    margin-bottom: 0;
    position: relative;
    flex: 1;
}

@media screen and (max-width: 767px) {
    .howto .howto-menu ul li.nav-item a.nav-link p {
        font-size: 2rem;
    }
}

.howto .howto-menu ul li.nav-item a.nav-link i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: 0.2rem;
}

.howto .howto-menu ul li.nav-item a.nav-link i::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 0.7rem;
    height: 0.7rem;
    border-top: solid 1px #073683;
}

@media screen and (min-width: 768px) {
    .howto .howto-menu ul li.nav-item a.nav-link i::before {
        border-right: solid 1px #073683;
    }
}

@media screen and (max-width: 767px) {
    .howto .howto-menu ul li.nav-item a.nav-link i::before {
        width: 1.2rem;
        height: 1.2rem;
        border-top: solid 2px #073683;
        border-left: solid 2px #073683;
        transform: translateY(-50%) rotate(135deg)
            skew(calc((90deg - 60deg) / 2), calc((90deg - 60deg) / 2));
        /* calc((90deg - 欲しい角度) / 2) */
    }
}

.howto .howto-menu ul li.nav-item:not(:first-child) a.nav-link {
    border-top: solid 1px rgba(112, 112, 112, 0.4) !important;
}

.howto .how-top-content {
    flex: 1;
}

@media screen and (max-width: 767px) {
    .howto .how-top-content {
        background-color: #e5eaf2;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 3rem;
        margin-bottom: 0;
    }
}

.howto .how-top-content h4 {
    line-height: 1.5;
}

.howto-subtit {
    color: #e09f38;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .howto-subtit {
        font-size: 2rem;
    }
}

.howto-subtit._mb {
    margin-bottom: 6px;
}

.howto-subtit-en {
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .howto-subtit-en {
        font-size: 1.6rem;
    }
}

.howto-txt {
    line-height: 1.6667;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .howto-txt {
        font-size: 1.6rem;
        line-height: 1.625;
    }
}

.howto-txt span {
    display: block;
}

.howto-txt span:nth-child(2) {
    margin: 0 auto 0px;
}

.howto-txt span:nth-child(2) img {
    width: 11px;
}

@media screen and (max-width: 767px) {
    .howto-txt br.md {
        display: none;
    }
}

@media (min-width: 1000px) {
    .howto-txt br.md {
        display: none;
    }
}

.howto-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
}

@media screen and (max-width: 767px) {
    .howto-list {
        margin: 20px auto 0;
        max-width: 500px;
    }
}

.howto-item {
    position: relative;
}

@media (min-width: 1000px) {
    .howto-item {
        width: calc(33.3333% - 30px * 2 / 3);
    }
}

@media screen and (max-width: 1499px) {
    .howto-item {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .howto-item {
        background: #ffffff;
        padding: 1rem 0px 14px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .howto-item:not(:last-child) {
        margin-bottom: 20px;
    }
}

.howto-img {
    text-align: center;
    margin: 0 auto 3rem;
    max-width: 257px;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .howto-img {
        margin: 0 auto 10px;
    }
}

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

.howto-img img._sp {
    display: inline;
    width: 180px;
}

@media screen and (max-width: 767px) {
    .howto-img img._sp {
        display: none;
    }
}

.howto-twrap {
    margin-bottom: 20px;
}

.howto-twrap._mb {
    margin-bottom: 10px;
}

@media (min-width: 1000px) {
    .howto-twrap._mb {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .howto-twrap._mb {
        margin-bottom: 20px;
    }
}

.howto-foot {
    background: #ffffff;
    border-radius: 5px;
    padding: 30px 11px 13px;
}

@media screen and (max-width: 767px) {
    .howto-foot {
        background: #f0f2f9;
        padding: 20px 11px 16px;
    }
}

.howto-foot-txt:first-of-type {
    color: #0450bf;
    font-weight: 700;
    margin-left: 18px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .howto-foot-txt:first-of-type {
        font-size: 1.6rem;
        margin-left: 5px;
    }
}

.howto-foot-txt:first-of-type span img {
    display: inline-block;
    margin-bottom: -1px;
    margin-right: 5px;
    max-width: 100%;
    width: auto;
}

.howto-foot-txt:nth-of-type(2) {
    color: #0b50bf;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 2rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .howto-foot-txt:nth-of-type(2) {
        margin-left: 6px;
    }
}

@media (min-width: 1000px) {
    .howto-foot-txt:nth-of-type(2) {
        font-size: 2.4rem;
        margin-left: 14px;
    }
}

@media screen and (max-width: 767px) {
    .howto-foot-txt:nth-of-type(2) {
        font-size: 2rem;
    }
}

.howto-foot-txt:nth-of-type(2) span img {
    display: inline-block;
    margin-bottom: -6px;
    margin-right: 4px;
    max-width: 100%;
    width: auto;
}

.howto-foot-txt:nth-of-type(2) span img._mb {
    margin-bottom: -4px;
}

.howto-foot-txt:last-of-type {
    margin-top: 14px;
    padding: 10px;
    background-color: #f0f2f9;
}

@media screen and (max-width: 767px) {
    .howto-foot-txt:last-of-type {
        font-size: 1.6rem;
        background-color: #fff !important;
    }
}

@media screen and (max-width: 767px) {
    .howto-foot-txt:last-of-type {
        background: #f0f2f9;
        font-size: 1.6rem;
    }
}

@media (min-width: 1000px) {
    .howto-foot-txt:last-of-type {
        font-size: 1.8rem;
    }
}

/* .service-subtit {
    color: #E09F38;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.22;
    text-align: center;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    list-style: none;
    padding-left: 0;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .service-list {
        margin: 0px auto 0;
        max-width: 500px;
    }
}

.service-item {
    background: #ffffff;
    position: relative;
    width: calc(33.3333% - 30px * 2 / 3);
}

@media screen and (max-width: 1499px) {
    .service-item {
        width: 45%;
    }
}

@media screen and (max-width: 900px) {
    .service-item {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .service-item:not(:last-child) {
        margin-bottom: 30px;
    }
}

.service-img {
    position: relative;
}

.service-img>img {
    height: 140px;
    display: block;
    object-fit: cover;
}

.service-iwrap {
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    height: 111px;
    justify-content: center;
    left: 50%;
    position: absolute;
    bottom: -70px;
    transform: translateX(-50%);
    width: 111px;
}

.service-iwrap img {
    display: block;
    width: auto;
    margin-top: -1rem;
    max-width: 45%;
}

.service-iwrap img._md {
    max-width: 38%;
}

@media (min-width: 1000px) {
    .service-iwrap img._md {
        max-width: 40%;
    }
}

@media screen and (max-width: 767px) {
    .service-iwrap {
        height: 100px;
        width: 100px;
    }
}

@media (min-width: 1000px) {
    .service-iwrap {
        height: 111px;
        width: 111px;
    }
}

@media (max-width: 374px) {
    .service-iwrap {
        height: 100px;
        width: 100px;
    }
}

.service-twrap {
    padding: 50px 20px 30px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .service-twrap {
        padding: 50px 15px 1rem;
    }
}

@media (min-width: 1000px) {
    .service-twrap {
        padding: 50px 20px 30px;
    }
}

.service-subtit {
    color: #0b50bf;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
}

.service-txt {
    font-size: 1.6rem;
    line-height: 1.75;
} */

@media screen and (min-width: 768px) {
    .withdraw {
        padding-top: 4rem !important;
        padding-bottom: 15rem !important;
    }
}

@media screen and (max-width: 767px) {
    .withdraw {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.withdraw h2 {
    color: #073683;
    font-weight: 600;
    margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
    .withdraw h2 {
        margin-bottom: 1rem;
    }
}

.withdraw .caution {
    border: solid 1px #dfdfdf;
    padding: 2rem 2rem 5rem 2rem;
}

@media screen and (max-width: 767px) {
    .withdraw .caution {
        padding: 1rem 1.5rem 5rem 1.5rem;
    }
}

.withdraw .caution ul {
    padding-left: 2rem;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .withdraw .caution ul {
        font-size: 1.6rem;
    }
}

p.forgot-password {
    text-decoration: underline;
    margin-bottom: 6rem;
}

.content_h2 {
    color: #073683;
    font-weight: 600;
    margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
    .content_h2 {
        font-size: 1.6rem;
    }
}

.password_reset_button {
    margin-bottom: 7rem;
}

.w-90 {
    width: 90%;
}

@media screen and (min-width: 768px) {
    .confirm-register .white-box {
        padding: 1rem 40px 15rem;
    }
}

.confirm-register .input_form > div {
    margin-top: 0rem;
}

.confirm-register .form-group {
    border-bottom: solid 1px #bcbdbf;
    margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
    .confirm-register .form-group {
        padding: 2rem 0;
    }
}

@media screen and (max-width: 767px) {
    .confirm-register .form-group:first-child {
        border-top: solid 1px rgba(112, 112, 112, 0.4) !important;
    }
}

html {
    font-size: 10px;
}

@media screen and (max-width: 499px) {
    html {
        font-size: 2.4vw;
    }
}

body {
    font-size: 1.8rem;
    font-weight: 600;
    font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro",
        "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック",
        "MS PGothic", sans-serif;
}

body.white {
    background-color: #fff;
}

body > .wrapper {
    margin-bottom: 12rem;
    overflow: hidden;
}

a {
    color: #073683;
    transition: all 0.2s;
}

a:hover {
    color: #073683;
    opacity: 0.7;
}

.black {
    color: #000 !important;
}

.blue2 {
    color: #073683;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-weight: 600 !important;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    outline: none;
}

.f16 {
    font-size: 1.6rem;
}

.f14 {
    font-size: 1.4rem !important;
}

.f24 {
    font-size: 2.4rem !important;
}

@media screen and (max-width: 767px) {
    .f24 {
        font-size: 1.6rem !important;
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    .lg_sp {
        display: none !important;
    }
}

.staff {
    background-color: rgba(240, 242, 249, 0.5);
}

.staff .sub-text-color {
    color: #4a576c;
}

.staff .sub-bg-color {
    background-color: #4a576c;
}

@media screen and (max-width: 767px) {
    .staff {
        background-color: #fff;
    }
}

.user {
    background-color: #f0f2f9;
}

.user .sub-text-color {
    color: #073683;
}

.user .sub-bg-color {
    background-color: #073683;
}

@media screen and (max-width: 767px) {
    .user {
        background-color: #fff;
    }
}

.login .hamberger-wrap,
.login .main-sidebar {
    display: none !important;
}

.trader_top .sidebar ul li:nth-child(n + 3),
.trader_top .floating ul li:nth-child(n + 3),
.satei-history .sidebar ul li:nth-child(n + 3),
.satei-history .floating ul li:nth-child(n + 3) {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .trader_top .floating ul,
    .satei-history .floating ul {
        justify-content: center !important;
    }
}

.trader_top .floating ul li,
.satei-history .floating ul li {
    max-width: 100px;
}

.max-1100 {
    max-width: 1100px;
    margin: 0 auto;
}

.max-1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.max-900 {
    max-width: 900px;
    margin: 0 auto;
}

.max-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.max-1400 {
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.max-1500 {
    max-width: 1520px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.max-1780 {
    max-width: 1783px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.content-wrapper {
    margin-top: 100px;
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    .content-wrapper {
        margin-top: 50px;
    }

    .content-wrapper.howto-content-wrapper {
        background-color: #f0f2f9;
    }
}

.content-wrapper > .main-contents {
    padding-top: 2rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.h1,
.h2 {
    font-weight: 600;
    color: #073683;
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    margin-bottom: 2.2rem;
}

@media screen and (max-width: 767px) {
    .h1,
    .h2 {
        margin-bottom: 1.1rem;
    }
}

.h1 span:not(.h1-icon),
.h1 span:not(.h2-icon),
.h2 span:not(.h1-icon),
.h2 span:not(.h2-icon) {
    display: inline-block;
}

.h1 span.h1-icon,
.h1 span.h2-icon,
.h2 span.h1-icon,
.h2 span.h2-icon {
    width: 3.2rem;
    margin-left: 0;
    margin-right: 1rem;
}

.h1 span.h1-icon svg,
.h1 span.h2-icon svg,
.h2 span.h1-icon svg,
.h2 span.h2-icon svg {
    width: 3.2rem;
    height: auto;
}

.h1 span.h1-icon svg:not(.not-fill) path,
.h1 span.h2-icon svg:not(.not-fill) path,
.h2 span.h1-icon svg:not(.not-fill) path,
.h2 span.h2-icon svg:not(.not-fill) path {
    fill: #073683;
}

@media screen and (max-width: 767px) {
    .h1 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .h2 {
        justify-content: flex-start !important;
    }
}

.white-box {
    padding: 6rem 30px;
    background-color: #ffffff;
    margin-bottom: 10rem;
}

@media screen and (min-width: 768px) {
    .white-box.pad-small {
        padding-top: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .white-box {
        padding: 3rem 0px;
    }
}

.white-box .width-l {
    max-width: 1200px;
    margin: 0 auto;
}

.white-box .width-md {
    max-width: 1100px;
}

.heading-text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .heading-text {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .pt-sm-none {
        padding-top: 0;
    }
}

.deep-blue-text {
    color: #073683;
}

@media screen and (max-width: 767px) {
    .sp-text-center {
        text-align: center !important;
    }
}

@media screen and (max-width: 767px) {
    .sp-justify-center {
        justify-content: center;
    }
}

@media screen and (max-width: 1007px) {
    .sp-14 {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .sm-mb-3 {
        margin-bottom: 1rem !important;
    }
}

.medium {
    font-weight: 500 !important;
}

.lightbox .lb-image {
    width: 80vw !important;
    height: 80vh !important;
    object-fit: contain;
}

.complete-message {
    border: solid 1px #073683;
    font-size: 1.6rem;
    padding: 0.8rem 1rem;
    display: none;
}

@media screen and (min-width: 768px) {
    .complete-message {
        margin-bottom: 2rem;
    }

    .complete-message.news {
        margin-bottom: 5rem;
    }
}

@media screen and (max-width: 767px) {
    .complete-message {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
}

.complete-message.show {
    display: block;
}

.complete-message p {
    margin-bottom: 0;
    position: relative;
    padding-left: 3rem;
    font-weight: 500;
    color: #073683;
}

.complete-message p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2rem;
    transform: translateY(-50%);
    height: 2rem;
    background: url("../img/complete-message-icon.png") no-repeat center
        center/contain;
}

/*# sourceMappingURL=style.css.map */

.btn-status-send {
    opacity: 0.3;
}

.transparency-icon {
    opacity: 0;
    display: none;
}

.nohover-icon {
    pointer-events: none;
}

.btn_passview {
    cursor: pointer;
    padding: 0 3rem;
    font-size: 1.4rem;
    color: #073683;
    display: inline-block;
    background-color: #fff;
}

.detai-mini-img {
    height: 93px;
}

/* css for create assessment*/

.upload-imgs__item {
    position: relative;
}

.upload-imgs__item img,
.upload-imgs__item video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid #dfdfdf;
    aspect-ratio: 1.5/1;
}

.upload-imgs__item__delete {
    position: absolute;
    top: -5px;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #0b50bf;
    border-radius: 50%;
    border: none;
}

.upload-imgs__item__delete::before,
.upload-imgs__item__delete::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #fff;
    width: 2px;
    height: 15px;
    top: 2.5px;
    right: 9px;
    border-radius: 2px;
}

.upload-imgs__item__delete::before {
    transform: rotate(45deg);
}

.upload-imgs__item__delete::after {
    transform: rotate(-45deg);
}

.modal-wrap {
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s;
}

.modal-wrap.active {
    z-index: 10001;
    pointer-events: initial;
    opacity: 1;
}

.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.2s;
    background: rgba(0, 0, 0, 0.6);
}

.modal-wrap.active + .modal-bg.modal-bg {
    z-index: 1000;
    pointer-events: initial;
    opacity: 1;
}

.modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10002;
    transform: translate(-50%, -50%);
}

.js-modal-video:hover {
    opacity: 0.8;
    cursor: pointer;
}

.modal-delete {
    position: absolute;
    top: -70px;
    right: 0;
    font-size: 5rem;
    color: #fff;
    pointer-events: none;
}

.modal-box {
    width: 90vw;
    max-width: 800px;
    background-color: #fff;
}

.modal-box video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.js-video {
    transition: all 0.2s;
}

.js-video:hover {
    opacity: 0.8;
    cursor: pointer;
}

/* MIRUNE活用ガイド */

.guide-page .u-inner {
    width: 1260px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.guide-page p {
    margin-bottom: 0;
}

.guide-page ul {
    list-style: none;
    padding-left: 0;
}

.guide-page .guide-inner.u-inner {
    /* width: 1455px; */
    /* padding: 0; */
}

/* .guide-page .faq .u-tit-en {
	font-size: 3.6rem;
} */

.guide-page .guide-tit.u-tit {
    color: #f47e22;
    margin-top: 20px;
}

/* .guide-page .faq .guide-tit.u-tit {
	font-size: 2.2rem;
} */
.guide-page ._pc {
    display: block;
}

.guide-page ._sp {
    display: none;
}

@media (max-width: 1500px) {
    .guide-page .guide-inner.u-inner {
        /* width: 1440px; */
        /* padding: 0 30px; */
    }
}

@media (max-width: 767px) {
    .guide-page .guide-inner.u-inner {
        padding: 0 15px;
    }
    .guide-page {
        background-color: #f0f2f9;
    }
    .guide-page .u-inner {
        padding: 0 15px;
    }

    .guide-page .u-tit-en {
        font-size: 2.4rem;
    }
    .guide-page .guide-tit.u-tit {
        font-size: 1.6rem;
        margin-top: 8px;
    }
    .guide-page ._pc {
        display: none;
    }

    .guide-page ._sp {
        display: block;
    }
}

.guide-page .client {
    padding: 132px 0 112px;
}

.guide-page .client p {
    margin-bottom: 0;
}

.guide-page .client-box {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 138px;
}

.guide-page .client-img {
    max-width: 159px;
    width: 14.7%;
}

.guide-page .client-img img {
    width: 100%;
}

.guide-page .client-desc {
    max-width: 894px;
    width: 82.8%;
}

.guide-page .client-example {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 40px;
    margin-bottom: 20px;
}

.guide-page .client-example:last-child {
    margin-bottom: 0;
}

.guide-page .client-job {
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    color: #073683;
    width: 26%;
}

.guide-page .client-txt {
    font-size: 1.8rem;
    font-weight: 700;
    width: 70%;
    margin-left: 2%;
}

@media (max-width: 767px) {
    .guide-page .client {
        padding: 70px 0 64px;
    }

    .guide-page .client-img {
        margin: 40px auto;
        max-width: 100px;
        width: 50%;
    }

    .guide-page .client-box {
        flex-direction: column;
        justify-content: center;
        margin-top: 0;
    }

    .guide-page .client-desc {
        margin: 0 auto;
        width: 100%;
    }

    .guide-page .client-example {
        flex-direction: column;
        padding: 32px 20px;
        align-items: flex-start;
    }

    .guide-page .client-job {
        font-size: 2rem;
        padding-bottom: 10px;
        text-align: left;
        width: 100%;
    }

    .guide-page .client-txt {
        font-size: 1.8rem;
        margin-left: 0;
        width: 100%;
    }
}

.guide-page .point {
    padding: 98px 0 128px;
    background-color: #fff;
}

.guide-page .point-example-head {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    color: #F47E23;
    margin-top: 80px;
    margin-bottom: 40px;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.point-example-tit {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    background-color: #06337D;
    padding: 15px 30px;
    margin-bottom: 40px;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    
}

.point-example-list {
    display: flex;
    margin-bottom: 70px;
}

.point-example-list li {
}

@media (min-width: 768px) {
    .point-example-list li {
        max-width: 34rem;
        width: 23.5%;
    }
    .point-example-list li:not(:nth-child(1)) {
        margin-left: 2.5%;
    }
}

@media (max-width: 767px) {
    .point-example-list li {
        flex-shrink: 0;
    }
    .point-example-swiper 
    {
        margin: 0 5rem;
        overflow: hidden;
    }
}

.point-example-swiper-wrap {
    position: relative;
}

.swiper-point-button-prev,.swiper-point-button-next {
    color: transparent;
    width: 5rem;
    height: 5rem;
    border: solid 1px #c6c6c7;
    border-radius: 10px;
    background-color: #f5f5f5;
    margin: 0 1rem;
    position: absolute;
}
@media (min-width: 768px) {
    .swiper-point-button-prev,.swiper-point-button-next {
    display: none;
    }
}
.swiper-point-button-prev {
    left: 0;
    top: 25%;
}
.swiper-point-button-next {
    right: 0;
    top: 25%;
}
.swiper-point-button-prev:before ,.swiper-point-button-next:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 40%;
    transform: translate(-50%, -50%);
    background: url(../../dist/img/pagination-arrow-left.png) no-repeat center center/contain;
}
.swiper-point-button-next:before {
    background: url(../../dist/img/pagination-arrow-right.png) no-repeat center center/contain;
}


.guide-page .point-example-img {
    width: 100%;
    position: relative;
    padding-top: 100%;
    margin-bottom: 15px;
    background-color: #F0F2F9;
}
.point-example-img img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guide-page .point-example-subtit {
    font-size: 2.4rem;
    color: #06337D;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.point-example-txt {
    font-size: 1.8rem;
    font-weight: 400;
}

.guide-page .point-list {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding-left: 0;
    margin-top: 88px;
}

.guide-page .point-item {
    max-width: 460px;
    width: 31.3%;
    /* max-height: 723px;
    height: 100vh; */
    border: 1px solid #06337d;
}



.guide-page .point-twrap {
    padding: 20px 40px 20px;
}

.guide-page .point-img img {
    width: 100%;
    object-fit: cover;
}

.guide-page .point-subtit {
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    color: #06337d;
    margin-bottom: 30px;
    text-align: center;
}

.guide-page .point-txt {
    /* font-size: 2.2rem; */
    font-weight: 400;
}

@media (max-width: 1500px) {
    .guide-page .point-item + .point-item {
        margin-left: 3%;
    }
}

@media (max-width: 1350px) {
    .guide-page .point-item {
        max-height: 600px;
    }

    .guide-page .point-subtit {
        font-size: 2.4rem;
    }

    .guide-page .point-txt {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .guide-page .point {
        padding: 64px 0;
    }

    .guide-page .point-list {
        flex-direction: column;
        justify-content: center;
        max-width: 500px;
        margin: 40px auto 0;
    }

    .guide-page .point-item {
        max-width: none;
        width: 100%;
        min-height: 294px;
        height: auto;
        max-height: none;
    }

    .guide-page .point-item + .point-item {
        margin-left: 0;
        margin-top: 40px;
    }

    .guide-page .point-twrap {
        padding: 26px 24px 60px;
    }

    .guide-page .point-subtit {
        font-size: 2.4rem;
        margin-bottom: 28px;
    }

    .guide-page .point-txt {
        font-size: 1.6rem;
    }
}

.guide-page .tips {
    padding: 104px 0;
}

.guide-page .tips .u-tit.guide-tit {
    /* font-size: 3.6rem; */
}

.guide-page .tips-list {
    margin-top: 64px;
}

.guide-page .tips-item {
    margin-top: 80px;
}

.guide-page .tips-item:first-child {
    margin-top: 0;
}

.guide-page .tips-subtit {
    font-size: 2.4rem;
    color: #fff;
    background-color: #073683;
    padding: 19px 0;
    text-align: center;
}

.guide-page .tips-txt {
    margin-top: 50px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .guide-page .tips {
        padding: 66px 0 64px;
    }

    .guide-page .tips .u-tit.guide-tit {
        font-size: 1.8rem;
    }

    .guide-page .tips-list {
        margin-top: 48px;
    }

    .guide-page .tips-item {
        margin-top: 48px;
    }

    .guide-page .tips-item:first-child {
        margin-top: 0;
    }

    .guide-page .tips-subtit {
        font-size: 2rem;
        padding: 26px 20px;
        text-align: left;
    }

    .guide-page .tips-subtit.sp-f18 {
        font-size: 1.8rem;
        /* padding: 10px 20px; */
    }

    .guide-page .tips-txt {
        margin-top: 20px;
        font-size: 1.8rem;
        line-height: 2;
    }
}

.guide-page .entry {
    background: #073683;
    color: #ffffff;
    padding: 85px 0;
}

.guide-page .entry-txt {
    font-size: 2rem;
    line-height: 1.625;
    text-align: center;
    padding-bottom: 46px;
}

.guide-page .entry-link a {
    padding: 45px 20px 30px;
    display: block;
    background: #f47e22;
    transition: opacity 0.3s ease;
}

.guide-page .entry-tit {
    color: #fff;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    margin-bottom: 16px !important;
    text-align: center;
}

.guide-page .entry-tit img {
    max-width: 100%;
    width: auto;
}

.guide-page .entry-tit span:first-of-type img {
    margin-bottom: 4px;
}

.guide-page .entry-tit span:last-of-type {
    margin-left: 6px;
}

.guide-page .entry-tit span:last-of-type img {
    margin-bottom: -2px;
}

@media (max-width: 767px) {
    .guide-page .entry {
        padding: 40px 0;
    }

    .guide-page .entry-txt {
        font-size: 1.8rem;
    }

    .guide-page .entry-link {
        margin: 0 auto;
        max-width: 600px;
    }

    .guide-page .entry-link a {
        padding: 20px 12px 16px;
    }

    .guide-page .entry-tit {
        font-size: 2rem;
    }

    .guide-page .entry-tit span:first-of-type {
        display: block;
        margin-bottom: 10px;
    }

    .guide-page .entry-tit span:last-of-type img {
        margin-bottom: 2px;
    }
}

.guide-page .faq {
    padding: 100px 0 80px;
}

@media (max-width: 767px) {
    .guide-page .faq {
        padding: 60px 0 20px;
    }
}

.guide-page .faq-list {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .guide-page .faq-list {
        margin: 40px auto 0;
        max-width: 685px;
    }
}

.guide-page .faq-item:not(:last-of-type) {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .guide-page .faq-item:not(:last-of-type) {
        margin-bottom: 35px;
    }
}

.guide-page .faq-tit {
    background: #ffffff;
    border-left: 4px solid #073683;
    color: #0450bf;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
    padding: 17px 20px;
}

@media (max-width: 767px) {
    .guide-page .faq-tit {
        font-size: 1.6rem;
        line-height: 1.3333;
        padding: 12px 20px 11px 40px;
        position: relative;
    }
}

.guide-page .faq-tit span {
    font-size: 1.8rem;
    line-height: 1;
    position: relative;
    top: -3px;
}

@media (min-width: 768px) {
    .guide-page .faq-tit span {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .guide-page .faq-tit span {
        font-size: 2rem;
        left: 15px;
        position: absolute;
        top: 23px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.guide-page .faq-txt {
    line-height: 1.6667;
    font-weight: 400;
}

@media (max-width: 767px) {
    .guide-page .faq-txt {
        font-size: 1.6rem;
        line-height: 1.625;
    }
}

.guide-page .login {
    background: #073683;
    padding: 60px 0;
}

@media (max-width: 767px) {
    .guide-page .login {
        padding: 30px 0;
    }
}

.guide-page .login-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .guide-page .login-container {
        margin: 0 auto;
        max-width: 600px;
    }
}

.guide-page .login-link {
    width: calc(50% - 20px / 2);
}

@media (max-width: 767px) {
    .guide-page .login-link {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .guide-page .login-link:last-of-type {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .guide-page .login-link:last-of-type {
        margin-top: 20px;
    }
}

.guide-page .login-link:last-of-type a {
    background: #ffffff;
}

.guide-page .login-link a {
    background: #f47e22;
    display: block;
    padding: 50px 54px 38px;
}

@media (max-width: 1000px) {
    .guide-page .login-link a {
        padding: 30px 24px 18px;
    }
}

@media (max-width: 900px) {
    .guide-page .login-link a {
        padding: 30px 14px 18px;
    }
}

@media (max-width: 767px) {
    .guide-page .login-link a {
        padding: 22px 12px 16px;
    }
}

.guide-page .login-tit {
    color: #ffffff;
    font-family: "YuGothicStdN", "游ゴシック体", "Yu Gothic", yugothic,
        "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo,
        "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 16px !important;
    position: relative;
}

@media (max-width: 1200px) {
    .guide-page .login-tit {
        font-size: 2.16rem;
    }
}

@media (max-width: 1000px) {
    .guide-page .login-tit {
        font-size: 1.92rem;
    }
}

@media (max-width: 767px) {
    .guide-page .login-tit {
        font-size: 2rem;
        text-align: center;
    }
}

.guide-page .login-tit._blue {
    color: #073683;
}

@media (max-width: 374px) {
    .guide-page .login-tit._blue {
        font-size: 1.7rem;
    }
}

.guide-page .login-tit img {
    max-width: 100%;
    width: auto;
}

@media (min-width: 768px) {
    .guide-page .login-tit span:first-of-type {
        margin-right: 8px;
    }
}

.guide-page .login-tit span:first-of-type img {
    margin-bottom: 4px;
}

@media (max-width: 767px) {
    .guide-page .login-tit span:first-of-type {
        display: block;
        margin-bottom: 10px;
    }
}

.guide-page .login-tit span:last-of-type {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.guide-page .login-tit span:last-of-type img {
    margin-bottom: 4px;
}

@media (max-width: 767px) {
    .guide-page .login-tit span:last-of-type img {
        margin-bottom: 4px;
    }
}

@media (max-width: 767px) {
    .guide-page .login-tit span:last-of-type {
        position: static;
    }
}

.guide-page .login-tit span:nth-of-type(2) {
    font-size: 1.8rem;
    margin-left: 6px;
    vertical-align: 2px;
}

@media (max-width: 1200px) {
    .guide-page .login-tit span:nth-of-type(2) {
        font-size: 1.62rem;
    }
}

@media (max-width: 1000px) {
    .guide-page .login-tit span:nth-of-type(2) {
        font-size: 1.44rem;
    }
}

@media (max-width: 767px) {
    .guide-page .login-tit span:nth-of-type(2) {
        vertical-align: 1px;
        font-size: 1.8rem;
    }
}

@media (max-width: 374px) {
    .guide-page .login-tit span:nth-of-type(2) {
        font-size: 1.6rem;
        vertical-align: 0;
    }
}

.guide-page .login-txt {
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.625;
}

.guide-page .login-txt._blue {
    color: #000000;
}

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

.product-link.notification {
    position: relative;
}

.product-link.notification::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -10px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #e09f38;
}

.category-tag {
    display: block;
    padding: 7px 10px;
    background-color: #E5EAF2;
    color: #000;
  }

  @media screen and (max-width: 767px) {
    .category-tag {
    padding: 3px 10px;
    font-size: 1.2rem;
    }
  }


@media screen and (max-width: 767px) {
    .sp-bg-white {
        background-color: #fff !important;
    }
}