@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
    font-size: 62.5%;
}
body {
    font-size: 100%;
    font-family: /*-apple-system, BlinkMacSystemFont, "Helvetica Neue", */"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
}
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.none {
    display: none;
}
.align-center {
    text-align: center;
}
.red {
    color: #c00;
}

@media screen and (min-width: 768px) {
    body {
        min-width: 1024px;
    }
    .wrapper {
        box-sizing: border-box;
/*
        width: 1024px;
        padding: 0 24px;
*/
        width: 984px;
        margin: 0 auto;
    }
    .noto {
        font-family: /*-apple-system, BlinkMacSystemFont, "Helvetica Neue", */"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, 'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
    }
}





/* Header */

#header {
    position: relative;
    z-index: 2;
    padding-top: 64px; padding-top: 17.066vw;
}
#header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px; height: 17.066vw;
    box-shadow: 0 1px 0 #f2eedc;
/*
    -webkit-perspective: 667px; -webkit-perspective: 100vh;
    perspective: 667px; perspective: 100vh;
*/
}

#logo {
    position: relative;
    padding: 10px; padding-top: 2.666vw; padding-bottom: 2.666vw; padding-right: 2.666vw; padding-left: 2.666vw;
    z-index: 1;
    background: #fffcd4 url(../img/common/mesh.gif);
    background-size: 2px;
}
#logo a {
    display: block;
    width: 166px; width: 44.266vw;
}

#header-nav {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    padding: 64px 20px 30px 20px; padding-top: 17.066vw; padding-bottom: 8vw; padding-right: 5.333vw; padding-left: 5.333vw;
    background-color: rgba(255,241,0,0.95);
    z-index: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;

    -webt-transition: left .3s;
    transition: left .3s;
/*
    -webt-transition: transform .3s;
    transition: transform .3s;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-perspective-origin: 0 0;
    perspective-origin: 0 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
*/
}
#header-nav.open {
    left: 0;
