@charset "UTF-8";

body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 750px;
}

section {
    margin-top: -1px;
}

img {
    width: 100%;
    vertical-align: top;
    vertical-align: bottom;
}

.sp {
    display: none;
}

.sp-br {
	display: none;
}

@media screen and (max-width:751px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
	.sp-br {
	display: block;
}
}

.cta, .form {
    position: relative;
	text-align: center;
}

.cta-btn {
    position: absolute;
    top: 71%;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    overflow: hidden;
    cursor: pointer;
    animation: anime1 0.5s ease 0s infinite alternate;
    transform-origin: center;
}

.fv-cta .cta-btn {
    top: 27%;
}

.cta-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(3) rotate(10deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.cta-btn:hover {
    animation-play-state: paused;
}

footer {
    background-color: #000000;
}

footer ul {
    margin: 0;
    padding: 20px 0;
}

footer ul li {
    text-align: center;
    margin: 10px 0;
    list-style: none;
}

footer ul li a {
    color: #FFFFFF;
    font-size: 20px;
    text-decoration: none;
}

@media screen and (max-width:751px) {
    footer ul li a {
        font-size: 14px;
    }
}


@keyframes anime1 {
    from {
        transform: scale(0.98, 0.98);
    }

    to {
        transform: scale(1, 1);
    }
}
@keyframes anime2 {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.03, 1.03);
    }
}
@keyframes anime3 {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.01, 1.01);
    }
}
@keyframes shiny {
    0% {
        left: -20%;
    }

    10% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

h2 {
    color: #FDA100;
}

.table {
    width: 100%;
    margin-bottom: 40px;
}

.area_back .table {
    margin-bottom: 0;
}

.table, .table th, .table td {
    border: 1px solid #d3d3d3;
    border-collapse: collapse;
}

.table th, .table td {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}

.table th {
    width: 200px;
    background-color: #FDF6E8;
    font-weight: 300;
}

.table th > span > span {
    font-size: 12px;
    margin-top: 10px;
}

.table td {
    width: calc(100% - 200px);
    line-height: 20px;
}


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

    h2 {        
        padding: 10px;
        margin: 50px auto 20px auto;
        color: #FDA100;
    }

    .table {
        width: 100%;
        margin: auto;
        padding: 15px 0;
        border: none;
    }

    .table th, .table td {
        font-size: 15px;
        width: calc(100% - 20px);
        display: block;
        border: 0;
        text-align: left;
        padding: 10px;
    }

    .table th {
        margin-bottom: 5px;
    }

    .table tr {
        padding: 0;
        display: block;
    }
}

.present {
    position: relative;
}

.present-btn {
    position: absolute;
    width: 90%;
    bottom: 2.5%;
    left: 0;
    right: 0;
    margin: auto;
}

.present-open {
    display: none;
}

#close {
    display: none;
    opacity: 0;
}

.qa {
    padding: 3vw 0 5vw 0;
}

.qa-box {
    width: 62%;
    margin: auto;
}

.accordion_header {
    position: relative;
    cursor: pointer;
}

.accordion_header::after {
    position: absolute;
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 2px solid #f4702c;
    border-right: 2px solid #f4702c;
    content: '';
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    transition: transform .3s;
}

.accordion_one {
    margin-bottom: 10px;
}

.accordion_inner {
    display: none;
}

.open::after {
    transform: rotate(225deg);
}

@media screen and (max-width:751px) {
    .qa-box {
        width: 90%;
        margin: auto;
    }
}


.results {
    position: relative;
}

.slick_result {
    position: absolute;
    width: 90%;
    top: 37%;
    left: 0;
    right: 0;
    margin: auto;
}


.slick-arrow {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.slick-slide img {
    width: 90%;
    margin: 0 auto;
}

.slick-next {
    right: -15px;
    top: 100px;
    z-index: 100;
}

.slick-prev {
    left: -15px;
    top: 100px;
    z-index: 100;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
}

.slick-prev:before,
.slick-next:before {
    opacity: 1 !important;
}

.results .slick-prev:before {
    /* content: url("../img/prev-arrow.png")!important; */
    content: "" !important;
    background-image: url(../img/result_prev.webp);
    background-size: contain;
    object-fit: contain;
    width: 30px;
    height: 30px;
}

.results .slick-next:before {
    content: "" !important;
    background-image: url(../img/result_next.webp);
    background-size: contain;
    object-fit: contain;
    width: 30px;
    height: 30px;
}

.success {
    position: relative;
}

.slick_success {
    position: absolute;
    width: 90%;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
}

.success .slick-prev:before {
    /* content: url("../img/prev-arrow.png")!important; */
    content: "" !important;
    background-image: url(../img/success_prev.webp);
    background-size: contain;
    object-fit: contain;
    width: 14px;
    height: 25px;
}

.success .slick-next:before {
    content: "" !important;
    background-image: url(../img/success_next.webp);
    background-size: contain;
    object-fit: contain;
    width: 14px;
    height: 25px;
}

.success .slick-slide img {
    width: 100%;
}

.success .slick-prev, .success .slick-next {
    top: 250px;
}