/*************************
　　共通部分
*************************/
.t_h1 {
    width: 100%;
 }

.t_h1 h1 {
    color: #fff;
    background: #000000;
    width: 100%;
    height: 45px;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 0 0 15px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 30px;
    box-sizing: border-box;
 }

.t_h2 {
    margin-bottom: 20px;
    width: 100%;
}

.t_h2 h2 {
   color: #fff;
   background: #000000;
   font-weight: bold;
   font-size: 17px;
   padding: 10px 15px;
}

 @media screen and (max-width: 768px){
    .t_h1 h1 {
        margin-bottom:10px;
    }

}

 h3.t_h3 {
    margin-top:20px;
    margin-bottom:15px;
    font-size:15px;
    font-weight:bold;
    width: 100%;
}


/*************************
　会員ログインor登録　start
*************************/
#member_login-register {
    width: 100%;
    display: flex;
}

#member_register {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px){
    #member_login-register {
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 20px;
        border:none;
    }
}

.left_position {
    width: 50%;
    float: left;
    margin: 35px;
    flex: auto;
}

.right_position {
    width: 50%;
    float: right;
    margin: 35px;
    flex: auto;
}

h2.t_h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 15px;
}

.member_mail , .member_mpw , .gazou {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0;
    text-align: left;
}

input#member_mail , input#member_mpw , input#gazou{
    width: 95%;
    height: 35px;
}

.btn_l{
    width: 80%;
    margin: 10px auto;
}

.left_position p input ,
.right_position p button {
    height: 55px;
    width:100%;
    background:#000000;
    border:#000000;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    cursor:pointer;
}

.left_position p input:disabled {
    background:#dddddd;
    cursor:not-allowed;
}

@media screen and (max-width: 768px){
    .btn_l,
    .left_position p input ,
    .right_position p button {
        width:100%;
    }
}

.member_button p input {
    margin-top: 10px;
    height: 55px;
    width: 100%;
    background: #000000;
    border: #000000;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    cursor:pointer;
}

.member_button {
    width: 30%;
    margin: auto;
    padding-bottom: 40px;
}

.flow_txtlist {
    margin: 10px auto;
    width: 60%;
}

.flow_txtlist img {
    width: 100%;
}

#member_register_done{
    width:100%;
}

.done2_waku {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 5px;
    margin-bottom: 20px;
}

.centerline {
    border-top: 2px solid #DDDDDD;
    margin: 30px 0px;
}

.centerline2 {
    border-top: 2px solid #DDDDDD;
    margin: 15px auto;
    width: 100%;
}

p.topbutton {
    width: 35%;
    display: flex;
    margin: 0px auto 40px;
    text-align: center;
}

p.topbutton a {
    margin-left: 40px;
    height:40px;
    width: 80%;
    background: #000000;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding-top: 17px;
}

.mailconf , .mailregist{
    width:75%;
    margin:auto;
}

.waku{
    width:100%;
    border:1px solid #e6e6e6;
    border-radius: 5px 5px 5px 5px;
}

@media screen and (max-width: 768px){
    .left_position {
        width: 100%;
        float: left;
        margin: auto 0;
    }

    .right_position {
        width: 100%;
        float: left;
        margin: 30px auto;
    }

    .flow_txtlist {
        margin: auto;
        width: 100%;
    }

    .flow_txtlist img{
        width: 100%;
    }

    #member_register_done {
        margin-top: 15px;
    }

    .mailconf , .mailregist{
        width:95%;
        margin:auto;
        font-size: 11px;
    }

    .member_button, p.topbutton {
        width: 100%;
        padding:0;
    }

    p.topbutton a {
        width: 100%;
        margin: 0;
    }

    .waku{
        border:none;
    }
}

/*************************
　会員情報入力　START
*************************/
div#basic {
    width: 90%;
    display: flex;
    margin: 0 auto;
    padding-top: 20px;
}

.sub_ti {
    width: 25%;
    font-size: 15px;
    text-align: center;
}

.sub_ti3 {
    width: 30%;
}

