@charset "UTF-8";

.pageContents_list .post_list {
    padding: 0 5% 60px;
}

.pageContents_list .post_list .post {
    margin-bottom: 40px;
}

.pageContents_list .post_list .post:last-child {
    margin-bottom: 0;
}

.pageContents_list .post_list .post .img {
    margin-bottom: 15px;
    background: #f1f1f1;
}

.pageContents_list .post_list .post .cat {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
}

.pageContents_list .post_list .post .post_ttl {
    font-size: 17px;
    font-size: 1.7rem;
}

.pageContents_list .post_list .pager {
    margin-top: 40px;
}

@media (min-width: 769px) {
    .pageContents_list .post_list {
        padding: 0 0 120px;
    }
    .pageContents_list .post_list .wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .pageContents_list .post_list .post {
        width: 47%;
        margin-bottom: 50px;
    }
    .pageContents_list .post_list .post .img {
        margin-bottom: 20px;
    }
    .pageContents_list .post_list .post .cat {
        margin-bottom: 15px;
        font-size: 15px;
        font-size: 1.5rem;
    }
    .pageContents_list .post_list .post .post_ttl {
        font-size: 20px;
        font-size: 2rem;
    }
    .pageContents_list .post_list .pager {
        margin-top: 50px;
    }
}

.pageContents .post_body .width_small {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.pageContents .post_body .post_header {
    width: 90%;
    margin: 0 auto 20px;
    padding: 10px 0 20px;
    border-bottom: 1px solid #e5e5e5;
}

.pageContents .post_body .post_header .post_ttl {
    font-size: 20px;
    font-size: 2rem;
}

.pageContents .post_body .post_content {
    margin-bottom: 80px;
}

.pageContents .post_body .post_content .layout {
    /* margin-bottom: 70px;  upd 2023.9 z-prj */
    margin-bottom: 20px;
}

.pageContents .post_body .post_content .ttl_01 {
    margin-bottom: 15px;
    font-size: 17px;
    font-size: 1.7rem;
}

.pageContents .post_body .post_content .ttl_02 {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
}

.pageContents .post_body .post_content .ttl_03 {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
}

.pageContents .post_body .post_content .text a {
    text-decoration: underline;
}

.pageContents .post_body .post_content .text_01 {
    margin-bottom: 30px;
}

.pageContents .post_body .post_content .italic {
    font-style: italic;
}

.pageContents .post_body .post_content .img {
    /* margin-bottom: 20px;  upd 2023.9 z-prj*/
    margin-bottom: 10px;
}

.pageContents .post_body .post_content img {
    width: 100%;
}

.pageContents .post_body .post_content figcaption {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-top: 1px;  /* add 2023.9 z-prj */
}

.pageContents .post_body .post_content .btn {
    width: 80%;
    max-width: 250px;
    margin: 30px auto 0;
}

.pageContents .post_body .post_content .img_wrap_02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pageContents .post_body .post_content .img_wrap_02 .img {
    width: 50%;
    margin-bottom: 0;
}

.pageContents .post_body .post_content .img_slider {
    margin-bottom: 20px;
}

.pageContents .post_body .post_content .img_slider .slick-prev,
.pageContents .post_body .post_content .img_slider .slick-next {
    z-index: 10;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.8);
}

.pageContents .post_body .post_content .img_slider .slick-prev::before,
.pageContents .post_body .post_content .img_slider .slick-next::before {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    opacity: 1;
    content: '';
}

.pageContents .post_body .post_content .img_slider .slick-prev {
    left: 0;
}

.pageContents .post_body .post_content .img_slider .slick-prev::before {
    left: 17px;
    border-bottom: 1px solid #181818;
    border-left: 1px solid #181818;
}

.pageContents .post_body .post_content .img_slider .slick-next {
    right: 0;
}

.pageContents .post_body .post_content .img_slider .slick-next::before {
    right: 17px;
    border-top: 1px solid #181818;
    border-right: 1px solid #181818;
}

