@charset "UTF-8";

/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese'); */

* {
    /* font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Meiryo",sans-serif; */
    font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    box-sizing: border-box;
}

:root {
    --swiper-theme-color: #19a78e;
}

body {
    margin: 0;
    background: #fff;
}

table {
    border-collapse: collapse;
}

.grecaptcha-badge {
    visibility: hidden;
}

#main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    color: #111;
}

@media screen and (min-width: 1024px) {
    .pc-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 99%;
        max-width: 1024px;
        margin: 0 auto;
    }
    .wrapper-left {
        max-width: 774px;
    }
    #main {
        justify-content: space-around;
        width: 750px;
    }
}

#footer {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background: #19a78e;
    color: #fff;
    font-size: 14px;
    line-height: 1.4em;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #d83e28;
    ;
}

#header {
    width: 100%;
    margin-bottom: 5px;
    border-bottom: solid 3px #19a78e;
    background: #fff;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}

.header__logo {
    display: flex;
    align-items: center;
    max-width: 33%;
    max-height: 100%;
    margin: 0 auto;
}

.header__logo-img {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.header__list {
    display: flex;
    width: 65%;
    height: 80%;
    background: #fff;
}

.header__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 33.3%;
    border-left: solid 1px #19a78e;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.header__item:last-of-type {
    border-right: solid 1px #19a78e;
}

.header__img {
    display: block;
    height: 66%;
    object-fit: contain;
}

.header__item>div {
    width: 90%;
    text-align: center;
    font-size: 12px;
}

@media screen and (min-width: 1024px) {
    .header__inner {
        width: 1024px;
        height: 64px;
    }
    .header__logo {
        display: block;
        height: 90%;
        margin: auto 0;
    }
    .header__list {
        width: 55%;
    }
    .header__img {
        height: 80%;
    }
    .header__item>div {
        width: 50%;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    #header {
        display: none;
    }
}

h2 {
    margin: 0 0 5px;
    padding: 5px 10px;
    background: #19a78e;
    color: #fff;
    font-size: 23px;
}

h3 {
    font-size: 18px;
    color: #333333;
    margin: 10px 0;
    padding: 8px 0 8px 20px;
    border-left: solid 6px #19a78e;
}

h4 {
    position: relative;
    margin-left: 20px;
    padding: 3px 0 3px 30px;
    background: #deebf7;
}

h4::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    width: 45px;
    height: 45px;
    margin: auto 0;
    background-color: #ffbb00;
    background-image: url(/images/article/h4.png);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;
    border-radius: 50%;
    border-bottom: solid 3px goldenrod;
    transform: rotate(-60deg);
}

ul {
    width: 100%;
    margin: 0 auto;
    padding: 8px 30px;
}

li {
    padding-left: 0;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

span.line {
    background: linear-gradient(transparent 60%, gold 60%);
}

span.green {
    color: #19a78e;
}

.marker-on {
    background: linear-gradient(#ffd700aa, #ffdd07ee) left bottom no-repeat;
    background-size: 100% .5em;
    animation: 1.5s mark 1 ease-in;
}

@keyframes mark {
    0% {
        background-size: 0 .5em;
    }
    100% {
        background-size: 100% .5em;
    }
}

.contain {
    object-fit: contain;
}

.compare-img {
    display: block;
    margin: auto;
}

.d-sp {
    display: block !important;
}

.d-pc {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .d-sp {
        display: none !important;
    }
    .d-pc {
        display: block !important;
    }
}

.contact {
    width: 100%;
    max-width: 800px;
    margin: 10px auto;
    padding: 10px;
    background: #F2F2F2;
}

.contact_img {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .contact_img--half {
        width: 49%;
        object-fit: contain;
    }
}

.contact_form th {
    text-align: left;
}

.reflection-base {
    position: relative;
    overflow: hidden;
}

.button-new-top2 {
    background: #5cabdd !important;
    box-shadow: 0 5px 0 #156082 !important;
}

.button-new-top2-red {
    background: #FF5215 !important;
    box-shadow: unset !important;
    box-shadow: 0 5px 0 #B81F00 !important;
}

.button-new-top2-red:hover {
    box-shadow: unset !important;
    transform: translateY(1px);
}

.button-new-top2:hover {
    box-shadow: unset !important;
    transform: translateY(1px);
}

.reflection {
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 3s cubic-bezier(0, 0.3, 0.6, 0) infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2.5s cubic-bezier(0, 0.3, 0.6, 0) infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s cubic-bezier(0, 0.3, 0.6, 0) infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s cubic-bezier(0, 0.3, 0.6, 0) infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s cubic-bezier(0, 0.3, 0.6, 0) infinite;
}

@keyframes reflection {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-webkit-keyframes reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-moz-keyframes reflection {
    0% {
        -moz-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -moz-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -moz-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-ms-keyframes reflection {
    0% {
        -ms-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -ms-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -ms-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -ms-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-o-keyframes reflection {
    0% {
        -o-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -o-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -o-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -o-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.bobble {
    animation: bobble 2.5s linear infinite;
    -webkit-animation: bobble 2.5s linear infinite;
    -moz-animation: bobble 2.5s linear infinite;
}

@keyframes bobble {
    55% {
        transform: rotate(0deg);
    }
    59% {
        transform: rotate(3deg);
    }
    63% {
        transform: rotate(-3deg);
    }
    67% {
        transform: rotate(3deg);
    }
    71% {
        transform: rotate(-3deg);
    }
    75% {
        transform: rotate(0deg);
    }
}

.bounce {
    width: 95%;
    animation: bounce 2s ease infinite;
}

@keyframes bounce {
    0% {
        transform: scale(0.8);
    }
    30% {
        transform: scale(0.9);
    }
    60% {
        transform: scale(0.8);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}

.modal_img {
    display: block;
    width: 90%;
    max-width: 500px;
    object-fit: contain;
    margin: auto;
}

.modal_close {
    position: absolute;
    top: -20px;
    right: 0;
    width: 42px;
    height: 42px;
}

.iframe-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 80vh;
}

.iframe-wrapper>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pr {
    width: 100%;
    text-align: right;
    color: #888;
    font-size: 12px;
}