@charset "utf-8";

#in_cart {
	color:#222;
	padding:8vw 0;
}
#in_cart table{
	margin-top: 20px;
}
#in_cart input{
	width: 30px;
	margin-right: 5px;
}
#in_cart a.to_products {
	margin-top:10px;
}
#in_cart a.to_next {
	float:right;
}

.prime {
	color:#e53b1f;
}

.alert_message {
	color:#e53b1f;
	font-weight:bold;
	margin-bottom:1em;
}

/*  progressbar  */
.progressbar {
	text-align: center;
	margin: 3rem 0;
	counter-reset: step;
	z-index: 0;
	position: relative;
}
.progressbar li {
	display: inline-block;
	width: 18%;
	font-size: 1.2rem;
	vertical-align: top;
	position: relative;
	text-transform: uppercase;
	color: #aaa;
}
.progressbar li:before {
	width: 3rem;
	height: 3rem;
	content: counter(step);
	counter-increment: step;
	line-height: 3rem;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #eee;
    font-family: 'Quicksand', sans-serif;
}
.progressbar li:after {
	width: 100%;
	height: 0.27rem;
	content: '';
	position: absolute;
	background-color: #eee;
	top: 1.5rem;
	left: -50%;
	z-index: -1;
}
.progressbar li:first-child:after {
	content: none;
}
.progressbar li.active,
.progressbar li.done {
	color: #144282;
	font-weight: bold;
}
.progressbar li.active:before,
.progressbar li.done:before {
	background-color: #144282;
	color: #fff;
}
.progressbar li.done + li:after {
	background-color: #144282;
}

#pickup_place h2 + .container > .form_area,
#place h2 + .container > .form_area {
	background: -moz-linear-gradient(top, #FFF, #F5F5F5);
	background: -webkit-linear-gradient(top, #FFF, #F5F5F5);
	background: linear-gradient(to bottom, #FFF, #F5F5F5);
}
#pickup_place .pickup_address,
#place .address {
	width: 100%;
	border-radius: 4px;
    padding-right: 3rem;
}

.product_box,
.total_box {
	margin-bottom:4em;
}
.product {
	border:solid 1px #CCC;
	padding:1em;
	margin-bottom:1em;
    font-size:1.1em;
}
.product ul {
	border-bottom: solid 1px #999;
	padding-bottom: 0.8em;
	margin-bottom: 0.8em;
}
.product p {
	line-height: 1.4;
}
.product form {
	text-align: right;
}

.btn_delete {
	font-size: 1em;
	text-decoration: underline;
	cursor: pointer;
}

a.to_products {
	border:solid 1px #CCC;
	padding:0.6em 1em;
	display: inline-block;
	color:#222;
}

.total_box p {
	text-align:right;
	line-height: 1.4;
}

.total_box .total_price_box {
	padding-bottom:0.8em;
}

.total_box h3 {
	background: #EEE;
	color: #144282;
	margin-bottom: 0.8em;
	padding: 0 0.8em;
	line-height: 2.4;
}

.total_box .total_price_box h3 {
	font-weight: bold;
    font-size: 1.2em;
}

.total_box .total_price_box p {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    font-size:3.8vw;
}

.total_box .total_price_box p span {
    font-size:1.8em;
}

.total_box .point_box {
	border-bottom:solid 1px #CCC;
	padding-bottom:0.8em;
}

.total_box .point_box p {
    font-size:1.1em;
}

a.to_next,
a.submit_btn,
button.to_next {
    background: #3356b4;
    /* width: 61.34vw; */
    width: 70vw;
    max-width: 460px;
    display: block;
    margin: 4vw auto 0;
    line-height: 10.67vw;
    text-align: center;
    color: #fff;
    border-radius: 1.6vw;
    font-size: 3.467vw;
    font-weight: 600;
    position: relative;
    box-shadow: 1.34vw 1.34vw 0 rgba(0, 0, 0, 0.15)
}

a.to_next:before,
a.submit_btn:before,
button.to_next:before {
    width: 3.467vw;
    line-height: 3.467vw;
    height: 3.467vw;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #3356b4;
    font-weight: 600;
    content: "\e409";
    font-family: 'Material Icons';
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: text-top;
    margin-right: 1.34vw;
}

.empty {
    display: block;
    text-align: center;
}
.empty p {
    font-size:1.2em;
    display: block;
    width: 100%;
    max-width: 580px;
    /* max-width: 400px; */
    margin: 0 auto 2em;
    border: dotted 2px #DDD;
    padding: 2.5em 0;
    color: #888;
}

#login form .input_button {
    width: 72vw;
    max-width: 400px;
}
.cash_register {
    padding:0 0 60px;
}
.cash_register h2 {
    background: #144282;
    color: #FFF;
    font-weight: bold;
    padding: 6px 10px;
    font-size: 1.6rem;
}
.cash_register h3 {
    background:#F5F5F5;
    color: #144282;
    font-weight: bold;
    padding: 6px 0px;
    font-size: 1.5rem;
}
.cash_register section .container {
    padding-top:1em;
    padding-bottom:2em;
}

