body {
    width: 100%;
    height: 100%;
    background-color: white;
    color: #333;
    font-family: "游ゴシック体", "YuGothic", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    line-height: 1.5;
}

:root {
    --header-height: 80px;
    --content-width: 1200px;
    --content-width-min: 640px;
    --main-back-color: #fdebdd;
    --main-back-light: #fbf7f0;
    --main-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
    --accent-color: #0080d0;
    --bg-main: rgba(46, 172, 235, 0.09);
    --new-color: #00aceb;
    --reuse-color: #0aa847;
    --gray-light: #f2f2f2;
    --gray-dark: #e6e6e6;
}

.dark,
.dark p,
.dark td,
.absolute-footer.dark,
.dark .nav-vertical li li.menu-item-has-children>a,
.dark .nav-vertical-fly-out>li>a,
.dark .nav-vertical>li>ul li a,
.dark .nav>li.html,
.dark .nav>li>a,
.nav-dark .is-outline,
.nav-dark .nav>li>a,
.nav-dark .nav>li>button,
.nav-dropdown.dark .nav-column>li>a,
.nav-dropdown.dark>li>a {
    color: #fff;
}


p {
    margin: 0 0 15px;
}

.nav>li>a {
    font-size: inherit;
}

.btn_wrap {
    text-align: center;
}

.main_btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: calc(100% - 30px);
    max-width: 300px;
    margin: 0 auto;
    line-height: normal;
    padding: 10px 50px;
    border: 1px solid var(--primary-color);
    border-radius: 22.5px;
    box-shadow: var(--main-shadow);
    background-color: var(--primary-color);
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    outline: none;
    transition: all 0.5s;
    min-height: unset;
    height: auto;
}

.main_btn-full {
    max-width: 800px;
}

.main_btn:disabled .arrow,
.main_btn.disabled .arrow {
    display: none;
}

.main_btn .arrow {
    position: absolute;
    top: calc(50% - 15px);
    right: 20px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    background-color: white;
    line-height: 30px;
    transition: right 0.2s;
}

.main_btn .arrow::before,
.main_btn .arrow::after {
    display: inline-block;
    position: absolute;
    line-height: 30px;
    content: "";
}

.main_btn .arrow::before {
    top: 50%;
    right: 9px;
    transform: translate(0, -50%);
    width: 10px;
    border-top: 2px solid var(--primary-color);
}

.main_btn .arrow::after {
    top: 50%;
    right: 9px;
    transform: translate(0, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
}

.main_btn:hover {
    background-color: white;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.main_btn:disabled:hover,
.main_btn.disabled:hover {
    background-color: #bfb7b7;
    border-color: #e6e6e6;
    color: white;
}

.main_btn:hover .arrow {
    right: 15px;
    background-color: var(--primary-color);
}

.main_btn:hover .arrow::before {
    border-top: 2px solid white;
}

.main_btn:hover .arrow::after {
    border-top: 2px solid white;
    border-right: 2px solid white;
}

.title h1 {
    font-size: 20px;
}

.title h1 strong {
    font-size: 48px;
}

.title h2 {
    font-size: 32px;
}

.title p {
    font-weight: bold;
    margin: 0;
    font-size: 14px;
}

.title-line-left * {
    margin: 0;
    font-weight: inherit;
    font-size: inherit;
}

.title-line-left {
    -webkit-box-shadow: 0 0 12px -8px;
    box-shadow: 0 0 12px -8px;
    border-left: 4px solid var(--primary-color);
    padding: 10px 20px;
    font-weight: bold;
}

.title-cus {
    margin-bottom: 0;
}

.title-cus .section-title {
    padding: 0;
    border: 0;
    margin: 0;
}

.title-cus .section-title-normal span {
    padding: 0;
    border: 0;
    padding-left: 15px;
    font-size: 24px;
}

.title-cus .section-title-normal span::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    border-radius: 2.5px;
    background-color: var(--primary-color);
    content: "";
}

.title-line {
    margin-bottom: 20px;
    border-bottom: 4px double;
}

.title-line-2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--primary-color);
    margin: 4px auto 0;
}

.title-t2 span.section-title-main {
    border: 0;
    padding-left: 0;
    color: var(--primary-color);
}

.title-t2 .section-title b {
    background-color: var(--primary-color);
    opacity: 1;
    height: 1px;
}

