@charset "UTF-8";

i.fas,
i.fas:before,
i.fas:after {
    font-family: "font awesome 5 pro" !important;
    font-style: normal;
}

/*--------------------------------------------------*/
/*  共通ボタン                                      */
/*--------------------------------------------------*/
a.go_btn,
button.go_btn,
.go_btn {
    position: relative;
    display: block;
    max-width: 420px;
    margin: 20px auto 40px auto;
    padding: 20px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #fe7c1e;
    border: 1px solid #ee6c0e;
    border-radius: 8px;
    box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.12), 2px 3px 5px 0 rgba(0, 0, 0, 0.12), 2px 5px 2px -2px rgba(0, 0, 0, 0.2);
}

.go_btn::after {
    position: absolute;
    top: calc(50% - 10px);
    right: 40px;
    color: #fff;
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f138";
}

.go_btn.btn_OFF::after {
    display: none;
}

.go_btn:hover {
    opacity: 0.8;
}

.go_btn.btn_ON {
    background: #70ad47;
    border: 1px solid #609d37;
}

.go_btn.btn_ON:hover {
    opacity: 0.8;
}

.go_btn strong {
    padding: 0 2px;
    font-size: 26px;
    line-height: 26px;
}

a.go_prev,
button.go_prev,
.go_prev {
    display: block;
    position: relative;
    max-width: 240px;
    margin: 40px auto;
    padding: 12px 0;
    color: #2a2a2a;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #bababa;
    background: #e0e0e0;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.12), 1px 1px 5px 0 rgba(0, 0, 0, 0.12), 1px 3px 1px -2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.go_prev::after {
    position: absolute;
    top: calc(50% - 7px);
    left: 20px;
    color: #606060;
    font-size: 14px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f137";
}

.go_prev:hover {
    opacity: 0.8;
}

.right_box .go_btn {
    width: 100%;
    margin: 0 auto 20px auto;
}

.right_box .go_btn::after {
    top: calc(50% - 8px);
    right: 6px;
    font-size: 16px;
    line-height: 1;
}

.right_box .btn_area a.go_prev,
.right_box .btn_area .go_prev {
    width: 60% !important;
    min-width: 120px !important;
    margin: 0 auto;
    padding: 8px 0 8px 8px;
    font-size: 13px;
}

.right_box .go_prev::after {
    top: calc(50% - 6px);
    left: 5px;
    font-size: 12px;
}

.iconmenu li a,
 .side-table li a,
 #side-contents a {
    color: #333;
    text-decoration: none;
    outline: none;
}

.side-table li a:hover,
 #side-contents a:hover {
    color: #FF0000;
 }
/*--------------------------------------------------*/
/*  固定配置                                        */
/*--------------------------------------------------*/
#return {
    position: fixed;
    right: 50px;
    bottom: 40px;
    z-index: 1;
}

#return.on_chatbot {
    bottom: 180px;
}

#return a {
    display: block;
    position: relative;
    width: 50px;
    height: 14px;
    padding: 30px 0 6px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 4px;
}

#return a::after {
    position: absolute;
    top: 7px;
    left: 16px;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent #fff transparent;
    border-style: solid solid solid solid;
    border-width: 0 9px 15.59px 9px;
}

#return a:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/*--------------------------------------------------*/
/*  入力フォーム共通                                */
/*--------------------------------------------------*/
form .input {
    height: 40px;
    margin: 0;
    padding: 0;
    border: 1px solid #b0b0b0;
}

form .input input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 10px;
    font-size: 18px;
    line-height: 1;
    border: none;
    outline: none;
}

/*--------------------------------------------------*/
/*  コンテンツ                                      */
/*--------------------------------------------------*/
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

main {
    position: relative;
    display: table;
    width: 1030px;
    margin: 0 auto 20px auto;
}

#body_l {
    position: relative;
    display: table-cell;
    padding: 0 30px 0 10px;
    vertical-align: top;
}

