html {
    min-width: 320px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0px;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    background: #FCF2F2;
}

/** コンテナ */
.container {
    padding-left: 0px;
    padding-right: 0px;
}

/** チェックボックス */
input[type="checkbox"] {
    opacity: 0;
    appearance: none;
}

input[type="checkbox"]+span::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 24px;
    height: 24px;
    border: 2px solid #606060;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 0.5rem;
}

input[type="checkbox"]:checked+span::before {
    width: 24px;
    height: 24px;
    border: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' width='24' height='24' rx='4' fill='%23ED6565'/%3E%3Crect x='0.5' width='24' height='24' rx='4' fill='%23ED6565'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.0888 6.27734C20.5861 6.68793 20.6399 7.40483 20.2089 7.87858L11.3578 17.6083C10.9285 18.0802 10.1797 18.1331 9.68204 17.7267L4.9161 13.8348C4.41648 13.4268 4.35862 12.7102 4.78686 12.2342C5.21511 11.7582 5.9673 11.7031 6.46692 12.1111L10.3331 15.2683L18.4081 6.39172C18.8391 5.91796 19.5916 5.86676 20.0888 6.27734Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0 0px;
}

/** ヘッダ */
.header {
    background-color: white;
    border-bottom: 1px solid #FD9393;

    display: flex;
    justify-content: space-around;

    .ui-header-wrapper {
        width: 100%;
        max-width: 750px;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
}

/* ヘッダ：ロゴ */
.header-logo-center {
    height: 56px;
    width: 150px;
    background: url(../img/logo.png) no-repeat left / 150px auto;
    margin-left: auto;
    margin-right: auto;
}

/* ヘッダ */
.header-company {
    position: absolute;
    height: 56px;
    width: 120px;
    background: url(../img/dai_ichi_life.png) no-repeat center / 80px auto;
    margin-left: auto;
    margin-right: auto;
}

/* ヘッダ：タイトル */
.header-title {
    position: absolute;
    font-size: 20px;

    vertical-align: middle;
    width: 100%;
    height: 27px;
    left: 0px;
    top: 47px;
    justify-content: center;

    /* セカンダリーカラー02 背景色やラベルなど */
    background: #FD9393;
    /* モノトーンカラー(白) */
    color: #FFFFFF;

}

.header-title-inner {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .header-title-inner {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .header-title-inner {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .header-title-inner {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .header-title-inner {
        max-width: 1140px;
    }
}

/* カード */
.panel-trans {
    background: transparent;

    margin-top: 30px;
    margin-bottom: 20px;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    padding: 0px 20px;

    color: #474242;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
}

/* カード */
.panel-body-about-id {
    color: #474242;
    background: #ffffff;

    margin-top: 24px;
    margin-bottom: 32px;
    padding-left: 10px;
    padding-right:10px;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;

    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
}

/* ラベル */
.control-label {
    padding: 0;
}

.form-control {
    line-height: 1.4375em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    border-radius: 4px;

    box-sizing: content-box;
    height: 1.4375em;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 90%;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    padding: 8.5px 14px;
    /* 入力フォーム */
    /* 汎用カラー */
    border: 1px solid #9C9C9C;
}

/** 各種ボタン共通 */
.btn {
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);

}

/** 各種ボタン共通:hover */
.btn:hover {
    background-color: rgb(189, 50, 50);
    color: #fff;
}

/** ボタン：ログイン */
.btn-login {
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
    text-transform: uppercase;
    --variant-textColor: #C7000B;
    --variant-outlinedColor: #C7000B;
    --variant-outlinedBorder: rgba(199, 0, 11, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #C7000B;
    background-color: rgb(238, 101, 101);
    /* モノトーンカラー(白) */
    color: #FFFFFF;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 2px 0px;
    outline: 0px;
    margin-bottom: 10px;
    text-decoration: none;
    padding: 6px 16px;
    border-width: 0px;
    border-radius: 38.5px;
    filter: drop-shadow(0px 2px 2px rgba(172, 83, 83, 0.25));

    width: 320px;
    left: calc(50% - 320px/2 + 0.5px);
    top: 10%;
    bottom: 10%;
    height: 60px;

    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
}

/** ボタン：ログインへ */
.btn-next-login {
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
    text-transform: uppercase;
    --variant-textColor: #C7000B;
    --variant-outlinedColor: #C7000B;
    --variant-outlinedBorder: rgba(199, 0, 11, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #C7000B;
    background-color: rgb(238, 101, 101);
    /* モノトーンカラー(白) */
    color: #FFFFFF;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    outline: 0px;
    margin-bottom: 10px;
    text-decoration: none;
    padding: 6px 16px;
    border-width: 0px;
    border-radius: 38.5px;
    filter: drop-shadow(0px 2px 2px rgba(172, 83, 83, 0.25));

    width: 180px;
    left: calc(50% - 180px/2 + 0.5px);
    top: 10%;
    bottom: 10%;
    height: 65px;

    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
}

/** ボタン：送信（パスワード失念） */
.btn-send-change {
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
    text-transform: uppercase;
    --variant-textColor: #C7000B;
    --variant-outlinedColor: #C7000B;
    --variant-outlinedBorder: rgba(199, 0, 11, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #C7000B;
    background-color: rgb(237, 101, 101);
    /* モノトーンカラー(白) */
    color: #FFFFFF;
    margin: 0px;
    padding: 6px 16px;
    border-width: 0px;
    border-radius: 38.5px;
    filter: drop-shadow(0px 2px 2px rgba(172, 83, 83, 0.25));

    width: 140px;
    left: calc(50% - 140px / 2 + 0.5px);
    height: 65px;

    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
}

/** ボタン：戻る */
.btn-back {
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
    text-transform: uppercase;
    --variant-textColor: #737373;
    --variant-outlinedColor: #737373;
    --variant-containedColor: #fff;
    --variant-containedBg: #737373;
    background-color: #fff;
    color: #606060;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    outline: 0px;
    margin-bottom:10px;
    text-decoration: none;
    padding: 6px 16px;
    border-color: #606060;
    border-width: 2px;
    border-radius: 38.5px;

    width: 150px;
    left: calc(50% - 150px/2 + 0.5px);
    top: 10%;
    bottom: 10%;
    height: 65px;

    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
}

/** ボタン：戻る */
.btn-back2 {
    background: #FFFFFF;
    color: #606060;

    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
    text-transform: uppercase;
    --variant-textColor: #737373;
    --variant-outlinedColor: #737373;
    --variant-containedColor: #fff;
    --variant-containedBg: #737373;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    outline: 0px;
    margin: 0px;
    text-decoration: none;
    padding: 6px 16px 6px 16px;
    border: 2px solid #606060;
    border-radius: 38.5px;

    width: 127px;
    left: calc(50% - 127px/2 + 0.5px);
    height: 65px;

    font-weight: 700;
    font-size: 20px;
    line-height: 130%;

    align-items: center;
    text-align: center;

    color: #606060;

}

/** ボタン：戻る */
.btn-cancel-change {
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
    background-color: #fff;
    color: #606060;
    align-items: center;
    margin-bottom:10px;
    text-decoration: none;
    padding: 6px 16px;
    border-color: #606060;
    border-width: 2px;
    border-radius: 38.5px;

    width: 171px;
    left: calc(50% - 171px/2 + 0.5px);
    height: 65px;

    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
}

/** パスワード：全体 */
.pwdGroup {
    position: relative;
}

/** パスワード表示切替：表示アイコン */
.iconEye {
    background-repeat: no-repeat;
    background-position: left;
    background-size: 22px auto;
    background-position-x: 0px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3" fill="%23888888"/></svg>');
    height: 22px;
    width: 22px;
    display: block
}

/** パスワード表示切替：非表示アイコン */
.iconEyeOff {
    background-repeat: no-repeat;
    background-position: left;
    background-size: 22px auto;
    background-position-x: 0px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7M2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2m4.31-.78 3.15 3.15.02-.16c0-1.66-1.34-3-3-3z" fill="%23888888"/></svg>');
    height: 22px;
    width: 22px;
    display: block
}

/** パスワード表示切替 */
.pwdInput {
    display: none;
}

/** 利用規約 スクロール */
.scroll {
    overflow-y: scroll;
    /* コンテンツ背景 背景色 */
    background: #F5F5F5;

}

/** 利用規約 スクロール */
.scroll-wrap {
    white-space: pre-wrap;
    /* コンテンツ背景 背景色 */
    background: #F5F5F5;
    font-weight: 400;
    font-size: 14px;


}

/** アンカー */
.btn-link {
    color: #ac5353;
    border: 0px;
    background-color: transparent;
}
.btn-link:focus {
    outline: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/** 赤文字 */
.text-red,
#validateErrorMassage {
    color: #A90B14;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
}

.text-red ul {
    padding-left: 20px;
    margin-bottom: 0px;
}

/** 注釈 */
.comment {
    font-size: 12px;
    color: #606060;
    padding-right: 0px;
}

.error-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #474242;
}

/* テキスト：アカウント登録に際し、ID利用規約を確認いただき、同意をお願いいたします。（アカウント登録）（パスワード設定） */
.text-register-need-permission,
.text-input-password {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #474242;
}

.text-monotone {
    color: #474242;
}

.form-check-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #474242;
}

/** 決定・キャンセルボタンを配置するための枠 */
.yn-button-box {
    display: flex;
}

.field-label {
    color: #474242;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
}

.text-id-error {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    /* または22px */

    /* エラー */
    color: #A90B14;
}

/** ID利用規約 */
.text-about-id {
    color: #474242;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}

/** パスワード失念：テキスト */
.text-reset {
    color: #474242;

    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}

.height-input {
    height: 29px;
}

h4 {
    color: #474242;
}

h4.h4-about-id {
    margin: 0px;
}

/* アカウント登録画面 */
.register-account-register {

    /** アンカー（アカウント登録） */
    .anchor-register {
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        text-decoration-line: underline;

        color: #AC5353;
    }

    /* テキスト：注釈(アカウント登録) */
    .text-register-annotation {
        font-weight: 400;
        font-size: 12px;
        line-height: 160%;
        color: #606060;
    }

    /** ボタン：次へ(アカウント登録) */
    .btn-next-register {
        position: relative;
        box-sizing: border-box;
        vertical-align: middle;
        text-transform: uppercase;
        --variant-textColor: #C7000B;
        --variant-outlinedColor: #C7000B;
        --variant-outlinedBorder: rgba(199, 0, 11, 0.5);
        --variant-containedColor: #fff;
        --variant-containedBg: #C7000B;
        background-color: rgb(237, 101, 101);
        /* モノトーンカラー(白) */
        color: #FFFFFF;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 2px 0px;
        outline: 0px;
        margin-bottom: 10px;
        text-decoration: none;
        padding: 6px 16px;
        border-width: 0px;
        border-radius: 38.5px;
        filter: drop-shadow(0px 2px 2px rgba(172, 83, 83, 0.25));

        width: 100%;
        /* left: calc(50% - 120px/2 + 0.5px); */
        top: 10%;
        bottom: 10%;
        height: 65px;

        font-weight: 700;
        font-size: 20px;
        line-height: 160%;
    }

    .pb-8 {
        padding-bottom: 8px;
    }

    .pl-0 {
        padding-left: 0px;
    }

}

/* パスワード設定　*/
.pwd {

    /** パスワード：ラベル */
    .pwdLabel {
        position: absolute;
        top: 13px;
        right: -15px;
        height: 24px;
        width: 24px;
    }

    .mb-32 {
        margin-bottom: 32px;
    }
}

/** パスワード失念画面 */
.pwd_reset {
    .margin-reset {
        margin-top: 0px;
        margin-bottom: 32px;
        padding-top: 20px;
        padding-bottom: 25px;
    }
}

/** パスワード変更（失念）画面 */
.pwd_change {
    /** パスワード：ラベル */
    .pwdLabel {
        position: absolute;
        top: 8px;
        right: -15px;
        height: 24px;
        width: 24px;
    }
}

/** パスワード変更完了（失念）画面 */
.pwd_complete {

    /** ボタン：次へ */
    .btn-next {
        position: relative;
        box-sizing: border-box;
        vertical-align: middle;
        text-transform: uppercase;
        --variant-textColor: #C7000B;
        --variant-outlinedColor: #C7000B;
        --variant-outlinedBorder: rgba(199, 0, 11, 0.5);
        --variant-containedColor: #fff;
        --variant-containedBg: #C7000B;
        background-color: rgb(237, 101, 101);
        /* モノトーンカラー(白) */
        color: #FFFFFF;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        outline: 0px;
        margin: 0px;
        text-decoration: none;
        padding: 6px 16px;
        border-width: 0px;
        border-radius: 38.5px;
        filter: drop-shadow(0px 2px 2px rgba(172, 83, 83, 0.25));

        width: 120px;
        left: calc(50% - 120px/2 + 0.5px);
        top: 10%;
        bottom: 10%;
        height: 65px;

        font-weight: 700;
        font-size: 20px;
        line-height: 160%;
    }
}

.fs-14 {
    font-size: 14px;
}

/** ヘッダー */
.header-group {
    box-sizing: border-box;
    height: 63px;
}

/** リードスピーカー */
.header-readspeaker {
    position: absolute;
    top: 8px;
    right: 8px;
    left: auto;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    color: #00008B;
    cursor: pointer;
    height: 40px;


    /** リードスピーカー：アイコン */
    .volume-up-icon {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill: %2300008B;' viewBox='0 0 24 24' %3E%3Cpath d='M3 9v6h4l5 5V4L7 9zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02M14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77'%3E%3C/path%3E%3C/svg%3E");
        width: 24px;
    }

    /** リードスピーカー：文字 */
    .ui-header-speaker-text {
        font-size: 10px;
    }
}

/** inputタグの背景色にChromeのデフォルトCSSが当たらないようにする */
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset !important;
}