@charset "UTF-8";
/* CSS Information
============================================
File: Registration.scss
Site: Okinawa Story
SCSS: Registration Pages
============================================= */
/* CSS Information
============================================
File: _f-setting.scss
Site: Okinawa Story
SCSS: foundation
Output: app.css
============================================= */
/* セクション　＊マージン管理
========================================== */
.p-regist-section:nth-last-child(n+2) {
    margin-bottom: 3rem;
}
.p-regist-section__block {
    padding: 0 5px;
}
.p-regist-section__block:nth-last-child(n+2) {
    margin-bottom: 2rem;
}
.p-regist-section__block > *:nth-last-child(n+2) {
    margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
    .p-regist-section:nth-last-child(n+2) {
        margin-bottom: 5rem;
    }
    .p-regist-section__block {
        padding: 0 1.5rem;
    }
    .p-regist-section__block:nth-last-child(n+2) {
        margin-bottom: 3rem;
    }
}

/* リード
====================================== */
.p-regist-lead > *:nth-last-child(n+2) {
    margin-bottom: 1rem;
}
.p-regist-lead__main {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    color: #006dba;
}
.p-regist-lead__sub {
    font-size: 1.2rem;
    line-height: 1.8;
}
.p-regist-lead__sub--clr-red {
    color: #c8161d;
}
@media (min-width: 48em) {
    .p-regist-lead > *:nth-last-child(n+2) {
        margin-bottom: 1.5rem;
    }
    .p-regist-lead__main {
        font-size: 1.6rem;
    }
    .p-regist-lead__sub {
        font-size: 1.4rem;
    }
}

/* お知らせ
====================================== */
.p-regist-info__title {
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
    color: #006dba;
}
.p-regist-info__title--center {
    text-align: center;
    margin-bottom: 1.5rem;
}
.p-regist-info__wrap {
    background-color: #fff;
}
.p-regist-info__wrap--padding {
    border: solid 1px #f0f0f0;
    padding: 1.5rem;
}
.p-regist-info__wrap > *:nth-last-child(n+2) {
    margin-bottom: 1rem;
}
.p-regist-info__disc {
    font-size: 1.2rem;
    line-height: 1.8;
}
.p-regist-info__relation {
    width: 100%;
}
.p-regist-info__relation-item {
    position: relative;
    font-size: 1.2rem;
    line-height: 1.8;
}
.p-regist-info__relation-item:before {
    position: absolute;
    left: 0;
}
.p-regist-info__relation-item--icon {
    padding-left: 1em;
}
.p-regist-info__relation-item--dot:before {
    content: "・";
}
.p-regist-info__relation-item:nth-last-child(n+2) {
    margin-bottom: 1rem;
}
.p-regist-info__relation-item--bold {
    font-weight: bold;
}
.p-regist-info__relation-item--clr-red {
    color: #c8161d;
}
.p-regist-info__relation-link {
    text-decoration: underline;
}
.p-regist-info__dl-dt, .p-regist-info__dl-dd {
    display: inline;
}
.p-regist-info__dl-dd .p-regist-info__relation-link {
    display: block;
    width: 100%;
}
.p-regist-info__text-line {
    text-decoration: underline;
    background: #ff0;
    color: #c8161d;
    font-weight: bold;
}
@media (min-width: 37.5em) {
    .p-regist-info__wrap--padding {
        padding: 2rem;
    }
    .p-regist-info__wrap > *:nth-last-child(n+2) {
        margin-bottom: 1.5rem;
    }
    .p-regist-info__dl {
        display: flex;
    }
    .p-regist-info__dl-dt {
        white-space: nowrap;
    }
}
@media (min-width: 48em) {
    .p-regist-info__wrap--padding {
        padding: 3rem;
    }
    .p-regist-info__title {
        font-size: 1.6rem;
    }
    .p-regist-info__disc {
        font-size: 1.4rem;
    }
    .p-regist-info__relation-item {
        font-size: 1.4rem;
    }
}

