﻿@charset "UTF-8";

/* 共通 全体*/
#content * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#content .content-inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#content .content-inner .main-area {
    width: 100%;
}

#content .content-inner .side-area {
    width: 100%;
}

.mm-opened .header__first {
    border-bottom: 5px solid #0898b7;
    margin-bottom: 0;
}

.mm-opened .header__first .header-nav__list .header-nav__list-item.toggle__open {
    display: none;
}

.mm-opened .header__first .header-nav__list .header-nav__list-item.toggle__close {
    display: block;
}

.mm-navbar {
    display: none !important;
}

/* 共通　sp版ドロワーメニュー*/
#my-menu * {
    box-sizing: border-box;
}

#my-menu .slide-menu__wrapper {
    padding: 0;
    background-color: white;
}

#my-menu .slide-menu__space {
    height: 0;
    padding-bottom: 17%;
    min-height: 57px;
}

#my-menu .slide-menu__list {
    margin: 0;
}

#my-menu .slide-menu__list.first {
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
}

#my-menu .slide-menu__list.first .slide-menu__list-item {
    width: 50%;
    float: left;
    padding: 6px 3px;
}

#my-menu .slide-menu__list.first .slide-menu__list-item img {
    width: 100%;
}

#my-menu .slide-menu__list.second {
    background-color: #cdccd2;
}

#my-menu .slide-menu__list.second .slide-menu__list-item:after {
    border: none;
}

#my-menu .slide-menu__list.second .slide-menu__list-item .search {
    background-color: #cdccd2;
    padding: 10px 8px 3px;
    box-shadow: none;
    width: 100%;
    overflow: hidden;
}

#my-menu .slide-menu__list.second .slide-menu__list-item .search .search__field,
#my-menu .slide-menu__list.second .slide-menu__list-item .search .search__button {
    float: left;
}

#my-menu .slide-menu__list.second .slide-menu__list-item .search .search__field {
    width: 85%;
    padding-right: 10px;
}

#my-menu .slide-menu__list.second .slide-menu__list-item .search .search__field input[type=text] {
    height: auto;
    padding: 6px 4px;
    box-shadow: none;
    width: 100%;
}

#my-menu .slide-menu__list.second .slide-menu__list-item .search .search__button {
    width: 15%;
}

#my-menu .slide-menu__list.second .slide-menu__list-item .search .search__button input[type=submit] {
    font-size: 12px;
    border: none;
    background-color: #a8a8a8;
    border-radius: 0;
    width: 100%;
    padding: 3px 0 5px;
    margin-top: 1px;
}

#my-menu .slide-menu__list.second .slide-menu__list-item .keyword {
    overflow: hidden;
    padding-left: 10px;
    padding-bottom: 2px;
}

#my-menu .slide-menu__list.second .slide-menu__list-item .keyword dt,
#my-menu .slide-menu__list.second .slide-menu__list-item .keyword dd {
    float: left;
    font-size: 10px;
}

#my-menu .slide-menu__list.second .slide-menu__list-item .keyword dt {
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
}

#my-menu .slide-menu__list.second .slide-menu__list-item .keyword dd {
    text-decoration: underline;
    margin-bottom: 5px;
    margin-right: 5px;
}

#my-menu .slide-menu__list.main {
    padding: 0 8px;
    margin-bottom: 24px;
}

#my-menu .slide-menu__list.main .slide-menu__list-item {
    padding: 9px 0;
    border-bottom: 1px solid #d6d6d6;
    display: block;
}

#my-menu .slide-menu__list.main .slide-menu__list-item li {
    background-image: url("../img/usr/sb/header/icon_arrow-right.png");
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 7px 12px;
}

#my-menu .slide-menu__list.main.howtobuy .slide-menu__list-item {
    padding-left: 54px;
    background-repeat: no-repeat;
    background-position: left 8px center;
    background-size: 39px 24px;
}

#my-menu .slide-menu__list.main.howtobuy .slide-menu__list-item.howtobuy1 {
    background-image: url("../img/usr/sb/header/icon_howtobuy1.gif");
}

#my-menu .slide-menu__list.main.howtobuy .slide-menu__list-item.howtobuy2 {
    background-image: url("../img/usr/sb/header/icon_howtobuy2.gif");
}

#my-menu .slide-menu__list.main.howtobuy .slide-menu__list-item.howtobuy3 {
    background-image: url("../img/usr/sb/header/icon_howtobuy3.gif");
}

