@charset "UTF-8";
/* CSS Document */

body {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.cv_area {
    max-width: 480px;
    margin: 0 auto;
}

a.cv_btn {
    position: fixed;
    display: block;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    z-index: 9999;
}

.wrapper {
    max-width: 480px;
    margin: 0 auto;
    box-shadow: 0 0 50px rgba(0,0,0,0.2);
}

.wrapper img {
    width: 100%;
    height: auto;
}

section.review {
    position: relative;
    overflow: hidden;
}

.review_slide {
    background: #fff5db;
    padding-bottom: 15%;
}

.message_slide {
    background: #000;
	padding: 10px 0;
}

.swiper-pagination {
    bottom: 10%!important;
}

.message .swiper-pagination {
    bottom: -13%!important;
}

footer {
    background: #000;
    text-align: center;
    padding: 20px 0 27%;
    color: #fff;
}

.acd-check {
    display: none;
}
.acd-label {
    padding: 14px 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 100px;
    background: #ff8a00;
    display: flex;
    justify-content: center;
    margin: 0 auto 5px;
    width: 70%;
}
.acd-label::after {
    display: flex;
    align-items: center;
    content: "▼";
    margin-left: 16px;
    font-weight: 900;
    transition: all 0.3s;
}

.acd-content {
    height: 0;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.acd-content p {
    margin: 0;
    padding: 0;
    font-size: 1.45rem;
    word-break: break-all;
    line-height: 30px;
}
.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 5% 0 0;
    visibility: visible;
    display: flex;
    align-items: center;
    word-break: break-all;
}

.acd-check:checked + .acd-label::after {
    transform: rotate(180deg);
}

.voice_area {
    background: #ffec85;
    padding: 3% 5% 0 5%;
}

.voice_content {
    background: #fff;
    padding: 6%;
    border-radius: 12px;
}

.voice_text {
    font-size: 1.6rem;
    line-height: 30px;
    text-decoration: underline;
    margin-bottom: 6%;
}