/* fv */
body#order-area{
    font-family:'Noto Sans JP', sans-serif;
}
.font-small{
    font-size:12px;
}
#order_fv{
    background: #f7fdff;
    padding: 4% 0;
}
#order_fv h1{
    color: #2d98ce;
    margin-bottom: 1rem;
    font-weight: 400;
}
#order_contents,
#order_contents2{
    background: #ebf4f8;
    padding: 3% 0;
    position: relative;
}
.order_container{
    width: 1000px;
    margin: 0 auto;
}
#order_area1,
#order_area2{
    background: #fff;
    padding: 5%;
}
#order_step ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#order_step ul li{
    width: 33.33333%;
    position: relative;
    text-align: center;
    padding: 16px 0;
    background: #e4edf2;
    border: 1px solid #fff;
    font-size: 18px;
}
#order_step ul li.active{
    background: #2d98ce;
    color: #fff;
}
#order_step ul li.active:before{
    content: ' ';
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px 10px;
    border-left-color: #2d98ce;
    position: absolute;
    right: -20px;
    z-index: 10;
    top: 15px;
}
#order_step ul li.active.lastcontents:before{
    content: ' ';
    width: 0;
    height: 0;
    display: none;
}
.relative{
    position: relative;
}
.order_ttl{
    color: #111111;
    font-weight: 300;
    font-size: 20px;
    margin-top: 4rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ebf4f8;
    margin-bottom: 2rem;
}
.order_ttl span{
    font-size: 14px;
    border: 1px solid #2d98ce;
    color: #2d98ce;
    padding: 1px 5px;
    margin-left: 16px;
    border-radius: 4px;
    font-weight: 500;
}
.form_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.form_item .input_item {
    flex: 0 0 31.8%;
    text-align: center;
    margin: 0 .75% 1.5% .75%;
}
#order_num .form_item .input_item {
    flex: 0 0 48%;
    text-align: center;
    margin: 0 .75% 1.5% .75%;
}
#order_pickup_address_check .form_item .input_item {
    flex: 0 0 48%;
    text-align: center;
    margin: 0 .75% 1.5% .75%;
}
#order_shipping_address_check .form_item .input_item {
    flex: 0 0 48%;
    text-align: center;
    margin: 0 .75% 1.5% .75%;
}
.form_item .input_item {
    flex: 0 0 31.8%;
    text-align: center;
    margin: 0 .75% 1.5% .75%;
}
.form_item .input_item:last-child{
    margin-right: 0;
}
.form_item div.input_item_text{
    
}
.input_item_menu{
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    width: 100%;
    height: 100%;
    outline: 0;
    border: none;
    border-radius: 0;
    visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.input_item_menu + .input_item_text{
    background: #ebf4f8;
    padding: 16px 0;
    /* font-size: 17px; */
    font-size: 21px;
    font-weight: 300;
    position: relative;
}
#order_option_list .input_item_menu + .input_item_text{
    font-size: 17px;
}
.input_item_menu + .input_item_text > div{
    float: left;
}
.input_item_menu + .input_item_text > div.option_name{
    width: calc(100% - 90px);
    text-align: left;
    padding-left: 10px;
}
.input_item_menu + .input_item_text > div img{
    margin-left: 8px;
}
.input_item_menu:checked + .input_item_text,
.form_item div.input_item .input_item_text,
.input_item_menu:checked + .input_item_text .color_blue{
    background: #2d98ce;
    color: #fff;
}
.mt1{
    margin-top: 1%;
}
.mt15rem{
    margin-top: 1.5rem;
}
#order_promotion{
    width: 80%;
    margin-top: 1rem;
    border: 2px solid #fd8367;
    background: #fff8f6;
    padding: 2% 0;
    margin: 1.5rem auto 0;
    text-align: center;
}
.order_promotion_ttl{
    background: #fd8367;
    color: #fff;
    padding: 8px 32px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 16px;
}
#order_promotion ul li p{
    position: relative;
    padding-left: 16px;
    display: inline-block;
    /* padding-bottom: 8px; */
}
#order_promotion ul li:last-child p{
    padding-bottom: 0;
    margin-bottom: 0;
}
#order_promotion ul li p:before{
    content: '●';
    color: #fd8367;
    position: absolute;
    left: 0;
}
.color_blue{
    color: #2d98ce;
}
.form_select{
    display: block;
}
.form_select {
	position: relative;
    /* border: 1px solid #bbbbbb; */
    border: none;
	border-radius: 2px;
    background: #ebf4f8;
    width: 280px;
    padding: 8px;
}
.form_select::before {
	position: absolute;
    top: 40%;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    pointer-events: none;
    z-index: 9;
}
.form_select:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    border-left: 1px solid #bbbbbb;
    background: #2d98ce;
    width: 15%;
}
.form_select select{
    width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
    appearance: none;
    z-index: 10;
    position: relative;
}
.form_item2{
    display: block;
}
.form_item2 input[type="text"],
.form_item2 input[type="button"],
.new_form input[type="button"]{
    border: 1px solid #2d98ce;
    border-radius: 0;
}
.order_last{
    position: relative;
}
.order_last > div{
    width: 50%;
    float: left;
}
.order_price{
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 0;
}
.order_price > table{
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-weight: 300;
    font-size: 20px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ebf4f8;
    margin-bottom: 1rem;
    width: 94%;
}
.order_price > table td:last-child{
    text-align: right;
}
.order_price > table td:last-child span{
    font-size: 140%;
}
.check_button{
    margin-top: 1rem !important;
}
.form_item table.new_form{
    width: 100%;
}
.form_item table.new_form th,
.form_item table.new_form td{
    font-size: 16px;
    font-weight: 400;
}
.form_item table.new_form th{
    width: 150px;
}
.form_item table.new_form td input[type="text"],
.form_item table.new_form td input[type="tel"],
.form_item table.new_form td input[type="email"],
.form_item table.new_form td input[type="password"]{
    border: none;
    background: #ebf4f8;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    width: 98%;
}
.form_item table.new_form td input[name="zip"]{
    width: 250px;
}
.form_item table.new_form td{
    width: 375px;
}
.form_item table.new_form tr.table_width2 td{
    width: 320px;
}
.form_item table.new_form td.colspan_2{
    width: 680px;
}
.form_item textarea{
    border: none;
    background: #ebf4f8;
}
}
#zip_button{
    padding: 10px 10px;
    margin-bottom: 0;
}
.form_item table.new_form tr{
    margin-bottom: 2rem;
    display: block;
}
.mb1{
    margin-bottom: 1rem !important;
}
.mt1{
    margin-top: 1rem;
}
.v-top{
    vertical-align: top;
    padding-top: .8rem;
}
.form_item td .input_item{
    padding: 0;
    width: 95%;
}