/* テーブル
========================================== */
.p-regist-table {
    width: 100%;
    border: solid 1px #ccdfef;
}
.p-regist-table__tbody-th {
    background: #def1fc;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 1rem;
    color: #006dba;
    text-align: left;
}
.p-regist-table__tbody-td {
    font-size: 1.2rem;
    padding: 1rem;
    background: #fff;
}
.p-regist-table__tbody-th, .p-regist-table__tbody-td {
    display: block;
    width: 100%;
}
.p-regist-table__tbody-th-required {
    display: inline-block;
    padding: 2px 4px;
    margin: 0 8px;
    background: #c8161d;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}
.p-regist-table--etc .p-regist-table__tbody-td:nth-of-type(2) {
    padding-top: 0;
}
.p-regist-table--etc .p-regist-table__tbody-td--display-break {
    display: none;
}
@media (min-width: 48em) {
    .p-regist-table {
        display: table;
    }
    .p-regist-table__tbody {
        display: table-row-group;
    }
    .p-regist-table__tbody-tr {
        display: table-row;
        width: 100%;
        border-bottom: dashed 1px #ccdfef;
    }
    .p-regist-table__tbody-td {
        width: auto;
        font-size: 1.4rem;
    }
    .p-regist-table__tbody-th, .p-regist-table__tbody-td {
        display: table-cell;
        border-right: solid 1px #ccdfef;
        padding: 1.5rem;
    }
    .p-regist-table--form .p-regist-table__tbody-th {
        width: 36%;
    }
    .p-regist-table--etc .p-regist-table__tbody-th {
        width: 26%;
    }
    .p-regist-table--etc .p-regist-table__tbody-td:nth-of-type(1) {
        width: 26%;
    }
    .p-regist-table--etc .p-regist-table__tbody-td:nth-of-type(2) {
        padding-top: 1.5rem;
    }
    .p-regist-table--etc .p-regist-table__tbody-td--display-break {
        display: table-cell;
    }
}
@media (min-width: 64.0625em) {
    .p-regist-table--form .p-regist-table__tbody-th {
        width: 30%;
    }
}

/* フォームパーツ
========================================== */
.p-regist-form {
    width: 100%;
}

/* ブロック
-------------------------------- */
.p-regist-parts-block {
    width: 100%;
}
.p-regist-parts-block > *:nth-last-child(n+2) {
    margin-bottom: 1rem;
}

/* カラム
-------------------------------- */
.p-regist-parts-column {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.p-regist-parts-column > *:nth-last-child(n+2) {
    margin-right: 2rem;
}

/* 幅制御
-------------------------------- */
.p-regist-parts-wid-half {
    max-width: 41rem;
}
@media (min-width: 48em) {
    .p-regist-parts-wid-half {
        max-width: 32rem;
    }
}

/* ラベル
-------------------------------- */
.p-regist-parts-label {
    position: relative;
    display: flex;
    width: 100%;
}
.p-regist-parts-label.u-icon-aft:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    right: 1rem;
    color: #999;
}
.p-regist-parts-label--wid-auto {
    width: auto;
}

/* ボーダー
-------------------------------- */
.p-regist-parts-border {
    display: block;
    width: 100%;
    border: solid 1px #ededed;
    padding: 1.2rem;
}

/* インプット
-------------------------------- */
.p-regist-parts-input {
    width: 100%;
}

/* セレクト
-------------------------------- */
.p-regist-parts-select {
    background: transparent;
}

/* テキストエリア
-------------------------------- */
.p-regist-parts-textarea {
    resize: vertical;
    width: 100%;
    min-height: 5rem;
    max-height: 10rem;
}

/* チェックボックス
-------------------------------- */
.p-regist-parts-checkbox:focus {
    background: none;
}
.p-regist-parts-checkbox + .p-regist-parts-checkbox-text:before {
    position: absolute;
    left: 0;
    top: -3px;
    font-family: "FontAwesome";
    content: "\f096";
    font-size: 1.8rem;
}
.p-regist-parts-checkbox:checked + .p-regist-parts-checkbox-text:before {
    content: "\f046";
    color: #c8161d;
}

.p-regist-parts-checkbox-text {
    padding-left: 1.8em;
    line-height: 1.8;
}
@media (min-width: 48em) {
    .p-regist-parts-checkbox-text {
        padding-left: 1.5em;
    }
}

/* ラジオ
-------------------------------- */
.p-regist-parts-radio:focus {
    background: none;
}
.p-regist-parts-radio + .p-regist-parts-radio-text:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    content: "\f1db";
    font-size: 1.8rem;
}
.p-regist-parts-radio:checked + .p-regist-parts-radio-text:before {
    content: "\f111";
    color: #c8161d;
}

.p-regist-parts-radio-text {
    padding-left: 1.8em;
    line-height: 1.8;
}
@media (min-width: 48em) {
    .p-regist-parts-radio-text {
        padding-left: 1.5em;
    }
}

/* 注釈
-------------------------------- */
.p-regist-parts-list {
    width: 100%;
}
.p-regist-parts-list__item {
    font-size: 1.2rem;
}
.p-regist-parts-list__item--clr-red {
    color: #c8161d;
}
.p-regist-parts-list__item--clr-blue {
    color: #006dba;
}
@media (min-width: 48em) {
    .p-regist-parts-list__item {
        font-size: 1.4rem;
    }
}

/* ボタンエリア制御
-------------------------------- */
.p-regist-parts-btn-block {
    width: 100%;
    text-align: center;
}
.p-regist-parts-btn-block > *:nth-last-child(n+2) {
    margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
    .p-regist-parts-btn-block {
        padding-top: 2rem;
    }
}

/* 同意
-------------------------------- */
.p-regist-parts-agree {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #def1fc;
    font-size: 1.2rem;
}
.p-regist-parts-agree__link--underline {
    text-decoration: underline;
}
.p-regist-parts-agree .p-regist-parts-label {
    justify-content: center;
    padding: 1rem;
}
.p-regist-parts-agree .p-regist-parts-checkbox-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
@media (min-width: 48em) {
    .p-regist-parts-agree {
        font-size: 1.4rem;
    }
}

