@charset "UTF-8";

/*共通
---------------------------------------------------------- */
main {
    position: relative;
}

main img {
    max-width: 100%;
    height: auto;
}


/*ログイン
---------------------------------------------------------- */

.login_block {
    margin-bottom: 30px;
}

.login_block .login_info {
    margin-bottom: 20px;
    font-size: 116%;
}

.login_block .login_box {
    margin-bottom: 15px;
    padding: 25px;
    background-color: #f7f7f7;
}

.login_block .login_box dl {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    border: 2px solid #ececec;
    justify-content: space-between;
}

.login_block .login_box dl:last-child {
    margin-bottom: 0;
}

.login_block .login_box dl dt {
    display: table-cell;
    width: 40%;
    padding: 12px 15px;
    background-color: #ececec;
    font-weight: bold;
    vertical-align: middle;
    font-size: 116%;
}

.login_block .login_box dl dt span {
    font-weight: normal;
    font-size: 85%;
    color: #ff0000;
}

.login_block .login_box dl dd {
    display: table-cell;
    background-color: #fff;
    padding: 12px 15px;
    vertical-align: middle;
}

.login_block .login_box dl dd input {
    width: 100%;
    margin-bottom: 10px;
}

.login_block .login_box dl dd .txt_caution {
    color: #ff0000;
}

.login_block .login_caution li {
    list-style: none;
    margin-left: 0.6em;
    text-indent: -0.6em;
}

@media only screen and (max-width: 829px) {
    .login_block .login_box {
        padding: 10px;
    }

    .login_block .login_box dl {
        display: block;
    }

    .login_block .login_box dl dt {
        width: 100%;
        display: block;
        padding: 10px;
        text-align: center;
    }

    .login_block .login_box dl dd {
        display: block;
        padding: 10px;
    }
}

/*PINコード確認
---------------------------------------------------------- */
.pin_img {
    text-align: center;
}

/*残高照会 共通
---------------------------------------------------------- */
.balance_block h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 215.5%;
}

.balance_block .point_box {
    margin-bottom: 30px;
    padding: 25px;
    background-color: #f7f7f7;
}

.balance_block .point_box dl {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    border: 2px solid #ececec;
    justify-content: space-between;
    font-size: 123.1%;
}

.balance_block .point_box dl:last-child {
    margin-bottom: 0;
}

.balance_block .point_box dl dt {
    width: 40%;
    padding: 12px 15px;
    background-color: #ececec;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.balance_block .point_box dl dd {
    background-color: #fff;
    flex: 1;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: bold;
}

.balance_block .point_box dl dd strong {
    margin-right: 5px;
    font-size: 214%;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    vertical-align: baseline;
}

@media only screen and (max-width: 829px) {
    .balance_block h2 {
        margin-bottom: 25px;
        font-size: 182%;
    }

    .balance_block .point_box {
        padding: 10px;
    }

    .balance_block .point_box dl {
        display: block;
        font-size: 116%;
    }

    .balance_block .point_box dl dt {
        width: 100%;
        display: block;
        padding: 10px;
        text-align: center;
    }

    .balance_block .point_box dl dd {
        display: block;
        padding: 10px;
        text-align: center;
    }

    .balance_block .point_box dl dd strong {
        font-size: 197%;
    }
}

.balance_block .history_box {
    margin-bottom: 30px;
}

.balance_block .history_tab {
    display: flex;
    width: 100%;
    font-size: 108%;
    border-bottom: 3px solid #033b7a;
}

