.sv-table-nohead-tit {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: #0a847b;
    width: 30%;
    padding: 15px 15px 15px 50px;
    position: relative;
    border: 1px solid #dedede;
}
.sv-table-nohead-tit:before {
    background: #fff;
    color: #0a847b;
    font-size: 17px;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    z-index: 1;
}
.sv-table-nohead tr:nth-child(1) .sv-table-nohead-tit:before {
    content: "1";
}
.sv-table-nohead tr:nth-child(2) .sv-table-nohead-tit:before {
    content: "2";
}
.sv-table-nohead tr:nth-child(3) .sv-table-nohead-tit:before {
    content: "3";
}
.sv-table-nohead td {
    border: 1px solid #dedede;
    font-size: 16px;
}
.sv-table-nohead-desc {
    padding: 15px;
}
.fig-image {
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .sv-table-nohead-tit {
        display: block;
        width: calc(100% - 65px);
    }
    .sv-table-nohead td {
        font-size: 14px;
    }
    .sv-table-nohead-desc {
        display: block;
        width: calc(100% - 30px);
    }
    .fig-image {
        margin-top: 20px;
    }
}
.sv-dl-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 2px 6px rgba(189, 186, 186, 0.6);
    box-shadow: 0 2px 6px rgba(189, 186, 186, 0.6);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sv-dl-box-item-img img {
    width: 380px;
    height: 214px;
}
.sv-dl-box-item-desc {
    width: calc(100% - 400px);
    padding: 15px 20px;
}
.sv-dl-box-item-desc--tag span {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 5px 1px;
    border: 1px solid;
}
.sv-dl-box-item-desc--title {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 700;
}
.sv-dl-box-item-desc--text {
    font-size: 14px;
}
.sv-card-button.sv-card-button--fund {
    margin-top: 5px;
}
.sv-card-button {
    text-align: center;
}
.sv-card-button-text {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    min-width: 200px;
    min-height: 50px;
    background-color: #343d45;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.sv-card-button-text::before {
    content: "";
    background: url(../image/arrow-white-right.png) no-repeat center center/cover;
    width: 6px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.sv-dl-box li + li {
    margin-top: 20px;
}
@media screen and (min-width: 769px) {
    .sv-dl-box a:hover .sv-dl-box-item {
        -webkit-box-shadow: 2px 5px 10px 0 rgba(189, 186, 186, 0.4);
        box-shadow: 2px 5px 10px 0 rgba(189, 186, 186, 0.4);
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .sv-dl-box a:hover .sv-card-button-text {
        background-color: #0a847b;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}
@media screen and (max-width: 768px) {
    .sv-dl-box-item {
        -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;
    }
    .sv-dl-box-item-img img {
        width: 100%;
        height: auto;
    }
    .sv-dl-box-item-desc {
        padding: 15px;
        width: calc(100% - 30px);
    }
    .sv-dl-box-item-desc--tag span {
        padding: 2px 4px 1px;
        font-size: 10px;
    }
    .sv-dl-box-item-desc--title {
        font-size: 16px;
    }
    .sv-card-button.sv-card-button--fund {
        margin-top: 20px;
    }
    .sv-card-button-text {
        min-width: auto;
        width: 90%;
        min-height: 40px;
        line-height: 40px;
    }
    .sv-dl-box li + li {
        margin-top: 30px;
    }
}
.movie_inner {
    width: 90%;
    margin: auto;
    margin-top: 40px;
}
.movie_box {
    position: relative;
    max-width: 100%;
    padding-top: 56.25%;
}
.movie_box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.sv-card-box {
    margin-top: 30px;
}
.sv-card {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.sv-card:not(:last-child) {
    margin-bottom: 20px;
}
.sv-card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.sv-card-time {
    font-size: 13px;
    color: #7b7b7b;
    margin-bottom: 5px;
}
.sv-card-desc {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sv-card a:hover .sv-card-title {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .sv-card-box {
        margin-top: 25px;
    }
    .sv-card:not(:last-child) {
        margin-bottom: 20px;
    }
    .sv-card-title {
        font-size: 16px;
    }
    .sv-card-desc {
        font-size: 14px;
        -webkit-line-clamp: 3;
    }
}
.content-figure {
    max-width: 840px;
    margin: 40px auto;
}
.content-figure-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.content-figure-title {
    margin: 5px 0 5px;
    font-size: 14px;
    text-align: center;
}
@media screen and (min-width: 769px) {
    .content-figure-image {
        position: relative;
        padding: 10px;
        border: solid 10px #e9e9e9;
        cursor: pointer;
    }
    .content-figure-image-icon {
        position: absolute;
        right: -10px;
        bottom: -10px;
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.5);
    }
}
.swiper-container--b {
    overflow-x: hidden !important;
}
.anken-b {
    background-color: #fff;
    position: relative;
    padding-bottom: 30px;
}
.anken-b .anken__slider__link-b > span {
    display: inline-block;
    color: #fff;
    padding: 10px 0;
    width: 100%;
    background: #343d45;
    border-radius: 5px;
}
.anken-b .anken__slider__link-b:after {
    position: absolute;
    top: 29%;
    right: 15px;
    width: 7px;
    height: 13px;
    background: url(/images/arrow-right.png) no-repeat center center/cover;
    content: "";
}
.anken-b .D03-001-01-list-anken-figure {
    height: 120px;
    position: relative;
}
.anken-b .D03-001-01-list-anken-figure .anken-item-image-text {
    line-height: 1;
}
.navi__area {
    position: relative;
    max-width: 1200px;
    margin: auto;
}
.anken-b .anken-b__slider__next {
    overflow: hidden;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 13px;
    right: 25%;
    z-index: 1;
    border-radius: 50%;
    background-image: url(/images/case-button-next.png);
    background-color: #c8c8c8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-size: 14px auto;
    text-indent: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}
.anken-b .anken-b__slider__prev {
    overflow: hidden;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 13px;
    left: 25%;
    z-index: 1;
    border-radius: 50%;
    background-image: url(/images/case-button-prev.png);
    background-color: #c8c8c8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    text-indent: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}
.anken-b .anken-b__slider__next:hover,
.anken-b .anken-b__slider__prev:hover {
    background-color: #6f757b;
}
.anken-b .swiper-pagination-b {
    text-align: center;
}
.anken-b .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0a847b !important;
    height: 8px !important;
    vertical-align: middle;
}
.anken-b .swiper-pagination-bullet {
    width: 60px;
    height: 6px;
    border-radius: inherit;
    margin: 0;
}
.swiper-container--b li.D03-001-01-list-item-b.swiper-slide {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.swiper-container--b li.D03-001-01-list-item-b.swiper-slide:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
div.D03-001-01.swiper-container--b {
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding: 10px;
}
div.D03-001-01.swiper-container--b::before {
    content: "";
    background: url(/images/wht-layer.png) no-repeat center center/cover;
    width: 80px;
    height: 350px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.anken-b p.anken-item-image-text {
    position: absolute;
    left: 0;
    bottom: 0;
}
.anken-b span.anken-new-text {
    background-color: red;
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
}
.anken-b span.anken-number-text {
    color: #fff;
    background-color: #696969;
    padding: 0 5px;
    margin-right: 8px;
    font-size: 12px;
}
.anken-b div.anken-description-area {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
}
.anken-b div.anken-title-text {
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 700;
    color: #293337;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.anken-b dl.anekn-region-area {
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #65676a;
    padding-bottom: 5px;
    margin-right: 20px;
}
.anken-b dt.anken-item-title {
    width: 60px;
    font-weight: 700;
    color: #293337;
}
.anken-b dl.anken-proceeds-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #65676a;
    line-height: 1.4;
    padding-bottom: 5px;
    margin-right: 20px;
}
.anken-b p.anken-detail-text {
    color: #45494b;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    height: 43px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.anken-b p.anken__slider__link-b {
    margin: 0 auto 10px;
    line-height: 1;
    text-align: center;
    width: calc(100% - 20px);
    position: relative;
}
.anken-b .anekn-region-area,
.anken-b .anken-proceeds-area {
    font-size: 14px !important;
    border-bottom: none;
    border-top: none;
    margin-right: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    div.D03-001-01.swiper-container--b {
        padding: 15px 0 0 15px;
    }
    .anken-b div.anken-description-area {
        margin-left: 0;
    }
    .anken-b .anken-description-area dl {
        font-size: 14px;
    }
    .anken-b dt.anken-item-title {
        width: 50px;
    }
    .anken-b .anken-b__slider__next {
        width: 40px;
        height: 40px;
        right: 15px;
        top: 18px;
    }
    .anken-b .anken-b__slider__prev {
        width: 40px;
        height: 40px;
        left: 15px;
        top: 18px;
    }
    .anken-b .swiper-pagination-bullet-active {
        opacity: 1;
        background: #000 !important;
        height: 8px !important;
        vertical-align: inherit;
    }
    .anken-b .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 0 5px;
    }
    .swiper-container--b li.D03-001-01-list-item-b.swiper-slide:hover {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .anken-b .anken-b__slider__next:hover,
    .anken-b .anken-b__slider__prev:hover {
        background-color: #c8c8c8;
    }
    div.D03-001-01.swiper-container--b::before {
        bottom: 3%;
    }
    .anken-b .swiper-pagination-b {
        margin-top: 25px !important;
    }
}
.sct_content .anken-b ul {
    padding-left: 0;
}
.anken-b ul li {
    padding-left: 0;
}
.anken-b ul li:before {
    content: none;
}
.anken-b a:link {
    text-decoration: none;
}
@media screen and (min-width: 769px) {
    p.button-link.button-link_type_longer {
        width: calc(800px * 0.46);
    }
    .button-link.button-link_type_black a:hover,
    p.button-link.button-link_type_black a:hover {
        background: #0a847b;
        color: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}
.anken-btn-box {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.anken-btn-inner {
    text-align: center;
}
.contact-cta-btnText {
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 700;
}
.contact-cta-btnText::before {
    content: "";
    background: url(/images/text-icon-blk-left.png) no-repeat center center/cover;
    width: 13px;
    height: 20px;
    position: absolute;
    top: 49%;
    left: -18px;
    transform: translatey(-50%);
    z-index: 1;
}
.contact-cta-btnText::after {
    content: "";
    background: url(/images/text-icon-blk-right.png) no-repeat center center/cover;
    width: 13px;
    height: 20px;
    position: absolute;
    top: 49%;
    right: -18px;
    transform: translatey(-50%);
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .anken-btn-box {
        flex-direction: column;
        margin-top: 30px;
    }
    .contact-cta-btnText {
        font-size: 11px;
    }
    .contact-cta-btnText::before {
        width: 9px;
        height: 14px;
        top: 49%;
        left: -15px;
    }
    .contact-cta-btnText::after {
        width: 9px;
        height: 14px;
        top: 49%;
        right: -15px;
    }
}
.button-link.button-link_type_centering,
p.button-link.button-link_type_centering {
    margin-right: auto;
    margin-left: auto;
}
.button-link a,
p.button-link a {
    display: block;
    padding: 12px 20px 13px;
    text-align: center;
    border: none;
    border-radius: 25px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(4, 0, 0, 0.2);
    box-shadow: 0 6px 10px 0 rgba(4, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.button-link.button-link_type_black a,
p.button-link.button-link_type_black a {
    background: #343d45;
    color: #fff;
}
.B03-001-01 {
    margin-top: 25px;
    word-break: auto-phrase;
}
.B03-001-01-item__inner {
    display: block;
    border: 3px solid #ececec;
    transition: all 0.2s ease;
}
.B03-001-01-item__list {
    padding-right: 10px;
}