/*
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
*/
}
#header-nav ul {
    padding: 6px 0; padding-top: 1.6vw; padding-bottom: 1.6vw; /* padding-bottom: 8vw;*/
}
#header-nav ul li+li {
    border-top: dashed 1px rgba(88,51,0,0.2);
}
#header-nav ul li a {
    position: relative;
    display: block;
    font-size: 12px; font-size: 1.2rem; font-size: 3.2vw;
    line-height: 166.666%;
    color: #000;
    padding: 12px; padding-top: 3.2vw; padding-bottom: 3.2vw; padding-right: 3.2vw; padding-left: 3.2vw;
    text-decoration: none;
}
#header-nav ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px; right: 2.666vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 5px; width: 1.333vw;
    height: 5px; height: 1.333vw;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    #nav-toggle {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;

        position: absolute;
        top: 16px; top: 4.266vw;
        right: 16px; right: 4.266vw;
        display: block;
        width: 32px; width: 8.533vw;
        height: 33px; height: 8.8vw;
        cursor: pointer;
        z-index: 999;
    }
    #nav-toggle span,
    #nav-toggle:before,
    #nav-toggle:after {
        position: absolute;
        display: block;
        width: 60%;
        height: 3px; height: 0.8vw;
        border-radius: 1px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #583300;
    }
    #nav-toggle span {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    #nav-toggle:before,
    #nav-toggle:after {
        content: "";
        -webkit-transition: .2s;
        transition: .2s;
    }

    #nav-toggle:before {
        top: 8px; top: 2.133vw;
    }
    #nav-toggle:after {
        bottom: 8px; bottom: 2.133vw;
    }

    #nav-toggle.open span {
        display: none;
    }
    #nav-toggle.open:before,
    #nav-toggle.open:after {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    #nav-toggle.open:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #nav-toggle.open:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@media screen and (min-width: 768px) {

    #header {
        background: #fffcd4 url(../img/common/mesh.gif);
        background-size: 2px;
        padding-top: 0;
    }
    #header-wrap {
        position: relative;
        height: 186px;
        box-shadow: none;
    }
    #logo {
        padding: 16px;
        margin: 0 auto;
        background: none;
    }
    #logo a {
        width: 332px;
        margin: 0 auto;
    }

    #header-nav {
        position: relative;
        left: 0;
        height: auto;
        padding: 0;
        background-color: #f4edbe;
        overflow: visible;
        transition: none;
    }
    #header-nav ul {
        padding: 0 18px 0 19px;
        display: flex;
    }
    #header-nav ul li {
        position: relative;
    }
    #header-nav ul li.sp-only {
        display: none;
    }
    #header-nav ul li+li {
        border-top: none;
        position: relative;
        padding-left: 1px;
    }
    #header-nav ul li+li:before {
        content: "";
        display: block;
        width: 0px;
        height: 12px;
        border-left: solid 1px #ab976b;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
    #header-nav ul li.sp-only {
        display: none;
    }
    #header-nav ul li.sp-only+li
    #header-nav ul li+li.sp-only {
        padding-left: 0;
    }
    #header-nav ul li.sp-only+li:before,
    #header-nav ul li+li.sp-only:before {
        display: none;
    }
    #header-nav ul li a {
        font-size: 12px;
        padding: 0;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        height: 68px;
        z-index: 1;
    }
    #header-nav ul li a:after {
        display: none;
    }
    #header-nav ul li:after {
        content: "";
        display: block;
        width: 100%; width: calc(100% - 24px);
        height: 0px;
        height: 48px;
        border-radius: 4px;
        background-color: rgba(255,255,255,0.4);
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 0;
        opacity: 0;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }
    #header-nav ul li:hover:after {
        opacity: 1;
    }
    #header-nav ul li a span {
        visibility: hidden;
    }
    #header-nav #nav-btn-01 {
        background-image: url(../img/common/btn-01.png);
        background-size: 250px;
        width: 298px;
    }
    #header-nav #nav-btn-02 {
        background-image: url(../img/common/btn-02.png);
        background-size: 156px;
        width: 204px;
    }
    #header-nav #nav-btn-03 {
        background-image: url(../img/common/btn-03.png);
        background-size: 198px;
        width: 246px;
    }
    #header-nav #nav-btn-04 {
        background-image: url(../img/common/btn-04.png);
        background-size: 150px;
        width: 198px;
    }
    
    #nav-toggle{
        display: none;
    }
}





#header-nav #member-nav-label {
    font-size: 14px; font-size: 1.4rem; font-size: 3.733vw;
    font-weight: bold;
    line-height: 166.666%;
    padding: 12px 6px; padding-top: 3.2vw; padding-bottom: 3.2vw; padding-right: 1.6vw; padding-left: 1.6vw;
    border-bottom: solid 2px #000; border-bottom-width: 0.533vw;
}
@media screen and (min-width: 768px) {
    #header-nav #member-nav-container {
        display: none;
    }
}





/* ログインボタン */

#header #login_btn {
    display: none;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 16px; right: 4.266vw;
}
#header #login_btn a {
    display: block;
    width: 50px; width: 13.333vw;
    margin-top: -12px; margin-top: -3.4vw;
}

@media screen and (min-width: 768px) {
    #header #login_btn {
        display: block;
        right: auto;
        width: 100%;
        height: 0;
        overflow: visible;
        z-index: 1;
    }
    #header #login_btn a {
        margin: 0 auto;
        width: 100px;
        margin-top: -25px;
        transform: translateX(438px);
        -webkit-transition: margin .2s;
        transition: margin .2s;
    }
    #header #login_btn a:hover {
        margin-top: -22px;
    }
}




/* Main */

#main {
    position: relative;
    z-index: 1;
    font-size: 12px; font-size: 1.2rem; font-size: 3.2vw;
    line-height: 200%;
    padding-bottom: 24px; padding-bottom: 6.4vw;
}

