body {
    font-family: "Noto Sans", sans-serif;
    font-family: "Noto Serif", serif;
    font-family: "Noto Serif JP", serif;
    font-family: "Noto Sans JP", sans-serif;

}

.flow {}

.flow__content {}

.flow__content__img {
    width: 100%;
}

.flow__content__img-sp {}

.flow__content__img-pc {
    display: none;
}

.faq {
    padding: 10.4vw 6.9vw;
}

.faq__ttl {
    margin: 0 auto;
    text-align: center;
}

.faq__ttl__img{
    width: 75.2vw;
}

.faq__list {
    margin-top: 40px;
}

.faq__list li {
    margin-bottom: 16px;
}

.faq__list__q {
    display: flex;
    background-color: #F3F4F6;
    border-radius: 8px;
    padding: 10px 16px;
    gap: 16px;
    align-items: center;
    cursor: pointer;
    transition: border-radius .3s;
    filter: drop-shadow(0 0px 2px #00000071);
}

.faq__list__q.is-open {
    border-radius: 8px 8px 0 0;
}

.faq__list__q__l {
    display: flex;
    gap: 16px;
    align-items: center;
}

.faq__list__q__l__en {
    color: #fff;
    font-weight: 900;
    background-color: #1A2530;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.faq__list__q__l__txt {
    color: #1A2530;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.faq__list__q__r {
    width: 24px;
    min-width: 24px;
    margin-left: auto;
}

.faq__list__a {
    padding: 16px;
    border-radius: 0 0 8px 8px;
    /* border: 1px solid #00AF50; */
    filter: drop-shadow(0 0px 2px #00000071);
    display: none;
    background-color: #fff;
}

.faq__list__a__l {
    display: flex;
    gap: 16px;
    align-items: start;
}

.faq__list__a__l__en {
    /* A */


    font-weight: 900;
  background-color: #1A2530;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;


}

.faq__list__a__l__txt {
    font-size: 16px;
    line-height: 2;
}
main{
    padding-bottom: 200px;
}

@media (min-width: 1080px) {
    main {
        padding-top: 80px;
    }

    .flow__content__img-sp {
        display: none;
    }

    .flow__content__img-pc {
        display: block;
        max-width: 1366px;
        margin: 0 auto;
    }
    .faq {
    padding: 10.4vw 6.9vw;
    max-width: 1200px;
    margin: 0 auto
    ;
}

.faq__ttl {
    margin: 0 auto;
    text-align: center;
}

.faq__ttl__img{
    width: min(30.2vw,400px);
}

.faq__list {
    margin-top: 40px;
}

.faq__list li {
    margin-bottom: 32px;
}

.faq__list__q {
    display: flex;
    background-color: #F3F4F6;
    border-radius: 8px;
    padding: 14px 20px;
    gap: 16px;
    align-items: center;
    cursor: pointer;
    transition: border-radius .3s;
    filter: drop-shadow(0 0px 2px #00000071);
}

.faq__list__q.is-open {
    border-radius: 8px 8px 0 0;
}

.faq__list__q__l {
    display: flex;
    gap: 16px;
    align-items: center;
}

.faq__list__q__l__en {
    color: #fff;
    font-weight: 900;
    background-color: #1A2530;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 18px;
}

.faq__list__q__l__txt {
    color: #1A2530;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.faq__list__q__r {
    min-width: 24px;
    width: 24px;
    margin-left: auto;
}

.faq__list__a {
    padding: 16px;
    border-radius: 0 0 8px 8px;
    /* border: 1px solid #00AF50; */
    filter: drop-shadow(0 0px 2px #00000071);
    display: none;
    background-color: #fff;
}

.faq__list__a__l {
    display: flex;
    gap: 16px;
    align-items: start;
}

.faq__list__a__l__en {
    /* A */


    font-weight: 900;
  background-color: #1A2530;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;


}

.faq__list__a__l__txt {
    font-size: 16px;
    line-height: 2;
}
}