#body_r {
    display: table-cell;
    width: 300px;
    vertical-align: top;
    background: #fff;
}

section {
    /*
	width: calc(100% - 40px);
*/
    display: none;
    position: relative;
    margin: 20px auto 10px auto;
    padding: 30px 30px;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 6px;
}

section.active {
    display: block;
}

section h1 {
    position: relative;
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
}

.input_column {
    position: relative;
    margin: 0 20px 25px 20px;
    font-size: 0;
}

.column_title {
    position: relative;
    height: 20px;
    margin: 0 5px 2px 5px;
    padding: 0 0 0 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.column_title.required {
    padding: 0 0 0 44px;
}

.column_title.ok {
    text-align: left !important;
}

.column_title.required::before {
    display: none;
}

.column_title.required::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 32px;
    height: 18px;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    background: #d00000;
    vertical-align: top;
    content: "必須";
}

.column_title.required.ok::after {
    background: #009a3a;
    content: "ＯＫ";
}

.input_wrapper {
    display: inline-block;
    position: relative;
    width: calc(100% - 8px);
    min-height: 60px;
    height: auto;
    margin: 0 6px 5px 6px;
    padding: 4px 0;
    vertical-align: middle;
    background: #ffeaea;
    border: 1px solid #a0a0a0;
    border-radius: 8px;
    box-sizing: border-box;
}

.input_wrapper:focus-within {
    border-color: #fa70a0;
    box-shadow: 0px 0px 2px 1px #fa70a0;
}

.input_wrapper.optional {
    background: #fff;
}

.input_wrapper.half {
    width: calc(50% - 12px);
}

.input_wrapper.ok {
    background: #fff;
}

.input_wrapper.birth_y {
    width: calc(50% - 28px);
    margin: 0 24px 0 4px;
}

.input_wrapper.birth_m,
.input_wrapper.birth_d {
    width: calc(25% - 28px);
    margin: 0 24px 0 4px;
}

.input_wrapper.birth_y::after,
.input_wrapper.birth_m::after,
.input_wrapper.birth_d::after {
    position: absolute;
    bottom: 0;
    right: -20px;
    font-size: 16px;
    line-height: 1;
}

.input_wrapper.birth_y::after {
    content: "年";
}

.input_wrapper.birth_m::after {
    content: "月";
}

.input_wrapper.birth_d::after {
    content: "日";
}

.input_wrapper select,
.input_wrapper input {
    display: block;
    width: 100%;
    min-height: 50px;
    height: 100%;
    max-height: 50px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 50px;
    vertical-align: middle;
    background: transparent;
    border: none;
    outline: none;
    caret-color: #2a2a2a;
    box-sizing: border-box;
}

.input_wrapper select {
    padding: 14px 0 14px 6px;
}

.input_wrapper select option {
    font-size: 16px;
    line-height: 40px;
}

.input_wrapper input::placeholder {
    color: #bababa;
}

.input_wrapper input:disabled {
    background: #eaeaea;
}


/*---------- 少し特殊処理　ここから ----------*/
input[name="use_time"] {
    display: none;
}

input[name="use_time"]+label {
    display: block;
    position: relative;
    width: 80%;
    max-width: 320px;
    margin: 0 auto;
    padding: 6px 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    background: #fafafa;
    border: 1px solid #a0a0a0;
    border-radius: 8px;
}

input[name="use_time"]:not(:checked)+label {
    display: block;
}

input[name="use_time"]:checked+label {
    display: none;
}

input[name="use_time"]+label i {
    position: absolute;
    top: calc(50% - 8px);
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

#first_time+label i {
    left: 10px;
}

#second_time+label i {
    right: 10px;
}

/*---------- 少し特殊処理　ここまで ----------*/

.zip_btn_area {
    display: inline-block;
    position: relative;
    margin: 0 0 0 30px;
    vertical-align: top;
}

