@charset "UTF-8";

/*!
※※※※※ このCSSファイルはSassから生成されていますので、編集しないようご注意下さい。編集の際はcustomize.cssのCSSをご使用下さい。※※※※※
*/
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

a,
button {
    font-size: 1.4rem;
    font-size: 1em;
    cursor: pointer;
    opacity: 1;
    transition: all 0.2s linear;
    color: #333;
    text-decoration: none;
}

a:hover,
button:hover {
    text-decoration: none;
}

p {
    font-size: 1.4rem;
    font-size: 2.1rem;
    line-height: 1.8em;
    font-weight: 400;
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    p {
        font-size: 1rem;
    }
}

img {
    max-width: 100%;
    height: auto;
    pointer-events: none;
}

a img {
    pointer-events: auto;
}

form img {
    pointer-events: auto;
}

.txt-link {
    text-decoration: underline;
    color: #FD0B0B;
}

.txt-bold {
    font-weight: bold;
}

.txt-center {
    text-align: center;
}

.txt-half {
    font-size: 50%;
    margin-left: 0.2rem;
}

.txt_color_blue {
    color: #004BB1;
}

.txt_color_turquoise {
    color: #30bcbe;
}

.txt_color_red {
    color: #FD0B0B;
}

.txt_bg_white {
    display: block;
    margin-bottom: 2rem;
}

.txt_bg_white span {
    background: #fbfbfb;
    line-height: 1.8em;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    counter-reset: number 0;
    overflow: hidden;
}

.kome,
.kome-red {
    position: relative;
    display: block;
    font-size: 1.4rem;
    line-height: 1.5em;
    margin-left: 1em;
    -moz-text-align-last: left;
    text-align-last: left;
}

.kome:before,
.kome-red:before {
    position: absolute;
    left: -1em;
    content: "※";
}

.kome-red:before {
    color: #FD0B0B;
}

@media only screen and (min-width:769px) {
    a[href^="tel:"] {
        display: inline-block;
        pointer-events: none;
        color: #222;
    }
}

.none {
    display: none;
}

@media only screen and (min-width:960px) {
    .pcnone {
        display: none;
    }
}