.balance_block .history_tab li {
    width: calc(50% - (5px / 2));
    margin-right: 5px;
    padding: 8px 10px;
    background-color: #ececec;
    color: #033b7a;
    text-align: center;
    font-weight: bold;
    list-style: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

.balance_block .history_tab li.select {
    margin-top: -10px;
    padding-top: 14px;
    background-color: #033b7a;
    color: #fff;
}

.balance_block .history_tab li:last-child {
    margin-right: 0;
}

.balance_block .history_tab li span {
    display: block;
    font-size: 116%;
}

.balance_block .history_list {
    display: none;
}

.balance_block .history_list.select {
    display: block;
}

.balance_block .history_box table {
    font-size: 108%;
}

.balance_block .history_box table th {
    padding: 15px 10px;
    border-bottom: 2px solid #dbdbdb;
    text-align: center;
}

.balance_block .history_box table td {
    padding: 15px 10px;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
}

@media only screen and (max-width: 829px) {
    .balance_block .history_box {
        margin-bottom: 25px;
    }

    .balance_block .history_tab {
        font-size: 93%;
    }

    .balance_block .history_tab li {
        padding: 8px 10px;
    }

    .balance_block .history_tab li.select {
        margin-top: 0;
        padding: 8px 10px;
    }

    .balance_block .history_list {
        width: 100%;
        overflow-x: scroll;
    }

    .balance_block .history_list::-webkit-scrollbar {
        height: 8px;
        border-radius: 4px;
    }

    /*バーの太さ*/
    .balance_block .history_list::-webkit-scrollbar-track {
        background: #e6e6e6;
        border-radius: 4px;
    }

    /*バーの背景色*/
    .balance_block .history_list::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 4px;
    }

    /*バーの色*/
    .balance_block .history_list table {
        min-width: 630px;
        margin-bottom: 10px;
        border-collapse: collapse;
    }

    .balance_block .history_list th,
    .balance_block .history_list td {
        white-space: nowrap;
    }
}

.balance_block .caution_box {
    display: flex;
    width: 100%;
    font-size: 108%;
}

.balance_block .caution_box p {
    flex: 1;
}

.balance_block .caution_box .caution_btn {
    width: 30%;
    margin-left: 20px;
}

.balance_block .caution_box .caution_btn a {
    display: block;
    border: 1px solid #30a8fb;
    padding: 8px 10px;
    border-radius: 5px;
    text-align: center;
    color: #30a8fb;
}

.balance_block .caution_box .caution_btn a:hover {
    text-decoration: none;
    background-color: #30a8fb;
    color: #fff;
}

@media only screen and (max-width: 829px) {
    .balance_block .caution_box {
        display: block;
    }

    .balance_block .caution_box .caution_btn {
        width: 80%;
        margin: 15px auto 0;
    }
}


/*登録
---------------------------------------------------------- */

.form_block {
    margin-bottom: 30px;
}

.form_block .form_info {
    margin-bottom: 20px;
}

.form_block .form_info p:last-child {
    margin-top: 5px;
    font-size: 116%;
    font-weight: bold;
    color: #033b7a;
}

.form_block .form_box {
    margin-bottom: 15px;
    padding: 25px;
    background-color: #f7f7f7;
}

.form_block .table_list01 th,
.form_block .table_list01 td {
    padding: 20px 15px;
}

.form_block .table_list01 th {
    width: 34%;
    font-weight: bold;
    font-size: 116%;
}

.form_block .table_list01 th span {
    color: #ff0000;
    font-weight: normal;
    font-size: 85%;
}

.form_block .table_list01 td input[type="text"],
.form_block .table_list01 td input[type="password"] {
    width: 100%;
    border: 2px solid #cdcdcd;
}

.form_block .table_list01 td input[type="text"]:disabled {
    color: #808080;
}

.form_block .table_list01 td input[type="radio"] {
    margin-right: 5px;
}

.form_block .table_list01 td label {
    cursor: pointer;
}

.form_block .table_list01 td label + label {
    margin-left: 15px;
}

.form_block .table_list01 td label input {
    vertical-align: middle;
}

.form_block p.error {
    margin-top: 10px;
    color: #ff0000;
}

.form_block input.error,
.form_block textarea.error {
    background: #f9babc;
}

.form_block .table_list01 td .form_inner01 {
    display: table;
    width: 100%;
}

.form_block .table_list01 td .form_inner01 + .form_inner01 {
    margin-top: 15px;
}

.form_block .table_list01 td .form_inner01 p,
.form_block .table_list01 td .form_inner01 div {
    display: table-cell;
    width: 88%;
}

.form_block .table_list01 td .form_inner01 p:first-child {
    width: 12%;
}

.form_block .table_list01 td .form_inner02,
.form_block .table_list01 td .form_inner03 {
    display: flex;
    align-items: center;
}

.form_block .table_list01 td .form_inner02 div {
    width: 33%;
}

.form_block .table_list01 td .form_inner02 input[type="text"] {
    width: 80%;
    margin-right: 5px;
}

.form_block .table_list01 td .form_inner03 p {
    margin-right: 5px;
}

.form_block .table_list01 td .form_inner03 div input {
    width: 150px;
}

.form_block .table_list01 td .form_inner04 {
    margin-top: 15px;
    font-size: 93%;
}

