pre.warning_msg,
div.warn{
    color: #F04457;
    margin-bottom: 10px;
}
div#step1,
div#step2
{
    width:100%;
    max-width: 1000px;
    margin: 0 auto;
}

/*user_index.cssにも移植*/
table{
    width: 100%;
    border-collapse: collapse;
    margin:0 auto;
}
th, td{
    background: white;
}
th{
    width:15rem;

}
th.tb_title{
    font-size: 2rem;
    background: var(--blue);
    color:white;
    position: relative;

}
th.required:after{
    /*必須*/
    content: '必須';
    border:1px solid red;
    border-radius: 3px;
    font-size: 1.0rem;
    margin-left: 0.5rem;
    color: red;
    padding: 2px;
}
input[type='text'], input[type='tel'],
input[type='email'], input[type='url'], select{
    width: calc(80% - 2px);
    border: 1px solid gray;
    margin: 0;
    padding: 0;
    line-height: 1.5rem;
    height: 1.5rem;
    border-radius: 4px;
    padding: 0px 10px;
    font-size: 1.6rem;
    height:40px;
}
input.zip1, input.zip2{
    width: calc(20% - 2px);
    margin: 0 0 10px;
}

input.address2,
input.address3,
input.address4{
    margin: 0 0 10px;
}
select.address1{
    margin: 0 0 10px;
    width: 24%;
}
button{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 1.0rem;
    padding: 0.25rem 2rem;
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    color: #fff;
    cursor: pointer;
    margin: 30px 0;
}
/*ここまで*/
.relative{
    position: relative;
}
span#copy_tenpo{
    border-radius: 3rem;
    padding: 3px;
    background: var(--blue);
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 7.5rem;
    font-size: 1.6rem;
    padding: 10px 20px;
}
.form_h1{
    text-align: center;
}
.top_title {
    margin: 30px auto 30px 0;
    font-size: 2rem;
    border-bottom: 1px solid var(--blue);
    text-align: center;
    padding: 0 0 10px 0px;
    color: var(--blue);
    font-weight: 500;
}
.top_title.mt_80{
    margin-top: 8rem;
}
#form1,#form2{
    width: 80%;
    margin: 30px auto;
    padding: 20px 50px 50px;
}
.regist_mail_check{
    width: 150px;
    cursor: pointer;
    margin-left: 10px;
}
.regist_mail_check_chiba{
    width: 200px;
    margin: 0px auto;
    cursor: pointer;
}
.regist_mail_check .base-btn{
    border: none;
    height: 90%;
    letter-spacing: 0.2em;
    font-size: 1.6rem;
    padding: 0 2rem;
}
.check_mail_address input{
    width: calc(96% - 2px);
}
.check_text_cover{
    margin: 10px;
    line-height: 1.8;
    font-size: 1.6rem;
}
.check_text_cover span.sp-title{
    font-weight: 800;
}
.check_text_cover ul{

}
.check_text_cover ul li{
    list-style: circle;
    margin: 0 0 0 20px;
}
.check_text_cover ul li.sec-li{
    list-style: none;
    margin: 20px 0 20px 0;
}
.check_text_cover ul li span{
    font-size: 0.8rem;
}
.check_text_cover_sm{
    font-size: 1.4rem;
    padding: 20px;
}
.check_text_cover_bottom{
    line-height: 1.8;
    font-size: 0.9rem;
    padding: 0 0 20px 0;
    font-size: 1.6rem;
    text-align: center;
}
.check_text_cover_bottom span{

    font-weight: 800;
    font-size: 18px;
}