.section {
    margin: 0 24px; margin-left: 6.4vw; margin-right: 6.4vw;
}
.section+.section {
    margin-top: 32px; margin-top: 8.533vw;
}

#main .lead-txt,
.common-section-title {
    font-size: 14px; font-size: 1.4rem; font-size: 3.733vw;
    line-height: 175%;
    font-weight: 700;
    margin-bottom: 6px; margin-bottom: 1.6vw;
}
.common-section+.common-section {
    margin-top: 24px; margin-top: 6.4vw;
    padding-top: 24px; padding-top: 6.4vw;
    border-top: dotted 1px #e3e3e3;
}
.common-section-content:after {
    content: "";
    display: block;
    clear: both;
}

.common-section p+p {
    margin-top: 10px; margin-top: 2.666vw;
}
figure.common-section-img-container {
    display: block;
}
figure.common-section-img-container figcaption {
    color: #999;
    display: block;
    padding: 8px 0 8px 0; padding-top: 2.133vw; padding-bottom: 2.133vw;
}

.common-section-img {
    margin-top: 6px; margin-top: 1.6vw;
}
.common-section-img+p {
    margin-top: 16px; margin-top: 4.266vw;
}

.common-number-list {
    list-style: decimal inside;
}
*+.common-number-list {
    padding-top: 8px; padding-top: 2.133vw;
}

@media screen and (min-width: 768px) {
    #main {
        font-size: 13px; font-size: 1.3rem;
        padding-bottom: 32px;
    }

    #main .lead-txt,
    .common-section-title {
        font-size: 18px; font-size: 1.8rem;
        line-height: 177.777%;
        margin-bottom: 12px;
    }

    .section {
        margin: 0 auto;
        padding-right: 16px; padding-left: 16px;
    }
    .section+.section {
        margin-top: 48px;
    }
    .section:after {
        content: "";
        display: block;
        clear: both;
    }

    #breadcrumbs+.common-section {
        padding-top: 32px;
        border-top: solid 1px #e3e3e3;
    }
    .common-section+.common-section {
        margin-top: 32px;
        padding-top: 32px;
    }
    .common-section-content:after {
        content: "";
        display: block;
        clear: both;
    }
    .common-section :first-child.common-section-title {
        margin-top: -4px;
    }

    .common-section p+p {
        margin-top: 10px;
    }

    figure.common-section-img-container {
        width: 320px;
    }
    figure.common-section-img-container figcaption {
        clear: both;
        padding: 10px 0 0 0;
    }
    .common-section-img {
        width: 320px;
        height: auto;
        margin-top: 6px;
    }
    figure.common-section-img-container.float-left,
    .common-section-img.float-left {
        float: left;
        margin-right: 24px;
    }
    figure.common-section-img-container.float-right,
    .common-section-img.float-right {
        float: right;
        margin-left: 24px;
    }
    .common-section-img+p {
        margin-top: 0;
    }
    *+.common-number-list {
        padding-top: 10px;
    }
}




/* パンくずリスト */

#breadcrumbs {
    background-color: #fffeef;
    padding-top: 2px; padding-top: 0.533vw;
    margin-bottom: 24px; margin-bottom: 6.4vw;
    border-bottom: solid 1px #f2eedc;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#breadcrumbs ul {
    display: table;
    position: relative;
}
#breadcrumbs ul li {
    display: table-cell;
    vertical-align: middle;
    font-size: 10px; font-size: 2.666vw;
    line-height: 160%;
    white-space: nowrap;
    padding: 8px; padding-top: 2.133vw; padding-bottom: 2.133vw; padding-right: 2.133vw; padding-left: 2.133vw;
    position: relative;
}
#breadcrumbs ul li:first-of-type,
#breadcrumbs ul li+li {
    padding-left: 12px; padding-left: 3.2vw;
}
#breadcrumbs ul li:last-of-type {
    padding-right: 12px; padding-right: 3.2vw;
    font-weight: bold;
}
#breadcrumbs ul li+li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    position: absolute;
    left: 0;
}
#breadcrumbs ul li a {
    display: block;
    text-decoration: none;
    color: #000;
}
#breadcrumbs ul li:first-of-type a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-weight: bold;
    display: inline-block;
    padding-right: 3px; padding-right: 0.8vw;
}