.title-line-3 {
    text-align: center;
    -webkit-box-shadow: 0 1px inset, 0 3px #fff inset, 0 -1px inset, 0 -3px #fff inset;
    box-shadow: 0 1px inset, 0 3px #fff inset, 0 -1px inset, 0 -3px #fff inset;
    padding: 15px;
    margin-bottom: 30px;
}

.title-line-3 * {
    margin: 0;
    font-size: inherit;
}

.step-title-2 *,
.title-2 *,
.step-title * {
    font-size: inherit;
    margin: 0;
    position: relative;
    z-index: 2;
}

.step-title-2,
.title-2,
.step-title {
    position: relative;
    margin: 40px 0;
    font-size: 26px;
    margin-left: 33px;
}

.step-title-2::after,
.step-title::after {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 2.4em;
    height: 2.4em;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2em rgba(46, 172, 235, 0.9) inset, 1.4em -0.5em 0 -0.1em rgba(46, 172, 235, 0.9), 1.8em 0.8em 0 -0.4em rgba(46, 172, 235, 0.9);
    box-shadow: 0 0 0 2em rgba(46, 172, 235, 0.9) inset, 1.4em -0.5em 0 -0.1em rgba(46, 172, 235, 0.9), 1.8em 0.8em 0 -0.4em rgba(46, 172, 235, 0.9);
    opacity: 0.5;
}

.step-title-2::after {
    -webkit-box-shadow: 0 0 0 2em rgba(170, 170, 170, 0.3) inset, 1em -0.5em 0 -0.1em rgba(170, 170, 170, 0.15);
    box-shadow: 0 0 0 2em rgba(170, 170, 170, 0.3) inset, 1em -0.5em 0 -0.1em rgba(170, 170, 170, 0.15);
}

.title-2::after {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 2.4em;
    height: 2.4em;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2em rgba(170, 170, 170, 0.24) inset;
    box-shadow: 0 0 0 2em rgba(170, 170, 170, 0.24) inset;
}

a.title-cus-link {
    padding-right: 24px;
}

a.title-cus-link i {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    transition-duration: 0.2s;
}

a.title-cus-link i::before,
a.title-cus-link i::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5px;
    border-width: 0;
    border-style: solid;
    border-color: var(--primary-color);
}

a.title-cus-link i.-blue::before,
a.title-cus-link i.-blue::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    border-color: var(--accent-color);
}

a.title-cus-link i::before {
    width: 7px;
    height: 7px;
    border-top-width: 2px;
    border-right-width: 2px;
    transform: translateY(-50%) rotate(45deg);
}

a.title-cus-link i::after {
    width: 10px;
    height: 1px;
    border-top-width: 2px;
    transform: translateY(-50%);
}

.breadcrumbs-main {
    font-size: 12px;
    margin-top: 10px;
}

.title-bg * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

.title-bg {
    background: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 500" preserveAspectRatio="none"><path d="m 1000,470 c 0,0 -80.8,28.6 -250,30 C 471.2,499.2 510,472 250,470 126,472.6 0,500 0,500 V 0 h 1000 z" /></svg>');
    min-height: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 62px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}


span.post-news-tag {
    display: inline-block;
    font-size: 9px;
    background: red;
    color: #fff;
    padding: 4px 5px 2px;
    border-radius: 5px;
    position: relative;
    top: -15px;
}

@media screen and (min-width: 850px) {
    a.button.btn-cus {
        min-width: 247px;
        line-height: 69px;
        font-size: 22px;
    }
}

@media screen and (max-width: 850px) {
    :root {
        --header-height: 60px;
    }

    .title-cus .section-title a {
        display: none !important;
    }

    a.title-cus-link {
        position: relative;
        width: calc(345 / 375 * 100vw);
        margin: calc(10 / 375 * 100vw) auto 0;
        text-align: right;
        display: block;
    }
}

@media screen and (max-width: 550px) {
    .title p {
        font-size: calc(12 / 375 * 100vw);
    }

    .title h1 {
        font-size: calc(14 / 375 * 100vw);
    }

    .title h2,
    .title h1 strong {
        font-size: calc(26 / 375 * 100vw);
    }

    .title-cus .section-title-normal span {
        font-size: calc(20 / 375 * 100vw);
    }

    .mb-col-4 .col {
        max-width: 44% !important;
    }
}