<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&amp;display=swap&amp;subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;300;400;500;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&amp;display=swap');

/*---------------------------------
Color
-----------------------------------

red(right): #c83839
red(dark): #b9443f
yellow: f7c93e

red(link)#d81719;
red(link hover)#b31214;

---------------------------------*/

html {
    margin: 0;
    padding: 0;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}

body {
    margin: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", sans-serif;
    color: #333;
    font-size: 1.4rem;
    width: 100%;
    height: 100%;
    background: #fff;
}

body.nav_show {
    overflow: hidden;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*---------------------------------
Common
---------------------------------*/

#wrapper {
    position: relative;
    height: auto;
}

.fadein_sc {
    opacity: 0;
    transform: translateY(120px);
    transition: opacity .6s .1s,transform .6s .1s;
}

:not(.sub-nav) &gt; .container {
    max-width: 90%;
    margin: 0 auto;
    padding: 30px 0;
}

.container_inner_narrow {
    width: 100%;
    margin: 0 auto;
}

.container_cart {
    width: 100%;
    margin: 20px auto;
    padding: 0 0 20px;
}

.container_cart.item_area {
    background-color: #ebebeb;
    padding: 20px 15px;
}


.display_pc {
    display: none;
}

.display_sp {
    display: block;
}
.bold {
    font-weight: bold;
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}

.ml10 {
    margin-left: 10px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}

.w_50 {
    width: 50%;
}

::placeholder{
    color: #000;
}
.fc_red {
    color: #d81719 !important;
}
.fc_dark_red {
    color: #c20025 !important;
}
.fc_green {
    color: #0ca900 !important;
}
.fc_dark_yellow {
    color: #7f7500 !important;
}
.fc_gray {
    color: #888888 !important;
}
.fc_dark_blue {
    color: #4c728f !important;
}
.fs_small {
    font-size: 1.2rem !important;
}
.fs_normal {
    font-size: 1.4rem !important;
}
.fs_17 {
    font-size: 1.7rem !important;
}
.fs_middle {
    font-size: 1.8rem !important;
}
.fs_large {
    font-size: 2.2rem !important;
}

.-align_right {
    text-align: right !important;;
}

.-align_left {
    text-align: left !important;
}
.-align_center {
    text-align: center !important;;
}

a.underline {
    text-decoration: underline;
}

.front_font {
    font-family: "Hiragino Maru Gothic W4 JIS2004","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.-flex-area {
    display: flex;
}

.-flex-wrap {
    flex-wrap: wrap;
}

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

@media (min-width: 768px) {

    .display_pc {
        display: block;
    }

    .display_sp {
        display: none;
    }
}

@media (min-width: 1101px) {
    
    :not(.sub-nav) &gt; .container {
        max-width: 1100px;
        padding: 40px 0;
    }

    .container_inner_narrow {
        width: 600px;
    }

    .container_cart {
        max-width: 760px;
    }

    .container_cart.item_area {
        background-color: #ebebeb;
        padding: 30px 25px;
    }
    
}


/*---------------------------------
Header
---------------------------------*/

.header {
    /*position: fixed;
    top: 0;
    left: 0;*/
    position: relative;
    height: 50px;
    background: #fff;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #e1e1e1;
}

.header.is_open {
    position: fixed;
    top: 0;
    left: 0;
}

.header_inner {
    /*max-width: 90%;*/
    height: 50px;
    margin: 0 8px;
}

.header_inner_left {
    width: 100%;
}

.header_logo {
    display: inline-block;
    width: 145px;
    height: auto;
    margin: 3px 0 0;
    padding: 0;
    transition: opacity .3s;
}

.header_logo img {
    width: 100%;
    height: auto;
}

.btn_cart {
    display: block;
    height: 49px;
    width: 52px;
    position: absolute;
    top: 0;
    right: 55px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    cursor: pointer;
}

.btn_cart::before {
    content: "\f07a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.0rem;
    color: #333;
    position: absolute;
    top: 13px;
    left: 12px;
}

.header_inner_left_link_area {
    display: none;
}

.header_inner_right_btn_area {
    display: none;
}

.header_bottom_btn_area {
    border-bottom: 1px solid #e1e1e1;
}
    
.header_bottom_btn_contact, .header_bottom_btn_form {
    width: 98%;
    margin: 0 auto;
}

.header_bottom_btn_contact img {
    width: 100%;
    height: auto;
}

.header_bottom_btn_form a {
    height: 48px;
    line-height: 46px;
    color: #fff;
    display: block;
    margin: 5px 0 0;
    padding: 0;
    background-color: #c83839;
    width: 100%;
    text-align: center;
}

.header_mypage_info {
    width: 100%;
    text-align: right;
    margin: -10px 0 20px;
}

.header_mypage_info_inner {
    line-height: 1;
}

@media (min-width: 1101px) {
    .header {
        height: 100px;
        transition: height .3s, box-shadow .3s;
    }
    .header_inner {
        height: 100px;
        position: relative;
        margin: 0 0px;
        display: flex;
        justify-content: space-between;
    }
    
    .header_inner_left {
        width: 590px;
        display: flex;
    }
    
    .header_inner_right {
        width: calc( 100% - 590px );
        display: flex;
        justify-content: flex-end;
    }

    .header_logo {
        width: 200px;
        height: auto;
        margin: 18px 0 0 72px;
    }
    
    .header_mypage_info {
        width: calc( 100% - 810px );
        height: 100%;
        position: absolute;
        top: 0;
        right: 220px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 0;
    }
    
    .header_mypage_info.display_sp {
        display: none;
    }

    .btn_cart {
        height: 99px;
        width: 99px;
        position: absolute;
        top: 0;
        right: 108px;
    }

    .btn_cart::before {
        font-size: 3.0rem;
        position: absolute;
        top: 28px;
        left: 28px;
    }
    
    .header_inner_left_link_area {
        height: 100px;
        display: block;
        margin: 32px 0 0 22px;
    }
    
    .header_inner_left_link_area li + li {
        margin: 5px 0 0;
    }
    
    .header_inner_left_link_area a {
        display: block;
        position: relative;
        font-size: 1.3rem;
        font-weight: 400;
        letter-spacing: 0.5px;
        padding: 0 0 0 15px;
    }
    
    .header_inner_left_link_area a:before {
        content: "\f0da";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1.4rem;
        color: #c83839;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    
    .header_inner_right_btn_area {
        height: 100px;
        display: flex;
        align-items: center;
        margin: 0 72px 0 0;
    }
    
    .header_inner_right_btn_contact {
        width: 260px;
        height: auto;
        margin: 0 10px 0 0;
    }
    
    .header_inner_right_btn_contact img {
        width: 100%;
        height: auto;
    }
    
    .header_inner_right_btn_form a {
        height: 60px;
        line-height: 58px;
        color: #fff;
        display: block;
        padding: 0;
        background-color: #c83839;
        width: 140px;
        text-align: center;
    }
    
    .header_bottom_btn_area {
        display: none;
    }
    
    .header_inner_right_btn_area .visitors {
        width: 215px;
        height: 60px;
        display: flex;
    }

    .header_inner_right_btn_area .visitors .consultation {
        padding: 5px 10px 0 0;
        border-right: 1px solid #eee;
    }

    .header_inner_right_btn_area .visitors .viewer {
        padding: 5px 0 0 10px;
    }

    .header_inner_right_btn_area .visitors .item_label {
        font-size: 13px;
    }

    .header_inner_right_btn_area .visitors .item_value {
        font-size: 13px;
        margin-top: 2px;
        line-height: 1;
    }

    .header_inner_right_btn_area .visitors .item_value span {
        font-size: 28px;
        color: #e51f58;
        font-weight: bold;
    }

}

@media (min-width: 1301px) {
    .header_logo {
        width: 325px;
        height: auto;
        margin: 18px 0 0 72px;
    }
    
    .header_inner_right_btn_contact {
        width: 400px;
        height: 60px;
        margin: 0 10px 0 0;
    }
}

/*--------------------------------
Menu Btn
---------------------------------*/

.btn_menu {
    display: block;
    height: 49px;
    width: 49px;
    position: absolute;
    top: 3px;
    right: 50px;
    margin: auto;
    cursor: pointer;
    transition: opacity .3s;
    background: #FFF;
    text-decoration: none;
    border: 1px solid #e1e1e1;
}

.btn_menu:hover {
    text-decoration: none;
}

.btn_menu i {
    color: #333333;
    font-size: 2.3rem;
    margin: 12px 0 0 14px;
}

.btn_menu span {
    display: block;
    height: 3px;
    width: 18px;
    background: #333333;
    margin: 18px auto 0;
    transition: transform .3s;
    transform-origin: left;
    border-radius: 3px;
}

.btn_menu span:nth-child(2) {
    margin-top: 3px;
    background: #333333;
    transition: opacity.3s;
}

.btn_menu span:nth-child(3) {
    margin-top: 3px;
    background: #333333;
    transform-origin: left;
}

.btn_menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(3px, -5px);
    width: 21px;

}

.btn_menu.active span:nth-child(2) {
    opacity: 0;
}

.btn_menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(3px, 5px);
    width: 21px;

}

@media (min-width: 1101px) {
    
    .btn_menu {
        height: 100px;
        width: 98px;
        position: absolute;
        top: 5px;
        right: 0px;
        margin: auto;
        cursor: pointer;
        transition: opacity .3s;
        background: #FFF;
        text-decoration: none;
    }
    
    .btn_menu span {
        display: block;
        height: 3px;
        width: 26px;
        background: #333333;
        margin: 38px auto 0;
        transition: transform .3s;
        transform-origin: left;
        border-radius: 3px;
    }

    .btn_menu span:nth-child(2) {
        margin-top: 5px;
        background: #333333;
        transition: opacity.3s;
    }

    .btn_menu span:nth-child(3) {
        margin-top: 5px;
        background: #333333;
        transform-origin: left;
    }

    .btn_menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(3px, -5px);
        width: 28px;

    }

    .btn_menu.active span:nth-child(2) {
        opacity: 0;
    }

    .btn_menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(2px, 6px);
        width: 28px;

    }
    
}

/*-------------------------------
Global Nav
---------------------------------*/

.global_nav {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    background: #e1e1e1;
    text-align: left;
    transform: translateY(-130%);
    animation: global_nav_close .3s ease forwards;
    z-index: 100;
    height: calc( 100% - 50px );
    overflow-y: scroll;
    padding: 0 0 60px;
    -webkit-overflow-scrolling: touch;
    
}

.global_nav.load {
    animation: global_nav_stop .0s;
}

.global_nav.active {
    animation: global_nav_open .3s ease forwards;
}

@keyframes global_nav_open {
    0% {
        -webkit-transform: translateY(-130%);
        transform: translateY(-130%);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes global_nav_stop {
    0% {
        -webkit-transform: translateY(-130%);
        transform: translateY(-130%);
    }
}

@keyframes global_nav_close {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-130%);
        transform: translateY(-130%);
    }
}