#open_reg_address_area {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 48px;
    margin: 6px 0 0 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #70ad47;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.12), 1px 1px 5px 0 rgba(0, 0, 0, 0.12), 1px 3px 1px -2px rgba(0, 0, 0, 0.2);
    border: 1px solid #609d37;
    border-radius: 8px;
}

#hide_address_area {
    display: none;
}

#hide_address_area.active {
    display: block;
}

.blink_msg {
    display: none;
    position: absolute;
    /*
	top: 0;
	left: 130px;
	width: 120px;
	height: 54px;
*/
    z-index: 1;
    padding: 6px 8px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
    text-align: left;
    background: #f04070;
    border-radius: 4px;
    -webkit-animation: blink 1.0s ease-in-out infinite alternate;
    -moz-animation: blink 1.0s ease-in-out infinite alternate;
    animation: blink 1.0s ease-in-out infinite alternate;
}

.blink_msg.active {
    display: block;
}

#msg_zip0 {
    top: 2px;
    left: 130px;
    width: 124px;
    height: 54px;
}

#msg_zip0::before {
    position: absolute;
    top: 22px;
    left: -8px;
    z-index: 2;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent #f04070 transparent transparent;
    border-style: solid solid solid solid;
    border-width: 5px 8.7px 5px 0;
}

#msg_address0_2 {
    top: -15px;
    left: 180px;
    width: 230px;
    height: 33px;
}

#msg_address0_2::before {
    position: absolute;
    bottom: -8px;
    left: 40px;
    z-index: 2;
    width: 0;
    height: 0;
    content: "";
    border-color: #f04070 transparent transparent transparent;
    border-style: solid solid solid solid;
    border-width: 8.7px 5px 0 5px;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}



.input_column .err {
    display: none;
    margin: 0px 4px;
    padding: 4px 0;
    background: #fff;
}

.input_column .err p {
    position: relative;
    margin: 0;
    padding: 0 0 0 20px;
    color: #d00000;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.input_column .err p::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    color: #fff;
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    text-align: center;
    line-height: 16px;
    background: #d00000;
    border-radius: 50%;
}

.input_column .err p .link {
    color: #fff !important;
    margin: 0 2px;
    font-size: 14px;
    font-weight: bold;
}

.input_column .err .btn {
    -webkit-appearance: none;
    display: block;
    width: 60%;
    max-width: 320px;
    margin: 10px auto;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #70ad47;
    border: 1px solid #609d37;
    border-radius: 8px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.12), 1px 1px 5px 0 rgba(0, 0, 0, 0.12), 1px 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.input_column .note {
    position: relative;
    margin: 3px 0;
    padding: 0 0 0 18px;
    color: #404040;
    font-size: 13px;
    line-height: 15px;
}

.input_column .note::before {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 4px;
    height: 4px;
    content: "";
    background: #404040;
    border-radius: 50%;
}

.icloud_alert {
    position: relative;
    margin: 2px 0 10px 10px;
    padding: 0 0 0 18px;
    color: #1010ca;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
}