.radio-input{
    display: none;
  }
  .radio-input + label{
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
  }
  .radio-input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #2b98ce;
    border-radius: 0;
  }
  .radio-input:checked + label b{
    color: #d01137;
  }
  .radio-input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #d01137;
    border-radius: 0;
  }
  .radio-input + label b{
      font-size: 20px;
      font-weight: 400;
      display: block;
      margin-bottom: .5rem;
  }
  .no-flex{
      display: block !important;
  }
  .kiyaku2{
      width: 800px;
      max-width: 90%;
      margin: 0 auto 1rem;
      border: 1px solid #2b98ce;
      height: 100px;
      padding: 16px;
      overflow-y: scroll;
      font-size: 12px;
    line-height: 2;
    font-weight: 300;
  }
  .form_item input[type="button"],
  .button-item {
    padding: 12px 60px;
    color: #fff;
    border: none;
    border-radius: 3px;
    background: #2B98CE;
    margin: 0 auto 60px auto;
    font-size: 16px;
    text-align: center;
    display: inline-table;
    border-radius: 0;
    margin-bottom: 0;
}
.order_check_button input[type="button"],
.button-item{
    border-radius: 0 !important;
    width: 220px;
}
.order_check_button input[type="button"]:hover,
.button-item:hover{
    opacity: .7;
    transition: .6s;
}
.order_check_button input[type="button"]:first-child,
.button-item:first-child{
    background: #888888 !important;
}
.order_check_button div.clearfix > div.button1{
    float: right;
    width: 50%;
}
.order_check_button div.clearfix > div.button2{
    float: left;
    width: 50%;
}
#order_price_area{
    position: fixed;
    z-index: 100;
    bottom: 0;

    background-color: #2b99cd;
    color: #fff;
    opacity:0.9;
    height: 65px;
    /* width: 600px; */
    /* background: #fff; */
    padding: 8px;
    margin: auto;
    left: 0;
    right: 0;
    border: 1px solid #2b98ce;
}
#order_price_area input[type="button"]{
    margin-top: 0 !important;
    margin-bottom: 0;
}
/* ここから申込内容確認 */
.order_check table{
    background: #fff;
    width: 100%;
    /* background: #ebf4f8; */
}
.order_check table th,
.order_check table td{
    border-bottom: 1px solid #ebf4f8;
}
.order_check table th{
    /* border-right: 1px solid #ebf4f8; */
    font-weight: 500;
    width: 35%;
}
.order_check table td{
    font-weight: 300;
    width: 65%;
}
.order_check table th > div,
.order_check table td > div{
    padding: 16px;
}
.order_check_button input[type="submit"]{
    margin: 30px 1rem !important;
}
/* ここからユーザー登録 */
.new-button{
    background: #2b98ce;
    color: #fff;
    width: 400px;
    margin-top: 1rem;
    padding: 1rem !important;
}
.back-button{
    background: #888888;
    color: #fff;
    width: 400px;
    margin-top: 1rem;
    padding: 1rem !important;
}
.new-button:hover{
    color: #fff !important;
    opacity: .6;
    transition: .6s;
}
/* 認証用Input */
.number_input{
    width: 52px !important;
    height: 70px !important;
    border-radius: 8px !important;
    border: 1px solid #999999 !important;
    text-align: center !important;
    font-size: 180% !important;
    display: inline-block !important;
}
.text-danger{
    display: block;
}
/* 認証用Input */
.sp,
.sp_inline{
    display: none;
}
.pc{
    display: block;
}
.thead-info{
    background: #ebf4f7;
}
.link-button-a div.input_item_text{
    background: #337ab7;
    padding: 1rem;
    margin: .3rem auto;
}
.link-button-a a{
    color: #fff;
}
#orderFirstModal .form_item .input_item {
    flex: 0 0 45.5%;
    text-align: center;
    margin: 0 .75% 1.5% 3.75%;
}

