@charset "UTF-8";
@media screen and (min-width: 768px) {
    .hidden-pc {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .hidden-sp {
        display: none;
    }
}
body.-blog .main {
    padding-top: 90px;
}
@media (max-width: 768px) {
    body.-blog .main {
        padding-top: 65px;
    }
}
body.-blog .breadcrumb {
    top: 0;
    padding-top: 24px;
}

.main .p-blog {
    line-height: 1.75;
    background-color: #F5F5F5;
    padding-bottom: 120px;
}
@media (max-width: 768px) {
    .main .p-blog {
        padding-bottom: 80px;
    }
}
.main .p-blog p {
    margin-bottom: 0;
}
.main .p-blog a {
    -webkit-transition: none;
    transition: none;
}

.p-blog-main {
    color: #221814;
}
.p-blog-main + * {
    margin-top: 80px;
}
@media (max-width: 768px) {
    .p-blog-main + * {
        margin-top: 64px;
    }
}

.p-blog-section {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 768px) {
    .p-blog-section {
        width: 90%;
        max-width: inherit;
        padding-left: 0;
        padding-right: 0;
    }
}
.p-blog-section + .p-blog-section {
    margin-top: 80px;
}
@media (max-width: 768px) {
    .p-blog-section + .p-blog-section {
        margin-top: 64px;
    }
}

.p-blog-kv {
    padding: 80px 0;
    position: relative;
    background-image: url(../images/blog/img_blog_kv_bg.jpg);
    background-repeat: repeat;
}
@media (max-width: 768px) {
    .p-blog-kv {
        padding: 48px 0;
    }
}
.p-blog-kv__img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1000px;
}
@media (max-width: 768px) {
    .p-blog-kv__img {
        width: 95vw;
    }
}
.p-blog-kv__img img {
    max-width: 100%;
}
.p-blog-kv + * {
    margin-top: 80px;
}
@media (max-width: 768px) {
    .p-blog-kv + * {
        margin-top: 48px;
    }
}

.p-blog-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
}
.p-blog-title h1 {
    font-weight: bold;
    font-size: 40px;
    color: #EB9300;
    line-height: 1.5em;
}
@media (max-width: 768px) {
    .p-blog-title h1 {
        font-size: 28px;
        text-align: center;
    }
}
.p-blog-title span {
    display: inline-block;
    color: #666666;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: 16px;
    position: relative;
}
@media (max-width: 768px) {
    .p-blog-title span {
        font-size: 14px;
        margin-top: 8px;
    }
}
.p-blog-title span::before, .p-blog-title span::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 1px;
    background-color: #666666;
    position: absolute;
}
.p-blog-title span::before {
    top: 50%;
    left: -32px;
}
.p-blog-title span::after {
    top: 50%;
    right: -32px;
}

.main .p-blog-catlist {
    padding: 0 120px;
}
@media (max-width: 768px) {
    .main .p-blog-catlist {
        padding: 0 16px;
    }
}
.main .p-blog-catlist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -16px;
    margin-left: -16px;
}
@media (max-width: 768px) {
    .main .p-blog-catlist ul {
        margin-top: -10px;
        margin-left: -10px;
    }
}
.main .p-blog-catlist ul li {
    position: relative;
    margin-top: 16px;
    margin-left: 16px;
    position: inherit;
    margin-bottom: 0;
    padding: 10px 24px;
    display: inline-block;
    line-height: 1.5;
    padding: 10px 24px;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
}
@media (max-width: 768px) {
    .main .p-blog-catlist ul li {
        font-size: 14px;
        padding: 6px 10px;
        margin-top: 10px;
        margin-left: 10px;
    }
}
.main .p-blog-catlist ul li::before {
    display: none;
}
.main .p-blog-catlist ul a {
    text-decoration: none;
    color: #666666;
}
.main .p-blog-catlist ul a::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.main .p-blog-catlist ul li.is-current {
    background-color: #EB9300;
    color: #fff;
}
.main .p-blog-catlist ul li.is-current a {
    color: #fff;
}

