@charset "utf-8";

/* 打ち消し */
.mywp_page_basic__h1 {
    margin-bottom: 0.75em !important;
}
.mywp_page_basic p + p {
    margin: 0 !important;
}

/* ------------------------------------------------------------ */
/* .testimonialページ */

.testimonial ul { font-size: var(--fs_s); margin-top: 2.5em; }
.testimonial ul li { padding: 20px 80px; background-color: white; border-width: 10px; border-style: solid; border-radius: 9999px; }
.testimonial ul li:not(:first-of-type) { margin-top: 20px; }
.testimonial ul li:nth-child(odd) { border-color: rgb(120, 220, 160); }
.testimonial ul li:nth-child(even) { border-color: var(--color2); }
/* SP */
@media only screen and (max-width: 750px) {
    .testimonial ul li { padding: 8vw 8vw; border-radius: 25vw; border-width: 2vw; }
    .testimonial ul li:not(:first-of-type) { margin-top: 1.75em; }
}