.com_base{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.basic_base {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.basic_tit {
    width: 25%;
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
}

.basic_form {
    width: 75%;
}

.m_mail{
    margin-bottom: 30px;
}

@media screen and (max-width: 768px){
    div#basic {
        width: 100%;
        margin: auto;
        padding: 0;
    }
    .basic_base {
        flex-wrap: wrap;
    }

    .basic_tit, .basic_form {
        width: 100%;
    }

    .m_mail{
        margin: 0;
    }
}

.border_line{
    border-bottom: 1px solid #f1f1f1;
}

.f_size{
    font-size: 12px;
}

.ex_mm{
    padding: 0px 0px 0px 23px;
}

.firstname_form , .account_from_form {
    width: 49%;
    margin-right: 5px;
}

.lastname_form {
    width: 49%;
}


input#member_mail, input#member_pw, input#member_mpw,
input#member_mpw_confirm, input#member_addr1,
input#member_addr2, input#member_addr3,
input#member_addr4 {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
}
input#member_name_first , input#member_name_last ,
input#member_kana_first , input#member_kana_last ,
input#member_tel , input#member_zip ,
select#member_addr1 {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
}

input#member_dest_name ,
input#member_dest_kana {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
}

select#member_birth_y ,
select#member_birth_m ,
select#member_birth_d {
    width:20%;
    height:40px;
    margin-right:5px;
}

/* 基本情報 END */

/* メールマガジン START */
.m_text{
    width: 100%;
    margin-bottom: 20px;
}

.malmaga {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.part1, .part2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

input#m_m {
    margin-bottom: 10px;
}

/* メールマガジン END */

.member_conf_button {
    width: 40%;
    margin: auto;
    margin-bottom: 50px;
}


/*************************
　会員情報入力　END
*************************/

/*************************
　会員情報確認　START
*************************/
.sub_ti2{
    width:50%;
    text-align: center;
}

.member_form_button,
.member_regist_button {
    width: 40%;
    margin: auto;
    margin-top: 20px;
}

@media screen and (max-width: 768px){
    .member_form_button,
    .member_regist_button {
        width: 100%;
    }
}

.send_regist_button {
    width: 30%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    background: #000000;
    border-radius: 5px;
}

.send_regist_button a {
    display: block;
    padding: 15px;
    color: #fff;
}

@media screen and (max-width: 768px){
    .send_regist_button{
        width: 100%;
    }
}

.member_regist_button p input,
 .withdraw_button p input{
    height: 55px;
    width:100%;
    background: #000000;
    border: #000000;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    cursor:pointer;
}

.member_form_button p input{
    margin-bottom: 50px;
    height: 55px;
    width:100%;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 5px;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    cursor:pointer;
}


/*************************
　会員情報確認　END
*************************/

/******************************
　会員ページ 注文詳細 START
*******************************/
#member_history{
    width: 100%;
}

.member_h2 {
    width: 20%;
    float: left;
}

.member_h2 h2 {
    color: #fff;
    background: #000000;
    width: 100%;
    height: 45px;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 0 0 15px;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
}

/* .rightlist_h1 h1 {
    color: #fff;
    background: #FF9934;
    width: 98%;
    height: 35px;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 0 0 18px;
    border-radius: 5px 5px 0 0;
} */

@media screen and (max-width: 768px) {
    .member_h2 {
        width:100%;
        float:none;
    }

    .member_h2 h2  {
        width: 100%;
    }
}

#ln_member, .content-list {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

#ln_member li {
    width: 100%;
    margin: auto;
    padding: 10px 10px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
}

li.highlight {
    border-bottom: 1px solid #e6e6e6;
}

#index_right {
    width: 75%;
    float: right;
}

div.table_basic {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 20px auto;
    font-size: 12px;
    border: 1px solid #c1c1c1;
}

.item_sutit:first-child {
    display: flex;
    flex-wrap: wrap;
    width:100%;
    background:#F1F1F1;
    font-weight:bold;
    border-bottom: 1px solid #c1c1c1;
}

.item_sutit {
    display: none;
}

.table_tit {
    width: calc(100% /4 + -6px);
    padding: 5px 0px 5px 5px;
    border-right: 1px solid #d1d1d1;
}

.table_d {
    width: calc(100% /4 + -6px);
    padding: 10px 10px 10px 5px;
    border-right: 1px solid #d1d1d1;
}

.table_tit:last-child,
.table_d:last-child {
    border-right:none;
}