.main .p-blog-card ul li {
    display: inline-block;
    position: inherit;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: bold;
    color: #EB9300;
    padding: 4px 12px;
    border-radius: 40px;
    border: 1px solid #d5d5d5;
}
.main .p-blog-card ul li::before {
    display: none !important;
}
.main .p-blog-card ul li.is-current {
    background-color: #EB9300;
    color: #fff;
}
.main .p-blog-card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
}
@media (max-width: 768px) {
    .main .p-blog-card__list {
        display: block;
        margin-left: 0;
        margin-top: 0;
    }
}
.main .p-blog-card__item {
    background-color: #fff;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: calc(33.3333333333% - 30px);
        flex-basis: calc(33.3333333333% - 30px);
    max-width: calc(33.3333333333% - 30px);
    margin-left: 30px;
    margin-top: 30px;
}
@media (max-width: 1024px) {
    .main .p-blog-card__item {
        -ms-flex-preferred-size: calc(50% - 30px);
            flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}
@media (max-width: 768px) {
    .main .p-blog-card__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
}
.main .p-blog-card__item:hover {
    opacity: 0.7;
}
@media (max-width: 768px) {
    .main .p-blog-card__item:not(:first-child) {
        margin-top: 24px;
    }
}
.main .p-blog-card__img {
    width: 100%;
}
.main .p-blog-card__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    aspect-ratio: 380/200;
}
.main .p-blog-card__body {
    padding: 24px;
}
.main .p-blog-card__info {
    font-size: 14px;
    color: #666666;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main .p-blog-card__info + * {
    margin-top: 20px;
}
.main .p-blog-card__data + * {
    margin-top: 12px;
}
.main .p-blog-card__cat ul {
    margin-bottom: 0;
}
.main .p-blog-card__cat ul li {
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    margin-left: 12px;
    position: inherit;
    margin-bottom: 0;
    padding: 4px 12px 2px;
    display: inline-block;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    font-weight: bold;
    color: #EB9300;
}
@media (max-width: 768px) {
    .main .p-blog-card__cat ul li {
        font-size: 10px;
        margin-left: 10px;
    }
}
.main .p-blog-card__cat ul li::before {
    display: none;
}
.main .p-blog-card__cat ul a {
    text-decoration: none;
    color: #666666;
}
.main .p-blog-card__cat ul a::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.main .p-blog-card__cat ul li.is-current {
    background-color: #EB9300;
    color: #fff;
}
.main .p-blog-card__cat ul li.is-current a {
    color: #fff;
}
.main .p-blog-card__date > * {
    color: #4E4E4E;
    font-weight: bold;
    font-size: 14px;
}
.main .p-blog-card__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5em;
}
.main .p-blog-card__title a {
    text-decoration: none;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 制限したい行数が3の場合 */
    overflow: hidden;
}
.main .p-blog-card__title a:hover {
    color: #EB9300;
}
.main .p-blog-card__title a::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.main .p-blog-card.-wide .p-blog-card__item {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1080px) {
    .main .p-blog-card.-wide .p-blog-card__item {
        minheight: 128px;
    }
}
@media (max-width: 1024px) {
    .main .p-blog-card.-wide .p-blog-card__item {
        -ms-flex-preferred-size: calc(100% - 30px);
            flex-basis: calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
}
@media (max-width: 768px) {
    .main .p-blog-card.-wide .p-blog-card__item {
        min-height: auto;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
    }
}
.main .p-blog-card.-wide .p-blog-card__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 204px;
        flex-basis: 204px;
    max-width: 204px;
}
@media (max-width: 1080px) {
    .main .p-blog-card.-wide .p-blog-card__img {
        -ms-flex-preferred-size: 240px;
            flex-basis: 240px;
        max-width: 240px;
    }
}
@media (max-width: 768px) {
    .main .p-blog-card.-wide .p-blog-card__img {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%;
    }
}
.main .p-blog-card.-wide .p-blog-card__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
}
.main .p-blog-card.-wide .p-blog-card__body {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.main .p-blog-card.-wide .p-blog-card__info + * {
    margin-top: 12px;
}
.main .p-blog-card.-wide .p-blog-card__title {
    font-size: 14px;
}
.main .p-blog-card.-wide .p-blog-card__date > * {
    font-size: 12px;
}

.main .pagination-container {
    margin-top: 48px;
}
@media (max-width: 768px) {
    .main .pagination-container {
        margin-top: 24px;
    }
}
.main .pagination[class] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
.main .pagination[class] li {
    border: none;
    padding: 0;
}
.main .pagination[class] li a {
    color: #221814;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: center center;
    text-align: center;
    margin: 0;
    min-width: inherit;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
}
.main .pagination[class] li a:hover {
    background-color: #4E4E4E;
    color: #fff;
}
.main .pagination[class] li::before {
    display: none;
}
.main .pagination[class] li + li {
    margin-left: 10px;
}
.main .pagination[class] li.last,
.main .pagination[class] li.first {
    display: none;
}
.main .pagination[class] li.next a {
    font-size: 0;
    color: transparent;
    background-image: url(../images/blog/ico_blog_arrow_right_gry.svg);
}
.main .pagination[class] li.prev a {
    font-size: 0;
    color: transparent;
    background-image: url(../images/blog/ico_blog_arrow_left_gry.svg);
}
.main .pagination[class] li.is-active a {
    background-color: #4E4E4E;
    color: #fff;
}

.main .p-blog-blogform {
    text-align: center;
}
.main .p-blog-blogform a {
    display: inline-block;
    width: 100%;
    max-width: 344px;
    height: 120px;
    background: #898989 url(../../assets/images/blog/img_blog_detail_blogform_group.png) no-repeat top center/cover;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.main .p-blog-blogform a:hover {
    background: #EB9300 url(../../assets/images/blog/img_blog_detail_blogform_group.png) no-repeat bottom center/cover;
}

@media screen and (max-width: 344px) {
    .main .p-blog-blogform a {
        height: auto;
        padding-top: 26.8%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background: #898989 url(../../assets/images/blog/img_blog_detail_blogform.png) no-repeat center center/cover;
    }
    .main .p-blog-blogform a:hover {
        background: #EB9300 url(../../assets/images/blog/img_blog_detail_blogform_hover.png) no-repeat top center/cover;
    }
}
.main .p-blog-magazine__btn {
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
}
.main .p-blog-magazine__btn a {
    background-color: #4E4E4E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 40px;
    color: #fff;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 768px) {
    .main .p-blog-magazine__btn a {
        padding: 24px;
    }
}
.main .p-blog-magazine__btn a:hover {
    opacity: 0.8;
    color: #fff !important;
}
.main .p-blog-magazine__btn a::before {
    display: block;
    content: "";
    width: 1.125em;
    height: 1.125em;
    background-image: url(../images/blog/ico_blog_magazine_wht.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    margin-right: 12px;
}

.main .p-blog-magazine.-lg .p-blog-magazine__btn {
    max-width: 960px;
}
.main .p-blog-magazine.-lg .p-blog-magazine__btn a {
    font-size: 20px;
}

.p-blog-headline01 {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 4px;
}
.p-blog-headline01.-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.p-blog-headline01__sub {
    color: #EB9300;
    font-weight: bold;
    font-size: 24px;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
}
.p-blog-headline01__main {
    color: #666666;
    font-weight: bold;
    font-size: 12px;
}
.p-blog-headline01__main::before {
    content: "/";
    color: #666666;
    font-weight: normal;
    margin: 0 10px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}

.p-blog-sns {
    display: none;
}
.p-blog-sns.-center .p-blog-sns__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.p-blog-sns__list[class] {
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-blog-sns__list[class] li {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}
.p-blog-sns__list[class] li::before {
    display: none;
}
.p-blog-sns__list[class] li a:hover {
    opacity: 0.8;
}
.p-blog-sns__list[class] li + li {
    margin-left: 10px;
}
.p-blog-sns__list.-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

* + .p-blog-detail-main {
    margin-top: 56px;
}

.p-blog-detail-container {
    position: relative;
    z-index: 10;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 1024px) {
    .p-blog-detail-container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    .p-blog-detail-container {
        width: 90%;
    }
}
.p-blog-detail-container + .p-blog-detail-container {
    margin-top: 80px;
}

.p-blog-detail-content {
    position: relative;
    background-color: #fff;
    padding: 40px 40px 64px;
}
@media (max-width: 768px) {
    .p-blog-detail-content {
        padding: 24px 24px 40px;
    }
}
.p-blog-detail-content.-sm {
    padding-bottom: 40px;
}
@media (max-width: 768px) {
    .p-blog-detail-content.-sm {
        padding-bottom: 24px;
    }
}

.p-blog-detail-section.-end[class] {
    margin-top: 0;
}
.p-blog-detail-section + .p-blog-detail-section {
    margin-top: 80px;
}
@media (max-width: 768px) {
    .p-blog-detail-section + .p-blog-detail-section {
        margin-top: 64px;
    }
}
.p-blog-detail-section.-border {
    border-top: 1px solid #d5d5d5;
    display: none;
}
.p-blog-detail-section.-border[class] {
    margin-top: 64px;
}

.p-blog-detail-title__title h1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.75;
    display: block;
}
@media (max-width: 768px) {
    .p-blog-detail-title__title h1 {
        font-size: 24px;
    }
}
.p-blog-detail-title__title + * {
    margin-top: 16px;
}

.main .p-blog-detail-content > * {
    margin-bottom: 0;
    margin-top: 0;
}
.main .p-blog-detail-free > *:not([class]),
.main .p-blog-detail-free * + [class*=mt-image],
.main .p-blog-detail-section > *:not([class]),
.main .p-blog-detail-section * + [class*=mt-image] {
    margin-top: 32px;
}
@media (max-width: 768px) {
    .main .p-blog-detail-free > *:not([class]),
    .main .p-blog-detail-free * + [class*=mt-image],
    .main .p-blog-detail-section > *:not([class]),
    .main .p-blog-detail-section * + [class*=mt-image] {
        margin-top: 24px;
    }
}
.main .p-blog-detail-free a[data-mce-href],
.main .p-blog-detail-section a[data-mce-href] {
    text-decoration: underline;
}
.main .p-blog-detail-free a[data-mce-href]:hover,
.main .p-blog-detail-section a[data-mce-href]:hover {
    text-decoration: none;
}
.main .p-blog-detail-free h2:not([class]),
.main .p-blog-detail-section h2:not([class]) {
    font-size: 24px;
    padding: 0;
    border: none;
    display: block;
    padding: 12px 24px;
    line-height: 1.5;
    background-color: #F5F5F5;
    margin-bottom: 0;
    border-left: 3px solid #EB9300;
    display: block;
}
@media (max-width: 768px) {
    .main .p-blog-detail-free h2:not([class]),
    .main .p-blog-detail-section h2:not([class]) {
        font-size: 20px;
        padding: 10px 16px;
    }
}
.main .p-blog-detail-free h2:not([class]) + *,
.main .p-blog-detail-section h2:not([class]) + * {
    margin-top: 32px;
}
@media (max-width: 768px) {
    .main .p-blog-detail-free h2:not([class]) + *,
    .main .p-blog-detail-section h2:not([class]) + * {
        margin-top: 24px;
    }
}
.main .p-blog-detail-free * + h2:not([class]),
.main .p-blog-detail-section * + h2:not([class]) {
    margin-top: 64px;
}
@media (max-width: 768px) {
    .main .p-blog-detail-free * + h2:not([class]),
    .main .p-blog-detail-section * + h2:not([class]) {
        margin-top: 48px;
    }
}
.main .p-blog-detail-free h3:not([class]),
.main .p-blog-detail-section h3:not([class]) {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 16px;
    border-bottom: 1px solid #F5F5F5;
    margin-top: 40px;
    display: block;
}
@media (max-width: 768px) {
    .main .p-blog-detail-free h3:not([class]),
    .main .p-blog-detail-section h3:not([class]) {
        font-size: 18px;
    }
}
.main .p-blog-detail-free h3:not([class]) + *,
.main .p-blog-detail-section h3:not([class]) + * {
    margin-top: 24px;
}
@media (max-width: 768px) {
    .main .p-blog-detail-free h3:not([class]) + *,
    .main .p-blog-detail-section h3:not([class]) + * {
        margin-top: 20px;
    }
}
.main .p-blog-detail-free h4:not([class]),
.main .p-blog-detail-section h4:not([class]) {
    margin-bottom: 0;
    display: block;
    margin-top: 40px;
}
.main .p-blog-detail-free h4:not([class]) + *,
.main .p-blog-detail-section h4:not([class]) + * {
    margin-top: 16px;
}
@media (max-width: 768px) {
    .main .p-blog-detail-free h4:not([class]) + *,
    .main .p-blog-detail-section h4:not([class]) + * {
        margin-top: 12px;
    }
}
.main .p-blog-detail-free * + h3:not([class]),
.main .p-blog-detail-free * + h4:not([class]),
.main .p-blog-detail-section * + h3:not([class]),
.main .p-blog-detail-section * + h4:not([class]) {
    margin-top: 40px;
}
.main .p-blog-detail-free img[class*=mt-image],
.main .p-blog-detail-section img[class*=mt-image] {
    display: inherit;
    margin-left: auto;
    margin-right: auto;
}
.main .p-blog-detail-free figcaption,
.main .p-blog-detail-section figcaption {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-top: 8px;
}

.p-blog-detail-title-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 768px) {
    .p-blog-detail-title-info {
        display: block;
    }
    .p-blog-detail-title-info > * + * {
        margin-top: 16px;
    }
}
.p-blog-detail-title-info[class] {
    margin-top: 16px;
}
.p-blog-detail-title-info__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.p-blog-detail-thumb {
    text-align: center;
}
* + .p-blog-detail-thumb[class] {
    margin-top: 32px;
}
@media (max-width: 768px) {
    * + .p-blog-detail-thumb[class] {
        margin-top: 24px;
    }
}

.p-blog-detail-toc {
    position: relative;
    border: 1px solid #d5d5d5;
    padding: 40px 24px;
}
* + .p-blog-detail-toc[class] {
    margin-top: 56px;
}
@media (max-width: 768px) {
    * + .p-blog-detail-toc[class] {
        margin-top: 32px;
    }
}
.p-blog-detail-toc[class] + * {
    margin-top: 64px;
}
@media (max-width: 768px) {
    .p-blog-detail-toc[class] + * {
        margin-top: 40px;
    }
}
@media (max-width: 768px) {
    .p-blog-detail-toc {
        padding: 32px 16px;
    }
}
.p-blog-detail-toc__header {
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.p-blog-detail-toc__title {
    background-color: #fff;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: left center;
    background-position-x: 32px;
    background-image: url(../images/blog/ico_blog_toc_list.svg);
    color: #EB9300;
    font-weight: bold;
    font-size: 24px;
    padding: 0 32px 0 64px;
}
.p-blog-detail-toc__list[class],
.p-blog-detail-toc__list[class] ul {
    margin-bottom: 0;
}
.p-blog-detail-toc__list[class] li {
    padding: 0;
    margin: 0;
}
.p-blog-detail-toc__list[class] li::before {
    display: none !important;
}
.p-blog-detail-toc__list[class] li + li {
    margin-top: 4px;
}
.p-blog-detail-toc__list[class] li.-h2 a {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: left 6px;
    background-image: url(../images/blog/ico_blog_toc_pen.svg);
    font-weight: bold;
    font-size: 16px;
    padding-left: 28px;
}
.p-blog-detail-toc__list[class] li.-h3 {
    padding-left: 28px;
}
.p-blog-detail-toc__list[class] li.-h3 a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding-left: 16px;
}
.p-blog-detail-toc__list[class] li.-h3 a::before {
    content: "";
    display: inline-block;
    background-color: #EB9300;
    vertical-align: middle;
    width: 8px;
    height: 2px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    margin-top: 10px;
}
.p-blog-detail-toc__list[class] li.-h4 {
    font-size: 12px;
    padding-left: 60px;
}
.p-blog-detail-toc__list[class] li.-h4 a {
    font-size: 12px;
}

.main .p-blog-detail-main .c-btn-text {
    margin-top: 12px;
}
.main .p-blog-detail-main .c-btn-text a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.5;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding-left: 2.75rem;
    margin-top: 0.25rem;
}
.main .p-blog-detail-main .c-btn-text a::before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/blog/ico_blog_arrow_orange.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    margin-top: 0.5rem;
}
@media (max-width: 768px) {
    .main .p-blog-detail-main .c-btn-text a::before {
        margin-top: 0.25rem;
    }
}
.main .p-blog-detail-main .c-btn-text a:hover {
    color: #EB9300;
}
.main .p-blog-detail-main .c-btn-text.-url a::before {
    background-image: url(../images/blog/ico_blog_link.svg);
}
.main .p-blog-detail-main .c-btn-text.-file a::before {
    background-image: url(../images/blog/ico_blog_file.svg);
}

