@font-face {
    font-family: 'icon-font';
    src: url("../fonts/icon-font.eot?11604159");
    src: url("../fonts/icon-font.eot?11604159&#iefix") format("eot"),url("../fonts/icon-font.woff?11604159") format("woff"),url("../fonts/icon-font.ttf?11604159") format("truetype");
    font-weight: 400;
    font-style: normal
}

body {
    /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
    position: relative;
    /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
    font-family: "Noto Sans CJK JP","メイリオ", Meiryo,"Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3",  "ＭＳ Ｐゴシック", verdana, sans-serif !important;
    scroll-behavior: smooth;
    background-color: #ffffff;
}

main {
    background-color: #ffffff;
    /*margin-bottom: 100px;*/
}

i[class^='icon-'], i[class*='icon-'] {
    display: inline-block;
    font-family: 'icon-font';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
  word-break: break-all;
}

[v-cloak] {
    display:none;
}

.container-fluid {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    padding-left: 30px;
}

.login-container {
    padding: 24px 0 124px 0;
}

.signup-container {
    padding: 24px 0 124px 0;
}

.signup-container .txt-area{
    text-align: center;
}

.mypage-container {
    padding: 24px 20px 24px 20px;
    /* max-width: 990px; */
    max-width: 1100px
}

.kiyaku {
    margin: 20px 0 30px 30px;
    border: solid 1px #ccc;
    width: 90%;
    height: 350px;
    overflow: auto;
    padding: 20px;
}

.company-alert {
    margin: 20px 0 30px 30px;
    border: solid 1px #ccc;
    width: 90%;
    padding: 20px;
}

.company-alert p {
    color:red;
    text-align: center;
    margin: 0;
}


.right-arrow-icon {
    display: block;
    position: absolute;
    top: 0;
    right: .5rem;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    transform: translateY(1px) rotate(-45deg);
    transition: transform 0.2s ease;
}

.navbar-status {
    font-size: 14px;
    text-align: right;
    background-color: #EFEFEF;
}

.navbar-brand {
    font-size: 30px;
    font-weight: bold;
    margin:0 1.5rem 0 0;
}

.navbar-brand img {
    width: 154px;
}

.navbar-expand-md button.navbar-toggler,
.navbar-expand-md button.navbar-toggler-new {
    border: none;
    padding-left: 18px;
    /*padding-right: 18px;*/
    display: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("/images/icons/toggle.svg");
    width: 30px;
    height: 20px;
}

.navbar-light .open .navbar-toggler-icon {
    background-image: none;
    position: relative;
}

.navbar-light .open .navbar-toggler-icon:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 30px;
    transform: rotate(45deg);
    background-color: #111;
    left: 0;
    top: 10px;
}

.navbar-light .open .navbar-toggler-icon:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 30px;
    transform: rotate(-45deg);
    background-color: #111;
    left: 0;
    top: 10px;
}

#overlay {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9998;
    display: none;
    /*display: block;*/
}

.overlay-show {
    display: block !important;
}

#sideToggleBar {
    position: fixed;
    left: 0;
    top: 126px;
    width: 100%;
    z-index: 9999;
    padding: 2rem 40px 0 40px;
    white-space: nowrap;
    background: #F7F7F7;
    text-align: left;
    height: calc(100vh - 126px);
    display: block;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    overflow-y: scroll;
}

#sideToggleBar ul li.header-search-box{
    display: block;
    margin: 0;
}

.top-search-box {
    display: none;
}

#sideToggleBar ul li.header-search-box input{
    font-size: 1rem;
    background: none;
    border: solid 1px #707070;
    border-radius: 4px;
    width: 100%;
}

.top-search-box button,
#sideToggleBar ul li.header-search-box button{
    background-color: #00ACF4;
    border: solid 1px #00ACF4;
}

#sideToggleBar .button-container > div a.login-orange{
    background: #EF811D;
    color: #fff;
    font-weight: 500;
    padding: .7rem;
    min-width: 50%;
    display: block;
    border-radius: 3px;
}

#sideToggleBar .button-container > div a.login-blue{
    background: #3648AE;
    color: #fff;
    font-weight: 500;
    padding: .7rem;
    min-width: 50%;
    display: block;
    border-radius: 3px;
}

#sideToggleBar .status-bar {
    font-size: 16px; text-align: right;
    white-space: pre-line;
}

#sideToggleBar .button-container {
    display: flex;
    margin: 0 0 7px 0;
}
#sideToggleBar .button-container div {
    width: 49%;
    text-align: center;
    display: inline-block;
}

#sideToggleBar .button-container div + div {
    margin-left: 2%;
}

#sideToggleBar .button-container div.one-block {
    width: 100%;
}

.btn-toggle-mypage {
    font-size: 16px;
    color: #ffffff;
    background-color: #FF0000;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-radius: 4px;
}
.btn-toggle-mypage:hover,
.btn-toggle-mypage:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.5;
}

.btn-toggle-login {
    background-color: #F7F7F7;
    border: 1px solid #B6B6B6;
    display: inline-block;
    text-align: center;
    padding: 15px 0;
    color: #000000;
    width: 100%;
    border-radius: 4px;
}

.btn-toggle-login:hover,
.btn-toggle-login:focus {
    color: #000000;
    text-decoration: none;
    opacity: 0.5;
}

#sideToggleBar .button-container2 {
    margin-bottom: 7px;
}

#sideToggleBar .button-container2 div {
    font-size: 16px;
    width: 100%;

}

#sideToggleBar .button-container2 div a {
    background: #A0A3A5;
    color: #fff;
    font-weight: 500;
    padding: .7rem !important;
    width: 100%;
    display: block;
    border-radius: 3px;
    text-align: center;
    font-size: .9rem;
    line-height: 1.6;
}

#sideToggleBar .button-container3 {
    margin-bottom: 2rem;
}

#sideToggleBar .button-container3 div {
    font-size: 16px;
    width: 100%;

}

#sideToggleBar .button-container3 div a {
    background: #00ACF4;
    color: #fff;
    font-weight: 500;
    padding: .7rem !important;
    width: 100%;
    display: block;
    border-radius: 3px;
    text-align: center;
    font-size: .9rem;
    line-height: 1.6;
}

a.accordion-item-trigger{
    display: block;
    margin: 4px 0;
    color: #000;
}

.btn-toggle-upload {
    color: #000000;
    background-color: #F7F7F7;
    border: 1px solid #B6B6B6;
    background-image: url("/images/icons/upload.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 60px;
}

.btn-toggle-upload:hover,
.btn-toggle-upload:focus {
    color: #000000;
    text-decoration: none;
    opacity: 0.5;
}


.btn-toggle-point {
    background-color: #F08C1E;
    border: 1px solid #F08C1E;
    color: #ffffff;
    background-image: url("/images/icons/point.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 60px;
}

.btn-toggle-point:hover,
.btn-toggle-point:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.5;
}


#sideToggleBar .button-container2 div + div {
    margin-top: 7px;
}

.nav-item a {
    font-size: 14px !important;
}

.btn-header-login:hover,
.btn-header-login-mypage:hover,
.btn-header-mypage:hover {
    opacity: 0.5;
}

.header-search-box {
    position: relative;
    margin-left: 360px;
}

.top-search-box input[type=text] {
    width: calc(100% - 48px);
    height: 41px;
    padding: 15px 63px 15px 12px;
    font-size: 1rem;
    border: solid 1px #707070;
    border-radius: 4px 0 0 4px;
}

.header-search-box input[type=text] {
    width: 480px;
    background-color: #EDEFF1;
    border: 1px solid #EDEFF1;
    height: 41px;
    padding: 15px 63px 15px 12px;
    font-size: 19px;
    border-radius: 4px 0 0 4px;
}

.header-search-box, .header-search-buttons {
    margin-top: 5px;
}

.header-tel-box {
    margin-left: 2rem;
}
.header-tel-box > a {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700;
    white-space: nowrap;
    color: #00ACF4 !important;
}
.header-tel-box > span {
    font-size: 0.725rem;
    line-height: 0.725rem;
    display: block;
}

.header-tel-box-sp {
    font-size: 1.6em;
    display: none;
    position: relative;
    margin-left: 0;
    top: 1px;
}


.tel-banner-sp {
    display: none;
}

.tel-banner {
    background-color: #EF811D;
    /* width: 456px; */
    width: 100%;
    height: 140px;
    border-radius: 6px;
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    overflow: hidden;
    margin-bottom: 6px;
}

.top-message {
    background-color: white;
    font-weight: bold;
    padding: 4px 8px;
    font-size: 12px;
    text-align: right;
    z-index: 1;
    position: relative;
    margin-top: 24px;
}

.content {
    padding-left: 135px;
    padding-top: 1px;
    color: white;
    position: relative;
    z-index: 1;
    }

.main-label {
    font-size: 12px;
    /* margin-bottom: 4px; */
}

.phone-number a{
    display: flex;
    align-items: center;
    text-decoration: none;
    line-height: 1;
    gap: 4px; /* アイコンと番号の間隔 */
    font-size: 32px;
    font-weight: bold;
    color: white;
    margin-top: 6px;
    margin-left: 2px; /* 必要に応じて調整 */
}

.phone-number a:hover {
    text-decoration: none;
    color: white;
}

.phone-icon {
width: 34px;
transform: rotate(90deg);
}

.hours {
font-size: 12px;
text-align: right;
}

.circle {
position: absolute;
width: 100px;
height: 100px;
background-color: #00ACF4;
border-radius: 50%;
top: 20px;
left: 20px;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: white;
font-weight: bold;
}

.circle .small {
font-size: 15px;
}

.circle .big {
font-size: 32px;
line-height: 1;
}

.fa-cart-shopping {
color: #7F7F7F;
font-size: 2.5em;
}



@media (max-width: 1440px) {
    .header-search-box input[type=text] {
        width: 400px;
    }
    .header-tel-box {
        margin-left: 2rem;
    }
    .header-tel-box > a {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

@media (max-width: 1300px) {
    .header-search-box input[type=text] {
        width: 320px;
    }
    .header-tel-box {
        margin-left: 1rem;
    }
}

@media (max-width: 1200px) {
    .header-search-box input[type=text] {
        width: 280px;
    }
    .header-tel-box {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .header-tel-box > a {
        font-size: 1.1rem;
        letter-spacing: -0.5px;
    }
}

@media (max-width: 1100px) and (min-width: 993px) {
    .navbar > .container-fluid {
        padding-left: 0 !important;
        padding-right: 5px !important;
    }
    .navbar-light .navbar-brand {
        margin-right: 0.8rem;
    }
    #app nav.nav1 .container-fluid .f-left p {
        margin-right: 0.5rem !important;
        font-size: .6rem !important;
    }
}

@media (max-width: 992px) {
    #app {
        padding-top: 124px;
    }
    .header-search-box {
        margin-left: 20px;
    }

    .header-search-box input[type=text] {
        width: 230px;
    }

    .top-search-box {
        display: block;
        max-width: 90%;
        width: 500px;
        margin: 20px auto 40px;
        position: relative;
    }
    .header-tel-box {
        display: none;
    }
    .header-tel-box-sp,
    .header-tel-box-sp > a {
       display: block;
       color: #00ACF4;
    }
}

@media (max-width: 768px) {
    #app {
        padding-top: 108px;
    }
    #sideToggleBar {
        top: 108px;
        height: calc(100vh - 108px);
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-brand {
        font-size: 25px;
    }

    .header-search-box {
        display: none;
    }

    .btn-header-mypage {
        display: none;
    }

    .navbar-status {
        display: none;
    }

    .navbar-brand img {
        width: 110px;
    }

    .mypage-container .mypage-breadcrumb{
        display: block;
    }

    .form-back {
        order: 2;
    }
    .form-next {
        order: 1;
    }

    .tel-banner {
        display: none;
    }
    .tel-banner-sp {
        display: inline;
    }

    .banner {
        font-family: "sans-serif";
        color: #000;
      }

    .banner-top {
        display: flex;
        background: #fff;
        padding: 20px 0px 20px 112px;
        text-align: left;
        height: 100px;
        align-items: center;
    }

    .company-name, .business-hours {
        color: #FFF;
    }

    .call-message {
        color: #FFF;
        margin-top: 10px;
    }

    .circle {
        background-color: #45A9F2;
        border: 6px solid #fff;
        color: #fff;
        border-radius: 50%;
        width: 110px;
        height: 110px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
        position: absolute;  /* 追加 */
        top: 20px;              /* 左上に配置 */
        left: 5px;             /* 左上に配置 */
        margin-right: 0;     /* margin-rightを0に */
    }

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

    .circle-big {
        font-size: 33px;
        line-height: 1;
    }

    .top-message-sp p {
        color: #000;
        font-weight: bold;
        margin-bottom: 0px;
        /* padding: 4px 8px; */
        font-size: 14px;
        text-align: left;
        z-index: 1;
        position: relative;
    }

    .banner-bottom {
        background-color: #E07A2D;
        color: #000;
        text-align: center;
        padding: 25px 10px;
        position: relative;
    }

    .call-message {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .phone-number {
        font-size: 36px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    .phone-number a {
        color: white;
        text-decoration: none;
    }

    .phone-icon {
        width: 30px;
        height: 30px;
    }

    .company-name {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px;
    }

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

.navbar-header {
    padding: 0;
    background: #F4F4F4;
    box-shadow: 0 0 3px rgb(0 0 0 /20%);
}

.navbar-header a {
    font-size: 14px !important;
    color: #000000;
    padding-top: 6px; padding-bottom: 6px;
}

.navbar-header  ul.mr-auto {
    padding-left: 42px;
}

.navbar-header  ul.mr-auto li {
    padding: 0 24px;
}

.navbar-nav {
    flex-direction: row;
}

#sideToggleBar .navbar-nav {
    flex-direction: row;
    margin-bottom: 2rem;
}

.navbar-sp-header {
    display: none;
}

#app .campaign.development::before{
    content: "テスト環境";
    color: orange;
    font-weight: bold;
    padding: 0 .5em;
}

#app .campaign{
    background: #00ACF4;
    min-height: 38px;
}

#app .campaign .inner{
    width: 100%;
    max-width:990px;
    padding: 6px 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

#app .campaign .inner p{
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}

#app nav.nav1{
    padding: 0rem 1rem;
}

#app nav.nav1 .container-fluid .f-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#app nav.nav1 .container-fluid .f-left p{
    font-size: .8rem;
    font-weight: 500;
    margin: 0 1.5rem 0 0;
}

#app nav.nav1 .container-fluid .f-left ul.navbar-nav li.header-search-box{
    margin: 0;
}

