@charset "utf-8";
/*
entry/index
entry/confilm
entry/activate
entry/complate
contact/index
contact/confilm
contact/complate
help/privacy
help/tradelaw
テストコミット
*/
.registration_page #main{
    margin-bottom:60px;
}
.registration_page h1{
    text-align: center;
}
.registration_page h2{
    font-size: 160%;
    padding: 6px 10px;
    background-color: #efefe2;
    text-align:center;
}
#main {
    line-height: 1.5;
    padding-bottom: 30px;
}
#main h2{
    font-size: 2rem;
    font-weight: 600;
}
#main input,#main select,#main textarea{
    font-size: 100%;
}
#main form{
    margin-top: 30px;
}
#main form button{
    margin-bottom: 10px;
    font-size: 1.6rem;
}
#complete_box__message{
    margin-bottom: 30px;
}
.registration_page .btn-default{
    background-color: #e1e1e1;
}

#main.wrap{
    margin-bottom:40px;
}
/* dl-table */

.dl_table {
    display: table;
    width: 80%;
    margin:0 auto 30px;
}
.dl_table dl {
    display: table-row;
    border: 0 none;
}
.dl_table dt,
.dl_table dd {
    display: table-cell;
    border-bottom: 1px dotted #ccc;
    padding: 16px 0;
}
.dl_table dt {
    width: 30%;
}

.dl_table dd {
    padding: 16px;
}
.dl_table dd .form-group {
    padding-top: 16px;
}
.dl_table .zip-search {
    margin-top: 16px;
}
.dl_table .control-label{
    font-weight: bold;
}
.dl_table span.required{
    background-color:#c40026;
    color:#fff;
    padding:0 2px;
    font-size:80%;
    margin-left:10px;
    border-radius: 2px;
}
.dl_table textarea{
    width:100%;
    height:160px;
}

/*  form
============================ */

label {
    font-weight: normal;
}
input:focus,
select:focus {
    outline: none;
}
input[type="number"] {
    text-align: right;
}
.form-group .errormsg {
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
dd.form-group .errormsg {
    margin-bottom: 0;
}

.form-control {
    border: 1px solid #C4CCCE;
    border-radius:3px !important;
    box-shadow:none;
    font-size: 16px;
    font-size: 1.6rem;
    height: 40px;
    padding: 6px 12px;
    width: auto;
    line-height: 1.5
}
.form-control:focus {
    border-color:#3c8dbc !important;
    box-shadow:none
}
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
    box-shadow:none;
    background: none;
}
.has-success .form-control { border-color: #0D8969; background: #e7f6f3; }
.has-warning .form-control { border-color: #E99133; background: #fdf7ed; }
.has-error .form-control { border-color: #CF3F34; background: #FDF1F0; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: inherit;  background: #FDF1F0;
}

.form-control::-moz-placeholder {
    color:#bbb;
    opacity:1
}
.form-control:-ms-input-placeholder {
    color:#bbb
}
.form-control::-webkit-input-placeholder {
    color:#bbb
}
.form-control:not(select) {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}

.form-group .form-control {
    width: 100%;
}
.form-inline .form-control {
    width: auto;
}

.form-group.lange input[type="text"], .form-group.lange label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1%;
    margin-right: 1%;
    vertical-align: middle;
}
.form-group.lange input[type="text"] {
    width: 28%;
}
.input_tel input {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 1px;
    max-width: 5em;
    vertical-align: middle;
    width: 30%;
}
.form-group.input_tel input:first-child {
    margin-left: 0;
}
.form-group.input_name input {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 2%;
    vertical-align: middle;
    width: 48%;
}
.form-group.input_name input:first-child {
    margin-left: 0;
}
.form-group.input_zip input {
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    max-width: 5em;
    vertical-align: middle;
    width: 30%;
}
.form-group.input_zip .question-circle {
    display: none;
}
.form-group.input_zip .question-circle .cb-question {
    fill: #fff;
}


.form-group .item_price input, .form-group .item_quantity input {
    margin: 0 1%;
    text-align: right;
    width: 50%;
}

.form-inline label {
    margin: 0 10px 0 0;
}
.form-inline label:first-child + select,
.form-inline label:first-child + input {
    margin-right: 10px;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}
.checkbox-inline, .radio-inline {
    cursor: pointer;
    margin-left: 20px;
}
.checkbox-inline:first-child, .radio-inline:first-child {
    margin-left: 0;
}

span.required {
    color: #DE5D50;
    font-weight: normal !important;
    margin-left: 1em;
    font-size: 12px;
    font-size: 1.2rem;
}

#entry_birth select {
    margin: 0 8px;
}
#entry_birth select:first-child {
    margin-left: 0;
}
#entry_sex .radio,
#entry_company_name .radio{
    display: inline-block;
    margin-right: 10px;
}
#entry_sex .radio input[type="radio"] ,
#entry_company_name .radio input[type="radio"]{
    margin-right: 10px;
}


/* responsive */

@media screen and ( max-width:640px ){
    #main{
        padding: 10px;
    }
    .registration_page header h1{
        text-align: left;
    }
    /* dl-table */

    .dl_table {
        display: block;
        width: 100%;
        margin:0 auto;
    }
    .dl_table dl {
        display: block;
    }
    .dl_table dt,
    .dl_table dd {
        display: block;
        padding: 8px 0;
    }
    .dl_table dt {
        width: 100%;
    }

    .dl_table dd {
        width: 100%;
        margin: 0 0 20px;
        border-bottom: 0;
    }


}

#entry_company_name {
    display: flex;
    gap:20px;
}
#entry_address_pref{
    background-image: none !important;
}

legend{
    float: none;
}