.icloud_alert i {
    position: absolute;
    top: 3px;
    left: 0;
    color: #1010ca;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.icloud_alert strong {
    font-size: 16px;
    font-weight: bold;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-widget-content {
    max-width: 588px;
    top: -2px;
    left: -2px;
    background: #ffffea;
}

.ui-widget.ui-widget-content {
    border-color: #fa70a0;
    box-shadow: 0px 0px 2px 1px #fa70a0;
}

.ui-widget-content .ui-state-active {
    border: 1px solid #ff0000;
    background: #f58b8b;
}

.ui-menu .ui-menu-item {
    padding: 4px 0 4px 10px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 2px dotted #a0a0a0;
}

.ui-menu .ui-menu-item:last-child {
    border-bottom: none;
}

.mail_open,
.passwd_open {
    min-height: 100px;
}

.expansion_chk,
.display_passwd {
    display: block;
    min-height: 40px;
    height: 100%;
    padding: 0 10px;
    color: #da0000;
    font-size: 24px !important;
    font-weight: bold;
    line-height: 32px;
    word-break: break-all;
    outline: none;
    border: none;
    border-radius: 0 8px 8px 0;
}

.expansion_chk {
    color: #da0000;
}

.switch_wrapper {
    display: block;
    position: relative;
    max-width: 200px;
    padding: 0 0 0 32px;
    font-size: 14px;
    line-height: 28px;
}

.switch_wrapper .display_switch {
    position: absolute;
    top: 5px;
    left: 12px;
    transform: scale(1.5);
}

.btn_area {
    margin: 60px auto 0 auto;
}

.section_err {
    display: none;
    color: #d00000;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.select_tbl {
    display: table;
    width: 100%;
}

.select_tbl>li {
    display: table-cell;
    padding: 5px 0 0 0;
    vertical-align: middle;
}

.select_tbl.cell_2>li {
    width: 50%
}

.select_tbl.cell_3>li {
    width: 33.33%
}

.select_tbl.cell_4>li {
    width: 25%
}

.select_tbl input {
    display: none;
}

.select_tbl label {
    display: block;
    position: relative;
    width: calc(100% - 12px);
    height: 46px;
    margin: 0 4px;
    padding: 0;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #cacaca;
    background: #eaeaea;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.12), 1px 1px 5px 0 rgba(0, 0, 0, 0.12), 1px 3px 1px -2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.select_tbl label:hover {
    opacity: 0.8;
}

.select_tbl label.line_2 {
    height: 66px;
    padding: 8px 0;
    font-size: 16px;
    line-height: 24px;
}

.select_tbl.cell_3 label {
    font-size: 16px;
}

.select_tbl input:checked+label {
    color: #fff;
    font-weight: bold;
    background: #70ad47;
    border: 1px solid #609d37;
}

.select_tbl label i {
    display: none;
}

.select_tbl.payment label {
    height: 74px;
    padding: 2px 0 6px 0;
}

.select_tbl.payment label .name {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
}

.select_tbl.payment table {
    margin: 0 auto;
}

.select_tbl.payment table th,
.select_tbl.payment table td {
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    vertical-align: bottom;
}

.select_tbl.payment table td {
    text-align: right;
}

.select_tbl.payment table td strong {
    padding: 0 2px 0 4px;
    font-size: 15px;
    font-weight: bold;
}

.select_tbl.payment input:checked+label * {
    color: #fff !important;
}

[data-target-name] li {
    display: none;
}

[data-target-name] li.active {
    display: block;
}

.detail_box {
    margin: 10px;
    padding: 10px 25px;
    background: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
}

.detail_box .title p {
    margin: 10px 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.detail_box .body>p {
    position: relative;
    margin: 5px 0;
    padding: 0 0 0 10px;
    color: #404040;
    font-size: 14px;
    line-height: 20px;
}

.detail_box .body>p::before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    content: "";
    background: #505050;
    border-radius: 50%;
}

.detail_box .campaign {
    margin: 10px 5px 5px 0;
    padding: 10px;
    background: #fffdf8;
    border: 3px double #e00000;
}

.detail_box .campaign p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 20px;
}

.detail_box .campaign .title {
    color: #e00000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.detail_box .campaign table {
    margin: 0 auto;
}

.detail_box .campaign table th,
.detail_box .campaign table td {
    height: 26px;
    font-size: 16px;
    line-height: 26px;
    vertical-align: bottom;
}

.detail_box .campaign table th {
    font-weight: bold;
}

.detail_box .campaign table td {
    font-size: 12px;
}

.detail_box .campaign table td {
    text-align: left;
}

.detail_box .campaign table td strong {
    padding: 0 3px;
    color: #e00000;
    font-size: 18px;
    font-weight: bold;
}

/*--------------------------------------------------*/
/*  右メニュー                                      */
/*--------------------------------------------------*/
.right_menu {
    width: 280px;
}