#app nav.nav1 .container-fluid .f-left ul.navbar-nav li.header-search-box form input{
    font-size: 1rem;
    background: none;
    border: solid 1px #707070;
    border-radius: 4px;
    /* width:490px; */
}

.top-search-box input::placeholder,
#app nav.nav1 .container-fluid .f-left ul.navbar-nav li.header-search-box form input::placeholder{
    font-size: .8rem;
    color: #B9B9B9;
    position: relative;
    top: -1px;
}

#app nav.nav1 .container-fluid .f-left ul.navbar-nav li.header-search-box form button{
    background-color: #00ACF4;
    border: solid 1px #00ACF4;
}

#app nav.nav1 .container-fluid .f-right ul.navbar-nav li.nav-btn-header-cart{
    padding: 0;
}

a.btn-header-mypage,
a.btn-header-login{
    /* font-size: 0.85rem !important; */
    font-weight: 500;
    margin: 0 0.8rem 0 0;
    padding: 8px 10px !important;
    color: #ffffff !important;
    border-radius: 4px;
    min-width: 108px;
    text-align: center;
}

a.btn-header-mypage,
a.btn-header-login.login-orange{
    background-color: #EF811D;
    border: solid 1px #EF811D;
}

a.btn-header-login.login-blue{
    background-color: #3648AE;
    border: solid 1px #3648AE;
}

#app nav.nav1 .container-fluid .f-right ul.navbar-nav li a.btn-header-cart{
    border: none;
    background: none;
    padding: 0 !important;
    width: auto;
}

#app nav.nav2{
    box-shadow: none;
}

#app nav.nav2 .container-fluid{

}

#app nav.nav2 .container-fluid ul.navbar-nav{
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    box-sizing: border-box;
    justify-content: center;
}

#app nav.nav2 .container-fluid ul.navbar-nav li.estimate_btn a{
    background-color: #00ACF4;
    color: #fff;
    font-weight: 500;
    padding: 6px 1em;
    border-radius: 4px;
}

#app nav.nav2 .container-fluid ul.navbar-nav li.dropdown .nav-link > i {
    color: #00ACF4;
    margin: 0 0 0 .5rem;
}

#app nav.nav2 .container-fluid ul.navbar-nav li.dropdown a::after{
    display: none;
}

@media (max-width: 1040px){
    #app nav.nav1 .container-fluid .f-left ul.navbar-nav li.header-search-box form input{
        width:270px;
    }
}

@media (max-width: 992px){
    #app nav.nav1 .container-fluid .f-left ul.navbar-nav{
        display: none;
    }
    #app nav.nav1 .container-fluid .f-right .navbar-nav{
        margin-top: 0;
    }
    #app nav.nav1 .container-fluid .f-right ul.navbar-nav li a.btn-header-mypage{
        display: none;
    }
    #app nav.nav1 .container-fluid .f-right ul.navbar-nav li a.btn-header-login{
        display: none;
    }
    #app nav.nav1 .container-fluid .f-right ul.navbar-nav li.nav-btn-header-cart{
        display: none;
    }
    .navbar-expand-md button.navbar-toggler,
    .navbar-expand-md button.navbar-toggler-new{
        display: block;
        background-color: white;
    }
    #app .campaign {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    #app > .navbar {
        position: fixed;
        top: 38px;
        left: 0;
        height: 88px;
        width: 100%;
        z-index: 9999;
    }
}

@media (max-width: 768px) {
    .navbar-sp-header {
        display: block;
    }
    .navbar-sp-actions {
        display: block;
        background-color: #EFEFEF;
        padding: 0 8px;
    }

    .navbar-sp-actions .nav-link {
        text-align: center;
        font-size: 11px !important;
        color: #333 !important;
        padding: 0;
    }

    .navbar-sp-actions .nav-link:hover,.navbar-sp-actions .nav-link:visited {
        color: #666;
    }

    .navbar-sp-actions span.span-header-point {
        background-image: url(/images/icons/point2.svg);
        width: 18px;
        height: 18px;
        display: block;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 6px;
    }

    .navbar-sp-actions span.span-header-favorite {
        background-image: url(/images/icons/list.svg);
        width: 18px;
        height: 18px;
        display: block;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 6px;
    }

    .navbar-sp-actions span.span-header-purchase {
        background-image: url(/images/icons/purchase.svg);
        width: 18px;
        height: 18px;
        display: block;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 6px;
    }

    .nav-sp-btn-header-cart {
        padding: 0;
        vertical-align: top;
    }
    .sp-btn-header-cart {
        font-size: 17px;
        line-height: 22px;
        padding: 14px 20px 14px 35px !important;
        color: #ffffff !important;
        background-color: #F08C1E;
        border-radius: 3px;
        font-weight: bold;
        text-decoration: none;
        background-image: url("/images/icons/cart.svg");
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: 10px;
        display: block;
    }

    .sp-btn-header-cart:hover {
        text-decoration: none;
        opacity: 0.5;
    }

    .navbar-sp-actions ul {
        padding: 0;
        width: 100%;
        margin-bottom: 0;
    }
    .navbar-sp-actions li {
        list-style: none;
        display: inline-block;
    }
    .navbar-sp-actions li.sp-nav-link {
        width: calc((100% - 172px) / 3);
        padding: 5px 0 0 5px;
        vertical-align: bottom;
        height: 47px;
    }

    .sp-nav-link + .sp-nav-link {
        border-left: 1px solid #D7D7D7;
    }

    .navbar-sp-status {
        text-align: right;
        font-size: 16px;
        height: 30px;
        background-color: #ffffff;
        padding-top: 2px;
        padding-right: 8px;
    }

    .navbar-sp-search {
        padding: 6px;
        background-color: #ffffff;
    }

    .sp-header-search-box {
        position: relative;
        width: 100%;
    }

    .sp-header-search-box input[type=text] {
        width: 100%;
        background-color: #EAECEE;
        border: 1px solid #EAECEE;
        height: 48px;
        padding: 15px 12px 15px 40px;
        font-size: 19px;
        border-radius: 4px;
        background-image: url("/images/icons/search_sp.svg");
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: 12px;
        color: #ACACAC;
    }
    #app > .navbar {
        position: fixed;
        height: 70px;
    }
}

@media (max-width: 380px) {
    #app nav.nav1 .container-fluid .f-left p {
        font-size: 10px;
    }
    .header-tel-box-sp {
        font-size: 1rem;
        margin-right: 0;
    }
}

@media (max-width: 350px) {
    .header-tel-box-sp,
    #app nav.nav1 .container-fluid .f-left p {
        display: none;
    }

}

.link-header-ranking {
    background-image: url(/images/icons/ranking.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 28px !important;
    background-position: left center;
}

.link-header-point {
    background-image: url(/images/icons/point2.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 24px !important;
    background-position: left center;
    margin-top: 6px; margin-bottom: 6px;
}

.link-header-favorite {
    background-image: url(/images/icons/list.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 24px !important;
    background-position: left center;
}

.link-header-purchase {
    background-image: url(/images/icons/purchase.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 24px !important;
    background-position: left center;
    margin-top: 6px; margin-bottom: 6px;
}


.navbar-header .ml-auto li.nav-item {
    padding: 0 15px;
    border-right: 1px solid #B0B0B0;

    height: 38px;
}

.navbar-header .ml-auto a {
    font-size: 13px !important;
    line-height: 1.0;
}

.header-search-box input[type=text]:focus {
    border: 1px solid #EDEFF1 !important;
    outline: none;
}

.top-search-box input[type=submit],
.top-search-box button {
    background-image: url("/images/icons/search.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center center;
    width: 51px; height: 41px;
    position: absolute;
    right: 0; top: 0;
    border-radius: 0 4px 4px 0;
}
.header-search-box input[type=submit],
.header-search-box button {
    background-color: #444444;
    background-image: url("/images/icons/search.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center center;
    width: 51px; height: 41px;
    position: absolute;
    right: 0; top: 0;
    border-radius: 0 4px 4px 0;
}


.category-container-menu {
    font-size: 22px; padding-left: 6px;
    display: block;
    position: relative;
}

.category-container-menu.toggle-menu::before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 20px;
    right: 16px;
    background: #000;
}

.category-container-menu.toggle-menu::after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    position: absolute;
    top: 16px;
    right: 20px;
    background: #000;
}

.category-container-menu.toggle-menu.active::after {
    display: none;
}

.category-container-menu a {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
}

.category-container-menu a:hover {
    text-decoration: none;
}

dl.accordion.box  {
    display: none;
}

dl.accordion.box.active {
    display: block;
}

.nav-btn-header-cart {
    padding: 0 15px;
}

.btn-header-cart {
    font-size: 16px;
    line-height: 28px;
    padding: 12px 15px 13px 50px !important;
    color: #ffffff !important;
    background-color: #F08C1E;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    /* background-image: url("/images/icons/cart.svg"); */
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 14px;
    width: 150px;
    display: inline-block;
    position: relative;
}

.btn-header-cart:hover, .btn-header-cart:focus {
    text-decoration: none;
    opacity: 0.5;
}

.btn-header-cart-badge {
    color: white;
    background-color: rgba(240,0,0,0.7);
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top: -7px;
    right: -6px;
    line-height: 20px;
    height: 20px;
    width: 20px;
}

@media (max-width: 1200px) {
    .navbar-header ul.mr-auto {
        padding-left: 0;
    }

    .navbar-header ul.mr-auto li {
        padding: 0 12px;
    }


    .navbar-header .ml-auto li.nav-item {
        padding: 0 12px;
    }

    .nav-btn-header-cart {
        padding: 6px;
    }

    .btn-header-cart {
        padding: 10px 25px 10px 40px !important;
    }
}

@media (max-width: 992px) {
    .navbar-header {
        display: none;
    }
}

#page-container {
    display: flex;
}

#page-container.top-page {
    display: block;
}

#page-container.top-page #main {
    width: 100%;
}

#page-container.page-item {
    display: flex;
    flex-direction: row-reverse;
    max-width: 950px;
    margin: 0 auto;
}


#side {
    width: 250px;
    display: block;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
}

#main {
    display: block;
    width: calc(100% - 250px);
}

@media (max-width: 768px) {
    #side {
        display: none;
    }
    #main {
        width: 100%;
    }
}

#mypage-layout {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}


#mypage-side {
    width: 250px;
    display: block;
    margin: -93px 0 0 0;
}

#mypage-main {
    display: block;
    width: calc(100% - 290px);
    margin: 0 0 24px 0;
}

#mypage-main .user-status{
    display: flex;
    margin: 0 0 1rem 0;
}

#mypage-main .user-status .img-area {
    width: fit-content;
    margin: 0 1rem 0 0;
}

#mypage-main .user-status .img-area img {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    object-fit: cover;
}

#mypage-main .user-status .status-area{
    width: calc(100% - 124px - 1rem);
}

#mypage-main .user-status .status-area .user-name{
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 .5rem 0;
}

#mypage-main .user-status .status-area .company{
    color: #A0A3A5;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 .5rem 0;
}

#mypage-main .user-status .status-area .status{

}

#mypage-main .user-status .status-area .status .rating{
    display: flex;
    align-items: center;
}

#mypage-main .user-status .status-area .status .rating a.good{
    font-size: 1.5rem;
    color: #1BAA0F!important;
    text-decoration: none;
    margin: 0 10px 0 0;
}

#mypage-main .user-status .status-area .status .rating a.bad{
    font-size: 1.5rem;
    color: #DB4141!important;
    text-decoration: none;
    margin: 0 20px 0 0;
}

#mypage-main .user-status .status-area .status .rating a img{
    width: auto;
    margin: 0 3px 5px 0;
}

#mypage-main .user-status .status-area .status .rating p{
    margin: 0 20px 0 0;
    font-size: 1rem;
    font-weight: 600;
}

#mypage-main .user-status .status-area .status .rating p span{
    margin: 0 0px 0 10px;
    color: #00ACF4;
}

#mypage-main .user-status .status-area .btn{
    width: 100%;
    text-align: right;
}

#mypage-main .user-status .status-area .btn a{
    color: #15ACF4 !important;
    text-decoration: none;
    font-size: 1rem;
}

#mypage-main .user-status .status-area .btn a img{
    width: auto;
    margin: 0 5px 3px 0;
}

#mypage-main .message{
    background: #EAF7FD;
    border-radius: 10px;
    padding: .5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 2rem 0;
}

#mypage-main .message .txt-area{

}

#mypage-main .message .txt-area p{
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

#mypage-main .message .txt-area p span.num{
    color: #15ACF4;
    font-size: 2rem;
    margin: 0 5px;
}

#mypage-main .message .txt-area p span.low{
    color: #15ACF4;
    margin: 0 5px 0 0;
}

#mypage-main .message .btn{
    padding: 4px 0 0 0;
}

#mypage-main .message .btn a{
    color: #15ACF4 !important;
    text-decoration: none;
    font-size: 1rem;
}

#mypage-main .message .btn a img{
    width: auto;
    margin: 0 5px 3px 0;
}

#mypage-main .item-area{
    display: flex;
    justify-content: space-between;
}

#mypage-main .item-area .sale{
    width: 48%;
}

#mypage-main .item-area .sale .btn{
    padding: 0;
    margin: 0 0 1rem 0;
}

#mypage-main .item-area .sale .btn a{
    border-left: solid 4px #15ACF4;
    padding: .2rem 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
}

#mypage-main .item-area .sale a.now,
#mypage-main .item-area .sale a.stop,
#mypage-main .item-area .sale a.end {
    display: block;
    text-decoration: none;
    width: 100%;
}


#mypage-main .item-area .sale .btn a img{
    width: auto;
    margin: 0 0 3px 1rem;
}

#mypage-main .item-area .sale .now{
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: solid 1px #D6DCE0;
    margin: 0 0 .5rem 0;
}

#mypage-main .item-area .sale .now .txt{
    width: 130px;
    display: inline-block;
}

#mypage-main .item-area .sale .now .num{
    font-size: 2rem;
    margin: 0 5px 0 0;
}

#mypage-main .item-area .sale .stop{
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: solid 1px #D6DCE0;
    margin: 0 0 .5rem 0;
}

#mypage-main .item-area .sale .stop .txt{
    width: 130px;
    display: inline-block;
}

#mypage-main .item-area .sale .stop .num{
    font-size: 2rem;
    margin: 0 5px 0 0;
}

#mypage-main .item-area .sale .end{
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 .5rem 0;
}

#mypage-main .item-area .sale .end .txt{
    width: 130px;
    display: inline-block;
}

#mypage-main .item-area .sale .end .num{
    font-size: 2rem;
    margin: 0 5px 0 0;
}