#payment.cash_register section .container {
    padding-top:0;
}

.cash_register .method_detail {
    background: #EEE;
    position: relative;
    margin-top:14px;
    padding:1em;
    max-width:480px;
    margin-left: 0;
}

.cash_register .method_detail:before {
    position: absolute;
    content:"";
    top:-18px;
    left:4em;
    border:solid 9px transparent;
    border-bottom:solid 9px #EEE;
}

.cash_register #method label {
    margin-right:1em;
}

.cash_register #method .payment_list .note {
    font-size: 86%;
    color: #777;
    margin-top: 5px;
    padding-left: 1em;
    position: relative;
}

.cash_register #method .payment_list .note:before {
    content: "※";
    display: inline-block;
    float: left;
    margin-left: -1em;
    position: relative;
}

.cash_register #payment label {
    margin-right:1em;
}

.cash_register #payment .payment_list .note {
    font-size: 86%;
    color: #777;
    margin-top: 5px;
    padding-left: 1em;
    position: relative;
}

.cash_register #payment .payment_list .note:before {
    content: "※";
    display: inline-block;
    float: left;
    margin-left: -1em;
    position: relative;
}

.cash_register #datetime label {
    color:#144282;
    font-weight:bold;
    display: inline-block;
    vertical-align: middle;
    padding-right:0.6em;
    font-size: 15px;
}

.cash_register #datetime label + .cstm_select {
    display: inline-block;
}

@media screen and (max-width: 480px){
    #datetime .datepicker-input {
        display: block;
        width: 100%;
        margin: 0 auto 10px;
        box-sizing: border-box;
    }
    .cash_register #datetime label + .cstm_select{
        display: block;
    }
    .cash_register #datetime .input_item select{
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 768px){
    .cash_register #datetime .input_item{
        display: block;
    }
    .cash_register #datetime p.note{
        margin-top: 10px;
    }
}

.cash_register #datetime p.unselectable_area {
    color: #144282;
    font-size: 0.9em;
    padding-top: 0.3em;
    display: inline-block;
}

.cash_register #datetime p.note{
    line-height: 1.4;
    font-size: 1.3rem;
}

.cash_register .address_box {
    padding: 1.5em 1em 2em;
    border: solid 1px #DDD;
    margin-bottom:1em;
    position: relative;
}

.cash_register .address_box.usual {
    padding: 1em 1em 2em;
}

.cash_register .address_box p.selected_mark {
    position: absolute;
    top:0;
    right:0;
    font-weight:bold;
    background: #85B7E8;
    color: #FFF;
    padding: 0.2em 0.5em 0.2em 1em;
}

.cash_register .address_box.active {
    outline: solid 5px #85B7E8;
    outline-offset: -1px;
}

.cash_register h4 {
    color: #FF3366;
    font-weight: bold;
}

.cash_register .address_box dl dt {
    font-weight:bold;
    color:#144282;
    width:6em;
}

.cash_register .address_box dl dt,
.cash_register .address_box dl dd {
    display: table-cell;
    vertical-align: top;
}

.cash_register .address_box a.submit_btn {
    max-width:280px;
}

.cash_register .regist_check {
    margin-top:1em;
    font-size:1.4rem;
}

.cash_register label input[type=radio],
#payment label input[type=radio] {
    display: inline-block;
    vertical-align: middle;
    margin-right:0.5em;
}

#payment label {
    display: inline-block;
    vertical-align: middle;
    margin:0.5em 0 0;
    font-size:1.3rem;
}