.global_nav p {
    margin: 0;
    padding: 8px 10px 8px 18px;
    color: #506573;
    font-weight: 700;
    font-size: 1.6rem;
}

.global_nav_item {
    position: relative;
}

.global_nav_item a {
    padding: 10px 10px 10px 18px;
    display: block;
    text-align: left;
    border-top: 1px solid #d0d0d0;
    color: #333333;
    font-weight: 400;
    font-size: 1.6rem;
    position: relative;
}

.global_nav_item a i {
    color: #c83839;
}

.global_nav_item a:hover {
    text-decoration: none;
}
    
.global_nav_item:last-child a {
    border-bottom: 1px solid #d0d0d0;
}


    
.global_nav_item a i {
    display: inline-block;
    color: #c83839;
    margin: 0px 8px 0 0;
    font-size: 2.0rem;
}

.global_nav_info {
    border: 1px solid #d0d0d0;
    margin: 15px auto;
    padding: 12px 18px;
    width: 90%;
    background: #f3f3f3;
    font-size: 1.6rem;
    line-height: 1.6;
}


@media (min-width: 1101px) {
    
    .global_nav {
        position: fixed;
        top: 100px;
        right: 0;
        width: 100%;
        min-height: 100vh;
        background: #e1e1e1;
        text-align: left;
        transform: translateX(100vw);
        animation: global_nav_close .4s ease forwards;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    
    .global_nav_inner {
        width: 600px;
        min-height: 850px;
    }
    
}


/*--------------------------------
Footer
---------------------------------*/

.footer {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 30px 0;
    background: #292c2f;
    color: #fff;
    position: relative;
}
    
.footer a {
    color: #fff;
}

.footer_inner {
    max-width: 90%;
    margin: 0 auto;
}

.footer_logo {
    display: inline-block;
    width: 210px;
    height: auto;
    margin: 0;
    transition: opacity .3s;
}

.footer_logo img {
    width: 100%;
    height: auto;
}

.footer_link {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 20px 0;
}

.footer_link li a {
    display: inline-block;
    line-height: 2.2;
    text-decoration: none;
    color: #fff;
    margin-right: 1em;
    font-size: 1.4rem;
    font-weight: 700;
}

.footer p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 700;
}

.footer_item_category {
    display: flex;
    flex-wrap: wrap;
}

.footer_item_category li a {
    display: inline-block;
    line-height: 1.5;
    text-decoration: none;
    color: #fff;
    margin-right: 1em;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
    padding: 0 0 0 14px;
}

.footer_item_category li a::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.8rem;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 2px;
}
    
#return_top {
    width: 75px;
    height: 100px;
    position: fixed;
    right: 2%;
    bottom: 0;
    opacity: 1;
    z-index: 5;
}
    
#return_top a {
    display: block;
}

#return_top img {
    width: 100%;
}


@media (min-width: 1101px) {
    
    .footer {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 50px 0 40px;
        position: relative;
    }

    .footer_inner {
        max-width: 1100px;
        margin: 0 auto;
    }
    
    .footer_logo {
        width: 550px;
        height: auto;
    }

    .footer_logo:hover {
        opacity: 0.7;
    }

    .footer_link {
        padding: 15px 0 20px;
    }
    
    .footer_link li a {
        display: inline-block;
        line-height: 1.8;
        text-decoration: none;
        color: #fff;
        margin-right: 1em;
        font-size: 1.4rem;
        font-weight: 700;
    }
    
    .footer p {
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: 1.6rem;
        font-weight: 700;
    }
    
    .footer_item_category {
        display: flex;
        flex-wrap: wrap;
    }
    
    .footer_item_category li a {
        display: inline-block;
        line-height: 1.5;
        text-decoration: none;
        color: #fff;
        margin-right: 2em;
        font-size: 1.6rem;
        font-weight: 700;
        position: relative;
        padding: 0 0 0 14px;
    }
    
    .footer_item_category li a::before {
        content: "\f0da";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 2.0rem;
        color: #fff;
        position: absolute;
        top: 0px;
        left: 2px;
    }
    
    #return_top {
        width: 110px;
        height: 100px;
        position: fixed;
        right: 4%;
        bottom: -40px;
        opacity: 1;
        z-index: 5;
    }
}

/*--------------------------------
breadcrumb
---------------------------------*/
.breadcrumb {
    background-color: inherit;
    padding: 0;
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    border-radius: .25rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}

/*---------------------------------
Main
---------------------------------*/

.main {
    min-height: calc( 100vh - 500px );
}

.section {
    padding: 30px 0;
}

.section.gray {
    background: #FAFAFA;
}

@media (min-width: 1101px) {
    .main {
        min-height: calc( 100vh - 415px );
    }

    .section {
        padding: 60px 0;  
    }

}

/*--------------------------------
Login
---------------------------------*/


.login_main {
    width: 100%;
    height: 100vh;
    background-color: #fcfcfc;
    margin: 0;
    padding: 60px 0 0;
    position: relative;
    
}

.login_area {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 30px 4% 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(227, 227, 224, .7);
    border: 1px solid #f3f3f3;
    position: relative;
    z-index: 2;
}

.login_area .logo {
    text-align: center;
    margin: 0 0 18px;
    padding: 0;
}

.login_area .logo img {
    height: auto;
    width: 70%;
}

.login_area h2 {
    margin: 0 0 8px;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 500;
}

.form_login_area + .form_login_area {
    margin: 15px 0 0;
}
.form_login_area + .form_login_guestButton_area {
    margin: 5px 0 0;
}
.form_login_area .form_login_area_contents {
    width: 100%;
}
.form_login_area input[type="text"], .form_login_area input[type="password"] {
    border: 1px solid #ced4da;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 0;
    padding: 5px 10px;
    display: inline-block;
    background: rgba(255, 255, 255, 1);
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    outline: none;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
}
.form_login_area input[type="submit"], .form_login_area .signup_link_btn {
    display: inline-block;
    text-align: center;
    width: 100%;
    border: none;
    border-radius: 3px;
    color: #fff;
    margin: 18px 0 0;
    padding: 15px 0;
    font-size: 1.6rem;
    font-weight: 500;
    background: #d81719;
    box-shadow: 0 2px 0px 0 #9e1315;
    letter-spacing: 0.03em;
    transition: background .3s;
    cursor: pointer;
}
.form_login_area .signup_link_btn {
    margin: 6px 0 0;
}
.form_login_area input[type="submit"]:hover, .form_login_area .signup_link_btn:hover {
    background: #b31214;
    box-shadow: 0 2px 0px 0 #9e1315;
}

.form_login_area a {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 0 0 0 12px;
}

.form_login_area a::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.6rem;
    color: #d81719;
    position: absolute;
    top: 0px;
    left: 2px;
}

.form_login_area.signup_link {
    border-top: 1px solid #d8d8d8;
    margin: 35px 0 0;
    padding: 15px 0 0;
    flex-direction: column; /* 2023-01-05 takano add */
}


@media (min-width: 1101px) {
    
    .login_area {
        width: 480px;
        padding: 50px 30px 35px;
    }

    .login_area .logo {
        text-align: center;
        margin: 0 0 22px;
        padding: 0;
    }

    .login_area .logo img {
        height: auto;
        width: 320px;
    }

    .login_area h2 {
        margin: 0 0 12px;
        padding: 0;
        font-size: 2.0rem;
        font-weight: 500;
    }

    .form_login_area.signup_link {
        margin: 35px 0 0;
        padding: 22px 0 0;
    }
    
}


/*---------------------------------
table
---------------------------------*/

.scroll table {
    width: 100%;
}
.scroll {
    overflow: auto;
    white-space: nowrap;
}
.scroll::-webkit-scrollbar {
    height: 5px;
}
.scroll::-webkit-scrollbar-track {
    background: #f0f0f0;
}
.scroll::-webkit-scrollbar-thumb {
    background: #cdcdcd;
}
.table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.table th, .table td {
    padding: 10px 8px;
    line-height: 1.4em;
    vertical-align: middle;
    border: 1px solid #e1e1e1;
}

.table th {
    background: #f5f5f5;
}

.table tr:nth-child(even) {
    background: #fff;
}

.table tr:nth-child(odd) {
    background: #fafafa;
}

table td.nowrap {
    white-space: nowrap;
}

table .-align_right {
    text-align: right;
}

table .-align_center {
    text-align: center;
}

/*---------------------------------
Form
---------------------------------*/

