html, body {
//    font-weight: 400;
    text-align: center;
//    line-height: 1.75em;
}

#formgroup_register {
    max-width: 1200px;
    height: auto;
    margin: 24px auto 12px auto;
    display: table;
    width: 90%;
    border-collapse: collapse;
}

.inbox {
    display: table;
    margin: auto;
}

form h3 {
    display: table-caption;
    max-width: 1200px;
    margin: 24px auto 0px auto;
    padding: 12px 0px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #0d337d;
}

#formgroup_register .formrow {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin: 1em 0;
}

#formgroup_register .formrow div {
    vertical-align: middle;
    font-size: 16px;
    display: table-cell;
}

#formgroup_register .formrow div:nth-child(odd) {
    padding-left: 8px;
    padding-right: 2em;
    text-align: left;
    background-color: #fff;
    font-size: 1.13em;
//    border-left: 5px solid #e5aa18;
//    border-bottom: 1px solid #e5aa18;
    border-left: 1em solid #e5aa18;
}

form #formgroup_register .formrow div:nth-child(even) {
    padding-left: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    background-color: #fff;
}

.mod_form_importance_btn {
    text-align: center;
}

form button {
    width: 200px;
    height: 50px;
    margin: 10px auto 30px auto;
    display: block;
}

form input {
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
    height: 35px;
    line-height: 35px;
}

form select {
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
    min-height: 41px;
    padding: 8px 0;
}

form label {
    display: inline-block;
    text-align: left;
}

form input#email {
    width: 25em;
    max-width: 99%;
}


/*===========================================================================*/
/* #4 モバイル設定(共通)       												 */
/*---------------------------------------------------------------------------*/
@media (max-width: 700px) {

form #formgroup_register .formrow .mobile-flex {
    display: flex;
    flex-direction: column;
}

form input#email {
    width: 20em;
}

} /* @include Mobile close */