#payment .card_area {
    border-top: solid 1px #DDD;
    margin-top:2em;
}

#payment .card_select_area {
    position: relative;
    min-height:100px;
}

#payment .card_select_area label {
    display: block;
    margin:1em 2em 4em 0;
    padding-bottom:2em;
}

#payment .card_select_area label[for="card-select-2"] {
    margin:1em 2em 0 0;
    padding-bottom:0.5em;
}

#payment .card_select_area .card_registered {
    position: absolute;
    top:2.5em;
    left:0;
}

#payment .card_select_area .card_registered,
#payment .card_select_area .card_input {
    padding-left:2em;
    font-size:1.3rem;
}

#payment .card_select_area .card_registered dt,
#payment .card_select_area .card_registered dd,
#payment .card_select_area .card_input dt,
#payment .card_select_area .card_input dd {
    display: inline-block;
    vertical-align: middle;
}

#payment .card_select_area .card_registered dt,
#payment .card_select_area .card_input dt {
    padding-right:1em;
}

#payment .card_select_area .card_input dd .cstm_select {
    display: inline-block;
    margin:0.5em;
}

#payment .card_select_area .card_input input {
    margin:0.5em 0;
}

#payment .card_sc {
    width:60px;
}

#message_area textarea {
    width:100%;
    max-width:100%;
    box-sizing: border-box;
    padding: 1em;
    line-height: 1.5em;
    height: 200px;
}
#message_area p.red{
    margin-bottom: 10px;
}

#message_area p.message_box {
    padding:16px;
    font-size:1.4rem;
}

#message_area p.message_box a {
    text-decoration: underline;
}


#cart_products .table_content .memo,
#pickup_place .table_content .memo,
#place .table_content .memo {
    text-align: right;
    margin-top: 1.25vw;
}

#cart_products .table_content .memo dt,
#pickup_place .table_content .memo dt,
#place .table_content .memo dt {
    padding-left: 1em;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#cart_products .table_content .memo dt:before,
#pickup_place .table_content .memo dt:before,
#place .table_content .memo dt:before {
    content: "※";
    float: left;
    position: relative;
    margin-left: -1em;
}

#cart_products .table_content .memo dt:after,
#pickup_place .table_content .memo dt:after,
#place .table_content .memo dt:after {
    content: "…";
}

#cart_products .table_content .memo dd,
#pickup_place .table_content .memo dd,
#place .table_content .memo dd {
    display: inline-block;
    text-align: left;
}

table {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

table tr th,
table tr td {
    padding: 12px 10px;
}

table tr th + th,
table tr td {
    border-left: 1px solid #ccc;
}

table tr + tr {
    border-top: 1px solid #ccc;
}

table tr th {
	background: #f5f5f5;
    text-align: left;
}

span#subtotal, span#total_amt {
	font-weight: bold;
}

#cart_products .point_select_area label {
    display: block;
    margin:0.5em 0 1em 0;
}

#cart_products .point_select_area label:last-of-type {
    display: inline-block;
}

#cart_products .use_points_wrap {
    display: inline-block;
}

#cart_products .use_points_wrap input {
    width:40px;
    margin:0 0.5em 0 1em;
}

#cart_products #point_area {
    clear:both;
    padding:16px 16px 16px;
    background: #FFFFCC;
    margin-top:10px;
    margin-bottom: 5px;
}

#cart_products #point_area h3 {
    font-weight:bold;
    font-size:1.5rem;
    background: #FFFFCC;
}

#cart_products #campaign, #campaign {
    background: #FFEFEF;
    padding: 16px 16px 16px;
    margin-top: 10px;
}

#cart_products #campaign h3, #campaign h3 {
	background: #FFEFEF;
    font-weight: bold;
    color: #FF4455;
    font-size: 1.1em;
}

#cart_products #campaign p a i, #campaign p a i {
    background: #FF4455;
    padding: 0;
    border-radius: 100%;
    height: 2rem;
    width: 2rem;
    display: inline-block;
    margin-left:0.2em;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}

#cart_products #coupon_area p a i, #coupon_area p a i {
    background: #144282;
    padding: 0;
    border-radius: 100%;
    height: 2rem;
    width: 2rem;
    display: inline-block;
    margin-left:0.2em;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}