@media screen and (min-width: 768px) {
    #breadcrumbs {
        background-color: transparent;
        overflow: visible;
        border-bottom: none;
        margin-bottom: 0;
        padding: 24px 0 40px 0;
    }
    #breadcrumbs ul {
    }
    #breadcrumbs ul li {
        font-size: 13px; font-size: 1.3rem;
        line-height: 169.23%;
        white-space: nowrap;
        padding: 0 12px 0 0;
    }
    #breadcrumbs ul li a:hover {
        text-decoration: underline;
    }
    #breadcrumbs ul li:first-of-type,
    #breadcrumbs ul li+li {
        padding-left: 16px;
    }
    #breadcrumbs ul li:last-of-type {
        padding-right: 16px;
    }
    #breadcrumbs ul li:first-of-type a:before {
        padding-right: 6px;
    }
}





/* Footer */

#footer {
    background-color: #a7b611;
    color: #4d5600;
    position: relative;
    z-index: 0;
    margin-top: 120px; margin-top: 32vw;
}
#footer:before {
    content: "";
    display: block;
    width: 100%;
    height: 62px; height: 16.533vw;
    background: url(../img/common/sp_footer_bg.png) top center no-repeat;
    background-size: 100%;
    position: absolute;
    top: -56px; top: -14.933vw;
}
#footer-wrap {
    padding: 24px; padding-top: 6.4vw; padding-right: 6.4vw; padding-bottom: 6.4vw; padding-left: 6.4vw;
}

#footer-nav {}
#footer-nav ul {
    margin-top: 6px; margin-top: 1.6vw;
    margin-bottom: 24px; margin-bottom: 6.4vw;
}
#footer-nav ul li {
    border-bottom: dashed 1px rgba(77, 86, 0, 0.2);
    font-size: 12px; font-size: 1.2rem; font-size: 3.2vw;
    line-height: 183.333%;
}
#footer-nav ul li:first-of-type {
    border-top: dashed 1px rgba(77, 86, 0, 0.2);
}
#footer-nav ul li a {
    position: relative;
    display: block;
    padding: 12px 6px; padding-top: 3.2vw; padding-bottom: 3.2vw; padding-right: 1.6vw; padding-left: 1.6vw;
    color: #4d5600;
    text-decoration: none;
}
#copyright {
    font-size: 10px; font-size: 1.0rem; font-size: 2.666vw;
    text-align: center;
    line-height: 180%;
    padding: 8px 0; padding-top: 2.133vw; padding-bottom: 2.133vw;
}

@media screen and (max-width: 767px) {
    #footer-nav ul li a:after {
        content: "";
        position: absolute;
        right: 6px; margin-right: 1.6vw;
        top: 0;
        bottom: 0;
        margin: auto 4px auto 0; margin-right: 1.066vw;
        display: block;
        width: 4px; width: 1.066vw;
        height: 4px; height: 1.066vw;
        border-top: solid 1px #4d5600;
        border-right: solid 1px #4d5600;
        transform: rotate(45deg);
    }
}