@media screen and (max-width: 768px){
    .item_sutit:first-child {
        width: 39%;
        border-top: 1px solid #c1c1c1;
        border-left: 1px solid #c1c1c1;
        border-bottom:none;
    }

    .item_sutit {
        display:flex;
        flex-wrap:wrap;
        width:39%;
        font-weight: bold;
        background: #F1F1F1;
        border-top:1px solid #c1c1c1;
        border-left:1px solid #c1c1c1;
        margin-bottom:20px;
    }

    .table_tit {
        width: 100%;
        height: 25px;
        padding: 5px;
        border-bottom: 1px solid #d1d1d1;
    }

    .table_tit:last-child, .table_d:last-child {
        border-right: 1px solid #d1d1d1;
    }

    .table_d:last-child {
        border-bottom: none;
    }

    .table_d {
        width: 100%;
        height: 25px;
        padding: 5px;
        border-bottom: 1px solid #d1d1d1;
    }
}

div#detail_basic {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 20px auto;
    font-size: 12px;
}

.sp-firstbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #c1c1c1;
}

@media screen and (max-width: 768px){
    div#detail_basic {
        width: 100%;
    }

    .sp-firstbox {
        border:none;
    }
}

.item_left:first-child {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-weight: bold;
    border-bottom: 1px solid #c1c1c1;
    background: #F1F1F1;
}

.item_left {
    display: none;
}

.table_detail_tit {
    width: calc(100% /3);
    padding: 5px 0px 5px 5px;
    border-right: 1px solid #d1d1d1;
    box-sizing: border-box;
}

.table_detail_d {
    width: calc(100% /3);
    padding: 5px 0px 5px 5px;
    border-right: 1px solid #d1d1d1;
    box-sizing: border-box;
}

@media screen and (max-width: 768px){
    .table_detail_tit, .table_detail_d {
        width: 100%;
        padding: 5px;
        border-bottom: 1px solid #d1d1d1;
    }

}

.table_detail_tit:last-child,
.table_detail_d:last-child {
    border-right:none;
}

@media screen and (max-width: 768px){
    .table_detail_d:last-child {
        border-bottom: none;
        border-right: 1px solid #d1d1d1;
    }

    .buydate_right div.rows {
        height: 45px;
        display: flex;
        align-items: center;
    }

    .buydate_right:first-child {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        border-bottom: 20px;
    }

    .table_detail_tit:last-child {
        border-right: 1px solid #d1d1d1;
    }
}

.buydate_right {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
}

.buydate_right:last-child {
    border-bottom:none;
}

button.s_button {
    width: 100%;
    background: #000000;
    color: #fff;
    border: #000000;
    border-radius: 5px;
    font-weight: bold;
    display: block;
}


@media screen and (max-width: 768px){
    #ln_member, .content-list {
        border: none;
    }

    #ln_member li {
        width: 100%;
        margin: auto;
        padding: 15px 10px;
        display: block;
        text-decoration: none;
        box-sizing: border-box;
    }

    li.highlight, li.logout {
        border-bottom: 1px solid #333;
    }

    #index_right {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    div.table_basic {
        width:100%;
        border: none;
        font-size: 13px;
    }

    .item_left:first-child {
        display: table;
        width: 39%;
        border-top: 1px solid #c1c1c1;
        border-left: 1px solid #c1c1c1;
        border-bottom: none;
    }

    .item_left {
        display: table;
        width: 40%;
        float: left;
        background: #F1F1F1;
        margin-bottom: 20px;
    }

    .item_left div.ctrl {
        width: 100%;
        height: 45px;
        padding-top: 15px;
    }

    .buydate_right{
        flex-wrap: wrap;
        width: 60%;
        border-top: 1px solid #c1c1c1;
        margin-bottom: 20px;
    }

    .buydate_right:last-child {
        border-bottom: 1px solid #c1c1c1;
    }

}

.tuning_info{
    width: 100%;
    margin:0px 0px 25px;
}

.list_base {
    width: 100%;
    display: flex;
    padding: 20px 0;
    border-top: 1px solid #333;
}

@media screen and (max-width: 768px){
    .list_base {
        flex-wrap: wrap;
        border-top: 0px;
        padding: 0px;
        margin: 10px 0;
    }

    .list_base h2 {
        color: #fff;
        background: #000000;
        width: 100%;
        height: 40px;
        padding: 10px 0 0 5px;
        box-sizing: border-box;
    }
}

.left_h2 {
    width: 30%;
    font-weight: bold;
    font-size: 15px;
}

@media screen and (max-width: 768px){
    .left_h2 {
        width: 100%;
        margin: 0px;
    }
}

.detail_base {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.cartlist:first-child {
    border-top: none;
}

.cartlist{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    border-top: 1px solid #707070;
}

div#cartimg {
    width: 30%;
    margin: 0px 10px 0 0;
}

.right_list {
    width:65%;
    font-weight: bold;
}