@media only screen and (min-width:769px) and (max-width:959px) {
    .tabnone {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .spnone {
        display: none;
    }
}

@font-face {
    font-family: "myfont";
    src: url("../fonts/myfont.eot");
    src: url("../fonts/myfont.eot?#iefix") format("eot"), url("../fonts/myfont.woff") format("woff"), url("../fonts/myfont.ttf") format("truetype"), url("../fonts/myfont.svg#myfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^=myfont],
[class*=myfont] {
    font-family: "myfont" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width:769px) {
    .col-md-0 {
        width: calc((100% / 12) * 0) !important;
    }
}

@media only screen and (max-width:768px) {
    .col-xs-0 {
        width: calc((100% / 12) * 0) !important;
        background: #222;
    }
}

@media only screen and (min-width:769px) {
    .col-md-1 {
        width: calc((100% / 12) * 1) !important;
    }
}

@media only screen and (max-width:768px) {
    .col-xs-1 {
        width: calc((100% / 12) * 1) !important;
        background: #222;
    }
}

@media only screen and (min-width:769px) {
    .col-md-2 {
        width: calc((100% / 12) * 2) !important;
    }
}

@media only screen and (max-width:768px) {
    .col-xs-2 {
        width: calc((100% / 12) * 2) !important;
        background: #222;
    }
}

@media only screen and (min-width:769px) {
    .col-md-3 {
        width: calc((100% / 12) * 3) !important;
    }
}

@media only screen and (max-width:768px) {
    .col-xs-3 {
        width: calc((100% / 12) * 3) !important;
        background: #222;
    }
}

@media only screen and (min-width:769px) {
    .col-md-4 {
        width: calc((100% / 12) * 4) !important;
    }
}

@media only screen and (max-width:768px) {
    .col-xs-4 {
        width: calc((100% / 12) * 4) !important;
        background: #222;
    }
}

@media only screen and (min-width:769px) {
    .col-md-5 {
        width: calc((100% / 12) * 5) !important;
    }
}

@media only screen and (max-width:768px) {
    .col-xs-5 {
        width: calc((100% / 12) * 5) !important;
        background: #222;
    }
}

@media only screen and (min-width:769px) {
    .col-md-6 {
        width: calc((100% / 12) * 6) !important;
    }
}

@media only screen and (max-width:768px) {
    .col-xs-6 {
        width: calc((100% / 12) * 6) !important;
        background: #222;
    }
}

@media only screen and (min-width:769px) {
    .col-md-7 {
        width: calc((100% / 12) * 7) !important;
    }
}

@media only screen and (max-width:768px) {
    .col-xs-7 {
        width: calc((100% / 12) * 7) !important;
        background: #222;
    }
}

@media only screen and (min-width:769px) {
    .col-md-8 {
        width: calc((100% / 12) * 8) !important;
    }
}

@media only screen and (max-width:768px) {
    .col-xs-8 {
        width: calc((100% / 12) * 8) !important;
        background: #222;
    }
}

@media only screen and (min-width:769px) {
    .col-md-9 {
        width: calc((100% / 12) * 9) !important;
    }
}

@media only screen and (max-width:768px) {
    .col-xs-9 {
        width: calc((100% / 12) * 9) !important;
        background: #222;
    }
}

@media only screen and (min-width:769px) {
    .col-md-10 {
        width: calc((100% / 12) * 10) !important;
    }
}

@media only screen and (max-width:768px) {
    .col-xs-10 {
        width: calc((100% / 12) * 10) !important;
        background: #222;
    }
}

@media only screen and (min-width:769px) {
    .col-md-11 {
        width: calc((100% / 12) * 11) !important;
    }
}

@media only screen and (max-width:768px) {
    .col-xs-11 {
        width: calc((100% / 12) * 11) !important;
        background: #222;
    }
}

@media only screen and (min-width:769px) {
    .col-md-12 {
        width: calc((100% / 12) * 12) !important;
    }
}

@media only screen and (max-width:768px) {
    .col-xs-12 {
        width: calc((100% / 12) * 12) !important;
        background: #222;
    }
}

.mb0 {
    margin-bottom: calc(0rem / 10);
}

.mb1 {
    margin-bottom: calc(1rem / 10);
}

.mb2 {
    margin-bottom: calc(2rem / 10);
}

.mb3 {
    margin-bottom: calc(3rem / 10);
}

.mb4 {
    margin-bottom: calc(4rem / 10);
}

.mb5 {
    margin-bottom: calc(5rem / 10);
}

.mb6 {
    margin-bottom: calc(6rem / 10);
}

.mb7 {
    margin-bottom: calc(7rem / 10);
}

.mb8 {
    margin-bottom: calc(8rem / 10);
}

.mb9 {
    margin-bottom: calc(9rem / 10);
}

.mb10 {
    margin-bottom: calc(10rem / 10);
}

.mb11 {
    margin-bottom: calc(11rem / 10);
}

.mb12 {
    margin-bottom: calc(12rem / 10);
}

.mb13 {
    margin-bottom: calc(13rem / 10);
}

.mb14 {
    margin-bottom: calc(14rem / 10);
}

.mb15 {
    margin-bottom: calc(15rem / 10);
}

.mb16 {
    margin-bottom: calc(16rem / 10);
}

.mb17 {
    margin-bottom: calc(17rem / 10);
}

.mb18 {
    margin-bottom: calc(18rem / 10);
}

.mb19 {
    margin-bottom: calc(19rem / 10);
}

.mb20 {
    margin-bottom: calc(20rem / 10);
}

.mb21 {
    margin-bottom: calc(21rem / 10);
}

.mb22 {
    margin-bottom: calc(22rem / 10);
}

.mb23 {
    margin-bottom: calc(23rem / 10);
}

.mb24 {
    margin-bottom: calc(24rem / 10);
}

.mb25 {
    margin-bottom: calc(25rem / 10);
}

.mb26 {
    margin-bottom: calc(26rem / 10);
}

.mb27 {
    margin-bottom: calc(27rem / 10);
}

.mb28 {
    margin-bottom: calc(28rem / 10);
}

.mb29 {
    margin-bottom: calc(29rem / 10);
}

.mb30 {
    margin-bottom: calc(30rem / 10);
}

.txt-hover,
.txt-hover_black {
    background: linear-gradient(to right, #3B4043, #3B4043 50%, #00479d 50%);
    position: relative;
    overflow: hidden;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 0.25s ease;
}

.txt-hover:hover,
.txt-hover_black:hover {
    background-position: 0 100%;
}

.txt-hover_black {
    background: linear-gradient(to right, #00479d, #00479d 50%, #3B4043 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
}

@media all and (-ms-high-contrast: none) {

    *::-ms-backdrop,
    .txt-hover,
    .txt-hover_black {
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
        background: none;
    }

    .txt-hover:hover,
    .txt-hover_black:hover {
        opacity: 0.2;
        transition: all 0.2s linear;
    }
}

.txt-hover-ie {
    position: relative;
    display: inline-block;
    color: #00479d;
    text-decoration: underline;
    text-decoration: none;
    overflow: hidden;
}

.txt-hover-ie::before {
    position: absolute;
    content: attr(title);
    top: 0;
    left: 0;
    width: 0;
    color: #3B4043;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    transition: width 0.5s ease;
}

.txt-hover-ie:hover::before {
    width: 100%;
}

.inviewfadeIn {
    opacity: 0;
    transition: 0.6s;
    transition-delay: 0.6s;
    transition: all 0.6s linear;
}

.fadeIn {
    opacity: 1;
}

.inviewzoomIn {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transition: 0.8s;
}

.zoomIn {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 5rem);
    -webkit-transform: translate(0, 5rem);
    transition: 0.6s;
}

.fadeInUp {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.inviewfadeInDown {
    opacity: 0;
    transform: translate(0, -7rem);
    -webkit-transform: translate(0, -7rem);
    transition: 0.8s;
}

.fadeInDown {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.inviewfadeInRight {
    opacity: 0;
    transform: translate(1rem, 0);
    -webkit-transform: translate(1rem, 0);
    transition: 0.8s;
}

.fadeInRight {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.inviewfadeInLeft {
    opacity: 0;
    transform: translate(-1rem, 0);
    -webkit-transform: translate(-1rem, 0);
    transition: 0.8s;
}

.fadeInLeft {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.inviewfadeInLeft2 {
    opacity: 0 !important;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(0rem, 0);
    transform: translate(0rem, 0);
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
    transition: 0.6s;
}

.fadeInLeft2 {
    opacity: 1 !important;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.6s;
}

.inviewUp {
    transform: translate(0, 4rem);
    -webkit-transform: translate(0, 4rem);
    transition: 0.8s;
}

.Up {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.inviewDown {
    transform: translate(0, -4rem);
    -webkit-transform: translate(0, -4rem);
    transition: 0.8s;
}

.Down {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.smooth {
    -webkit-animation-name: smoothAnime;
    animation-name: smoothAnime;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
}

@-webkit-keyframes smoothAnime {
    from {
        -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
        transform: translate3d(0, 100%, 0) skewY(12deg);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0) skewY(0);
        transform: translate3d(0, 0, 0) skewY(0);
        opacity: 1;
    }
}

@keyframes smoothAnime {
    from {
        -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
        transform: translate3d(0, 100%, 0) skewY(12deg);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0) skewY(0);
        transform: translate3d(0, 0, 0) skewY(0);
        opacity: 1;
    }
}

.smoothTrigger {
    opacity: 0;
}

.zoomOut {
    -webkit-animation-name: zoomOutAnime;
    animation-name: zoomOutAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes zoomOutAnime {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomOutAnime {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.zoomInTrigger,
.zoomOutTrigger {
    opacity: 0;
}

.delay-0 {
    transition-delay: calc(0.1s * 0);
    -webkit-animation-delay: calc(0.1s * 0);
    animation-delay: calc(0.1s * 0);
}

.delay-1 {
    transition-delay: calc(0.1s * 1);
    -webkit-animation-delay: calc(0.1s * 1);
    animation-delay: calc(0.1s * 1);
}

.delay-2 {
    transition-delay: calc(0.1s * 2);
    -webkit-animation-delay: calc(0.1s * 2);
    animation-delay: calc(0.1s * 2);
}

.delay-3 {
    transition-delay: calc(0.1s * 3);
    -webkit-animation-delay: calc(0.1s * 3);
    animation-delay: calc(0.1s * 3);
}

.delay-4 {
    transition-delay: calc(0.1s * 4);
    -webkit-animation-delay: calc(0.1s * 4);
    animation-delay: calc(0.1s * 4);
}

.delay-5 {
    transition-delay: calc(0.1s * 5);
    -webkit-animation-delay: calc(0.1s * 5);
    animation-delay: calc(0.1s * 5);
}

.delay-6 {
    transition-delay: calc(0.1s * 6);
    -webkit-animation-delay: calc(0.1s * 6);
    animation-delay: calc(0.1s * 6);
}

.delay-7 {
    transition-delay: calc(0.1s * 7);
    -webkit-animation-delay: calc(0.1s * 7);
    animation-delay: calc(0.1s * 7);
}

.delay-8 {
    transition-delay: calc(0.1s * 8);
    -webkit-animation-delay: calc(0.1s * 8);
    animation-delay: calc(0.1s * 8);
}

.delay-9 {
    transition-delay: calc(0.1s * 9);
    -webkit-animation-delay: calc(0.1s * 9);
    animation-delay: calc(0.1s * 9);
}

.delay-10 {
    transition-delay: calc(0.1s * 10);
    -webkit-animation-delay: calc(0.1s * 10);
    animation-delay: calc(0.1s * 10);
}

.delay-11 {
    transition-delay: calc(0.1s * 11);
    -webkit-animation-delay: calc(0.1s * 11);
    animation-delay: calc(0.1s * 11);
}

.delay-12 {
    transition-delay: calc(0.1s * 12);
    -webkit-animation-delay: calc(0.1s * 12);
    animation-delay: calc(0.1s * 12);
}

.delay-13 {
    transition-delay: calc(0.1s * 13);
    -webkit-animation-delay: calc(0.1s * 13);
    animation-delay: calc(0.1s * 13);
}

.delay-14 {
    transition-delay: calc(0.1s * 14);
    -webkit-animation-delay: calc(0.1s * 14);
    animation-delay: calc(0.1s * 14);
}

.delay-15 {
    transition-delay: calc(0.1s * 15);
    -webkit-animation-delay: calc(0.1s * 15);
    animation-delay: calc(0.1s * 15);
}

.delay-16 {
    transition-delay: calc(0.1s * 16);
    -webkit-animation-delay: calc(0.1s * 16);
    animation-delay: calc(0.1s * 16);
}

.delay-17 {
    transition-delay: calc(0.1s * 17);
    -webkit-animation-delay: calc(0.1s * 17);
    animation-delay: calc(0.1s * 17);
}

.delay-18 {
    transition-delay: calc(0.1s * 18);
    -webkit-animation-delay: calc(0.1s * 18);
    animation-delay: calc(0.1s * 18);
}

.delay-19 {
    transition-delay: calc(0.1s * 19);
    -webkit-animation-delay: calc(0.1s * 19);
    animation-delay: calc(0.1s * 19);
}

.delay-20 {
    transition-delay: calc(0.1s * 20);
    -webkit-animation-delay: calc(0.1s * 20);
    animation-delay: calc(0.1s * 20);
}

body {
    margin: 0.1px;
}

main {
    margin-left: 0rem;
}

.mask {
    position: relative;
    display: inline-block;
    z-index: -1;
}

.mask .maskColor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #00479d;
}

.attention_wrap {
    background: #fff6b2;
    text-align: center;
    font-size: 16px;
    line-height: 1em;
    width: 90%;
    max-width: 960px;
    margin: 30px auto;
    padding: 5px 0;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width:959px) {
    .attention_wrap {
        margin: 15px auto;
        border-radius: 10px;
        padding: 8px 18px;
        text-align: justify;
        font-size: 13px;
        line-height: 1.2em;
    }
}

.attention_wrap img {
    width: 1em;
    margin-right: 5px;
}

.main-visual {
    position: relative;
    z-index: 0;
}

.main-visual .main-visual_logo {
    position: absolute;
    width: 20%;
    top: 40px;
    left: 5%;
    z-index: 0;
    transition: all 0.2s linear;
}

@media only screen and (max-width:959px) {
    .main-visual .main-visual_logo {
        width: 30%;
        top: 15px;
        left: 5%;
    }
}

.main-visual .main-visual_logo:hover {
    opacity: 0.6;
    transition: all 0.2s linear;
}

.main-visual_cta {
    position: relative;
    width: 100%;
    padding-top: 120px;
}

@media only screen and (max-width:959px) {
    .main-visual_cta {
        padding-top: 45px;
        margin: 50px auto 15px;
    }
}

.main-visual_cta .main-visual_cta_inner {
    position: relative;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 90%;
    max-width: 620px;
    margin: -30px auto 0px;
    z-index: 1;
    transition: all 0s linear;
    -webkit-animation-name: cta;
    animation-name: cta;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@media only screen and (max-width:959px) {
    .main-visual_cta .main-visual_cta_inner {
        -webkit-animation-name: cta_sp;
        animation-name: cta_sp;
    }
}

.main-visual_cta .main-visual_cta_inner:after {
    content: "";
    position: absolute;
    border-radius: 26px;
    background: #0078e6;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    -webkit-animation-name: cta-shadow;
    animation-name: cta-shadow;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@media only screen and (max-width:959px) {
    .main-visual_cta .main-visual_cta_inner:after {
        border-radius: 10px;
        -webkit-animation-name: cta-shadow_sp;
        animation-name: cta-shadow_sp;
    }
}

@-webkit-keyframes cta {
    0% {
        top: 0px;
        left: 50%;
    }

    50% {
        top: 0px;
        left: 50%;
    }

    51% {
        top: 8px;
        left: calc(50% + 8px);
    }

    100% {
        top: 8px;
        left: calc(50% + 8px);
    }
}

@keyframes cta {
    0% {
        top: 0px;
        left: 50%;
    }

    50% {
        top: 0px;
        left: 50%;
    }

    51% {
        top: 8px;
        left: calc(50% + 8px);
    }

    100% {
        top: 8px;
        left: calc(50% + 8px);
    }
}

@-webkit-keyframes cta_sp {
    0% {
        top: 0px;
        left: 50%;
    }

    50% {
        top: 0px;
        left: 50%;
    }

    51% {
        top: 4px;
        left: calc(50% + 4px);
    }

    100% {
        top: 4px;
        left: calc(50% + 4px);
    }
}

@keyframes cta_sp {
    0% {
        top: 0px;
        left: 50%;
    }

    50% {
        top: 0px;
        left: 50%;
    }

    51% {
        top: 4px;
        left: calc(50% + 4px);
    }

    100% {
        top: 4px;
        left: calc(50% + 4px);
    }
}

@-webkit-keyframes cta-shadow {
    0% {
        top: 8px;
        left: 8px;
    }

    50% {
        top: 8px;
        left: 8px;
    }

    51% {
        top: 0px;
        left: 0px;
    }

    100% {
        top: 0px;
        left: 0px;
    }
}

@keyframes cta-shadow {
    0% {
        top: 8px;
        left: 8px;
    }

    50% {
        top: 8px;
        left: 8px;
    }

    51% {
        top: 0px;
        left: 0px;
    }

    100% {
        top: 0px;
        left: 0px;
    }
}

@-webkit-keyframes cta-shadow_sp {
    0% {
        top: 4px;
        left: 4px;
    }

    50% {
        top: 4px;
        left: 4px;
    }

    51% {
        top: 0px;
        left: 0px;
    }

    100% {
        top: 0px;
        left: 0px;
    }
}

@keyframes cta-shadow_sp {
    0% {
        top: 4px;
        left: 4px;
    }

    50% {
        top: 4px;
        left: 4px;
    }

    51% {
        top: 0px;
        left: 0px;
    }

    100% {
        top: 0px;
        left: 0px;
    }
}

.main-visual_cta p {
    width: 92%;
    font-size: 15px;
    text-align: center;
    margin: 0 auto 20px;
}

@media only screen and (max-width:959px) {
    .main-visual_cta p {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:959px) {
    .main-visual_cta p {
        text-align: justify;
    }
}

.main-visual_cta p .kome,
.main-visual_cta p .kome-red {
    display: inline-block;
}

@media only screen and (max-width:959px) {

    .main-visual_cta p .kome,
    .main-visual_cta p .kome-red {
        font-size: 12px !important;
    }
}

.main-visual_cta_sub {
    text-align: center;
    margin-bottom: 50px;
}

@media only screen and (max-width:959px) {
    .main-visual_cta_sub {
        width: 98%;
        margin: 0 auto 40px;
    }
}

.btn {
    position: relative;
    color: #00479d;
    border-radius: 6px;
    font-size: 14px;
    margin: 0 10px;
    transition: all 0.2s linear;
    display: inline-block;
}

@media only screen and (max-width:959px) {
    .btn {
        width: 100%;
        font-size: 13px;
        padding: 5px 10px;
        text-align: justify;
        margin: 0 auto 0px;
    }
}

.btn:before {
    content: "▶";
    margin-right: 5px;
}

.btn:hover {
    opacity: 0.6;
    transition: all 0.2s linear;
}

.good-3point {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #00479d;
    padding-top: 60px;
    margin-bottom: 0px;
}

@media only screen and (max-width:959px) {
    .good-3point {
        padding-top: 50px;
    }
}

.good-3point .good-3point_ttl {
    width: 470px;
    margin-bottom: 50px;
}

@media only screen and (max-width:959px) {
    .good-3point .good-3point_ttl {
        width: 80%;
        margin-bottom: 30px;
    }
}

.good-3point_anchor {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 100%;
    margin-bottom: 4rem;
}

.good-3point_anchor .good-3point_anchor_item {
    width: calc(33.3333333333% - 50px);
    max-width: 300px;
    margin: 0 10px;
    transition: all 0.2s linear;
}

@media only screen and (max-width:959px) {
    .good-3point_anchor .good-3point_anchor_item {
        width: 90%;
        max-width: 100%;
        margin-right: 5%;
        margin-bottom: 40px;
    }

    .good-3point_anchor .good-3point_anchor_item:nth-last-child(-n+1) {
        margin-bottom: 0;
    }
}

.voice {
    position: relative;
    padding-top: 200px;
    background: url(../image/LP_DTCP202501_image08_good-bg.png) repeat;
    background-size: 12.5%;
}

@media only screen and (max-width:959px) {
    .voice {
        padding-top: 70px;
        background-size: 33%;
    }
}

.voice .voice_top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 178px;
    -o-object-fit: fill;
    object-fit: fill;
}

@media only screen and (max-width:959px) {
    .voice .voice_top {
        height: 60px;
    }
}

.voice .slide-items {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 100px;
}

@media only screen and (max-width:959px) {
    .voice .slide-items {
        margin-bottom: 50px;
    }
}

.voice_ttl {
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}

@media only screen and (max-width:959px) {
    .voice_ttl {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.slide-items {
    position: relative;
    margin: 0 auto 40px;
    height: 100%;
    text-align: center;
    z-index: 0;
    cursor: pointer;
}

button {
    position: relative;
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    position: relative;
    display: block;
    content: url("../image/LP_DTCP202501_image00_yajirushi.png");
    z-index: 10;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.slick-prev:before {
    text-align: left;
}

.slick-next:before {
    -webkit-transform: scale(-0.5, 0.5);
    transform: scale(-0.5, 0.5);
}

.slick-next,
.slick-prev {
    top: 43%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width:959px) {

    .slick-next,
    .slick-prev {
        top: 40%;
    }
}

.slick-next {
    right: 40px;
    left: calc(50% + 285px);
}

@media only screen and (max-width:959px) {
    .slick-next {
        left: auto;
        right: 1%;
    }
}

.slick-prev {
    left: calc(50% - 280px);
}

@media only screen and (max-width:959px) {
    .slick-prev {
        left: 8%;
    }
}

.q-a {
    position: relative;
    padding-top: 80px;
    background: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 120px;
}

@media only screen and (max-width:959px) {
    .q-a {
        margin-bottom: 50px;
    }
}

.q-a_ttl {
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}

@media only screen and (max-width:959px) {
    .q-a_ttl {
        margin-bottom: 40px;
    }
}

.voice_card {
    position: relative;
    width: 90%;
    max-width: 440px;
    background: #FFF;
    height: 100%;
    min-height: 260px;
    padding: 0px 30px 20px;
    margin: 40px auto;
    z-index: -1;
}

@media only screen and (max-width:959px) {
    .voice_card {
        width: 90% !important;
        max-width: auto;
        margin: 40px auto 20px;
        padding: 0px 20px 20px;
        min-height: 210px;
    }
}

.voice_card:before {
    position: absolute;
    content: "";
    width: calc(100% - 80px);
    height: 30px;
    display: block;
    left: 0;
    bottom: 100%;
    border-bottom: solid 80px #fff;
    border-left: solid 80px transparent;
}

.voice_card:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 10px;
    border-right: 8px solid #828282;
    border-bottom: 8px solid #828282;
    width: calc(100% - 10px);
    height: calc(100% + 30px);
    z-index: -1;
}

.voice_card .voice_card_top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-bottom: 20px;
}

.voice_card .voice_card_top .voice_card_description .voice_card_profile {
    font-size: 24px;
    font-weight: bold;
}

@media only screen and (max-width:959px) {
    .voice_card .voice_card_top .voice_card_description .voice_card_profile {
        font-size: 18px;
    }
}

.voice_card .voice_card_top .voice_card_description .voice_card_point {
    background: #00479d;
    border-radius: 50px;
    padding: 7px 15px;
    color: #fff;
    font-size: 12px;
    line-height: 1em;
}

.voice_card .voice_card_top .voice_card_img {
    width: 80px;
    margin-right: 40px;
}

@media only screen and (max-width:959px) {
    .voice_card .voice_card_top .voice_card_img {
        width: 60px;
        margin-right: 10px;
    }
}

.voice_card .voice_card_txt {
    font-size: 16px;
}

@media only screen and (max-width:959px) {
    .voice_card .voice_card_txt {
        font-size: 13px;
        line-height: 1.6em;
    }
}

.voice_card .voice_card_txt strong {
    font-weight: normal;
    background: linear-gradient(transparent 60%, #ffe100 60%);
}

.q-a_card {
    position: relative;
    width: 90%;
    max-width: 440px;
    background: #ffe100;
    background: #fff;
    height: 100%;
    min-height: 280px;
    margin: 40px auto;
    z-index: -1;
}

@media only screen and (max-width:959px) {
    .q-a_card {
        width: 90% !important;
        max-width: auto;
        min-height: 220px;
    }
}

.q-a_card:before {
    position: absolute;
    content: "";
    width: calc(100% - 30px);
    height: 20px;
    display: block;
    left: 0;
    bottom: 100%;
    border-bottom: solid 30px #ffe100;
    border-left: solid 30px transparent;
}

.q-a_card:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 10px;
    border-right: 8px solid #828282;
    border-bottom: 8px solid #828282;
    width: calc(100% - 10px);
    height: calc(100% + 20px);
    z-index: -1;
}

.q-a_card .q-a_card_top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom: 20px;
    background: #ffe100;
    padding-bottom: 20px;
}

.q-a_card .q-a_card_top .q-a_card_q {
    width: 34px;
    margin-right: 20px;
}

@media only screen and (max-width:959px) {
    .q-a_card .q-a_card_top .q-a_card_q {
        width: 30px;
        margin-right: 10px;
    }
}

.q-a_card .q-a_card_top .q-a_card_q-ttl {
    line-height: 1.3em;
    font-weight: bold;
}

@media only screen and (max-width:959px) {
    .q-a_card .q-a_card_top .q-a_card_q-ttl {
        font-size: 15px;
    }
}

.q-a_card .q-a_card_txt {
    font-size: 16px;
    background: #FFF;
    padding: 0px 30px 20px;
}

@media only screen and (max-width:959px) {
    .q-a_card .q-a_card_txt {
        font-size: 13px;
        line-height: 1.5em;
        padding: 0px 25px 20px;
    }
}

.good-check {
    padding-bottom: 140px;
}

.good-check .good-check_inner {
    padding-bottom: 140px;
}

@media only screen and (max-width:959px) {
    .good-check .good-check_inner {
        padding-bottom: 30px;
    }
}

.good-check .good-check_ttl {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 30px;
}

.good-check .good-check_ambassador {
    position: relative;
    width: 100%;
}

.good-check .good-check_ambassador .good-check_ambassador_img {
    position: relative;
    display: block;
    width: 500px;
    margin: 0 auto 30px;
    z-index: 1;
}

@media only screen and (max-width:959px) {
    .good-check .good-check_ambassador .good-check_ambassador_img {
        width: 80%;
    }
}

.good-check .good-check_ambassador .good-check_ambassador_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 20%;
    width: calc(100% + 100px);
    max-width: 1500px;
    z-index: 0;
}

@media only screen and (max-width:959px) {
    .good-check .good-check_ambassador .good-check_ambassador_bg {
        width: calc(100% + 300px);
        margin-left: 10px;
    }
}

.good-check_botoom {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 100%;
    width: 100%;
    z-index: 1;
}

.good-check_botoom .good-check_ambassador {
    position: relative;
    width: 100%;
}

.good-check_botoom .good-check_ambassador .good-check_ambassador_img {
    position: relative;
    top: -60px;
    display: block;
    width: 500px;
    z-index: 1;
}

@media only screen and (max-width:959px) {
    .good-check_botoom .good-check_ambassador .good-check_ambassador_img {
        width: 70%;
        margin: 0 auto;
    }
}

.good-check_botoom .good-check_ambassador .good-check_ambassador_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 100px);
    max-width: 1500px;
    z-index: 0;
}

@media only screen and (max-width:959px) {
    .good-check_botoom .good-check_ambassador .good-check_ambassador_bg {
        top: 30%;
        width: calc(100% + 300px);
    }
}

.good-accordion_col_wrap {
    position: relative;
    background: #d1eafc;
    padding-top: 300px;
}

@media only screen and (max-width:959px) {
    .good-accordion_col_wrap {
        padding-top: 100px;
    }
}

.good-accordion_col_wrap .good-accordion_col {
    position: relative;
    width: 90%;
    max-width: 760px;
    margin: 0 auto 100px;
    z-index: 1;
}

.good-accordion_col_wrap .good-accordion_col:nth-last-child(-n+1) {
    margin-bottom: 0;
}

@media only screen and (max-width:959px) {
    .good-accordion_col_wrap .good-accordion_col {
        margin-bottom: 50px;
    }
}

.good-accordion_col_wrap .good-accordion_col .good-accordion_ttl {
    width: 98%;
    max-width: 680px;
    margin: 0 auto;
}

.good-accordion_col_wrap .good-accordion_col .good-accordion_col_cloud {
    position: absolute;
    zoom: 0.5;
    z-index: -1;
}

.good-accordion_col_wrap .good-accordion_col.item1 .good-accordion_col_cloud {
    top: 460px;
    right: -30%;
}

.good-accordion_col_wrap .good-accordion_col.item2 .good-accordion_col_cloud {
    top: 60px;
    left: -35%;
}

.good-accordion_col_wrap .good-accordion_col.item3 {
    margin-bottom: -100px;
}

.good-accordion_col_wrap .good-accordion_col.item3 .good-accordion_col_cloud {
    top: 20px;
    right: -40%;
}

.accordion>ul {
    width: 100%;
    overflow: hidden !important;
}

.accordion>ul .accordion_li {
    border-radius: 30px;
    background: #00479d;
    border: 2px solid #00479d;
    margin-bottom: 20px;
}

@media only screen and (max-width:959px) {
    .accordion>ul .accordion_li {
        border-radius: 15px;
    }
}

.accordion>ul .accordion_li>a {
    position: relative;
    display: block;
    padding: 10px 0 10px 20px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

@media only screen and (max-width:959px) {
    .accordion>ul .accordion_li>a {
        padding: 20px 0 0px;
    }
}

.accordion>ul .accordion_li>a .accordion_li_ttl {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

@media only screen and (max-width:959px) {
    .accordion>ul .accordion_li>a .accordion_li_ttl {
        font-size: 13px;
    }
}

.accordion>ul .accordion_li>a .accordion_li_ttl strong {
    font-size: 26px;
}

.accordion>ul .accordion_li>a .accordion_li_ttl strong span {
    color: #ffe100;
}

@media only screen and (max-width:959px) {
    .accordion>ul .accordion_li>a .accordion_li_ttl .accordion_li_ttl_s {
        font-size: 19px;
    }
}

.accordion>ul .accordion_li .accordion_icon {
    color: #fff;
    text-align: center;
    transition: all 0.2s linear;
}

@media only screen and (max-width:959px) {
    .accordion>ul .accordion_li .accordion_icon {
        margin-top: 5px;
        font-size: 15px;
    }
}

.accordion>ul .accordion_li .accordion_icon.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.2s linear;
}

.accordion_li_item {
    border-radius: 0 0 30px 30px;
    display: none;
    background: #fff;
    padding: 50px 80px;
}

@media only screen and (max-width:959px) {
    .accordion_li_item {
        padding: 30px 20px;
        border-radius: 0 0 13px 13px;
    }
}

.accordion_li_item .accordion_li_item_inner {
    margin-bottom: 60px;
}

.accordion_li_item .accordion_li_item_inner:nth-last-child(-n+1) {
    margin-bottom: 0;
}

.accordion_li_item .accordion_li_item_inner.border-bottom {
    padding-bottom: 60px;
    border-bottom: 2px dashed #000;
}

.accordion_li_item .accordion_li_item_more {
    margin-top: 30px;
    display: inline-block;
    color: #00479d;
    text-decoration: underline;
    transition: all 0.2s linear;
}

@media only screen and (max-width:959px) {
    .accordion_li_item .accordion_li_item_more {
        font-size: 14px;
    }
}

.accordion_li_item .accordion_li_item_more:hover {
    opacity: 0.6;
    transition: all 0.2s linear;
}

.accordion_li_item .accordion_li_item_txt_bold {
    text-align: justify;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 50px;
}

@media only screen and (max-width:959px) {
    .accordion_li_item .accordion_li_item_txt_bold {
        font-size: 15px;
    }
}

.accordion_li_item .accordion_li_item_btn {
    display: block;
    width: 80%;
    margin: 0 auto;
    transition: all 0.2s linear;
}

.accordion_li_item .accordion_li_item_btn:hover {
    opacity: 0.6;
    transition: all 0.2s linear;
}

.banner {
    width: 70%;
    max-width: 620px;
    margin: 0 auto 100px;
    transition: all 0.2s linear;
}

@media only screen and (max-width:959px) {
    .banner {
        margin-bottom: 50px;
    }
}

.banner:hover {
    opacity: 0.6;
    transition: all 0.2s linear;
}

.call {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-bottom: 30px;
}

.call li {
    max-width: 420px;
    width: 42%;
    margin: 0 20px;
}

@media only screen and (max-width:959px) {
    .call li {
        width: 70%;
        margin: 0 auto 20px;
    }

    .call li:nth-last-child(-n+1) {
        margin-bottom: 0;
    }
}

.freetable {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 100px;
}

.freetable:nth-last-child(-n+1) {
    margin-bottom: 0;
}

@media only screen and (max-width:959px) {
    .freetable {
        margin-bottom: 60px;
    }
}

.freetable .freetable_ttl {
    background: #ffe100;
    text-align: center;
    padding: 15px 0;
}

.freetable .freetable_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.freetable .freetable_list dt,
.freetable .freetable_list dd {
    padding: 15px;
    border-bottom: 1px solid #3B4043;
}

@media only screen and (max-width:959px) {

    .freetable .freetable_list dt,
    .freetable .freetable_list dd {
        font-size: 16px;
        line-height: 1.6em;
    }
}

.freetable .freetable_list dt {
    width: 250px;
    padding-left: 30px;
}

@media only screen and (max-width:959px) {
    .freetable .freetable_list dt {
        width: 35%;
        padding-left: 15px;
        padding-right: 0;
    }
}

.freetable .freetable_list dd {
    width: calc(100% - 250px);
}

@media only screen and (max-width:959px) {
    .freetable .freetable_list dd {
        width: 65%;
        padding-left: 0;
    }
}

.freetable .freetable_list dd span {
    font-size: 0.8em;
}

@media only screen and (max-width:959px) {
    .freetable .freetable_list dd span {
        display: block;
        margin-top: 5px;
        line-height: 1.5em;
    }
}

.hensai {
    margin-bottom: 100px;
}

.hensai .hensai_ttl {
    text-align: center;
    font-size: 28px;
    margin-bottom: 45px;
}

@media only screen and (max-width:959px) {
    .hensai .hensai_ttl {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

.hensai .hensai_txt {
    text-align: center;
    font-size: 14px;
}

@media only screen and (max-width:959px) {
    .hensai .hensai_txt {
        font-size: 15px;
        text-align: justify;
        padding: 0 4%;
    }
}

.btn-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    margin: 0 auto;
    z-index: 2000;
    background: rgba(0, 60, 123, 0.7);
    padding: 18px 12px 12px;
}

.f-btn {
    width: 100%;
    max-width: 520px;
    display: block;
    margin: 0 auto;
}

.f-btn:hover {
    opacity: 0.8;
    transition-duration: 0.4s;
}

.display_block {
    display: block !important;
}

.shindan {
    padding-top: 30px;
    margin-bottom: 130px;
}

@media only screen and (max-width:959px) {
    .shindan {
        margin-bottom: 30px;
    }
}

.shindan .shindan_bg {
    position: relative;
    max-width: 960px;
    width: 96%;
    margin: 0px auto;
    background: #ffed66;
    padding: 20px 15px;
    padding: 0px 100px 70px;
}

@media only screen and (max-width:959px) {
    .shindan .shindan_bg {
        padding: 0px 5% 50px;
    }
}

.shindan .shindan_bg:before {
    content: "";
    width: calc(100% - 50px);
    height: 0;
    display: block;
    position: absolute;
    left: 0;
}

.shindan .shindan_bg:before {
    border-bottom: solid 50px #ffed66;
    border-left: solid 50px transparent;
    bottom: 100%;
}

.shindan .shindan_ttl {
    display: block;
    width: 444px;
    margin: 20px auto 20px;
}

@media only screen and (max-width:959px) {
    .shindan .shindan_ttl {
        width: 90%;
        margin: 0 auto 10px;
    }
}

.shindan .shindan_ttl img {
    margin-left: 20px;
}

@media only screen and (max-width:959px) {
    .shindan .shindan_ttl img {
        margin-left: 10px;
    }
}

.shindan .form-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    padding-top: 35px;
    padding-bottom: 10px;
    border-bottom: 2px solid #3B4043;
    width: 100%;
}

@media only screen and (max-width:959px) {
    .shindan .form-group {
        padding-top: 20px;
        align-items: flex-end;
    }
}

.shindan .form-group .form-group_ttl {
    width: 30%;
    text-align: left;
}

@media only screen and (max-width:959px) {
    .shindan .form-group .form-group_ttl {
        width: 40%;
        font-size: 15px !important;
    }
}

.shindan .form-group .form-group.annual {
    padding-top: 20px;
}

.shindan #form_simulation {
    width: 100%;
    margin: 0 auto;
}

.shindan #form_simulation p {
    font-size: 18px;
    color: #102F51;
    font-weight: bold;
    margin: 10px 0 5px;
}

@media only screen and (max-width:959px) {
    .shindan #form_simulation p {
        font-size: 18px !important;
    }
}

.shindan #form_simulation p span {
    font-size: 12px;
    color: #444;
    font-weight: normal;
}

.shindan #form_simulation .kome,
.shindan #form_simulation .kome-red {
    padding-top: 5px;
    margin-bottom: -15px;
    text-align: left;
}

@media only screen and (max-width:959px) {

    .shindan #form_simulation .kome,
    .shindan #form_simulation .kome-red {
        margin-bottom: -5px;
    }
}

.shindan #form_simulation .form-control {
    width: 332px;
    margin: 0;
}

.shindan #form_simulation .form-control02 {
    width: 289px;
    margin: 0;
}

.shindan #form_simulation .shindan-tag {
    border: 1px solid #003C7B;
    background: #fff;
    font-size: 1.2rem;
    -o-border-image: initial;
    border-image: initial;
    border-radius: 8px;
    padding: 10px 15px;
    color: #333;
}

.shindan #form_simulation .form-group_yen {
    width: 50px;
    margin-left: 20px;
}

