@charset "utf-8";
/*ご注文 トップ*/
.under_top_bg {
    background: url(../img/under_top.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat no-repeat;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 110px;
}

.under_top_bg h1 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.under_top_bg p {
    color: #aaaaaa;
}

.link_inner {
    font-size: 12px;
    display: flex;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 60px;
}

.link_inner p {
    margin-left: 12px;
}

.link_inner a {
    text-decoration: underline;
    color: #5f96c9;
}

.order_how_to_inner {
    text-align: center;
    margin-bottom: 100px;
}

.how_to_items {
    background: #f8f4f1;
    width: 1080px;
    margin: 0 auto;
    padding: 77px 60px 0;
}

.how_to_items ul {
    display: flex;
    justify-content: space-between;
}

.how_to_items ul li {
    width: 31%;
}

.how_to_items ul li .txt_inner {
    position: relative;
    bottom: 42px;
}

.how_to_items ul li h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    background: #ef858c;
    border-radius: 10px;
    padding: 2px 10px;
    margin-bottom: 18px;
    width: 155px;
}

.how_to_items ul li p {
    text-align: left;
    margin-right: 25px;
    margin-left: 25px;
}

.how_to_items ul li p span {
    font-size: 12px;
}

/*お支払い方法*/
.order_payment_inner {
    text-align: center;
}

.pay_title {
    margin: 0 auto 25px;
}

.pay_wrapper {
    border-top: 1px solid #d7b2a0;
    width: 1080px;
    text-align: left;
    margin: 0 auto;
}

.order_payment_inner .txt_inner {
    font-size: 16px;
    letter-spacing: 2px;
    text-align: left;
    margin-left: 110px;
    margin-bottom: 22px;
}

.order_payment_inner .txt_inner span {
    font-size: 20.75px;
}

.payment_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    width: 1140px;
    padding-left: 100px;
}

.payment_item img {
    margin-left: 15px;
}

.payment_item .item02 {
    margin-left: 5px;
}

/*配送方法*/
.order_delivery_inner {
    border-bottom: 1px solid #d7b2a0;
    width: 1080px;
    margin: 0 auto;
}

.delivery_wrapper {
    border-top: 1px solid #d7b2a0;
    width: 1080px;
    text-align: left;
    margin: 0 auto;
}

.order_delivery_inner .txt_inner {
    font-size: 16px;
    letter-spacing: 2px;
    text-align: left;
    margin-left: 51px;
    margin-bottom: 15px;
}

.delivery_table01,
.delivery_table02 {
    width: 100%;
    max-width: 977px;
    border-collapse: separate;
    margin: 0 auto 26px;
    border-spacing: 0 10px;
}

.delivery_table02 {
    margin-bottom: 70px;
}

.delivery_table01 th {
    background: #b1b1b1;
    color: #fff;
    width: 292px;
}

.delivery_table01 th,
.delivery_table01 td,
.delivery_table02 th,
.delivery_table02 td {
    font-size: 15px;
    letter-spacing: 1.5px;
    padding: 22px 0;
}

.delivery_table01 td,
.delivery_table02 td {
    text-align: left;
    padding-left: 27px;
}

.delivery_table01 td .sagawa {
    color: #626082;
    font-weight: bold;
}

.delivery_table01 td .yamato {
    color: #619068;
    font-weight: bold;
}

.delivery_table01 td .big_size {
    color: #b1884d;
    font-weight: bold;
}

.delivery_table02 .sagawa_th {
    background: #626082;
    color: #fff;
    width: 292px;
}

.delivery_table02 .yamato_th {
    background: #619068;
    color: #fff;
    width: 292px;
}

.delivery_table02 .big_size_th {
    background: #b1884d;
    color: #fff;
    width: 292px;
}

.delivery_table02 td span {
    font-weight: bold;
}

/*特商法*/
.commercial_inner {
    text-align: center;
    margin-top: 100px;
}

.commercial_table {
    width: 1080px;
    margin: 26px auto 160px;
    border-collapse: collapse;
}

.commercial_table th,
.commercial_table td {
    font-size: 16px;
    letter-spacing: 1.5px;
    padding: 22px 0;
    text-align: left;
    border-bottom: 1px solid #383838;
}

.commercial_table th {
    padding-left: 10px;
    width: 292px;
    vertical-align: top;
}

.commercial_table td {
    padding-right: 17px;
}