@media screen and (min-width: 768px) {
    #footer {
        margin-top: 120px;
    }
    #footer:before {
        height: 30px;
        background: url(../img/common/footer_bg_tile.png) top center repeat-x;
        background-size: 100px;
        top: -30px;
        z-index: 0;
    }
    #footer:after {
        content: "";
        display: block;
        position: absolute;
        top: -80px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 1000px;
        height: 172px;
        background: url(../img/common/footer_bg_illust.png) top center no-repeat;
        background-size: 1000px;
        z-index: 0;
    }
    #footer-wrap {
        position: relative;
        padding: 24px 0;
        z-index: 1;
    }

    #footer-nav {
        padding: 14px 0 34px 0;
    }
    #footer-nav ul {
        display: table;
        margin: 0 auto;
    }
    #footer-nav ul li {
        display: table-cell;
        border-bottom: none;
        font-size: 13px; font-size: 1.3rem;
        line-height: 169.23%;
        position: relative;
    }
    #footer-nav ul li:first-of-type {
        border-top: none;
    }
    #footer-nav ul li+li {
        padding-left: 1px;
    }
    #footer-nav ul li+li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        height: 10px;
        border-left: solid 1px #4d5600;
    }
    #footer-nav ul li a {
        display: inline-block;
        text-decoration: underline;
        padding: 0;
        margin: 0 8px;
        -webkit-transition: .2s;
        transition: .2s;
    }
    #footer-nav ul li a:hover {
        color: #282c00;
    }
    #footer-nav .sp-only {
        display: none;
    }

    #copyright {
        font-size: 11px; font-size: 1.1rem;
        line-height: 181.818%;
        padding: 0;
    }
}



/* TOPへ戻る */

#return_to_top {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: -120px; top: -32vw;
}
#return_to_top a {
    display: inline-block;
    text-decoration: none;
    color: #4d5600;
    font-size: 11px; font-size: 1.1rem; font-size: 2.933vw;
}
#return_to_top a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f35b";
    font-size: 48px; font-size: 4.8rem; font-size: 12.8vw;
    display: block;
    padding-bottom: 8px; padding-bottom: 2.133vw;
}

@media screen and (min-width: 768px) {
    #return_to_top {
        position: absolute;
        top: -120px;
    }
    #return_to_top a {
        font-size: 11px; font-size: 1.1rem;
    }
    #return_to_top a:before {
        font-size: 48px;
        padding-bottom: 8px;
    }
    #return_to_top a:hover,
    #return_to_top a:hover:before {
        color: #c00;
    }
    #return_to_top a:hover:before {
        padding-top: 1px;
        padding-bottom: 7px;
    }
}





div.message {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085;
    margin: 16px 0; margin-top: 4.266vw; margin-bottom: 4.266vw;
    padding: 10px 14px; padding-top: 2.666vw; padding-bottom: 2.666vw; padding-right: 3.733vw; padding-left: 3.733vw;
    border-radius: 4px;
}
div.message.error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}
div.message.success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}
@media screen and (min-width: 768px) {
    div.message {
        width: 680px;
        margin: 18px auto;
        padding: 10px 16px
    }
}




.common-form input[type=text],
.common-form input[type=email],
.common-form input[type=number],
.common-form input[type=password],
.common-form select,
.common-form textarea,
.common-form button[type=submit],
.common-form input[type=submit] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    box-sizing: border-box;
    box-shadow: none;
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.common-form-container {
    margin: 12px 0; margin-top: 3.2vw; margin-bottom: 3.2vw;
}
.common-form-container dl {
    padding: 6px 0; padding-top: 1.6vw; padding-bottom: 1.6vw;
}
.common-form input[type=text],
.common-form input[type=email],
.common-form input[type=number],
.common-form input[type=password],
.common-form select,
.common-form textarea {
    border: solid 1px #dfdfdf;
    width: 100%;
    padding: 7px 10px; padding-top: 1.866vw; padding-bottom: 1.866vw; padding-right: 2.666vw; padding-left: 2.666vw;
}
.common-form input[type=number] {
    width: auto;
}
.common-form textarea {
    display: block;
}
.common-form select {
    padding-right: 28px; padding-right: 7.466vw;
}
.common-form .select-container {
    position: relative;
    display: inline-block;
}
.common-form .select-container+.select-container {
    margin-left: 12px; margin-left: 3.2vw;
}
.common-form .select-container:after {
    content: "";
    position: absolute;
    right: 10px; right: 2.666vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.7px 5px 0 5px; border-top-width: 2.32vw; border-right-width: 1.333vw; border-left-width: 1.333vw;
    border-color: #000 transparent transparent transparent;
    pointer-events: none;
}
.common-form button[type=submit],
.common-form input[type=submit] {
    display: block;
    width: 100%;
    padding: 8px 10px; padding-top: 2.133vw; padding-bottom: 2.133vw; padding-right: 2.666vw; padding-left: 2.666vw;
    border-radius: 4px; border-radius: 1.066vw;
    background-color: #000;
    color: #fff;
    margin-top: 18px; margin-top: 4.8vw;
    cursor: pointer;
}