@media only screen and (max-width:959px) {
    .shindan #form_simulation .form-group_yen {
        width: 40px;
        margin-left: 5px;
        font-size: 14px;
    }
}

.shindan #form_simulation select,
.shindan #form_simulation input {
    font-size: 20px !important;
    width: calc(70% - 50px - 20px) !important;
}

@media only screen and (max-width:959px) {

    .shindan #form_simulation select,
    .shindan #form_simulation input {
        width: calc(60% - 40px - 5px) !important;
        font-size: 16px !important;
    }
}

.shindan #form_simulation select.is-empty {
    color: #888;
}

.shindan #form_simulation .form-control_select {
    position: relative;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    box-sizing: border-box;
    width: 60%;
}

@media only screen and (max-width:959px) {
    .shindan #form_simulation .form-control_select {
        width: 60%;
    }
}

.shindan #form_simulation .form-control_select:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: calc(100% - 3rem);
    content: "";
    background: url(../image/LP_DTCP202501_image00_select-arrow.svg) no-repeat right;
    display: block;
    width: 2rem;
    height: 3rem;
}

@media only screen and (max-width:959px) {
    .shindan #form_simulation .form-control_select:after {
        left: calc(100% - 2.5rem);
        width: 2.5rem;
    }
}

.shindan #form_simulation .form-control_select select {
    width: 100% !important;
    height: 100%;
    background: transparent;
    -webkit-appearance: none;
    background: #fff;
}

