@charset "UTF-8";
.topicsLst_wrap {
    border-bottom: 1px solid #efefef;
    margin-bottom: 60px;
}
.topicsLst_wrap .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
    padding: 13px 18px;
    border-top: 1px solid #efefef;
}
.topicsLst_wrap .list .link{
    width: -webkit-calc(100% - 105px);
    width: calc(100% - 105px);
    box-sizing: border-box;
}
.topicsLst_wrap .list .link a{
    color: #2389a3;
}
.topicsDtl_wrap {
    margin-bottom: 60px;
}
.topicsDtl_wrap .day {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
    margin-bottom: 2em;
}
.topicsDtl_text {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
}
.topicsDtl_text p,
.topicsDtl_text .img {
    margin-bottom: 2em;
}
.topicsDtl_text .lnk a {
    padding-left: 15px;
    display: inline-block;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 1ex;
}
.topicsDtl_text .lnk a:before {
    position: absolute;
    content: "";
    background: url(/cmn/img/arw.png) no-repeat 0 0 / 100% auto;
    width: 9px;
    height: 14px;
    left: 0;
    top: 7px;
    margin: auto;
}
.topicsDtl_text.is-ver2 p,
.topicsDtl_text.is-ver2 .img {
    margin-bottom: 0;
}
.topicsDtl_text.is-ver2 img {
    margin: 32px 0;
}
.topicsDtl_text.is-ver2 a {
    color: #2389a3;
}
.topicsLst_btn {
    margin-bottom: 60px;
}
.topicsLst_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 325px;
    margin: 0 auto;
    background: #3cbd70;
    color: #fff;
    font-size: 20px;
    height: 60px;
}
.hosPg_box {
    background: #e9f7f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 28px;
    margin-bottom: 86px;
}
.hosPg_result .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.hosPg_result .txt span {
    font-size: 24px;
    color: #3cbd70;
}
.hosPg_lst ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hosPg_lst ul li {
    margin-right: 12px;
}
.hosPg_lst ul li:last-child {
    margin-right: 0;
}
.hosPg_lst ul li a {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: bold;
    transition: 0.4s;
    background: #fff;
    color: #3cbd70;
    border: 1px solid #dadada;
    text-decoration: none;
    overflow: hidden;
}
.hosPg_lst ul li.on a {
    background: #3cbd70;
    color: #fff;
    border: 1px solid #3cbd70;
    pointer-events: none;
}
.hosPg_lst ul li.prev a,
.hosPg_lst ul li.next a {
    background: transparent !important;
    border: none !important;
}
.knowhow_wrap {
    margin-bottom: 86px;
}
.wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -6px;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: bold;
    transition: 0.4s;
    background: #fff;
    color: #3cbd70;
    border: 1px solid #dadada;
    text-decoration: none;
    overflow: hidden;
    padding: 0;
    margin: 6px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #3cbd70;
    color: #fff;
    border: 1px solid #3cbd70;
}
.wp-pagenavi span.extend {
    width: auto;
    height: auto;
    border-radius: 0;
    font-weight: normal;
    background: none;
    color: #000;
    border: none;
}
.wp-pagenavi span.extend:before {
    content: '…';
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
}
.wp-pagenavi a.previouspostslink {
    background: url(/cmn/img/sp/result_arw_left.png) no-repeat center;
}
.wp-pagenavi a.nextpostslink {
    background: url(/cmn/img/sp/result_arw_right.png) no-repeat center;
}
@media (min-width: 896px) {
    .topicsLst_btn a:hover {
        opacity: 0.8;
        text-decoration: none;
    }
    .hosPg_lst ul li a:hover {
        background: #3cbd70;
        color: #fff;
        border: 1px solid #3cbd70;
    }
    .hosPg_lst ul li.prev a:hover,
    .hosPg_lst ul li.next a:hover {
        opacity: .8;
    }
    .topicsDtl_text .lnk a:hover {
        text-decoration: none;
    }
    .topicsDtl_text.is-ver2 a:hover {
        text-decoration: underline;
    }
    .hosPg_result {
        min-width: 240px;
    }
}
@media only screen and (max-width: 896px) {
    .page_flow_btn.ver1 {
        width: 100%;
    }
    .page_flow_btn.ver2 {
        display: none;
    }
    .topicsLst_wrap {
        margin-bottom: 40px;
    }
    .topicsLst_wrap .list {
        display: block;
        font-size: 14px;
        padding: 10px 0;
    }
    .topicsLst_wrap .list .link{
        width: 100%;
    }
    .topicsDtl_wrap {
        margin-bottom: 40px;
    }
    .topicsDtl_wrap .day {
        font-size: 14px;
    }
    .topicsDtl_text {
        font-size: 14px;
    }
    .topicsDtl_text .img img {
        width: 100%;
        height: auto;
    }
    .topicsDtl_text .lnk a:before {
        top: 5px;
    }
    .topicsDtl_text.is-ver2 img {
        margin: 28px 0;
    }
    .topicsLst_btn {
        margin-bottom: 40px;
    }
    .topicsLst_btn a {
        width: 100%;
        height: 50px;
        font-size: 16px;
    }
    .hosPg_box {
        display: block;
        padding: 20px 5px;
        margin-bottom: 45px;
        margin-right: -10px;
        margin-left: -10px;
    }
    .hosPg_box.ver2 {
        margin-bottom: 40px;
    }
    .hosPg_result {
        text-align: center;
        margin-bottom: 20px;
    }
    .hosPg_result .txt {
        font-size: 16px;
    }
    .hosPg_result .txt span {
        font-size: 20px;
    }
    .hosPg_lst ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hosPg_lst ul li {
        margin: 0 4px;
    }
    .hosPg_lst ul li a {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
    .knowhow_wrap {
        margin-bottom: 45px;
    }
    .wp-pagenavi {
        margin: -4px;
    }
    .wp-pagenavi a,
    .wp-pagenavi span {
        width: 25px;
        height: 25px;
        font-size: 14px;
        margin: 4px;
    }
    .wp-pagenavi a.previouspostslink,
    .wp-pagenavi a.nextpostslink {
        background-size: 8px auto;
    }
}
@media only screen and (max-width: 374px) {
    .hosPg_result .txt {
        font-size: 13px;
    }
    .hosPg_result .txt span {
        font-size: 17px;
    }
    .hosPg_lst ul li {
        margin: 0 2px;
    }
}