/* 確認ボタン
-------------------------------- */
.p-regist-parts-btn-submit {
    pointer-events: none;
    opacity: 0.3;
}
.p-regist-parts-btn-submit.is--active {
    pointer-events: auto;
    opacity: 1;
}

/* エラー表示
-------------------------------- */
.p-regist-parts-error-text {
    font-size: 1.2rem;
    color: #c8161d;
}
@media (min-width: 48em) {
    .p-regist-parts-error-text {
        font-size: 1.4rem;
    }
}

.p-regist-parts-error-border .p-regist-parts-border {
    border-color: #c8161d;
}

/* モーダル
========================================== */
.p-regist-modal {
    width: 100%;
    max-width: 102.4rem;
}
.p-regist-modal__wrap {
    background: #fff;
}
.p-regist-modal__inner {
    padding: 1.5rem;
    text-align: left;
}
.p-regist-modal__header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #006dba;
    color: #fff;
}
.p-regist-modal__title {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1.5rem;
}
.p-regist-modal__btn {
    height: 100%;
    padding-right: 1rem;
}
.p-regist-modal__btn-link {
    position: relative;
    display: block;
    width: 4rem;
    height: 100%;
    color: #fff !important;
}
.p-regist-modal__btn-link:before {
    font-size: 2.4rem;
}
@media (min-width: 48em) {
    .p-regist-modal__inner {
        padding: 2rem;
    }
    .p-regist-modal__title {
        font-size: 1.6rem;
    }
}
@media (min-width: 64.0625em) {
    .p-regist-modal {
        padding: 4rem 0;
    }
    .p-regist-modal__title {
        font-size: 1.8rem;
    }
}

/* 最後の言葉
========================================== */
.p-regist-finish {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 1.5rem;
    font-size: 1.4rem;
}
.p-regist-finish__icon {
    position: relative;
    top: -1px;
    margin-right: 8px;
}
.p-regist-finish__text {
    font-weight: bold;
}
.p-regist-finish--error {
    color: #c8161d;
    background: #ffe4e1;
}
.p-regist-finish--success {
    color: #006dba;
    background: #def1fc;
}
@media (min-width: 48em) {
    .p-regist-finish {
        padding: 2rem;
        font-size: 1.6rem;
    }
    .p-regist-finish__icon {
        top: 0;
    }
}
@media (min-width: 64.0625em) {
    .p-regist-finish {
        font-size: 1.8rem;
    }
}

/* モーダル内ボタン
========================================== */
.p-regist-btn-icon {
    margin-right: 1rem;
}

/* テナントサービス利用約款（モーダル）
========================================== */
.p-clause {
    margin-bottom: 2rem;
    counter-reset: treaty 0;
}
.p-clause__treaty:before {
    counter-increment: treaty 1;
    content: counter(treaty) "条";
}
.p-clause__item:before {
    counter-increment: item 1;
    content: counter(item);
}
.p-clause__issue:before {
    counter-increment: issue 1;
    content: "（" counter(issue) "）";
}
.p-clause__section {
    counter-reset: item 1;
}
.p-clause__list {
    counter-reset: issue 0;
}
.p-clause__section:nth-last-child(n+2) {
    margin-bottom: 2rem;
}
.p-clause__section > *:nth-last-child(n+2) {
    margin-bottom: 1rem;
}
.p-clause__title {
    font-size: 1.4rem;
    font-weight: bold;
}
.p-clause__title-inline {
    margin-left: -1rem;
}
.p-clause__pre {
    font-size: 1.2rem;
    line-height: 1.8;
}
.p-clause__treaty, .p-clause__item {
    margin-right: 1rem;
}
.p-clause__list-unit {
    display: flex;
    font-size: 1.2rem;
    line-height: 1.8;
}
@media (min-width: 48em) {
    .p-clause {
        margin-bottom: 3rem;
        padding: 0 1rem;
    }
    .p-clause__section:nth-last-child(n+2) {
        margin-bottom: 3rem;
    }
    .p-clause__title {
        font-size: 1.6rem;
    }
    .p-clause__pre {
        font-size: 1.4rem;
    }
    .p-clause__list-unit {
        font-size: 1.4rem;
    }
}

/* 確認コード
========================================== */
.p-regist-conf-code {
    padding: 2rem;
    background: #f1faff;
    border: solid 1px #ccdfef;
}
.p-regist-conf-code > *:nth-last-child(n+2) {
    margin-bottom: 2rem;
}
.p-regist-conf-code__address {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.4;
    word-break: break-all;
}
@media (min-width: 37.5em) {
    .p-regist-conf-code__address {
        font-size: 1.8rem;
    }
}
@media (min-width: 48em) {
    .p-regist-conf-code__address {
        font-size: 2rem;
    }
}
/*# sourceMappingURL=registration.css.map */