@charset "UTF-8";
.lowdtl_box {
    margin-bottom: 60px;
}
.lowdtl_box:last-of-type {
    margin-bottom: 0;
}
.lowcnt_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.lowcnt_img img {
    border-radius: 0;
}
.lowcnt_img .txt {
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    text-align: center;
}
.lowcnt_txt {
    width: -webkit-calc(100% - 275px);
    width: calc(100% - 275px);
    box-sizing: border-box;
    padding-left: 40px;
}
.lowcnt_txt .txt {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
}
.lowcnt_add {
    line-height: 2;
    font-weight: 500;
    border-radius: 8px;
    border: solid 1px #3cbd70;
    margin-top: 28px;
    padding: 18px 28px;
}
.lowcnt_add dt {
    font-weight: bold;
    margin-bottom: 6px;
    position: relative;
    padding-left: 20px;
}
.lowcnt_add dt:before {
    position: absolute;
    content: "";
    border: solid 3px #3cbd70;
    width: 14px;
    height: 14px;
    left: 0;
    top: 9px;
    border-radius: 9999px;
    box-sizing: border-box;
}
.lowcnt_add dd {
    font-size: 16px;
}
.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) {
    .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;
    }
    .hosPg_result {
        min-width: 240px;
    }
}
@media only screen and (max-width: 896px) {
    .page_flow_btn.ver1 {
        width: 100%;
    }
    .page_flow_btn.ver2 {
        display: none;
    }
    .lowdtl_box {
        margin-bottom: 40px;
    }
    .lowcnt_box {
        display: block;
    }
    .lowcnt_img {
        text-align: center;
    }
    .lowcnt_img source,
    .lowcnt_img img {
        width: 100%;
        height: auto;
        max-width: 274px;
    }
    .lowcnt_txt {
        width: 100%;
        padding: 20px 0 0;
    }
    .lowcnt_txt .txt {
        line-height: 1.75;
    }
    .lowcnt_add {
        margin-top: 20px;
        padding: 14px 14px;
    }
    .lowcnt_add dt {
        font-size: 16px;
    }
    .lowcnt_add dd {
        font-size: 16px;
    }
    .hosPg_box {
        display: block;
        padding: 20px 15px;
        margin-bottom: 45px;
    }
    .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;
    }
    .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;
    }
}