.slide-menu__list-item.howtobuy5 {
    background-image: url("../img/usr/sb/header/icon_howtobuy5.gif");
}

#my-menu .slide-menu__title {
    font-size: 10px;
    font-weight: bold;
    padding: 5px 10px;
    border-bottom: 1px solid #0898b7;
}

#my-menu .slide-menu__title .large {
    font-size: 14px;
    font-weight: bold;
    margin-right: 2px;
}

#my-menu .border-top {
    border-top: 5px solid #0898b7;
}

#my-menu .banner__drawer1 {
    padding: 6px 0;
    overflow: hidden;
}

#my-menu .banner__drawer2 {
    width: 100%;
    margin-bottom: 5px;
}

#my-menu .banner__drawer2 a,
#my-menu .banner__drawer2 img {
    width: 100%;
}

#my-menu .banner__drawer3 {
    width: 100%;
    padding: 0 5px;
}

#my-menu .banner__drawer3 .banner-list {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

#my-menu .banner__drawer3 .banner-list .banner-list-item {
    width: 49.7%;
    float: left;
    padding-right: 0.3%;
}

#my-menu .banner__drawer3 .banner-list .banner-list-item:nth-child(2n) {
    padding-right: 0;
    padding-left: 0.3%;
}

#my-menu .banner__drawer3 .banner-list .banner-list-item img {
    width: 100%;
}

#my-menu .btn__logout {
    display: block;
    width: 47%;
    margin: 0 auto 18px;
}

#my-menu .btn__close2 {
    display: block;
    width: 52%;
    margin: 0 auto 30px;
}

@media screen and(min-width: 400px) {
    header .header__second .header__text {
        font-size: 14px;
    }

    header .header__text .text {
        font-size: 14px;
        line-height: 2;
    }

    header .header__third .header-serv-nav__list .header-serv-nav__list-item {
        margin-right: 5px;
    }

    header .header__third .header-serv-nav__list .header-serv-nav__list-item .link {
        font-size: 14px;
        line-height: 2;
        background-position: right 4px top 8px;
        padding-right: 22px;
    }
}

/* 共通　簡易版header*/
#header {
    margin-bottom: 14px;
}

#header .header__inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#header .header__inner .header__logo {
    /*width: 87%;*/
    width: 50%;
    /*margin: 13px auto 0;*/
    margin: 13px auto 13px;
}

#header .header__inner .header__logo .logo1 img {
    width: 100%;
}

#header .header__inner .header__order-flow img {
    display: block;
    width: 98%;
    margin: 0 auto;
}

/* 共通 footer */
footer * {
    box-sizing: border-box;
}

footer .pagetop {
    padding: 10px;
    /*border-bottom: 1px solid #d0d0d0;*/
    /*margin-bottom: 10px;*/
    background-color: #ffffff;
}

footer .pagetop a {
    color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
}

footer .pagetop span {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}

footer .pagetop span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #222222;
    border-top: 2px solid #222222;
    transform: rotate(-45deg);
}

footer .banner__wrap {
    padding: 0 8px;
}

footer .banner__wrap .footer__list {
    width: 100%;
    border: 2px solid #d0d0d0;
    overflow: hidden;
    padding: 4px 0;
    font-size: 0;
    margin-bottom: 10px;
}

footer .banner__wrap .footer__list .footer__list-item {
    width: 50%;
    float: left;
    font-size: 0;
}

footer .banner__wrap .footer__list .footer__list-item:last-child {
    width: 49%;
}

footer .banner__wrap .footer__list .footer__list-item a {
    font-size: 0;
}

footer .banner__wrap .footer__list .footer__list-item .separator {
    font-size: 0;
    border-right: 2px solid #d0d0d0;
}

footer .banner__wrap .footer__list .footer__list-item img {
    width: 100%;
}

footer .footer__copyright {
    background-color: #000014;
    color: white;
    font-size: 10px;
    padding: 10px 0;
}

/* 共通　sidebar部*/
.side-form .order__table {
    margin-bottom: 5px;
}

.side-form input[type=checkbox] {
    position: relative;
    bottom: 1px;
}

.side-form input[type=radio] {
    position: relative;
    bottom: 2px;
}

.side-form .side-form__box {
    border: 5px solid #ece9e3;
    padding: 10px;
    margin-bottom: 5px;
}