.check_text_cover_bottom p{
    padding: 30px;
    font-weight: 500;
    color: var(--blue);
}
.check_text_cover a{
    color:dodgerblue;
}
.check_text_cover_fi{
    line-height: 1.8;
    padding: 0 0 20px 0;
    font-size: 1.6rem;
    text-align: center;
}
.shinsei-bt{
    text-decoration: none;
    font-size: 1.0rem;
    padding: 0.25rem 2rem;
    background: #a4c354;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
}
.sinsei-link{
    color: white;
}
.check_text_cover_fi a{

    color: #fff;
    text-decoration: none;
    display: block;
}
.mail_form_cover{
    padding: 0;
}
table td{
    width: 70%;
}
#registform .base-btn{
    font-size: 2rem;
    padding: 0.5rem 3rem;
}
@media screen and (max-width: 690px) {
    .check_mail_address input {
        width: calc(94% - 2px);
    }
    .regist_mail_check {
        width: 100%;
        margin: 1.5rem auto;
        cursor: pointer;
    }
    .regist_mail_check .base-btn{
        width: 100%;
        padding: 0.5rem 2rem;
    }
    table.shop_form_table {
        width: 100%;
        max-width: 1000px;
        border-collapse: collapse;
        margin: 0 auto;
        text-align: left;
    }
    table tr th, table tr td {
        font-size: 1.0rem;
        display: block;
        width: 94%;
    }
    select.address1 {
        width: 40%;
    }
    span#copy_tenpo {
        /* border-radius: 3px; */
        padding: 3px;
        background: #848484;
        color: whitesmoke;
        font-weight: normal;
        cursor: pointer;
        position: absolute;
        display: inline-block;
        right: -10px;
        top: 30px;
        padding: 10px 20px;
    }
    table tr th, table tr td {
        font-size: 1.0rem;
        display: block;
        width: 94%;
    }
    .form_type_sec tr th,.form_type_sec tr td {
        display: block;
        width: 94%;
        border-bottom:1px solid ;
    }
    .shop_form_table tbody tr th{
        text-align: left;
    }
    .shop_form_table tr th, .shop_form_table tr td,.koukan_shinsei_table tr th,.koukan_shinsei_table tr td {
        padding: 0 0.35rem;
    }
    .shop_form_table tr th, .shop_form_table tr td{
        width: 95%;
        margin: auto;
    }
    input[type='text'], input[type='email'], input[type='url'], select , .shop_form_table tr,.koukan_shinsei_table tr,input.tel-num
    {
        width: 100%;
        box-sizing: border-box;
    }
    .shop_form_table tr td,.koukan_shinsei_table tr td{
        padding-bottom: 1rem;
    }
    .shop_form_table tr .sp_pb20{
        padding-bottom: 20px;
    }
    .form_type_sec tr th, .form_type_sec tr td{
        border-bottom: none;
        text-align: left;
        padding: 0.3em 0.5rem;
    }
    .form_type_sec tr{
        border-bottom: 1px solid #dedede;
    }
    .form_type_sec tr th{
        font-weight: bold;
    }
    #form1, #form2 {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border-radius: 0;
    }
    .check_mail_address {
        width: 100%!important;
    }
    .check_text_cover_bottom p{
        line-height: 1.5;
    }
    .check_text_cover{
        margin: 0;
    }
    .check_text_cover_sm{
        padding: 0;
    }
    input.address2,
    input.address3,
    input.address4,
    input.zip1,
    input.zip2{
        margin: 0;
    }
}
.tiiki_box{
    margin-top:20px;
    background: #F4F4F4;
    padding: 1.5em 2.5em 1.5em;
}

.tiiki_box ul{
    list-style: disc;
}

.tiiki_box ul li, ol li {
    line-height: 1.5; /*文の行高*/
    padding: 0.5em 0; /*前後の文との余白*/

}

.tantousyajouhou{
    margin: 2rem auto;
}

.tenpojouhou tr:last-of-type td,.tantousyajouhou tr:last-of-type td,.tiikikyouryokuten tr:last-of-type td,
.tenpojouhou tr:last-of-type th,.tantousyajouhou tr:last-of-type th,.tiikikyouryokuten tr:last-of-type th,
.tenpojouhou tr:first-of-type th,.tantousyajouhou tr:first-of-type th,.tiikikyouryokuten tr:first-of-type th,.hontenjouhou tr:first-of-type th
{
    border-bottom: none;
}


.flex.btn-2col .base-btn{
    font-size: 2.6rem;
    width: 200px;
}