#cart_products #campaign p a:hover, #campaign p a:hover {
    opacity: 1.0;
}

#cart_products #coupon_area p a:hover, #coupon_area p a:hover {
    opacity: 1.0;
}

#cart_products #campaign .more_content, #campaign .more_content {
    display: none;
    margin-top: 0.2em;
    margin-left: 1em;
    background: #FFF;
    padding: 1em;
    line-height: 1.5;
}

#cart_products #coupon_area .more_content, #coupon_area .more_content {
    display: none;
    margin-top: 0.2em;
    background: #FFF;
    padding: 1em;
    line-height: 1.5;
}

#cart_products #coupon_area, #coupon_area {
    clear:both;
    padding:16px 16px 16px;
    background: #FFFFCC;
    margin-top:10px;
    margin-bottom: 5px;
    vertical-align: top;
}

#cart_products #coupon_area h3, #coupon_area h3 {
    font-weight:bold;
    font-size:1.5rem;
    background: #FFFFCC;
}

#cart_products #coupon_area #recalculation{
    background: #EEE;
    color:#144282;
    width: 100%;
    display: block;
    margin: 10px auto;
}


#cart_products .coupon_wrap input{
    width: 100%;
    margin-top: 5px;
    display: block;
    box-sizing: border-box;
}

#cart_products #coupon_area a.submit_btn:before{
    display: none;
}

#coupon_area .coupon_area #coupon_clear{
    display: block;
    text-align: right;
    text-decoration: underline;
}

    @media screen and (min-width: 480px) {
        #cart_products .coupon_wrap input {
            display: inline-block;
            width: 220px;
        }
        #cart_products #coupon_area a#recalculation.submit_btn{
            display: inline-block;
            width: 165px;
            line-height: 40px;
            font-size: 1.4rem;
            margin-left: 10px;
        }
        #coupon_area .coupon_area #coupon_clear{
            display: inline-block;
            margin-left: 10px;
        }
    }

#payment .card_input .regist_check {
	margin-top: 0;
}

#payment .card_input .regist_check label {
	margin: 0;
	padding-bottom: 0;
}

#cart_confirm {
    margin-bottom:80px;
}

#cart_confirm h2 {
    background: #144282;
    color: #FFF;
    font-weight: bold;
    padding: 6px 10px;
    font-size: 1.6rem;

}
        @media screen and (max-width: 767px) {
            #cart_confirm h2 {
                margin: 30px 0 10px;
            }
        }

#cart_confirm section > dl > dt {
    background:#F5F5F5;
    color: #144282;
    font-weight: bold;
    padding: 6px 10px;
    font-size: 1.4rem;
}

#cart_confirm section > dl > dt > a {
    float:right;
    text-decoration: underline;
    margin-right:10px;
}

#cart_confirm section > dl > dd,
#cart_confirm section#member_info .member_info_inner {
    padding: 16px 16px;
}

#cart_confirm section > dl > dd dl dt,
#cart_confirm section#member_info .member_info_inner dl > dt {
    font-weight:bold;
    display: table-cell;
    vertical-align: top;
    width:6em;
}

#cart_confirm section > dl > dd dl.method_kit dt {
    width:auto;
    font-weight:normal;
}

#cart_confirm section > dl > dd dl dd,
#cart_confirm section#member_info .member_info_inner dl > dd {
    display: table-cell;
    vertical-align: top;
}

#cart_confirm section > dl > dd dl.method_kit {
    padding-top:0.6em;
}

/*#cart_confirm section#payment {
    padding-bottom:16px;
}*/

#cart_confirm section#payment > p {
    padding: 0 16px;
}

#cart_confirm section#payment > p.payment_method {
    font-size: 1.4rem;
    padding-top:16px;
}

#cart_confirm section#payment > p.payment_method a {
    margin-left:1em;
    text-decoration: underline;
}

#cart_confirm section#payment #capture_result {
    margin: 0 16px;
    color: #FF4455;
    font-size: 1.1em;
}

#cart_confirm section#payment #capture_result ul li {
    font-weight:bold;
    line-height: 1.4;
    padding-top: 0.3em;
}

#cart_confirm section#products p.member_level {
    font-size: 1.4rem;
    padding:16px 0;
}

#cart_confirm section#products .product_box {
    margin-bottom:20px;
}