.side-form .side-form__title {
    background-color: #F5F5F5;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 16px;
    line-height: 1.5;
    margin: 30px 0 20px;
}

.side-form .side-form__title .sum {
    float: right;
    font-size: 14px;
    padding-right: 3px;
}

.side-form .side-form__title .sum strong {
    color: red;
    font-size: 16px;
    font-weight: normal;
    margin-right: 6px;
}

.side-form .side-form__box--small {
    border: 1px solid #ccc;
    padding: 6px 13px 6px 10px;
    margin-bottom: 10px;
}

.side-form .side-form__box--small label {
    margin: 0;
    font-size: 12px;
}

.side-form .side-form__coupon label {
    font-weight: bold;
}

.side-form .side-form__box--small.mb35 {
    margin-bottom: 35px;
}

.side-form .side-form__box--small input[type=text] {
    width: 100%;
    font-size: 12px;
    padding: 3px 6px 5px;
    border-radius: 3px;
    box-shadow: 0 0 2px #999 inset;
    margin-bottom: 6px;
}

.side-form .side-form__box--small input[type=checkbox],
.side-form .side-form__box--small input[type=radio] {
    margin-right: 8px;
}

.side-form .side-form__box--small input[type=checkbox].middle,
.side-form .side-form__box--small input[type=radio].middle {
    float: left;
    height: 30px;
    padding-right: 13px;
}

.side-form .side-form__radio-list {
    overflow: hidden;
    padding-left: 10px;
    padding-top: 3px;
    margin-bottom: 4px;
}

.side-form .side-form__radio-list .side-form__radio-list-item {
    font-size: 12px;
    margin-bottom: 8px;
    padding-left: 1px;
    font-size: 12px;
}

.side-form .side-form__radio-list .side-form__radio-list-item.last {
    width: 200px;
    margin: 0 auto 12px;
}

.side-form .side-form__radio-list .side-form__radio-list-item.last input {
    margin-bottom: 0;
}

.side-form .side-form__radio-list .side-form__radio-list-item label {
    font-size: 12px;
}

.side-form .side-form__radio-list .side-form__radio-list-item .point {
    margin-right: 6px;
    width: 60%;
}

.side-form .side-form__radio-list .side-form__radio-list-item .label__point {
    margin: 0;
    vertical-align: bottom;
    font-size: 12px;
}

.side-form .side-form__text {
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 2px;
}

.side-form .side-form__border {
    margin-bottom: 10px;
    color: #ece9e3;
}

.side-form .method-pay {
    padding-bottom: 10px;
    border-bottom: 1px solid #ece9e3;
    margin-bottom: 10px;
}

.side-form .point-use {
    padding: 5px 0 8px;
}

.side-form .point-use .current-point {
    font-size: 10px;
    overflow: hidden;
    margin-bottom: 8px;
}

.side-form .point-use .current-point .number {
    color: red;
    font-size: 18px;
    margin-right: 4px;
    margin-left: 10px;
}

.side-form .form-list {
    padding-top: 10px;
}

.side-form .form-list .form-title {
    margin-bottom: 2px;
    font-size: 12px;
}

.side-form .form-list .form-data {
    margin-bottom: 6px;
}

.side-form .form-list .form-data .point {
    width: 100%;
}

.side-form .error_ {
    color: red !important;
    font-size: 10px;
    font-weight: normal;
}

.side-form .side-form__table {
    width: 100%;
    border-top: 1px solid #ece9e3;
}

.side-form .side-form__table th,
.side-form .side-form__table td {
    height: 34px;
    padding: 8px 10px;
    text-align: right;
    border-bottom: 1px solid #ece9e3;
}

.side-form .side-form__table th {
    background-color: #f6f5f1;
    width: 142px;
}

.side-form .side-form__table td {
    padding-right: 2px;
}

.side-form .side-form__table td .unit {
    font-size: 10px;
}

.side-form .side-form__method {
    text-align: center;
    font-size: 12px;
}

.side-form .side-form__method dt {
    font-weight: bold;
    padding: 9px 0;
}

.side-form .side-form__method dd {
    background-color: #f9f9f9;
    padding: 9px 0;
}

.side-form .side-form__card {
    text-align: center;
    padding: 3px 0 1px;
}

.side-form .side-form__card dt {
    font-size: 12px;
    margin-bottom: 3px;
}

.side-form .side-form__card dd {
    font-size: 14px;
    font-weight: bold;
}

