@charset "utf-8";

/*------------------------------------------------------------
        フォームページ
------------------------------------------------------------*/

/* 共通
--------------------------------------------- */
.sp_no {
    display: none;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}
.entry .inner {
    background: none;
}

@media print, screen and (min-width:768px) {
    .sp_no {
        display: block;
    }
    .pc_no {
        display: none;
    }
}

/* rule_flow
--------------------------------------------- */
.rule_flow {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
}
.rule_flow li:not(:last-child) {
    margin-right: 5px;
}
.rule_flow li:nth-child(odd) {
    padding: 5px 0;
    font-size: 12px;
    line-height: 1;
    background: #fff;
    color: #1f1f1f;
    text-align: center;
    letter-spacing: 0;
    border-radius: 3px;
    min-width: 60px;
    max-width: 100px;
    width: 100%;
}
.rule_flow li.cur:nth-child(odd) {
    background: #1f1f1f;
    color: #fff;
}
.page.cnt-wp .rule_flow img {
    min-width: 5px;
    width: 5px;
    vertical-align: middle;
    height: 100%;
}

@media print, screen and (min-width:768px) {
    .rule_flow {
        margin-bottom: 30px;
        max-width: 480px;
    }
    .rule_flow li:not(:last-child) {
        margin-right: 10px;
    }
    .rule_flow li:nth-child(odd) {
        font-size: 16px;
        padding: 10px 0;
    }
    .page.cnt-wp .rule_flow img {
        min-width: 7px;
        width: 7px;
    }
}

/* 冒頭
--------------------------------------------- */
.pagetit .tit_rule {
    font-size: 18px;
    background: #1f1f1f;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 10px;
}
.rule_note {
    text-align: center;
    color: #e60012;
    margin-bottom: 10px;
}
.rule_pdf {
    text-align: right;
}
.rule_pdf a {
    background: #44403f;
    color: #fff;
    padding: 7px 9px 7px 35px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.rule_pdf a:before {
        content: "";
        height: 20px;
        width: 18px;
        background: url(../img/rule/print.svg) no-repeat;
        display: inline-block;
        position: absolute;
        left: 10px;
        margin: auto;
        top: 0;
        bottom: 0;
    }

@media print, screen and (min-width:768px) {
    .pagetit .tit_rule {
        font-size: 30px;
        background: none;
        color: #44403f;
        padding: 0;
        margin-bottom: 30px;
    }
    .rule_pdf {
        max-width: 760px;
        margin-right: auto;
        margin-left: auto;
    }
    .rule_pdf a {
        padding-left: 35px;
        position: relative;
    }

    .rule_pdf a:hover {
        background-color: #727171;
    }
}

@media print, screen and (min-width:992px) {
    .rule_pdf {
        margin-top: -45px;
        max-width: 1024px;
    }
}

/* お申し込み手続きについて
--------------------------------------------- */
.rule_ttl {
    color: #fff;
    font-size: 16px;
    background: #717782;
    padding: 0 10px;
    font-weight: normal;
}
.rule_inner {
    margin-bottom: 15px;
    height: 250px;
    overflow-y: scroll;
}
.rule_list {
    padding: 10px;
}
.rule_list li {
    margin-bottom: 20px;
}
.rule_list__ttl {
    margin-bottom: 5px;
}
.rule_tbl {
    margin: 10px 0;
    width: 100%;
    table-layout: fixed;
}
.rule_tbl th,
.rule_tbl td {
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #44403f;
    padding: 10px;
    line-height: 1.5;
    font-weight: normal;
    display: inline-block;
}
.rule_tbl tr:not(last-child) th,
.rule_tbl tr:not(last-child) td {
    margin-bottom: 10px;
}
.rule_tbl th {
    width: 65%;
    background: #efeff1;
}
.rule_tbl td {
    width: 35%;
    border-left: none;
}
.rule_tbl .rule_tbl__br {
    line-height: 64px;
    padding: 0;
}

@media print, screen and (max-width:767px) {
    .rule_tbl__sub th,
    .rule_tbl__sub td {
        width: 100%;
    }
    .rule_tbl__sub tr:not(last-child) th,
    .rule_tbl__sub tr:not(last-child) td {
        margin-bottom: 0;
    }
    .rule_tbl__sub td {
        border-left: 1px solid #44403f;
        border-top: none;
    }
}

@media print, screen and (min-width:768px) {
    .rule_ttl {
        font-size: 18px;
        padding: 5px 25px;
    }
    .rule_inner {
        margin-bottom: 30px;
    }
    .rule_list {
        padding: 25px;
    }
    .rule_list li:before {
        display: none;
        content: none;
    }
    .rule_tbl tbody {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }
    .rule_tbl tr:not(last-child) th,
    .rule_tbl tr:not(last-child) td {
        margin-bottom: 0;
    }
    .rule_tbl tr {
        display: block;
        width: 100%;
        letter-spacing: -1px;
    }
    .rule_tbl tr:not(:last-child) {
        margin-right: 30px;
    }
    .rule_tbl th {
        width: 64%;
        margin-right: -4px;
    }
    .rule_inner {
        height: 480px;
    }
    .rule_tbl__sub th,
    .rule_tbl__sub td {
        display: table-cell;
        vertical-align: middle;
    }
    .rule_tbl__sub th {
        width: 36%;
    }
    .rule_tbl__sub td {
        width: 100%;
    }
}


/* ボタン
--------------------------------------------- */
.rule_btn li:first-child {
    margin-bottom: 15px;
}

.rule_btn li input {
    text-align: center;
    display: block;
    background-color: #fff;
    color: #44403f;
    border: 1px solid #44403f;
    border-radius: 3px;
    padding: 5px;
    font-size: 16px;
    max-width: unset;
    width: 100%;
}
.rule_btn li .acms-form input {
    opacity: .5;
    pointer-events: none;
}
.rule_btn li .acms-form.is-on input {
    opacity: 1;
    pointer-events: auto;
}



.rule_btn li a {
    text-align: center;
    display: block;
    background-color: #fff;
    color: #44403f;
    border: 1px solid #44403f;
    border-radius: 3px;
    padding: 5px;
    font-size: 16px;
}

.rule_btn li input:hover {
    border: none;
    background-color: #1f1f1f;
    color: #fff;
}

.rule_btn li a:hover {
    border: none;
    background-color: #1f1f1f;
    color: #fff;
}

@media print, screen and (min-width:768px) {
    .rule_btn {
        text-align: center;
    }
    .rule_btn li {
        display: inline-block;
        max-width: 150px;
        width: 100%;
    }
    .rule_btn li:first-child {
        margin-bottom: 0;
        margin-right: 40px;
    }
    .rule_btn li input {
        max-width: 150px;
    }
}