#mypage-main .item-area .buy{
    width: 48%;
}

#mypage-main .item-area .buy .btn{
    padding: 0;
    margin: 0 0 1rem 0;
}

#mypage-main .item-area .buy .btn a{
    border-left: solid 4px #15ACF4;
    padding: .2rem 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
}

#mypage-main .item-area .buy a.end,
#mypage-main .item-area .buy a.fav {
    display: block;
    text-decoration: none;
    width: 100%;
}

#mypage-main .item-area .buy .btn a img{
    width: auto;
    margin: 0 0 3px 1rem;
}

#mypage-main .item-area .buy .end{
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: solid 1px #D6DCE0;
    margin: 0 0 .5rem 0;
}

#mypage-main .item-area .buy .end .txt{
    width: 130px;
    display: inline-block;
}

#mypage-main .item-area .buy .end .num{
    font-size: 2rem;
    margin: 0 5px 0 0;
}

#mypage-main .item-area .buy .fav{
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 .5rem 0;
}

#mypage-main .item-area .buy .fav .txt{
    width: 130px;
    display: inline-block;
}

#mypage-main .item-area .buy .fav .num{
    font-size: 2rem;
    margin: 0 5px 0 0;
}

.mypage-title {
    font-size: 27px;
    margin-bottom: 18px;
    font-weight: 600;
}

@media (max-width: 992px) {
    #mypage-side {
        margin:0;
    }
}

@media (max-width: 768px) {
    /* #mypage-layout {
        display: block;
    } */

    #mypage-side {
        width: 100%;
        /* display: none; */
    }
    #mypage-main {
        width: 100%;

    }
}

@media (max-width: 600px) {
    #mypage-main .user-status{
        flex-wrap: wrap;
    }
    #mypage-main .user-status .img-area{
        width: 100%;
        margin: 0 1rem 1rem 0;
    }
    #mypage-main .user-status .img-area img{
        width: 124px;
    }
    #mypage-main .user-status .status-area{
        width: 100%;
    }
    #mypage-main .message{
        flex-wrap: wrap;
    }
    #mypage-main .message .txt-area{
        width: 100%;
    }
    #mypage-main .message .txt-area p{
        font-size: 1rem;
    }
    #mypage-main .message .txt-area p span.num{
        font-size: 1.5rem;
    }
    #mypage-main .message .btn{
        padding: 0px 0 0 0;
    }
    #mypage-main .item-area{
        flex-wrap: wrap;
    }
    #mypage-main .item-area .sale{
        width: 100%;
        margin: 0 0 1rem 0;
    }
    #mypage-main .item-area .sale .now .num{
        font-size: 1.5rem;
    }
    #mypage-main .item-area .sale .stop .num{
        font-size: 1.5rem;
    }
    #mypage-main .item-area .sale .end .num{
        font-size: 1.5rem;
    }
    #mypage-main .item-area .buy{
        width: 100%;
    }
    #mypage-main .item-area .buy .end .num{
        font-size: 1.5rem;
    }
    #mypage-main .item-area .buy .fav .num{
        font-size: 1.5rem;
    }
}


/* お気に入り一覧 */

.fav-wrap{

}

div.fav-wrap table{
    width: 100%;
    min-width: auto;
}

.fav-wrap table thead{

}

.fav-wrap table thead tr{
    border-bottom: solid 1px #B9B9B9;
}

.fav-wrap table thead tr th{
    color: #707070;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem .2rem;
}

.fav-wrap table thead tr th.title{
    text-align: left;
}

.fav-wrap table tbody{

}

.fav-wrap table tbody tr{
    border-bottom: solid 1px #DEDEDE;
}

.fav-wrap table tbody tr td{
    padding: 0;
    color: #707070;
}

.fav-wrap table tbody tr td.title{
    text-align: left;
    padding: 0rem .2rem;
}

.fav-wrap table tbody tr td a{
    color: #707070!important;
    text-decoration: none;
}

.fav-wrap table tbody tr td a.f-red{
    color: #C74646!important;
    border: solid 1px #C74646;
    border-radius: 5px;
    padding: .2rem .5rem;
    font-size: .8rem;
    font-weight: 600;
}

@media (max-width: 992px) {

}

@media (max-width: 768px) {

}

@media (max-width: 600px) {
    .fav-wrap table thead tr th{
        font-size:.8rem;
    }
    .fav-wrap table tbody tr td{
        font-size:.8rem;
    }
}


/* 見積り履歴 */

.estimate-wrap{

}

div.estimate-wrap table{
    width: 100%;
}

.estimate-wrap table thead{

}

.estimate-wrap table thead tr{
    border-bottom: solid 1px #B9B9B9;
}

.estimate-wrap table thead tr th{
    color: #707070;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem .2rem;
    border: none;
}

.estimate-wrap table tbody{

}

.estimate-wrap table tbody tr{
    border-bottom: solid 1px #DEDEDE;
}

.estimate-wrap table tbody tr td{
    padding: 1rem .2rem;
    color: #707070;
    vertical-align: middle;
}

@media (max-width: 992px) {

}

@media (max-width: 768px) {

}

@media (max-width: 600px) {
    .estimate-wrap table thead tr th{
        font-size:.8rem;
    }
    .estimate-wrap table tbody tr td{
        font-size:.8rem;
    }
}


/* レンタル履歴 */

.purchased-item-wrap{

}

div.purchased-item-wrap table{
    width: 100%;
}

.purchased-item-wrap table thead{

}

.purchased-item-wrap table thead tr{
    border-bottom: solid 1px #B9B9B9;
}

.purchased-item-wrap table thead tr th{
    color: #707070;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem .2rem;
    border: none;
}

.purchased-item-wrap table tbody{

}

.purchased-item-wrap table tbody tr{
    border-bottom: solid 1px #DEDEDE;
}

.purchased-item-wrap table tbody tr td{
    padding: 0 .2rem;
    color: #707070;
    vertical-align: middle;
}

.purchased-item-wrap table tbody tr td a{
    color: #707070!important;
    text-decoration: none;
}

@media (max-width: 992px) {

}

@media (max-width: 768px) {

}

@media (max-width: 600px) {
    .purchased-item-wrap table thead tr th{
        font-size:.8rem;
    }
    .purchased-item-wrap table tbody tr td{
        font-size:.8rem;
    }
}


/* 商品リスト／商品編集 */
.item-list-wrap .form-group {
    margin-bottom: 1.5rem;
}

.item-list-wrap .btn-primary {
    color: #15ACF4;
    background: #fff;
    border: solid 1px #15ACF4;
    font-size: 1rem;
    font-weight: 600;
    padding: .3rem 1rem .1rem 1rem;
    border-radius: 5px;
    margin: 0 1rem 0 0;
}

.item-list-wrap .btn-warning{
    color: #FF0000;
    background: #fff;
    border: solid 1px #FF0000;
    font-size: 1rem;
    font-weight: 600;
    padding: .3rem 1rem .1rem 1rem;
    border-radius: 5px;
    margin: 0 1rem 0 0;
}

.item-list-wrap .btn-success{
    color: #0dac47;
    background: #fff;
    border: solid 1px #0dac47;
    font-size: 1rem;
    font-weight: 600;
    padding: .3rem 1rem .1rem 1rem;
    border-radius: 5px;
}

.item-list-wrap input[type="text"] + .btn {
    border-radius: 0 5px 5px 0;
    position: relative;
    left: -1px;
}

.mypage_row .form-check.form-check-inline {
    margin: 0.75rem 0.5rem 0;
    display: inline-block;
    position: relative;
}

.mypage_row .form-check.form-check-inline input {
    position: absolute;
    opacity: 0;
    margin: 0;
    width: 0px;
}

.mypage_row .form-check.form-check-inline label {
    padding: 0.1em 0.75rem;
    border-radius: 2px;;
    cursor: pointer;
}

.mypage_row .form-check.form-check-inline input:checked + label {
    background-color: #707070;
    color: #fff;
}

div.item-list-wrap table{
    width: 100%;
}

.item-list-wrap table thead tr{
    border-bottom: solid 1px #B9B9B9;
}

.item-list-wrap table thead tr th{
    color: #707070;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem .2rem;
    border: none;
}

.item-list-wrap table tbody tr{
    border-bottom: solid 1px #DEDEDE;
}

.item-list-wrap table tbody tr td{
    padding: 0 .2rem;
    color: #707070;
    vertical-align: middle;
}

.item-list-wrap table tbody tr td a{
    color: #00ACF4!important;
    text-decoration: none;
}

@media (max-width: 992px) {

}

@media (max-width: 768px) {

}

@media (max-width: 600px) {
    .item-list-wrap table thead tr th{
        font-size:.8rem;
    }
    .item-list-wrap table tbody tr td{
        font-size:.8rem;
    }
}


.top-slider {
    padding: 2rem 60px;
    margin: 0 0 2rem 0;
}

.section-item {
    padding: 45px 40px 15px 40px;
    overflow: hidden;
}

.section-item h2 {
    font-size: 22px;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .section-item h2 {
        font-size: 20px;
    }
}

.section-item h2 span.section-item-link {
    float: right;
    font-size: 16px;
    margin-top: 8px;
    margin-right: 30px;
}

.section-item h2 span.section-item-link a {
    color: #000;
    text-decoration: underline;
}

.section-item h2 span.section-item-link a:hover,
.section-item h2 span.section-item-link a:visited {
    color: #000;
}

.section-item h2 span.section-item-link a:hover {
    text-decoration: none;
}

/* .slick-initialized .slick-slide{
    width: auto!important;
} */

img.sp_slide{
    width: 100%;
}

@media (max-width: 768px) {
    .section-item h2 span.section-item-link {
        margin-right: 18px;
        margin-top: 0;
    }

    .section-item h2 span.section-item-link a {
        text-decoration: none;
    }

    .section-item h2 span.section-item-link a:after {
        content: '>';
        margin-left: 12px;
        font-size: 20px;
    }
}


@media (max-width: 1440px) {
    .top-slider {
        padding: 2rem 40px;
    }

    .section-item {
        padding: 32px 30px 12px 30px;
    }
}
@media (max-width: 1200px) {
    .top-slider {
        padding: 2rem 30px;
    }

    .section-item {
        padding: 23px 20px 8px 20px;
    }
}

@media (max-width: 768px) {
    .top-slider {
        padding: 0 0 2rem 0;
    }

    .section-item {
        padding: 20px 8px 55px 8px;
    }

}

.top-page-container {
    padding-bottom: 3rem;
    position: relative;
}