#cart_confirm section#products .product {
    font-size:1.3rem;
}

#cart_confirm .to_products {
    text-align: right;
    text-decoration: underline;
    float:right;
    border:none;
    padding: 0;
    margin: 0 1em 1em;
}

#cart_confirm section#products .subtotal {
    margin: 60px 0 0;
}

#cart_confirm section#products .subtotal dl {
    width: 100%;
    padding: 0 0.7em;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}

#cart_confirm section#products .subtotal dt {
    float:left;
    font-size:1.1em;
}

#cart_confirm section#products .subtotal dt span {
    font-size:0.9em;
    color:#999;
}

#cart_confirm section#products .subtotal dd {
    float:right;
    font-size:1.2em;
}

#cart_confirm section#products .subtotal p.note {
    padding: 0.4em 0.7em 0;
    color: #999;
    line-height: 1.4;
    font-size: 1em;
}

#cart_confirm #point_area {
    clear:both;
    padding:16px 16px 30px;
    background: #FFFFCC;
    margin-top:16px;
}

#cart_confirm #point_area h3 {
    font-weight:bold;
    font-size:1.5rem;
}

#cart_confirm #point label {
    display: block;
    padding:0.3em 0;
}

#cart_confirm #point label:last-of-type {
    display: inline-block;
}

#cart_confirm #point .use_points_wrap {
    display: inline-block;
}

#cart_confirm #point .use_points_wrap input {
    width:40px;
    margin:0 0.5em 0 1em;
}

#cart_confirm #point_area p.note {
    color: #3356b4;
    font-weight: bold;
    padding: 1em 0 0;
    text-align: center;
}

#cart_confirm #point_area a {
    background: #EEE;
    color:#144282;
    max-width:200px;
}

#cart_confirm #point_area a:before {
    background:#144282;
    color:#FFF;
}

#cart_confirm section#products #total {
    margin-top:1.5em;
    border-top:solid 1px #CCC;
    padding:1em 0 0;
}

#cart_confirm section#products #total dl {
    display: table;
    width:100%;
    font-size:1.4rem;
}

#cart_confirm section#products #total dl dt,
#cart_confirm section#products #total dl dd {
    display: table-cell;
    vertical-align: baseline;
}

#cart_confirm section#products #total dl dd {
    text-align: right;
}

#cart_confirm section#products #total dl.large {
    font-size:1.7rem;
}

#cart_confirm section#products #total dl.large dt,
#cart_confirm section#products #total dl.large dd {
    font-weight: bold;
}

#cart_confirm section#products #total dl.large dd span {
    font-size:1.4em;
    font-weight:bold;
}

#cart_confirm section#products #campaign {
    background: #FFEFEF;
    padding: 1em 1.5em;
    margin-top: 2em;
}

#cart_confirm section#products #campaign h3 {
    font-weight: bold;
    color: #FF4455;
    font-size: 1.1em;
}

#cart_confirm section#products #campaign p a i {
    background: #FF4455;
    padding: 0;
    border-radius: 100%;
    height: 2rem;
    width: 2rem;
    display: inline-block;
    margin-left:0.2em;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}

#cart_confirm section#products #campaign p a:hover {
    opacity: 1.0;
}

#cart_confirm section#products #campaign .more_content {
    display: none;
    margin-top: 0.2em;
    margin-left: 1em;
    background: #FFF;
    padding: 1em;
    line-height: 1.5;
}

#cart_confirm > a.submit_btn {
    display: block;
    width: 80vw;
    text-align: center;
    margin: 0 auto 1.34vw;
    padding: 3.8vw 0 4.0vw;
    color: #fff;
    font-size: 4.5vw;
    font-weight: bold;
    letter-spacing: 0.06em;
    background: #3356b4;
    border-radius: 1.6vw;
    box-shadow: 1.34vw 1.34vw 0 rgba(0, 0, 0, 0.15);
}

#cart_confirm > a.submit_btn:before {
    width: 4.5vw;
    line-height: 4.5vw;
    height: 4.5vw;
}


#ordered {
    padding: 0 0 12vw;
    font-size: 14px;
}

#ordered p.headline {
    text-align: center;
}