.main .p-blog-detail-main a {
    text-decoration: none;
}
.main .p-blog-detail-main .c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 344px;
    padding: 18px 40px;
    background-color: #4E4E4E;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 768px) {
    .main .p-blog-detail-main .c-btn {
        width: auto;
    }
}
.main .p-blog-detail-main .c-btn:hover {
    opacity: 0.8;
}
.main .p-blog-detail-main .c-btn + * {
    margin-top: 24px;
}
.main .p-blog-detail-main .c-btn a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.main .p-blog-detail-main .c-btn a::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.main .p-blog-detail-main .c-btn a::after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/blog/ico_blog_arrow_right_wht.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
}
.main .p-blog-detail-main .c-btn a:hover {
    color: #fff;
}

.main .p-blog-detail-main .c-textlink {
    margin-top: 24px;
}
.main .p-blog-detail-main .c-textlink a {
    text-decoration: underline;
    color: #EB9300;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.main .p-blog-detail-main .c-textlink a:hover {
    text-decoration: none;
    color: #EB9300;
}

.main .p-blog-detail-main ul:not([class]) li:before {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    top: 0.75em;
    left: 0.5em;
    margin: -2px 0 0 -2px;
    background-color: #EB9300;
}

.p-blog-detail-img .aligncenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-blog-detail-img .aligncenter figcaption {
    font-weight: bold;
    margin-top: 16px;
}