.shindan #form_simulation select:invalid {
    color: #333;
}

.shindan #form_simulation input::-webkit-input-placeholder {
    color: #888;
}

.shindan #form_simulation input::-moz-placeholder {
    color: #888;
}

.shindan #form_simulation input::placeholder {
    color: #888;
}

.shindan #form_simulation input[type=number]::-webkit-outer-spin-button,
.shindan #form_simulation input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shindan #form_simulation input[type=number] {
    -moz-appearance: textfield;
}

.shindan #form_simulation p.dp-ib {
    width: auto;
    vertical-align: bottom;
    padding-left: 5px;
    font-weight: normal;
    font-size: 18px;
    padding: 18px 0 0 5px;
}

.shindan #form_simulation .shindan_btn {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 94%;
    max-width: 520px;
    padding: 20px 10px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    background: #00479d;
    border: 4px solid #3B4043;
    border-radius: 26px;
    box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 0px #0078e6;
    margin: 80px auto 0px;
    z-index: 1;
}

@media only screen and (max-width:959px) {
    .shindan #form_simulation .shindan_btn {
        margin: 30px auto 0px;
    }
}

.shindan #form_simulation .shindan_btn:hover {
    opacity: 0.6;
}

.shindan #form_simulation .shindan_btn img {
    width: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: 20px;
}