/*add 2023.11 z-prj ページ内ジャンプずれ対策*/
.pageContents .post_body .post_content .layout_02 .ttl_01,
.pageContents .post_body .post_content .layout_10 .ttl_01 {
    padding-top: 150px;
    margin-top: -150px;
}

.pageContents .post_body .post_content .layout_07 .text_box {
    margin-bottom: 20px;
}

.pageContents .post_body .post_content .layout_08,
.pageContents .post_body .post_content .layout_09,
.pageContents .post_body .post_content .layout_10 {
    padding: 40px 0;
    background: #f8f8f8;
}

/* add 2023.9 z-prj */
.pageContents .post_body .post_content .layout_08 {
    margin-top: 100px;
}

.pageContents .post_body .post_content .layout_09 .block {
    margin-bottom: 40px;
}

/* upd 2024.11 z-prj
.pageContents .post_body .post_content .layout_10 .block {
    margin-bottom: 40px;
}
*/
.pageContents .post_body .post_content .layout_10 .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pageContents .post_body .post_content .layout_10 .block {
    width: 49%;
    margin: 0 1% 40px 0;
}

.pageContents .post_body .post_content .layout_09 .block:last-child,
.pageContents .post_body .post_content .layout_10 .block:last-child {
    margin-bottom: 0;
}

.pageContents .post_body .post_content .layout_11 .ttl_box {
    margin-bottom: 5px;
    padding: 10px 20px;
    background: #f8f8f8;
}

.pageContents .post_body .post_content .layout_11 .ttl_box .ttl_03 {
    margin-bottom: 0;
}

.pageContents .post_body .post_content .layout_11 table {
    width: 100%;
}

.pageContents .post_body .post_content .layout_11 table tr th {
    width: 30%;
    padding: 10px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    background: #f8f8f8;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

.pageContents .post_body .post_content .layout_11 table tr td {
    padding: 10px;
    background: #f8f8f8;
    border-bottom: 5px solid #fff;
}

.pageContents .post_body .post_content .layout_12 .block {
    margin-bottom: 20px;
}

.pageContents .post_body .post_content .layout_12 .block:last-child {
    margin-bottom: 0;
}

.pageContents .post_body .post_content .layout_12 .name {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
}

.pageContents .post_body .post_footer {
    width: 90%;
    margin: 0 auto 20px;
}

.pageContents .post_body .post_footer .sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.pageContents .post_body .post_footer .sns .btn {
    width: 31%;
    text-align: center;
}

.pageContents .post_body .post_footer .sns .btn a {
    position: relative;
    display: block;
    height: 40px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    border-radius: 3px;
}

.pageContents .post_body .post_footer .sns .btn a span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pageContents .post_body .post_footer .sns .facebook a {
    background: #3d5e96;
}

.pageContents .post_body .post_footer .sns .twitter a {
    background: #67aeeb;
}

.pageContents .post_body .post_footer .sns .line a {
    background: #69c200;
}

.pageContents .post_body .post_footer .index {
    padding: 30px 0;
}

.pageContents .post_body .post_footer .index .ttl {
    margin-bottom: 30px;
    font-size: 19px;
    font-size: 1.9rem;
}

.pageContents .post_body .post_footer .index dl {
    margin-bottom: 20px;
}

.pageContents .post_body .post_footer .index dl:last-child {
    margin-bottom: 0;
}

.pageContents .post_body .post_footer .index dl dt {
    font-size: 13px;
    font-size: 1.3rem;
}

.pageContents .post_body .post_footer .index dl dd {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5;
}

.pageContents .post_body .post_footer .page_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0 60px;
    border-top: 1px solid #e5e5e5;
}

.pageContents .post_body .post_footer .page_nav .page_nav_block {
    width: 33%;
}

.pageContents .post_body .post_footer .page_nav .prev a,
.pageContents .post_body .post_footer .page_nav .next a,
.pageContents .post_body .post_footer .page_nav .back_list a {
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
    font-size: 13px;
    font-size: 1.3rem;
}

.pageContents .post_body .post_footer .page_nav .prev a::after,
.pageContents .post_body .post_footer .page_nav .next a::after,
.pageContents .post_body .post_footer .page_nav .back_list a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #818181;
    content: '';
}

