@charset "UTF-8";
/* =====================================================================
   tf005 デザイン共通 CSS (base)

   tf005 系 LP が「全て同じ値で」持っている宣言だけを集めたファイル。
   ここに無い指定は LP ごとに違うため、各 LP の css/custom.css 側にある。

   このファイルを直すと tf005 系の全 LP に影響する。
   1 つの LP だけ変えたい場合は、その LP の custom.css に書くこと。

   - 読み込み順は base.css → custom.css（custom.css を最後にしないと差分が効かない）
   - ヘッダーは templates/Header.php（または template_aff/Header.php）が
     markup と CSS を自前で持つ。ここには書かない
   - 相対パス ../img/ は shared/tf005/img/ に解決される（全 LP 共通画像のみ）
   ===================================================================== */

/* =====================================
   全体設定
   ===================================== */

html {
    font-size: 62.5%;
}

a {
    color: #171110;
    text-decoration: none;
    transition: 0.3s all ease;
}

a:hover {
    opacity: 0.6;
}

.sp {
    display: none !important;
}

body {
    position: relative;
    margin: 0 auto;
    font-size: 2.2rem;
    color: #171110;
    line-height: 1.7142857;
    text-align: left;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*Chrome,Safari*/
    -ms-text-size-adjust: 100%;
    /*EgdeMobile*/
    -moz-text-size-adjust: 100%;
    /*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
}

#wrapper img {
    max-width: 100%;
}

/* =====================================
   header
   ===================================== */
/* =====================================
   main
   ===================================== */
.visual {
    width: 100%;
    background: #ffdd74;
}

.visual img {
    max-width: 100%;
    margin: 0 auto;
}

.slideArea01 {
    width: 100%;
    padding: 65px 0 60px;
}

.slideArea01 h2 img {
    width: 474px;
    margin: 0 auto 16px;
}

.slideArea01 ul {
    display: none;
}

.slideArea01 ul.slick-initialized {
    display: block;
}

.slideArea01 ul .slick-slide {
    margin: 0 8px;
}

.slideArea01 p {
    padding: 0 40px;
}

.slideArea01 p img {
    max-width: 100%;
    margin: 40px auto 0;
}

.btnArea {
    width: 100%;
    padding: 48px 0 55px;
}

.btnArea p img {
    width: 394px;
    margin: 0 auto 8px;
}

.btnArea a {
    display: table;
    margin: 0 auto;
}

.btnArea a img {
    width: 545px;
    margin: 0 auto;
}

.example {
    width: 100%;
}

.example h2 img {
    width: 457px;
    margin: 0 auto 40px;
}

.example ul {
    width: 100%;
    max-width: 924px;
    margin: 0 auto;
}

.example ul .slick-slide {
    padding: 0 13px;
}

.example ul .slick-slide img {
    width: 282px;
}

.example .slick-prev,
.example .slick-next {
    width: 40px;
    height: 80px;
    border-radius: 4px;
}

.example .slick-prev {
    left: -48px;
    background: #000 url("../img/prev01.png") no-repeat center;
}

.example .slick-next {
    right: -48px;
    background: #000 url("../img/next01.png") no-repeat center;
}

@media screen and (max-width:1020px) {
    .example ul {
        max-width: 616px;
    }

    .example .slick-prev,
    .example .slick-next {
        border-radius: 4px;
    }
}

.result h2 {
    width: 100%;
    background: linear-gradient(to right, #df3e25, #df9725);
    padding: 40px 0;
}

.result h2 img {
    width: 494px;
    margin: 0 auto;
}

.result p {
    padding: 80px 40px 100px;
}

.result p img {
    margin: 0 auto;
}

.voice {
    width: 100%;
    padding: 100px 40px 80px;
    background: #ffe6d8;
}

.voice dl {
    width: 100%;
    max-width: 1048px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 80px;
}

.voice dl div {
    width: calc((100% - 40px) / 3);
    position: relative;
    background: #fff;
    padding: 44px 30px 30px;
}

.voice dl div::before {
    content: "";
    clip-path: polygon(0 0, 100% 100%, calc(100% - 4px) 0);
    width: 35px;
    height: 32px;
    position: absolute;
    bottom: -32px;
    left: 20.833%;
    background: #fff;
}

.voice dl div::after {
    content: "";
    background: url("../img/comma01.png");
    background-size: 40px 34px;
    width: 40px;
    height: 34px;
    position: absolute;
    top: -10px;
    left: 20px;
}

.voice dl div dt {
    font-size: 3.2rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    color: #df3e25;
}

.voice dl div dd {
    padding-top: 154px;
    background: url("../img/icon03.png") no-repeat center top 12px;
    background-size: 126px auto;
}

.voice dl div:nth-child(2) dd {
    background: url("../img/icon04.png") no-repeat center top 12px;
    background-size: 126px auto;
}

.voice p img {
    width: 394px;
    margin: 0 auto 8px;
}

.voice a {
    display: table;
    margin: 0 auto;
}

.voice a img {
    width: 545px;
    margin: 0 auto;
}

.reason {
    padding: 100px 0;
    background: #f28749;
    width: 100%;
}

.reason h2 {
    padding: 0 40px;
}

.reason h2 img {
    margin: 0 auto -6px;
    width: 527px;
}

.reason ul li {
    margin: 0 auto;
    width: 100%;
    padding: 0 40px 80px;
}

.reason ul li:nth-child(even) {
    padding: 140px 40px;
    clip-path: polygon(0 0, 100% 60px, 100% calc(100% - 60px), 0% 100%);
    background: #ffd3b9;
}

.reason ul li:nth-child(3) {
    padding: 80px 40px;
}

.reason ul li h3 {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.reason ul li p {
    width: 100%;
    max-width: 780px;
    margin: 22px auto 45px;
}

.reason ul li div {
    width: 100%;
    max-width: 780px;
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    font-size: 3.0rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.reason ul li div::before {
    content: "";
    background: #fff url("../img/icon05.png") center top 15px no-repeat;
    background-size: 36px auto;
    border-radius: 41px;
    width: 82px;
    height: 82px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.reason ul li div span {
    position: relative;
    z-index: 10;
}

.reason ul li div strong {
    color: #df3e25;
}

.btnArea02 {
    width: 100%;
    padding: 60px 0 100px;
}

.btnArea02 p img {
    width: 394px;
    margin: 0 auto 8px;
}

.btnArea02 a {
    display: table;
    margin: 0 auto;
}

.btnArea02 a img {
    width: 545px;
    margin: 0 auto;
}

.service {
    width: 100%;
    background: #ffe6d8;
    padding: 55px 40px 100px;
}

.service h2 img {
    width: 586px;
    margin: 0 auto -8px;
}

.service dl {
    width: 100%;
    max-width: 1048px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.service dl div {
    width: calc((100% - 40px) / 3);
    border-radius: 20px;
    background: #fff;
}

.service dl div dt {
    padding: 139px 30px 36px;
    border-radius: 20px 20px 0 0;
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1.125;
    color: #fff;
    text-align: center;
}

.service dl div:nth-child(1) dt {
    background: url("../img/icon06.png") center top 38px no-repeat, linear-gradient(to right, #df3e25, #df9725);
    background-size: 97px auto, 100%;
}

.service dl div:nth-child(2) dt {
    background: url("../img/icon07.png") center top 38px no-repeat, linear-gradient(to right, #df3e25, #df9725);
    background-size: 97px auto, 100%;
}

.service dl div:nth-child(3) dt {
    background: url("../img/icon08.png") center top 38px no-repeat, linear-gradient(to right, #df3e25, #df9725);
    background-size: 97px auto, 100%;
}

.service dl div dd {
    padding: 20px 30px 52px;
    border-radius: 0 0 20px 20px;
}

.service p img {
    width: 394px;
    margin: 60px auto 8px;
}

.service a {
    display: table;
    margin: 0 auto;
}

.service a img {
    width: 545px;
    margin: 0 auto;
}

.flow {
    background: #ffdd74;
}

.flow h2 img {
    margin: 0 auto -8px;
    width: 510px;
}

.flow dl {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.flow dl div dt {
    padding: 0 20px;
    width: 100%;
    min-height: 92px;
    font-size: 3.84rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.flow dl div dt.active {
    cursor: pointer;
}

.flow dl div:nth-child(1) dt {
    background: url("../img/step01.png") no-repeat center left 20px;
    background-size: 92px auto;
}

.flow dl div:nth-child(2) dt {
    background: url("../img/step02.png") no-repeat center left 20px;
    background-size: 92px auto;
}

.flow dl div:nth-child(3) dt {
    background: url("../img/step03.png") no-repeat center left 20px;
    background-size: 92px auto;
}

.flow dl div dt span {
    padding: 0 0 0 200px;
    position: relative;
}

.flow dl div:nth-child(1) dt span::before {
    content: "";
    background: url("../img/icon09.png") no-repeat center left;
    background-size: 87px auto;
    width: 87px;
    height: 82px;
    position: absolute;
    top: 50%;
    left: 113px;
    transform: translateY(-50%);
}

.flow dl div.accordion dt span::after {
    content: "";
    background: url("../img/more01.png") no-repeat center right;
    width: 140px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.flow dl div.accordion dt.active span::after {
    background: url("../img/close01.png") no-repeat center right;
}

.flow dl div dd {
    padding: 17px 40px 0;
    display: none;
}

.flow dl div:nth-child(2) dd {
    display: block;
}

.flow dl div dd h3 {
    font-size: 3.2rem;
    text-align: center;
    line-height: 1.25;
    font-weight: bold;
}

.flow dl div dd h3 strong {
    color: #df3e25;
}

.flow dl div dd p {
    margin-top: 18px;
}

.flow dl div dd div {
    margin-top: 22px;
    background: #fff4d7;
    padding: 30px 20px;
    border-radius: 0;
    font-size: 2.0rem;
}

.flow dl div dd div h4 {
    padding: 0 30px;
    font-size: 2.486rem;
    font-weight: bold;
    position: relative;
    line-height: 36px;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.flow dl div dd div h4::before {
    content: "";
    background: url("../img/huki01.png") no-repeat;
    background-size: 23px auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 23px;
    height: 36px;
}

.flow dl div dd div h4::after {
    content: "";
    background: url("../img/huki01.png") no-repeat;
    background-size: 23px auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(-1, 1);
    width: 23px;
    height: 36px;
}

.contact {
    width: 100%;
    background: #f28749;
}

.contact h2 img {
    width: 509px;
    margin: 0 auto -8px;
}

.contact .form {
    width: 100%;
    max-width: 780px;
    margin: -50px auto 0;
    background: #fff;
    padding: 60px;
    border-radius: 20px;
}

.contact .form dl div dt {
    font-size: 2.40rem;
    font-weight: bold;
    width: 46.212%;
    display: flex;
    align-items: center;
}

.contact .form dl div dt span {
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
    width: 50px;
    height: 25px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
}

.contact .form dl div dt span.hissu {
    background: #df3e25;
}

.contact .form dl div dt span.ninni {
    background: #00b853;
}

.contact .form dl div dd {
    font-size: 2.0rem;
    font-weight: bold;
    width: 53.788%;
}

.contact .select {
    background: #fff;
    height: 56px;
    width: 100%;
    border: 3px solid #000;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.contact .select::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    right: 20px;
    top: 50%;
    transform: translateY(-70%) rotate(45deg);
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    z-index: -1;
}

.contact select {
    /* 初期化 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #333;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 2.0rem;
}

.contact input[type="text"] {
    background: #fff;
    height: 56px;
    width: 100%;
    border: 3px solid #000;
    font-size: 2.0rem;
    padding: 0 10px;
}

.contact button {
    width: 373px;
    height: 93px;
    display: table;
    background: url("../img/btn02.png") no-repeat;
    background-size: 373px auto;
    border: none;
    text-indent: -9999px;
}

/* =====================================
   footer
   ===================================== */
footer {
    width: 100%;
    background: #171110;
    padding: 55px 40px;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 2.1rem;
}

footer small {
    font-size: 1.82rem;
    margin-bottom: 27px;
    display: block;
}

footer a {
    color: #fff;
}

footer p {
    font-size: 1.82rem;
    line-height: 1.615;
    margin-top: 20px;
}

.pagetop {
    width: 80px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    transition: 0.3s all ease;
}

.pagetop img {
    width: 100%;
}

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

    .sp {
        display: block !important;
    }

    a:hover {
        opacity: 1;
    }

    body {
        width: 100%;
        overflow-x: hidden;
    }

    /* =====================================
       header
       ===================================== */
    /* =====================================
       main
       ===================================== */
    .slideArea01 {
        padding: 4.4vw 0 6.67vw;
    }

    .slideArea01 h2 img {
        width: 78.933vw;
        margin: 0 auto 2vw;
    }

    .slideArea01 ul .slick-slide {
        margin: 0 1.067vw;
    }

    .slideArea01 ul .slick-slide img {
        width: 23.6vw;
    }

    .slideArea01 p {
        padding: 0 2.8vw;
    }

    .slideArea01 p img {
        margin: 4vw auto 0;
    }

    .btnArea {
        padding: 8vw 0 9.33vw;
    }

    .btnArea p img {
        width: 65.6vw;
        margin: 0 auto 1.33vw;
    }

    .btnArea a img {
        width: 90.4vw;
    }

    .example h2 img {
        width: 76.133vw;
        margin: 0 auto 5.33vw;
    }

    .example div h3 {
        font-size: 5.40133vw;
        height: 12.8vw;
        margin-bottom: 4vw;
    }

    .example ul {
        max-width: 100%;
    }

    .example ul .slick-slide {
        padding: 0;
    }

    .example ul .slick-slide img {
        width: 46.8vw;
        margin: 0 auto;
    }

    .example .slick-prev,
    .example .slick-next {
        width: 5.33vw;
        height: 10.67vw;
    }

    .example .slick-prev {
        left: 0;
        background: #000 url("../img/prev01.png") no-repeat center;
        background-size: 3.2vw auto;
        border-radius: 0 0.533vw 0.533vw 0;
        z-index: 100;
    }

    .example .slick-next {
        right: 0;
        background: #000 url("../img/next01.png") no-repeat center;
        background-size: 3.2vw auto;
        border-radius: 0.533vw 0 0 0.533vw;
    }

    .result h2 {
        padding: 6.67vw 0;
    }

    .result h2 img {
        width: 82.8vw;
    }

    .result p {
        padding: 0;
    }

    .result p img {
        width: 100%;
    }

    .voice {
        padding: 13.33vw 0 9.467vw;
    }

    .voice dl {
        display: block;
        margin: 0 auto 8.267vw;
    }

    .voice dl div {
        width: 89.33vw;
        padding: 6.933vw 5vw 6.4vw;
        margin: 0 auto 8vw;
        background: #fff url("../img/icon03.png") no-repeat right 5vw top 4.8vw;
        background-size: 21.067vw auto;
    }

    .voice dl div:nth-child(2) {
        background: #fff url("../img/icon04.png") no-repeat right 5vw top 4.8vw;
        background-size: 21.067vw auto;
    }

    .voice dl div::before {
        clip-path: polygon(0 0, 100% 100%, calc(100% - 0.533vw) 0);
        width: 6vw;
        height: 5.33vw;
        bottom: -5vw;
        left: 11.467vw;
    }

    .voice dl div:nth-child(2)::before {
        left: auto;
        right: 11.467vw;
        transform: scale(-1, 1);
    }

    .voice dl div::after {
        background: url("../img/comma01.png");
        background-size: 6.67vw 5.6vw;
        width: 6.67vw;
        height: 5.6vw;
        top: -1.733vw;
        left: 3.33vw;
    }

    .voice dl div dt {
        font-size: 5.33vw;
        text-align: left;
        margin-bottom: 2vw;
    }

    .voice dl div dd {
        padding-top: 0;
        background: none;
    }

    .voice dl div:nth-child(2) dd {
        background: none;
    }

    .voice p img {
        width: 65.6vw;
        margin: 0 auto 1.33vw;
    }

    .voice a img {
        width: 90.4vw;
    }

    .reason {
        padding: 15.067vw 0 10.267vw;
    }

    .reason h2 {
        padding: 0;
    }

    .reason h2 img {
        margin: 0 auto -2.267vw;
        width: 87.867vw;
    }

    .reason ul li {
        padding: 0 0 10.67vw;
    }

    .reason ul li:nth-child(even) {
        padding: 18.67vw 0;
        clip-path: polygon(0 0, 100% 8vw, 100% calc(100% - 8vw), 0% 100%);
    }

    .reason ul li:nth-child(3) {
        padding: 10.67vw 0;
    }

    .reason ul li p {
        max-width: 86.67vw;
        margin: 2.67vw auto 6.267vw;
    }

    .reason ul li div {
        max-width: 86.67vw;
        border-radius: 1.067vw;
        padding: 5.733vw;
        font-size: 5.04vw;
        line-height: 1.33;
    }

    .reason ul li div::before {
        background: #fff url("../img/icon05.png") center top 2.633vw no-repeat;
        background-size: 6vw auto;
        border-radius: 6.8665vw;
        width: 13.733vw;
        height: 13.733vw;
        top: -5.33vw;
    }

    .btnArea02 {
        padding: 9.2vw 0 12.133vw;
    }

    .btnArea02 p img {
        width: 65.6vw;
        margin: 0 auto 1.33vw;
    }

    .btnArea02 a img {
        width: 90.4vw;
    }

    .service {
        padding: 7.067vw 0 9.467vw;
    }

    .service h2 img {
        width: 93.33vw;
        margin: 0 auto -2.267vw;
    }

    .service dl {
        max-width: 86.67vw;
        margin: 0 auto;
        display: block;
    }

    .service dl div {
        width: 100%;
        border-radius: 2.67vw;
        margin-bottom: 5.33vw;
    }

    .service dl div:last-child {
        margin-bottom: 0;
    }

    .service dl div dt {
        padding: 0 0 0 24.67vw;
        height: 20.533vw;
        border-radius: 2.67vw 2.67vw 0 0;
        font-size: 6.4vw;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .service dl div:nth-child(1) dt {
        background: url("../img/icon06.png") center left 4.533vw no-repeat, linear-gradient(to right, #df3e25, #df9725);
        background-size: 16.267vw auto, 100%;
    }

    .service dl div:nth-child(2) dt {
        background: url("../img/icon07.png") center left 4.533vw no-repeat, linear-gradient(to right, #df3e25, #df9725);
        background-size: 16.267vw auto, 100%;
    }

    .service dl div:nth-child(3) dt {
        background: url("../img/icon08.png") center left 4.533vw no-repeat, linear-gradient(to right, #df3e25, #df9725);
        background-size: 16.267vw auto, 100%;
    }

    .service dl div dd {
        padding: 3.733vw 5.33vw 6.67vw;
        border-radius: 0 0 2.67vw 2.67vw;
    }

    .service p img {
        width: 65.6vw;
        margin: 8.133vw auto 1.33vw;
    }

    .service a img {
        width: 90.4vw;
    }

    .flow h2 img {
        margin: 0 auto -2.267vw;
        width: 84.933vw;
    }

    .flow dl {
        max-width: 89.33vw;
    }

    .flow dl div dt {
        padding: 0 3.33vw;
        min-height: 15.6vw;
        font-size: 6.4vw;
        line-height: 1.167;
    }

    .flow dl div:nth-child(1) dt {
        background: url("../img/step01.png") no-repeat center left 3.33vw;
        background-size: 15.6vw auto;
    }

    .flow dl div:nth-child(2) dt {
        background: url("../img/step02.png") no-repeat center left 3.33vw;
        background-size: 15.6vw auto;
    }

    .flow dl div:nth-child(3) dt {
        background: url("../img/step03.png") no-repeat center left 3.33vw;
        background-size: 15.6vw auto;
    }

    .flow dl div dt span {
        padding: 0 0 0 33vw;
    }

    .flow dl div:nth-child(1) dt span::before {
        background: url("../img/icon09.png") no-repeat center left;
        background-size: 13.067vw auto;
        width: 13.067vw;
        height: 12.67vw;
        left: 18.267vw;
    }

    .flow dl div.accordion dt span::after {
        background: url("../img/sp/more01.png") no-repeat center right;
        background-size: 16vw auto;
        width: 16vw;
        height: 5.33vw;
        right: 0.533vw;
    }

    .flow dl div.accordion dt.active span::after {
        background: url("../img/sp/close01.png") no-repeat center right;
        background-size: 16vw auto;
    }

    .flow dl div dd {
        padding: 3.067vw 6.67vw 0;
    }

    .flow dl div dd h3 {
        font-size: 5.33vw;
        text-align: left;
    }

    .flow dl div dd p {
        margin-top: 2.8vw;
    }

    .flow dl div dd div {
        margin-top: 4vw;
        padding: 4vw;
        font-size: 3.467vw;
    }

    .flow dl div dd div h4 {
        padding: 0 4.533vw;
        font-size: 4.133vw;
        line-height: 6vw;
    }

    .flow dl div dd div h4::before {
        background: url("../img/huki01.png") no-repeat;
        background-size: 3.867vw auto;
        width: 3.867vw;
        height: 6vw;
    }

    .flow dl div dd div h4::after {
        background: url("../img/huki01.png") no-repeat;
        background-size: 3.867vw auto;
        width: 3.867vw;
        height: 6vw;
    }

    .contact h2 img {
        width: 84.4vw;
        margin: 0 auto -2.267vw;
    }

    .contact .form {
        max-width: 89.33vw;
        padding: 6.67vw;
        border-radius: 2.67vw;
    }

    .contact .form dl div dt {
        width: 100%;
    }

    .contact .form dl div dt span {
        width: 10.4vw;
        border-radius: 0.533vw;
        margin-left: 1.33vw;
    }

    .contact .form dl div dd {
        width: 100%;
    }

    .contact .select {
        border: 0.533vw solid #000;
    }

    .contact .select::after {
        width: 3.467vw;
        height: 3.467vw;
        right: 4vw;
        border-bottom: 0.8vw solid #000;
        border-right: 0.8vw solid #000;
    }

    .contact select {
        padding: 0 2.67vw;
    }

    .contact input[type="text"] {
        border: 0.533vw solid #000;
        padding: 0 2.67vw;
    }

    .contact button {
        width: 77.067vw;
        height: 19.6vw;
        background: url("../img/btn02.png") no-repeat;
        background-size: 77.067vw auto;
    }

    /* =====================================
       footer
       ===================================== */
    footer {
        padding: 10.67vw 0;
        font-size: 4vw;
    }

    footer small {
        font-size: 3.467vw;
        margin-bottom: 5.33vw;
    }

    footer p {
        font-size: 3.467vw;
        margin-top: 2.67vw;
    }

    .pagetop {
        bottom: 4vw;
        right: 4vw;
    }
}

/*Accordian*/
/* Base */
.toggle {
    display: none;
}

.Label {
    /* Title */
    padding: 0.5em;
    display: block;
    color: #fff;
    background: #df3e25;
    position: relative;
}

.Label::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    transform: rotate(135deg);
}

.Label,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.content {
    /* Content */
    height: 0;
    margin-bottom: 5px;
    padding: 0 10px;
    overflow: hidden;
}

/* Flexbox for layout */
.flex-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.flex-item dt {
    margin-right: 5px;
}

@media (max-width: 600px) {
    .flex-item {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px;
    }
}

/* General styling for the gallery */

/* =====================================================================
   よくある質問（FAQ）

   markup は各 LP の index.php の </main> 直前にある <section class="faq">。
   全 LP で同一内容なので CSS もここに 1 箇所だけ置く。
   <details>/<summary> の開閉はブラウザ標準機能で、JS は不要。
   ===================================================================== */

.faq {
    background: #fff;
    padding: 0px 40px;
}

.faq-title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 30px;
}

/* #wrapper img { max-width: 100% } より詳細度を上げて幅を抑える */
#wrapper .faq-title img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

.faq-list {
    max-width: 1024px;
    margin: 0 auto;
    text-align: left;
}

.faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 14px;
    overflow: hidden;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 56px 20px 24px;
    font-size: 1.7rem;
    font-weight: bold;
    background: #f7f7f7;
    position: relative;
}

/* Safari の標準マーカーを消す */
.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::before {
    content: "Q";
    color: #ef5a24;
    font-weight: bold;
    margin-right: 12px;
}

.faq-item summary::after {
    content: "＋";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #ef5a24;
    font-weight: bold;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-a {
    padding: 20px 24px;
    font-size: 1.5rem;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .faq {
        padding: 0 5vw;
    }

    .faq-title {
        font-size: 6vw;
        margin-bottom: 6vw;
    }

    .faq-item summary {
        font-size: 3.5vw;
        padding: 4vw 12vw 4vw 5vw;
    }

    .faq-a {
        font-size: 3vw;
        padding: 4vw 5vw;
    }
}