#result_1,
#result_2 {
    position: fixed;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
}

.modal_bg {
    background: rgba(0, 0, 0, 0.4);
}

.result_wrap {
    position: relative;
    max-width: 800px;
    width: 90%;
    top: calc(50% - 20px);
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.result_ttl {
    position: relative;
    background: #ffe100;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    padding-bottom: 25px;
    color: #00479d;
    font-weight: bold;
}

.result_ttl:before {
    position: absolute;
    content: "";
    width: calc(100% - 30px);
    height: 20px;
    display: block;
    bottom: calc(100% - 1px);
    left: 0;
    border-bottom: solid 30px #ffe100;
    border-left: solid 30px transparent;
    z-index: -1;
}

.result_ttl img {
    width: 150px;
}

.result_bg {
    margin: 0 auto;
    background: #fff;
    padding: 50px 20px 50px;
}

@media only screen and (max-width:959px) {
    .result_bg {
        padding: 35px 20px 35px;
    }
}

.result_con h3 {
    color: #003C7B;
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width:959px) {
    .result_con h3 {
        text-align: justify;
        font-size: 18px;
        letter-spacing: -0.05em;
    }
}

.result_wrap a img {
    display: block;
    width: 400px;
    margin: 0 auto;
}

.result_con p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6em;
    margin: 15px 0 30px;
    text-align: center;
}

@media only screen and (max-width:959px) {
    .result_con p {
        text-align: justify;
        font-size: 15px;
        letter-spacing: -0.06em;
    }
}

.close_btn {
    margin: 20px auto 0;
    padding: 7px;
    width: 27%;
    background: #D9D9D9;
    color: #666;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #666;
    text-align: center;
    border-radius: 20px;
}

@media only screen and (max-width:959px) {
    .close_btn {
        font-size: 15px;
        width: 80%;
    }
}

.batsu_btn {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 0 0 auto;
    margin-bottom: 30px;
}

.batsu_btn::before,
.batsu_btn::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 21px;
    background: #fff;
}

.batsu_btn::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.batsu_btn::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.err_message {
    font-size: 16px;
    color: #D21B1E !important;
    text-align: center;
    display: none;
}