.top-page-container .search-area {
    padding: 3rem 0;
    background-image: url(/images/backgrounds/search-area.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.top-page-container .search-area .inner {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
}

.top-page-container .search-area .inner .tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-page-container .search-area .inner .tab div {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: Bold;
    background: #DEE7EB;
    color: #0A1A21;
    border-top: solid 3px #BBC1C4;
    padding: 1rem;
}

.top-page-container .search-area .inner .tab div:hover{
    cursor: pointer;
}

.top-page-container .search-area .inner .tab div p {
    margin: 0;
    padding: 0;
    font-size: 1.3rem;
}

.top-page-container .search-area .inner .tab div.active {
    background: #fff;
    color: #00ACF4;
    border-top: solid 3px #00ACF4;
    padding: 1rem;
}

.top-page-container .search-area .inner .tab div.active p {

}

.top-page-container .search-area .inner .tab-content {
    background: #fff;
    padding: 2rem;
}

.top-page-container .search-area .inner .tab-content div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-page-container .search-area .inner .tab-content div.scenes-area {
    display: none;
}

.top-page-container .search-area .inner .tab-content div a {
    width: 32%;
    border: solid 1px #D6DCE0;
    margin: 0 0 1rem 0;
    border-radius: 5px;
    padding: 1.5rem 1rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.top-page-container .tab-content .dropdown-item > i{
    color: #00ACF4;
    font-size: 1.075rem;
}


.top-page-container .search-area .btn-area {
    text-align: center;
    margin: 3rem auto 0;
    max-width: 300px;
}

.top-page-container .search-area .btn-area a {
    background: #00ACF4;
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.top-page-container .search-area .btn-area a:hover{
    text-decoration: none;
    opacity: 0.7;
}

.top-page-container .search-area .btn-area a img {
    margin: 0 0 0 1rem;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .top-page-container {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .top-page-container .search-area .inner .tab-content div a{
        width: 48%;
    }
}

@media (max-width: 600px) {
    .top-page-container .search-area .inner .tab-content div a{
        width: 100%;
        padding: 1rem 1rem;
    }
    .top-page-container .search-area .inner .tab div p{
        font-size: .9rem;
    }
    .top-page-container .search-area .btn-area{
        margin: 1rem auto 0;
    }
    .top-page-container .search-area .btn-area a{
        font-size: 1rem;
    }
}

section.service{
    padding: 3rem 0;
}

section.service .inner{
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
}

section.service .inner h2{
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

section.service .inner span.sub-ttl{
    color: #00ACF4;
    text-align: center;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 3rem 0;
}

section.service .inner p{
    text-align: center;
    font-size: .9rem;
    font-weight: 500;
    margin: 0 0 3rem 0;
}

section.service .inner > img{
    width: 100%;
    max-width: 760px;
    margin: 0 auto 5rem auto;
    display: block;
}

section.service .inner .btn-area{
    display: flex;
    align-items: center;
    justify-content: center;
}

section.service .inner .btn-area a:hover{
    text-decoration: none;
    opacity: 0.7;
}

section.service .inner .btn-area a img{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

section.service .inner .btn-area .btn-blue{
    margin: 0 2rem;
    color: #15ACF4;
    border: solid 1px #15ACF4;
    border-radius: 5px;
    width: 270px;
    text-align: center;
    position: relative;
    font-size: 1.2rem;
    padding: .5rem 0;
    font-weight: 500;
}

section.service .inner .btn-area .btn-orange{
    margin: 0 2rem;
    color: #EF811D;
    border: solid 1px #EF811D;
    border-radius: 5px;
    width: 270px;
    text-align: center;
    position: relative;
    font-size: 1.2rem;
    padding: .5rem 0;
    font-weight: 500;
}

@media (max-width: 768px) {
    section.service .inner .btn-area{
        flex-wrap: wrap;
    }
    section.service .inner .btn-area .btn-blue{
        font-size: 1rem;
        width: 100%;
        margin: 0 0 2rem 0;
    }
    section.service .inner .btn-area .btn-orange{
        font-size: 1rem;
        width: 100%;
        margin: 0 0 0 0;
    }
}

@media (max-width: 600px) {
    section.service .inner{
        padding: 0 20px;
    }
    section.service .inner span.sub-ttl{
        margin: 0 0 2rem 0;
    }
    section.service .inner > img{
        margin: 0 auto 3rem auto;
    }
}

section.rating{
    padding: 3rem 0;
    background: #E4F4FC;
}

section.rating .inner{
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
}

section.rating .btn-area{
    text-align: center;
    margin: 3rem auto 0;
    max-width: 300px;
}

section.rating .btn-area a{
    background: #00ACF4;
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

section.rating .btn-area a:hover{
    text-decoration: none;
    opacity: 0.7;
}

section.rating .btn-area a img{
    margin: 0 0 0 1rem;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);

}

span.new-item-status{
    background: #00ACF4;
}

div.slider-item .custom-arrow{
    background-position: center 130px;
}

@media (max-width: 1040px) {
    section.rating{
        padding: 3rem 20px;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 600px) {
    section.rating .btn-area a{
        font-size: 1rem;
    }
    section.rating .product-items-container .product-item{
        margin-right: 0;
        width: 100%;
    }
    section.rating .section-item{
        padding: 0 0 3rem 0;
    }
    section.rating .section-item:nth-child(3){
        padding: 0 0 0 0;
    }
    section.rating .section-item h2{
        font-size: 16px;
    }
    section.rating .section-item h2 span.section-item-link{
        margin-right: 0;
    }
    section.rating .section-item h2 span.section-item-link a:after{
        margin-left: 10px;
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    section.rating .section-item.new-items {
        position: relative;
        left: -5px;
        width: calc(100% + 10px);
    }
}

section.news{
    padding: 3rem 0;
}

section.news .inner{
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
}

section.news .inner h2{
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

section.news .inner span.sub-ttl{
    color: #00ACF4;
    text-align: center;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 3rem 0;
}

section.news .inner .news-list{
    display: flex;
    flex-wrap: wrap;
}

section.news .inner .news-list a{
    display: block;
    width: 100%;
    padding: 1rem 0;
    border-bottom: dotted 2px #A0A3A5;
}

section.news .inner .news-list a:hover{
    text-decoration: none;
    opacity: 0.7;
}

section.news .inner .news-list a span.date{
    color: #00ACF4;
    font-size: 1.125rem;
    margin: 0 1rem 0 0;
}

section.news .inner .news-list a span.title{
    color: #0A1A21;
    font-size: 1.125rem;
    display: inline-block;
}

section.news .btn-area{
    text-align: center;
    margin: 3rem 0 0 auto;
    max-width: 300px;
}

section.news .btn-area a{
    background: #fff;
    color: #00ACF4;
    border: solid 1px #00ACF4;
    padding: .5rem 1rem;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

section.news .btn-area a:hover{
    text-decoration: none;
    opacity: 0.7;
}

section.news .btn-area a > i{
    margin: 0 0 0 1rem;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 600px) {
    #app nav.nav1 .container-fluid .f-left p{
        margin: 0 1.0rem 0 0;
    }

    .navbar-brand {
        margin:0 1.0rem 0 0;
    }
}

@media (max-width: 600px) {
    section.news .inner{
        padding: 0 20px;
    }
    section.news .inner span.sub-ttl{
        margin: 0 0 2rem 0;
    }
    section.news .inner .news-list a{

    }
    section.news .inner .news-list a span.date{
        display: block;
    }
    section.news .btn-area{
        text-align: center;
        margin: 3rem auto 0 auto;
    }
    section.news .btn-area a{
        position: relative;
        font-size: 1rem;
    }
    section.news .btn-area a img{
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
}

section.bnr{
    padding: 3rem 0;
}

section.bnr .inner{
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
}

section.bnr .inner .bnr-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

section.bnr .inner .bnr-list a{
    width: 48%;
}

section.bnr .inner .bnr-list a:hover{
    opacity: 0.7;
}

section.bnr .inner .bnr-list a img{
    width: 100%;
}

@media (max-width: 768px) {

}

@media (max-width: 600px) {
    section.bnr .inner .bnr-list a{
        width: 100%;
        margin: 0 0 2rem 0;
    }
}


.list-page-container {
    padding-top: 60px;
    position: relative;
    padding-bottom: 240px;
}

@media (max-width: 768px) {
    .list-page-container {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.footer-seller-container {
    height: 250px;
    padding-top: 110px;
    padding-bottom: 60px;
    background-image: url(/images/backgrounds/footer-seller.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.footer-seller-title {
    font-size: 36px; line-height: 38px;
    color: #ffffff; font-weight: bold;
    margin-bottom: 12px;
}

.footer-seller-introduction {
    font-size: 17px; line-height: 32px;
    color: #ffffff;
}

.footer-seller-upload {
    width: 310px; height: 56px;
    font-size: 18px; line-height: 24px;
    padding: 16px 0;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    color: #000;
    background-color: #F4F4F4;
    position: relative;
    margin-right: 24px;
}

.footer-seller-upload:hover,
.footer-seller-upload:visited {
    color: #000;
    opacity: 0.5;
}

.footer-seller-upload:hover {
    text-decoration: none;
    opacity: 0.5;
}

.footer-seller-upload .right-arrow-icon {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.footer-seller-guide {
    color: #fff;
    text-decoration: underline;
    vertical-align: bottom;
    font-size: 16px;
}

.footer-seller-guide:hover,
.footer-seller-guide:visited {
    color: #ffffff;
}

.footer-seller-guide:hover {
    text-decoration: none;
}

.footer-service-container {
    background: #EFF2F4;
    font-size: 14px;
    padding: 3rem 0;
}

.footer-service-container .footer-service-block > div > div a {
    display: flex;
    align-items: center;
    margin: 0 0 .5rem 0;
    font-size: 1rem;
    line-height: 1.5;
}

.footer-service-container .footer-service-block > div > div a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.footer-service-container .footer-service-block a > i {
    color: #00ACF4;
    margin: 0 .5em 0 0;
    font-size: 0.7rem;
}

.footer-service-container .footer-service-block > div.wl .wl-ttl {
    margin: 1rem 0 0 0;
    font-size: 1.1rem;
    font-weight: bold;
}

.footer-service-container .footer-service-block > div.wl .wl-txt {
    margin: .5rem 0 0 0;
    font-size: 1rem;
}

.footer-service-block-contact {
    text-align: center;
}

.footer-service-title {
    font-size: 26px; line-height: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.footer-service-container p {
    margin-bottom: 16px;
}

.footer-service-container a,
.footer-service-container a:hover,
.footer-service-container a:visited {
    color: #000;
}

.footer-service-sns-links img {
    width: 25px; margin-right: 8px;
}

.footer-service-contact {
    max-width: 310px;
    background: #ffffff;
    position: relative;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 18px;
    padding: 19px 0;
    margin-left: auto;
    margin-right: auto;
}

.footer-service-contact .right-arrow-icon {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.footer-service-contact:hover {
    text-decoration: none;
    opacity: 0.5;
}

.footer-info-container {
    background: #333333;
    color: #ffffff;
    padding: .5rem 0;
    text-align: center;

}
.footer-info-container .footer-info-links {
    margin-bottom: 10px;
}

.footer-info-container .footer-info-links a {
    color: #ffffff; font-size: 13px;
    margin-right: 24px;
}

.footer-info-container .footer-info-links a:hover,
.footer-info-container .footer-info-links a:visited {
    color: #ffffff;
}

.footer-info-logo {
    color: #ffffff;
    font-size: 22px;
    line-height: 26px;
    margin-right: 30px;
    font-weight: bold;
}

.footer-info-logo img {
    width: 134px;
}

.footer-info-introduction {
    font-size: 13px;
    color: #ffffff;
}

.footer-info-desc {
    margin-bottom: 5px;
}

.footer-info-ssl {
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    margin-top: auto;
    margin-left: -24px;
    margin-right: -24px;
    position: relative;
}

.footer-info-ssl img {
    width: 51px;
    margin-right: 12px;
    float: left;
}

.footer-info-ssl span {
    position: absolute;
    top: 8px;
}

@media (max-width: 1200px) {

    .footer-seller-upload {
        display: block;
    }

    .footer-seller-guide {
        display: block;
        font-size: 14px;
        text-align: center;
        margin-top: 18px;
        width: 310px;
    }

    .footer-info-ssl {
        margin-left: 18px;
    }
}

@media (max-width: 992px) {
    .footer-seller-introduction {
        font-size: 15px;
    }

    .footer-info-container .footer-info-links a {
        font-size: 11px; margin-right: 12px;
    }

    .footer-info-ssl {
        font-size: 12px;
    }

    .footer-info-ssl span {
        top: 0;
    }
    .footer-service-container .footer-service-block > div > div a{
        font-size: .9rem;
    }
}

@media (max-width: 768px){

}

.footer-pc {
    display: block;
}

footer .footer-pc .footer-service-container .container{
    width: 100%;
    max-width: 950px;
}

footer .footer-pc .footer-service-container .container .logo{
    max-width: 100%;
}

@media (max-width: 1040px){

    footer .footer-pc .footer-service-container .container{
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    /* .footer-pc {
        display: none;
    }

    .footer-sp {
        display: block;
    } */

    .footer-sp h2.footer-sp-title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .footer-sp p.footer-sp-info {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .footer-sp-seller-container {
        text-align: center;
        padding: 50px 0;
        background: #ffffff;
        border-top: 1px solid #B0B0B0;
        /*border-bottom: 1px solid #B0B0B0;*/
    }

    .footer-sp-btn {
        font-size: 19px;
        line-height: 24px;
        padding: 20px 0;
        display: block;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        border-radius: 3px;
    }

    .footer-sp-btn, .footer-sp-btn:hover, .footer-sp-btn:visited {
        color: #000;
    }

    .footer-sp-btn .right-arrow-icon {
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
    }

    .footer-sp-btn + .footer-sp-seller-btn {
        margin-top: 8px;
    }

    .footer-sp-seller-btn {
        background-color: #F4F4F4;
    }
    .footer-sp-seller-btn:hover {
        text-decoration: none;
        opacity: 0.5;
    }
    .footer-sp-contact-btn {
        background-color: #FFFFFF;
        border: 1px solid #B0B0B0;
    }

    .footer-sp-contact-btn:hover {
        text-decoration: none;
        opacity: 0.5;
    }


    .footer-sp-contact {
        text-align: center;
        padding: 50px 0;
        background: #F4F4F4;
        border-top: 1px solid #B0B0B0;
        border-bottom: 1px solid #B0B0B0;
    }

    .footer-sp-service {
        background: #F4F4F4;
        padding: 20px 12px;
    }

    .footer-sp-service h3 {
        font-size: 20px;
        padding-left: 8px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .footer-sp-service .footer-sp-link {
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding: 12px 20px;
        background: #ffffff;
        position: relative;
        border-radius: 3px;
    }

    .footer-sp-service .footer-sp-link, .footer-sp-service .footer-sp-link:hover, .footer-sp-service .footer-sp-link:visited {
        color: #000000;
        text-decoration: none;
    }

    .footer-sp-link+.footer-sp-link {
        margin-top: 4px;
    }

    .footer-sp-service .footer-sp-link .right-arrow-icon {
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
    }

    .footer-sp-ssl {
        height: 88px;
        background-color: #FFFFFF;
        position: relative;
    }

    .footer-sp-ssl-img-container {
        float: left;
        width: 125px;
    }

    .footer-sp-ssl-img-container img {
        margin: 28px 12px;
    }

    .footer-sp-ssl-text-container {
        display: inline-block;
        max-width: calc(100% - 205px);
        font-size: 10px;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }


    .footer-sp-logo {
        color: #ffffff;
        background-color: #000;
        text-align: center;
        padding: 16px 0;
    }

    .footer-sp-logo-title {
        font-size: 23px;
        margin-bottom: 8px;
        font-weight: bold;
    }

    .footer-sp-logo-title img {
        height: 28px;
    }

    .footer-sp-logo-info {
        font-size: 15px;
        margin-bottom: 0;
    }
    footer .footer-pc .footer-service-container .container img.logo{
        max-width: 180px;
        margin: 0 0 2rem 0;
    }
    .footer-service-container .footer-service-block > div.wl .wl-ttl{
        margin: 2rem 0 0 0;
    }
}

.icon {
    display: inline-block;
    color: #333;
    vertical-align: middle;
}

.icon {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    overflow: hidden;
    font-size: 1em;
    text-align: left;
    text-indent: 100%;
    white-space: nowrap;
}

.icon:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    text-align: center;
    text-indent: 0;
}

.font-arrow-left:before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M29.84,35.46a1.14,1.14,0,0,1-.72-.24L9.33,21.09A1.35,1.35,0,0,1,8.78,20a1.33,1.33,0,0,1,.55-1.09L29.13,4.77a1.79,1.79,0,0,1,.76-.23A1.48,1.48,0,0,1,31,5.06a1.21,1.21,0,0,1,.27,1,1.26,1.26,0,0,1-.57.89L12.38,20l18.28,13A1.38,1.38,0,0,1,31,34.92,1.49,1.49,0,0,1,29.84,35.46Z' style='fill:%23333'/%3E%3C/svg%3E");
}

.font-arrow-right:before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M10.07,35.51A1.47,1.47,0,0,1,9,35a1.23,1.23,0,0,1-.27-1,1.3,1.3,0,0,1,.57-.9L27.65,20,9.3,6.9A1.55,1.55,0,0,1,8.77,6,1.18,1.18,0,0,1,9,5a1.48,1.48,0,0,1,1.14-.55,1.14,1.14,0,0,1,.72.24L30.71,18.91A1.33,1.33,0,0,1,31.26,20a1.37,1.37,0,0,1-.55,1.1L10.84,35.29A2,2,0,0,1,10.07,35.51Z' style='fill:%23333'/%3E%3C/svg%3E");
}

.font-arrow-left, .font-arrow-right {
    margin-bottom: 2px;
}

.pagination {
    margin: 3rem 0;
    font-size: 15px;
    text-align: center;
    display: block;
}

.pagination__inner {
    display: flex;
    justify-content: center;
}

.pagination__num {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 0px 0 0;
    margin: 0 5px;
    color: #A0A3A5;
    background-color: #EFF2F4;
    border-radius: 5px;
    border: solid 1px #EFF2F4;
    font-size: 12px;
}

.pagination__num.current {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 0px 0 0;
    margin: 0 5px;
    color: #15ACF4;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #15ACF4;
    font-size: 12px;
}

.pagination__num:hover {
    opacity: 1;
    text-decoration: none;
}

.pagination__num.current:hover {
    opacity: 1;
    text-decoration: none;
}

.pagination__last, .pagination__first,
.pagination__next, .pagination__prev {
    vertical-align: middle;
    line-height: 26px;
    padding: 4px 5px 0;
}

.pagination__last,
.pagination__next {
    margin: 0 0 0px 5px;
}

.pagination__first,
.pagination__prev {
    margin: 0 5px 0px 0;
}

.pagination__last .icon:last-child {
    position: relative;
    right: 3px;
}

.pagination__first .icon:first-child {
    position: relative;
    left: 3px;
}

.pagination__last .icon, .pagination__first .icon,
.pagination__next .icon, .pagination__prev .icon {
    margin-bottom: 6px;
}

.pagination a {
    color: inherit;
}

.pagination .icon:first-child {
    margin-right: 0;
    width: 10px;
}

.pagination .icon:last-child {
    margin-left: 0;
    width: 10px;
}

.page-search .pagination {
    margin-bottom: 40px;
}

.page-search .pagination__inner {
    margin-top: -10px;
}

.sp-pagination {
    display: none;
}

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

    .sp-pagination {
        display: block;
        margin: 20px 0;
        font-size: 15px;
        text-align: center;
    }

    .sp-pagination a {
        color: inherit;
    }

    .sp-pagination .pagination__prev {
        margin-right: 10px;
    }

    .sp-pagination .pagination__next {
        margin-left: 10px;
    }

    /* .pagination__num {
        padding: 7px 10px;
    } */
}

.mypage-sidebar {
    width: 100%;
    margin-bottom: 24px;
}
.mypage-sidebar-title {
    font-size: 13px;
    padding: .5rem;
    font-weight: 600;
    background: #EFF2F4;
    position: relative;
}
.mypage-sidebar-title:hover{
    cursor: pointer;
}
.mypage-sidebar-title .right-arrow-icon{
    border-right: 2px solid #00ACF4;
    border-bottom: 2px solid #00ACF4;
    transform: translateY(-1px) rotate(45deg);
}
.mypage-sidebar-title.active .right-arrow-icon{
    transform: translateY(2px) rotate(-135deg);
}

.mypage-sidebar-container {
    margin: 0 0 1rem 0;
}
.mypage-sidebar-item {
    font-size: 12px;
    padding: .5rem;
    border-bottom: solid 1px #D6DCE0;
}
.mypage-sidebar-item:hover{
    opacity: 0.7;
    cursor: pointer;
}
.mypage-sidebar-item a {
    color: #000;
}

.mypage-sidebar-item a:hover {
    color: #000;
    text-decoration: none;
}

.mypage-sidebar-item a:visited {
    color: #000;
}
.mypage-sidebar-item.active{
    background: #F4FBFF;
}
.mypage-sidebar-item.active a{
    color: #00ACF4;
}
.mypage-sidebar-logout{
    text-align: right;
    margin: .5rem 0 0 0;
}
.mypage-sidebar-logout a{
    color: #000;
    font-size: 12px;
}
.mypage-sidebar-logout a:hover{
    text-decoration: none;
    opacity: 0.7;
}

.mypage_row{
    margin: 0;
}

.mypage_row .col-md-12{
    padding:0;
}

.mypage_row a{
    color:#000000 !important;
    text-decoration:underline;
}

.mypage_row a.btn-secondary{
    color:white !important;
    text-decoration:underline;
}
.mypage_row .c-button a{
    color: inherit !important;
    text-decoration: inherit;
}
.mypage_index_row{
    padding: 0;
}

.c-button-orange,
.mypage_row .c-button-orange {
    background-color: var(--orange);
    border: solid 1px var(--orange);
    border-radius: 4px;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    line-height: 1em;
    padding: 0.4rem 1rem;
    margin: 0.4rem 0.2rem;
    text-align: center;
    text-decoration: none;
}

.purchased-item-header {
    display: flex;
    background-color: #D9D9D9;
    color: #787878;
    align-items: center;
    justify-content: space-between;
}

.purchased-item-header > div {
    margin: 0;
    display: inline-block;
}

.purchased-item-header > div > div {
    padding-right: 1em;
    margin: 0 1em 0 0;
    border-right: solid 1px #787878;
    display: inline-block;
}

.purchased-item-header-status,
.purchased-item-header-link {
    background-color: white;
    border: solid 1px #787878;
    border-radius: 20px;
    color: #787878;
    display: inline-block;
    padding: 6px 10px 4px;
    margin-left: 4px;
    text-align: center;
    line-height: 0.8em;
    font-size: 0.8em;
}

.purchased-item-header-status--1 {
    border-color: #438CA7;
    color: #438CA7 !important;
}

.purchased-item-header-status--2 {
    border-color: #438CA7;
    color: #438CA7 !important;
}

.purchased-item-header-status--3 {
    border-color: #787878;
    color: #787878 !important;
}

.purchased-item-header-status--4 {
    border-color: #438CA7;
    color: #438CA7 !important;
}

.purchased-item-header-status--5 {
    border-color: var(--red);
    color: var(--red) !important;
}

.purchased-item-header-status--6 {
    border-color: #43A763;
    color: #43A763 !important;
}

.purchased-item-header-status--7 {
    border-color: #A74343;
    color: #A74343 !important;
}

.purchased-item-header-status--8 {
    border-color: #787878;
    color: #787878 !important;
}

.purchased-item-header .purchased-item-header-link {
    float: right;
    border-color: var(--orange);
    color: var(--orange) !important;
    text-decoration: none !important;
    white-space: nowrap;
}

.purchased-item {
    border-bottom: solid 2px #ABABAB;
    margin-bottom: 50px;
}

.purchased-item-row {
    display: flex;
    align-items: flex-start;
}

.purchased-item-image {
    display: block;
    padding: 15px 15px 15px 20px;
    height: auto;
    width: 135px !important;
}
.purchased-item-values {
    padding: 15px;
    width: calc(100% - 120px);
}

.purchased-item-values {
    padding: 15px;
    width: calc(100% - 120px);
}

.purchased-item-values > p {
    margin-top: 0.3rem;
    margin-bottom: 0;
}

.purchased-item-values a {
    font-weight: bold;
    color: #00ACF4 !important;
    text-decoration: none;
    border-bottom: solid 1px transparent;
}

.purchased-item-options {
    border: solid 1px lightgrey;
    border-radius: 4px;
    margin: 4px 2px 10px;
    padding: 10px;
}
.purchased-item-options > p {
    margin-bottom: 0;
}

.c-text-orange,
.purchased-item-values .c-text-orange {
    color: var(--orange) !important;
}

.purchased-item-values .icon {
    margin-right: 6px;
    height: auto;
    width: 24px;
}

.purchased-item-values a[href]:hover {
    border-bottom: solid 1px #00ACF4;
    cursor: pointer;
}

.purchased-item-values a[href].c-text-orange:hover {
    border-bottom: solid 1px var(--orange);
}

.purchased-item-footer {
    padding: 10px;
    border-top: dotted 2px #ABABAB;
}

@media screen and (max-width: 992px){
    #mypage-layout{
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    #mypage-side{
        width: 100%;
    }
    #mypage-main{
        width: 100%;
    }
}
@media screen and (max-width:768px) {
    .mypage_row{
        margin-left:0px !important;
        margin-right:0px !important;
    }

    .mypage_row-pages-table {
        width: 100%;
    }

    .purchased-item-header {
        flex-wrap: wrap;
    }

    .purchased-item-header > div {
        display: block;
    }

    .purchased-item-header > div > div {
        padding-right: 0;
        margin: 0;
        border-right: none;
        display: block;
    }

    .purchased-item-header .purchased-item-header-link {
        margin: 4px 0 0;
    }
}

.mypage_row img {
    width: 70px;
}

.mypage_row table {
    min-width: 600px;
}

.mypage_row table th,
.mypage_row table td {
    max-width: 120px;
}

.grid-table th, .grid-table td {
    max-width: 240px;
}

.mypage_row .mypage_index_row table {
    min-width: 0;
}

.mypage-status table {
    width: 100%;
}

@media screen and (max-width:768px) {
    .mypage-status table {
        margin-bottom: 24px;
    }

    .mypage-status table tr td:first-child {
        width: 60%;
    }
}

.mypage_row-account-image {
    text-align: center;
}
.mypage_row-account-image img {
    width: 100%;
}

.mypage_row-account-image p {
    margin-bottom: 6px;
}

.mypage_row-account-container {
    margin-top: 24px;
}
.mypage_row-account-title {
    font-size: 16px;
}

.mypage_row-account-content {
    font-size: 14px;
    margin-left: 18px;
}

.mypage_row-account-link {
    float: right;
}

.mypage_row-account-link a {

}

.mypage_row .card {
    margin-bottom: 24px;
}

.mypage_row-dashboard-title {
    font-size: 15px;
    padding-bottom: 12px;
}

.mypage_row-pages-title {
    font-size: 15px;
    padding-bottom: 12px;
    text-align: center;
    font-weight: bold;
}

.mypage_row-pages-subtitle {
    vertical-align: top;
    padding: 6px;
    font-size: 15px;
}

.mypage_row-pages-link {
    padding: 6px;
}

.mypage_row-pages-link p {
    margin-bottom: 8px;
}

/*.mypage-table a {*/
/*    text-decoration: underline;*/
/*}*/
/*#my-strictly-unique-vue-upload-multiple-images {*/
/*    margin-top: 0 !important;*/
/*}*/

th.th-header {
    background: #F5F6F7;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.list-item {
    border: solid 1px lightgrey;
    background-color: #f2f2f2;
    margin-top:2%;
}
.item-content{
    padding: 10px;
    width: 60%;
    border-bottom: solid 1px darkgrey;
}
.item-content tr{
    border-top: solid 1px darkgrey;

}
.item-list{
    padding: 10px;
    /*width: 80%;*/
    /*background-color: #f8fafc;*/
}
.show-scroller{
    overflow: auto;
    height: 400px;
}

.show-scroller a {
    text-decoration: underline;
    color: #337ab7;
}

.item-list tr.partner {
    text-align: right;
}
.fullwidth{
    width: max-content;
}
.padding-top-none{
    padding-top: 0px !important;
}
.send-td{
    text-align: center;
    vertical-align: middle;
}
.title-color{
    color: #718697;
}
.delete-button{
    border: solid 1px lightcoral;
    border-radius: 5px;
    box-shadow: 0px 2px 1px red;
    padding: 0px 3px;
}
.fa-trash-o:before{content:"\f014"}

.delete-button:hover{
    top: 2px;
    box-shadow: none;
    border: solid 1px lightcoral !important;
    border-radius: 5px;
    /*box-shadow: none !important;*/
}
.send-td input{
    background: #abb9d5;
    padding: 10px;
    border-radius: 3px;
    color: white;
    font-weight: bold;
}
.circle-width32{
    width:32px;
    height: 32px;
}
.input-send-message{
    background-color: #f8fafc !important;
}
.circle-width75{
    width:75px;
    height: 75px;
}
.display-table {
    display: table !important;
    margin-bottom: 0 !important;
}
.vertical-top{
    vertical-align: top;
    padding-top: 5px;
}

.img_curcle_icon{
    /*width:75px;*/
    /*height: 75px;*/
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px #f7f7f7;
}

.detail-items-send{
    border: solid 1px #c2ffc3;
    border-radius: 5px;
    background-color: #c2ffc3;
    width: 60%;
    margin: 5px;
    padding: 10px;
}

.reciver i {
    border: solid #f3fdb5;
    border-width: 1px 15px 15px 0;
    display: inline-block;
    position: relative;
    top: 35px;
    right: -7px;
}
.send i {
    border: solid #c2ffc3;
    border-width: 0px 15px 15px 0;
    display: inline-block;
    position: relative;
    top: 35px;
    right: 8px;
}

.right-arrow {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 5px;
    float: right;
}
.left-arrow {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    padding: 5px;
    float: left;
}
.detail-items-reciver{
    border: solid 1px #f3fdb5;
    border-radius: 5px;
    background-color: #f3fdb5;
    width: 60%;
    margin: 5px;
    padding: 10px;
}
.border-all-lightgray{
    border: solid 1px lightgray;
}
.message-body{
    width: 80%;
}
.inline-block{
    display: inline-block;
}
.vertical-bottom{
    vertical-align: bottom;
}
.message-body .message-body-attachment {
    font-size: 0.8rem;
    margin-top: 0.5em;
}
.message-body .message-body-attachment a {
    color: #444 !important;
}
.message-body .message-body-attachment img {
    width: 100% !important;
    height: auto !important;
    max-width: 200px;
    border-radius: 5px !important;
}
.upload-limit {
    margin-top: 0.5em;
    border: dashed 2px #ccc;
    padding: 8px 10px;
    width: 100%;
}
.upload-limit::file-selector-button {
  background-color: #ccc;
  border: solid 1px #ccc;
  border-radius: 20px;
  color: white;
  padding: 3px 10px;
  margin-right: 10px;
}
.upload-limit:hover {
    border-color: #888;
    cursor: pointer;
}
.upload-limit:hover::file-selector-button {
    background-color: #888;
    border-color: #888;
}
@media (max-width: 890px) {
    .message-body{
        width: 100%;
    }
    .detail-items-reciver{
        width: 80%;
    }
    .item-content, .item-list{
        width: 100%;
    }
}

.self .message-detail-image {
    display: none;
}

.message-detail-image {
    border-radius: 25px;
    width: 50px; height: 50px;
    float: left; margin-right: 16px;
}

.message-detail-text {
    max-width: 80%;
}

.self .message-detail-text {
    text-align: left;
    float: right;
    background-color: #ddd;
    padding: 8px;
    border-radius: 4px;
}

.partner {
    overflow: hidden;
}

.partner .message-detail-text {
    float: left;
    padding: 8px;
    border-radius: 4px;
    background-color: #f8fafc;
}

.partner .message-delete-link {
    display: none;
}

.self .message-delete-link {
    display: block;
}

.f14 {
    font-size: 14px;
}

.message-body img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    margin-top: 10px;
    object-fit: cover;
}

.message-body .self img {
    float: right; margin-left: 10px;
}

.message-body .partner img {
    float: left; margin-right: 10px;
}

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

.pc-only {
    display: block;
}
.sp-only {
    display: none;
}

@media (max-width: 768px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}

.icon-check:before {
    content: '\e010'
}
.icon-time:before {
    content: '\e02c'
}
.icon-good:before {
    content: '\e017'
}
.icon-bad:before {
    content: '\e009'
}

.icon-track:before {
    content: '\e02d'
}
.icon-balloon:before {
    content: '\e00a'
}
.icon-bell:before {
    content: '\e00b'
}

.transact-attention {
    position: relative;
    padding: 24px 16px;
    background: #fff6de;
    text-align: center;
    font-size:0
}

.transact-attention h3 {
    font-size: 16px;
    color:#ea352d;
    font-weight: bold;
}

.transact-attention i {
    margin: 0 8px 0 0;
    font-size: 32px;
    color: #ea352d;
    vertical-align:middle
}

.transact-attention i.icon-check {
    font-size: 18px;
}


.transact-attention img {
    margin: 0 8px 0 0;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.transact-attention span {
    vertical-align:middle
}

.transact-attention p {
    margin: 8px 0 0;
    font-size: 14px;
    line-height:1.5
}

.transact-attention .attention {
    color:#ea352d
}

.transact-attention .strong {
    font-weight:bold
}

.review-form {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0
}

.review-form-comment {
    margin: 10px 0;
}

.review-form-textarea {
    margin: 0 0 20px;
}

.review-form .btn-red {
    margin:8px 0 0
}

.transact-checkbox {
    text-align:center
}

.transact-checkbox img {
    width: 30px;
    height: 30px;
}

.transact-checkbox .icon-check {
    left:initial
}

.transact-review-list {
    margin: 5px 0 0;
    padding: 0;
}

.transact-review-list li {
    display: inline-block;
    margin: 0 20px 5px 0;
}

.transact-review-list li:last-child {
    margin: 0
}

.transact-review-list input[type="radio"] {
    display: none
}

.transact-review-list input[type="radio"]:checked + .transact-review-icon {
    border-color:#ea352d
}

.transact-review-icon {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    border: 1px solid #ccc;
    text-align:center
}

.transact-review-icon img {
    margin: 14px 0 0;
    width: 30px;
    height: 30px;
}
.transact-review-icon i {
    margin: 14px 0 0;
    font-size:30px
}

.transact-review-icon i.icon-good {
    color: #ef5185;
}

.transact-review-icon i.icon-bad {
    color: #6ab5d8;
}

.transact-review-icon label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px 0 0;
    cursor:pointer
}

.transact-info-head {
    padding: 40px 4% 0;
    font-size:16px
}

@media screen and (min-width: 768px) {
    .transact-info-head {
        padding: 0;
    }
}

.transact-info-link {
    text-align: center;
    padding: 24px 0;
}

.transact-info-link a {
    text-decoration: underline;
    color: #0099e8;
}

.transact-info-inner {
    margin: 8px 0 0;
    background:#fff
}

.transact-info-table {
    display: table;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom:1px solid #eee
}

@media screen and (min-width: 768px) {
    .transact-info-table {
        border:1px solid #eee
    }
}

.transact-info-table li {
    line-height:1.5
}

.transact-info-table a {
    color:#333
}

.transact-info-table a.font-blue {
    color:#0099e8
}

.transact-info-table-row {
    display:table-row
}

.transact-info-table-row:nth-child(even) {
    background:#fafafa
}

.transact-info-table-cell {
    display: table-cell;
    padding: 16px;
    vertical-align: top;
    word-wrap:break-word
}

.transact-info-table-cell:first-child {
    width:35%
}

.transact-info-table-cell:last-child {
    width:65%
}

.transact-info-table-cell a {
    display:block
}

.transact-info-table-cell img {
    width:80px
}

.transact-info-table-cell img.is-higher-height {
    width: auto;
    max-height:148px
}

.transact-info-table-cell .buyer-name {
    font-weight:600
}

.transact-info-table-cell-li {
    color:#ea352d
}

.transact-info-item {
    margin: 8px 0 0;
    color: #0099e8;
    text-decoration: underline;
    font-size: 16px;
    word-break:break-all
}

.transaction-user-icon {
    position: relative;
    display: block;
    color:#333
}

.transaction-user-icon figure {
    padding: 16px;
    font-size:0
}

.transaction-user-icon figure > div {
    overflow: hidden;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align:middle
}

.transaction-user-icon img {
    width:100%
}

.transaction-user-icon figcaption {
    overflow: hidden;
    display: inline-block;
    max-width: 75%;
    margin: 0 0 0 16px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow:ellipsis
}

@media screen and (min-width: 768px) {
    .transaction-user-icon figcaption {
        max-width: 592px;
        height:auto
    }
}

@media screen and (min-width: 1068px) {
    .transaction-user-icon figcaption {
        max-width:160px
    }
}

.transaction-user-icon .icon-arrow-right {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translate(0, -50%);
    transform:translate(0, -50%)
}

.transact-user-name {
    overflow: hidden;
    font-size: 16px;
    white-space: nowrap;
    text-overflow:ellipsis
}

@media screen and (min-width: 768px) {
    .transact-user-name {
        overflow: visible;
        text-overflow: inherit;
        white-space:normal
    }
}

.transact-user-name.transact-user-official {
    margin:8px 0 0
}

.transact-shipping-soyo h3 {
    color: #888;
    margin:32px 0 8px 0
}

.transact-shipping-soyo .text-attention {
    color:#ea352d
}

.transact-payment-info {
    max-width: 100%;
    margin:0 16px
}

@media screen and (min-width: 768px) {
    .transact-payment-info {
        max-width: 50%;
        margin:16px auto
    }
}

.transact-payment-info-payment-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 17px;
    font-weight: 600;
    line-height:1.4
}

@media screen and (min-width: 768px) {
    .transact-payment-info-payment-amount {
        padding:0 0 16px 0
    }
}

.transact-payment-info-payment-amount-price {
    font-size:24px
}

.transact-payment-info-payment-method {
    padding: 16px 0 8px;
    font-size: 16px;
    font-weight: 600;
    line-height:1.5
}

.transact-payment-info-button {
    padding: 8px 0 0 0;
    font-weight:bold
}

.transact-payment-info-button a {
    font-size:17px
}

.transact-payment-info-guide {
    padding: 16px 0 24px 0;
    margin-top:8px
}

.transact-payment-info-guide li {
    margin:8px 0 0
}

.transact-payment-info-guide span, .transact-payment-info-guide i {
    vertical-align:middle
}

.transact-payment-info-guide i {
    margin:0 0 0 8px
}

@media screen and (min-width: 768px) {
    .transact-payment-info-guide {
        padding:16px 0 0 0
    }
}

.transact-payment-info-payment-detail {
    padding: 16px;
    font-size: 14px;
    line-height: 1.5;
    background:#fff6de
}

@media screen and (min-width: 768px) {
    .transact-payment-info-payment-detail {
        padding:24px
    }
}

.transact-payment-info-payment-detail-pc-note {
    display:none
}

@media screen and (min-width: 768px) {
    .transact-payment-info-payment-detail-pc-note {
        display: block;
        margin-top:24px
    }
}

.transact-payment-info-destination-guide {
    padding:16px 0
}

.transact-payment-info-destination-guide li {
    margin:8px 0 0
}

.transact-payment-info-destination-guide span, .transact-payment-info-destination-guide i {
    vertical-align:middle
}

.transact-payment-info-destination-guide i {
    margin:0 0 0 8px
}

@media screen and (min-width: 768px) {
    .transact-payment-info-destination-guide {
        margin: 0 -50% 0 0;
        padding:32px 16px 16px
    }
}

.transact-payment-info-reissue-button {
    margin: 8px 16px 32px;
    font-weight:bold
}

.transact-payment-info-reissue-button a {
    font-size:17px
}

@media screen and (min-width: 768px) {
    .transact-payment-info-reissue-button {
        margin:16px auto
    }
}

.rakuraku-content, .yuyu-content {
    text-align:center
}

.rakuraku-content h3, .yuyu-content h3 {
    color: #888;
    margin:32px 0 8px 0
}

.rakuraku-content .progress-bar, .yuyu-content .progress-bar {
    margin:24px 0 0
}

.rakuraku-content .delivery-address, .yuyu-content .delivery-address {
    display: block;
    margin: 24px 0 0;
    line-height:1.5
}

.rakuraku-content .delivery-address p, .yuyu-content .delivery-address p {
    margin:8px 0
}

.rakuraku-content p, .yuyu-content p {
    margin: 16px 0 0;
    line-height:1.5
}

.transact-wordings, .transact-shipping-should-update-to-address-display, .transact-create-qr-code .reception-number, .transact-shipping-fee-display, .transact-number-display, .transact-phone-number-display {
    padding: 16px 32px;
    text-align: center;
    line-height:1.5
}

.transact-create-qr-code table, .transact-shipping-table table {
    width: 88%;
    margin:28px auto
}

.transact-create-qr-code tr, .transact-shipping-table tr {
    border:1px solid #ccc
}

.transact-create-qr-code th, .transact-shipping-table th {
    width: 24%;
    padding: 8px;
    word-wrap: break-word;
    text-align: right;
    color:#888
}

.transact-create-qr-code td, .transact-shipping-table td {
    width: 76%;
    padding: 16px;
    word-wrap: break-word;
    text-align: left;
    line-height:1.5
}

.transact-shipping-should-update-to-address-display {
    padding:16px 32px 0
}

.transact-yuyu-shipping-places {
    margin: 24px 32px;
    padding: 16px 32px;
    border: 1px solid #eee;
    text-align:center
}

.transact-button {
    margin:24px 32px
}

.l-side-container > .transact-button:last-child {
    margin-bottom: 0;
    padding-bottom:24px
}

.transact-anonymous-shipping-head {
    padding: 16px 32px;
    text-align: center;
    background: #aaa;
    color:#fff
}

.transact-explain-shipping-method {
    padding:16px 32px
}

.transact-explain-shipping-method h2 {
    text-align:center
}

.transact-explain-shipping-method h2 + p {
    margin:16px 0 0
}

.transact-explain-shipping-method p {
    margin:8px 0 0
}

.transact-explain-shipping-method ol {
    margin: 16px 0 0;
    line-height: 1.5;
    list-style-type: decimal;
    list-style-position:inside
}

.transact-create-qr-code {
    text-align:center
}

.transact-create-qr-code h2 {
    margin:8px
}

.transact-create-qr-code .transact-shipping-fee-list-default {
    display:block
}

.transact-create-qr-code .transact-shipping-fee-list-child {
    display:none
}

.transact-create-qr-code .transact-shipping-fee-list-child.is-show {
    display:block
}

.transact-create-qr-code img {
    width:50%
}

.transact-create-qr-code .reception-number {
    width: 80%;
    margin: 0 auto;
    text-align:left
}

.transact-create-qr-code .transact-shipping-address-registration .icon-plus-circle, .transact-create-qr-code .transact-shipping-from-address-registration .icon-plus-circle {
    margin-right:4px
}

.transact-create-qr-code .transact-shipping-from-address-notice {
    margin: 16px 32px;
    text-align:left
}

.transact-create-qr-code .transact-shipping-from-address {
    margin-bottom:8px
}

.transact-shipping-fee-display {
    padding:0 32px 16px
}

.transact-pickup-attention {
    padding:16px 32px
}

.transact-pickup-attention > div {
    background: #f8e5df;
    padding: 16px;
    line-height:1.5
}

.transact-number-display {
    font-size: 24px;
    font-weight:600
}

.transact-phone-number-display {
    font-size: 40px;
    font-weight:600
}

.transact-check-box {
    width: 32%;
    margin:0 34%
}

.transact-select-alert {
    display:none
}

.transact-select-alert.show {
    display:block
}

.transact-guide {
    padding:16px
}

.transact-guide li {
    margin:8px 0 0
}

.transact-guide li:first-child {
    margin:0
}

.transact-guide span, .transact-guide i {
    vertical-align:middle
}

.transact-guide i {
    margin:0 0 0 8px
}

.transact-select-card li {
    padding: 24px 0;
    border-bottom:1px solid #eee
}

.transact-select-card li label {
    display: block;
    position:relative
}

.transact-select-card li input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    appearance: radio;
    -moz-appearance: radio;
    -webkit-appearance: radio;
    -o-appearance: radio;
    -ms-appearance:radio
}

.transact-select-card-footer {
    padding-top:24px
}

.transact-select-card-form-error {
    padding-bottom:24px
}

.transact-select-card-add {
    display:inline-block
}

.transact-select-card-add i {
    margin-right:8px
}

.checkbox-default {
    position: relative;
    font-size: 0;
    margin: 16px 0 0;
}

.checkbox-default label {
    position: relative;
    z-index: 2;
    padding: 0 0 0 28px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0;
}

.checkbox-default input[type='checkbox'] {
    display: none;
}

.checkbox-default input[type='checkbox']:checked+.icon-check {
    border-color: transparent;
    background: #0099e8;
    opacity: 1;
}

.checkbox-default .icon-check {
    position: absolute;
    top: 50%;
    /*left: 0;*/
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.textarea-default {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 104px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.textarea-default:disabled {
    background:#f5f5f5
}

.textarea-default.has-error {
    border-color:#ea352d
}

.textarea-default:focus {
    border-color:#0099e8
}

.btn-default {
    display: block;
    width: 100%;
    line-height: 48px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid transparent;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
    cursor: pointer;
    text-align: center;

}

.btn-default.is-disabled, .btn-default:disabled {
    border: 1px solid #888;
    background: #888;
    color: #fff;
}

a.btn-default, a.btn-default:hover {
    text-decoration: none;
}
.btn-gray {
    background: #aaa;
    border: 1px solid #aaa;
    color: #fff;
}


.btn-red {
    background: #ea352d;
    border: 1px solid #ea352d;
    color: #fff !important;
}

.mypage_row .btn-shipping {
    color: #fff !important;
}

.message-content {
    padding: 24px 7.5%;
    background: #fff;
}

@media screen and (min-width: 768px) {
    .message-content {
        padding: 24px;
    }
}

.message-content a {
    color: #0099e8;
    font-weight: bold;
}

.message-content-title {
    margin-bottom: 24px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
}

.message-items {
    margin: 0;
    overflow: hidden;
}

.message-items li {
    margin: 60px 0 0;
}

.message-del {
    text-decoration: underline;
    color: #0099e8;
}

.message-user {
    float: left;
    position: relative;
    top: -20px;
    display: inline-block;
    color: #333;
}

.message-user figure>div {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.message-user img {
    width: 100%;
}

.message-user figcaption {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 56px;
    max-width: 100%;
    min-width: 214px;
    height: 1.2em;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
    .message-user figcaption {
        width: 600px;
        min-width: 600px;
    }
}

.message-self .message-user {
    float: right;
    color:#ea352d
}

.message-self .message-user figcaption {
    left: auto;
    right: 56px;
    text-align:right
}

.message-self .message-body {
    float: left;
    background:#fbf0e6
}

.message-self .message-body .icon-balloon {
    right: -9px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    color:#fbf0e6
}

.message-body {
    float: right;
    position: relative;
    width: calc(100% - 56px);
    padding: 16px;
    background: #eef0f4;
    border-radius: 15px;
    line-height: 1.5;
    word-break: break-all;
}

.message-icons {
    margin: 8px 0 0;
}

.message-icon-left {
    float: left;
}

.message-icons time {
    display: block;
    color: #aaa;
}

.message-icons i, .message-icons span {
    vertical-align: middle;
}

.message-icon-right {
    float: right;
}

.message-icons a, .message-icons div {
    display: inline-block;
    color: #aaa;
    text-decoration: none;
}

.message-icons div {
    cursor: pointer;
}

.message-body .icon-balloon {
    position: absolute;
    top: 8px;
    left: -9px;
    color: #eef0f4;
}

.message-items li {
    list-style: none;
}

.message-items li:first-child {
    margin: 1.5em 0 0;
}


.message-form p {
    padding: 8px;
    font-size: 14px;
    background: #fff6de;
}

.message-submit {
    width: 100%;
    margin: 8px 0 0;
    font-size: 0;
    text-align: center;
}

.message-submit span {
    font-size: 14px;
    vertical-align: middle;
}

.rating {
    margin-bottom: 0;
}
.rating label {
    margin-bottom: 5px;
}
.rating .icon-good {
    color: #ef5185;
}

.rating .icon-good+label {
    color: #ef5185;
}

.rating .icon-good+label a {
    color: #ef5185 !important;
}

.rating .icon-bad {
    color: #6ab5d8;
}
.rating .icon-bad+label {
    color: #6ab5d8;
}

.rating .icon-bad+label a {
    color: #6ab5d8 !important;
}

#contact .card{
    max-width: 700px;
    margin: 2rem auto;
    border: none;
}

#contact .card.sp-only{
    display: none;
}

@media screen and (min-width: 768px) {
    #contact .card.sp-only{
        display: block;
    }
}

#contact .card .card-header{
    background: none;
    border: none;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

#contact .card .card-body form .form-group{
    display: block;
    margin: 0 0 1.5rem 0;
}

#contact .card .card-body form .form-group .next{
    text-align: center;
}

#contact .card .card-body form .form-group label{
    text-align: left!important;
    font-weight: bold;
}

#contact .card .card-body form .form-group .input-area{
    display: flex;
    flex-wrap: wrap;
}

#contact .card .card-body form .form-group .input-area .block{
    display: flex;
    align-items: center;
    margin: 0 20px 0 0;
}

#contact .card .card-body form .form-group .input-area .block.center{
    margin: 0 auto;
}

#contact .card .card-body form .form-group .input-area .block input{
    width: auto;
    margin: 0 5px 0 0;
}

#contact .card .card-body form .form-group .input-area .block label{
    margin: 0;
}

.form-required {
    display: inline-block;
    border-radius: 3px;
    background-color: #C74646;
    color: #FFFFFF;
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 4px 10px 2px;
    margin-left: 8px;
}
.form-required:before {
    content: '必須';
}

.form-optional {
    display: inline-block;
    border-radius: 3px;
    background-color: #7F7F7F;
    color: #FFFFFF;
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 4px 10px 2px;
    margin-left: 8px;
}
.form-optional:before {
    content: '任意';
}

#contact-con .card{
    max-width: 700px;
    margin: 2rem auto;
    border: none;
}

#contact-con .card .card-header{
    background: none;
    border: none;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

#contact-con .card .card-body form .form-group{
    display: block;
    margin: 0 0 1.5rem 0;
}

#contact-con .card .card-body form .form-group.btn-area{
    display: flex;
    justify-content: center;
}

#contact-con .form-group.btn-area .prev {
    margin: 0 20px;
}