.right_list ul li {
    padding: 2px 0px;
}

a#customer_modbtn {
    width: 35%;
    height: 25px;
    padding: 5px 0 0 0;
    display: block;
    background: #6c6c6c;
    border: 1px #333;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}

div#customer_modform {
    margin-top: 10px;
}

#customer_modform label {
    width:20%;
    float:left;
    margin-top: 5px;
}

#customer_modform input,
#customer_modform select,
#customer_modform2 input,
#customer_modform2 select,
#customer_modform3 input,
#customer_modform3 select,
#customer_modform4 input,
#customer_modform4 select {
    width:75%;
    margin-bottom: 5px;
    height: 25px;
}

.pay_method {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px 0 0 0;
}

.p_methods {
    width: 40%;
    padding-bottom: 15px;
}

.pay_name {
    width: 60%;
    padding-bottom: 15px;
}

.p_method {
    width: 40%;
    border-top: 1px solid;
    padding: 10px 0;
}

.pay {
    width: 60%;
    border-top: 1px solid;
    padding: 10px 0;
}

@media screen and (max-width: 768px){
    .pay_method {
        width:95%;
        margin: 0 auto;
    }

    .p_methods {
        width: 100%;
        padding:0;
        font-weight: bold;
    }

    .p_method {
        width: 100%;
        padding:0;
        font-weight: bold;
        border: none;
    }

    .pay_name, .pay {
        width: 100%;
        padding:0;
        border: none;
    }
}

.detailbase_tit{
    width: 25%;
    font-size: 13px;
    font-weight: bold;
}

.detailbase_form {
    width: 75%;
    text-align: right;
}

.sum{
    border-top: 1px solid #333;
    padding: 10px 0;
}

.sum_money{
    border-top: 1px solid #333;
    padding: 10px 0;
    font-weight: bold;
}



.back_button{
    height: 45px;
    width: 40%;
    margin: auto;
    background: #ffffff;
    border-radius: 5px;
    color:#fff;
    border: 1px solid #000000;
    font-size: 13px;
    text-align: center;
    margin-bottom: 50px;
}

.back_button a {
    display: block;
    padding: 13px;
}

/******************************
	会員ページ END
*******************************/


/***************************
    利用規約
***************************/
#discription {
    overflow: auto;
    margin: 10px 0px 8px;
    padding: 5px;
    height: 200px;
    background-color: #ffe;
    border: 1px solid #ccc;
    text-align: left;
}

/***************************
    パスワードを忘れた人
***************************/
p.ex_remember {
    margin-top: 15px;
}

input#mail {
    width: 95%;
    height: 35px;
    float: none;
}

.button_area{
    width: 25%;
    float: right;
}

.b_submit {
    width: 100%;
    text-align: right;
}

.b_submit input{
    height:50px;
    width:30%;
    background: #000000;
    border: #000000;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

@media screen and (max-width: 768px){
    .b_submit input{
        width: 100%;
    }

    .b_submit {
        text-align: center;
        margin: 15px 0 15px 0px;
    }
}

p.txt_done{
    margin:7px 0px 10px;
    font-weight:bold;
    font-size:120%;
    text-align:center;
}

p.top {
    width: 35%;
    display: flex;
    margin: 0px auto 40px;
    text-align: center;
}

p.top a {
    height:40px;
    width:100%;
    background: #000000;
    border-radius: 5px;
    color:#fff;
    font-size: 15px;
    font-weight: bold;
    padding-top: 17px;
}

@media screen and (max-width: 768px){
    p.top {
        width:100%;
    }
}

.errorlist{
    margin-left: 20px;
    margin-top: 5px;
    list-style-type:disc;
}

.errorlist li{
    margin:0px 0px 0px 13px;
    color:#c00;
}

/*************************
    配送先リスト
*************************/
#send_basic {
    width: 95%;
    display: flex;
    margin:10px auto;
}

