<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ---------------------------------------------
*   breadcrumb-list
--------------------------------------------- */
@media screen and (max-width: 1100px) {
    .breadcrumb-list {
        display: none;
    }
}
.breadcrumb-list a {
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .breadcrumb-list a {
        transition: opacity 300ms;
    }
    .breadcrumb-list a:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    background-color: #f5f5f5;
}

/* ---------------------------------------------
*   footer-pagetop
--------------------------------------------- */
.footer-pagetop {
    position: sticky;
    right: 24px;
    bottom: 0;
    z-index: 99;
    width: 50px;
    margin-left: auto;
}
@media screen and (max-width: 767px) {
    .footer-pagetop {
        width: 37px;
    }
}
.footer-pagetop__link {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    display: block;
    height: 0;
    padding-top: 50px;
    background-color: #b9271a;
    overflow: hidden;
    transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
    .footer-pagetop__link:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width: 767px) {
    .footer-pagetop__link {
        padding-top: 37px;
    }
}
.footer-pagetop__link::after {
    position: absolute;
    top: 47%;
    left: 35%;
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    .footer-pagetop__link::after {
        top: 44%;
        left: 33%;
    }
}

/*  gnav-outer
--------------------------------------------- */
.l-gnav-outer {
    width: 100%;
    margin-top: 12px;
    background-color: #333333;
    border-top: 1px solid #cccccc;
    z-index: 1000;
}
@media screen and (max-width: 1100px) {
    .l-gnav-outer {
        width: auto;
        background-color: transparent;
        margin-top: 0;
        border-top: none;
    }
}

/*  l-gnav-container
--------------------------------------------- */
.l-gnav-container {
    display: flex;
    align-items: center;
    max-width: 1174px;
    margin: 0 auto;
}
@media screen and (max-width: 1100px) {
    .l-gnav-container {
        height: 100%;
    }
}

/*  l-gnav-wrap
--------------------------------------------- */
.l-gnav-wrap {
    display: flex;
    align-items: center;
    width: 100%;
}

/*  l-gnav
--------------------------------------------- */
.l-gnav {
    position: relative;
    justify-content: center;
    width: 100%;
}
@media screen and (min-width: 1101px) {
    .l-gnav {
        display: flex !important;
    }
}
@media screen and (max-width: 1100px) {
    .l-gnav {
        position: fixed;
        top: 112px;
        bottom: 0;
        left: 0;
        z-index: 100;
        display: none;
        width: 100%;
        padding-bottom: 25px;
        background-color: #1e1e1e;
        overflow: auto;
    }
}
.l-gnav__list {
    display: flex;
    justify-content: center;
    width: 100%;
}
@media screen and (max-width: 1100px) {
    .l-gnav__list {
        display: block;
        width: 92%;
        margin: 0 auto;
    }
}
.l-gnav__list-item {
    width: 20%;
}
@media screen and (max-width: 1100px) {
    .l-gnav__list-item {
        position: relative;
        width: 100%;
        margin-left: 0;
        border-bottom: 1px solid #4b4b4b;
    }
}
.l-gnav__list-item:first-of-type::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #4b4b4b;
}
@media screen and (max-width: 1100px) {
    .l-gnav__list-item:first-of-type::after {
        display: none;
    }
}
.l-gnav__list-item.is-current-page .l-gnav__link {
    font-weight: bold;
}
@media screen and (max-width: 1100px) {
    .l-gnav__list-item.is-current-page .l-gnav__link {
        font-weight: normal;
    }
}
.l-gnav__list-item.is-current-page .l-gnav__link::before {
    opacity: 1;
    background-color: #fff;
}
@media screen and (min-width: 1101px) {
    .l-gnav__list-item.is-current-page .l-gnav__link:hover::before {
        background-color: #cc0000;
    }
}
.l-gnav__link {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
}
@media screen and (max-width: 1100px) {
    .l-gnav__link {
        display: block;
        padding: 14px 0;
        color: #fff;
        font-size: 16px;
        text-align: left;
    }
}
.l-gnav__link::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    height: 2px;
    background-color: #cc0000;
    opacity: 0;
}
@media screen and (max-width: 1100px) {
    .l-gnav__link::before {
        display: none;
    }
}
.l-gnav__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #4b4b4b;
}
@media screen and (max-width: 1100px) {
    .l-gnav__link::after {
        display: none;
    }
}
.l-gnav__link:hover {
    text-decoration: none !important;
}
@media screen and (min-width: 1101px) {
    .l-gnav__link:hover {
        color: #333333 !important;
        font-weight: bold;
        background-color: #fff;
        position: relative;
        transition: color 0.3s, background-color 0.3s, opacity 0.3s;
    }
    .l-gnav__link:hover::before {
        opacity: 1;
    }
    .l-gnav__link:hover::after {
        display: none;
    }
}
.l-gnav__list-item:hover:first-of-type::after {
    display: none;
}