#contact-con .card .card-body form .form-group.btn-area .prev button{
    color: #fff;
}

#contact-con .card .card-body form .form-group.btn-area .next{
    margin: 0 20px;
}

#contact-con .card .card-body form .form-group .next{
    text-align: center;
}

#contact-con .card .card-body form .form-group label{
    text-align: left!important;
    font-weight: bold;
    width: auto;
    max-width: 100%;
}

#contact-con .card .card-body form .form-group .input-area{
    display: flex;
    flex-wrap: wrap;
}

#contact-con .card .card-body form .form-group .input-area .block{
    display: flex;
    align-items: center;
    margin: 0 20px 0 0;
}

#contact-con .card .card-body form .form-group .input-area .block.center{
    margin: 0 auto;
}

#contact-con .card .card-body form .form-group .input-area .block input{
    width: auto;
    margin: 0 5px 0 0;
}

#contact-con .card .card-body form .form-group .input-area .block label{
    margin: 0;
}

#contact-thanks .card{
    padding: 5rem 0;
}

#contact-thanks .card{
    max-width: 700px;
    margin: 2rem auto;
    border: none;
}

#contact-thanks .card .card-header{
    background: none;
    border: none;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

#contact-thanks .card .card-body{
    text-align: center;
}

.table .border-orange th{
    border-top: solid 1px #F08C1E;
}

