@charset "UTF-8";
/****************************************************************************************************
 *
 * MACAS010 マイナポイントトップページ用 CSS
 *
 ****************************************************************************************************/
/**************************************************
 * 基本
 **************************************************/
.container {
    display: block;
    margin: 0 auto;
}
.footer .btn {
    height: auto;
    line-height: normal!important;
}
.information-area {
    padding: 50px 0 70px;
    background: rgba(0, 0, 0, 0.05);
}
.articles:not(.information-area) {
    margin: 4rem auto 0 auto;
}
/* テキスト下線 */
.macas010-text-underline {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer .btn {
        padding: 1rem;
    }
}

.article > .title {
    margin-bottom: 2.5rem;
}

.macas010-title {
    color: #e5004f;
    font-weight: bold;
    margin: 4rem 0 2rem 0;
}

/**************************************************
 * システムメンテナンス情報、お知らせ情報
 **************************************************/
.article-information {
    max-width: 768px;
    margin: 0 auto!important;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

.article-information .contents {
    padding: 0.5rem 3rem 0.5rem 1.5rem;
}

/**************************************************
 * 自治体マイナポイントとは
 **************************************************/
#lnkWhatMynaPoint {
    border: 1px solid #CECECE;
    border-radius: 5px;
    display: block;
    text-decoration: none;
    margin: 3px;
    box-shadow: 0 0 0 6px #fffae6 inset;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #231815;
    padding: 2rem 0.5rem;
    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 {
        font-size: 1.4rem;
    }
}

/**************************************************
 * アイコン
 **************************************************/
.macas010-title > .ui-icon {
    margin-bottom: 10px;
}
/* GooglePlayButton */
.macas010-icon-google {
    width: 250px;
    height: 97px;
}
/* AppStoreButton */
.macas010-icon-appstore {
    display: inline-block;
    overflow: hidden;
    background:url(https://tools.applemediaservices.com/api/badges/download-on-the-app-store/black/ja-jp?size=250x83&amp;releaseDate=1576713600) no-repeat;
    width: 218px;
    height: 65px;
    margin: 16px;
    background-size: contain;
}
#btnToMypage::before {
 content: "";
    background-image: url(../images/common/icon_arrow.svg);
    background-repeat: no-repeat;
    background-position: left 15px top 50%;
    background-size: 10px 17px;
}

/**************************************************
 * ボタン
 **************************************************/

/* お問合せ */
.macas010-btn-div {
    text-align: center;
}
.macas010-btn-div > .btn{
    width: 100%;
    text-align: center;
    margin: 5px auto;
    min-width: 22rem;
    padding: 20px 0;
}

.macas010-btn {
    margin-bottom: 50px;
}

.to-top-article {
    padding: 0;
}

#btnMykeyIdPC, #btnMykeyIdSP {
    background: #fff;
    color: #000!important;
}

.to-top-footer {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 3rem;
    margin-top: 6rem;
}
@media (max-width: 768px) {
    .macas010-article {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.macas010-footer {
    background-image: none;
}
#btnBenefitApplicationPreregistrationTop {
    white-space: pre-line;
    word-break: break-all;
    padding-left: 30px;
    padding-right: 30px;
}
/**************************************************
 * リンク
 **************************************************/
.macas010-link {
    margin-bottom: 20px;
}

.macas010-annotation-link {
    color: #e5004f!important;
}
/**************************************************
 * システムご利用上の注意事項
 **************************************************/
.macas010-precaution {
    margin: 6rem auto 0;
    font-size: 76%;
    max-width: 768px;
    white-space: normal;
    text-align: left;
    width: 75%
}
@media (max-width: 768px) {
    .macas010-precaution {
        width: 100%
    }
}