@media screen and (min-width: 1101px) {
    .l-gnav__link:hover, .l-gnav__link.is-opened {
        color: #333333 !important;
        background-color: #fff;
    }
    .l-gnav__link:hover::before, .l-gnav__link.is-opened::before {
        opacity: 1;
    }
}
@media screen and (max-width: 1100px) {
    .l-gnav__link--single::after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        background: url(/service/souhaihen/img/common/ico_arr_right_white.png) 0 0 no-repeat;
        background-size: 100% 100%;
        width: 9px;
        height: 12px;
    }
}
.l-gnav__trigger {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 52px;
    cursor: pointer;
}
@media screen and (max-width: 1100px) {
    .l-gnav__trigger {
        width: 32px;
    }
}
.l-gnav__trigger::before, .l-gnav__trigger::after {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    content: "";
    transform: translate(-50%, -50%);
    transform-origin: 0 0;
}
.l-gnav__trigger::before {
    width: 12px;
    height: 1px;
}
.l-gnav__trigger::after {
    width: 1px;
    height: 12px;
}
.l-gnav__trigger.is-acc-opened::after {
    display: none;
}
.l-gnav__inner {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s;
    width: 100vw;
    padding: 46px 0 68px;
    border-bottom: 1px solid #cccccc;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 100;
}
.windows.firefox .l-gnav__inner {
    width: calc(100vw - 16px);
}
@media screen and (max-width: 1100px) {
    .windows.firefox .l-gnav__inner {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .l-gnav__inner {
        position: static;
        display: none;
        padding-top: 0;
        padding-left: 30px;
        padding-bottom: 0;
        background-color: #1e1e1e;
        border-bottom: none;
        box-shadow: none;
        width: 100%;
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }
}
.l-gnav__inner-container {
    max-width: 1254px;
    margin: 0 auto;
    padding: 0 40px;
}
@media screen and (max-width: 1100px) {
    .l-gnav__inner-container {
        width: 100%;
        padding: 0;
    }
}
.l-gnav__inner-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 35px;
}
@media screen and (max-width: 1100px) {
    .l-gnav__inner-head {
        display: none;
    }
}
.l-gnav__inner-head::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #cccccc;
}
.l-gnav__inner-head-ttl {
    padding-right: 18px;
    background-color: #fff;
    font-size: 42px;
    z-index: 1;
}
.l-gnav__inner-head-sub {
    display: flex;
    align-items: center;
    padding-left: 20px;
    background-color: #fff;
    z-index: 1;
}
.l-gnav__inner-head-en-ttl {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 200;
}
.l-gnav__inner-head-close {
    width: 40px;
    margin-left: 20px;
    cursor: pointer;
}
@media screen and (min-width: 1101px) {
    .l-gnav__inner-head-close {
        transition: opacity 300ms;
    }
    .l-gnav__inner-head-close:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
@media screen and (max-width: 1100px) {
    .l-gnav__inner-head-close {
        display: none;
    }
}
.l-gnav__inner-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 4.5996592845%;
}
@media screen and (max-width: 1100px) {
    .l-gnav__inner-list {
        width: 100%;
        flex-direction: column;
        gap: 0;
        border-top: 1px solid #4b4b4b;
    }
}
.l-gnav__inner-item {
    width: 47.7001703578%;
}
@media screen and (max-width: 1100px) {
    .l-gnav__inner-item {
        width: 100%;
        border-bottom: 1px solid #4b4b4b;
        background-color: #353535;
        position: relative;
    }
}
@media screen and (max-width: 1100px) {
    .l-gnav__inner-item:nth-child(1) {
        order: 1;
    }
}
@media screen and (max-width: 1100px) {
    .l-gnav__inner-item:nth-child(2) {
        order: 2;
    }
}
@media screen and (max-width: 1100px) {
    .l-gnav__inner-item:nth-child(3) {
        order: 3;
    }
}
@media screen and (max-width: 1100px) {
    .l-gnav__inner-item:nth-child(4) {
        order: 4;
    }
}
@media screen and (max-width: 1100px) {
    .l-gnav__inner-item:nth-child(5) {
        order: 5;
    }
}
@media screen and (max-width: 1100px) {
    .l-gnav__inner-item:nth-child(6) {
        order: 6;
    }
}
@media screen and (max-width: 1100px) {
    .l-gnav__inner-item:last-of-type {
        border-bottom: none;
    }
}
.l-gnav__inner-item-head {
    margin-bottom: 10px;
    font-size: 20px;
}
@media screen and (max-width: 1100px) {
    .l-gnav__inner-item-head {
        margin-bottom: 0;
        padding: 14px 22px 14px 10px;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
    }
}
@media screen and (max-width: 1100px) {
    .l-gnav__trigger-lv2 {
        position: absolute;
        top: 0;
        right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 12px;
        height: 52px;
        cursor: pointer;
        pointer-events: none;
    }
}
@media screen and (max-width: 1100px) {
    .l-gnav__trigger-lv2::before, .l-gnav__trigger-lv2::after {
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #fff;
        content: "";
        transform: translate(-50%, -50%);
        transform-origin: 0 0;
    }
}
@media screen and (max-width: 1100px) {
    .l-gnav__trigger-lv2::before {
        width: 12px;
        height: 1px;
    }
}
@media screen and (max-width: 1100px) {
    .l-gnav__trigger-lv2::after {
        width: 1px;
        height: 12px;
    }
}
@media screen and (max-width: 1100px) {
    .is-acc-opened-lv2 .l-gnav__trigger-lv2::after {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .l-gnav__trigger-lv2.is-acc-opened-lv2::after {
        display: none;
    }
}
.l-gnav__inner-list-lv2 {
    border-top: 1px solid #cccccc;
}
@media screen and (min-width: 1101px) {
    .l-gnav__inner-list-lv2 {
        display: block !important;
    }
}
@media screen and (max-width: 1100px) {
    .l-gnav__inner-list-lv2 {
        display: none;
        border-top: none;
    }
}
.l-gnav__inner-list-lv2-item {
    background-color: #f5f5f5;
    border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 1100px) {
    .l-gnav__inner-list-lv2-item {
        background-color: #1e1e1e;
        border-bottom: none;
    }
}
.l-gnav__inner-list-lv2-item:nth-of-type(even) {
    background-color: #ededed;
}
@media screen and (max-width: 1100px) {
    .l-gnav__inner-list-lv2-item:nth-of-type(even) {
        background-color: #1e1e1e;
    }
}
.l-gnav__inner-link {
    position: relative;
    display: block;
    padding: 14px 10px 14px 30px;
    color: #333333 !important;
    font-size: 14px;
}
@media screen and (min-width: 1101px) {
    .l-gnav__inner-link {
        transition: opacity 300ms;
    }
    .l-gnav__inner-link:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
@media screen and (max-width: 1100px) {
    .l-gnav__inner-link {
        padding: 14px 36px 14px 10px;
        color: #fff !important;
        font-size: 16px;
        text-align: left;
    }
}
.l-gnav__inner-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: url(/service/souhaihen/img/common/ico_arr_right_red.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 9px;
    height: 12px;
}
@media screen and (max-width: 1100px) {
    .l-gnav__inner-link::before {
        top: 18px;
        left: auto;
        right: 10px;
        transform: translateY(0);
        background-image: url(/service/souhaihen/img/common/ico_arr_right_white.png);
    }
}
.l-gnav__inner-link:hover {
    text-decoration: none !important;
}

/*  gnav-menu-button
--------------------------------------------- */
@media screen and (max-width: 1100px) {
    .l-gnav-menu-button {
        position: relative;
        z-index: 1000;
        display: block;
        width: 30px;
        padding: 0;
        outline: none;
        border: 0;
        border-radius: 0;
        background: none;
        box-shadow: none;
        cursor: pointer;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
    }
}
.l-gnav-menu-button__icon {
    width: 100%;
}
@media screen and (max-width: 1100px) {
    .l-gnav-menu-button__icon--open {
        display: block;
    }
    .is-sp-menu-opened .l-gnav-menu-button__icon--open {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    .l-gnav-menu-button__icon--close {
        display: none;
    }
    .is-sp-menu-opened .l-gnav-menu-button__icon--close {
        display: block;
    }
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    height: 80px;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .l-header {
        height: 60px;
    }
}
.l-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    padding: 1rem;
}
@media screen and (min-width: 768px) {
    .l-header__logo-link {
        transition: opacity 300ms;
    }
    .l-header__logo-link:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}

/*  l-header-nav
--------------------------------------------- */
.l-header-nav__list {
    display: flex;
}
.l-header-nav__item {
    margin-left: 1em;
}
.l-header-nav__item:first-of-type {
    margin-left: 0;
}
@media screen and (min-width: 768px) {
    .l-header-nav__link {
        transition: opacity 300ms;
    }
    .l-header-nav__link:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}

/*  l-header-sp-trigger
--------------------------------------------- */
@media screen and (min-width: 768px) {
    .l-header-sp-trigger {
        display: none;
    }
}
/* ---------------------------------------------
*   site-header
--------------------------------------------- */
@media screen and (min-width: 1101px) {
    .site-header {
        border-bottom: 1px solid #d9d9d9;
    }
}
@media screen and (max-width: 1100px) {
    .site-header {
        position: relative;
        display: flex;
        justify-content: space-between;
        margin-right: 12px;
        border-bottom: none;
    }
}
@media screen and (max-width: 1100px) {
    .site-header .sh-container {
        max-width: none !important;
        margin: 0 !important;
        padding: 0;
    }
}

/* ---------------------------------------------
*   c-line-block
--------------------------------------------- */
.c-line-block {
    background-color: #333333;
    padding: 100px 0;
}
@media screen and (max-width: 767px) {
    .c-line-block {
        padding: 50px 0;
    }
}
.c-line-block__container {
    display: flex;
    gap: 3.7480063796%;
    max-width: 1254px;
    margin: 0 auto;
    padding: 0 40px;
}
@media screen and (max-width: 767px) {
    .c-line-block__container {
        flex-direction: column;
        gap: 31px;
        width: 92%;
        padding: 0;
    }
}
.c-line-block__item {
    width: 30.66439523%;
}
@media screen and (max-width: 767px) {
    .c-line-block__item {
        width: 100%;
    }
}
.c-line-block__item-link {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #f3c81b;
    padding: 24px 6.6666666667%;
    border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
    .c-line-block__item-link {
        transition: opacity 300ms;
    }
    .c-line-block__item-link:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
@media screen and (max-width: 767px) {
    .c-line-block__item-link {
        padding: 23px 25px;
    }
}
.c-line-block__item-link:hover {
    text-decoration: none !important;
}
.c-line-block__icon {
    width: 28.8461538462%;
    margin-right: 4.8076923077%;
}
@media screen and (max-width: 767px) {
    .c-line-block__icon {
        width: 85px;
        margin-right: 5.2447552448%;
        flex-shrink: 0;
    }
}
.c-line-block__txt {
    position: relative;
    width: 66.3461538462%;
    color: #333333 !important;
    font-size: 17px;
}
@media screen and (max-width: 767px) {
    .c-line-block__txt {
        width: 100%;
        font-size: 19px;
    }
}
.c-line-block__txt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(/service/souhaihen/img/common/ico_arr_right_black.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 9px;
    height: 14px;
}

/* ---------------------------------------------
*   c-form-block
--------------------------------------------- */
.c-form-block {
    background-color: #ededed;
    padding: 100px 0;
}
@media screen and (max-width: 767px) {
    .c-form-block {
        padding: 50px 0;
    }
}
.c-form-block__container {
    display: flex;
    gap: 3.7480063796%;
    max-width: 1254px;
    margin: 0 auto;
    padding: 0 40px;
}
@media screen and (max-width: 767px) {
    .c-form-block__container {
        flex-direction: column;
        gap: 31px;
        width: 92%;
        padding: 0;
    }
}
.c-form-block__btn {
    width: 54.5144804089%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: #ca0000;
    padding: 24px 2.0442930153%;
    border: 1px solid #fff;
}
.c-form-block__btn:hover {
    text-decoration: none !important;
}
@media screen and (min-width: 768px) {
    .c-form-block__btn {
        transition: opacity 300ms;
    }
    .c-form-block__btn:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
@media screen and (max-width: 767px) {
    .c-form-block__btn {
        width: 100%;
        padding: 22px 25px;
    }
}
.c-form-block__icon {
    width: 15.2027027027%;
    margin-right: 4.3918918919%;
}
@media screen and (max-width: 767px) {
    .c-form-block__icon {
        width: 85px;
        margin-right: 5.2447552448%;
        flex-shrink: 0;
    }
}
.c-form-block__txt {
    position: relative;
    width: 80.0675675676%;
    color: #fff !important;
    font-size: 23px;
}
@media screen and (max-width: 767px) {
    .c-form-block__txt {
        width: 100%;
        font-size: 19px;
        line-height: 1.4;
    }
}
.c-form-block__txt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(/service/souhaihen/img/common/ico_arr_right_white.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 9px;
    height: 14px;
}

/* ---------------------------------------------
*   c-box-1
--------------------------------------------- */
.c-box-1 {
    position: relative;
}
.c-box-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 93.1856899489%;
    height: 10px;
    background: linear-gradient(90deg, #333333 0%, #333333 7.3126142596%, #f3c81b 7.3126142596%, #f3c81b 85.3747714808%, #dfdfdf 85.3747714808%, #dfdfdf 100%);
}
@media screen and (max-width: 767px) {
    .c-box-1::before {
        width: 95.652173913%;
        height: 5px;
        background: linear-gradient(90deg, #333333 0%, #333333 4.5454545455%, #f3c81b 4.5454545455%, #f3c81b 86.3636363636%, #dfdfdf 86.3636363636%, #dfdfdf 100%);
    }
}
.c-box-1__inner {
    padding: 56px 6.8143100511% 90px;
}
@media screen and (max-width: 767px) {
    .c-box-1__inner {
        padding: 35px 4.347826087% 45px;
    }
}
.c-box-1__head {
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .c-box-1__head {
        margin-bottom: 25px;
    }
}
.c-box-1__head-ttl {
    font-size: 32px;
}
@media screen and (max-width: 767px) {
    .c-box-1__head-ttl {
        font-size: 30px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 767px) {
    .c-box-1__head-ttl--sp-small {
        font-size: 21px;
    }
}
.c-box-1__inner-item {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .c-box-1__inner-item {
        margin-bottom: 24px;
    }
}
.c-box-1__inner-item:last-of-type {
    margin-bottom: 0;
}
.c-box-1__txt {
    font-size: 16px;
    line-height: 1.875;
}
@media screen and (max-width: 767px) {
    .c-box-1__txt {
        line-height: 1.56;
    }
}

/* ---------------------------------------------
*   c-box-2
--------------------------------------------- */
.c-box-2__inner {
    background-color: #fff;
    padding: 30px 2.5553662692%;
    border: 2px solid #ca0000;
}
@media screen and (max-width: 767px) {
    .c-box-2__inner {
        padding: 15px 5.7971014493%;
    }
}
.c-box-2__list-item {
    padding-left: 18px;
    margin-bottom: 5px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .c-box-2__list-item {
        padding-left: 18px;
    }
}
.c-box-2__list-item:last-of-type {
    margin-bottom: 0;
}
.c-box-2__list-item::before {
    content: "";
    background-color: #f3c81b;
    position: absolute;
    top: auto;
    left: 0;
    margin-top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .c-box-2__list-item::before {
        margin-top: 7px;
        width: 11px;
        height: 11px;
    }
}
.safari .c-box-2__list-item::before {
    margin-top: 5px;
}
@media screen and (max-width: 767px) {
    .safari .c-box-2__list-item::before {
        margin-top: 6px;
    }
}

.windows .c-box-2__list-item::before {
    margin-top: 5px;
}
@media screen and (max-width: 767px) {
    .windows .c-box-2__list-item::before {
        margin-top: 6px;
    }
}

.c-box-2__list-txt {
    font-size: 16px;
}
.c-box-2__list-txt sup {
    font-size: 70%;
    top: -0.4em;
}

/* ---------------------------------------------
*   c-card-1
--------------------------------------------- */
.c-card-1 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px 4.003407155%;
}
@media screen and (max-width: 767px) {
    .c-card-1 {
        flex-direction: column;
        gap: 30px;
    }
}
.c-card-1__item {
    width: 30.66439523%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
    .c-card-1__item {
        width: 100%;
    }
}
.c-card-1__item-inner {
    padding: 5px;
}
.c-card-1__head {
    padding: 15px 0;
    background-color: #ca0000;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-card-1__head {
        padding: 10px 0;
    }
}
.c-card-1__img img {
    width: 100%;
}
.c-card-1__head-ttl {
    color: #fff;
    font-size: 20px;
}
.c-card-1__lead {
    padding: 26px 10px;
    text-align: center;
    color: #cc0000;
    font-size: 16px;
}
.c-card-1__list-item {
    background-color: #f5f5f5;
}
.c-card-1__list-item:nth-of-type(even) {
    background-color: #ededed;
}
.c-card-1__list-item-link {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 8.2857142857% 12px 4.5714285714%;
    color: #333333 !important;
    font-size: 16px;
}
@media screen and (min-width: 768px) {
    .c-card-1__list-item-link {
        transition: opacity 300ms;
    }
    .c-card-1__list-item-link:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
@media screen and (max-width: 767px) {
    .c-card-1__list-item-link {
        min-height: 80px;
    }
}
.c-card-1__list-item-link:hover {
    text-decoration: none !important;
}
.c-card-1__list-item-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.8571428571%;
    transform: translateY(-50%);
    background: url(/service/souhaihen/img/common/ico_arr_right_red.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 9px;
    height: 12px;
}

/* ---------------------------------------------
*   c-card-2
--------------------------------------------- */
.c-card-2 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px 4.003407155%;
}
@media screen and (max-width: 767px) {
    .c-card-2 {
        flex-direction: column;
        gap: 30px;
    }
}
.c-card-2__item {
    width: 30.66439523%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
    .c-card-2__item {
        width: 100%;
    }
}
.c-card-2__item:nth-of-type(1) .c-card-2__head {
    background-image: url(/service/souhaihen/img/common/img_replace_bg_72-84k.jpg);
}
.c-card-2__item:nth-of-type(2) .c-card-2__head {
    background-image: url(/service/souhaihen/img/common/img_replace_bg_24-36k.jpg);
}
.c-card-2__item:nth-of-type(3) .c-card-2__head {
    background-image: url(/service/souhaihen/img/common/img_replace_bg_3_6-7_2k.jpg);
}
.c-card-2__item:nth-of-type(4) .c-card-2__head {
    background-image: url(/service/souhaihen/img/common/img_replace_bg_3_6-7_2k_control.jpg);
}
.c-card-2__item:nth-of-type(5) .c-card-2__head {
    background-image: url(/service/souhaihen/img/common/img_replace_bg_power_center.jpg);
}
.c-card-2__item:nth-of-type(6) .c-card-2__head {
    background-image: url(/service/souhaihen/img/common/img_replace_bg_motor_control.jpg);
}
.c-card-2__item:nth-of-type(7) .c-card-2__head {
    background-image: url(/service/souhaihen/img/common/img_replace_bg_surveillance.jpg);
}
.c-card-2__item-link {
    width: 100%;
    display: block;
    color: #333333 !important;
    text-decoration: none !important;
}
@media screen and (min-width: 768px) {
    .c-card-2__item-link {
        transition: opacity 300ms;
    }
    .c-card-2__item-link:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
.c-card-2__item-inner {
    padding: 5px;
}
.c-card-2__head {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 15px;
    text-align: center;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .c-card-2__head {
        padding: 21px 0;
    }
}
.c-card-2__head-ttl {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}
.c-card-2__body {
    padding: 30px 20px;
    background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
    .c-card-2__body {
        padding: 34px 20px 20px;
    }
}
.c-card-2__box {
    position: relative;
    margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
    .c-card-2__box {
        margin-bottom: 25px;
    }
}
.c-card-2__box-txt {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 18px;
    background-color: #60a300;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .c-card-2__box-txt {
        padding: 18px 0;
        font-size: 20px;
    }
}
.c-card-2__box-txt::after {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-width: 12px;
    border-top-color: #60a300;
}
@media screen and (max-width: 767px) {
    .c-card-2__box-txt::after {
        border: 6px solid transparent;
        border-top-color: #60a300;
    }
}
.c-card-2__list-item {
    position: relative;
    padding-left: 15px;
}
.c-card-2__list-item::before {
    content: "";
    background-color: #333333;
    position: absolute;
    top: auto;
    left: 0;
    margin-top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .c-card-2__list-item::before {
        margin-top: 7px;
        width: 11px;
        height: 11px;
    }
}
.safari .c-card-2__list-item::before {
    margin-top: 9px;
}
@media screen and (max-width: 767px) {
    .safari .c-card-2__list-item::before {
        margin-top: 6px;
    }
}

.windows .c-card-2__list-item::before {
    margin-top: 9px;
}
@media screen and (max-width: 767px) {
    .windows .c-card-2__list-item::before {
        margin-top: 6px;
    }
}

.c-card-2__list-item-txt {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: -0.04em;
    font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
    .c-card-2__list-item-txt {
        line-height: 1.5;
        letter-spacing: 0;
    }
}
.c-card-2__bottom-link {
    width: 100%;
    display: block;
    position: relative;
    padding: 18px 5.5555555556%;
    text-align: center;
    background-color: #333333;
    color: #fff !important;
    font-size: 16px;
    text-decoration: none !important;
}
@media screen and (min-width: 768px) {
    .c-card-2__bottom-link {
        transition: opacity 300ms;
    }
    .c-card-2__bottom-link:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
.c-card-2__bottom-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.5555555556%;
    transform: translateY(-50%);
    background-image: url(/service/souhaihen/img/common/ico_arr_right_white.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 9px;
    height: 12px;
}
@media screen and (max-width: 767px) {
    .c-card-2__bottom-link::after {
        right: 10px;
    }
}
.c-card-2__bottom-link--white {
    background-color: #f5f5f5;
    color: #333333 !important;
}
@media screen and (max-width: 767px) {
    .c-card-2__bottom-link--white {
        text-align: left;
    }
}
.c-card-2__bottom-link--white::after {
    background-image: url(/service/souhaihen/img/common/ico_arr_right_red.png);
}
.c-card-2__bottom-txt {
    width: 100%;
    display: block;
    position: relative;
    padding: 18px 5.5555555556%;
    text-align: center;
    background-color: #333333;
    font-size: 16px;
}
.c-card-2__bottom-txt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.5555555556%;
    transform: translateY(-50%);
    background-image: url(/service/souhaihen/img/common/ico_arr_right_white.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 9px;
    height: 12px;
}
@media screen and (max-width: 767px) {
    .c-card-2__bottom-txt::after {
        right: 10px;
    }
}
.c-card-2__bottom-txt--white {
    background-color: #f5f5f5;
    color: #333333 !important;
}
@media screen and (max-width: 767px) {
    .c-card-2__bottom-txt--white {
        text-align: left;
    }
}
.c-card-2__bottom-txt--white::after {
    background-image: url(/service/souhaihen/img/common/ico_arr_right_red.png);
}

/* ---------------------------------------------
*   c-card-3
--------------------------------------------- */
.c-card-3 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px 3.9182282794%;
}
@media screen and (max-width: 767px) {
    .c-card-3 {
        flex-direction: column;
        gap: 30px;
    }
}
.c-card-3__item {
    width: 22.0613287905%;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .c-card-3__item {
        width: 100%;
    }
}
.c-card-3__item-link {
    width: 100%;
    display: block;
    color: #333333 !important;
    text-decoration: none !important;
}
@media screen and (min-width: 768px) {
    .c-card-3__item-link {
        transition: opacity 300ms;
    }
    .c-card-3__item-link:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
.c-card-3__item-inner {
    padding: 5px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.c-card-3__img img {
    width: 100%;
}
.c-card-3__body {
    margin-top: 5px;
}
.c-card-3__list-item-txt {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 14.4578313253% 12px 6.4257028112%;
    background-color: #f5f5f5;
    font-size: 16px;
    font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
    .c-card-3__list-item-txt {
        min-height: 80px;
        padding: 12px 9.6385542169% 12px 6.4257028112%;
    }
}
.c-card-3__list-item-txt--light-gray {
    background-color: #ededed;
}
.c-card-3__list-item-txt--high {
    padding: 23px 11.6465863454% 23px 6.4257028112%;
}
.c-card-3__list-item-txt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.016064257%;
    transform: translateY(-50%);
    background: url(/service/souhaihen/img/common/ico_arr_right_red.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 9px;
    height: 12px;
}

/* ---------------------------------------------
*   c-card-4
--------------------------------------------- */
.c-card-4 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px 3.9182282794%;
}
@media screen and (max-width: 767px) {
    .c-card-4 {
        gap: 25px 7.2463768116%;
    }
}
.c-card-4__item {
    width: 22.0613287905%;
    background-color: #fff;
}
/* ---------------------------------------------
  /yo_hai/tyushi/yh14.html
　/yo_hai/tyushi/yh15.html
--------------------------------------------- */
.c-card-4__item-button {
    margin: 50px auto 0;
}
.c-card-4__item-button .c-card-4__list-item-txt {
    background: #f3c81b;
    justify-content: center;
}
.c-card-4__item.c-card-4__item-button {
    width: 30.67%;
}
.c-section-2__contents-body .c-figure-1{
    background: #fff;
    margin-top: 0;
}
.c-section-1__inner-head-mrg {
    margin-bottom: 20px;
}
/* ---------------------------------------------
  /yo_hai/tyushi/yh14.html
　/yo_hai/tyushi/yh15.html
--------------------------------------------- */
/* ---------------------------------------------
  /yo_hai/mc/syousai_7.html
--------------------------------------------- */
.c-cassette-2__item-col{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.c-cassette-2__item-col .c-cassette-2__item{
    width: 47.5%;
}
.c-cassette-2__item-col .c-cassette-2__item .caption{
    font-size: 14px;
    margin-top: 10px;
}
/* ---------------------------------------------
  /yo_hai/mc/syousai_7.html
--------------------------------------------- */
.inner--block--width {
    margin: 0 auto;
    width: 86.3713798978%;
}
.inner--block--width .c-txt-3 {
    margin-top: 40px;
}
.inner--block--width .c-cassette-2__item-col {
    margin-top: 0;
}
.inner--block--width + .inner--block--width{
    margin-top: 85px;
}
.c-cassette-4__head + .c-cassette-4__body--min {
    padding-top: 35px;
}
.item-list__mrg + .c-cassette-4__item-wrap {
    margin-top: 40px;
}
.c-cassette-4__item-wrap + .item-list__mrg {
    margin-top: 70px;
}
.c-cassette-2__img-wrap-center{
    width: 30.66439523%;
    margin: 20px auto 0;
}
.c-section-3--large-space.unless-list--block {
    padding-top: 40px;
}
@media screen and (max-width: 767px) {
    .c-card-4__item {
        width: 46.3768115942%;
    }
    .inner--block--width {
        width: 91.3043478261%;
    }
    .inner--block--width + .inner--block--width{
        margin-top: 40px;
    }
    .c-cassette-4__head + .c-cassette-4__body--min {
        padding-top: 25px;
    }
    .c-cassette-4__item-wrap + .item-list__mrg {
        margin-top: 40px;
    }
    .c-cassette-2__img-wrap-center{
        width: 100%;
        margin: 20px auto 0;
    }
    /* ---------------------------------------------
      /yo_hai/tyushi/yh14.html
    　/yo_hai/tyushi/yh15.html
    --------------------------------------------- */
    .c-card-4__item.c-card-4__item-button {
        width: 80%;
    }
    .c-card-4__item-button {
        margin: 25px auto 0;
    }
    .c-section-1__inner-head-mrg{
        margin-bottom: 10px;
    }
    /* ---------------------------------------------
     /yo_hai/tyushi/yh14.html
　　 /yo_hai/tyushi/yh15.html
    --------------------------------------------- */
    /* ---------------------------------------------
    /yo_hai/mc/syousai_7.html
    --------------------------------------------- */
    .c-cassette-2__item-col{
        display: block;
    }
    .c-cassette-2__item-col .c-cassette-2__item{
        width: 100%;
    }
    .c-cassette-2__item-col .c-cassette-2__item+.c-cassette-2__item{
        margin-top: 30px;
    }
    /* ---------------------------------------------
    /yo_hai/mc/syousai_7.html
    --------------------------------------------- */
    /* ---------------------------------------------
    /yo_hai/pc/ye_syousai_1.html
    --------------------------------------------- */
    .mrg-sp--b20 {
        margin-bottom: 20px;
    }
    /* ---------------------------------------------
    /yo_hai/pc/ye_syousai_1.html
    --------------------------------------------- */
}
.c-card-4__item-link {
    width: 100%;
    display: block;
    color: #333333 !important;
    text-decoration: none !important;
}
/* ---------------------------------------------
*  /yo_hai/tyushi/yh14.html
   /yo_hai/tyushi/yh15.html
--------------------------------------------- */
@media screen and (min-width: 768px) {
    .c-card-4__item-link {
        transition: opacity 300ms;
    }
    .c-card-4__item-link:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
.c-card-4__item-inner {
    padding: 5px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.c-card-4__list-item-txt {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 23px 11.6465863454% 23px 6.4257028112%;
    background-color: #f5f5f5;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .c-card-4__list-item-txt {
        padding: 8px 13.3333333333% 8px 8.6666666667%;
        line-height: 1.25;
    }
}
.c-card-4__list-item-txt--light-gray {
    background-color: #ededed;
}
.c-card-4__list-item-txt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.016064257%;
    transform: translateY(-50%);
    background: url(/service/souhaihen/img/common/ico_arr_right_red.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 9px;
    height: 12px;
}

/* ---------------------------------------------
*   c-card-5
--------------------------------------------- */
.c-card-5 {
    display: flex;
    gap: 0.7889546351%;
    flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
    .c-card-5 {
        gap: 6px 1.775147929%;
    }
}
@media screen and (max-width: 767px) {
    .c-card-5 {
        gap: 6px 1.9047619048%;
    }
}
.c-card-5__item {
    width: 13.6094674556%;
}
@media screen and (max-width: 1100px) {
    .c-card-5__item {
        width: 23.6686390533%;
    }
}
@media screen and (max-width: 767px) {
    .c-card-5__item {
        width: 32.0634920635%;
    }
}
.c-card-5__item-head {
    padding: 6px 0;
    background-color: #f3c81b;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
.c-card-5__img {
    width: 100%;
}
.c-card-5__img img {
    width: 100%;
}
.c-card-5__item-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .c-card-5__item-ttl {
        font-size: 12px;
    }
}
.c-card-5__img-capttion {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.8;
}
@media screen and (max-width: 1100px) {
    .c-card-5__img-capttion {
        min-height: 47px;
    }
}
@media screen and (max-width: 767px) {
    .c-card-5__img-capttion {
        min-height: 37px;
        margin-top: 5px;
        line-height: 1.3;
    }
}

/* ---------------------------------------------
*   c-card-6
--------------------------------------------- */
.c-card-6 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 50px 3.9182282794%;
}
@media screen and (max-width: 767px) {
    .c-card-6 {
        flex-direction: column;
        gap: 25px;
    }
}
.c-card-6__item {
    width: 22.0613287905%;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .c-card-6__item {
        width: 100%;
    }
}
.c-card-6__item-inner {
    padding: 5px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.c-card-6__top {
    padding: 20px 5px 31px;
    background-color: #ca0000;
}
@media screen and (max-width: 767px) {
    .c-card-6__top {
        padding: 12px 15px;
        display: flex;
        align-items: center;
    }
}
.c-card-6__icon {
    width: 36.1445783133%;
    margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
    .c-card-6__icon {
        width: 70px;
        margin: 0 15px 0 0;
    }
}
.c-card-6__ttl {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.02em;
}
.c-card-6__btn-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 12px 11.6465863454%;
    color: #fff !important;
    background-color: #710000;
    font-size: 16px;
}
@media screen and (min-width: 768px) {
    .c-card-6__btn-link {
        transition: opacity 300ms;
    }
    .c-card-6__btn-link:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
@media screen and (max-width: 767px) {
    .c-card-6__btn-link {
        justify-content: flex-start;
        padding: 10px 28px 10px 70px;
    }
}
.c-card-6__btn-link:hover {
    text-decoration: none !important;
}
.c-card-6__btn-link::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 4.016064257%;
    background: url(/service/souhaihen/img/common/ico_mail.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 19.2771084337%;
    height: 79.1666666667%;
}
@media screen and (max-width: 767px) {
    .c-card-6__btn-link::before {
        top: 50%;
        left: 24px;
        transform: translateY(-50%);
        width: 38px;
        height: 30px;
    }
}
.c-card-6__btn-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.016064257%;
    transform: translateY(-50%);
    background: url(/service/souhaihen/img/common/ico_arr_right_white.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 9px;
    height: 12px;
}
@media screen and (max-width: 767px) {
    .c-card-6__btn-link::after {
        right: 15px;
    }
}

/* ---------------------------------------------
*   c-cassette-1
--------------------------------------------- */
.c-cassette-1 {
    display: flex;
}
/* ---------------------------------------------
*  /yo_hai/24toku/24toku_yo.html
--------------------------------------------- */
.c-cassette-1 + .c-cassette-1 {
    margin-top: 40px;
}
/* ---------------------------------------------
*  /yo_hai/24toku/24toku_yo.html
--------------------------------------------- */
@media screen and (max-width: 767px) {
    .c-cassette-1 {
        display: block;
    }
}
.c-cassette-1__img {
    width: 34.3270868825%;
    margin-right: 2.2146507666%;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.c-cassette-1__img img {
    width: 100%;
}
.c-cassette-1__detail {
    width: 63.4582623509%;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__detail {
        width: 100%;
    }
}
.c-cassette-1__detail-head {
    padding-bottom: 18px;
    border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__detail-head {
        padding-bottom: 24px;
    }
}
.c-cassette-1__detail-head &gt; :first-child {
    margin-top: 0;
}
.c-cassette-1__sub-ttl {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__sub-ttl {
        font-size: 19px;
    }
}
.c-cassette-1__sub-ttl--large {
    font-size: 32px;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__sub-ttl--large {
        font-size: 27px;
        line-height: 1.18;
    }
}
.c-cassette-1__main-ttl {
    margin-top: 2px;
    font-size: 38px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__main-ttl {
        margin-top: 6px;
        font-size: 27px;
    }
}
.c-cassette-1__lead {
    margin-top: 10px;
    color: #ca0000;
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__lead {
        margin-top: 8px;
        font-size: 16px;
        line-height: 1.3;
    }
}
.c-cassette-1__detail-bottom {
    margin-top: 26px;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__detail-bottom {
        margin-top: 14px;
    }
}
.c-cassette-1__detail-bottom--normal {
    margin-top: 18px;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__detail-bottom--normal {
        margin-top: 14px;
    }
}
.c-cassette-1__link {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    color: #333333 !important;
    font-size: 16px;
}
@media screen and (min-width: 768px) {
    .c-cassette-1__link {
        transition: opacity 300ms;
    }
    .c-cassette-1__link:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
.c-cassette-1__link[href*=".pdf"] {
    padding-left: 52px;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__link[href*=".pdf"] {
        padding-left: 42px;
    }
}
.c-cassette-1__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(/service/souhaihen/img/common/ico_arr_right_red.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 9px;
    height: 12px;
}
.windows .c-cassette-1__link::before {
    height: 14px;
}

.c-cassette-1__link[href*=".pdf"]::before {
    width: 40px;
    height: 40px;
    background: url(/service/souhaihen/img/common/ico_pdf.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__link[href*=".pdf"]::before {
        width: 30px;
        height: 30px;
    }
}
.c-cassette-1__link[target=_blank]::after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    margin-top: 1px;
    margin-left: 8px;
    width: 22px;
    height: 20px;
    background: url(/service/souhaihen/img/common/ico_blank.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__link[target=_blank]::after {
        width: 17px;
        height: 15px;
        margin-top: 3px;
        margin-left: 5px;
    }
}
.c-cassette-1__link:hover {
    text-decoration: none !important;
}

/* ---------------------------------------------
*   c-cassette-2
--------------------------------------------- */
@media screen and (max-width: 767px) {
    .c-cassette-2--sp-full {
        width: 104%;
        transform: translateX(-4.2%);
    }
}
.c-cassette-2__contents + .c-cassette-2__contents {
    margin-top: 90px;
}
.c-cassette-2__body {
    padding: 10px 0 90px 40px;
    border-left: 10px solid #dfdfdf;
}
@media screen and (max-width: 767px) {
    .c-cassette-2__body {
        padding: 10px 0 45px 25px;
    }
}
.c-cassette-2__body &gt; :first-child {
    margin-top: 0;
}
.c-cassette-2__inner {
    display: flex;
}
@media screen and (max-width: 767px) {
    .c-cassette-2__inner {
        display: block;
    }
}
.c-cassette-2__inner-wrap {
    width: 62.6064735945%;
}
@media screen and (max-width: 767px) {
    .c-cassette-2__inner-wrap {
        width: 100%;
    }
}
.c-cassette-2__inner-wrap &gt; :first-child {
    margin-top: 0;
}
.c-cassette-2__img-wrap {
    width: 30.66439523%;
    margin-left: 3.4071550256%;
}
@media screen and (max-width: 767px) {
    .c-cassette-2__img-wrap {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
}
.c-cassette-2__img {
    width: 100%;
}
.c-cassette-2__img img {
    width: 100%;
}
.c-cassette-2__img-caption {
    display: block;
    margin-top: 8px;
    font-size: 14px;
}

/* ---------------------------------------------
*   c-cassette-3
--------------------------------------------- */
.c-cassette-3 {
    background-image: url(/service/souhaihen/img/common/bg_green.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 1.7035775128%;
}
@media screen and (max-width: 767px) {
    .c-cassette-3 {
        background-image: url(/service/souhaihen/img/common/sp/bg_green.jpg);
        padding: 20px 5.7971014493%;
    }
}
.c-cassette-3--gradation {
    background-image: url(/service/souhaihen/img/common/bg_head.png);
    background-position: 0 0;
    background-size: 100% auto;
    padding: 40px 1.7035775128%;
}
@media screen and (max-width: 767px) {
    .c-cassette-3--gradation {
        background-image: url(/service/souhaihen/img/common/sp/bg_head.png);
        padding: 20px 5.7971014493%;
    }
}
.c-cassette-3__inner {
    display: flex;
    align-items: center;
}
.c-cassette-3__img {
    width: 35.2733686067%;
    margin-right: 3.5273368607%;
}
@media screen and (max-width: 767px) {
    .c-cassette-3__img {
        width: 54.0983606557%;
        margin-right: 4.9180327869%;
    }
}
.c-cassette-3__detail {
    width: 61.1992945326%;
}
@media screen and (max-width: 767px) {
    .c-cassette-3__detail {
        width: 40.9836065574%;
    }
}
.c-cassette-3__ttl {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .c-cassette-3__ttl {
        font-size: 19px;
    }
}
.c-cassette-3__ttl--black {
    color: #333333;
}

/* ---------------------------------------------
*   c-cassette-4
--------------------------------------------- */
.c-cassette-4__head {
    position: relative;
    width: 100%;
    background-color: #60a300;
    padding: 22px 0;
    border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
    .c-cassette-4__head {
        padding: 15px 0;
        border-radius: 14px 14px 0 0;
    }
}
.c-cassette-4__head::after {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-width: 10px;
    border-top-color: #60a300;
}
@media screen and (max-width: 767px) {
    .c-cassette-4__head::after {
        border: 6px solid transparent;
        border-top-width: 12px;
        border-top-color: #60a300;
    }
}
.c-cassette-4__head--no-icon::after {
    display: none;
}
.c-cassette-4__head-txt {
    color: #fff;
    font-size: 24px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-cassette-4__head-txt {
        line-height: 1.25;
        letter-spacing: -0.04em;
    }
}
.c-cassette-4__body {
    padding: 76px 0;
    background-color: #f2f9e8;
}
@media screen and (max-width: 767px) {
    .c-cassette-4__body {
        padding: 35px 0;
    }
}
.c-cassette-4__body--min {
    padding: 70px 0 50px;
}
@media screen and (max-width: 767px) {
    .c-cassette-4__body--min {
        padding: 25px 0 53px;
    }
}
.c-cassette-4__list {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .c-cassette-4__list {
        margin-left: 7.8260869565%;
        margin-right: 5.7971014493%;
        display: block;
    }
}
.c-cassette-4__list-item {
    position: relative;
    margin-right: 6.8143100511%;
    padding-left: 16px;
}
@media screen and (max-width: 767px) {
    .c-cassette-4__list-item {
        margin-right: 0;
        padding-left: 14px;
    }
}
.c-cassette-4__list-item:last-of-type {
    margin-right: 0;
}
.c-cassette-4__list-item::before {
    content: "";
    background-color: #437200;
    position: absolute;
    top: auto;
    left: 0;
    margin-top: 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .c-cassette-4__list-item::before {
        margin-top: 6px;
    }
}
.safari .c-cassette-4__list-item::before {
    margin-top: 6px;
}
@media screen and (max-width: 767px) {
    .safari .c-cassette-4__list-item::before {
        margin-top: 5px;
    }
}

.windows .c-cassette-4__list-item::before {
    margin-top: 6px;
}
@media screen and (max-width: 767px) {
    .windows .c-cassette-4__list-item::before {
        margin-top: 5px;
    }
}

.c-cassette-4__list-item-txt {
    color: #437200;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .c-cassette-4__list-item-txt {
        font-size: 16px;
    }
}
.c-cassette-4__item-wrap {
    width: 86.3713798978%;
    margin: 85px auto 0;
    display: flex;
    justify-content: space-between;
}
.c-cassette-4__item-wrap.item--center {
    justify-items: center;
    align-items: center;
}
.c-cassette-4__item-img-outer + .c-cassette-4__item-ttl {
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    .c-cassette-4__item-wrap {
        width: 91.3043478261%;
        display: block;
        margin-top: 40px;
    }
}
.c-cassette-4__item-wrap:first-of-type {
    margin-top: 0;
}
.c-cassette-4__item {
    width: 39.4477317554%;
}

@media screen and (max-width: 767px) {
    .c-cassette-4__item {
        width: 100%;
    }
    /* ---------------------------------------------
    *  yo_hai/24toku/24toku_yo.html (one column)
    --------------------------------------------- */
    .c-cassette-4__item.c-cassette-4__item__one:last-of-type {
        margin-top: 0;
    }
    /* ---------------------------------------------
    *  yo_hai/24toku/24toku_yo.html (one column)
    --------------------------------------------- */
}
@media screen and (max-width: 767px) {
    .c-cassette-4__item:first-of-type {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .c-cassette-4__item:last-of-type {
        margin-top: -100px;
    }
}
@media screen and (max-width: 767px) {
    .c-cassette-4__item--sp-space:last-of-type {
        margin-top: -80px;
    }
}
.c-cassette-4__item-bg {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-12%, -50%);
    width: 70%;
}
@media screen and (max-width: 767px) {
    .c-cassette-4__item-bg {
        display: block;
        position: static;
        transform: translate(0, 0);
        width: 88.8888888889%;
        margin: 25px auto 0;
    }
}
.c-cassette-4__item-bg img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
    .c-cassette-4__item-bg img {
        margin-top: -90px;
    }
}
.c-cassette-4__item-ttl {
    position: relative;
    margin-bottom: 16px;
    padding-left: 13px;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .c-cassette-4__item-ttl {
        margin-bottom: 10px;
        line-height: 1.25;
    }
}
.c-cassette-4__item-ttl::before {
    content: "";
    background-color: #60a300;
    position: absolute;
    top: auto;
    left: 0;
    margin-top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .c-cassette-4__item-ttl::before {
        margin-top: 4px;
    }
}
.c-cassette-4__item-img-outer {
    position: relative;
}
.c-cassette-4__item-img {
    position: relative;
    z-index: 1;
}
.c-cassette-4__item-img img {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}
.c-cassette-4__item-note {
    margin-top: 12px;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .c-cassette-4__item-note {
        margin-top: 8px;
    }
}
.c-cassette-4__bottom {
    position: relative;
    width: 100%;
    background-color: #ca0000;
    padding: 22px 0;
    border-radius: 0 0 20px 20px;
}
.c-cassette-4__bottom::after {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-width: 10px;
    border-top-color: #ca0000;
}
@media screen and (max-width: 767px) {
    .c-cassette-4__bottom::after {
        border: 6px solid transparent;
        border-top-width: 12px;
        border-top-color: #ca0000;
    }
}
.c-cassette-4__bottom-txt {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.03em;
}

/* ---------------------------------------------
*   c-cassette-5
--------------------------------------------- */
.c-cassette-5__head {
    position: relative;
    background-color: #f3c81b;
    padding: 22px 5px;
    border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
    .c-cassette-5__head {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 150px;
        padding: 15px 5px;
        border-radius: 14px 14px 0 0;
    }
}
.c-cassette-5__head::after {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-width: 10px;
    border-top-color: #f3c81b;
}
@media screen and (max-width: 767px) {
    .c-cassette-5__head::after {
        border: 6px solid transparent;
        border-top-width: 12px;
        border-top-color: #f3c81b;
    }
}
.c-cassette-5__head-txt {
    color: #333333;
    font-size: 24px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-cassette-5__head-txt {
        line-height: 1.25;
    }
}
.c-cassette-5__body {
    padding-top: 60px;
    background-color: #fff9e1;
}
@media screen and (max-width: 767px) {
    .c-cassette-5__body {
        padding-top: 50px;
    }
}
.c-cassette-5__body--min {
    padding: 70px 0 50px;
}
.c-cassette-5__inner-container {
    padding: 0 6.8143100511%;
    margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
    .c-cassette-5__inner-container {
        padding: 0 4.347826087%;
        margin-bottom: 45px;
    }
}

/* ---------------------------------------------
*   c-cassette-6
--------------------------------------------- */
.c-cassette-6 {
    margin-top: 44px;
}
@media screen and (max-width: 767px) {
    .c-cassette-6 {
        margin-top: 25px;
    }
}
.c-cassette-6__wrap {
    display: flex;
    gap: 4.5364891519%;
}
@media screen and (max-width: 767px) {
    .c-cassette-6__wrap {
        flex-direction: column;
        gap: 25px;
    }
}
.c-cassette-6__wrap &gt; * {
    margin-top: 0 !important;
}
.c-cassette-6__img-outer {
    width: 47.7317554241%;
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    .c-cassette-6__img-outer {
        width: 100%;
    }
}
.c-cassette-6__img {
    width: 100%;
}
.c-cassette-6__img img {
    width: 100%;
}
.c-cassette-6__img-caption {
    margin-top: 8px;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .c-cassette-6__img-caption {
        margin-top: 10px;
    }
}
.c-cassette-6__link {
    display: inline-block;
    position: relative;
    margin-top: 16px;
    padding-left: 20px;
    color: #333333 !important;
    font-size: 16px;
    line-height: 1.8;
}
@media screen and (min-width: 768px) {
    .c-cassette-6__link {
        transition: opacity 300ms;
    }
    .c-cassette-6__link:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
@media screen and (max-width: 767px) {
    .c-cassette-6__link {
        width: calc(100% - 17px);
        line-height: 1.3;
    }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
    .android .c-cassette-6__link {
        letter-spacing: -0.06em;
    }
}
.c-cassette-6__link[href*=".pdf"] {
    padding-left: 52px;
    font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
    .c-cassette-6__link[href*=".pdf"] {
        padding-left: 38px;
    }
}
.c-cassette-6__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(/service/souhaihen/img/common/ico_arr_right_red.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 9px;
    height: 12px;
}
.c-cassette-6__link[href*=".pdf"]::before {
    top: -6px;
    transform: translateY(0);
    width: 40px;
    height: 40px;
    background: url(/service/souhaihen/img/common/ico_pdf.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 767px) {
    .c-cassette-6__link[href*=".pdf"]::before {
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }
}
.c-cassette-6__link[target=_blank]::after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    margin-top: 1px;
    margin-left: 8px;
    width: 22px;
    height: 20px;
    background: url(/service/souhaihen/img/common/ico_blank.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 767px) {
    .c-cassette-6__link[target=_blank]::after {
        width: 17px;
        height: 15px;
        margin-top: 3px;
        margin-left: 5px;
    }
}
.c-cassette-6__link:hover {
    text-decoration: none !important;
}

/* ---------------------------------------------
*   c-anchor-cassette
--------------------------------------------- */
.c-anchor-cassette {
    display: flex;
    border-radius: 18px 18px 0 0;
    background-color: #1e1e1e;
}
@media screen and (max-width: 767px) {
    .c-anchor-cassette {
        display: block;
    }
}
.c-anchor-cassette__head {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18.2282793867%;
    background-color: #ca0000;
    padding: 28px 0;
    border-radius: 18px 0 0 0;
}
@media screen and (max-width: 767px) {
    .c-anchor-cassette__head {
        width: 100%;
        padding: 13px 0;
        border-radius: 18px 18px 0 0;
    }
}
.c-anchor-cassette__head--green {
    background-color: #60a300;
}
.c-anchor-cassette__head-txt {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.c-anchor-cassette__body {
    width: 81.7717206133%;
}
@media screen and (max-width: 767px) {
    .c-anchor-cassette__body {
        width: 100%;
    }
}
.c-anchor-cassette__list {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .c-anchor-cassette__list {
        display: block;
    }
}
.c-anchor-cassette__list--column4 .c-anchor-cassette__item {
    width: 25%;
    padding: 20px 0;
    border-bottom: 1px solid #4b4b4b;
}
@media screen and (max-width: 767px) {
    .c-anchor-cassette__list--column4 .c-anchor-cassette__item {
        width: 100%;
        padding: 0 15px;
        border-bottom: none;
    }
}
.c-anchor-cassette__list--column4 .c-anchor-cassette__item:nth-of-type(n+5) {
    border-bottom: none;
}
.c-anchor-cassette__list--column4 .c-anchor-cassette__item:nth-of-type(3n) .c-anchor-cassette__item-link {
    border-right: 1px solid #4b4b4b;
}
@media screen and (max-width: 767px) {
    .c-anchor-cassette__list--column4 .c-anchor-cassette__item:nth-of-type(3n) .c-anchor-cassette__item-link {
        border-right: none;
        border-bottom: 1px solid #4b4b4b;
    }
}
.c-anchor-cassette__list--column4 .c-anchor-cassette__item:nth-of-type(4n) .c-anchor-cassette__item-link {
    border-right: none;
}
.c-anchor-cassette__list--column4 .c-anchor-cassette__item-link {
    padding: 5px;
}
@media screen and (max-width: 767px) {
    .c-anchor-cassette__list--column4 .c-anchor-cassette__item-link {
        padding: 12px 0;
    }
}
.c-anchor-cassette__list--column4 .c-anchor-cassette__item-link::after {
    top: 100%;
}
@media screen and (max-width: 767px) {
    .c-anchor-cassette__list--column4 .c-anchor-cassette__item-link::after {
        top: 50%;
    }
}
.c-anchor-cassette__item {
    width: 33.3333333333%;
    padding: 20px 0;
}
.c-anchor-cassette__item.col--2 {
    width: 50%;
}
@media screen and (max-width: 767px) {
    .c-anchor-cassette__item {
        width: 100%;
        padding: 0 15px;
    }
    .c-anchor-cassette__item.col--2 {
        width: 100%;
    }
}
.c-anchor-cassette__item:nth-of-type(3n) .c-anchor-cassette__item-link {
    border-right: none;
}
@media screen and (max-width: 767px) {
    .c-anchor-cassette__item:nth-of-type(3n) .c-anchor-cassette__item-link {
        border-bottom: none;
    }
}
.c-anchor-cassette__item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 5px;
    border-right: 1px solid #4b4b4b;
    position: relative;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    line-height: 1.25;
}
@media screen and (min-width: 768px) {
    .c-anchor-cassette__item-link {
        transition: opacity 300ms;
    }
    .c-anchor-cassette__item-link:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
@media screen and (max-width: 767px) {
    .c-anchor-cassette__item-link {
        display: block;
        padding: 12px 0;
        border-right: none;
        border-bottom: 1px solid #4b4b4b;
        text-align: left;
        line-height: 1.5;
    }
}
.c-anchor-cassette__item-link::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: url(/service/souhaihen/img/common/ico_arr_down_white.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 9px;
}
@media screen and (max-width: 767px) {
    .c-anchor-cassette__item-link::after {
        top: 50%;
        left: auto;
        right: 0;
        transform: translateY(-50%);
        width: 12px;
        height: 8px;
    }
}
.c-anchor-cassette__item-link:hover {
    text-decoration: none !important;
}

/* ---------------------------------------------
*   c-figure-1
--------------------------------------------- */
.c-figure-1 {
    margin-top: 90px;
}
@media screen and (max-width: 767px) {
    .c-figure-1 {
        margin-top: 30px;
    }
}
.c-figure-1__inner {
    padding: 66px 8.6882453152% 68px 8.9437819421%;
    border: 1px solid #cccccc;
    background: #fff;
    text-align:center;
}
@media screen and (max-width: 767px) {
    .c-figure-1__inner {
        padding: 20px 8.6956521739%;
    }
}
.c-figure-1 img {
    /*width: 100%;*/
}

/* ---------------------------------------------
*   c-figure-2
--------------------------------------------- */
.c-figure-2__img {
    width: 100%;
    margin-top: 44px;
    text-align:center;
    border: 1px solid #cccccc;
    background:#fff;
}
@media screen and (max-width: 738px) {
    .c-figure-2__img {
        margin-top: 25px;
    }
}
.c-figure-2__img img {
    /*width: 100%;*/
}

/* ---------------------------------------------
*   c-form
--------------------------------------------- */
.c-form__row {
    display: flex;
    margin-bottom: 20px;
}
.c-form__label {
    font-weight: bold;
    width: 30%;
}
.c-form__item {
    width: 70%;
}

/*  c-input-txt
--------------------------------------------- */
.c-input-txt {
    width: 100%;
    border: 1px solid #333333;
    padding: 1rem;
}
.c-input-txt[disabled] {
    background-color: rgba(51, 51, 51, 0.3);
}

/*  c-input-pw
--------------------------------------------- */
.c-input-pw {
    width: 100%;
    border: 1px solid #333333;
    padding: 1rem;
}

/*  c-input-file
--------------------------------------------- */
.c-input-file {
    width: 100%;
}

/*  c-txtarea
--------------------------------------------- */
.c-txtarea {
    width: 100%;
    border: 1px solid #333333;
    padding: 1rem;
}

/*  c-checkbox
--------------------------------------------- */
.c-checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
}
.c-checkbox__input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.c-checkbox__txt {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.c-checkbox__txt::before, .c-checkbox__txt::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: inline-block;
}
.c-checkbox__txt::before {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #223a70;
}
.c-checkbox__txt::after {
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotateZ(45deg);
    opacity: 0;
}
.c-checkbox__input:checked + .c-checkbox__txt::before {
    background-color: #223a70;
}
.c-checkbox__input:checked + .c-checkbox__txt::after {
    opacity: 1;
}

/*  c-radio
--------------------------------------------- */
.c-radio {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
}
.c-radio__input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.c-radio__txt {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.c-radio__txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #223a70;
    border-radius: 50%;
}
.c-radio__input:checked + .c-radio__txt::before {
    border-width: 5px;
}

/*  .c-select-id6345
--------------------------------------------- */
.c-select-id6345 {
    position: relative;
    width: 200px;
    background-color: #eee;
}
.c-select-id6345::after {
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    pointer-events: none;
}
.c-select-id6345__select {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding-right: 2em;
    padding-left: 1em;
    border: 1px solid #000;
    color: #000;
}
.c-select-id6345__select::-ms-value {
    /* IE11における選択時の色反転を解消 */
    background: none;
    color: #000;
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    position: relative;
    width: 100%;
    padding-top: 35px;
    background-image: url(/service/souhaihen/img/kv_bg.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .c-kv {
        padding-top: 8vw;
        padding-top: 30px;
        background-image: url(/service/souhaihen/img/sp/kv_bg.jpg);
    }
}
.c-kv__outer {
    position: relative;
    max-width: 1254px;
    width: 93.620414673%;
    margin: 0 auto;
    padding: 0 40px;
}
@media screen and (max-width: 767px) {
    .c-kv__outer {
        max-width: 100%;
        width: 100%;
        padding: 0 0 0 4vw;
    }
}
.c-kv__container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.c-kv__container .swiper-slide img {
    width: 100%;
}
.c-kv .swiper-button-next,
.c-kv .swiper-button-prev {
    width: 22px;
    height: 47px;
    margin-top: 0;
    transform: translateY(-50%);
    outline: none;
}
@media screen and (min-width: 768px) {
    .c-kv .swiper-button-next,
.c-kv .swiper-button-prev {
        transition: opacity 300ms;
    }
    .c-kv .swiper-button-next:hover,
.c-kv .swiper-button-prev:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
@media screen and (max-width: 767px) {
    .c-kv .swiper-button-next,
.c-kv .swiper-button-prev {
        display: none;
    }
}
.c-kv .swiper-button-prev {
    left: 0;
}
.c-kv .swiper-button-prev::after {
    background: url(/service/souhaihen/img/common/ico_slider_left.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.c-kv .swiper-button-next {
    right: 0;
}
.c-kv .swiper-button-next::after {
    background: url(/service/souhaihen/img/common/ico_slider_right.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.c-kv .swiper-horizontal &gt; .swiper-pagination-bullets,
.c-kv .swiper-pagination-bullets.swiper-pagination-horizontal,
.c-kv .swiper-pagination-custom, .c-kv .swiper-pagination-fraction {
    bottom: 1.3333333333%;
}
@media screen and (max-width: 767px) {
    .c-kv .swiper-horizontal &gt; .swiper-pagination-bullets,
.c-kv .swiper-pagination-bullets.swiper-pagination-horizontal,
.c-kv .swiper-pagination-custom, .c-kv .swiper-pagination-fraction {
        bottom: 3.7333333333vw;
    }
}
.c-kv .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1px;
}
@media screen and (max-width: 767px) {
    .c-kv .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.1333333333vw;
    }
}
.c-kv .swiper-pagination-bullet {
    background-color: #cecece;
    width: 40px;
    height: 2px;
    border-radius: 0;
    opacity: 1;
}
@media screen and (min-width: 768px) {
    .c-kv .swiper-pagination-bullet {
        transition: opacity 300ms;
    }
    .c-kv .swiper-pagination-bullet:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
@media screen and (max-width: 767px) {
    .c-kv .swiper-pagination-bullet {
        width: 6.4vw;
        height: 0.8vw;
    }
}
.c-kv .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #cc0000;
}
.c-kv__item {
    position: relative;
}
.c-kv__img {
    width: 100%;
    margin: 0 auto;
}
.c-kv__img img {
    width: 100%;
    height: auto;
}
.c-kv__button {
    width: 17.0357751278%;
    height: 14.8148148148%;
    position: absolute;
    left: 50%;
    bottom: 13.3333333333%;
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .c-kv__button {
        width: 42.6666666667vw;
        height: 10.6666666667vw;
        left: 0;
        bottom: 10.6666666667vw;
        transform: translateX(0);
    }
    .c-kv__button.btn-right{
        right: 4vw;
        left: auto;
    }
}
.c-kv__button-link {
    display: block;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .c-kv__button-link {
        transition: opacity 300ms;
    }
    .c-kv__button-link:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
.c-kv__button-link-img {
    width: 100%;
}
.c-kv__button-link-img img {
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   c-list-1
--------------------------------------------- */
.c-list-1 {
    border-top: 1px solid #cccccc;
}
.c-list-1__link {
    display: flex;
    align-items: center;
    padding: 26px 0;
    border-bottom: 1px solid #cccccc;
    text-decoration: none !important;
}
@media screen and (min-width: 768px) {
    .c-list-1__link {
        transition: opacity 300ms;
    }
    .c-list-1__link:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
@media screen and (max-width: 767px) {
    .c-list-1__link {
        display: block;
        padding: 15px 0;
    }
}
.c-list-1__date {
    display: inline-block;
    flex-shrink: 0;
    margin-right: 26px;
    color: #008aca;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .c-list-1__date {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.c-list-1__txt {
    position: relative;
    color: #333333;
    font-size: 16px;
}

/* ---------------------------------------------
*   c-list-2
--------------------------------------------- */
.c-list-2 {
    margin-top: 25px;
}
.c-list-2--green .c-list-2__item::before {
    background-color: #60a300;
}
.c-list-2--yellow .c-list-2__item::before {
    background-color: #f3c81b;
}
.c-list-2__item {
    padding-left: 15px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .c-list-2__item {
        padding-left: 14px;
        text-align: justify;
    }
    .iphone .c-list-2__item {
        text-align: left;
        letter-spacing: -0.04em;
    }
}
.c-list-2__item::before {
    content: "";
    background-color: #ca0000;
    position: absolute;
    top: auto;
    left: 0;
    margin-top: 9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .c-list-2__item::before {
        margin-top: 7px;
        width: 11px;
        height: 11px;
    }
}
.safari .c-list-2__item::before {
    margin-top: 8px;
}
@media screen and (max-width: 767px) {
    .safari .c-list-2__item::before {
        margin-top: 6px;
    }
}

.windows .c-list-2__item::before {
    margin-top: 8px;
}
@media screen and (max-width: 767px) {
    .windows .c-list-2__item::before {
        margin-top: 6px;
    }
}

.c-list-2__txt-red {
    color: #ca0000;
    font-size: 16px;
}
.c-list-2__txt {
    font-size: 16px;
    line-height: 1.875;
}
@media screen and (max-width: 767px) {
    .c-list-2__txt {
        line-height: 1.5;
    }
}

/* ---------------------------------------------
*   c-list-3
--------------------------------------------- */
.c-list-3 {
    margin-top: 25px;
}
.c-list-3__item {
    display: flex;
    align-items: baseline;
    padding-left: 15px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .c-list-3__item {
        padding-left: 14px;
    }
}
.c-list-3__item::before {
    content: "";
    background-color: #f3c81b;
    position: absolute;
    top: auto;
    left: 0;
    margin-top: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .c-list-3__item::before {
        margin-top: 7px;
        width: 11px;
        height: 11px;
    }
}
.c-list-3__head {
    margin-right: 12px;
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    .c-list-3__head {
        margin-right: 0;
    }
}
.c-list-3__head-txt {
    font-size: 16px;
    font-weight: bold;
}
.c-list-3__txt {
    font-size: 16px;
    line-height: 1.875;
}
@media screen and (max-width: 767px) {
    .c-list-3__txt {
        line-height: 1.5;
    }
}

/* ---------------------------------------------
*   c-note-list-1
--------------------------------------------- */
.c-note-list-1 {
    margin-top: 25px;
}
.c-note-list-1--num {
    counter-reset: number;
}
.c-note-list-1--num .c-note-list-1__item {
    padding-left: 24px;
}
.c-note-list-1--num .c-note-list-1__item::before {
    content: "※" counters(number, "-");
    counter-increment: number;
    position: static;
    display: inline-block;
    width: 24px;
    margin-left: -24px;
}
.c-note-list-1--num .c-note-list-1__item:nth-of-type(n+10) {
    padding-left: 3em;
}
.c-note-list-1--num .c-note-list-1__item:nth-of-type(n+10)::before {
    width: 3em;
    margin-left: -3em;
}
.c-note-list-1__item {
    position: relative;
    padding-left: 1em;
    font-size: 14px;
    text-align: justify;
}
@media screen and (max-width: 767px) {
    .c-note-list-1__item {
        line-height: 1.3;
    }
}
.c-note-list-1__item::before {
    content: "※";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* ---------------------------------------------
*   c-section-1
--------------------------------------------- */
.c-section-1 {
    padding: 98px 0;
}
@media screen and (max-width: 767px) {
    .c-section-1 {
        padding: 40px 0 52px;
    }
}
.c-section-1--bg-white {
    background-color: #fff;
}
.c-section-1--low {
    padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
    .c-section-1--low {
        padding-bottom: 90px;
    }
}
.c-section-1--low-space {
    padding-bottom: 380px;
}
@media screen and (max-width: 767px) {
    .c-section-1--low-space {
        padding-bottom: 457px;
    }
}
.c-section-1--bottom-space {
    padding-bottom: 85px;
}
@media screen and (max-width: 767px) {
    .c-section-1--bottom-space {
        padding-bottom: 95px;
    }
}
.c-section-1--contact {
    padding-bottom: 190px;
}
@media screen and (max-width: 767px) {
    .c-section-1--contact {
        padding-bottom: 280px;
    }
}
.c-section-1__container {
    max-width: 1254px;
    margin: 0 auto;
    padding: 0 40px;
}
@media screen and (max-width: 767px) {
    .c-section-1__container {
        max-width: 100%;
        width: 92%;
        padding: 0;
    }
}
.c-section-1__inner-head {
    margin-top: 70px;
}
@media screen and (max-width: 767px) {
    .c-section-1__inner-head {
        margin-top: 35px;
    }
}
@media screen and (max-width: 767px) {
    .c-section-1__inner-head-wrap {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
}
.c-section-1__body {
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    .c-section-1__body {
        margin-top: 30px;
    }
}

/* ---------------------------------------------
*   c-section-2
--------------------------------------------- */
.c-section-2 {
    padding: 98px 0;
}
@media screen and (max-width: 767px) {
    .c-section-2 {
        padding: 50px 0;
    }
}
.c-section-2--bg-white {
    background-color: #fff;
}
.c-section-2--first {
    padding-top: 10px;
    padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .c-section-2--first {
        padding-bottom: 50px;
    }
}
.c-section-2--first .c-section-2__container {
    margin-top: -40px;
}
@media screen and (max-width: 767px) {
    .c-section-2--first .c-section-2__container {
        margin-top: -35px;
    }
}
.c-section-2--first-table {
    padding-top: 1px;
}
@media screen and (max-width: 767px) {
    .c-section-2--first-table {
        padding-bottom: 40px;
    }
}
.c-section-2--first-table .c-section-2__container {
    margin-top: -84px;
}
@media screen and (max-width: 767px) {
    .c-section-2--first-table .c-section-2__container {
        margin-top: -75px;
    }
}
.c-section-2--contact {
    padding-top: 10px;
    padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .c-section-2--contact {
        padding-bottom: 50px;
    }
}
.c-section-2--contact .c-section-2__container {
    margin-top: -120px;
}
@media screen and (max-width: 767px) {
    .c-section-2--contact .c-section-2__container {
        margin-top: -245px;
    }
}
.c-section-2__container {
    max-width: 1254px;
    margin: 0 auto;
    padding: 0 40px;
}
@media screen and (max-width: 767px) {
    .c-section-2__container {
        max-width: 100%;
        width: 92%;
        padding: 0;
    }
}
.c-section-2__body {
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    .c-section-2__body {
        margin-top: 30px;
    }
}

/* ---------------------------------------------
*   c-section-3
--------------------------------------------- */
.c-section-3 {
    padding-top: 100px;
}
@media screen and (max-width: 767px) {
    .c-section-3 {
        padding-top: 50px;
    }
}
.c-section-3--bg-white {
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .c-section-3--sp-bg-white {
        background-color: #fff;
    }
}
.c-section-3--first {
    padding-top: 1px;
    padding-bottom: 0;
}
.c-section-3--first .c-section-3__container {
    margin-top: -41px;
}
@media screen and (max-width: 767px) {
    .c-section-3--first .c-section-3__container {
        margin-top: -51px;
    }
}
.c-section-3--first .c-section-3__contents {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .c-section-3--first .c-section-3__contents {
        margin-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .c-section-3--first .c-section-3__contents--top {
        margin-top: 100px;
    }
}
.c-section-3--low {
    padding-top: 40px;
    padding-bottom: 40px;
}
.c-section-3--low .c-section-3__contents {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .c-section-3--low .c-section-3__contents {
        margin-top: 0;
    }
}
.c-section-3--low-2 {
    padding-top: 40px;
    padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .c-section-3--low-2 {
        padding-bottom: 50px;
    }
}
.c-section-3--bottom-space {
    padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .c-section-3--bottom-space {
        padding-bottom: 50px;
    }
}
.c-section-3--large-space {
    padding: 220px 0;
}
@media screen and (max-width: 767px) {
    .c-section-3--large-space {
        padding: 80px 0 90px;
    }
}
.c-section-3__container {
    max-width: 1254px;
    margin: 0 auto;
    padding: 0 40px;
}
@media screen and (max-width: 767px) {
    .c-section-3__container {
        max-width: 100%;
        width: 92%;
        padding: 0;
    }
}
.c-section-3__container--minus {
    margin-top: -80px;
    margin-bottom: -80px;
}
@media screen and (max-width: 767px) {
    .c-section-3__container--minus {
        margin-bottom: 0;
    }
}
.c-section-3__container--minus-top {
    margin-top: -80px;
}
.c-section-3__container--l-minus {
    margin-top: -340px;
}
/* ---------------------------------------------
    *  yo_hai/pc/pc_yo.html
    --------------------------------------------- */
.section--margin{
    margin-top: 160px;
}
.c-cassette-4__item .custom--position {
    position: relative;
    z-index: 2;
}
.c-cassette-4__item div + div {
    margin-top: 18px;
}
.c-cassette-4__item-bg.position--change {
    top: -15%;
}
.c-cassette-4__item.middle--item {
    margin-top: 20%;
}
/* ---------------------------------------------
    *  yo_hai/pc/pc_yo.html
    --------------------------------------------- */
/* ---------------------------------------------
  /yo_hai/mc/syousai_8.html
  yo_hai/pc/ye_syousai_3.html
--------------------------------------------- */
.item-list__mrg{
    width: 86.3713798978%;
    margin: 0 auto;
}
/* ---------------------------------------------
  /yo_hai/mc/syousai_8.html
  yo_hai/pc/ye_syousai_3.html
--------------------------------------------- */
.c-cassette-4 + .c-cassette-4{
    margin-top: 90px;
}
@media screen and (max-width: 767px) {
    .c-section-3__container--l-minus {
        margin-top: -457px;
    }
    /* ---------------------------------------------
    *  yo_hai/pc/pc_yo.html
    --------------------------------------------- */
    .section--margin{
        margin-top: 40px;
    }
    .c-cassette-4__item.middle--item {
        margin-top: 0;
    }
    /* ---------------------------------------------
    *  yo_hai/pc/pc_yo.html
    --------------------------------------------- */
    /* ---------------------------------------------
    /yo_hai/mc/syousai_8.html
    yo_hai/pc/ye_syousai_3.html
    --------------------------------------------- */
    .item-list__mrg{
        width: 91.3043478261%;
    }
    /* ---------------------------------------------
      /yo_hai/mc/syousai_8.html
      yo_hai/pc/ye_syousai_3.html
    --------------------------------------------- */
}
.c-section-3__contents-body {
    position: relative;
}
.c-section-3__body {
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    .c-section-3__body {
        margin-top: 30px;
    }
}

/* ---------------------------------------------
*   c-table-1
--------------------------------------------- */
.c-table-1 {
    margin-top: 70px;
}
@media screen and (max-width: 767px) {
    .c-table-1 {
        width: 104%;
        margin-top: 40px;
    }
    .mrg-right--sp {
        margin-right: 4%;
    }

}
.c-table-1:first-of-type {
    margin-top: 0;
}
.c-ttl-4 + .c-table-1 {
    margin-top: 0;
}
.c-table-1--top-space {
    margin-top: 36px;
}
.c-table-1--top-space:first-of-type {
    margin-top: 36px;
}
.c-table-1--top-space-2 {
    margin-top: 36px;
}
.c-table-1--top-space-2:first-of-type {
    margin-top: 36px;
}
@media screen and (max-width: 767px) {
    .c-table-1--top-space-2:first-of-type {
        margin-top: 18px;
    }
}
.c-table-1__txt {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .c-table-1__txt {
        margin-bottom: 14px;
    }
}
.c-table-1__scroll-txt {
    display: none;
}
@media screen and (max-width: 1253px) {
    .c-table-1__scroll-txt {
        display: block;
        position: relative;
        padding-left: 34px;
        margin-bottom: 14px;
        font-size: 13px;
        letter-spacing: -0.06em;
    }
}
@media screen and (max-width: 1253px) {
    .c-table-1__scroll-txt::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: url(/service/souhaihen/img/common/ico_flick.png) 0 0 no-repeat;
        background-size: 100% auto;
        width: 24px;
        height: 32px;
    }
}
.c-table-1__outer {
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .c-table-1__outer {
        padding-right: 4%;
        position: relative;
    }
}
@media screen and (max-width: 767px) {
    .c-table-1__outer::-webkit-scrollbar {
        position: absolute;
        bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .c-table-1__outer--full {
        width: 105%;
    }
}
.c-table-1__outer--full table {
    width: 1014px !important;
}
.c-table-1__detail thead th {
    min-height: 55px;
    padding: 9px 12px;
    line-height: 1.3;
}
.c-table-1__detail thead th sup {
    font-size: 70%;
}
@media screen and (max-width: 767px) {
    .c-table-1__detail thead th sup {
        vertical-align: baseline;
    }
}
.c-table-1 table {
    width: 1174px;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
    .c-table-1 table {
        border-collapse: initial;
    }
    .c-table-1 table,.c-table-2 table {
        min-width: 600px;
        width: 100%;
    }
}
.c-cassette-2__body .c-table-1 table {
    width: 1124px;
}
.c-cassette-2__body p + .c-figure-1 {
    margin-top: 18px;
}
@media screen and (max-width: 767px) {
    .safari .c-table-1 table {
        position: relative;
    }
    .c-cassette-2__body .c-table-1 table {
        min-width: 600px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .safari .c-table-1 table::after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        height: 1px;
        width: 4vw;
        background-color: transparent;
    }
}
.c-table-1 td, .c-table-1 th {
    padding: 18px;
    text-align: center;
}
.c-table-1 th {
    background-color: #333333;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    color: #fff;
    font-weight: bold;
}
.c-table-1 .border-btm--none {
    border-bottom: none;
}
.c-table-1 .add-border--line{
    border-top: 1px solid #cccccc;
}
.c-table-1 td {
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.c-table-1__width-120 {
    width: 10.2214650767%;
}
.c-table-1__width-146 {
    width: 12.4361158433%;
}
.c-table-1__width-153 {
    width: 13.0323679727%;
}
.c-table-1__width-160 {
    width: 13.6286201022%;
}
.c-table-1__width-174 {
    width: 14.8211243612%;
}
.c-table-1__width-180 {
    width: 15.332197615%;
}
.c-table-1__width-214 {
    width: 18.2282793867%;
}
.c-table-1__width-218 {
    width: 18.5689948893%;
}
.c-table-1__width-280 {
    width: 23.8500851789%;
}
.c-table-1__width-290 {
    width: 24.7018739353%;
}
.c-table-1__width-300 {
    width: 25.5536626917%;
}
.c-table-1__width-416 {
    width: 35.4344122658%;
}
.c-table-1__width-433 {
    width: 36.8824531516%;
}
.c-table-1__width-436 {
    width: 37.1379897785%;
}
.c-table-1__width-872 {
    width: 74.2759795571%;
}
.c-table-1__inner-wrap {
    display: flex;
}
.c-table-1__inner-left {
    margin-right: 14px;
}
.c-table-1__inner-left-txt {
    flex-shrink: 0;
}
.c-table-1__bottom {
    margin-top: 46px;
}
@media screen and (max-width: 767px) {
    .c-table-1__bottom {
        margin-top: 22px;
    }
}
.c-table-1__bottom-2 {
    margin-top: 14px;
}
@media screen and (max-width: 767px) {
    .c-table-1__bottom-2 {
        margin-top: 10px;
    }
}
.c-table-1__note-list--num {
    counter-reset: number;
}
.c-table-1__note-list--num .c-table-1__note {
    padding-left: 32px;
}
.c-table-1__note-list--num .c-table-1__note::before {
    content: "注" counters(number, "-");
    counter-increment: number;
    position: static;
    display: inline-block;
    width: 32px;
    margin-left: -32px;
}
.c-table-1__note-list--num .c-table-1__note:nth-of-type(n+10) {
    padding-left: 48px;
}
.c-table-1__note-list--num .c-table-1__note:nth-of-type(n+10)::before {
    width: 48px;
    margin-left: -48px;
}
.c-table-1__note-list--num2 {
    counter-reset: number;
}
.c-table-1__note-list--num2 .c-table-1__note {
    padding-left: 42px;
}
.c-table-1__note-list--num2 .c-table-1__note::before {
    content: "※" counters(number, "-") "：";
    counter-increment: number;
    position: static;
    display: inline-block;
    width: 40px;
    margin-left: -40px;
}
.c-table-1__note-list--num2 .c-table-1__note:nth-of-type(n+10) {
    padding-left: 57px;
}
.c-table-1__note-list--num2 .c-table-1__note:nth-of-type(n+10)::before {
    width: 53px;
    margin-left: -53px;
}
.c-table-1__note-list--dot .c-table-1__note::before {
    content: "・";
}
.c-table-1__note {
    position: relative;
    padding-left: 1em;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .c-table-1__note {
        margin-right: 4%;
    }
}
.c-table-1__note::before {
    content: "※";
    position: absolute;
    top: auto;
    left: 0;
}

/* ---------------------------------------------
*   c-table-2
--------------------------------------------- */
.c-table-2 {
    margin-top: 36px;
}
@media screen and (max-width: 767px) {
    .c-table-2 {
        width: 104%;
        margin-top: 25px;
    }
}
.c-table-2__txt {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.c-table-2__scroll-txt {
    display: none;
}
@media screen and (max-width: 1253px) {
    .c-table-2__scroll-txt {
        display: block;
        position: relative;
        padding-left: 34px;
        margin-bottom: 14px;
        font-size: 13px;
        letter-spacing: -0.06em;
    }
}
@media screen and (max-width: 1253px) {
    .c-table-2__scroll-txt::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: url(/service/souhaihen/img/common/ico_flick.png) 0 0 no-repeat;
        background-size: 100% auto;
        width: 24px;
        height: 32px;
    }
}
.c-table-2__outer {
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .c-table-2__outer {
        padding-right: 4%;
        position: relative;
    }
}
@media screen and (max-width: 767px) {
    .c-table-2__outer::-webkit-scrollbar {
        position: absolute;
        bottom: 0;
    }
}
.c-table-2__column-wrap {
    width: 1124px;
    display: flex;
    align-items: baseline;
}
@media screen and (max-width: 767px) {
    .c-table-2__column-wrap {
        width: 1125px;
    }
}
.c-table-2__1column {
    width: 36.7724867725%;
}
@media screen and (max-width: 767px) {
    .c-table-2__1column {
        width: 37.7777777778% !important;
    }
}
@media screen and (max-width: 767px) {
    .safari .c-table-2__1column {
        position: relative;
    }
}
@media screen and (max-width: 767px) {
    .safari .c-table-2__1column::after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        height: 1px;
        width: 4vw;
        background-color: transparent;
    }
}
.c-table-2__2column {
    position: relative;
    width: 54.4973544974%;
    margin-right: 8.7301587302%;
}
@media screen and (max-width: 767px) {
    .c-table-2__2column {
        width: 55.5555555556% !important;
        margin-right: 8.8888888889%;
    }
}
.c-table-2__2column::after {
    content: "";
    position: absolute;
    width: 15.5172413793%;
    height: 13.6239782016%;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    background: url(/service/souhaihen/img/common/ico_large_arr_right_green.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.c-table-2 table {
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
    .c-table-2 table {
        width: 100%;
        border-collapse: initial;
    }
}
.c-table-2 td, .c-table-2 th {
    padding: 18px;
    text-align: center;
}
.c-table-2 th {
    background-color: #333333;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    color: #fff;
    font-weight: bold;
}
.c-table-2 td {
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.c-table-2__txt-left {
    text-align: left !important;
}
.c-table-2__th-m {
    width: 18.9097103918%;
}
@media screen and (max-width: 767px) {
    .c-table-2__th-m {
        width: 32%;
    }
}
.c-table-2__th-l {
    width: 35.4344122658%;
}
@media screen and (max-width: 767px) {
    .c-table-2__th-l {
        width: 68%;
    }
}
.c-table-2__inner-wrap {
    display: flex;
}
.c-table-2__inner-left {
    margin-right: 14px;
}
.c-table-2__inner-left-txt {
    flex-shrink: 0;
}
.c-table-2__bottom {
    margin-top: 46px;
}
.c-table-2__note {
    text-indent: -0.7em;
    margin-left: 0.7em;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .c-table-2__note {
        margin-right: 4%;
    }
}

/* ---------------------------------------------
*   c-table-3
--------------------------------------------- */
.c-table-3 {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .c-table-3 {
        width: 104%;
        margin-top: 20px;
    }
}
.c-table-3__scroll-txt {
    display: none;
}
@media screen and (max-width: 1253px) {
    .c-table-3__scroll-txt {
        display: block;
        position: relative;
        padding-left: 34px;
        margin-bottom: 14px;
        font-size: 13px;
        letter-spacing: -0.06em;
    }
}
@media screen and (max-width: 1253px) {
    .c-table-3__scroll-txt::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: url(/service/souhaihen/img/common/ico_flick.png) 0 0 no-repeat;
        background-size: 100% auto;
        width: 24px;
        height: 32px;
    }
}
.c-table-3__outer {
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .c-table-3__outer {
        width: 105%;
        padding-right: 4%;
        position: relative;
    }
}
@media screen and (max-width: 767px) {
    .c-table-3__outer::-webkit-scrollbar {
        position: absolute;
        bottom: 0;
    }
}
.c-table-3 table {
    width: 1014px;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
    .c-table-3 table {
        width: 1005px;
    }
}
@media screen and (max-width: 767px) {
    .safari .c-table-3 table {
        position: relative;
    }
}
@media screen and (max-width: 767px) {
    .safari .c-table-3 table::after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        height: 1px;
        width: 4vw;
        background-color: transparent;
    }
}
.c-table-3 td, .c-table-3 th {
    padding: 18px;
    text-align: center;
}
.c-table-3 th {
    background-color: #333333;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    color: #fff;
    font-weight: bold;
}
.c-table-3 td {
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.c-table-3__width-80 {
    width: 7.8895463511%;
}
@media screen and (max-width: 767px) {
    .c-table-3__width-80 {
        width: 7.960199005%;
    }
}
.c-table-3__width-300 {
    width: 29.5857988166%;
}
@media screen and (max-width: 767px) {
    .c-table-3__width-300 {
        width: 29.8507462687%;
    }
}
.c-table-3__width-634 {
    width: 62.5246548323%;
}
@media screen and (max-width: 767px) {
    .c-table-3__width-634 {
        width: 62.1890547264%;
    }
}

/* ---------------------------------------------
*   sh-name
--------------------------------------------- */
.sh-name {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
}
@media screen and (max-width: 1100px) {
    .sh-name {
        padding: 15px 10px 14px 10px;
    }
}
.sh-name::before {
    content: "";
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 5px;
    width: 4px;
    height: 22px;
    background-color: #d83821;
    border-radius: 4px;
}
@media screen and (max-width: 1100px) {
    .sh-name::before {
        margin-right: 7px;
        height: 19px;
    }
}

/* ---------------------------------------------
*   c-ttl-1
--------------------------------------------- */
.c-ttl-1 {
    font-size: 42px;
    margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
    .c-ttl-1 {
        font-size: 30px;
        margin-bottom: 25px;
        line-height: 1.16;
    }
}

/* ---------------------------------------------
*   c-ttl-2
--------------------------------------------- */
.c-ttl-2 {
    position: relative;
    height: 62px;
    display: flex;
    align-items: center;
    padding: 16px 20px 16px 30px;
    margin-bottom: 50px;
    background-color: #ca0000;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}
@media screen and (max-width: 767px) {
    .c-ttl-2 {
        height: auto;
        padding: 10px 15px;
        margin-bottom: 30px;
        line-height: 1.5;
    }
}
.c-ttl-2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #333333 transparent transparent;
}
@media screen and (max-width: 767px) {
    .c-ttl-2::after {
        border-width: 0 25px 25px 0;
    }
}
.c-ttl-2--yellow {
    background-color: #f3c81b;
    color: #333333;
}

/* ---------------------------------------------
*   c-ttl-3
--------------------------------------------- */
.c-ttl-3 {
    padding: 8px 0 8px 40px;
    border-left: 10px solid #333333;
    font-size: 32px;
}
@media screen and (max-width: 767px) {
    .c-ttl-3 {
        min-height: 94px;
        display: flex;
        align-items: center;
        padding: 14px 0 14px 25px;
        font-size: 30px;
        line-height: 1.2;
    }
}
.c-ttl-3--no-border {
    padding: 0;
    border-left: 0;
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .c-ttl-3--no-border {
        min-height: auto;
        margin-bottom: 30px;
    }
}

/* ---------------------------------------------
*   c-ttl-4
--------------------------------------------- */
.c-ttl-4 {
    padding: 5px 10px;
    margin-bottom: 18px;
    background-color: #ca0000;
    color: #fff;
    font-size: 20px;
}
.c-table-1 + .c-ttl-4 {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .c-ttl-4 {
        padding: 6px 10px;
        margin-bottom: 25px;
        font-size: 19px;
    }
    .c-table-1 + .c-ttl-4 {
        margin-top: 40px;
    }
}
.c-ttl-4--green {
    background-color: #60a300;
}

/* ---------------------------------------------
*   c-ttl-5
--------------------------------------------- */
.c-ttl-5 {
    font-size: 32px;
}
@media screen and (max-width: 767px) {
    .c-ttl-5 {
        font-size: 25px;
    }
}

/* ---------------------------------------------
*   c-ttl-6
--------------------------------------------- */
.c-ttl-6 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .c-ttl-6 {
        margin-bottom: 12px;
        line-height: 1.2;
    }
}

/* ---------------------------------------------
*   c-ttl-line
--------------------------------------------- */
.c-ttl-line {
    position: relative;
    background: linear-gradient(125deg, #ca0000 0%, #ca0000 70.528109029%, #dfdfdf 70.528109029%, #dfdfdf 100%);
    padding: 8px 0;
}
@media screen and (max-width: 767px) {
    .c-ttl-line {
        display: flex;
        align-items: center;
        background: linear-gradient(125deg, #ca0000 0%, #ca0000 52.1739130435%, #dfdfdf 52.1739130435%, #dfdfdf 100%);
        min-height: 50px;
        padding: 5px 0;
    }
}
.c-ttl-line::before {
    content: "";
    background-color: #333333;
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
}
.c-ttl-line--green {
    background: linear-gradient(125deg, #60a300 0%, #60a300 70.528109029%, #dfdfdf 70.528109029%, #dfdfdf 100%);
}
@media screen and (max-width: 767px) {
    .c-ttl-line--green {
        background: linear-gradient(125deg, #60a300 0%, #60a300 52.1739130435%, #dfdfdf 52.1739130435%, #dfdfdf 100%);
    }
}
.c-ttl-line--green .c-ttl-line__icon {
    right: 0.8517887564%;
    width: 23.0834752981%;
}
@media screen and (max-width: 767px) {
    .c-ttl-line--green .c-ttl-line__icon {
        right: 5px;
        width: 135px;
    }
}
.c-ttl-line--blue {
    background: linear-gradient(125deg, #008aca 0%, #008aca 70.528109029%, #dfdfdf 70.528109029%, #dfdfdf 100%);
}
@media screen and (max-width: 767px) {
    .c-ttl-line--blue {
        background: linear-gradient(125deg, #008aca 0%, #008aca 52.1739130435%, #dfdfdf 52.1739130435%, #dfdfdf 100%);
    }
}
.c-ttl-line--blue .c-ttl-line__icon {
    right: 0;
    width: 8.8586030664%;
}
@media screen and (max-width: 767px) {
    .c-ttl-line--blue .c-ttl-line__icon {
        right: 5px;
        width: 52px;
    }
}
.c-ttl-line--yellow {
    background: linear-gradient(125deg, #f3c81b 0%, #f3c81b 70.528109029%, #dfdfdf 70.528109029%, #dfdfdf 100%);
}
@media screen and (max-width: 767px) {
    .c-ttl-line--yellow {
        background: linear-gradient(125deg, #f3c81b 0%, #f3c81b 52.1739130435%, #dfdfdf 52.1739130435%, #dfdfdf 100%);
    }
}
.c-ttl-line--yellow .c-ttl-line__icon {
    right: 0.8517887564%;
    width: 8.5178875639%;
}
@media screen and (max-width: 767px) {
    .c-ttl-line--yellow .c-ttl-line__icon {
        right: 10px;
        width: 50px;
    }
}
.c-ttl-line--yellow .c-ttl-line__icon--point {
    width: 9.2844974446%;
}
@media screen and (max-width: 767px) {
    .c-ttl-line--yellow .c-ttl-line__icon--point {
        right: 5px;
        width: 55px;
    }
}
.c-ttl-line--yellow .c-ttl-line__icon--life {
    width: 9.7955706985%;
}
@media screen and (max-width: 767px) {
    .c-ttl-line--yellow .c-ttl-line__icon--life {
        right: 5px;
        width: 57px;
    }
}
.c-ttl-line--yellow .c-ttl-line__txt {
    color: #333333;
}
.c-ttl-line--yellow .c-ttl-line__txt::before {
    background-color: #333333;
}
.c-ttl-line__icon {
    position: absolute;
    right: 0;
    bottom: 50%;
    width: 23.8500851789%;
}
@media screen and (max-width: 767px) {
    .c-ttl-line__icon {
        right: 5px;
        bottom: 8px;
        width: 140px;
    }
}
.c-ttl-line__icon--contact {
    right: 10px;
    bottom: 75%;
    width: 8.5178875639%;
}
@media screen and (max-width: 767px) {
    .c-ttl-line__icon--contact {
        right: 5px;
        bottom: 15px;
        width: 50px;
    }
}
.c-ttl-line__txt {
    position: relative;
    padding-left: 30px;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .c-ttl-line__txt {
        font-size: 16px;
        line-height: 1.25;
    }
}
.c-ttl-line__txt::before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
}

/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
.c-txt {
    font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
    .c-txt {
        font-size: 0.9375rem;
    }
}
.c-txt__strong {
    text-decoration: underline;
    font-weight: bold;
}
.c-txt__italic {
    font-style: italic;
}

/* ---------------------------------------------
*   c-txt-1
--------------------------------------------- */
.c-txt-1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.22;
}
@media screen and (max-width: 767px) {
    .c-txt-1 {
        line-height: 1.38;
    }
}

/* ---------------------------------------------
*   c-txt-2
--------------------------------------------- */
.c-txt-2 {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: bold;
}

/* ---------------------------------------------
*   c-txt-3
--------------------------------------------- */
.c-txt-3 {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.875;
}
@media screen and (max-width: 767px) {
    .c-txt-3 {
        line-height: 1.5;
    }
}

/* ---------------------------------------------
*   c-txt-4
--------------------------------------------- */
.c-txt-4 {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 1.85;
}
@media screen and (max-width: 767px) {
    .c-txt-4 {
        line-height: 1.5;
    }
}

/* ---------------------------------------------
*   c-txt-5
--------------------------------------------- */
.c-txt-5 {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;
}
@media screen and (max-width: 767px) {
    .c-txt-5 {
        margin-bottom: 22px;
        font-size: 18px;
        line-height: 1.38;
    }
}

/* ---------------------------------------------
*   c-txt-lead-1
--------------------------------------------- */
.c-txt-lead-1 {
    padding: 15px 0 15px 40px;
    border-left: 10px solid #ca0000;
    color: #ca0000;
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    .c-txt-lead-1 {
        min-height: 70px;
        display: flex;
        align-items: center;
        padding: 16px 0 16px 25px;
        font-size: 19px;
        line-height: 1.3;
    }
}
.c-txt-lead-1--green {
    border-left: 10px solid #60a300;
    color: #60a300;
}

/* ---------------------------------------------
*   c-small-txt-1
--------------------------------------------- */
.c-small-txt-1 {
    margin-top: 24px;
    font-size: 16px;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .c-small-txt-1 {
        margin-top: 0;
        margin-left: 10px;
        flex-shrink: 0;
    }
}

/* ---------------------------------------------
*   c-txt-note-1
--------------------------------------------- */
.c-txt-note-1 {
    font-size: 14px;
    text-align: right;
}

/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: #fff !important;
}

/* ---------------------------------------------
*   text-color
--------------------------------------------- */
.txt-color-blue {
    color: #295d88 !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

.txt-al-right {
    text-align: right !important;
}

.txt-al-left {
    text-align: left !important;
}

@media print and (min-width: 768px), screen and (min-width: 768px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (min-width: 1101px), screen and (min-width: 1101px) {
    .tb-hide {
        display: none !important;
    }
}
@media print and (min-width: 768px) and (max-width: 1100px), screen and (min-width: 768px) and (max-width: 1100px) {
    .tb-only-hide {
        display: none !important;
    }
}
@media print and (max-width: 1100px), screen and (max-width: 1100px) {
    .sp-tb-hide {
        display: none !important;
    }
}
@media print and (max-width: 767px), screen and (max-width: 767px) {
    .sp-hide {
        display: none !important;
    }
}
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 767px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }

    .mgt-sp--5 {
        margin-top: 0.6666666667vw !important;
    }

    .mgt-sp--10 {
        margin-top: 1.3333333333vw !important;
    }

    .mgt-sp--15 {
        margin-top: 2vw !important;
    }

    .mgt-sp--20 {
        margin-top: 2.6666666667vw !important;
    }

    .mgt-sp--25 {
        margin-top: 3.3333333333vw !important;
    }

    .mgt-sp--30 {
        margin-top: 4vw !important;
    }

    .mgt-sp--35 {
        margin-top: 4.6666666667vw !important;
    }

    .mgt-sp--40 {
        margin-top: 5.3333333333vw !important;
    }

    .mgt-sp--45 {
        margin-top: 6vw !important;
    }

    .mgt-sp--50 {
        margin-top: 6.6666666667vw !important;
    }

    .mgt-sp--55 {
        margin-top: 7.3333333333vw !important;
    }

    .mgt-sp--60 {
        margin-top: 8vw !important;
    }

    .mgt-sp--65 {
        margin-top: 8.6666666667vw !important;
    }

    .mgt-sp--70 {
        margin-top: 9.3333333333vw !important;
    }

    .mgt-sp--75 {
        margin-top: 10vw !important;
    }

    .mgt-sp--80 {
        margin-top: 10.6666666667vw !important;
    }

    .mgt-sp--85 {
        margin-top: 11.3333333333vw !important;
    }

    .mgt-sp--90 {
        margin-top: 12vw !important;
    }

    .mgt-sp--95 {
        margin-top: 12.6666666667vw !important;
    }

    .mgt-sp--100 {
        margin-top: 13.3333333333vw !important;
    }

    .mgt-sp--105 {
        margin-top: 14vw !important;
    }

    .mgt-sp--110 {
        margin-top: 14.6666666667vw !important;
    }

    .mgt-sp--115 {
        margin-top: 15.3333333333vw !important;
    }

    .mgt-sp--120 {
        margin-top: 16vw !important;
    }

    .mgt-sp--125 {
        margin-top: 16.6666666667vw !important;
    }

    .mgt-sp--130 {
        margin-top: 17.3333333333vw !important;
    }

    .mgt-sp--135 {
        margin-top: 18vw !important;
    }

    .mgt-sp--140 {
        margin-top: 18.6666666667vw !important;
    }

    .mgt-sp--145 {
        margin-top: 19.3333333333vw !important;
    }

    .mgt-sp--150 {
        margin-top: 20vw !important;
    }

    .mgt-sp--155 {
        margin-top: 20.6666666667vw !important;
    }

    .mgt-sp--160 {
        margin-top: 21.3333333333vw !important;
    }

    .mgt-sp--165 {
        margin-top: 22vw !important;
    }

    .mgt-sp--170 {
        margin-top: 22.6666666667vw !important;
    }

    .mgt-sp--175 {
        margin-top: 23.3333333333vw !important;
    }

    .mgt-sp--180 {
        margin-top: 24vw !important;
    }

    .mgt-sp--185 {
        margin-top: 24.6666666667vw !important;
    }

    .mgt-sp--190 {
        margin-top: 25.3333333333vw !important;
    }

    .mgt-sp--195 {
        margin-top: 26vw !important;
    }

    .mgt-sp--200 {
        margin-top: 26.6666666667vw !important;
    }

    .mgt-sp--205 {
        margin-top: 27.3333333333vw !important;
    }

    .mgt-sp--210 {
        margin-top: 28vw !important;
    }

    .mgt-sp--215 {
        margin-top: 28.6666666667vw !important;
    }

    .mgt-sp--220 {
        margin-top: 29.3333333333vw !important;
    }

    .mgt-sp--225 {
        margin-top: 30vw !important;
    }

    .mgt-sp--230 {
        margin-top: 30.6666666667vw !important;
    }

    .mgt-sp--235 {
        margin-top: 31.3333333333vw !important;
    }

    .mgt-sp--240 {
        margin-top: 32vw !important;
    }

    .mgt-sp--245 {
        margin-top: 32.6666666667vw !important;
    }

    .mgt-sp--250 {
        margin-top: 33.3333333333vw !important;
    }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 767px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }

    .mgb-sp--5 {
        margin-bottom: 0.6666666667vw !important;
    }

    .mgb-sp--10 {
        margin-bottom: 1.3333333333vw !important;
    }

    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }

    .mgb-sp--20 {
        margin-bottom: 2.6666666667vw !important;
    }

    .mgb-sp--25 {
        margin-bottom: 3.3333333333vw !important;
    }

    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }

    .mgb-sp--35 {
        margin-bottom: 4.6666666667vw !important;
    }

    .mgb-sp--40 {
        margin-bottom: 5.3333333333vw !important;
    }

    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }

    .mgb-sp--50 {
        margin-bottom: 6.6666666667vw !important;
    }

    .mgb-sp--55 {
        margin-bottom: 7.3333333333vw !important;
    }

    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }

    .mgb-sp--65 {
        margin-bottom: 8.6666666667vw !important;
    }

    .mgb-sp--70 {
        margin-bottom: 9.3333333333vw !important;
    }

    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }

    .mgb-sp--80 {
        margin-bottom: 10.6666666667vw !important;
    }

    .mgb-sp--85 {
        margin-bottom: 11.3333333333vw !important;
    }

    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }

    .mgb-sp--95 {
        margin-bottom: 12.6666666667vw !important;
    }

    .mgb-sp--100 {
        margin-bottom: 13.3333333333vw !important;
    }

    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }

    .mgb-sp--110 {
        margin-bottom: 14.6666666667vw !important;
    }

    .mgb-sp--115 {
        margin-bottom: 15.3333333333vw !important;
    }

    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }

    .mgb-sp--125 {
        margin-bottom: 16.6666666667vw !important;
    }

    .mgb-sp--130 {
        margin-bottom: 17.3333333333vw !important;
    }

    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }

    .mgb-sp--140 {
        margin-bottom: 18.6666666667vw !important;
    }

    .mgb-sp--145 {
        margin-bottom: 19.3333333333vw !important;
    }

    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }

    .mgb-sp--155 {
        margin-bottom: 20.6666666667vw !important;
    }

    .mgb-sp--160 {
        margin-bottom: 21.3333333333vw !important;
    }

    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }

    .mgb-sp--170 {
        margin-bottom: 22.6666666667vw !important;
    }

    .mgb-sp--175 {
        margin-bottom: 23.3333333333vw !important;
    }

    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }

    .mgb-sp--185 {
        margin-bottom: 24.6666666667vw !important;
    }

    .mgb-sp--190 {
        margin-bottom: 25.3333333333vw !important;
    }

    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }

    .mgb-sp--200 {
        margin-bottom: 26.6666666667vw !important;
    }

    .mgb-sp--205 {
        margin-bottom: 27.3333333333vw !important;
    }

    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }

    .mgb-sp--215 {
        margin-bottom: 28.6666666667vw !important;
    }

    .mgb-sp--220 {
        margin-bottom: 29.3333333333vw !important;
    }

    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }

    .mgb-sp--230 {
        margin-bottom: 30.6666666667vw !important;
    }

    .mgb-sp--235 {
        margin-bottom: 31.3333333333vw !important;
    }

    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }

    .mgb-sp--245 {
        margin-bottom: 32.6666666667vw !important;
    }

    .mgb-sp--250 {
        margin-bottom: 33.3333333333vw !important;
    }
}</pre></body></html>