.count-badge {
    display: inline-flex;
    align-items: center;
    background-color: #F5485E;
    border-radius: 50%;
    color : white;
    line-height: 1;
    padding: 0;
    margin: 0 .5rem;
    justify-content: center;
    width: 1.6em;
    height: 1.6em;
}

.no-scroll,
.no-scroll-new {
    overflow-y: hidden;
}

.table tbody + tbody.border-orange{
    border-top: 2px solid #3648AE;
}

div.product-items-container{
    display: flex;
    flex-wrap: wrap;
}
div.product-items-container .product-item{
    float: none;
}
div.product-items-container .product-item .product-item-info p.price{
    font-size: 20px;
}
div.product-items-container .product-item .product-item-info p.price span.price-status{
    font-size: 15px;
    margin: 0 0 0 5px;
}





#page-container.page-item {
    display: flex;
    flex-direction: row-reverse;
    max-width: 950px;
    margin: 0 auto;
}

#page-container.page-item #main {
    width: calc(100% - 200px);
}

#page-container.page-item #main .list-page-container {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

#page-container.page-item #main .list-page-container .list-page-wrapper .list-page-content {
    width: auto!important;
    padding-left: 0;
}

#page-container.page-item #main .list-page-container .list-page-wrapper .list-page-content .list-page-title {
    margin-bottom: .5rem;
}