.form_input_area, .form_check_area, .form_search_area, .form_login_area {
    font-size: 1.6rem;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.form_search_wrapper {
    width: 100%;
    margin: 0 0 15px;
    border-radius: 10px;
}


.form_search_wrapper .form_search_header {
    width: 100%;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 1.6rem;
    position: relative;
    border: 1px solid #e1e1e1;
}

.form_search_wrapper .form_search_header.open {
    border-radius: 10px 10px 0 0;
    border-bottom: none;
}

.form_search_wrapper .form_search_header::before {
    position: absolute;
    top: 13px;
    right: 12px;
    content: "\f13a";
    font-family: "Font Awesome 5 Free";
    color: #888b8e;
    font-weight: 900;
    font-size: 1.6rem;
    pointer-events: none;
}

.form_search_wrapper .form_search_header.open::before {
    position: absolute;
    top: 13px;
    right: 12px;
    content: "\f139";
    font-family: "Font Awesome 5 Free";
    color: #888b8e;
    font-weight: 900;
    font-size: 1.6rem;
    pointer-events: none;
}

.form_search_wrapper .form_search_container {
    width: 100%;
    display: none;
    border-radius: 0 0 10px 10px;
    padding: 20px 20px;
    border: 1px solid #e1e1e1;
}

.form_search_flex_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.form_search_area.flex_half {
    width: 100%;
}

.form_search_wrapper hr {
    border-bottom: 1px solid #ebe4e5;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 15px 0 0;
    margin: 0 0 20px;
}

.form_search_area .form_search_area_label {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    width: 100%;
    margin: 0 10px 15px 0;
    justify-content: flex-start;
}

.form_search_area .form_search_area_contents {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 1.6rem;
}

.form_search_area.flex_half.note {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    width: 49%;
    margin: 0 10px 15px 0;
}

.form_search_area.flex_half.note a {
    text-decoration: underline;
    color: #5e5759;
}

.form_search_area .form_input_select, .pager_flex_area .form_input_select {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin: 0;
    position: relative;
    background: #fff;
}

.pager_flex_area .form_input_select {
    width: 80px;
    margin: 0 3px 0 0;
}

.form_search_area .form_input_select select, .pager_flex_area .form_input_select select {
    width: 100%;
}
.form_input_area .form_input_select select::-ms-expand, .form_input_area .form_input_select_large select::-ms-expand, .form_search_area .form_input_select select::-ms-expand,
.pager_flex_area .form_input_select select::-ms-expand, .pager_flex_area .form_input_select_large select::-ms-expand{
    display: none;
}

.form_search_area select, .pager_flex_area select {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    padding: 8px 22px 8px 10px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: 1px solid #ced4da;
    border-radius: 3px;
}
.form_search_area .form_input_select select, .pager_flex_area .form_input_select select {
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    padding: 8px 22px 8px 10px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: 1px solid #ced4da;
    border-radius: 3px;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.form_search_area .form_input_select::before, .pager_flex_area .form_input_select::before {
    position: absolute;
    top: 12px;
    right: 8px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    color: #8d8d8d;
    font-weight: 900;
    font-size: 1.1rem;
    pointer-events: none;
}
.form_search_area input[type="text"] {
    border: 1px solid #ced4da;
    border-radius: 2px;
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5px;
    display: inline-block;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    outline: none;
    -webkit-appearance: none;
}

.form_search_area input[type="text"].short {
    width: 300px;
}

.form_search_area input[type="text"].targetDatetime, .form_search_area input[type="text"].targetDate, .form_input_area input[type="text"].targetDatetime, .form_input_area input[type="text"].targetDate {
    width: 308px;
}

.form_search_area input[type="submit"] {
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 3px;
    color: #252525;
    margin: 5px 0 0 0;
    padding: 12px 25px;
    font-size: 1.5rem;
    background: #f7c93e;
    letter-spacing: 0.03em;
    transition: background .3s;
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.form_search_area input[type="submit"]:hover {
    background: #dfb537;
}

.form_search_area input[type="submit"]+input[type="submit"] {
    margin: 5px 0 0 8px;
}

.form_input_area + .form_input_area, .form_check_area + .form_check_area {
    margin: 16px 0 0;
    margin: 10px 0 0;
}

.form_input_area .form_input_area_label, .form_check_area .form_input_area_label {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    width: 100%;
    font-weight: 500;
    margin: 0 0 10px;
    color: #4c728f;
}

.form_login_area .form_login_area_label {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    width: 100%;
    margin: 0 0 10px;
}
.formField_Error .form_input_area_label {
    color: #c20025;
}

.form_input_area .form_input_area_label .require, .form_check_area .form_input_area_label .require {
    font-size: 1.2rem;
    display: inline-block;
    font-weight: 700;
    margin: 0 0 0 5px;
    color: #fff;
    background: #d81719;
    border-radius: 3px;
    padding: 2px 5px 3px;
    letter-spacing: .5px;
}
.form_input_area .form_input_area_label .require_txt {
    font-size: 1.2rem;
    display: inline-block;
    font-weight: 400;
    margin: 0 0 0 5px;
    color: #c83839;
    letter-spacing: .5px;
}
.form_input_area .form_input_area_contents {
    width: 100%;
    margin: 0 0 10px;
}
.form_check_area .form_input_area_contents {
    width: 100%;
    margin: 0 0 14px;
    font-size: 1.6rem;
}
.form_input_area .annotation {
    font-size: 1.4rem;
    font-weight: 400;
    color: #888888;
    letter-spacing: .5px;
    display: inline-block;
    line-height: 1.4;
}

.formField_Error input[type="text"],.formField_Error input[type="password"],.formField_Error input[type="number"],.formField_Error textarea {
    background-color: #fff8f9;
}

.form_input_area textarea {
    border: 1px solid #ced4da;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 0;
    padding: 5px;
    display: inline-block;
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    outline: none;
    -webkit-appearance: none;
}
.form_input_area textarea.sp_tall {
    height: 300px;
}
.form_input_area .form_input_select, .form_input_area .form_input_select_large {
    overflow: hidden;
    display: inline-block;
    width: auto;
    margin: 0;
    position: relative;
    background: #fff;
}

.form_input_area select {
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0 0 5px;
    padding: 7px 38px 7px 8px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: 1px solid #ced4da;
    border-radius: 3px;
}
.form_input_area .form_input_select select {
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0 0 5px;
    padding: 7px 38px 7px 8px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: 1px solid #ced4da;
    border-radius: 3px;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.form_input_area .form_input_select::before {
    position: absolute;
    top: 11px;
    right: 8px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    color: #8d8d8d;
    font-weight: 900;
    font-size: 1.6rem;
    pointer-events: none;
}

.form_input_area input[type="text"], .form_input_area input[type="password"], .form_input_area input[type="number"], .form_input_area input[type="email"] {
    border: 1px solid #ced4da;
    border-radius: 4px;
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    outline: none;
    font-size: 1.6rem;
    -webkit-appearance: none;
    color: #495057;
}

.form_input_area input[type="text"].short {
    width: 132px;
}

.form_input_area input[type="text"].name_short {
    width: 32%;
}

.form_input_area input[type="submit"],.form_check_area input[type="submit"], .submit_flex_area input[type="submit"], .submit_flex_area input[type="button"], a.return_btn {
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 3px;
    color: #fff;
    margin: 0;
    padding: 15px 20px;
    font-size: 1.6rem;
    font-weight: 500;
    background: #d81719;
    box-shadow: 0 2px 0px 0 #6a0c0d;
    letter-spacing: 0.03em;
    transition: background .3s;
    cursor: pointer;
}

.form_input_area input[type="submit"]:hover,.form_check_area input[type="submit"]:hover, .submit_flex_area input[type="submit"]:hover, .submit_flex_area input[type="button"]:hover, a.return_btn:hover {
    background: #b31214;
    text-decoration: none;
    color: #fff;
}

.form_check_area .cancel_btn {
    background: #ababab !important;
    box-shadow: 0 2px 0px 0 #5d5d5d !important;
}
.form_check_area .cancel_btn:hover {
    background: #909090 !important;
    box-shadow: 0 2px 0px 0 #5d5d5d !important;
    text-decoration: none;
}

.form_input_area input[type="submit"].btn_yellow {
    color: #252525;
    background: #f7c93e;
    border-radius: 24px;
    box-shadow: none;
}

.form_input_area input[type="submit"].btn_yellow:hover {
    background: #dfb537;
}

.form_input_area input[type="submit"].btn_gray {
    color: #060203;
    background: #ababab;
    border-radius: 24px;
    box-shadow: none;
}

.form_input_area input[type="submit"].btn_gray:hover {
    background: #909090;
}

/*pointer-events: none;*/

hr.gray_separator {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.submit_flex_area {
    display: flex;
    justify-content: space-between;
}

.submit_flex_area.-align_center {
    justify-content: center;
}

.submit_flex_area input, .submit_flex_area a {
    width: 49%;
}

.submit_flex_area input.wide {
    width: 100%;
}

.submit_flex_area input.sp_wide {
    width: 100%;
}

.error_msg_area {
    color: #c20025;
    background: #fff8f9;
    border: 1px solid #d8d1d2;
    margin: 0 0 25px;
    padding: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
}
.remarks_message_area {
    color: #c20025;
    background: #fff8f9;
    border: 1px solid #d8d1d2;
    margin: 0 0 25px;
    padding: 10px 20px;
    font-size: 1.6rem;
    line-height: 1.6;
    width: 100%;
}
.remarks_message_area span {
    display: block;
    position: relative;
    padding: 0 0 5px 30px;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
}
.remarks_message_area span::before {
    content: "\f071";
    position: absolute;
    top: 0px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.6rem;
    pointer-events: none;
}
.data_message_area {
    color: #c20025;
    margin: 0 0 25px;
    line-height: 1.6;
}
.data_message_area span {
    display: block;
    position: relative;
    padding: 0 0 5px 30px;
    line-height: 1.6;
    font-weight: 500;
}
.data_message_area span::before {
    content: "\f071";
    position: absolute;
    top: 0px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    pointer-events: none;
}
.error_msg_area span {
    display: block;
    position: relative;
    padding: 0 0 5px 30px;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
}
.error_msg_area span::before {
    content: "\f071";
    position: absolute;
    top: 0px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.6rem;
    pointer-events: none;
}
.error_msg_area a {
    color: #095bff !important;
    text-decoration: underline;
}
.error_msg_area p {
    margin: 0;
    padding: 0 0 0 1em;
}
.error_msg_area hr {
    border-bottom: 1px dotted #d8d1d2;
    border-top: none;
    border-right: none;
    border-left: none;
    margin: 15px 0;
}

.form_info_msg_area {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 30px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
.form_info_msg_area.form_info_msg_area_red {
    border: 1px solid #d8d1d2;
    background: #fff8f9;
    padding: 20px;
}
.form_info_msg_area.form_info_msg_area_yellow {
    border: 1px solid #d8d7d1;
    background: #fffef8;
    padding: 20px;
}

.form_info_msg_area hr {
    border-bottom: 1px solid #d8d1d2;
    border-top: none;
    border-right: none;
    border-left: none;
    margin: 15px 0;
}
.form_info_msg_area .form_input_area + .form_input_area {
    margin: 0 0 0;
}
.form_info_msg_area .form_input_area .form_input_area_label{
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    width: 150px;
    font-weight: 400;
    margin: 0;
}
.form_info_msg_area .form_input_area .form_input_area_contents {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 150px);
    margin: 0;
}

a.return_btn {
    background: #ababab !important;
    box-shadow: 0 2px 0px 0 #5d5d5d !important;
}
a.return_btn:hover {
    background: #909090 !important;
    box-shadow: 0 2px 0px 0 #5d5d5d !important;
    text-decoration: none;
}

.form_info_msg_area a.return_btn {
    width: 50%;
}


@media (min-width: 1101px) {
    
    .form_search_wrapper .form_search_header {
        display: none;
    }

    .form_search_wrapper .form_search_container {
        width: 100%;
        display: block;
        border-radius: 10px;
        padding: 20px 40px;
    }
    
    .form_search_area .form_search_area_label {
        display: flex;
        align-items: center;
        font-size: 1.4rem;
        font-weight: 400;
        width: 140px;
        margin: 0 10px 15px 0;
        justify-content: flex-end;
    }

    .form_search_area .form_search_area_contents {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: calc(100% - 150px);
        margin: 0 0 15px 0;
        font-size: 1.6rem;
    }

    .form_search_area.flex_half {
        width: 49%;
    }
    
    .submit_flex_area input.sp_wide {
        width: 49%;
    }
    
    .form_input_area textarea.sp_tall {
        height: 200px;
    }
    
    .form_input_area input[type="text"].name_short {
        width: 170px;
    }
    
}



/*-------------------------------
Btn
---------------------------------*/

.btn {
    display: inline-block;
    padding: 4px 8px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 500;
    background: #546572;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background .3s;
    letter-spacing: 0.01em;
    white-space: nowrap;
    position: relative;
}

.btn:hover {
    background: #46545f;
    text-decoration: none;
}

.btn+.btn {
    margin: 0 0 0 8px;
}

.btn.btn_middle {
    padding: 12px 25px;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    font-weight: 900;
}

.btn.btn_large {
    padding: 16px 30px;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    font-weight: 900;
}

.btn.btn_yellow {
    color: #252525;
    background: #f7c93e;
}

.btn.btn_yellow:hover {
    background: #dfb537;
}

.btn.btn_gray {
    color: #060203;
    background: #ababab;
}

.btn.btn_gray:hover {
    background: #909090;
}

.btn.unusable_btn {
    pointer-events: none;
}

.btn.btn_wide {
    width: 100%;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    overflow: hidden;
    top: 4px !important;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    text-indent: 300px;
    background: rgba(0,0,0,0);
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
    background-image: url("../img/cal_arrow_left.png") !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
    background-image: url("../img/cal_arrow_right.png") !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*-------------------------------
Title Text List
---------------------------------*/

.section_title {
    margin: 0;
    padding: 0 0 18px;
    font-size: 2.2rem;
    font-weight: 300;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1em;
}

h2.page_title {
    margin: 0;
    height: 44px;
    line-height: 42px;
    font-size: 1.8rem;
    font-weight: 300;
    text-align: center;
    background: #f3f3f3;
}

h1.page_title {
    margin: 0;
    height: 90px;
    line-height: 88px;
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
    background: #f3f3f3;
}

h3.sub_heading {
    margin: 0;
    font-size: 1.7rem;
    font-weight: 700;
    color: #4c728f;
    line-height: 1;
    margin: 25px 0 12px;
    position: relative;
    padding: 0 0 0 24px;
}

h3.sub_heading.list::before {
    content: "\f022";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.7rem;
    color: #4c728f;
    position: absolute;
    top: 1px;
    left: 0px;
}

h3.sub_heading.delivery::before {
    content: "\f0d1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.7rem;
    color: #4c728f;
    position: absolute;
    top: 1px;
    left: 0px;
}

h3.separation_heading {
    display: flex;
    align-items: center;
    font-size: 1.7rem;
    font-weight: 700;
    margin: 25px 0;
}

h3.separation_heading:before,
h3.separation_heading:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #bababa;
}
 
h3.separation_heading:before {
    margin-right: 18px;
}
 
h3.separation_heading:after {
    margin-left: 18px;
}

@media (min-width: 1101px) {
    
    .section_title {
        margin: 0;
        padding: 0 0 30px;
        font-size: 4.0rem;
        font-weight: 300;
        line-height: 1em;
    }
    
    h2.page_title {
        margin: 0;
        height: 60px;
        line-height: 58px;
        font-size: 2.2rem;
        font-weight: 300;
        text-align: center;
    }
    
    h1.page_title {
        margin: 0;
        height: 90px;
        line-height: 88px;
        font-size: 2.5rem;
        font-weight: 400;
        text-align: center;
        letter-spacing: 0.5px;
    }

}

/*-------------------------------
Pager
---------------------------------*/

.pager_flex_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;
}

.pager_area_left {
    width: 100%;
}

.pager_area_right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.4rem;
    margin-top: 5px;
}

.viewPageNumber {
    display: inline-block;
    margin: 5px 0;
}

.pager_area input {
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    min-width: 32px;
    height: 30px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5px;
    display: inline-block;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    cursor: pointer;
    color:#333;
}

.viewPage input {
    background: #f7f7f7;
}

.viewPageNumber span {
    display: inline-block;
}

.viewPageNumber span+span {
    margin: 0 0 0 3px;
}

.pager_area input[name="previousViewPage"] {
    margin: 0 3px 0 0;
}

.pager_area input[name="nextViewPage"] {
    display: inline-block;
    margin: 0 0 0 3px;
}


@media (min-width: 1101px) {

    .pager_area_left {
        width: calc( 100% - 155px );
    }

    .pager_area_right {
        width: 135px;
        margin-top: 0px;
    }
    
}

/*-------------------------------
History
---------------------------------*/
.history_wrapper {
    width: 100%;
    background: #fcfcfc;
    margin: 0 0 30px;
    padding: 4px;
    border: 1px solid #e1e1e1;
}

.history_inner {
    width: 100%;
    padding: 15px;
    background: #fff;
}


/*-------------------------------
History - Order
---------------------------------*/
.history_item_wrapper {
    background: #fff;
    border-radius: 10px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    border: 1px solid #e1e1e1;
    position: relative;
}

.history_item_wrapper + .history_item_wrapper {
    margin-top: 40px;
}

.history_item_header {
    background: #f3f3f3;
    border-radius: 10px 10px 0 0;
    padding: 8px 12px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    border-bottom: 1px solid #eaeaea;
}

.history_item_header.roll {
    border-radius: 10px;
}

.history_item_contents {
    padding: 12px; /* 202311*/
}

.history_item_wrapper.noborder {
    border: none;
}

.history_item_wrapper.noborder .history_item_contents {
    padding: 0px;
}

.history_item_wrapper.noborder .history_item_contents .history_item_contents_flex_area .flex_area_center {
    width: 100%;
}

.history_item_header .history_item_header_flex_area, .history_item_contents .history_item_contents_flex_area {
    display: flex;
    align-items: center; /*1020*/
    justify-content: space-between;
}

.-flex-column_reverse_sp {
    flex-direction: column-reverse;
}

.-flex-column_sp {
    flex-direction: column;
}

.history_item_contents .history_item_contents_flex_area .flex_area_left {
    width: 100%;
}

.history_item_contents .history_item_contents_flex_area .flex_area_right {
    width: 100%;
}

.history_item_contents .history_item_contents_flex_area.-flex-column_reverse_sp .flex_area_left {
    margin-top: 10px; 
}

.history_item_contents .history_item_contents_flex_area.-flex-column_sp .flex_area_right {
    margin-top: 10px; 
}

.btn_small_w, .btn_small_download_w {
    display: inline-block;
    padding: 2px 8px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 500;
    background: #fff;
    color: #485762;
    border: none;
    cursor: pointer;
    transition: background .3s;
    letter-spacing: 0.01em;
    white-space: nowrap;
    border: 1px solid #cacaca;
    position: relative;
}

.btn_small_download_w {
    font-size: 1.2rem;
    padding: 2px 18px 2px 5px;
}

.btn_large_w, .btn_large_download_w {
    display: block;
    padding: 8px 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    font-size: 1.5rem;
    font-weight: 500;
    background: #fff;
    color: #485762;
    border: none;
    cursor: pointer;
    transition: background .3s;
    letter-spacing: 0.01em;
    white-space: nowrap;
    border: 1px solid #cacaca;
    position: relative;
}

.btn_large_download_w.long_txt {
    padding: 8px 34px 8px 5px;
    white-space: normal;
}

.btn_large_w:visited {
    color: #485762;
}

.btn_large_w + .btn_large_w {
    margin-top: 10px;
}

.btn_large_w::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.4rem;
    color: #485762;
    position: absolute;
    top: 10px;
    right: 10px;
}

.btn_small_download_w::before {
    content: "\f56d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3rem;
    color: #4c728f;
    position: absolute;
    top: 3px;
    right: 4px;
}

.btn_large_download_w::before {
    content: "\f56d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.2rem;
    color: #4c728f;
    position: absolute;
    top: 4px;
    right: 14px;
}

.btn_small_w:hover, .btn_large_w:hover, .btn_large_download_w:hover , .btn_small_download_w:hover {
    background: #f3f3f3;
    text-decoration: none;
}

.btn_small_w.orange {
    color: #f7c93e;
}

.history_item_wrapper .info_area {
    color: #c20025;
    background: #fff8f9;
    border: 1px solid #cacaca;
    border-radius: 4px;
    margin: 0;
    padding: 8px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
}

.history_item_wrapper .info_area i {
    margin: 0 3px 0 0;
}

.history_item_wrapper .balloon_area {
    color: #c20025;
    background: #fff8f9;
    border: 1px solid #c24b62;
    border-radius: 8px;
    margin: 0 0 15px;
    padding: 8px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.history_item_wrapper .balloon_area:before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -16px;
  border: 13px solid transparent;
  border-top: 13px solid #fff8f9;
  z-index: 2;
}

.history_item_wrapper .balloon_area:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #c24b62;
  z-index: 1;
}

.history_item_wrapper .balloon_area i {
    margin: 0 3px 0 0;
}

.history_item_wrapper hr {
    border-top: 1px solid #e9e9e9;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 10px 0;
}

.history_item_wrapper hr.bold {
    border-top: 2px solid #dddddd;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 10px 0;
}

.history_item_wrapper table.history_item_basic_table {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.history_item_wrapper table.history_item_basic_table th {
    margin: 0;
    padding: 0 4px 0 0;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1;
    text-align: left;
}

.history_item_wrapper table.history_item_basic_table td {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    text-align: left;
}

.history_item_wrapper table.history_item_basic_table td.btn_area {
    width: 38px;
}

.history_item_wrapper table.history_item_basic_table tr + tr th, .history_item_wrapper table.history_item_basic_table tr + tr td {
    padding-top: 5px;
}

.history_item_wrapper .history_item_table {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.history_item_wrapper .history_item_table td {
    margin: 0;
    padding: 8px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #e9e9e9;
}

.history_item_wrapper .history_item_table td+td {
    padding-left: 8px;
}

.history_item_wrapper .history_item_table tr:first-child td {
    border-top: none;
}
    
.history_item_wrapper table.history_item_basic_table.payment_history_table {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.history_item_wrapper table.history_item_basic_table.payment_history_table tr {
    width: 100%;
}

.-w_100 {
    width: 100px;
}

.history_item_wrapper .review_post_wrap {
    display: inline-block;
    background: #feffbd;
    padding: 5px 8px;
    border-radius: 2px;
}

.history_item_wrapper .review_post_wrap .display_sp+.btn {
    margin-top: 3px;
}

.history_item_wrapper .guidance_get_point {
    text-align: center;
    margin: 0 0 3px;
}

.history_item_wrapper .guidance_get_point span {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    color: #ff5400;
}

.history_item_wrapper .guidance_get_point span:before,
.history_item_wrapper .guidance_get_point span:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #ff5400;
    width: 2px;
    height: 20px;
    margin: -1px 15px 0;
    vertical-align: middle;
}
 
.history_item_wrapper .guidance_get_point span:before {
    transform: rotate(-35deg);
}
 
.history_item_wrapper .guidance_get_point span:after {
    transform: rotate(35deg);
}

.history_item_wrapper .file_drop_area {
    border: 5px dashed #dddddd;
    border-radius: 10px;
    padding: 15px;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(250, 250, 250, 1) 10px, rgba(250, 250, 250, 1) 20px );
    text-align: center;
    line-height: 1.6;
}

.history_item_wrapper .file_drop_area.blue {
    border: 5px dashed #5987aa;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(247, 252, 255, 1) 10px, rgba(247, 252, 255, 1) 20px );
}

.history_item_wrapper .file_attention {
    color: #c20025;
    background: #fff8f9;
    border: 1px solid #d8d1d2;
    margin: 0 0 25px;
    padding: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
}

.history_item_wrapper .file_attention hr {
    border-top: 2px dotted #d8d1d2;
    margin: 14px 0;
}

.history_item_wrapper .file_attention p {
    margin: 0;
    padding: 0 0 0 24px;
    line-height: 1.6;
    position: relative;
}

.history_item_wrapper .file_attention p::before {
    content: "\f071";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.6rem;
    color: #c20025;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.history_item_wrapper .file_attention a {
    margin: 0;
    padding: 0 0 0 20px;
    line-height: 1.6;
    position: relative;
    font-weight: bold;
    text-decoration: underline;
    color: #0064be;
}

.history_item_wrapper .file_attention a::before {
    content: "\f574";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.6rem;
    color: #0064be;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.btn_file {
    display: inline-block;
    padding: 8px 16px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    font-size: 1.5rem;
    font-weight: 500;
    background: #546572;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background .3s;
    letter-spacing: 0.01em;
    white-space: nowrap;
    position: relative;
}

.btn_file:hover {
    background: #46545f;
    text-decoration: none;
}

.btn_file .btn_file_input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    overflow: hidden;
}

@media (min-width: 1101px) {
    
    .history_item_header {
        padding: 10px 15px;
        font-size: 1.5rem;
    }

    .history_item_contents {
        /*padding: 15px;*/
    }
    
    .history_item_wrapper table.history_item_basic_table th {
        padding: 0 8px 0 0;
        font-size: 1.1rem;
    }

    .history_item_wrapper table.history_item_basic_table td {
        font-size: 1.5rem;
    }

    .history_item_wrapper table.history_item_basic_table td.btn_area {
        width: 60px;
    }

    .-flex-column_reverse_sp, .-flex-column_sp {
        flex-direction: row;
    }

    .history_item_contents .history_item_contents_flex_area .flex_area_left {
        width: calc(100% - 400px);
        margin-right: 30px;
    }

    .history_item_contents .history_item_contents_flex_area .flex_area_right {
        width: 400px;
    }

    .history_item_contents .history_item_contents_flex_area .flex_area_left.w_half {
        width: 49% !important;
        margin-right: 30px;
    }

    .history_item_contents .history_item_contents_flex_area .flex_area_right.w_half {
        width: 49% !important;
    }

    .history_item_contents .history_item_contents_flex_area .flex_area_left.w_right_wide {
        width: 39% !important;
        margin-right: 30px;
    }

    .history_item_contents .history_item_contents_flex_area .flex_area_right.w_right_wide {
        width: 59% !important;
    }

    .history_item_contents .history_item_contents_flex_area.-flex-column_reverse_sp .flex_area_left {
        margin-top: 0px; 
    }
    
    .history_item_wrapper.noborder .history_item_contents .history_item_contents_flex_area {
        justify-content: center;
    }

    .history_item_wrapper.noborder .history_item_contents .history_item_contents_flex_area .flex_area_center {
        width: 50%;
        max-width: 500px;
    }

    .history_item_wrapper .review_post_wrap .display_sp+.btn {
        margin-top: 0px;
        margin-left: 3px;
    }
    
}


/*-------------------------------
Cart - Order
---------------------------------*/
.separation_basic_card {
    border: 1px solid #e1e1e1;
}

.btn.btn_call_address {
    margin: 0 0 0 8px;
    padding: 8px 12px;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    font-weight: 700;
    color: #fff;
    background: #ababab;
    line-height: 1;
}

.btn:hover {
    background: #909090;
    text-decoration: none;
}

/*-------------------------------
Cart
---------------------------------*/

.shopping_cart_title {
    position: relative;
    height: 40px;
    margin: 0 0 20px;
}

.shopping_cart_title input {
    display: inline-block;
    text-align: center;
    border: none;
    height: 3em;
    border-radius: 5em;
    color: #060203;
    margin: 0;
    padding: 0 30px;
    font-size: 1.4rem;
    font-weight: 400;
    background-color: #f7c93e;
    letter-spacing: 0.03em;
    transition: background .3s;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.shopping_cart_item {
    background-color: #fff;
    box-shadow: 0 3px 5px 3px rgb(225 225 225 / 80%);
}

.shopping_cart_item + .shopping_cart_item {
    margin: 30px 0 0;
}

.shopping_cart_item_img {
    overflow: hidden;
    margin-bottom: 25px;
    text-align: center;
}

.shopping_cart_item_img img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.shopping_cart_item_title {
    background-color: #518eda;
    color: #fff;
    text-align: center;
    padding: 14px 0;
    position: relative;
}

.shopping_cart_item_itemname, .shopping_cart_item_number {
    display: block;
    font-size: 1.8rem;
    background-color: #ebebeb;
    color: #6c757d;
    padding: 7px;
}

.shopping_cart_item_number {
    font-size: 1.5rem;
    padding: 9px 7px;
}

.shopping_cart_item_number_input input[type="number"] {
    display: block;
    font-size: 2.0rem;
    background-color: #c7c7c7;
    color: #495057;
    padding: 7px;
    width: 100%;
    border: none;
    text-align: right;
}
.shopping_cart_item_number_input .number_text {
    display: block;
    font-size: 2.0rem;
    background-color: #c7c7c7;
    color: #495057;
    padding: 7px 2.0rem 7px 7px;
    width: 100%;
    border: none;
    text-align: right;
}
.shopping_cart_item_detail {
    padding: 1.5em 1em;
}

.shopping_cart_item_flex_area {
    display: flex;
    margin: 12px 0 0;
    align-items: center;
}

.shopping_cart_item_flex_area.border_area {
    border-top: 1px solid #e3e3e3;
}

.shopping_cart_item_flex_area_left {
    width: 50%;
    color: #777;
    font-size: 1.4rem;
}

.shopping_cart_item_flex_area_right {
    width: 50%;
}

.shopping_cart_item_flex_area_right .select_area {
    position: relative;
    width: 100%;
}

.shopping_cart_item_flex_area_right select {
    background-color: #ebebeb;
    border-radius: 0;
    font-size: 1.4rem;
    color: #777;
    border: none;
    display: inline-block;
    width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    vertical-align: middle;
    appearance: none;
    position: relative;
}

.shopping_cart_item_flex_area_right .select_area::before {
    content: "\f0dc";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3rem;
    color: #383838;
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 2;
}
.shopping_cart_item_flex_area_right .select_text {
    background-color: #ebebeb;
    border-radius: 0;
    font-size: 1.4rem;
    color: #777;
    border: none;
    display: inline-block;
    width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    vertical-align: middle;
    appearance: none;
    position: relative;
}
.shopping_cart_item_flex_area_right .select_text_area {
    position: relative;
    width: 100%;
}


.shopping_cart_item_price, .shopping_cart_item_usepoint {
    padding: 10px 3px 0 0;
    border-top: 1px solid #e3e3e3;
    font-size: 17px;
    color: #a9a9a9;
    margin-bottom: 1em;
    text-align: right;
}

.shopping_cart_item_flex_area_right .shopping_cart_item_price {
    border-top: none;
}

.shopping_cart_item_itemdetail {
    color: #777;
    font-size: 1.4rem;
    margin: 0 0 12px;
}


.shop_cart_delete {
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.shopping_cart_subtotal_flex_area {
    display: flex;
    margin: 20px 0 0;
    color: #060203;
    font-size: 1.4rem;
}

.shopping_cart_subtotal_flex_area.total_price {
    border-top: 1px solid #c7c7c7;
    padding: 15px 0 0;
}

.shopping_cart_subtotal_flex_area_left {
    width: 50%;
}

.shopping_cart_subtotal_flex_area .shopping_cart_subtotal_flex_area_right {
    width: 50%;
    text-align: right;
    margin: 0 5px 0 0;
    letter-spacing: 1px;
}

.shopping_cart_subtotal_flex_area.total_price .shopping_cart_subtotal_flex_area_right {
    font-size: 2.2rem;
}

.shoppingCartBody .twitter_discount_wrap {
    background: #7ab6ea;
    border-radius: 15px;
    padding: 20px 15px;
    margin: 30px 0 20px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
}

.shoppingCartBody .twitter_discount_wrap h4 {
    margin: 0 0 18px;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 700;
}

.shoppingCartBody .twitter_discount_wrap p {
    margin: 0 0 18px;
    padding: 0;
    line-height: 2;
}

.shoppingCartBody .twitter_discount_wrap input {
    margin: 0 5px 0 0;
}

.shopping_cart_policy_wrap {
    margin: 5px 0 10px 10px;
    display: flex;
    align-items: center
}

.shopping_cart_policy_wrap div {
    display: inline-block;
    padding: 0 0 0 3px;
}

.shopping_cart_policy_wrap a {
    display: inline-block;
    color: #0064be;
    text-decoration:underline;
}

.shopping_cart_policy_wrap input[type=checkbox] {
    transform: scale(1.3);
    margin: 0 0 0 0;
}



/* ご注文情報入力の申し込み内容表示 */
.shoppingCartItemsRequest .shopping_cart_item {
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: none;
}

.shoppingCartItemsRequest .shopping_cart_item + .shopping_cart_item {
    margin: 0;
    border-top: none;
}

.shoppingCartItemsRequest .shopping_cart_item .shopping_cart_item_detail {
    padding: 15px;
}

.shoppingCartItemsRequest .shopping_cart_item .shopping_cart_item_itemname {
    background-color: #fff;
    padding: 0px 0 10px;
    color: #333;
}

.shoppingCartItemsRequest .shopping_cart_item .shopping_cart_item_number {
    background-color: #fff;
    padding: 0px;
}

.shoppingCartItemsRequest .shopping_cart_item .shopping_cart_item_number {
    background-color: #fff;
    padding: 0;
    text-align: right;
    color: #a9a9a9;
    font-size: 15px;
}

.shoppingCartItemsRequest .shopping_cart_item .shopping_cart_item_flex_area {
    margin: 8px 0 0;
}

.shoppingCartItemsRequest .shopping_cart_item .shopping_cart_item_flex_area.border_area {
    border-top: none;
}

.shoppingCartItemsRequest .shopping_cart_item .shopping_cart_item_price {
    padding: 0px 3px 0 0;
    border-top: none;
    font-size: 15px;
    color: #a9a9a9;
    margin: 0;
    text-align: right;
}

.shoppingCartItemsRequest .shopping_cart_subtotal_flex_area {
    display: flex;
    margin: 20px 0 0;
    padding: 0 15px;
    color: #060203;
    font-size: 1.4rem;
}

.shoppingCartItemsRequest .shopping_cart_subtotal_flex_area.borderd {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
}

.shoppingCartItemsRequest .shopping_cart_subtotal_flex_area.total_price {
    border-top: none;
    padding: 15px 15px 15px;
    color: #000;
    background: #f3f3f3;
    border-radius: 5px;
}

.shoppingCartItemsRequest .point_area {
    border: 1px solid #e3e3e3;
    margin: 20px 0 0;
    padding: 0px 5px 15px;
    border-radius: 5px;
}

.shoppingCartItemsRequest .point_area .table_cart {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 0 0 15px;
}

.shoppingCartItemsRequest .point_area .shopping_cart_subtotal_flex_area_left {
    width: 30%;
}

.shoppingCartItemsRequest .point_area .shopping_cart_subtotal_flex_area .shopping_cart_subtotal_flex_area_right {
    width: 70%;
    text-align: right;
    margin: 0 5px 0 0;
    letter-spacing: 1px;
}

@media (min-width: 1101px) {
    
    .shoppingCartItemsRequest .point_area .table_cart {
        width: auto;
        max-width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
        margin: 0 0 0 15px;
    }
    
    .shoppingCartItemsRequest .shopping_cart_subtotal_flex_area {
        width: 100%;
    }
    
    .shoppingCartItemsRequest .point_area .shopping_cart_subtotal_flex_area_left {
        width: 30%;
        display: flex;
        align-items: center;
    }

    .shoppingCartItemsRequest .point_area .shopping_cart_subtotal_flex_area .shopping_cart_subtotal_flex_area_right {
        width: 70%;
        text-align: right;
        margin: 0 5px 0 0;
        letter-spacing: 1px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    } 
    
}

.container_cart.btn_area, .container .btn_area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container_cart.btn_area a, .container_cart.btn_area input[type="submit"],.container .btn_area a, .container .btn_area input[type="submit"] {
    display: inline-block;
    width: 15em;
    height: 3em;
    border-radius: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7c93e;
    color: #060203;
    border: none;
    cursor: pointer;
}

.container .btn_area a.btn_gray {
    color: #060203;
    background: #ababab;
}

.container_cart.btn_area a + a, .container .btn_area a + a {
    margin: 10px 0 0;    
}

.container_cart .info_area {
    color: #c20025;
    background: #fff8f9;
    border: 1px solid #cacaca;
    border-radius: 4px;
    width: 98%;
    margin: 0 auto;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
}

.table_cart {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.table_cart th, .table_cart td {
    padding: 3px 8px;
    line-height: 1.4em;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: 400;
    display: block;
    width: 100%;
}

.table_cart .table_cart_items td:first-child {
    padding: 8px 8px 3px;
}

.table_cart .table_cart_items td:last-child {
    border-bottom: 1px solid #e1e1e1;
    padding: 3px 8px 8px;
}

.table_cart th {
    background: #f5f5f5;
    font-weight: 500;
    display: none;
}

.table_cart .td_num {
    text-align: right;
    font-size: 1.6rem;
    letter-spacing: 1px;
}

.table_cart .td_sum_heading, .table_cart .td_point_heading {
    text-align: right;
    font-size: 1.4rem;
    border: none;
    margin: 0;
    padding: 0;
    line-height: 42px;
}

.table_cart .td_sum_heading span, .table_cart .td_point_heading span {
    display: inline-block;
    margin: 0 8px 0 0;
}

.table_cart .td_point_heading input[type="submit"], .table_cart .td_point_heading input[type="button"] {
    height: 34px;
    line-height: 32px;
    padding: 0 5px;
}
    
.table_cart .td_sum_heading .sum_box {
    display: inline-block;
    text-align: right;
    font-size: 1.6rem;
    letter-spacing: 1px;
    width: 240px;
    min-height: 42px;
    margin: 0 0 0 0;
    padding: 0 8px 0 0;
}

.table_cart .td_sum_heading .sum_box.total_sum {
    font-size: 2.0rem;
    font-weight: bold;
}

.table_cart .td_point_heading .sum_box {
    display: inline-block;
    text-align: right;
    font-size: 1.6rem;
    letter-spacing: 1px;
    width: 240px;
    min-height: 42px;
    margin: 0 0 0 0;
    padding: 0 8px 0 0;
}


.table_cart .td_point_heading  input[type="number"] {
    border: 1px solid #ced4da;
    border-radius: 4px;
    width: 100px;
    height: 34px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    outline: none;
    font-size: 1.3rem;
    -webkit-appearance: none;
    color: #495057;
}



.table_cart .sp_subheading {
    display: inline-block;
    font-size: 1.1rem;
    margin: 0 20px 0 0;
}

@media (min-width: 1101px) {
    
    .container_cart.btn_area, .container .btn_area {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .container_cart.btn_area a, .container .btn_area a {
        display: block;
        width: 15em;
        height: 3em;
        border-radius: 5em;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #f7c93e;
        color: #060203;
    }

    .container_cart.btn_area a + a, .container .btn_area a + a {
        margin: 0 0 0 10px;    
    }
    
    .container_cart .info_area {
        width: 100%;
    }
    
    .table_cart {
        width: 100%;
        max-width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

    .table_cart th, .table_cart td {
        padding: 10px 8px;
        line-height: 1.4em;
        vertical-align: middle;
        border: 1px solid #e1e1e1;
        font-size: 1.4rem;
        font-weight: 400;
        display: table-cell;
        width: auto;
    }

    .table_cart .table_cart_items td:first-child {
        padding: 10px 8px;
    }

    .table_cart .table_cart_items td:last-child {
        padding: 10px 8px;
    }

    .table_cart th {
        background: #f5f5f5;
        font-weight: 500;
    }

    .table_cart .td_num {
        text-align: right;
        font-size: 1.6rem;
        letter-spacing: 1px;
        width: 120px;
    }

    .table_cart .td_sum_heading {
        text-align: right;
        font-size: 1.4rem;
        border: none;
        margin: 0;
        padding: 0;
        line-height: 42px;
    }

    .table_cart .td_sum_heading span {
        display: inline-block;
        margin: 0 8px 0 0;
    }

    .table_cart .sum_box {
        display: inline-block;
        text-align: right;
        font-size: 1.6rem;
        letter-spacing: 1px;
        width: 240px;
        min-height: 42px;
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        margin: 0 -1px 0 0;
        padding: 0 8px 0 0;
    }
    
    .table_cart .sp_subheading {
        display: none;
    }

}


/*---------------------------------
Payment
---------------------------------*/

.select_settlement_area {
    text-align: center;
    border: 1px solid #e1e1e1;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
}

.select_settlement_area + .select_settlement_area {
    margin: 20px auto 0;
}

.select_settlement_area h3 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 700;
}

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

.select_settlement_area input[type="submit"] {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0;
    background-color: #f7c93e;
    color: #060203;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 500;
}
.select_settlement_area input[type="submit"]:hover {
    background: #dfb537;
}

.settlement_btn_area .cancel_btn {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0;
    background-color: #ababab;
    color: #060203;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 500;
}
.settlement_btn_area .cancel_btn:hover {
    background: #909090 !important;
    text-decoration: none;
}

.bank_account_area {
    border: 1px solid #4c728f;
    background: #fafcfe;
    border-radius: 10px;
    padding: 8px 0;
    margin: 0 0 35px;
}

.table_bank {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.table_bank th, .table_bank td {
    padding: 3px 8px 8px;
    line-height: 1.4em;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: 400;
    display: inline-block;
    width: calc( 100% - 100px );
}

.table_bank th {
    width: 100px;
    text-align: right;
}

@media (min-width: 1101px) {
    
    .select_settlement_image {
        width: auto;
    }
    
    .table_bank th, .table_bank td {
        padding: 3px 8px 8px;
        line-height: 1.4em;
        vertical-align: middle;
        font-size: 1.8rem;
        font-weight: 400;
        display: inline-block;
        width: calc( 100% - 200px );
    }

    .table_bank th {
        width: 200px;
        text-align: right;
    }
    
}

/* Review */
.review_score_input_area {
    margin: 0 0 0px;
}

.review_score_input_area img {
    width: 28px;
    height: auto;
}

.check_star {
    display: none;
}
.label_star {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    content: "";
    background: url(../img/star_g.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
}
.check_star:checked + .label_star {
    background: url(../img/star.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
}

.review_wrap {
    border: 1px solid #e1e1e1;
    padding: 15px;
}

.review_reply_wrap {
    padding: 15px;
    background: #f0f7ff;
    border: 1px solid #e1e1e1;
}

.review_score_area {
    margin: 0 0 10px;
}

.review_score_area img {
    width: 22px;
    height: auto;
}

.review_title_area {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 10px;
}

.review_body_area {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

.review_img_area {
    width: 200px;
}

.review_img_area img {
    width: 100%;
    height: auto;
}


@media (min-width: 1101px) {
    
    .review_img_area {
        width: 350px;
    }

}

.gallery_area {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.gallery_area li {
    margin: 0 0 15px;
    padding: 0;
    width: 32%;
    background: #fff;
    border: 1px solid #ebebeb;
}

.gallery_area li+li {
    margin: 0 0 15px 2%;
}

.gallery_area li:nth-child(3n + 1) {
    margin: 0 0 15px;
}

.gallery_area .gallery_img {
    width: 100%;
    height: 100%;
    max-height: 80px;
}

.gallery_area .gallery_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.gallery_area .gallery_author {
    display: block;
    padding: 6px 10px 8px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

.gallery_area .gallery_txt {
    display: block;
    padding: 15px 10px 8px;
    font-size: 14px;
    line-height: 1.6;
}

.gallery_area .btn {
    white-space: normal;
    margin: 0 5px;
    font-size: 1.1rem;
    padding: 3px 5px;
}

.gallery_area .btn_blue, .review_area .btn_blue {
    width: 98%;
    display: inline-block;
    border-radius: 12px;
    margin: 0;
    padding: 3px 5px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.1rem;
    font-weight: 500;
    background: #546572;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    letter-spacing: 0.01em;
    white-space: normal;
    position: relative;
}

.gallery_area .btn_white, .review_area .btn_white {
    width: 98%;
    display: inline-block;
    height: 24px;
    line-height: 20px;
    border-radius: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.2rem;
    font-weight: 500;
    border: 1px solid #546572;
    color: #546572;
    cursor: pointer;
    transition: background .3s;
    letter-spacing: 0.01em;
    white-space: normal;
    position: relative;
}

@media (min-width: 1101px) {
    .gallery_area .btn_blue, .review_area .btn_blue {
        width: 90%;
        max-width: 280px;
        height: 24px;
        line-height: 22px;
        border-radius: 12px;
        margin: 0;
        padding: 0;
    }
    .gallery_area .btn_white, .review_area .btn_white {
        width: 90%;
        max-width: 280px;
    }
}

.attention_area {
    color: #c20025;
    border: 1px solid #c20025;
    margin: 25px 0 0;
    padding: 10px 15px;
    font-size: 1.4rem;
    line-height: 1.6;
}

.attention_area h3 {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 8px 0;
    margin: 0 0 15px;
    border-bottom: 1px solid #c20025;
    
}

.attention_area dl, dt {
    margin: 0;
    padding: 0;
}

.attention_area dd {
    margin: 0;
    padding: 0 0 8px 20px;
    line-height: 1.6;
}

.single_gallery_area {
    width: 92%;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ebebeb;
}

.single_gallery_area .gallery_title {
    font-weight: bold;
    margin: 15px 0 10px;
    font-size: 18px;
}

.single_gallery_area .gallery_img {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.single_gallery_area .gallery_img img {
    width: 100%;
    height: auto;
}

.single_gallery_area .gallery_txt {
    display: block;
    padding: 15px 0 8px;
    font-size: 14px;
    line-height: 1.6;
}

.single_gallery_area .gallery_author {
    display: block;
    padding: 6px 0 8px;
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
}

@media (min-width: 1101px) {
    .gallery_area {
        margin: 10px 0;
        padding: 0;
        list-style: none;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .gallery_area li {
        margin: 0 0 20px;
        padding: 0;
        width: 30%;
        background: #fff;
        border: 1px solid #ebebeb;
    }

    .gallery_area li+li {
        margin: 0 0 20px 5%;
    }

    .gallery_area li:nth-child(3n + 1) {
        margin: 0 0 20px;
    }
    
    .gallery_area .gallery_img {
        width: 100%;
        height: 100%;
        max-height: 200px;
    }

    .gallery_area .gallery_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }
    
    .single_gallery_area {
        width: 90%;
        max-width: 600px;
        margin: 0 auto;
        padding: 18px;
    }

    .single_gallery_area .gallery_title {
        font-weight: bold;
        margin: 15px 0 10px;
        font-size: 18px;
    }

    .single_gallery_area .gallery_img {
        width: 100%;
        max-width: 450px;
        text-align: center;
        margin: 0 auto;
    }

    .single_gallery_area .gallery_img img {
        width: 100%;
        height: auto;
    }

    .single_gallery_area .gallery_txt {
        display: block;
        padding: 15px 0 8px;
        font-size: 14px;
        line-height: 1.6;
    }

    .single_gallery_area .gallery_author {
        display: block;
        padding: 6px 0 8px;
        font-size: 14px;
        line-height: 1.6;
        text-align: right;
    }
    
    .gallery_area .btn {
        font-size: 1.4rem;
        padding: 4px 8px;
    }
    
}

.gallery_img_area {
    width: 200px;
}

.gallery_img_area img {
    width: 100%;
    height: auto;
}


@media (min-width: 1101px) {
    
    .gallery_img_area {
        width: 350px;
    }

}

.read_more_wrap {
    display: block;
    height: 90px;
    height: 32px;
    overflow-y: hidden;
    margin-bottom: 0 !important;
    line-height: 2.2em;
    font-size: 14px;
}

.btn_read_more {
    position: relative;
    border: 1px solid #ddd;
    width: 90px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border-radius: 12px;
    font-size: 11px;
    margin: 8px auto 0;
    padding: 0 3px 0 0;
    background: #fff;
    cursor: pointer;
}

.btn_read_more::before {
    position: absolute;
    top: 2px;
    right: 5px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #ccc;
}

.btn_read_more.up::before {
    top: 0px;
    content: "\f077";
}


@media (min-width: 1101px) {
    
    .btn_read_more {
        position: relative;
        border: 1px solid #ddd;
        width: 150px;
        height: 24px;
        line-height: 22px;
        text-align: center;
        border-radius: 12px;
        font-size: 12px;
        margin: 8px auto 0;
        padding: 0 3px 0 0;
        background: #fff;
        cursor: pointer;
    }

    .btn_read_more::before {
        position: absolute;
        top: 2px;
        right: 10px;
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 14px;
        color: #ccc;
    }
}



.flow_area {
    width: 100%;
    margin: 5px auto 15px auto;
}

.flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.flow_list li {
    width: calc( 32% - 30px );
    height: 100px;
    margin: 0 30px 10px 0;
    padding: 0 0 0 10px;
    border-radius: 10px 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.2rem;
    font-weight: 400;
    background: #d9d9d9;
    color: #333;
    position: relative;
}

.flow_list li.current {
    background: #f7c93e;
    animation:blink 1s ease-in-out infinite alternate;
}

@keyframes blink{
    0% {background: #f7c93e;}
    100% {background: #fff;}
}

@keyframes blink_border{
    0% {border-color: transparent transparent transparent #f7c93e;}
    100% {border-color: transparent transparent transparent #fff;}
}

.flow_list li.yetStatus {
    background: #fff6da;
}

.flow_list li::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 28px;
    border-color: transparent transparent transparent #d9d9d9;
    position: absolute;
    top: 0px;
    right: -28px;
}

.flow_list li.current::before {
    border-color: transparent transparent transparent #f7c93e;
    animation:blink_border 1s ease-in-out infinite alternate;
}

.flow_list li.yetStatus::before {
    border-color: transparent transparent transparent #fff6da;
}

.flow_list li:last-child {
    border-radius: 10px;
    padding: 0;
}

.flow_list li:last-child::before {
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
}

.flow_list i {
    display: block;
    margin: 0 0 8px 0;
    font-size: 2.4rem;
}

.flow_list li span {
    font-size: 1.0rem;
    display: block;
    text-align: center;
    margin: 5px 0 0;
}

@media (min-width: 1101px) {

    .flow_area {
        width: 100%;
        margin: 5px auto 25px auto;
    }
    .flow_list {
        justify-content: center;
    }
    
    .flow_list li {
        width: calc( 14% - 30px );
        height: 120px;
        margin: 0 30px 0 0;
        padding: 0 0 0 10px;
        border-radius: 10px 0 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 1.4rem;
        font-weight: 400;
        background: #d9d9d9;
        color: #333;
        position: relative;
    }

    .flow_list li::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 60px 0 60px 28px;
        border-color: transparent transparent transparent #d9d9d9;
        position: absolute;
        top: 0px;
        right: -28px;
    }

    .flow_list i {
        display: block;
        margin: 0 0 8px 0;
        font-size: 4.0rem;
    }
}


/*-------------------------------
Estimate
---------------------------------*/

.estimate_img_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.estimate_img_list li {
    width: 49%;
    margin: 0 0 10px;
}

.estimate_img_list::after {
    display: block;
    content:"";
    width: 49%;
}

.estimate_img_list img {
    width: 100%;
    height: auto;
}

.estimate_img_list.complete_img_area li {    
    display: flex;
    justify-content: space-between;
    border: 1px dotted #dddddd;
    padding: 8px;
    text-align: center;
}

.estimate_img_list.complete_img_area li a , .estimate_img_list.complete_img_area li .complete_img_area_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.estimate_img_list.complete_img_area li .caption_area {    
    border: 1px dotted #dddddd;
    margin: 5px 0 0;
    padding: 3px;
    text-align: center;
    width: 100%;
}

@media (min-width: 1101px) {
    
    

    .estimate_img_list li {
        width: 32%;
    }

    .estimate_img_list::after {
        display: block;
        content:"";
        width: 32%;
        
    }
    
}
.comment_gallery_area {
    width: 92%;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #d81719;
}
@media (min-width: 1101px) {
.comment_gallery_area {
        width: 90%;
        max-width: 600px;
        margin: 0 auto;
        padding: 10px;
    }
}
.comment_review_area {
    max-width: 600px;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #d81719;
}
@media (min-width: 1101px) {
.comment_review_area {
        max-width: 600px;
        margin: 0 auto;
    }
}

.btn_accordion {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    color: #333333;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    position: absolute;
    top : 26px;
    right: 8px;
    cursor: pointer;
    transition: opacity .3s;
    border: 1px solid #eaeaea;
}

.btn_accordion:before {
    content: '';
    position: absolute;
    top: 17px;
    right: 11px;
    border-top: 2px solid #333333;
    width: 12px;
    height: 12px;
}

.btn_accordion:after {
    content: '';
    position: absolute;
    top: 12px;
    transform: rotate(90deg);
    right: 16px;
    border-top: 2px solid #333333;
    width: 12px;
    height: 12px;
}

.btn_accordion.active {
    border-radius: 5px 5px 0 0;
}

.btn_accordion.active:after {
    border-top: none;
}

.accordion_area {
    height: 0px;
    overflow-y: hidden;
    padding: 0; /*202401*/
}

@media (min-width: 641px) {
    .btn_accordion {
        width: 40px;
        height: 40px;
        line-height: 38px;
        border-radius: 10px;
        font-size: 2.4rem;
        position: absolute;
        top : 26px;
        right: 18px;
    }

    .btn_accordion:before {
        content: '';
        position: absolute;
        top: 18px;
        right: 10px;
        border-top: 2px solid #333333;
        width: 18px;
        height: 18px;
    }

    .btn_accordion:after {
        content: '';
        position: absolute;
        top: 10px;
        transform: rotate(90deg);
        right: 18px;
        border-top: 2px solid #333333;
        width: 18px;
        height: 18px;
    }

    .accordion_area {
        max-width: 610px;
        margin: 0 auto;
    }
}

.icon_triangle {
    background: #f3f3f3;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
}

.icon_triangle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 50px solid transparent;
    border-right: 50px solid #c12748;
    border-radius: 0 10px 0 0;
    z-index: 10;
}
.icon_triangle:after {
    content: "最新";
    display: block;
    position: absolute;
    top: 8px;
    right: 3px;
    transform: rotate(45deg);
    z-index: 11;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
}

@media (min-width: 641px) {

    .icon_triangle {
        width: 80px;
        height: 80px;
    }

    .icon_triangle:before {
        border-bottom: 80px solid transparent;
        border-right: 80px solid #c12748;
    }
    .icon_triangle:after {
        top: 15px;
        right: 7px;
        font-size: 1.6rem;
    }
}

.placeholder_wrapper {
    position: relative;
    z-index: 1;
}

.placeholder_wrapper textarea {
    background: transparent;
}

.placeholder_wrapper .placeholder {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    color: #888;
    font-size: 1.5rem;
    padding: 5px;
    line-height: 1.2;
}

.placeholder.hidden{
    display: none;
}

.upimg_modal_area {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,.8);
    z-index: 999;
    transform:translateZ(1px);
}

.upimg_modal_area .inner{
    width: 90%;
    margin: 0 auto;
    background: #fff;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.upimg_modal_area .modal_close {
    height: 58px;
    padding: 5px;
    font-size: 2.6rem;
    position: relative;
    background: #ccc;
}

.upimg_modal_area .upimg_modal_contents {
    width: 100%;
    height: calc( 100% - 60px );
    margin: 50px auto 0;
}

.upimg_modal_area .btn_area {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.upimg_modal_area .btn_area input[type="button"] {
    display: inline-block;
    width: 15em;
    height: 3em;
    border-radius: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7c93e;
    color: #060203;
    border: none;
    cursor: pointer;
}

.upimg_modal_area input[type="button"].btn_gray {
    color: #060203;
    background: #ababab;
}


@media (min-width: 641px) {
    
   .upimg_modal_area .inner{
        width: 500px;
    } 
}

/*---------------------------------
Site Header Duplicate
---------------------------------*/
nav {
    font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

nav .button, .contact .button {
    position: relative;
    height: 100%;
    text-align: center;
}

nav .button a, .contact .button a {
    height: 100%;
    padding: 1.3em 0;
    width: 8em;    
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

nav .button.red, .contact .button.red {
    background-color: #c83839;
    border-radius: 3px;
}

nav .button.red a, .contact .button.red a {
    color: #fff;
}

nav .red, .contact .red {
    color: #c83839;
}

nav .button.red a:hover {
    text-decoration: none;
}

nav .button, .contact .button {
    position: relative;
    height: 100%;
    text-align: center;
}

nav {
    height: 100px;
    background-color: #fff;
}
nav {
 margin: -32px 60px 0 20px;
}

nav .navbar-brand {
    width: 328px;
}
nav .navbar-brand img {
    width: 100%
}
nav .navbar-nav a {
    font-size: 13px;
    color: #060203
}
nav .navbar-nav a:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #c83839;
    margin-right: 0.3em
}
nav .navbar-nav .nav-link {
    padding: 0
}
nav .contact {
    position: relative;
}
nav .contact-tel {
    width: 400px
}
nav .contact-form {
    margin-left: 10px;
    height: 60px
}
nav .template_dl {
    margin-left: 1em;
    height: 60px
}
nav .template_dl img {
    height: 100%
}

nav .mypage {
    margin-left: 1em;
    height: 60px;
    position: relative;
}

nav .mypage .button a {
    display: block;
    height: 100%;
    padding: 18px 0 0;
    width: 150px;
/*    padding: 6px 0 0; */
/*    width: 80px; */
/*    font-size: 30px;*/
}

nav .login_user_name {
    position: absolute;
    right: 0px;
    bottom: -17px;
    font-size: 0.8em
}

/* 202404 add start */
nav .visitors {
    width: 215px;
    height: 60px;
    display: flex;
    font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
}

nav .visitors .consultation {
    padding: 5px 10px 0 0;
    border-right: 1px solid #eee;
}

nav .visitors .viewer {
    padding: 5px 0 0 10px;
}

nav .visitors .item_label {
    font-size: 13px;
}

nav .visitors .item_value {
    font-size: 13px;
    margin-top: 2px;
    line-height: 1;
}

nav .visitors .item_value span {
    font-size: 28px;
    color: #e51f58;
    font-weight: bold;
}
    
nav .contact-form .button a {
    white-space: nowrap;
}

.sub-nav .sub-nav--link a:hover {
    text-decoration: none;
}

nav .mypage-menu {
    width: 98px;
    height: 96px;
    margin: 0 0 0 12px;
    padding: 0;
}


@media(max-width:1100px) {
    nav .visitors {
        width: 200px;
    }
    
    nav .visitors .item_label {
        font-size: 11px;
    }

    nav .visitors .item_value {
        font-size: 11px;
    }

    nav .visitors .item_value span {
        font-size: 22px;
    }

    nav .contact-tel {
        width: 200px;
        display: flex;
        align-items: center;
    }
    
    nav .mypage .button a {
        padding: 10px 0 0;
        width: 100px;
    }
    
    nav .contact-form .button a {
        width: 6em;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        white-space: inherit;
    }
    
    nav .mypage-menu {
        width: 49px;
        height: 49px;
        margin: 0 0 0 6px;
    }
}

@media(max-width:768px) {
    nav .visitors {
        width: 100%;
        height: 67px;
        justify-content: center;
        margin: 15px 0 0;
    }

    nav .visitors .consultation {
        padding: 5px 40px 0 0;
    }

    nav .visitors .viewer {
        padding: 5px 0 0 40px;
    }

    nav .visitors .item_label {
        font-size: 15px;
        font-weight: 400;
    }

    nav .visitors .item_value {
        font-size: 15px;
        margin-top: 2px;
        font-weight: 400;
    }

    nav .visitors .item_value span {
        font-size: 30px;
        font-weight: bold;
    }
}
/* 202404 add end */


.sub-nav {
    background-color: #e1e1e1;
    height: 3em;
    padding-top: 0.75em;
    font-weight: 700;
    position: relative;
    z-index: 16
}
.sub-nav .sub-nav--link {
    transition: all 0.3s
}
.sub-nav .sub-nav--link.active,
.sub-nav .sub-nav--link:hover {
    transform: scale(1.1)
}
.sub-nav .sub-nav--link a {
    font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #060203;
    margin-right: 1.5em;
    font-size: 0.8em;
    letter-spacing: 0.05em;
}
.sub-nav .sub-nav--link a:before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #c83839;
    margin-right: 0.25em
}
.sub-nav--lineup {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    background-color: #f3f3f3;
    overflow: hidden;
    transition: all 0.5s
}
.sub-nav--lineup .bg {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    display: block;
    opacity: 0;
    transition: all 3s
}
.sub-nav--lineup.on {
    /*height: 680px; 202307*/
    height: auto;
    overflow:inherit;
}
.sub-nav--lineup.on .bg {
    opacity: 1
}
.sub-nav--lineup.on .sub-nav--lineup--link {
    opacity: 1
}
.sub-nav--lineup .sub-nav--lineup--link {
    width: 14.2%;
    padding: 2rem 2rem 1rem;
    position: relative;
    opacity: 0;
    transition: all 1s;
    border-top: 1px solid #e1e1e1;
}
.sub-nav--lineup .sub-nav--lineup--link:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    height: 80%;
    width: 1px;
    background-color: #e1e1e1
}
.sub-nav--lineup .sub-nav--lineup--link:nth-child(7n):after {
    content: "";
    width: 0
}
.sub-nav--lineup .sub-nav--lineup--link:last-child:after {
    content: "";
    width: 0
}
.sub-nav--lineup .sub-nav--lineup--link img {
    height: 140px;
    width: 100%;
    object-fit: cover;
    object-position: bottom
}
.sub-nav--lineup .sub-nav--lineup--link.stand img {
    object-position: center
}
.sub-nav--lineup.on .sub-nav--lineup--link a {
    text-decoration: none;
}
.sub-nav--lineup a {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: 0;
    text-align: center
}
.sub-nav--lineup a:before {
    content: none
}



@media(max-width:768px) {
    
    nav {
        height: inherit;
        margin: 0
    }
    nav.navbar {
        padding: 0.5rem;
        height: 50px;
    }
    nav a.navbar-brand {
        width: 40%;
        height: 100%;
        padding-top: 0;
    }
    nav .navbar-toggler-right {
        position: absolute;
        top: 0.4rem;
        right: 0;
        line-height: inherit;
        padding: .25rem 1.25rem .25rem .75rem;
        width: 49px;
        height: 46px;
    }
    .sub-nav .sub-nav--link {
        padding: 0.5rem 0
    }
    .sub-nav .sub-nav--link a {
        margin-right: 0
    }
    .sub-nav .sub-nav--link a:before {
        content: none
    }
    .sub-nav .sub-nav--link:hover {
        transform: inherit
    }
    .contact .contact-form {
        padding: 0;
        height: 55px;
        width: 98%;
        margin: 2px auto 0;
    }
    .contact .contact-form .button {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .contact .contact-form .button a {
        display: block;
        padding: 0;
        height: auto;
        width: 100%
    }
    .contact .contact-form .button a:hover,.contact .contact-form .button a:focus {
        text-decoration: none;
    }
    
    nav .navbar-toggler-icon i {
        font-size: 1.8rem;
    }
    
}

@media(max-width:768px) {
    nav .navbar-nav {
        margin-top: 1rem
    }
    nav .navbar-nav .nav-item {
        margin-bottom: 0.5em
    }
    nav .contact.d-flex {
        flex-direction: column
    }
    nav .contact-tel {
        width: 100%;
        margin-bottom: 1rem
    }
    nav .contact-form {
        margin-left: 0;
        margin-bottom: 1rem
    }
    nav .sp-mypage {
        position: absolute;
        top: 8px;
        right: 60px;
    }
    nav .sp-mypage a {
        display: block;
/*        width: 36px; */
        width: 161px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
    }
    
    nav .sp-mypage a:hover,nav .sp-mypage a:focus{
        text-decoration: none;
    }
    .sub-nav {
        height: inherit;
        padding: 1.25rem 0 0.75rem
    }
    .sub-nav .d-flex {
        flex-direction: column
    }
    .sub-nav .d-flex a {
        margin-bottom: 0.5em
    }
    
    .navbar-collapse {
        margin: -10px 0 0 0;
    }
}

.mainHeader{
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 10px;
    margin-left: 75px;
    margin-top: 7px;
    position: relative;
    z-index: 9999;
    line-height: 1.2; /*202408add */
    font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .mainHeader{
    display:none;
  }
}

/* メインヘッダーのレイアウト調整 */
.navbar-expand-sm .navbar-collapse{
  justify-content: flex-end;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-left: .3125rem;
    padding-bottom: .1rem;
    margin-right: 1.5rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

nav .button a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar{
    align-items: end;
    padding: .5rem 1.4rem 0.9rem 1rem;
}

nav .contact {
    align-items: end;
}

nav .contact-form {
    height: 45px
}

nav .contact-form a {
    padding: 0 3em;
    display: flex;
    padding-left: .7rem !important;
    padding-right: .7rem !important;
}

nav .mypage{
    height: 45px;
}

nav .mypage .button a{
    display: flex;
    padding: 0;
}

.mainHeader{
  margin-left: 35px;
}

nav .login_user_name {
   top: -5px;
   line-height: 1;
   height: 18px;
}

.mainHeader {
    margin-bottom: 5px;
}

nav .login_user_name {
   line-height: 1;
   height: 18px;
}









.cart_button {
    display: block;
    width: 59px;
    height: 97px;
    background-color: #f7c93e;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    color: #060203;
    font-size: 36px;
    padding: 1.3rem 0.8rem;
    transition: all 1s
}
.cart_button .cart-q {
    position: absolute;
    right: 5px;
    background-color: #fb4c4e;
    color: #fff;
    font-size: 14px;
    font-family: roboto;
    border-radius: 2em;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    line-height: inherit
}
.cart_button .fa-shopping-cart {
    font-size: 36px
}
.cart_button .fa-angle-double-right {
    position: absolute;
    font-size: 24px;
    left: 24px;
    bottom: 10px;
    transform: rotateY(180deg);
    transition: all 1s
}
.cart_button.on {
    right: 30vw
}
.cart_button.on .fa-angle-double-right {
    transform: rotateY(0)
}
.cart {
    position: fixed;
    top: 0;
    right: -30vw;
    transition: all 1s;
    font-family: roboto;
    color: #777;
    flex-direction: column;
    z-index: 9999;
    min-height: 100vh;
    width: 30vw;
    background-color: rgba(80, 101, 115, .9)
}
.cart.on {
    right: 0
}
.cart.on .close_cart {
    position: absolute;
    top: 7px;
    right: 0
}
.cart_header {
    padding: 1em;
    color: #fff;
    background-color: #c83839
}
.cart_header h3 {
    margin-bottom: 0
}

@media(max-width:768px) {
    .cart_button.on {
        right: 80vw
    }
    
    .cart {
        font-family: roboto;
        -webkit-overflow-scrolling: touch;
        width: 100vw;
        right: 0;
        top: calc(100vh - 55px);
        z-index: 1000;
        padding-top: 20px
    }
    .cart.on {
        top: 0
    }
    .cart_inners {
        height: calc(100vh - 184px)
    }
    .cart_button {
        width: 100%;
        top: auto;
        bottom: 0;
        z-index: 1001;
        height: 55px;
        text-align: center;
        padding: 0
    }
    .cart_button.on {
        right: inherit;
        bottom: calc(100% - 55px)
    }
    .cart_button .cart-q {
        top: 10px;
        right: 0;
        left: 52%;
        z-index: 2
    }
    .cart_button .fa {
        opacity: .8;
        font-size: 28px
    }
    .cart_button i.fa-angle-double-right {
        display: none
    }
}
</pre></body></html>