.right_menu .tel_img img {
    display: block;
    width: 280px;
    margin: 0 0 5px 0;
}

.right_box {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #b0b0b0;
    border-radius: 4px;
}

.right_box .payment_detail li {
    display: none;
}

.right_box .payment_detail li.active {
    display: block;
}

.right_box .payment_detail table {
    width: 100%;
}

.right_box .payment_detail table th {
    width: 120px;
    padding: 6px 10px;
    font-size: 15px;
    line-height: 1;
    text-align: left;
}

.right_box .payment_detail table td {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1;
    text-align: right;
}

.right_box .payment_detail table tr.total th,
.right_box .payment_detail table tr.total td {
    padding: 12px 10px;
    font-weight: bold;
    border-top: 1px solid #808080;
}

.right_box .payment_detail table tr.total th {
    font-size: 16px;
}

.right_box .payment_detail table tr.total td {
    color: #e00000;
}

.right_box .payment_detail table tr.point th,
.right_box .payment_detail table tr.point td {
    padding: 30px 10px 20px 10px;
    font-weight: bold;
}

.right_box .payment_detail table td span {
    padding: 0 4px 0 0;
    font-size: 16px;
}

.right_box .payment_detail table tr.total td span {
    font-size: 22px;
}

.right_box .btn_area {
    margin: 15px 10px 10px 10px;
    padding: 20px 15px;
    background: #fff;
    border: 1px solid #b0b0b0;
    border-radius: 4px;
}

.right_box .btn_area .section_err {
    margin: 0 0 10px 0;
}

.right_box .btn_area a,
.right_box .btn_area button {
    width: 200px;
    padding: 13px 0;
}

.fee_balloon {
    position: relative;
    width: 160px;
    margin: 5px 0 5px 60px;
    padding: 6px;
    font-size: 12px;
    text-align: center;
    vertical-align: bottom;
    background: #fff;
    border: 1px solid #f06000;
    border-radius: 3px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
}

.fee_balloon span {
    padding: 0 2px;
    color: #f00000;
    font-size: 13px;
    font-weight: bold;
}

.fee_balloon::before,
.fee_balloon::after {
    position: absolute;
    right: 20px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid solid solid solid;
    border-width: 10px 10px 10px 10px;
}

.fee_balloon::before {
    top: -20px;
    z-index: 1;
    border-color: transparent transparent #f06000 transparent;
}

.fee_balloon::after {
    top: -19px;
    z-index: 2;
    border-color: transparent transparent #fff transparent;
}

/*--------------------------------------------------*/
/*  モーダルウィンドウ                              */
/*--------------------------------------------------*/
#modal_overlay {
    display: none;
    z-index: 200;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}

.modal_box {
    display: none;
    position: absolute;
    z-index: 202;
    width: 720px;
    text-align: left;
    background: #fff;
    border: 4px solid #f04070;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.modal_box .close_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 48px !important;
    height: 48px !important;
    padding: 2px 0 !important;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background: #f04070;
}

.modal_box .close_btn i {
    color: #fff;
    font-size: 36px;
    line-height: 1;
}

.modal_box .close_btn:hover {
    opacity: 0.8;
}

.modal_box .title {
    padding: 30px 60px 20px 30px;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
}

header .modal_box .body {
    padding: 0px 30px 20px 30px;
}

.modal_box .body p {
    padding: 4px 0;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 1em;
}

.modal_box .body form {
    width: 540px;
    margin: 0 auto 20px auto;
}

.modal_box .body form p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.modal_box .body form .input {
    margin: 0 0 15px 0;
}

.modal_box .red_btn {
    width: 240px;
    margin: 30px auto 10px auto;
    padding: 14px 0;
}

.modal_box .gray_btn {
    width: 240px;
    margin: 30px auto 10px auto;
    padding: 13px 0;
}

.modal_box .login_form,
.modal_box .address_form {
    width: 480px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border: 1px solid #b0b0b0;
    border-radius: 4px;
}

.modal_box .login_form label {
    display: block;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
}

