a {
    color: #0693e3
}

.post__pagination-btn a {
    color: #000
}

.article_gray {
    padding: 45px 0
}

.article_title span,
.article_title time {
    display: block
}

.article_title span {
    width: 150px;
    margin: 0 auto;
    text-align: center
}

.article_title time {
    width: 150px;
    margin: 15px auto
}

@media screen and (max-width: 650px) {
    #mailmagazine_article .article_gray {
        padding: 45px 0
    }
}

#mailmagazine_article h3 p {
    margin: 0
}

#mailmagazine_article a {
    text-decoration: underline;
    display: inline
}

#mailmagazine_article .news_content {
    margin: 45px auto 120px !important
}

#mailmagazine_article .news_content img {
    width: auto;
    max-width: 300px;
    display: block
}

#mailmagazine_article h1 {
    margin: 45px 0 15px;
    line-height: 1.8em
}

@media screen and (max-width: 650px) {
    #mailmagazine_article h1 {
        line-height: 1.5em
    }
}

#mailmagazine_article p {
    margin-bottom: 15px
}

@media screen and (max-width: 650px) {
    #mailmagazine_article p {
        line-height: 1.7em
    }
}

/* subscription_btn */
#subscription_btn {
    background-color: #FF9200;
    width: 40%;
    max-width: 400px;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #ccc;
    border-radius: 10px;
    margin: 15px auto
}

@media screen and (max-width: 650px) {
    #subscription_btn {
        width: 90%;
    }
}

#subscription_btn:hover {
    transform: translate3d(0.2rem, 0.2rem, 0);
    box-shadow: none;
    opacity: .7;
    transition: all .2s
}

.mail_icon {
    align-items: center;
    margin-right: 16px;
}

@media screen and (max-width: 650px) {
    .mail_icon {
        width: 20%;
        height: 45px;
        margin-right: 12px;
    }
}

.mail_icon img {
    width: 100%;
    opacity: 0.5;
}

#subscription_btn .f10:before,
#subscription_btn .f10:after {
    margin: 0
}

#subscription_btn .orange_button {
    transition-duration: .3s;
    border: none !important;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#subscription_btn .orange_button span {
    margin-top: 5px;
    display: inline-block
}

/* subscription_btn_footer */
#subscription_btn_footer {
    background-color: #FF9200;
    width: 50%;
    max-width: 540px;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #666;
    border-radius: 10px;
    margin: 15px auto
}

@media screen and (max-width: 650px) {
    #subscription_btn_footer {
        width: 90%;
    }
}

#subscription_btn_footer:hover {
    transform: translate3d(0.2rem, 0.2rem, 0);
    box-shadow: none;
    opacity: .7;
    transition: all .2s
}

#subscription_btn_footer .f10:before,
#subscription_btn_footer .f10:after {
    margin: 0
}

#subscription_btn_footer .orange_button {
    transition-duration: .3s;
    border: none !important;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#subscription_btn_footer .orange_button span {
    margin-top: 5px;
    display: inline-block
}

/* float_btn */
.float_btn {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
}

.btn {
    color: #fff;
    padding: .3em .5em;
    border-radius: .3em;
    text-align: center;
    display: table;
    cursor: pointer;
}

.btn:hover {
    cursor: pointer;
}

/* close button */
.action-close {
    position: relative;
    margin-top: 2em;
}

.action-close .btn {
    position: absolute;
    right: 0;
    top: -36px;
}

/* checkbox 非表示 */
.add-control .checkbox {
    display: none;
}

/* close button's control */
.float_btn .action-close #close:checked~.btn {
    display: none;
}

.float_btn .action-close #close:checked~.box {
    display: none;
}

.float_btn .checkbox {
    display: none;
}


.post__pagination {
    display: flex;
    justify-content: center
}

@media screen and (max-width: 650px) {
    .post__pagination {
        display: block
    }
}

.post__pagination .post__pagination-btn {
    display: inline-block;
    color: #333;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    background: #fff;
    margin-right: 60px;
    width: 50%
}

@media screen and (max-width: 650px) {
    .post__pagination .post__pagination-btn {
        margin-right: 0;
        margin-bottom: 30px;
        width: 80%
    }
}

.post__pagination .post__pagination-btn:last-child {
    margin-right: 0
}

.post__pagination .post__pagination-btn a {
    text-decoration: none !important
}

.post__pagination .post__pagination-btn-arrow {
    display: block;
    color: #012E57;
    background-color: #F8F9fA;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 25px 8px
}

.post__pagination-next .post__pagination-btn-arrow {
    text-align: left
}

.post__pagination-pre .post__pagination-btn-arrow {
    text-align: right
}

.post__pagination .post__pagination-btn-title {
    display: block;
    padding: 15px 25px 15px;
    text-align: left
}