.life-blog {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 15px;
    color: #000000;
    word-wrap: break-word;
}

.life-blog img {
    width: 100%;
}

.life-blog-content-title p {
    font-size: 22px !important;
    font-weight: 900;
    border-bottom: 1px solid #888888;
    line-height: 1.7;
}

.life-blog-page-title h1 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.3;
    margin-top: -7px;
    margin-bottom: 26px;
}

.life-blog-page-lead div {
    margin-top: 26px;
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 1.8;
}

.life-blog-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 51px;
}

.life-blog-flex-right {
    flex-direction: row-reverse;
}

.life-blog-toc {
    width: 52.8%;
}

.life-blog-map {
    width: 45.6%;
}

.life-blog-toc div {
    line-height: 1.5;
    min-height: 298px;
    height: auto !important;
}

.life-blog-toc .border-outer {
    border: 2px solid #888888;
    padding: 4px;
}

.life-blog-toc .border-inner {
    border: 1px solid #888888;
    padding: 14px 6px 0px 6px;
}

.life-blog-toc .border-inner div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 298px;
}

.life-blog-toc div p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px !important;
    font-weight: 900 !important;
}

.life-blog-toc ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.life-blog-toc a {
    font-weight: 900;
}

.life-blog-toc li {
    margin-bottom: 13px;
}

.life-blog-toc li {
    position: relative;
    padding-left: 35px;
    padding-right: 16px;
    border-right: 1px solid #B7B7B7;
}

.life-blog-toc a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateX(-50%) rotate(135deg);
}

.life-blog-right {
    text-align: right;
}

.life-blog-heading h2 {
    /* padding-top: 130px; */
    font-size: 32px;
    font-weight: 900;
    line-height: 1.3;
}

.life-blog-heading-sub h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 2.2;
    margin-bottom: 22px;
}

.life-blog-slide {
    width: 558px;
    margin-right: 32px;
    flex-shrink: 0;
}

.life-blog-slide img {
    height: 338px;
    object-fit: cover;
}

.life-blog-flex-right .life-blog-slide {
    margin-right: 0;
    margin-left: 32px;
}

.life-blog-content {
    width: 45%;
}

.life-blog-slide-right {
    margin-right: 0;
    margin-left: 32px;
}

.life-blog-lead div {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 28px;
}

.life-blog-info>div {
    border: 1px solid #888888;
    padding: 16px 23px 19px;
    margin-bottom: 50px;
    font-size: 14px;
}

.life-blog-info p {
    line-height: 2;
    margin-bottom: 12px;
}

.ife-blog-info-description {
    line-height: 1.8;
}

.life-blog-appeal>div {
    background: #FFF7FB;
    padding: 30px 100px;
    margin-bottom: 70px;
    display: flex;
    /*margin-top: -75px;*/
}

.life-blog-appeal img {
    width: 51%;
    object-fit: cover
}

.life-blog-appeal-body {
    background: #FFFFFF;
    padding: 66px 18px 24px 32px;
    width: 60%;
    padding-right: 20px;
}

.life-blog-appeal-body h2 {
    font-size: 21px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 5px;
    margin-left: 3px;
}

.life-blog-appeal-body p {
    font-size: 27px !important;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 32px;
}

.life-blog-appeal-body a {
    color: #FB0048;
    font-size: 15px;
}

.life-blog-appeal-body a:hover {
    opacity: 0.7;
}

.life-blog-appeal-body div {
    text-align: right;
    position: relative;
    padding-right: 20px;
}

.life-blog-appeal-body a::after {
    content: "";
    display: block;
    position: absolute;
    top: 22%;
    right: 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #FB0048;
    border-right: 2px solid #FB0048;
    transform: translateX(-50%) rotate(45deg);
}

.life-blog-summary div {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 39px;
    padding-bottom: 37px;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.life-blog-footer-content {
    background: #F7F7F7;
    padding: 39px 39px 45px 41px;
    margin-bottom: 22px;
}

.life-blog-footer-content h2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.7;
    margin-top: -9px;
    margin-bottom: 5px;
}

.life-blog-footer-content h3 {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 23px;
}

.life-blog-footer-content p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px;
}

.life-blog-footer-content a {
    color: #FB0048;
    font-size: 15px;
    line-height: 1.9;
}

.life-blog-footer-link a {
    position: relative;
}

.life-blog-footer-link a:hover {
    opacity: 0.7;
}

.life-blog-footer-link a::after {
    content: "";
    display: block;
    position: absolute;
    top: 15%;
    right: -20px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #FB0048;
    border-right: 2px solid #FB0048;
    transform: translateX(-50%) rotate(45deg);
}

.life-blog-footer-description {
    width: 61%;
}

.life-blog-footer-img {
    width: 34%;
}

.life-blog-footer-img img {
    height: 180px;
    object-fit: cover;
}

.bx-viewport {
    height: 338px !important;
}

.life-blog-footer-content .bx-viewport {
    height: 180px !important;
}

.bx-wrapper .bx-controls-direction a {
    background-repeat: no-repeat;
    background-size: 48px 48px;
    width: 48px;
    height: 48px;
    top: 50%;
    margin-top: -24px;
}

.bx-controls-direction {
    position: static;
}

.bx-wrapper .bx-prev {
    left: 0;
    background-image: url(/images/icon/slide-arrow-left.svg);
}

.bx-wrapper .bx-next {
    right: 0;
    background-image: url(/images/icon/slide-arrow-right.svg);
}

.life-blog-footer-content .bx-wrapper .bx-prev {
    left: -5px;
}

.life-blog-footer-content .bx-wrapper .bx-next {
    right: -5px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: 0 0;
}

.bx-wrapper .bx-prev::before {
    content: none;
}

.bx-wrapper .bx-prev::after {
    content: none;
}

.bx-wrapper .bx-next::before {
    content: none;
}

.bx-wrapper .bx-next::after {
    content: none;
}

.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -7%;
}

.life-blog-footer .bx-wrapper .bx-prev::before,
.life-blog-footer .bx-wrapper .bx-prev::after,
.life-blog-footer .bx-wrapper .bx-next::before,
.life-blog-footer .bx-wrapper .bx-next::after {
    top: -260%;
}

.life-blog-footer .bx-wrapper .bx-pager {
    bottom: -14%;
}