.flex.btn-2col{
    margin: 60px auto 0;
}
@media screen and (max-width: 690px) {
    .tiiki_box ul, ol {
    text-align: left;
    }
    .flex.btn-2col{
        width: 100%;
    }
    .flex.btn-2col base-btn{
        padding: 3px 2rem;
    }
    .tenpojouhou tr:first-of-type,.tenpojouhou tr:last-of-type,.tantousyajouhou tr:first-of-type,.tantousyajouhou tr:last-of-type,.tiikikyouryokuten tr:first-of-type,
    .tiikikyouryokuten tr:last-of-type, .hontenjouhou tr:first-of-type{
        border-bottom: none;
    }
    .tb_title{
        width: 100%;
    }
}

.warning_msg {
    color:red;
    font-weight:bold;
    margin-top: 10px;
    font-size: 1.4rem;
}

/**
修正依頼
 */

#form1, #form2{
    border-radius: 5px;
}

.form-title{
    color: var(--blue);
    text-align: center;
    font-weight: normal;
    font-size: 3rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.form-top-subtext{
    font-size: 1.6rem;
    color: var(--blue);
    margin: 30px 0;
    line-height: 1.8;
}
.note{
    color: var(--blue);
    font-size: 1.4rem;
}
.check_mail_address{
    width: 70%;
}
.color-box{
    color: var(--blue);
    background: #fffabf;
    padding: 30px;
}
.temp{
    position:relative;
    font-weight: normal;
}
.temp::before{
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    /* right: 16px; */
    top: calc(50% - 0px);
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
    left: -20px;
}
.temp-box{
    text-align: right;
}
.temp-box_se{
    text-align: center;
    margin: 50px 0 50px 0;
}
.input-title{
    margin: 0 0 30px;
    font-size: 1.6rem;
}
.chibam50{
    margin: 50px 0 0 0;
}
.short{
    padding: 60px 0 170px 0;
}
table tr th, table tr td{
    font-size: 1.6rem;
    padding: 1rem 0.75rem;
    color: var(--blue);
    font-weight: normal;
    border-bottom: 1px solid #ebebeb;
}
.top-w-box{
    color: #F04457;
    background: #FFE2E5;
    padding: 30px;
    display: none;
}
.shop_form_table tr th,.shop_form_table tr td,.koukan_shinsei_table tr th,.koukan_shinsei_table tr td{
    border-bottom: none;
}
.shop_form_table tr th,.koukan_shinsei_table tr th{
    text-align: center;
    font-weight: 600;
    vertical-align: baseline;
}
.btn-2col .mr_20{
    margin-right: 20px!important;
}
.header__hamburger span{
    width: 35px;
}

.table_padding{
    padding-bottom: 4rem;
}
@media screen and (max-width: 690px) {
    .form-title{
        font-size: 2rem;
    }
    .table_padding{
        padding-bottom: 0;
    }
    .form_type_sec tr .table_padding.table_padding_sp{
        padding-bottom: 4rem;
    }
}

.shop_policy {
    text-align: left;
    font-size: 1.4rem;
    font-weight: normal;
}

.shop_policy h3 {
    text-align: center;
}

.shop_policy h4 {
    font-weight: normal;
}

.shop_policy table tr th,
.shop_policy table tr td {
    border: 1px solid var(--blue);
    background-color: transparent;
    text-align: left;
    font-size: 1.4rem;
    font-weight: normal;
}

.shop_policy .policy-border {
    border: 1px solid var(--blue);
    padding: 1rem;
}

.shop_policy .policy-list {
    text-indent: -1em;
    padding-left: 1em;
    margin: 0;
}

.shop_policy .policy-list2 {
    text-indent: -4em;
    padding-left: 4em;
    margin: 0;
}

.shop_policy .policy-list3 {
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin: 0;
}

.shop_policy .policy-list4 {
    text-indent: -1em;
    padding-left: 3em;
    margin: 0;
}

@media screen and (max-width: 690px) {
    .shop_policy .policy-table-ofx {
        overflow-x: scroll;
        white-space: nowrap;
        max-width: 350px;
    }

    .shop_policy .policy-table-ofx th,
    .shop_policy .policy-table-ofx td {
        display: table-cell;
        padding: 0.8rem;
    }

    .shop_policy .policy-table-ofx2 th,
    .shop_policy .policy-table-ofx2 td {
        text-align: center;
    }
}