.common-form-container .radio .radio-wrap {
    display: inline-block;
    padding-right: 14px; padding-right: 3.733vw;
}
.common-form-container .radio .radio-wrap input {
    display: none;
}
.common-form-container .radio .radio-wrap label {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding-left: 18px; padding-left: 4.8vw;
}
.common-form-container .radio .radio-wrap label:before,
.common-form-container .radio .radio-wrap label:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 50%;
}
.common-form-container .radio .radio-wrap label:before {
    width: 10px; width: 2.666vw;
    height: 10px; height: 2.666vw;
    border: solid 1px #ccc; border-width: 0.266vw;
}
.common-form-container .radio .radio-wrap label:after {
    width: 6px; width: 1.6vw;
    height: 6px; height: 1.6vw;
    left: 3px; left: 0.8vw;
    background-color: #000;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
}
.common-form-container .radio .radio-wrap input:checked+label:after {
    opacity: 1;
}



.common-form .required dt label:after {
    content: "*";
    color: #c00;
}

.common-form-container .error dt label {
    color: #c00;
    font-weight: bold;
}
.common-form-container .error dd .error-message {
    color: #999;
    font-size: 11px; font-size: 1.1rem; font-size: 2.933vw;
}
.common-form-container dl dt small {
    display: inline-block;
    padding: 0px 0 8px 0;
    font-size: 11px; font-size: 1.1rem; font-size: 2.933vw;
    line-height: 180%;
}

@media screen and (min-width: 768px) {

    .common-section-content-small {
        width: 680px;
        margin: 0 auto;
    }
    .common-form-container {
        width: 680px;
        margin: 12px auto;
    }
    .common-form input[type=text],
    .common-form input[type=email],
    .common-form input[type=number],
    .common-form input[type=password],
    .common-form select,
    .common-form textarea {
        padding: 7px 10px;
    }
    .common-form button[type=submit],
    .common-form input[type=submit] {
        width: 320px;
        padding: 8px 18px;
        border-radius: 4px;
        margin: 16px auto 0 auto;
    }
    .common-form select {
        padding-right: 28px;
    }
    .common-form .select-container+.select-container {
        margin-left: 12px;
    }
    .common-form .select-container:after {
        right: 10px;
        border-width: 8.7px 5px 0 5px;
    }

    .common-form-container .radio .radio-wrap {
        padding-right: 16px;
    }
    .common-form-container .radio .radio-wrap label {
        padding-left: 18px;
    }
    .common-form-container .radio .radio-wrap label:before {
        width: 10px;
        height: 10px;
        border-width: 1px;
    }
    .common-form-container .radio .radio-wrap label:after {
        width: 6px;
        height: 6px;
        left: 3px;
    }

    .common-form-container {
        display: table;
    }
    .common-form-container dl {
        display: table-row;
        padding: 0;
    }
    .common-form-container dl dt,
    .common-form-container dl dd {
        display: table-cell;
        padding: 12px 0;
        vertical-align: middle;
    }
    .common-form-container dl dt {
        padding-right: 32px;
        white-space: nowrap;
    }
    .common-form-container dl dt small {
        padding: 4px 0 0 0;
        max-width: 200px;
        white-space: normal;
        font-size: 11px;
    }
    .common-form-container dl dd {
        width: 100%;
    }
    .common-form-container .error dt label {
        font-weight: normal;
    }
    .common-form-container .error dd .error-message {
        font-size: 11px;
    }
}