.pageContents .post_body .post_footer .page_nav .prev {
    position: relative;
    padding-left: 10px;
}

.pageContents .post_body .post_footer .page_nav .prev::before {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 10;
    display: block;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #181818;
    border-left: 1px solid #181818;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    pointer-events: none;
    content: '';
}

.pageContents .post_body .post_footer .page_nav .prev::before {
    left: 0;
}

.pageContents .post_body .post_footer .page_nav .next {
    position: relative;
    padding-right: 10px;
    text-align: right;
}

.pageContents .post_body .post_footer .page_nav .next::before {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 10;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #181818;
    border-right: 1px solid #181818;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    pointer-events: none;
    content: '';
}

.pageContents .post_body .post_footer .page_nav .next::before {
    right: 0;
}

.pageContents .post_body .post_footer .page_nav .back_list {
    text-align: center;
}

@media (min-width: 769px) {
    .pageContents .post_body .width_small {
        width: 100%;
        max-width: 800px;
    }
    .pageContents .post_body .post_header {
        width: 100%;
        max-width: 800px;
        margin: 0 auto 40px;
        padding: 30px 0 40px;
    }
    .pageContents .post_body .post_header .post_ttl {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .pageContents .post_body .post_content .layout {
        /* margin-bottom: 100px;  upd 2023.9 z-prj */
        margin-bottom: 20px;
    }
    .pageContents .post_body .post_content .ttl_01 {
        /* margin-bottom: 40px;  upd 2023.9 z-prj */
        margin-bottom: 10px;
        font-size: 20px;
        font-size: 2rem;
    }
    .pageContents .post_body .post_content .ttl_02 {
        margin-bottom: 40px;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .pageContents .post_body .post_content .ttl_03 {
        margin-bottom: 40px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .pageContents .post_body .post_content .text_01 {
        margin-bottom: 40px;
    }
    .pageContents .post_body .post_content .img {
        /* margin-bottom: 40px;  upd 2023.9 z-prj */
        margin-bottom: 10px;
    }
    .pageContents .post_body .post_content figcaption {
        /* margin-top: 15px;  upd 2023.9 z-prj */
        margin-top: 1px;
    }
    .pageContents .post_body .post_content .btn {
        width: 100%;
        margin: 40px auto 0;
    }
    .pageContents .post_body .post_content .img_wrap_01 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .pageContents .post_body .post_content .img_wrap_01 .img {
        width: 50%;
    }
    .pageContents .post_body .post_content .img_wrap_01 .img figcaption {
        padding-right: 20px;
    }
    .pageContents .post_body .post_content .img_wrap_02 {
        margin-bottom: 40px;
    }
    .pageContents .post_body .post_content .img_slider {
        margin-bottom: 40px;
    }
    .pageContents .post_body .post_content .img_slider .slick-prev {
        left: 15px;
    }
    .pageContents .post_body .post_content .img_slider .slick-next {
        right: 15px;
    }
    /*add 2023.11 z-prj ページ内ジャンプずれ対策*/
    .pageContents .post_body .post_content .layout_02 .ttl_01,
    .pageContents .post_body .post_content .layout_10 .ttl_01 {
        padding-top: 190px;
        margin-top: -190px;
    }
    .pageContents .post_body .post_content .layout_06,
    .pageContents .post_body .post_content .layout_07 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .pageContents .post_body .post_content .layout_06 .img_slider,
    .pageContents .post_body .post_content .layout_07 .img_slider {
        width: 50%;
        margin-bottom: 0;
    }
    .pageContents .post_body .post_content .layout_06 .text_box,
    .pageContents .post_body .post_content .layout_07 .text_box {
        width: 46%;
        margin-bottom: 0;
    }
    .pageContents .post_body .post_content .layout_06 .ttl_01,
    .pageContents .post_body .post_content .layout_07 .ttl_01 {
        margin-bottom: 20px;
    }
    .pageContents .post_body .post_content .layout_08,
    .pageContents .post_body .post_content .layout_09,
    .pageContents .post_body .post_content .layout_10 {
        padding: 50px 0;
    }
    /* add 2023.9 z-prj */
    .pageContents .post_body .post_content .layout_08 {
        margin-top: 100px;
    }
    .pageContents .post_body .post_content .layout_09 .block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 50px;
    }
    .pageContents .post_body .post_content .layout_09 .block .img {
        width: 25%;
        margin-bottom: 0;
    }
    .pageContents .post_body .post_content .layout_09 .block .text_box {
        width: 70%;
    }
    .pageContents .post_body .post_content .layout_09 .block .ttl_03 {
        margin-bottom: 20px;
    }
    .pageContents .post_body .post_content .layout_10 {
        padding-bottom: 10px;
    }
    .pageContents .post_body .post_content .layout_10 .wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .pageContents .post_body .post_content .layout_10 .block {
        width: 30%;
        margin: 0 5% 40px 0;
    }
    .pageContents .post_body .post_content .layout_10 .block:nth-of-type(3n) {
        margin-right: 0;
    }
    .pageContents .post_body .post_content .layout_10 .block .img {
        margin-bottom: 20px;
    }
    .pageContents .post_body .post_content .layout_10 .block .ttl_03 {
        margin-bottom: 20px;
    }
    .pageContents .post_body .post_content .layout_11 .ttl_box {
        padding: 15px 25px;
    }
    .pageContents .post_body .post_content .layout_11 table tr th {
        padding: 10px 20px;
    }
    .pageContents .post_body .post_content .layout_11 table tr td {
        padding: 10px 20px;
    }
    .pageContents .post_body .post_content .layout_12 .block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .pageContents .post_body .post_content .layout_12 .name {
        width: 20%;
        margin-bottom: 0;
    }
    .pageContents .post_body .post_content .layout_12 .text {
        width: 80%;
    }
    .pageContents .post_body .post_footer {
        width: 100%;
        max-width: 800px;
        margin: 0 auto 40px;
    }
    .pageContents .post_body .post_footer .sns {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .pageContents .post_body .post_footer .sns .btn {
        width: 20%;
        margin-right: 5px;
    }
    .pageContents .post_body .post_footer .sns .btn a {
        height: 30px;
    }
    .pageContents .post_body .post_footer .sns .facebook a:hover {
        background: rgba(61, 94, 150, 0.8);
    }
    .pageContents .post_body .post_footer .sns .twitter a:hover {
        background: rgba(103, 174, 235, 0.8);
    }
    .pageContents .post_body .post_footer .sns .line a:hover {
        background: rgba(105, 194, 0, 0.8);
    }
    .pageContents .post_body .post_footer .index {
        padding: 40px 0;
    }
    .pageContents .post_body .post_footer .index .ttl {
        margin-bottom: 35px;
        font-size: 22px;
        font-size: 2.2rem;
    }
    .pageContents .post_body .post_footer .index dl {
        margin-bottom: 30px;
    }
    .pageContents .post_body .post_footer .index dl dt {
        margin-bottom: 5px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .pageContents .post_body .post_footer .index dl dd {
        font-size: 20px;
        font-size: 2rem;
    }
    .pageContents .post_body .post_footer .page_nav {
        padding: 45px 0 100px;
    }
}

.recommend_post {
    padding: 40px 0 20px;
    background: #f8f8f8;
}

.recommend_post .ttl {
    margin-bottom: 20px;
}

.recommend_post .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.recommend_post .post {
    width: 47.5%;
    margin-bottom: 30px;
}

.recommend_post .post .img {
    margin-bottom: 5px;
    background: #f1f1f1;
}

.recommend_post .post .post_ttl {
    line-height: 1.3;
}

@media (min-width: 769px) {
    .recommend_post {
        padding: 60px 0 100px;
    }
    .recommend_post .ttl {
        margin-bottom: 40px;
    }
    .recommend_post .wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .recommend_post .post {
        width: 22%;
        margin: 0 4% 0 0;
    }
    .recommend_post .post:nth-of-type(4) {
        margin-right: 0;
    }
    .recommend_post .post .img {
        margin-bottom: 15px;
    }
}