#ordered p.order_num {
    font-family: "Helvetica Neue", Arial, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS P Gothic", sans-serif;
    max-width: 350px;
    margin: 10px auto;
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
    border-top: dashed 1px;
    border-bottom: dashed 1px;
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 0.08em;
}
#ordered p.bg_gray{
    background: #F5F5F5;
    max-width: 550px;
    margin: 20px auto 10px;
    padding: 10px 23px;
    border-radius: 5px;
}
#ordered p.inquiry{
    max-width: 590px;
    margin: 0 auto 10px;
    font-size: 90%;
    padding: 0 10px;
}
#ordered .address_tel{
    font-family: "Helvetica Neue",Arial,"游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS P Gothic", sans-serif;
}

#ordered .link_btn {
    margin-top: 10vw;
}

#ordered .back {
    text-align: center;
    margin-top: 5vw;
}


.link_btn ul {
    max-width: 630px;
}

#ordered .link_btn ul,
#terms .link_btn ul {
    max-width: 840px;
}

.agree_area {
    clear:both;
    width:90%;
    text-align: center;
    margin:0 auto 20px;
}

.agree_area p {
    font-size: 1.1em;
}

.agree_area p a {
    text-decoration: underline;
}

.agree_area label {
    font-size:1.1em;
}

.agree_area label input {
    margin-right:0.6em;
}

.agree_area p.agree_error {
    color: #FF4455;
    font-weight: bold;
    line-height: 1.4;
    padding-top: 0.3em;
    text-align: center;
}


@media screen and (min-width: 480px) {

#in_cart {
	padding:36px 0;
}


/*  progressbar  */

.progressbar li {
	width: 12%;
}


.total_box .total_price_box p {
    font-size:1.5rem;
}

a.to_next,
a.submit_btn,
button.to_next {
    width: 61.34vw;
    max-width: 460px;
    margin-top: 16px;
    line-height: 48px;
    border-radius: 7px;
    font-size: 1.56rem;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.15)
}

a.to_next:before,
a.submit_btn:before,
button.to_next:before {
    width: 15.6px;
    line-height: 15.6px;
    height: 15.6px;
    margin-right: 6px;
}

#payment .card_select_area .card_registered,
#payment .card_select_area .card_input {
    padding-left:1.5em;
}

#cart_confirm > a.submit_btn {
    font-size: 2rem;
    max-width: 440px;
    margin: 0 auto 6px;
    padding: 12px 0 15px;
    border-radius: 7px;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.15);
}

#cart_confirm > a.submit_btn:before {
    width: 2rem;
    line-height: 2rem;
    height: 2rem;
}

.cash_register #datetime input {
    margin-right: 3em;
}

.cash_register #datetime .input_item {
    display: inline-block;
}


#ordered {
    padding: 2rem 0 54px;
}

#ordered .link_btn {
    margin-top: 45px;
}

#ordered .back {
    margin-top: 23px;
}

}


@media screen and (min-width: 768px) {

#in_cart {
    box-sizing: border-box;
    width:100%;
    max-width:840px;
    margin:0 auto;
}


/*  progressbar  */

.progressbar {
	margin-bottom: 1rem;
}

.progressbar li {
	width: 10.5%;
	font-size: 1.3rem;
}

.progressbar li:before {
	width: 3.6rem;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1.6rem;
}

.progressbar li:after {
	top: 1.8rem;
}

.cash_register section .container {
	padding: 0 2.1rem 1em;
}

.product_box {
    width:58%;
    float:left;
}

#cart_confirm .product_box {
    width:100%;
    float:none;
}

.total_box {
    width:39%;
    max-width:300px;
    float:right;
}

a.to_next,
button.to_next {
    max-width: 280px;
}

/*
.cash_register section#place .container {
    font-size:0;
}
*/

.cash_register .address_box {
    font-size: 1.3rem;
    width: 48%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 20px;
}

.cash_register,
#cart_confirm {
    width:94%;
    max-width:1080px;
    margin:0 auto 100px;
}

#cart_confirm .left_column {
    width:49%;
    float:left;
    margin-bottom:20px;
}

#cart_confirm .right_column {
    width:49%;
    float:right;
    margin-bottom:20px;
}

.cash_register > section h2,
#cart_confirm h2 {
    border-radius:10px 10px 0 0;
    padding: 6px 14px;
}

.cash_register > section,
#cart_confirm section {
    margin:20px auto;
    border-radius:10px;
    border:solid 1px #DDD;
}