.modal_box .login_form label.selected {
    background: #dafaff;
    border: 1px solid #baf0ff;
}

.modal_box .login_form .selectLogin1 {
    font-size: 0;
}

.modal_box .login_form .selectLogin1 .form_title {
    display: inline-block;
    width: 170px;
    padding: 48px 5px 0 15px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
}

.modal_box .login_form .selectLogin1 .form_body {
    display: inline-block;
    width: 258px;
    padding: 10px 15px;
    font-weight: bold;
}

.modal_box .login_form .selectLogin1 .form_body p {
    font-size: 13px;
    line-height: 15px;
}

.modal_box .login_form .selectLogin1 .form_body input[type="text"] {
    display: block;
    width: 240px;
    height: 26px;
    padding: 0 8px;
    font-size: 14px;
    line-height: 26px;
    background: #fff;
    border: 1px solid #b0b0b0;
    border-radius: 3px;
}

.modal_box .login_form .selectLogin2 {
    width: 453px;
    padding: 20px 10px 20px 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

.modal_box .payment .red_btn {
    width: 320px;
    margin: 30px auto 20px auto;
    padding: 18px 0;
    font-size: 22px;
}

.modal_box .payment .gray_btn {
    width: 240px;
    margin: 0 auto 20px auto;
    padding: 16px 0;
}

.modal_box .btn_area {
    position: relative;
    margin: 20px 0 0 0;
    font-size: 0;
    text-align: center;
}

.modal_box .btn_area a,
.modal_box .btn_area p {
    display: inline-block;
    margin: 10px 20px;
}

.modal_box .btn_area .gray_btn {
    width: 160px;
}

.modal_box .gray_btn.ng_btn {
    width: 160px;
    margin: 10px auto;
    padding: 12px 0;
    font-size: 16px;
}

/* entry.phpの確認モーダルを登録情報変更画面と同じ配置・配色に揃える */
.entry_modal_box {
    border-color: #ff8842 !important;
}

.entry_modal_box > .close_btn {
    top: 7px;
    right: 7px;
    background: #ff8842 !important;
}

.entry_modal_box #modal_entry .btnArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin: 30px 0 10px;
}

.entry_modal_box #modal_entry .btnArea .red_btn {
    position: static;
    float: none;
    width: 240px;
    margin: 0 auto 30px;
}

.entry_modal_box #modal_entry .btnArea .gray_btn {
    position: static;
    float: none;
    width: 160px;
    margin: 0 auto 10px;
}

#modal_entry .normal_tbl th {
    width: 190px;
    padding: 20px;
    font-size: 18px;
    line-height: 26px;
    text-align: right;
}

#modal_entry .normal_tbl td {
    font-size: 18px;
    font-weight: bold;
}

.entry_modal_box #modal_entry .btnArea .gray_btn {
    font-size: 18px;
    padding: 13px 0;
}

/*--------------------------------------------------*/
/*  共通スタイル                                    */
/*--------------------------------------------------*/
.clear:after {
    clear: both;
    display: block;
    height: 0;
    content: ".";
    visibility: hidden;
}

.focus {
    background: #ffffd0 !important;
}

.colorRed {
    color: #f00 !important;
}

.bold {
    font-weight: bold !important;
}

.hide {
    display: none !important;
}

/* add by hashimoto 2017/09/13 */
.showy2 {
    padding: 0 3px;
    background: #fff352;
}

ul.normal {
    margin-left: 20px;
    padding: 10px 20px 10px 25px;
}

ul.normal li {
    padding: 2px 0;
    list-style: disc;
}

h2[id^="no"] {
    margin-top: 30px !important;
    color: #da0000;
}

/* end */

.clr_000 {
    color: #000 !important;
}

.clr_fff {
    color: #fff !important;
}

.clr_f00 {
    color: #f00 !important;
}

.clr_00f {
    color: #00f !important;
}

.clr_0f0 {
    color: #0f0 !important;
}

