@charset "UTF-8";
/****************************************************************************************************
 *
 * MARIS011 施策情報(選択)(ログイン前)用 CSS
 *
 ****************************************************************************************************/
/* 施策枠（事前受付が不要） */
.maris011-result-preregist-off-group {
    margin-bottom: 20px;
    padding: 2px 16px 1px 16px !important;
    border: 1px;
    border-color: #bfbfbf;
    border-style: solid;
    border-radius: 10px;
    background-color: #fff !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* 施策枠（事前受付が必要） */
.maris011-result-preregist-on-group {
    margin-bottom: 20px;
    padding: 2px 16px 1px 16px !important;
    border: 1px;
    border-color: #bfbfbf;
    border-style: solid;
    border-radius: 10px;
    background-color: #fff !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* イベント受け取り方法タイトル枠 */
.maris011-border-color-orange {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #ededed;
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
    padding: 5px 25px;
    display: inline-block;
}

/* イベント受け取り方法説明枠 */
.maris011-border-color-lightorange {
    background-repeat: no-repeat;
    padding: 0px 15px 20px 15px;
    margin: 0;
    color: #231815;
    font-style: normal;
    font: 14px/180% "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1.4rem;
}

/* 給付概要 */
.maris011-text-underline {
    font-size: 1.4rem;
    margin-bottom: 0;
}

/* 文字サイズ - 特大 */
.maris011-text-exlg {
    font-size: 1.8rem;
}

/* 「自治体マイナポイントとは」リンク */
.maris011-title-link {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

/* 受付期間エリア */
.maris011-calendar-group {
    max-width: 100%;
    padding-right: 13px;
    padding-left: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 受付期間 */
.maris011-calendar {
    border: 1px solid #CECECE;
    border-radius: 5px;
    width: 48%;
    font-size: 1.6rem;
    padding: 13px;
    height: 52px
}

/* 期間の～部分 */
.maris011-text-kara {
    font-weight: bold;
    font-size: 2.1rem;
}

/* 検索結果表示エリア表示位置調整 */
.page-anchor {
    padding-top: 0rem;
    margin-top: 0rem;
}
/* 検索結果タイトル */
.maris011-result-block-title {
    text-align: center;
    padding: 15px;
}
/* 詳細へリンク */
.maris011-result-block-link {
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    padding: 20px 15px;
    background-color: transparent;
    color: #e5004f;
    width: 100%;
}
.maris011-result-block-link:hover {
    color: #e5004f;
    text-decoration: none;
}
/* ポイントの取得方法説明エリア */
.maris011-result-block-point-get-method {
    text-align: center;
    margin-bottom: 0px;
    border-bottom: 1px solid #CECECE;
}
/* 「詳細へ」の「＞」部分 */
.maris011-result-block-link::after {
    content: '';
    background: url(../images/common/icon_arrow_red.svg) no-repeat;
    display: inline-block;
    width: 7px;
    height: 14px;
    vertical-align: middle;
    background-size: contain;
    position: relative;
    top: -1px;
    margin-left: 20px;
}
/* ポイント強調 */
.maris011-point {
    font-weight: bold;
    font-size: 2.0rem;
    display: inline-block;
    margin-right: 10px;
}
/* カレンダ入力欄の幅制御 */
.maris011-input-width-control {
    width: inherit;
}

/* スマホレイアウト制御 */
@media ( max-width : 768px) {
    .maris011-text-exlg {
        font-size: 1.5rem;
    }
    .maris011-text-underline {
        font-size: 1.2rem;
    }
    .maris011-border-color-orange {
        font-size: 1.3rem;
    }
    .maris011-border-color-lightorange {
        font-size: 1.3rem;
    }
    .maris011-point {
        font-size: 1.6rem;
    }
    .maris011-result-block-link {
        padding: 10px;
        font-size: 1.4rem;
    }
    .maris011-title-link {
        font-size: 1.2rem;
    }
    div.form-group {
        display: block;
    }
    .maris011-calendar {
        width: 100px !important;
    }
    .maris011-text-kara {
        vertical-align: middle;
        white-space: nowrap;
    }
}

#btnBackToMynapoint {
    white-space: pre-line;
    word-break: break-all;
    padding-left: 30px;
    padding-right: 30px;
}
/**************************************************
 * 自治体マイナポイントとは
 **************************************************/
#lnkWhatMynaPoint {
    border: 1px solid #CECECE;
    border-radius: 5px;
    display: block;
    text-decoration: none;
    margin: 20px auto;
    box-shadow: 0 0 0 6px #fffae6 inset;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #231815;
    padding: 2rem 0.5rem;
    max-width: 756px;
    background: url(../images/common/icon_arrow_red.svg) no-repeat top 50% right 15px;
    background-size: 8px 15px , 47px 45px;
}
#lnkWhatMynaPoint::before {
    content: '';
    background: url("../images/MACAS010/icon_about.svg") no-repeat;
    width: 45px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}
/* スマホ用 */
@media (max-width: 768px) {
    #lnkWhatMynaPoint {
        margin-bottom: 20px;
        padding: 1.5rem 0.5rem;
        font-size: 1.4rem;
        max-width: 90%;
    }
}