.product-items-container::after {
    width: 225px;
    margin: 0;
}
#page-container.page-item #main .list-page-container .list-page-wrapper .list-page-content .product-items-container .product-item {
    width: 225px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #EFF2F4;
}

#page-container.page-item #main .list-page-container .list-page-wrapper .list-page-content .product-items-container .product-item .product-item-image {
    width: 100%; /* 親要素（.product-item）の幅に依存 */
    max-width: 225px; /* 最大幅を指定 */
    height: 150px;
    background-color: #EFF2F4;
    display: flex;
    justify-content: center; /* 画像を中央揃え */
    align-items: center;
    overflow: hidden;
}

#page-container.page-item #main .list-page-container .list-page-wrapper .list-page-content .product-items-container .product-item .product-item-info {
    padding: 1rem .5rem 1rem .5rem;
}

#page-container.page-item #main .list-page-container .list-page-wrapper .list-page-content .product-items-container .product-item .product-item-info .title {
    height: auto;
    font-size: 16px;
    font-weight: bold;
}

#page-container.page-item #main .list-page-container .list-page-wrapper .list-page-content .product-items-container .product-item .product-item-info .price {
    margin-top: 5px;
    text-align: left;
}

#page-container.page-item #main .list-page-container .list-page-wrapper .list-page-content .product-items-container .product-item .product-item-info .seller {

}

#page-container.page-item #main .list-page-container .list-page-wrapper .list-page-content .product-items-container .product-item .product-item-info .seller a {
    text-decoration: none;
}

#page-container.page-item #main .img-wrap {
    padding: 20px 0 0 0;
}

#page-container.page-item #side {
    width: 200px;
    box-shadow: none;
}

#page-container.page-item #side .sidebar {
    padding-top: 2rem;
    margin: 0 0 3rem 0;
}

#page-container.page-item #side .sidebar .side-categories .side-categories-title {
    font-size: 13px;
    padding: .5rem;
    font-weight: 600;
    background: #EFF2F4;
}

#page-container.page-item #side .sidebar .side-categories .side-categories-title:hover {
    cursor: pointer;
}

#page-container.page-item #side .sidebar .side-categories .side-categories-title .right-arrow-icon {
    border-right: 2px solid #00ACF4;
    border-bottom: 2px solid #00ACF4;
    transform: translateY(-1px) rotate(45deg);
}

#page-container.page-item #side .sidebar .side-categories .side-categories-title.active .right-arrow-icon {
    transform: translateY(2px) rotate(-135deg);
}

#page-container.page-item #side .sidebar .side-categories .side-categories-list {
    margin: 0 0 1rem 0;
}

#page-container.page-item #side .sidebar .side-categories .side-categories-item {
    font-size: 12px;
    padding: .5rem;
    border-bottom: solid 1px #D6DCE0;
}

#page-container.page-item #side .sidebar .side-categories .side-categories-item:hover {
    text-decoration: none;
    background: none;
}

#page-container.page-item #side .sidebar .side-categories .side-categories-item a:hover {
    text-decoration: none;
    background: none;
}

#page-container.page-item #side .sidebar .side-categories .side-categories-item.active-item {
    background: #F4FBFF;
}

#page-container.page-item #side .sidebar .side-categories .side-categories-item.active-item a {
    color:#00ACF4;
}



@media (max-width: 992px){
    #page-container.page-item{
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    #page-container.page-item #side{
        padding: 1rem;
        width: 100%;
    }
    #page-container.page-item #main{
        width: 100%;
        padding: 1rem;
    }
    #page-container.page-item #main .list-page-container .list-page-wrapper .list-page-content .product-items-container{
        justify-content: center;
    }
    #page-container.page-item #main .list-page-container .list-page-wrapper .list-page-content .product-items-container .product-item:nth-of-type(3n){
        margin-right: 0px;
    }
    #page-container.page-item #main .img-wrap{
        text-align: center;
    }
    #page-container.page-item #main .list-page-container{
        padding-bottom: 0;
    }
}

@media (max-width: 992px) and (min-width: 768px){
    #page-container .product-items-container .product-item:nth-last-of-type(3n+1).product-item:last-child {
        margin-right: 265px !important;
    }
}

@media (max-width: 768px){
    #page-container.page-item #main .list-page-container{
        padding-top: 0rem;
    }
    #page-container.page-item #main .list-page-container .list-page-wrapper .list-page-content .sp-list-page-title{
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    #page-container.page-item #main .list-page-container .list-page-wrapper .list-page-content .sp-list-page-header{
        display: none;
    }
    #page-container.page-item #main .list-page-container .list-page-wrapper .list-page-content .product-items-container .product-item:nth-of-type(3n){
        margin-right: 20px;
    }
    #page-container.page-item #main .list-page-container .list-page-wrapper .list-page-content .product-items-container .product-item:nth-of-type(2n){
        margin-right: 0px;
    }
    #page-container.page-item #side{
        display: block;
    }
    #page-container.page-item #side .sidebar{
        padding-top: 1rem;
        margin: 0 0 2rem 0;
    }
    #page-container.page-item #main .img-wrap a img{
        max-width: 100%;
    }
    .sp-pagination .icon:last-child{
        width: 10px;
    }
    .sp-pagination .icon:first-child{
        width: 10px;
    }
}

@media (max-width: 600px){

}

@media (max-width: 518px){
    #page-container.page-item #main .list-page-container .list-page-wrapper .list-page-content .product-items-container .product-item{
        margin-right: 0px;
    }
    #page-container.page-item #main .list-page-container .list-page-wrapper .list-page-content .product-items-container .product-item:nth-of-type(3n){
        margin-right: 0px;
    }
}

@media screen and (min-width: 993px) {
    #overlay {
        display: none !important;
    }
    body {
        overflow-y: auto !important;
    }
}


#detail-wrapper{
    padding-bottom: 5rem!important;
}

#detail-wrapper #detail-container .container-lg{
    max-width: 980px;
}

#detail-wrapper #detail-container .container-lg .detail-page-title{
    margin-bottom: 1rem;
}

#detail-wrapper #detail-container .container-lg .tag-area{
    margin: 0 0 1.5rem 0;
}

#detail-wrapper #detail-container .container-lg .tag-area span{
    color: #44484A;
    background: #EFF2F4;
    border-radius: 5px;
    padding: .2rem .7rem;
    display: inline-block;
    margin: 0 1rem 0 0;
}

#detail-wrapper #detail-container .container-lg .tag-area a{
    color: #44484A;
    background: #EFF2F4;
    border-radius: 5px;
    padding: .2rem .7rem;
    display: inline-block;
    margin: 0 1rem 0 0;
    text-decoration: none;
}

#detail-wrapper #detail-container .container-lg .tag-area a:hover{
    cursor: pointer;
    text-decoration: none;
    opacity: 0.7;
}

#detail-wrapper #detail-container .container-lg .row{
    margin-right:0;
    margin-left:0;
    justify-content: space-between;
}