.form_block .table_list01 td .form_inner04 input[type="button"] {
    margin-right: 5px;
    padding: 5px 10px;
    background-color: #033b7a;
    border: none;
    color: #fff;
    border-radius: 3px;
}

@media only screen and (max-width: 829px) {
    .form_block .form_box {
        padding: 20px;
    }

    .form_block .form_info p:last-child {
        font-size: 108%;
    }


    .form_block .table_list01 th {
        width: 100%;
        padding: 0 0 5px;
        font-size: 108%;
    }

    .form_block .table_list01 td {
        padding: 0 0 35px;
    }

    .form_block .table_list01 td input[type="text"],
    .form_block .table_list01 td input[type="password"] {
        border-width: 1px;
    }

    .form_block .table_list01 td label {
        display: block;
    }

    .form_block .table_list01 td label + label {
        margin: 5px 0 0;
    }

    .form_block .table_list01 td .form_inner01 p,
    .form_block .table_list01 td .form_inner01 div {
        width: 86%;
    }

    .form_block .table_list01 td .form_inner01 p:first-child {
        width: 14%;
    }

    .form_block .table_list01 td .form_inner02 {
        display: block;
    }

    .form_block .table_list01 td .form_inner02 div {
        width: 100%;
        margin-bottom: 10px;
    }

    .form_block .table_list01 td .form_inner02 div:last-child {
        margin-bottom: 0;
    }

    .form_block .table_list01 td .form_inner03 p {
        margin-right: 5px;
    }

    .form_block .table_list01 td .form_inner03 div input {
        width: 80%;
    }

    .form_block .table_list01 td .form_inner04 input[type="button"] {
        margin: 0 5px 5px 0;
        padding: 5px 10px;
        background-color: #033b7a;
        border: none;
        color: #fff;
        border-radius: 3px;
        font-size: 100%;
    }
}


/*完了
---------------------------------------------------------- */

.thanks_block {
    text-align: center;
}

.thanks_block article {
    margin-bottom: 70px;
    text-align: center;
    font-size: 116%;
}

.thanks_block p {
    margin-bottom: 15px;
    line-height: 1.8;
}

.thanks_block p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 829px) {
    .thanks_block article {
        margin-bottom: 50px;
    }

    .thanks_block p {
        text-align: left;
    }
}

/*タイトル
---------------------------------------------------------- */

.prepaid_ttl01 {
    margin-bottom: 30px;
    font-size: 277%;
    font-weight: normal;
}

.prepaid_ttl02 {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 2px solid #ececec;
    font-size: 167%;
}

.prepaid_ttl03 {
    margin-bottom: 25px;
    color: #033b7a;
    font-size: 153.9%;
}

.prepaid_ttl04 span {
    display: block;
    padding: 10px;
    background-color: #033b79;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 167%;
    line-height: 1.4;
}

.prepaid_ttl04::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 17px 10px 0 10px;
    border-color: #033b79 transparent transparent transparent;
}

@media only screen and (max-width: 829px) {
    .prepaid_ttl01 {
        font-size: 197%;
    }

    .prepaid_ttl02 {
        margin-bottom: 20px;
        padding-bottom: 15px;
        font-size: 138.5%;
    }

    .prepaid_ttl03 {
        margin-bottom: 15px;
        font-size: 123.1%;
    }

    .prepaid_ttl04 span {
        font-size: 138.5%;
        line-height: 1.5;
    }

    .prepaid_ttl04::after {
        border-width: 14px 7px 0 7px;
    }
}

/*利用規約
---------------------------------------------------------- */

.terms_txt {
    margin-top: 60px;
    font-size: 123.1%;
    line-height: 1.8;
}

.terms_txt h4 {
    font-size: 108%;
    margin: 35px 0 5px;
}

.terms_txt ul li {
    list-style: none;
}

.terms_txt ol {
    margin-left: 1.2em;
}

.terms_consultation {
    margin-top: 35px;
    padding: 30px;
    background-color: #f7f7f7;
}

.terms_consultation h5 {
    font-size: 108%;
    margin-bottom: 10px;
}

.terms_consultation p {
    margin-bottom: 10px;
}

@media only screen and (max-width: 829px) {
    .terms_txt {
        margin-top: 40px;
        font-size: 108%;
    }

    .terms_consultation {
        margin-top: 25px;
        padding: 25px 5%;
    }
}
