@charset "euc-jp";

/* ----------------------------------------------------------
    コンテンツ
------------------------------------------------------------- */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #fff url(../../images/reissue/bg_wrapper_business.png) 0 0 repeat-x;
}
.wrapper {
    max-width: 600px;
    width: 600px;
    margin: 0 auto;
}
@media only screen and (min-width: 0) and (max-width: 600px) {
    .wrapper {
        width: auto;
        padding: 0 10px;
    }
}

.contents {
    margin: 0 0 50px;
}
.contents > :last-child {
    margin-bottom: 0;
}

/* ヘッダー
------------------------------------------------------------- */
.header {
    margin: 0 0 28px;
    padding: 130px 0 0;
    background: transparent url(../../images/reissue/img_logo_serverpanel_business.png?date=210427) 50% 20px no-repeat;
}

.ttl {
    padding: 10px;
    background: #113d6b;
    border-left: 10px solid #20b5aa;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

@media only screen and (min-width: 0) and (max-width: 600px) {
    .header {
        -webkit-background-size: 300px;
        background-size: 300px;
    }
}

/* 冒頭文
------------------------------------------------------------- */
.intro {
    margin-bottom: 30px;
}
.into > :last-child {
    margin-bottom: 0;
}

/* リスト
------------------------------------------------------------- */
.ol {
    margin: 0 0 1em 2.5em;
    list-style: decimal outside;
}
.ol > li {
    padding: 0 0 0 5px;
}

.ul {
    margin: 0 0 1em 1.5em;
    list-style: disc outside;
}

/* フォーム部分
------------------------------------------------------------- */
.form {
    margin-bottom: 50px;
}

.table {
    width: 100%;
    margin: 0 0 10px;
    background: #fff;
}
.table th,
.table td {
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
}
.table th {
    width: 35%;
}
.table th > :last-child,
.table td > :last-child { margin-bottom: 0; }

.table tbody th {
    background: #f1f1f1;
    font-weight: bold;
}

@media only screen and (min-width: 0) and (max-width: 600px) {
    .table {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .table th,
    .table td {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
        text-align: center;
    }
    .table th {
        width: auto;
        padding: 10px;
        background-position: 0 100%;
    }
    .table th,
    .table td {
        border-bottom: none;
    }
}

.input {}
.input--id,
.input--sid {
    width: 150px;
}

/* パスワード可視化 */
.form_visualization input::-ms-reveal,
.form_visualization input::-ms-clear {
    visibility:hidden;
}
.form_visualization input[type="text"],
.form_visualization input[type="password"] {
    box-sizing: border-box;
    width: 80%;
    padding: 5px;
    font-size: 14px;
}
.form_visualization .ico_eye_field {
    display: inline-block;
    position: relative;
}
.form_visualization .ico_eye {
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: -12px;
    left: -35px;
    background-position: middle center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.form_visualization .ico_eye_open {
    background-image: url(../../images/reissue/ico_eye_open.png);
}
.form_visualization .ico_eye_close {
    background-image: url(../../images/reissue/ico_eye_close.png);
}
.form_hide {display: none !important}

.submitBtn {
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.ex {
    display: inline-block;
    padding: 0 10px;
}

@media only screen and (min-width: 0) and (max-width: 600px) {
    .input--id,
    .input--mail,
    .input--tel {
        width: 230px;
    }
}

/* 下部の案内
------------------------------------------------------------- */
.info {
    margin: 0 0 10px;
    padding: 15px 15px 20px 45px;
    background: #f4f9ff url(../../images/reissue/ico_info_business.png) 9px 9px no-repeat;
}
.info > :last-child {
    margin-bottom: 0;
}

.info__ttl {
    margin-bottom: 10px;
    color: #3a75af;
    font-size: 15px;
}

/* フッター
------------------------------------------------------------- */
.footer {
    margin-top: auto;
    padding: 7px;
    background: #222;
    text-align: center;
}

.footer small {
    font-size: 13px;
    color: #FFF;
}