.fw_no {
    font-weight: normal !important;
}

.fw_bo {
    font-weight: bold !important;
}

.fs_10 {
    font-size: 10px !important;
}

.fs_11 {
    font-size: 11px !important;
}

.fs_12 {
    font-size: 12px !important;
}

.fs_13 {
    font-size: 13px !important;
}

.fs_14 {
    font-size: 14px !important;
}

.fs_15 {
    font-size: 15px !important;
}

.fs_16 {
    font-size: 16px !important;
}

.fs_17 {
    font-size: 17px !important;
}

.fs_18 {
    font-size: 18px !important;
}

.fs_19 {
    font-size: 19px !important;
}

.fs_20 {
    font-size: 20px !important;
}

.fs_21 {
    font-size: 21px !important;
}

.fs_22 {
    font-size: 22px !important;
}

.fs_23 {
    font-size: 23px !important;
}

.fs_24 {
    font-size: 24px !important;
}

.fs_25 {
    font-size: 25px !important;
}

.fs_26 {
    font-size: 26px !important;
}

.fs_27 {
    font-size: 27px !important;
}

.fs_28 {
    font-size: 28px !important;
}

.fs_29 {
    font-size: 29px !important;
}

.fs_30 {
    font-size: 30px !important;
}

.fs_31 {
    font-size: 31px !important;
}

.fs_32 {
    font-size: 32px !important;
}

.fs_33 {
    font-size: 33px !important;
}

.fs_34 {
    font-size: 34px !important;
}

.fs_35 {
    font-size: 35px !important;
}

.fs_36 {
    font-size: 36px !important;
}

.ta_c {
    text-align: center !important;
}

.ta_l {
    text-align: left !important;
}

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

.mt_0 {
    margin-top: 0px !important;
}

.mt_5 {
    margin-top: 5px !important;
}

.mt_10 {
    margin-top: 10px !important;
}

.mt_15 {
    margin-top: 15px !important;
}

.mt_20 {
    margin-top: 20px !important;
}

.mt_30 {
    margin-top: 30px !important;
}

.mt_40 {
    margin-top: 40px !important;
}

.mt_50 {
    margin-top: 50px !important;
}

.mt_100 {
    margin-top: 100px !important;
}

.mb_0 {
    margin-bottom: 0px !important;
}