@media screen and (max-width: 680px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .sp_initial{
        display: initial;
    }
    #order_fv h1{
        font-size: 24px;
        font-weight: 500;
    }
    #order_fv p{
        font-size: 14px;
        font-weight: 300;
    }
    .order_container{
        width: 100%;
    }
    #order_step ul li{
        font-size: 12px;
    }
    .input_item_menu + .input_item_text {
        /* padding: 28px 0; */
        /* font-size: 16px; */
        font-size: 21px;
        font-weight: 400;
    }
    #order_promotion{
        width: 95%;
    }
    .order_promotion_ttl{
        padding: 3% 5%;
        font-size: 16px;
    }
    #order_promotion li{
        padding: 0 5%;
        text-align: left;
    }
    #order_promotion ul li p{
        font-size: 14px;
    }
    .form_item .input_item{
        width: 100%;
    }
    .form_item{
        display: block;
    }
    .input_item_menu + .input_item_text > div.option_name{
        font-size: 16px;
    }
    .input_item_menu + .input_item_text > div img {
        margin-left: 15px;
    }
    .input_item_menu + .input_item_text > div.option_name {
        width: 60%;
        text-align: left;
        padding-left: 20px;
    }
    .order_last > div{
        width: 100%;
        float: none;
    }
    .order_price,
    .order_price > table{
        position: relative;
    }
    .order_ttl{
        margin-top: 3rem;
        line-height: 1.8;
    }
    .abcRioButton{
        margin: 0 auto 2rem;
    }
    .form_item table.new_form th{
        display: block;
        width: 100%;
        margin-bottom: .5rem;
    }
    .form_item input{
        padding: 3% !important;
    }
    input.radio-input[type="radio"]{
        display: none;
    }
    .form_item textarea{
        width: 95%;
    }
    .form_item table.new_form td input[name="zip"]{
        width: 160px;
    }
    #order_price_area{
        background-color: #2b99cd;
        color: #fff;
        width: 100%;
        opacity:0.9;
    }
    #order_price_area input[type="button"]{
        margin-top: 8px !important;
    }
    #order_price_area input[type="text"]{
        width: 100% !important;
    }
    #order_area2{
        /* margin-bottom: 200px; */
        margin-bottom: 50px;
    }
    .new-button{
        width: 90%;
        display: block;
    }
    .back-button{
        width: 90%;
        display: block;
    }
    .order_check table th,
    .order_check table td{
        width: 100%;
        display: block;
    }
    .order_check table td{
        background: #f4fbff;
    }
    .order_check_button input[type="submit"] {
        margin: 15px 1rem 15px !important;
        padding: 16px;
    }
    #order_fv p{
        padding-left: 5%;
        padding-right: 5%;
    }
    .order_check_button div.clearfix > div.button1,
    .order_check_button div.clearfix > div.button2{
        float: none;
        width: 100%;
    }
    #order_pickup .form_item,
    #order_shipping .form_item{
        margin-bottom: 1rem;
    }
    #order_pickup .form_select,
    #order_shipping .form_select{
        width: 95.5%;
    }
    #order_pickup .form_select::after,
    #order_shipping .form_select::after{
        width: 13%;
    }
    .modal-open{
        position: fixed;
    }
}

/* 202009add */
.activeprice small{
    text-decoration: line-through;
    font-size: 12px;
}
.activeprice small span{
    text-decoration: none !important;
    display: inline-block;
    font-size: 115%;
    font-weight: 500;
    color: #ff4655;
}

.modal-open {
    overflow: visible!important;
    position: static!important;
}