.cash_register > section .another h3 {
	margin-bottom: 1.5rem;
}

#cart_confirm section > dl > dt {
    padding: 6px 14px;
}

.cash_register > section > .container {
    padding:15px 15px 15px;
}

#cart_confirm section .container {
    padding: 10px 30px;
}

#cart_confirm > a.submit_btn {
    max-width: 400px;
    clear: both;
}

.cash_register .form_area .form .form_box > dl > dt,
.cash_register .form_area .form .form_box > dl > dd {
	font-size: 1.5rem;
}

#pickup_place .pickup_address,
#place .address {
	max-width: 1020px;
}

}


@media screen and (min-width: 1111px) {

#in_cart {
	padding:60px 0;
    max-width:980px;
}


/*  progressbar  */

.progressbar {
	margin: 5.4rem 0 3.4rem;
}

.product_box {
	width:600px;
}

.total_box {
	width:320px;
}

a.to_next,
button.to_next {
    max-width: 280px;
    margin-top: 20px;
    line-height: 60px;
    border-radius: 6px;
    font-size: 1.8rem;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
    letter-spacing: 0.16em;
}

a.to_next:before,
button.to_next:before {
    width: 17px;
    line-height: 17px;
    height: 17px;
    margin-right: 8px;
}

.cash_register .address_box a.submit_btn {
    max-width:320px;
}


#ordered {
    padding: 2rem 0 100px;
}

#ordered .link_btn {
    margin-top: 80px;
}

#ordered .back {
    margin-top: 30px;
}

label[for=use_kit], label[for=use_cardboard]{
    display: block;
}

}


label[for=tool-3]{
    display: block;
    margin-top: 10px;
}


.product_caution {
    font-size: 14px;
}
@media screen and (min-width: 750px) {
    .product_caution {
        font-size: 15px;
    }
}
@media screen and (min-width: 1111px) {
    .product_caution {
        font-size: 16px;
        position: static;
    }
}

.repeat_area{
	border: 1px dashed #707070;
	padding: 10px;
	margin: 20px 0;
}
.repeat_message {
    background-color: #e6f5ff;
    background-color: #FFFEF0;
	padding: 10px;
    margin: 1em auto 0;
    font-size: 88%;
}
.cart_note {
    background-color: #f4f4f4;
    padding: 10px;
    margin-bottom: 1em;
    font-size: 90%;
}
.repeat_message .font_bold {
    color: #144282;
}
.repeat_message p:nth-child(3) {
    margin-top:1em;
}

#in_cart .to_order{
    text-align: center;
    margin: 25px auto 10px;
    max-width: 580px;
    padding-bottom: min(4vw, 30px);
    margin-bottom: min(8vw, 35px);
    border-bottom: solid #144282 1px;
}
#in_cart .to_order h2 {
    position: relative;
    font-weight: 700;
    color: #144282;
    font-size: 16px;
    margin-bottom: 0.5em;
}
#in_cart .to_order h2::before{
    content: '';
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    border-top: 1px solid #144282;
}
#in_cart .to_order h2 > span {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    background-color: #fff;
}
    @media screen and (min-width: 768px) {
        #in_cart .to_order h2 {
            font-size: 18px;
            margin-bottom: 1em;
        }
    }

/* 画像リンク部分 */
#in_cart .to_order .order_list.fwrap {
    justify-content: space-evenly;
}

/* ボタン */
.induction{
    max-width: 780px;
    margin: 0 auto;
}
.induction a.btn{
    display: block;
    width: 100%;
    max-width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background: #144282;
    color: #FFFFFF;
    padding: 0;
    margin: 1.2em auto;
    text-align: center;
}
.induction a.btn.shiro{
    background: #FFF;
    color: #144282;
    border: solid 1px #144282;
}

#cart_products table tr th,
#cart_confirm table tr th{
    padding: 7px 10px;
}

#cart_products .table_area{
    margin: 5px 0;
}

#pickup_place .table_area,
#cart_confirm #cart_products .table_area,
#place .table_area {
    margin: 15px 0;
}

@media screen and (max-width: 480px){
    #cart_products .table_content .wrapper_table table tr th,
    #pickup_place .table_content .wrapper_table table tr th,
    #place .table_content .wrapper_table table tr th {
        width: 100px; 
    }
}