.mb_5 {
    margin-bottom: 5px !important;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.mb_15 {
    margin-bottom: 15px !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.mb_30 {
    margin-bottom: 30px !important;
}

.mb_40 {
    margin-bottom: 40px !important;
}

.mb_50 {
    margin-bottom: 50px !important;
}

.mb_100 {
    margin-bottom: 100px !important;
}

.ml_0 {
    margin-left: 0px !important;
}

.ml_5 {
    margin-left: 5px !important;
}

.ml_10 {
    margin-left: 10px !important;
}

.ml_15 {
    margin-left: 15px !important;
}

.ml_20 {
    margin-left: 20px !important;
}

.ml_30 {
    margin-left: 30px !important;
}

.ml_40 {
    margin-left: 40px !important;
}

.ml_50 {
    margin-left: 50px !important;
}

.ml_100 {
    margin-left: 100px !important;
}

.mr_0 {
    margin-right: 0px !important;
}

.mr_5 {
    margin-right: 5px !important;
}

.mr_10 {
    margin-right: 10px !important;
}

.mr_15 {
    margin-right: 15px !important;
}

.mr_20 {
    margin-right: 20px !important;
}

.mr_30 {
    margin-right: 30px !important;
}

.mr_40 {
    margin-right: 40px !important;
}

.mr_50 {
    margin-right: 50px !important;
}

.mr_100 {
    margin-right: 100px !important;
}

.pt_0 {
    padding-top: 0px !important;
}

.pt_5 {
    padding-top: 5px !important;
}

.pt_10 {
    padding-top: 10px !important;
}

.pt_15 {
    padding-top: 15px !important;
}

.pt_20 {
    padding-top: 20px !important;
}

.pt_30 {
    padding-top: 30px !important;
}

.pb_0 {
    padding-bottom: 0px !important;
}

.pb_5 {
    padding-bottom: 5px !important;
}

.pb_10 {
    padding-bottom: 10px !important;
}

.pb_15 {
    padding-bottom: 15px !important;
}

.pb_20 {
    padding-bottom: 20px !important;
}

.pb_30 {
    padding-bottom: 30px !important;
}

.pl_0 {
    padding-left: 0px !important;
}

.pl_5 {
    padding-left: 5px !important;
}

.pl_10 {
    padding-left: 10px !important;
}

.pl_15 {
    padding-left: 15px !important;
}

.pl_20 {
    padding-left: 20px !important;
}

.pl_30 {
    padding-left: 30px !important;
}

.pr_0 {
    padding-right: 0px !important;
}

.pr_5 {
    padding-right: 5px !important;
}

.pr_10 {
    padding-right: 10px !important;
}

.pr_15 {
    padding-right: 15px !important;
}

.pr_20 {
    padding-right: 20px !important;
}

.pr_30 {
    padding-right: 30px !important;
}

.ime_act {
    ime-mode: active !important;
}

.ime_dis {
    ime-mode: disabled !important;
}

.po_re {
    position: relative !important;
}

.dsp_non {
    display: none !important;
}

.dsp_blc {
    display: block !important;
}

.dsp_tbl {
    display: table !important;
    width: 100%;
}

.dsp_cel {
    display: table-cell !important;
    vertical-align: middle;
}

.wrp_100 {
    width: 1000px;
    margin: 0 auto;
}

.wrp_120 {
    width: 1200px;
    margin: 0 auto;
}

.wrp_130 {
    width: 1300px;
    margin: 0 auto;
}

.tbl_2c {
    display: table;
    width: 1300px;
    margin: 0 auto;
}

.tbl_2c_l {
    display: table-cell;
    width: 200px;
    vertical-align: top;
}

.tbl_2c_r {
    display: table-cell;
    width: ;
    padding: 0 0 0 20px;
    vertical-align: top;
}

.tbl_3c {
    display: table;
    width: 1300px;
    margin: 0 auto;
}

.tbl_3c_l {
    display: table-cell;
    width: 200px;
    vertical-align: top;
}

.tbl_3c_c {
    display: table-cell;
    width: ;
    padding: 0 20px;
    vertical-align: top;
}

.tbl_3c_r {
    display: table-cell;
    width: 240px;
    vertical-align: top;
}

.ovr_hid {
    overflow: hidden !important;
}

.no_border {
    border: none !important;
}

.link {
    color: #1010ca;
    text-decoration: underline;
    cursor: pointer;
}

.link:hover {
    color: #f00000;
}

.ac_contents {
    display: none;
}

.ls_di li {
    list-style: disc;
}

/* 注意文追加240906 */
#scroll_menu .cart_caution {
    font-size: 14px;
    margin-top: 5px;
    color: #ea0000;
    line-height: 1.3;
}

section#reg_information .cart_caution {
    font-size: 15px;
    color: #ea0000;
    line-height: 1.6;
    width: 400px;
    margin: 0 auto;
}

.cart_about_delivery_h {
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    font-size: 17px;
}

.cart_about_delivery {
    padding: 20px;
    margin-top: 30px;
    background: #dfffb9;
    border-radius: 10px;
    border: 1px solid #c0c0c0;
}

.cart_about_delivery p {
    font-size: 15px;
    line-height: 1.8;
}

#body_r .right_box .cart_caution {
    display: none;
}

footer {
    clear: both;
    background: #555 !important;
    display: block;
    overflow: hidden;
    width: 100%;
    min-width: 1330px;
    margin: 0;
    margin-top: 2vw;
    padding: 0;
    position: relative;
}

.entry_check a {
    color:#1245d6;
}