.send_base{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.send1 {
    display: flex;
    width: 50%;
    margin-right: 2px;
    border: 1px solid;
    border-radius: 5px;
    font-size: 13px;
    background: #f1f1f1;
    box-sizing: border-box;
}

.send3 {
    display: flex;
    width: 50%;
    margin-right: 2px;
    border: 1px solid;
    border-radius: 5px;
    font-size: 13px;
    box-sizing: border-box;
}

.send2, .send4 {
    display: flex;
    width: 49%;
    margin-left: 2px;
    border: 1px solid;
    border-radius: 5px;
    font-size: 13px;
    box-sizing: border-box;
}

.send3, .send4 {
    margin-top:10px;
}

.user_info{
    width: 80%;
    padding: 10px 0px 10px 10px;
}

.add_now{
    color: blue;
    font-weight: bold;
    font-size: 16px;
    background: yellow;
    margin-bottom: 5px;
    width: 20%;
}

.edit_btn{
    width: 20%;
    padding: 10px 0px 0px 5px;
}

.edit_btn input {
    width: 90%;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid;
    cursor:pointer;
}

.main_send{
    width: 35px;
    height: 30px;
    border-radius: 5px;
    font-size: 10px;
    margin-bottom: 20px;
    background-color: red;
    color: #fff;
    text-align: center;
    display: block;
    margin-left: 20px;
}

button#addrsave2 {
    cursor: pointer;
}

@media screen and (max-width: 768px){
    /*************************
        配送先リスト
    *************************/
    .send1, .send2, .send3, .send4 {
        width: 100%;
        margin-top: 15px;
    }

    .main_send {
        margin-left: 15px;
    }
}


/*************************
    退会手続き
*************************/
.drawtit_h2{
    border-top:1px solid #000000;
    padding-top:15px;
    font-size: 15px;
    width: 100%;
}

.check_id{
    width: 35%;
    margin: 15px auto;
}

.withdraw_button{
    width: 45%;
    margin: 20px auto;
}

@media screen and (max-width: 768px){
    .check_id{
        width: 100%;
        margin: 15px auto;
    }

    .withdraw_button{
        width: 100%;
        margin: 20px auto;
    }

    .withdraw_button p input{
        height: 55px;
        width: 100%;
        background: #000000;
        border-radius: 5px;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        display: inline-block;
    }
}

/******************************
	ページ一覧
*******************************/
div.pages {
	width:100%;
	height:40px;
    margin:10px 0;
    border-top:1px solid #000000;
    padding-top: 10px;
    margin-bottom: 40px;
}

div.pages ul{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

div.pages li{
	float:left;
	margin-right:2px;
}

div.pages li a,.pages li strong{
	display:block;
	padding:10px;
	border:1px solid #ccc;
	text-align:center;
	font-size:12px;
	text-decoration:none;
}

div.pages li a:hover,div.pages li strong{
	background-color:#98D431;
	color:#fff;
}

/*ポップアップここから*/
.popup_wrap input {
    display: none;
  }

  .popup_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
  }

  .popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .popup_content {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: fit-content;
    border-radius: 20px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
  }

  .close_btn {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 30px;
    cursor: pointer;
  }

  .popup_wrap input:checked ~ .popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
  }

  .open_btn {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 30px;
    margin:10px auto;
    padding: 8px 16px;
    color: #fff;
    background:#CB0E00;
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    cursor: pointer;
    transition: .3s ease;

  }
  .open_btn:hover{
      background:#000;
      color:#fff;
      transition: .3s ease;
  }

  .popup_titile{
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 10px 15px;
    width: 98%;
    border-bottom: 1px solid #e8e8e8;
  }

  .sendarea{
    width: 95%;
    padding: 10px 20px 15px;
    display: flex;
    justify-content: space-between;
  }

  .add_area{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
  }

  .form_size{
    margin-bottom: 5px;
    height: 25px;
  }

  .sendlist{
    width:25%;
    float:left;
  }

    button#addrapply1,
    button#addrapply2,
    button#addrapply3,
    button#addrapply4,
    button#addrsave2,
    button#addrsave3,
    button#addrsave4 {
        cursor: pointer;
        margin: 5px 0;
    }

  @media screen and (max-width: 768px){
    .popup_content {
        width: 95%;
        top: 5vh;
    }

    .popup_titile{
        padding: 15px 0 10px 15px;
        width: 95%;
      }

    .sendarea{
        width: 90%;
        padding: 10px 10px;
        display: block;
        justify-content: space-between;
      }

      .form_size{
        width: 100%;
        height: 25px;
        /* margin-bottom: 5px; */
      }

  }

  /*ポップアップココまで*/

/*カートメッセージ (ポップアップ)*/
#cart_msg{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:250;
    background: #ffffff;
    width: 260px;
    font-weight: bold;
    border: 1px solid #bee0c2;
    border-radius: 5px;
    text-align: left;
    padding: 20px;
}
#msg_close_btn{
    margin: 10px 0 0 215px;
    border: 1px solid #317b96;
}