/* step1 定期便ボタン追加*/
table.cartlist_.formlist_ .list_ {
    /*border: none;*/
}

table.cartlist_.formlist_ .teiki {
    width: 100%;
}

table.cartlist_.formlist_ .teiki td {
    border-bottom: solid 1px #cccccc;
    margin: 0 10px;
    padding: 10px;
}

table.cartlist_.formlist_ .teiki .balloon {
    padding: 8% 10px 10px;
    background-image: url("../img/sys/bg_teiki_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

table.cartlist_.formlist_ .teiki .balloon .balloon-inner {
    background-color: #f9f6dc;
    padding: 7px 12px 4px;
    margin-bottom: 6px;
}

table.cartlist_.formlist_ .teiki .balloon .balloon-inner .btn__teiki-title {
    width: 99%;
    display: block;
    margin: 0 auto 8px;
}

table.cartlist_.formlist_ .teiki .balloon .balloon-inner .btn__teiki {
    width: 100%;
}

table.cartlist_.formlist_ .teiki .balloon .balloon__text {
    font-size: 16px;
    margin-bottom: 6px;
    font-size: 14px;
}

table.cartlist_.formlist_ .teiki .estimate_balloon {
    padding: 4% 10px 10px;
    background-image: url("../img/sys/bg_teiki_estimate_sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

table.cartlist_.formlist_ .teiki .estimate_balloon .balloon-inner {
    padding: 7px 12px 4px;
    margin-bottom: 6px;
}

table.cartlist_.formlist_ .teiki .estimate_balloon .balloon-inner .btn__teiki-title {
    width: 99%;
    display: block;
    margin: 0 auto 8px;
}

table.cartlist_.formlist_ .teiki .estimate_balloon .balloon-inner .btn__teiki {
    width: 100%;
}

table.cartlist_.formlist_ .teiki .estimate_balloon .balloon__text {
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
    background-color: white;
}

table.cartlist_.formlist_ .teiki .estimate_balloon .balloon__text span {
    color: rgb(255, 0, 0);
    font-size: 22px;
}

.subtotal th,
.subtotal td {
    border-top: 1px dotted #ccc;
}

.order__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.166;
    clear: both;
    margin: 20px 15px 20px;
}

.order input[type=text],
.order select {
    padding: 1px 6px;
    outline: none;
}

.order .order__form-title {
    font-size: 18px;
    line-height: 1.45;
    border-left: solid 4px #3A8CA8;
    margin-bottom: 18px;
    padding-left: 20px;
}

.order .order__form-title .must {
    font-size: 18px;
    line-height: 1.45;
    padding: 3px 42px 3px 0;
    background: url('../img/usr/common/icon_must_sp.png') no-repeat;
    background-size: 38px 18px;
    background-position: right center;
}

.order .order__form-title .note {
    font-size: 12px;
    font-weight: normal;
    margin-left: 20px;
}

.order .order__form-text {
    margin: 14px 0 39px;
    font-size: 12px;
}

.order .order__form-text2 {
    margin: 5px 0 0;
    font-size: 12px;
}

.order .order__bottom-text {
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
}

.order .order__textarea {
    width: 100%;
    display: block;
    padding: 5px;
    margin: 0 auto 40px;
    resize: none;
}

.table__wrap {
    /*padding: 0 10px;*/
    padding: 0;
}

.table__wrap span.credit_card {
    display: inline-block;
    margin-right: 10px;
}

.order__table {
    font-size: 12px;
    width: 100%;
    margin-bottom: 15px;
}

.order__table th,
.order__table td {
    display: inline-block;
    clear: both;
}

.order__table .bind th,
.order__table .bind td {
    border-top: none;
    text-align: center;
    font-size: 14px;
    padding: 0 0 10px;
}

.order__table .bind th.borderless,
.order__table .bind td.borderless {
    border: none;
    padding-top: 21px;
    padding-bottom: 6px;
}

.order__table .bind label {
    margin-right: 20px;
    margin-left: 8px;
    font-size: 13px;
    font-weight: bold;
}

.order__table .bind.bottom td {
    padding-top: 15px;
    border-top: solid 1px #ccc;
}

.order__table.confirm td {
    padding: 4px 10px;
}

.order__table th {
    display: block;
    font-size: 12px;
    width: 100%;
    padding: 4px 10px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    background-color: #f0f0f0;
}

.order__table th.top {
    vertical-align: top;
}

.order__table th.top2 {
    vertical-align: top;
    padding-top: 12px;
}

.order__table td {
    width: 100%;
    padding: 8px 0;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}

.order__table td.cregit-opt {
    border-top: none;
    padding: 0;
}

.order__table td.cregit-opt .radio-list.cregit {
    padding-top: 0;
    padding-left: 23px;
    margin-bottom: 4px;
}

.order__table td.cregit-opt .radio-list.cregit .radio-list-item {
    margin-right: 23px;
}

.order__table td.small {
    padding: 8px;
}

.order__table td .unit {
    margin-right: 5px;
}

.order__table td input[type="text"],
.order__table td input[type="password"] {
    font-size: 12px;
    padding: 3px 6px 5px;
    border-radius: 3px;
    box-shadow: 0 0 2px #999 inset;
    margin-bottom: 6px;
}

.order__table td input[type="text"].long,
.order__table td input[type="password"].long {
    width: 100% !important;
}

.order__table td input[type="text"].medium,
.order__table td input[type="password"].medium {
    width: 280px;
}

.order__table td input[type="text"].full,
.order__table td input[type="password"].full {
    width: 100%;
}

.order__table td input[type="text"].full:last-child,
.order__table td input[type="password"].full:last-child {
    margin-right: 0;
}

.order__table td input[type=radio],
.order__table td input[type=checkbox] {
    margin-right: 6px;
    position: relative;
    bottom: 1px;
}

.order__table td input[type=radio]+label,
.order__table td input[type=checkbox]+label {
    font-size: 12px;
}

.order__table td select {
    margin-right: 5px;
}

.order__table td select.short {
    width: 19%;
}

.order__table td select.medium {
    width: 20%;
}

.order__table td select.long {
    width: 35%;
}

.order__table td select.full {
    width: 100%;
}

.order__table td .layout__box {
    display: table;
    width: 100%;
}

.order__table td .layout__box .layout__box-item {
    display: table-cell;
    width: 50%;
    padding-right: 10px;
}

.order__table td .layout__box .layout__box-item:last-child {
    padding-right: 0;
}

.order__table td .red {
    color: red;
}

.order__table td .radio__title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
}

.order__table td .radio-list {
    overflow: hidden;
    padding-top: 3px;
    margin-bottom: 5px;
}

.order__table td .radio-list .radio-list-item {
    float: left;
    padding-left: 2px;
    width: 117px;
}

.order__table td .radio-list .radio-list-item label {
    font-size: 12px;
}

.order__table td .radio-list.cregit .radio-list-item {
    width: auto;
    margin-right: 30px;
    margin-bottom: 5px;
}

.order__table td .radio-list.cregit .radio-list-item label {
    margin-right: 0;
}

.order__table td .check {
    margin-right: 5px;
}

.order__table td .link {
    font-size: 11px;
    color: #0099ff;
    text-decoration: underline;
}

.order__table td .text-s {
    font-size: 8px;
    margin: 9px 0 4px;
    line-height: 1.5;
}

.order__table td .text-s .red {
    font-size: inherit;
}

.order__table--2col {
    /*border: 1px dotted #CCC;*/
    border: 1px solid #E0E0E0;
    margin-bottom: 40px;
    width: 100%;
}

.order__table--2col th,
.order__table--2col td {
    line-height: 1.6;
}

.order__table--2col th {
    /*width: 28%;*/
    width: 30%;
    font-size: 12px;
    padding: 4px 10px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    /*background-color: #f0f0f0;*/
    background-color: #F5F5F5;
    /*border-bottom: 1px dotted #CCC;*/
    border-bottom: 1px solid #E0E0E0;
}

.order__table--2col td {
    /* width: 72%;*/
    width: 70%;
    font-size: 12px;
    padding: 4px 10px;
    margin-bottom: 5px;
    font-weight: normal;
    vertical-align: top;
    /*border-bottom: 1px dotted #CCC;*/
    border-bottom: 1px solid #E0E0E0;
}

.order__table--2col td .unit {
    font-size: 10px;
    margin-left: 4px;
}

.order__table--2col.price {
    margin-bottom: 10px;
    width: 100%;
    /*border: 2px solid #ccc;*/
    border: 1px solid #E0E0E0;
}

.order__table--2col.price th {
    /*width: 50%;*/
    width: 30%;
}

.order__table--2col.price td {
    /*width: 50%;*/
    width: 702%;
    text-align: right;
}

div.block_estimate_method_amazonpay_::before {
    content: '';
    display: inline-block;
	width: 30px;
	height: 14px;
    background-image: url(../img/sys/logo-amzn_pay.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/*アコーディオン実装*/
label,
input[type=checkbox],
input[type=radio] {
    cursor: pointer;
}

.with__transition-h {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 0;
    overflow: hidden;
    display: block;
}

.toggle:checked~.address-area,
.toggle:checked~.date-area,
.toggle:checked~.coupon-area,
.toggle:checked~.point-area,
.toggle:checked~.okihai-area {
    max-height: 400px;
}

.date-area .desired-date__list {
    overflow: hidden;
    padding-top: 10px;
    padding-left: 0;
}

.date-area .desired-date__list .desired-date__title {
    margin-bottom: 4px;
    float: left;
    margin-right: 10px;
}

.date-area .desired-date__list .desired-date__choice {
    margin-bottom: 8px;
}

.date-area .desired-time__list {
    overflow: hidden;
    padding-top: 3px;
    padding-left: 0;
}

.date-area .desired-time__list .desired-time__title {
    margin-bottom: 4px;
}

.date-area .desired-time__list .desired-time__choice {
    float: left;
    padding-left: 1px;
    margin-bottom: 6px;
}

.date-area .desired-time__list .desired-time__choice label {
    margin-right: 4px;
}

.pseudo-th {
    display: block;
    font-size: 12px;
    width: 100%;
    padding: 4px 10px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    background-color: #f0f0f0;
}

.pseudo-td-input {
    margin-left: 10px;
    margin-right: 4px;
}

.pseudo-td-label {
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
}

.pseudo-td-label.otodoke {
    margin-bottom: 17px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.fixed {
    position: fixed;
}

.order__orderer-info-list {
    padding-left: 20px;
    padding-top: 5px;
    margin-bottom: 37px;
}

.order__orderer-info-list .order__orderer-info-list-item {
    font-size: 14px;
    margin-bottom: 2px;
}

.order__orderer-info-list.confirm {
    padding: 0;
    margin-bottom: 17px;
}

.order__orderer-info-list.confirm .order__orderer-info-list-item {
    font-size: 12px;
    margin-bottom: 2px;
}

input[type=text],
input[type=password] {
    /*background: white;
    padding: 2px 6px;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;*/
}

.order .error__message {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
}

.order .error__message--form {
    color: red;
    font-size: 10px;
    margin-top: 4px;
    padding-bottom: 3px;
}

.order .error__message--side {
    color: red;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin: 12px 0 16px;
}

.order .error__form {
    background-color: #ffe7e7;
    border-color: red;
}

/* 店舗で受け取る */
.searched-shop th,
.searched-shop td {
    border-bottom: none;
}

.btn__shop-serch td {
    padding-top: 0;
}

.btn__shop-serch input[type=submit].atshop {
    display: block;
    color: #FFF;
    border: medium none;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    background: transparent url("../img/sys/button/btn_shop_another.png") no-repeat scroll center center;
    background-size: 100% 42px;
    margin: 0 auto;
    width: 100%;
    min-height: 42px;
}

.receipt-area {
    display: none;
    padding: 0 10px;
}

.receipt__text {
    font-size: 10px;
    padding: 10px 10px 15px;
    position: relative;
    z-index: 2;
}

.receipt__text .red {
    font-size: 10px;
    color: red;
}

.toggle2:checked~.receipt-area {
    display: block;
    clear: both;
}

.toggle2:checked~.receipt-area tbody {
    display: table;
    width: 100%;
}

.toggle2:checked~.receipt-area tr:first-child th,
.toggle2:checked~.receipt-area tr:first-child td {
    border: none;
}

.toggle2:checked~.pseudo-th {
    display: none;
}

.toggle2:checked~.receipt-area2,
.toggle2:checked~.pseudo-td-label.otodoke,
.toggle2:checked~.address-area {
    display: none;
}

.access-list .access-list-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.access-list .access-list-item:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.access-list .access-list-item .access-name {
    font-size: 12px;
    font-weight: bold;
}

.access-list .access-list-item .access-info {
    padding: 6px 25px 0;
    line-height: 1.6;
    font-size: 12px;
}

.access-list .access-list-item .access-edit {
    display: block;
    color: #0099ff;
    text-decoration: underline;
    padding-left: 25px;
    padding-top: 6px;
    font-size: 12px;
}

.access-list .access-list-item .btn__access-add {
    display: block;
    color: #FFF;
    border: medium none;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    background: transparent url("../img/sys/button/btn_shop_another.png") no-repeat scroll center center;
    background-size: 100% 42px;
    margin: 0 auto;
    width: 100%;
    min-height: 42px;
}

.order__table.borderless2 th,
.order__table.borderless2 td {
    border: none;
}

.address-area th,
.address-area td {
    display: inline-block;
}

.btn__confirm,
.btn__back {
    display: block;
    background-size: 100%;
    width: 100%;
}

.btn__confirm {
    margin-top: 20px;
    margin-bottom: 5px;
}

.btn__back {
    margin-bottom: 40px;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

@media screen and(min-width: 400px) {

    input[type=checkbox].middle,
    input[type=radio].middle {
        height: auto !important;
    }
}

header .header__second .header-cat-nav__list {
    overflow: hidden;
    display: table;
    width: 100%;
}

.switch1,
.switch2 {
    display: none;
    margin-top: 14px;
}

.cregit-toggle1:checked~.switch1 {
    display: block;
}

.cregit-toggle1:checked~.switch1 tbody {
    display: table;
    width: 100%;
}

.cregit-toggle2:checked~.switch2 {
    display: block;
}

.cregit-toggle2:checked~.switch2 tbody {
    display: table;
    width: 100%;
}

.cregit-toggle1 {
    margin-left: 2px;
}

.cregit-toggle1,
.cregit-toggle2 {
    margin-right: 4px;
    position: relative;
    bottom: 0;
}

.cregit-toggle1+label,
.cregit-toggle2+label {
    font-size: 12px;
}

.order__label1,
.order__label2 {
    margin-bottom: 20px;
}

.desired-time__choice input[type="radio"] {
    float: left;
    margin-right: 4px;
}

.desired-time__choice label {
    display: block;
    float: left;
    width: 54px;
    margin-bottom: 10px
}

/*.radio-list-cregit input[type="radio"] {float: left;margin-right: 4px;}.radio-list-cregit label {display: block;float: left;margin-right: 50px;margin-bottom: 10px;}*/
.msgcvs_ {
    font-size: 14px;
    text-align: center;
    display: none;
}

.btn__cvsaccess-add {
    display: block;
    color: #FFF;
    border: medium none;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    background: transparent url("../img/sys/button/btn_shop_another.png") no-repeat scroll center center;
    background-size: 100% 42px;
    margin: 0 auto;
    width: 100%;
    min-height: 42px;
}


.okihai_directchime,
.okihai-area .okihai_place,
.okihai-area .okihai_place2 {
    display: flex;
    margin: 10px 0;
}

.okihai_directchime {
    align-items: center;
}

.okihai_directchime .okihai_directchime__title {
    width: 200px;
}

.okihai-area .okihai_place .okihai_place__title,
.okihai-area .okihai_place2 .okihai_place__title2 {
    /*margin-bottom: 4px;*/
    /*float: left;*/
    /*margin-right: 38px;*/
    width: 120px;
}

.okihai_directchime .okihai_directchime__choice,
.okihai-area .okihai_place .okihai_place__choice,
.okihai-area .okihai_place2 .okihai_place__choice {
    flex: 1;
}

.okihai_directchime .okihai_directchime__choice select,
.okihai-area .okihai_place .okihai_place__choice select,
.okihai-area .okihai_place2 .okihai_place__choice select {
    width: 100%;
    margin: 0;
}

.okihai-area .okihai_directchime .okihai_directchime__title {
    /*margin-bottom: 4px;
    float: left;
    margin-right: 10px;*/
}


div.order .side-form__box--small {
    margin-bottom: 15px;
}

#content.order .content-inner {
    margin: 0 10px;
    width: auto;
}

#content.order footer,
#order_col1_ footer {
    display: none;
}


div.info_,
table.info_ {
    background-color: #efefef;
    border: solid 1px #666666;
    padding: 8px;
    margin: 4px auto;
    text-align: left;
}

.cartlist_ .info_ {
    margin: 20px 10px;
}

.error_navi hr {
    margin: 10px auto;

}

.error_navi p {
    margin: 10px 10px 0 10px;
}

.error_navi p span {
    color: #CC0000;
    font-weight: bold;
}

/* AmazonPay 定期注文 */
.amazon_custentry_message {
	color: red;
	font-size: 14px;
}