.p-blog-detail-movie iframe {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
}

.p-blog-deatail-shaere {
    padding-top: 48px;
}
@media (max-width: 768px) {
    .p-blog-deatail-shaere {
        padding-top: 24px;
    }
}
.p-blog-deatail-shaere__header + * {
    margin-top: 20px;
}

.p-blog-detail__balloon {
    position: relative;
    background-color: #F5F5F5;
    padding: 24px;
    min-height: 72px;
}
.p-blog-detail__balloon[class] a {
    text-decoration: underline;
}
.p-blog-detail__balloon[class] a:hover {
    text-decoration: none;
}
@media (max-width: 768px) {
    .p-blog-detail__balloon {
        min-height: 48px;
        padding: 16px;
    }
}
.p-blog-detail__balloon-character {
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 120px;
    height: 120px;
}
.p-blog-detail__balloon-character[class] + * {
    margin-top: 0;
}
@media (max-width: 768px) {
    .p-blog-detail__balloon-character {
        width: 56px;
        height: 56px;
    }
}
.p-blog-detail__balloon + .p-blog-detail__balloon {
    margin-top: 40px;
}
@media (max-width: 768px) {
    .p-blog-detail__balloon + .p-blog-detail__balloon {
        margin-top: 24px;
    }
}
.p-blog-detail__balloon::before, .p-blog-detail__balloon::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
}
.p-blog-detail__balloon::after {
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: 22px;
}
@media (max-width: 768px) {
    .p-blog-detail__balloon::after {
        margin-top: 12px;
    }
}
.p-blog-detail__balloon > * + * {
    margin-top: 16px;
}
.p-blog-detail__balloon.-type01 {
    margin-left: 165px;
}
@media (max-width: 768px) {
    .p-blog-detail__balloon.-type01 {
        margin-left: 76px;
    }
}
.p-blog-detail__balloon.-type01::after {
    left: 0;
    border-width: 15px 18px 15px 0;
    border-color: transparent #F5F5F5 transparent transparent;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
@media (max-width: 768px) {
    .p-blog-detail__balloon.-type01::after {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.p-blog-detail__balloon.-type01 .p-blog-detail__balloon-character {
    left: 0;
    margin-left: -165px;
}
@media (max-width: 768px) {
    .p-blog-detail__balloon.-type01 .p-blog-detail__balloon-character {
        margin-left: -76px;
    }
}
.p-blog-detail__balloon.-type02 {
    margin-right: 165px;
}
@media (max-width: 768px) {
    .p-blog-detail__balloon.-type02 {
        margin-right: 76px;
    }
}
.p-blog-detail__balloon.-type02::after {
    right: 0;
    border-width: 15px 0 15px 18px;
    border-color: transparent transparent transparent #F5F5F5;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
@media (max-width: 768px) {
    .p-blog-detail__balloon.-type02::after {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
    }
}
.p-blog-detail__balloon.-type02 .p-blog-detail__balloon-character {
    right: 0;
    margin-right: -165px;
}
@media (max-width: 768px) {
    .p-blog-detail__balloon.-type02 .p-blog-detail__balloon-character {
        margin-right: -76px;
    }
}
.p-blog-detail__balloon.is-show-name {
    margin-bottom: 128px;
}
@media (max-width: 768px) {
    .p-blog-detail__balloon.is-show-name {
        margin-bottom: 24px;
    }
}
.p-blog-detail__balloon-name {
    position: absolute;
    z-index: 1;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    width: 120px;
    top: 0;
    left: 0;
    margin-left: -165px;
    margin-top: 128px !important;
}
.p-blog-detail__balloon-name::first-line {
    font-size: 16px;
}
.p-blog-detail__balloon-name + * {
    margin-top: 0;
}
@media (max-width: 768px) {
    .p-blog-detail__balloon-name {
        white-space: nowrap;
        font-size: 10px;
        letter-spacing: -0.02em;
        width: 96px;
        margin-left: -92px;
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        margin-top: 64px !important;
    }
    .p-blog-detail__balloon-name::first-line {
        font-size: 10px;
    }
}

.p-blog-detail-profile {
    background-color: #F5F5F5;
    padding: 32px;
}
@media (max-width: 768px) {
    .p-blog-detail-profile {
        padding: 24px;
    }
}
* + .p-blog-detail-profile {
    margin-top: 48px;
}
.p-blog-detail-profile__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 768px) {
    .p-blog-detail-profile__inner {
        display: block;
    }
}
.p-blog-detail-profile__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
}
@media (max-width: 768px) {
    .p-blog-detail-profile__img {
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        text-align: center;
    }
    .p-blog-detail-profile__img + * {
        margin-top: 16px;
    }
}
.p-blog-detail-profile__text {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 24px;
}
@media (max-width: 768px) {
    .p-blog-detail-profile__text {
        padding-left: 0;
    }
}
.p-blog-detail-profile__name {
    line-height: 1.5;
    font-weight: bold;
    font-size: 24px;
}
@media (max-width: 768px) {
    .p-blog-detail-profile__name {
        font-size: 20px;
        text-align: center;
    }
}
.p-blog-detail-profile__name + * {
    margin-top: 16px;
}
.p-blog-detail-profile__desc + * {
    margin-top: 12px;
}
.p-blog-detail-profile__info-list[class] {
    margin-bottom: 0;
}
.p-blog-detail-profile__info-list[class] li {
    font-size: 14px;
    padding-left: 18px;
    margin-bottom: 0;
}
.p-blog-detail-profile__info-list[class] li::before {
    border-radius: 0;
    background-color: #EB9300;
    width: 6px;
    height: 6px;
}
.p-blog-detail-profile__info-list[class] li span:not([class]) {
    display: inline-block;
    font-weight: bold;
    min-width: 56px;
    margin-right: 16px;
}
@media (max-width: 768px) {
    .p-blog-detail-profile__info-list[class] li span:not([class]) {
        display: block;
    }
}

.p-blog-detail-new__header + * {
    margin-top: 40px;
}
@media (max-width: 768px) {
    .p-blog-detail-new__header + * {
        margin-top: 24px;
    }
}

.p-blog-detail-back[class] {
    margin-top: 48px;
}
.p-blog-detail-back__link {
    text-align: center;
}
.p-blog-detail-back__link a {
    font-weight: bold;
    color: #EB9300 !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: left center;
    background-image: url(../images/blog/ico_blog_back.svg);
    padding-left: 22px;
}
.p-blog-detail-back__link a:hover {
    opacity: 0.8;
}

/* =====================================
 * カテゴリリンク
 * ================================== */
.p-blog-cat {
    background-color: #4E4E4E;
}
.p-blog-cat[class] {
    margin-top: 0;
}
.p-blog-cat + * {
    margin-top: 80px;
}
@media (max-width: 768px) {
    .p-blog-cat + * {
        margin-top: 48px;
    }
}
.p-blog-cat__list[class] {
    list-style: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 768px) {
    .p-blog-cat__list[class] {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        overflow-x: auto;
    }
}
.p-blog-cat__list[class] li {
    line-height: 1;
    padding: 0;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
}
@media (max-width: 768px) {
    .p-blog-cat__list[class] li {
        white-space: nowrap;
        -ms-flex-preferred-size: inherit;
            flex-basis: inherit;
        max-width: inherit;
    }
}
.p-blog-cat__list[class] li::before {
    display: none;
}
.p-blog-cat__list[class] li a {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    border-bottom: 4px solid #4E4E4E;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 2.4rem 0;
}
@media (max-width: 768px) {
    .p-blog-cat__list[class] li a {
        padding: 2rem 1.6rem;
    }
}
.p-blog-cat__list[class] li a::before, .p-blog-cat__list[class] li a::after {
    content: "";
    display: block;
    background-color: #fff;
    opacity: 0.5;
    width: 1px;
    height: 2rem;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.p-blog-cat__list[class] li a::after {
    display: none;
}
.p-blog-cat__list[class] li a.is-current, .p-blog-cat__list[class] li a:hover {
    color: #EB9300;
    border-color: #EB9300;
}
.p-blog-cat__list[class] li:last-child a::after {
    display: block;
    left: auto;
    right: 0;
}

/* =====================================
 * タグリンク
 * ================================== */
.p-blog-tag + * {
    margin-top: 80px;
}
@media (max-width: 768px) {
    .p-blog-tag + * {
        margin-top: 48px;
    }
}
.p-blog-tag__header + * {
    margin-top: 32px;
}
@media (max-width: 768px) {
    .p-blog-tag__header + * {
        margin-top: 24px;
    }
}
.p-blog-tag__list[class] {
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -1.6rem 0 0 -1.6rem;
}
@media (max-width: 768px) {
    .p-blog-tag__list[class] {
        margin: -0.8rem 0 0 -0.8rem;
    }
}
.p-blog-tag__list[class] li {
    line-height: 1;
    padding: 0;
    margin: 1.6rem 0 0 1.6rem;
}
@media (max-width: 768px) {
    .p-blog-tag__list[class] li {
        margin: 0.8rem 0 0 0.8rem;
    }
}
.p-blog-tag__list[class] li::before {
    display: none;
}
.p-blog-tag__list[class] li a {
    display: block;
    border-radius: 24px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 10px 24px;
}
@media (max-width: 768px) {
    .p-blog-tag__list[class] li a {
        font-size: 1.2rem;
        padding: 8px 16px;
    }
}
.p-blog-tag__list[class] li a.is-current, .p-blog-tag__list[class] li a:hover {
    color: #fff;
    background-color: #EB9300;
}

/* =====================================
 * 右追従バナー
 * ================================== */
.cta-section.bg-img {
    position: relative;
}

.p-blog-rightballon {
    margin-top: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
}
@media (max-width: 1080px) {
    .p-blog-rightballon {
        display: none;
    }
}
.p-blog-rightballon.is-active {
    position: absolute;
    top: 0;
    bottom: auto;
    margin-top: -242px;
}
.p-blog-rightballon.is-hidden {
    -webkit-animation-name: rightballon_fadeout;
            animation-name: rightballon_fadeout;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    pointer-events: none;
    visibility: hidden;
}
.p-blog-rightballon__inner {
    width: 160px;
    margin-left: auto;
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
}
.p-blog-rightballon__link:hover .p-blog-rightballon__img {
    margin-top: 30px;
}
.p-blog-rightballon__link:hover .p-blog-rightballon__img img {
    margin-top: 0;
}
.p-blog-rightballon.is-active .p-blog-rightballon__link:hover .p-blog-rightballon__img {
    margin-top: 20px;
}
.p-blog-rightballon.is-active .p-blog-rightballon__link:hover .p-blog-rightballon__text {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}
.p-blog-rightballon__text {
    border-radius: 8px;
    position: relative;
    background-color: #221814;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.02em;
    font-size: 13px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    max-width: 124px !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.p-blog-rightballon__text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    border-color: transparent transparent transparent #221814;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    margin-right: 36px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
}
.p-blog-rightballon__img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    width: 100%;
    height: 160px;
    margin-top: 20px;
}
.p-blog-rightballon__img img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 10px;
}

@-webkit-keyframes rightballon_fadeout {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(4px);
                transform: translateY(4px);
    }
}