#detail-wrapper #detail-container .container-lg .row.border-b{
    border-bottom: solid 1px #D6DCE0;
    padding: 0 0 2rem 0;
}
#detail-wrapper #detail-container .container-lg .row .detail-col-image{
    width: 48%;
}
#detail-wrapper #detail-container .container-lg .row .detail-col-image .btn-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#detail-wrapper #detail-container .container-lg .row .detail-col-image .btn-area .f-left a{
    border: solid 1px #15ACF4;
    background: none;
    width: auto;
    padding: .3rem 1rem;
    border-radius: 5px;
    color: #15ACF4;
    height: auto;
    font-size: 12px;
    font-weight: 600;
}
#detail-wrapper #detail-container .container-lg .row .detail-col-image .btn-area .f-left a img{
    margin: 0 .5rem 1px 0;
}
#detail-wrapper #detail-container .container-lg .row .detail-col-image .btn-area .f-left a span{
    padding: 0;
}
#detail-wrapper #detail-container .container-lg .row .detail-col-image .btn-area .f-right a{
    text-decoration: none;
}
#detail-wrapper #detail-container .container-lg .row .detail-col-image .btn-area .f-right a.green span{
    color: #1BAA0F;
    font-size: 15px;
    font-weight: 500;
}
#detail-wrapper #detail-container .container-lg .row .detail-col-image .btn-area .f-right a.red span{
    color: #DB4141;
    font-size: 15px;
    font-weight: 500;
}
#detail-wrapper #detail-container .container-lg .row .detail-col-image .btn-area .f-right a img{
    margin: 0 5px 1px 10px;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content{
    width: 48%;
    padding-left: 0;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-content{
    margin-top: 0;
    margin-bottom: 0;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-content .detail-content-sub-container .detail-content-span{
    display: block;
    border: none;
    border-left: solid 4px #15ACF4;
    border-radius: 0;
    background: none;
    font-size: 18px;
    font-weight: 600;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-content .detail-content-sub-container .text-danger{
    color: #0A1A21 !important;
    margin: .5rem 0 .5rem 0 !important;
    display: block;
    font-size: 16px;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-content .detail-content-sub-container input{
    width: 70px;
    border: solid 1px #D6DCE0;
    border-radius: 5px;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-content .detail-content-sub-container .text-right{
    text-align: right;
    padding: 0;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-content .detail-content-sub-container .detail-content-category .ml05{
    margin: 0 0 0 .5rem;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-content .detail-content-sub-container .detail-content-category .row .col-8{
    padding: 0;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-price{
    margin-bottom: 1.5rem;
    border-top: solid 1px #D6DCE0;
    padding: 1rem 0 0 0;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-actions{
    margin: 0 0 .5rem 0;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-actions .row .col-12{
    padding: 0;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-actions .row .col-12 a{
    background: #00ACF4;
    max-width: 310px;
    font-weight: 600;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-actions .row .col-12 a img{
    margin: 0 0 4px 1rem;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller{
    margin: 0 0 2rem 0;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-links span img{
    margin: 0 0 1px 0;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-links span a{
    color: #44484A;
    font-size: 12px;
    text-decoration: none;
    margin: 0 0 0 .5rem;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block{
    background: #EFF2F4;
    border-radius: 5px;
    padding: 1.5rem;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .detail-seller-block-title{
    color: #44484A;
    font-size: 16px;
    font-weight: 600;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .detail-seller-block-title img{
    margin: 0 .5rem 1px 0;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .f-area01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .f-area01 .f-left{
    display: flex;
    align-items: center;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .f-area01 .f-left .detail-seller-block-image-container{
    margin: 0 1rem 0 0;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .f-area01 .f-left .detail-seller-block-image-container a img{
    max-width: 48px;
    max-height: 48px;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .f-area01 .f-left .detail-seller-block-content h3{
    margin: 0;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .f-area01 .f-left .detail-seller-block-content h3 a{
    color: #44484A;
    font-size: 14px;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .f-area01 .f-left .detail-seller-block-content h3 a:hover{
    text-decoration: none;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .f-area01 .f-right a{
    margin: 0;
    background: #00ACF4;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    max-width: 115px;
    font-size: 12px;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .f-area01 .f-right a img{
    margin: 0 0 3px .5rem;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .f-area02 .f-left .rating img{
    margin: 0 0 3px 0;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .f-area02 .f-left .rating label{
    margin-bottom: 0;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .f-area02 .f-left .rating label a{
    text-decoration: none;
    font-size: 16px;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .f-area02 .f-left .rating label a.green{
    color: #1BAA0F;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .f-area02 .f-left .rating label a.red{
    color: #DB4141;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .f-area02 .f-right .detail-seller-product-link{
    margin: 0;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .f-area02 .f-right .detail-seller-product-link a{
    text-decoration:none;
    color: #44484A;
    font-size: 12px;
}

#detail-wrapper #detail-container .container-lg .row .detail-col-content .detail-container .detail-seller .detail-seller-block .f-area02 .f-right .detail-seller-product-link a img{
    margin: 0 .5rem 2px 0;
}

#detail-wrapper .detail-relation-container{
    padding: 1rem;
}

#detail-wrapper .detail-relation-container .container-relation{
    max-width: 980px;
    width: auto;
}

#detail-wrapper .detail-relation-container .container-relation .container-inner-relation{
    width: auto!important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#detail-wrapper .detail-relation-container .container-relation .container-inner-relation .detail-section-item{
    padding: 0;
}

#detail-wrapper .detail-relation-container .container-relation .container-inner-relation .detail-section-item .f-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1rem 0;
}

#detail-wrapper .detail-relation-container .container-relation .container-inner-relation .detail-section-item .f-area h2{
    border: none;
    border-left: solid 4px #15ACF4;
    border-radius: 0;
    background: none;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 12px;
    margin: 0;
}

#detail-wrapper .detail-relation-container .container-relation .container-inner-relation .detail-section-item .f-area span{

}

#detail-wrapper .detail-relation-container .container-relation .container-inner-relation .detail-section-item .f-area span a{
    text-decoration: none;
    color: #44484A;
    font-size: 12px;
}

#detail-wrapper .detail-relation-container .container-relation .container-inner-relation .detail-section-item .f-area span a img{
    margin: 0 .5rem 2px 0;
}

#detail-wrapper .detail-relation-container .container-relation .container-inner-relation .detail-section-item .product-items-container .product-item{
    width: 225px;
    margin-right: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #EFF2F4;
}

#detail-wrapper .detail-relation-container .container-relation .container-inner-relation .detail-section-item .product-items-container .product-item:last-child{
    margin-right: 0px;
}

#detail-wrapper .detail-relation-container .container-relation .container-inner-relation .detail-section-item .product-items-container .product-item .product-item-image{
    height: 150px;
    width: 225px;
    background-color: #EFF2F4;
}

#detail-wrapper .detail-relation-container .container-relation .container-inner-relation .detail-section-item .product-items-container .product-item .product-item-info{
    padding: 1rem .5rem 1rem .5rem;
}

#detail-wrapper .detail-relation-container .container-relation .container-inner-relation .detail-section-item .product-items-container .product-item .product-item-info .title{
    height: auto;
    font-size: 16px;
    font-weight: bold;
}

#detail-wrapper .detail-relation-container .container-relation .container-inner-relation .detail-section-item .product-items-container .product-item .product-item-info .price{
    margin-top: 5px;
    text-align: left;
}

#detail-wrapper .detail-relation-container .container-relation .container-inner-relation .detail-section-item .product-items-container .product-item .product-item-info .price .price-status{
    font-size: 15px;
    margin: 0 0 0 5px;
}

#detail-wrapper .detail-relation-container .container-relation .container-inner-relation .detail-section-item .product-items-container .product-item .product-item-info .seller a{
    text-decoration: none;
}

#detail-wrapper .detail-relation-container.even{
    background: none;
}

#detail-wrapper .img-wrap{
    padding: 20px 15px 0 15px;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

#detail-wrapper .img-wrap a img{
    max-width: 100%;
}

@media (max-width: 785px){
    #detail-wrapper .detail-relation-container .container-relation .container-inner-relation .detail-section-item .product-items-container{
        justify-content: center;
    }
    #detail-wrapper .detail-relation-container .container-relation .container-inner-relation .detail-section-item .product-items-container .product-item:nth-of-type(2n){
        margin-right: 0px;
    }
}


@media (max-width: 768px){

    #detail-wrapper #detail-container .container-lg .row .detail-col-image{
        width: 100%;
        padding: 0;
        margin: 0 0 2rem 0;
    }

    #detail-wrapper #detail-container .container-lg .row .detail-col-content{
        width: 100%;
        padding: 0;
    }

}

@media (max-width: 600px){
    #detail-wrapper .detail-relation-container .container-relation .container-inner-relation{
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 528px){
    #detail-wrapper .detail-relation-container .container-relation .container-inner-relation .detail-section-item .product-items-container .product-item{
        margin-right: 0px;
    }
}

#faq{
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 15px;
}

#faq .wrap .ttl2{
    margin: 0 0 1rem 0;
}

#faq .wrap .ttl2 h2{
    color: #0A1A21;
    font-size: 24px;
    font-weight: 600;
}

#faq .wrap .l-tos-container h4{
    color: #15ACF4;
    border: none;
    margin: 1.5rem 0 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}

#faq .wrap .l-tos-container h4 span{
    color: #15ACF4;
    margin: 0 1rem 0 0;
    font-size: 26px;
    font-weight: 600;
}

#faq .wrap .l-tos-container p{
    margin: 0;
    padding: 1rem 0;
    border-bottom: solid 1px #D6DCE0;
    font-size: 16px;
    color: #44484A;
}

#faq .wrap .img-wrap{
    text-align: center;
    margin: 3rem 0 5rem;
}

#faq .wrap .img-wrap a img{
    max-width: 100%;
}

@media (max-width: 768px){
    #faq{
        padding: 20px 0;
    }
    #faq .list-breadcrumb{
        display:block;
    }
}

@media (max-width: 768px){
    #use_in .list-breadcrumb,
    #use_in .list-page-title {
        display:block;
    }
}

.c-title {
    background-color: #EEF9FF;
    border-left: solid 8px #00ACF4;
    padding: 21px 0 20px 20px;
    margin: 50px 0 20px;
    line-height: 1em;
}

.vertical-middle {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.vertical-middle .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.375rem;
    margin-bottom: 0;
}

.c-form-input-small {
  display: inline-block;
  max-width: 60px;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  margin: 0.2rem;
}

/* カスタムアラート */
.ds-alert-background {
    background-color: #333;
    display: none;
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9998;
}
.ds-alert-background.show {
    display: block;
}

.ds-alert-background-image  {
    position: absolute;
    top: 0;
    white-space: nowrap;
}

.ds-alert-background-image > div {
    background-blend-mode: lighten;
    background-color:rgba(255,255,255,0.9);
    background-image:  url(/images/icons/digitalsouko.png);
    background-size: 50% auto;
    background-repeat: no-repeat;
    display: inline-block;
    transform: rotate(10deg);
    height: 100px;
    width: 200px;
    margin-left: -30px;
}
.ds-alert-background-image > .ml {
    margin-left: 60px;
}

.ds-alert,
.ds-confirm {
    background-color: white;
    border-radius: 6px;
    box-shadow: 1px 1px 6px #444;
    padding: 0 0 60px;
    display: none;
    position: fixed;
    overflow: hidden;
    top: calc(50% - 150px);
    left: calc(50% - 250px);
    height: 300px;
    width: 500px;
    max-width: 90vw;
    min-width: 300px;
    z-index: 9999;
}
.ds-alert.show,
.ds-confirm.show {
    display: block;
}

.ds-alert-inner,
.ds-confirm-inner {
    padding: 30px 30px 10px;
    position: relative;
    height: 220px;
    display: flex;
    align-items: center;
}

.ds-alert-inner:before,
.ds-confirm-inner:before {
    content: '!';
    font-family: "Inter";
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    display: inline-block;
    background: #F5A964;
    color: white;
    border-radius: 30px;
    padding: 8px 0 4px;
    height: 60px;
    width: 60px;
}

.ds-alert-text,
.ds-confirm-text {
    padding-left: 25px;
    font-size: 18px;
    max-width: 360px;
    max-height: 180px;
    overflow-y: auto;
}

.ds-alert-button,
.ds-confirm-button,
.ds-confirm-button-ng {
    background-color: #00ACF4;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    padding: 15px 5px 12px;
    margin: 5px;
    min-width: 220px;
    position: absolute;
    left: calc(50% - 110px);
    bottom: 20px;
}

.ds-confirm-button {
    left: unset;
    right: 50%;
}

.ds-confirm-button-ng {
    left: calc(50%);
    background-color: #F0821E;
}

@media (max-width: 600px) {
    .ds-alert,
    .ds-aler {
        top: calc(50% - 140px);
        left: calc(50% - 200px);
        height: 280px;
        width: 400px;
    }
    .ds-alert-inner,
    .ds-confirm-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ds-alert-inner:before,
    .ds-confirm-inner:before {
        font-size: 30px;
        line-height: 30px;
        color: white;
        padding: 9px 0 5px;
        height: 44px;
        width: 44px;
    }
    .ds-alert-text,
    .ds-confirm-text {
        font-size: 16px;
        max-width: 310px;
        max-height: 180px;
    }
    .ds-alert-button {
        border-radius: 0;
        margin: 0;
        min-width: 100%;
        left: 0;
        bottom: 0;
    }
    .ds-confirm-button,
    .ds-confirm-button-ng {
        border-radius: 0;
        margin: 0;
        min-width: 50%;
        left: 0;
        bottom: 0;
    }
    .ds-confirm-button-ng {
        left: unset;
        right: 0;
    }
}

@media (max-width: 480px) {
    .ds-alert,
    .ds-confirm {
        top: calc(50% - 120px);
        left: calc(50% - 170px);
        height: 260px;
        width: 340px;
    }
    .ds-alert-inner,
    .ds-confirm-inner {
        padding-top: 20px;
        padding-right: 10px;
    }
    .ds-alert-text,
    .ds-confirm-text {
        padding-left: 20px;
        font-size: 16px;
        max-width: 255px;
        max-height: 160px;
    }
}

@media (max-width: 768px) {
    .sp-slider-list .product-items-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px; /* アイテム間の余白 */
    }

    .sp-slider-list .product-items-container .product-item {
        flex: 1 1 calc(50% - 5px); /* 50%の幅にする */
        max-width: calc(50% - 5px);
    }
}

.new-items .price {
    display: none;
}

.product-items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-items-container::after {
    content: '';
    display: inline-block;
    height: 0;
    border: none!important;
}

.product-item {
    width: calc(50% - 10px); /* 2カラム */
}

.show-items-count {
    text-align: right;  /* テキストを右寄せにする */
    margin-right: 20px;    /* 右側の余白があれば調整 */
}

@media (max-width: 500px) {
    /* 2カラムにするための設定 */
    .list-page-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 8px;
        padding-right: 8px;
    }

    .product-items-container {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        gap: 10px; /* アイテム間の余白 */
        /* width: 100%; */
    }

    .product-items-container::after,
    .product-item {
        flex: 1 1 calc(50% - 5px); /* 50%の幅にする */
        max-width: calc(50% - 5px);
        display: block;
    }

}

section.rating .new-items .more-btn-area {
    margin: 1rem auto 0;
}

.item-edit-attention {
    margin-top: .5rem;
    margin-bottom: 0;
    font-size: .8rem;
    font-weight: normal;
    color: #666;
}

.dropdown-item {
    position: relative;
}

.dropdown-item .dropdown-item-child {
    position: absolute;
    top: calc(-0.5rem - 1px);
    left: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    padding: 0.5rem 0;
}

#app .dropdown-item .dropdown-item-child > li {
    list-style: none;
    padding: 0;
}

.dropdown-item-child a {
    padding: 6px 1.5rem;
    display: inline-block;
    width: 100%;
}

.dropdown-item-child a:hover {
    text-decoration: none;
    background-color: #e9ecef;
}