.entry-header {
    display: none
}

p {
    margin: 0
}

/* SP用改行 */
@media screen and (min-width: 768px) {
    .br-sp {
        display: none;
    }
}

.top {
    background-color: #FF9200 !important
}

@media screen and (max-width: 650px) {
    .top {
        height: 140px !important;
        margin-bottom: 60px !important;
    }
}

.top h1 {
    text-align: center;
    padding-top: 80px !important;
    margin-top: 0;
}

@media screen and (max-width: 650px) {
    .top h1 {
        padding-top: 40px !important
    }
}

.top h1 span {
    width: auto !important;
    background-color: transparent !important;
    line-height: 80px
}

@media screen and (max-width: 650px) {

    .top h1 span {
        width: 100% !important
    }
}

@media screen and (max-width: 650px) {

    .top-lead {
        margin-top: -60px !important
    }
}

.top_txt {
    margin-bottom: 40px;
}

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

@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
}

#mailmagazine_list {
    margin-bottom: 240px !important
}

#mailmagazine_list li {
    margin-bottom: 15px;
    border-bottom: none;
    border-radius: 15px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #929292;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #ccc
}

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

@media screen and (max-width: 650px) {
    #mailmagazine_list li {
        margin-bottom: 30px
    }
}

#mailmagazine_list li>a {
    padding: 15px 30px;
    display: block
}

#mailmagazine_list li time {
    display: inline-block;
    width: 150px
}

#mailmagazine_list li .category_name {
    display: inline-block;
    width: auto;
    padding: 5px 10px 7px 0
}

#mailmagazine_list li .news_content {
    margin: 15px auto !important
}

.flex {
    margin-bottom: 60px
}

@media screen and (max-width: 650px) {
    .flex {
        flex-wrap: wrap
    }
}

.flex li {
    width: 170px;
    padding: 10px 0 8px
}

@media screen and (max-width: 650px) {
    .flex li {
        width: 48%;
        margin-bottom: 15px
    }
}

.sec {
    margin-bottom: 90px
}

.sec h1 {
    line-height: 80px;
    text-indent: 40px
}

@media screen and (max-width: 650px) {
    .sec h1 {
        text-indent: 20px
    }
}

.sec h2 {
    line-height: 80px
}

.sec>p {
    margin: 45px auto !important
}

.pnavi {
    text-align: center;
    margin: 45px auto 120px
}

.pagiNation {
    margin: 40px 0 0
}

.nav-links {
    display: flex
}

.pagiNation .page-numbers {
    display: inline-block;
    margin-right: 20px;
    padding: 20px 25px;
    color: #333;
    border-radius: 3px;
    box-shadow: 0 3px 3px #999;
    background: #fff
}

.pagiNation .current {
    padding: 20px 25px;
    background: #012E57;
    color: #fff
}

.pagiNation .prev,
.pagiNation .next {
    background: transparent;
    box-shadow: none;
    color: #012E57
}

.pagiNation .dots {
    background: transparent;
    box-shadow: none
}

/* ブログサイトへ移行案内 */
.notice {
    letter-spacing: normal;
    border: 3px solid #FF9200;
    padding: 60px;
    margin-bottom: 60px;
}

@media screen and (max-width: 650px) {
    .notice {
        padding: 20px;
    }
}

.notice-title {
    position: relative;
    margin-left: -4px;
}

@media screen and (max-width: 650px) {
    .notice-title {
        margin-top: 20px;
    }
}

.notice-title::after {
    content: "";
    display: block;
    width: 72%;
    height: 3px;
    background-color: #FF9200;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-49%);
}

@media screen and (max-width: 650px) {
    .notice-title::after {
        width: 82%;
    }
}

.notice_before-url {
    font-size: 16px;
}

@media screen and (max-width: 650px) {
    .notice_before-url {
        font-size: 14px;
    }
}

.notice_after-url {
    font-size: 22px;
}

@media screen and (max-width: 650px) {
    .notice_after-url {
        font-size: 18px;
    }
}

.notice_label {
    color: #fff;
    font-size: 16px;
    background-color: #FF9200;
    padding: 6px 12px;
    margin-right: 12px;
}

@media screen and (max-width: 650px) {
    .notice_label {
        margin-right: 0;
        line-height: 3;
    }
}

.notice a {
    text-decoration: underline;
}

.notice a:hover {
    opacity: 0.6;
}