@keyframes rightballon_fadeout {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(4px);
                transform: translateY(4px);
    }
}
.p-blog-kv {
    padding: 45px 0;
}
@media (max-width: 768px) {
    .p-blog-kv {
        padding: 25px 0;
    }
}

.p-blog-cat__list[class] li a {
    padding: 2rem 0;
}
.p-blog-cat__list[class] li a:hover span {
    color: #EB9300;
}
.p-blog-cat__list[class] li a span {
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(-21%) rotate(45deg);
            transform: translateY(-21%) rotate(45deg);
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
    .p-blog-cat__list[class] li a span {
        -webkit-transform: translateY(-25%) rotate(135deg);
                transform: translateY(-25%) rotate(135deg);
        top: auto;
        bottom: 7px;
        right: 45%;
        -webkit-transform: translateX(-50%) rotate(135deg);
                transform: translateX(-50%) rotate(135deg);
    }
}

@media (max-width: 768px) {
    .-blog .p-blog-cat__list[class] {
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset;
        overflow-x: visible;
    }
    .-blog .p-blog-cat__list[class] {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 1px;
    }
    .-blog .p-blog-cat__list[class] li {
        -ms-flex-preferred-size: calc(50% - 1px);
            flex-basis: calc(50% - 1px);
        max-width: calc(50% - 1px);
        background-color: #4E4E4E;
    }
    .-blog .p-blog-cat__list[class] li a {
        padding: 14px 8px;
        font-size: 14px;
    }
    .-blog .p-blog-cat__list[class] li a span {
        right: 12px;
    }
    .-blog .p-blog-cat {
        background-color: #F5F5F5;
    }
    .-blog .p-blog-cat__list[class] li:first-child a::after,
    .-blog .p-blog-cat__list[class] li + li a::before {
        content: none;
        display: none;
    }
    .-blog .p-blog-cat__list[class] li:nth-child(2n) a::after {
        display: none;
        content: none;
    }
}

.p-blog-cat__list[class] li a::before,
.p-blog-cat__list[class] li a::after {
    display: none;
}

.p-blog-cat__list[class] li:last-child a::after {
    display: none;
}

.p-blog-cat__list[class] li:nth-child(2n) a::after {
    content: "";
    display: block;
    background-color: #fff;
    opacity: 0.5;
    width: 1px;
    height: 2rem;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.p-blog-cat__list[class] li:first-child a::after,
.p-blog-cat__list[class] li + li a::before {
    content: "";
    display: block;
    background-color: #fff;
    opacity: 0.5;
    width: 1px;
    height: 2rem;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.p-blog-cat + * {
    margin-top: 50px;
}
@media (max-width: 768px) {
    .p-blog-cat + * {
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .p-blog-tag + * {
        margin-top: 56px;
    }
}
.text_wrap {
    position: relative;
    margin-bottom: 45px;
}

.text {
    height: 90px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .text {
        height: 99px;
    }
}

.show_more,
.show_more2 {
    position: absolute;
    bottom: -21px;
    left: 0px;
    width: 100%;
    height: 0;
    padding-top: 60px;
    text-align: right;
    line-height: 14px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgb(245, 245, 245)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(245, 245, 245) 70%);
    cursor: pointer;
    -webkit-transition: bottom 0.2s;
    transition: bottom 0.2s;
    padding-right: 1.5rem;
    color: #EB9300;
    font-weight: bold;
    letter-spacing: 0.03em;
}
@media (max-width: 768px) {
    .show_more,
    .show_more2 {
        bottom: -22px;
        line-height: 0;
    }
}

.-linear {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgb(245, 245, 245)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(245, 245, 245) 70%);
}

.active {
    background: none;
    bottom: -30px;
}

.-arr::before {
    content: "";
    display: block;
    right: 0;
    bottom: -0.85rem;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1px solid #EB9300;
    border-right: 1px solid #EB9300;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
    .-arr::before {
        bottom: -0.25rem;
    }
}

.-arr.open::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

@media (max-width: 1024px) {
    .p-blog-detail-new {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 768px) {
    .p-blog-detail-new {
        padding-left: 0px;
        padding-right: 0px;
    }
}
main .p-blog-card.-wide .p-blog-card__item[class] {
    -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}