@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700;900&family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
    --main-color: #0072b9;
    --bg-color: #c4e8f7;
    --cv-btn-base: #ff8c1e;
    --cv-btn-shadow: #ed6b00;
    --color-yellow: #fff87b;
}
* {
    box-sizing: border-box;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}
html {
    scroll-behavior: smooth;
}

/* -----------------------------------
 -------------- text -----------------
 ------------------------------------*/
li {
    list-style: none;
}
.m-plus-1p {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.inline_block {
    display: inline-block;
}
.marker {
    background: linear-gradient(transparent 50%, var(--color-yellow) 50%);
    font-weight: bold;
}
.c-text__ttl {
    color: var(--main-color);
}
.c-text__yellow {
    color: #ffeb3e;
}
.c-text__bold {
    font-weight: 700;
}
.bg_txt {
    font-size: 1.1em;
}

/* -----------------------------------
 ------------- Components ------------
 ------------------------------------*/
.u-mt20 {
    margin-top: 20px;
}
.u-mt30{
    margin-top: 30px;
}
.u-mt40 {
    margin-top: 40px;
}
.u-mt60 {
    margin-top: 60px;
}
.u-mb30 {
    margin-bottom: 30px;
}
.u-mb40 {
    margin-bottom: 40px;
}
.u-mb50 {
    margin-bottom: 50px;
}
.u-mb60 {
    margin-bottom: 60px;
}
.u-mb80 {
    margin-bottom: 80px;
}
@media screen and (max-width: 860px){
    .u-mt20__sp {
        margin-top: 20px;
    }

    .u-mb20__sp {
        margin-bottom: 20px;
    }
    .u-mb30__sp {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 861px) {
    .u-show--sp {
        display: none !important;
    }
}
@media screen and (max-width: 860px) {
    .u-none--sp {
        display: none !important;
    }
}


/* -----------------------------------
 -------------- ttl -----------------
 ------------------------------------*/
h2 {
    position: relative;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 80px;
}

h2::after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 5px;
    margin: 35px auto 0;
    background-color: var(--main-color);
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: clamp(22px, 8vw, 34px);
        padding-bottom: 50px;
    }
    h2::after {
        margin: 16px auto 0;
    }
}

/* -----------------------------------
 -------------- main -----------------
 ------------------------------------*/
.l-main__inner {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 64px 0;
}
@media screen and (max-width: 1100px){
    .l-main__inner {
        width: 92%;
        padding: 40px 0;
    }
}
@media screen and (min-width: 1101px){
    .l-main__inner {
        max-width: 1100px;
    }
}

/* -----------------------------------
 -------------- header ---------------
 ------------------------------------*/
header {
    position: inherit;
    height: auto;
    background-color: var(--main-color);
}
.header_inner {
    display: block;
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 13px 0;
}
.header_inner img {
    width: 220px;
}
@media screen and (max-width: 860px){
    .header_inner {
        padding: 6px 0;
    }
    .header_inner img {
        width: 40vw;
        padding: 0 4vw;
    }
}

/* -----------------------------------
 ------------- footer ----------------
 ------------------------------------*/
footer {
    background-color: #fff;
    padding: 20px 0 20px;
    color: #a2a2a2;
    text-align: center;
    font-size: 14px;
}
footer .content_area{
    display: table;
    padding:5px 0 20px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
footer .content_area p {
    display: table-cell;
}
footer .content_area p a {
    padding: 0 20px;
    color: #000;
}
@media screen and (max-width: 768px) {
    footer {
        margin-top: 0;
    }
    footer .content_area p {
        display: block;
    }
}

/* -----------------------------------
 ---------------- mv -----------------
 ------------------------------------*/
.b-mv__inner {
    display: block;
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 12px 0 0;
}
.b-mv__main_ttl {
    display: block;
    width: 93%;
}
.b-mv__wrap {
    display: flex;
    justify-content: space-between;
}

.b-mv__bg {
    background-color: var(--bg-color);
}
.b-mv__content_wrap {
    width: 56%;
    margin-top: 30px;
}
.b-mv__content_wrap img {
    width: 100%;
    height: auto;
}
.b-mv__main_ttl {}
.b-mv__main_ttl img {
    width: 100%;
}
.b-mv__img__mailmagazine {
    display: block;
    width: 80%;
    margin-bottom: -7px;
}
.b-mv__main_content {
    margin-bottom: 30px;
}
.b-mv__main_content img {
    width: 100%;
    height: auto;
}
.b-mv__sub_img {
    padding: 20px 0;
    background-color: var(--bg-color);
}
@media screen and (min-width: 861px) {
    .b-mv__bg{
        min-height: 650px;
    }
}
@media screen and (max-width: 1100px){
    .b-mv__main_content::after {
        height: 130px;
    }
    .b-mv__sub_img img{
        width: 45%;
    }
}
@media screen and (max-width: 860px){
    .b-mv__inner {
        width: 100%;
    }
    .b-mv__wrap {
        flex-direction: column;
    }
    .b-mv__bg {
        background-size: 50%;
    }
    .b-mv__content_wrap {
        width: 100%;
        margin: 0 auto;
    }
    .b-mv__img__mailmagazine{
        width: 65%;
    }
    .b-mv__sub_img {
        padding: 40px 0 20px;
    }
    .b-mv__sub_img img{
        width: 100%;
    }
    .b-mv__campaign_day__inner{
        width: 90%;
    }
    .b-mv__campaign_day__txt1{
        font-size: 18px;
    }
    .b-mv__campaign_day__txt2{
        font-size: 13px;
    }
}
@media screen and (max-width: 400px) {
    .b-mv__content_wrap {
        width: 95%;
        margin: 0 auto;
    }
}

/* -----------------------------------
 ---------------- cv -----------------
 ------------------------------------*/
.cv {
    padding-top: 30px;
    width: 90%;
    margin-inline: auto;
}

.cv-ttl {
    color: #fff;
    background: var(--main-color);
    padding: 13px 0 5px;
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
}
.cv-ttl::before,
.cv-ttl::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 5px;
    vertical-align: middle;
    border-right: 0 solid transparent;
    border-top: 29px solid #fff;
    border-left: 8px solid transparent;
    margin: 0 5%;
    transform: skew(30deg,0deg);
}
.cv-ttl::after{
    transform:skew(-30deg,0deg) scale(-1, 1);
}
.cv-content {
    display: flex;
    height: 150px;
    background-color: #fff;
    border: solid var(--main-color) 6px;
    align-items: center;
    justify-content: center;
}
.cv-web {
    display: block;
    width: 100%;
    max-width: 750px;
    padding: 20px 0;
    text-align: center;
}
.cv-web-btn {
    background-color: var(--cv-btn-base);
    display: block;
    position: relative;
    width: 90%;
    padding: 20px 0;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 10px;
    border-bottom: 7px solid var(--cv-btn-shadow);
}
.cv-web-btn:hover{
    bottom: -5px;
    border-bottom: 2px solid var(--cv-btn-shadow);
}
.cv-web-btn span{
    color: var(--color-yellow);
    font-weight: bold;
}
.cv-web-btn p{
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
}

@media screen and (max-width: 768px){
    .cv {
        width: 100%;
        padding-top: 8%;
    }
    .cv-ttl {
        padding: 9px 0 0;
        font-size: 22px;
        font-weight: bold;
    }
    .cv-ttl::before,
    .cv-ttl::after {
        border-top: 22px solid #fff;
    }
    .cv-web-btn {
        padding: 10px 0;
    }
    .cv-web-btn span {
        font-size: 15px;
    }
    .cv-web-btn p {
        font-size: 24px;
    }
    .cv-content {
        height: 110px;
    }

}

/* -----------------------------------
 -------------- step -----------------
 ------------------------------------*/
.step{
    background: linear-gradient(
        130deg,
        #effff4 50%,
        #f9ffee 50%
    );
}
.step h2 {
    position: relative;
}
.step h2::before {
    content: "";
    position: absolute;
    left: 240px;
    top: 9px;
    width: 48px;
    height: 36px;
    background: url("../img/chat_icon.png") no-repeat center / contain;
}
.step_sub_txt {
    margin-bottom: 40px;
    text-align: center;
}
.step-item{
    position:relative;
    width:90%;
    max-width:900px;
    margin:0 auto;
}
.step-box{
    position:relative;
    background:#fff;
    border-radius:50px;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
}
.step-header{
    position:absolute;
    top: -10px;
    width: 100%;
    display:flex;
    align-items:center;
    background: #06c655;
    color:#fff;
    border-radius:60px;
}
.step-num{
    background:#2fa54d;
    width:70px;
    height:70px;
    border-radius:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: clamp(22px, 6vw, 26px);
    margin-right:15px;
    letter-spacing: -0.035em;
}
.step01 .step-num{
    background:#00a945;
}
.step02 .step-num{
    background:#0aa98e;
}
.step03 .step-num{
    background:#089da9;
}
.step04 .step-num{
    background:#0172a9;
}
.step-header p{
    font-size: clamp(22px, 6vw, 24px);
    margin:0;
    font-weight:bold;
}
.step-text{
    line-height:1.7;
    font-size:16px;
    padding: 92px 40px 24px;
    width: 70%;
}
.step02 .step-text{
    padding: 92px 40px 38px;
}
.step-img{
    position:absolute;
    right: 42px;
    bottom: 0;
    width: 25%;
    max-width: 300px;
}
.step01 .step-img{
    bottom: -15px;
}
.step-arrow{
    width:0;
    height:0;
    border-left:18px solid transparent;
    border-right:18px solid transparent;
    border-top:22px solid var(--main-color);
    margin:30px auto;
}

@media (max-width:1100px) {
    .step h2::before {
        content: none;
    }
}
@media (max-width:425px) {
    .step h2 {
        padding-left: 12px;
    }
    .step h2::before {
        content: '';
        left: 0;
        top: 7px;
        width: 42px;
        height: 33px;
    }
}

@media (max-width:768px){

    .step-item {
        width: 100%;
    }
    .step-box{
        text-align:center;
        border-radius: 35px;
    }

    .step-img{
        position:static;
        margin-top:10px;
        width: 75vw;
    }
    .step01 .step-img {
        position: absolute;
        top: -34px;
        right: -4px;
        width: 30vw;
    }
    .step-text,
    .step02 .step-text {
        width: 100%;
        padding: 18% 5% 5%;
        text-align: left;
    }
    .step-num {
        width: 13vw;
        height: 13vw;
    }
}

/* -----------------------------------
 --------------- target --------------
 ------------------------------------*/
.target{
    background-color: #eef5ff;
}
.target-item{
    display:flex;
    gap: 16px;
    color:#fff;
    align-items:stretch;
}
.target-item + .target-item{
    margin-top:40px;
}
.target-text{
    width:70%;
    padding: 24px 0;
}
.target-text h3{
    background:#fff;
    padding:2px 20px;
    font-size:24px;
    margin-bottom:20px;
    line-height: 1;
}
.target-text h3 span {
    vertical-align: middle;
}
.target-item + .target-item{
    margin-top:40px;
}
.target-text h3 .ttl-num {
    font-size: 38px;
    letter-spacing: -0.03em;
}
.target-img{
    width:30%;
}
.target-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

@media screen and (min-width:767px) {
    .target-ttl span:nth-child(3){
        position: relative;
        left: -10px;
    }
    /*ボックス背景色*/
    .target .item01 {
        background:#0c95dd;
    }
    .target .item02 {
        background:#10a4dd;
    }
    .target .item03 {
        background:#06b9dd;
    }
    .target .item04 {
        background:#40c0cb;
    }
    .target .item05 {
        background:#00c4b1;
    }
    /*タイトル色*/
    .target .item01 h3{
        color:#0c95dd;
    }
    .target .item02 h3{
        color:#10a4dd;
    }
    .target .item03 h3{
        color:#06b9dd;
    }
    .target .item04 h3{
        color:#40c0cb;
    }
    .target .item05 h3{
        color:#00c4b1;
    }
    /* 斜めカット */
    /* 奇数 */
    .target-item:nth-child(odd) .target-img{
        clip-path: polygon(22% 0,100% 0,100% 100%,0 100%);
    }
    /* 偶数 */
    .target-item:nth-child(even) .target-img{
        clip-path: polygon(0 0,100% 0,78% 100%,0 100%);
    }

    /*テキスト横余白*/
    .target-item:nth-child(odd) .target-text p{
        padding-left: 20px;
    }
    .target-item:nth-child(even) .target-text p{
        padding-right: 20px;
    }
}

@media screen and (max-width:768px){
    .target-item{
        position: relative;
        flex-direction: column-reverse;
        gap: 0;
        background: #fff;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    }
    .target-item:nth-child(even) {
        flex-direction: column;
    }
    .target-img{
        width:100%;
    }
    .target-img img{
        width:100%;
        height:auto;
    }
    .target-text{
        width:100%;
        padding:5%;
        color:#333;
    }

    /* タイトルを画像に重ねる */
    .target-text h3{
        position:absolute;
        flex-direction: column;
        display:flex;
        top:0;
        padding:0;
        background:none;
        font-size: clamp(18px, 6vw, 26px);
        margin: 18vw 0 0 0;
        width: fit-content;
    }
    .target-item:nth-child(odd) .target-text h3 {
        left:0;
        text-align: left;
        align-items: flex-start;
    }
    .target-item:nth-child(even) .target-text h3 {
        right:0;
        text-align: right;
        align-items: flex-end;
    }
    .target-ttl span{
        display:block;
        width:fit-content;
        color:#fff;
        padding:1vw 3vw;
        margin-bottom:4px;
    }
    .target-text h3 .ttl-num {
        font-size: clamp(24px, 7vw, 32px);
    }
    .target-item + .target-item {
        margin-top: 5vw;
    }

    .target .item01 .target-ttl span {
        background:#0c95dd;
    }
    .target .item02 .target-ttl span {
        background:#10a4dd;
    }
    .target .item03 .target-ttl span {
        background:#06b9dd;
    }
    .target .item04 .target-ttl span {
        background:#40c0cb;
    }
    .target .item05 .target-ttl span {
        background:#00c4b1;
    }
}

/* -----------------------------------
 -------------- reason ---------------
 ------------------------------------*/
.b-reason__content {
    margin-top: 70px;
}
.reason {
    background-image: url('../img/bg-car.png');
    background-color: #fafafa;
}
.b-reason__list {
    display: flex;
}

@media screen and (max-width: 860px){
    .b-reason__content {
        margin-top: 16px;
    }
    .b-reason__list {
        flex-wrap: wrap;
        gap: 5vw;
    }
}
.b-reason__item {
    width: calc(100%/3);
    padding: 0 8px;
}

@media screen and (max-width: 860px){
    .b-reason__item {
        width: 100%;
        margin-top: 80px;
        padding: 0;
    }
}
.b-reason__item_inner {
    position: relative;
    height: 100%;
    padding: 0 7px;
}
.b-reason__item_ttl__wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    background-color: var(--main-color);
    color: #fff;
    transform: translate(0, -100%);
}
.b-reason__item_ttl {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 3% 6%;
}
.b-reason__item_ttl::before,
.b-reason__item_ttl::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 8px;
    height: 16px;
    background-color: #005283;
    z-index: 0;
    bottom: -16px;
}
.b-reason__item_ttl::before {
    left: 0;
    clip-path: polygon(0 0, 100% 55%, 100% 0);
}
.b-reason__item_ttl::after {
    right: 0;
    clip-path: polygon(0 0, 0 55%, 100% 0);
}

.b-reason__item_ttl__num {
    color: var(--color-yellow);
    letter-spacing: -0.03em;
    font-size: 36px;
}
.b-reason__item_ttl__ja {
    line-height: 1.3;
    font-size: 22px;
    font-weight: 700;
    width: 77%;
}

@media screen and (max-width: 1100px){
    .b-reason__item_ttl__num {
        font-size: 30px;
    }
    .b-reason__item_ttl__ja {
        font-size: 18px;
    }
    .b-reason__item_ttl {
        padding: 3% 0;
    }
}

@media screen and (max-width: 768px){
    .b-reason__item_ttl__num {
        font-size: clamp(30px, 2.5vw, 36px);
    }
    .b-reason__item_ttl__ja {
        font-size: clamp(18px, 7vw, 24px);
    }
    .b-reason__item_ttl__ja::before {
        height: 2px;
    }
    .b-reason__item_ttl {
        position: relative;
        display: flex;
        justify-content: center;
    }
}

.b-reason__body {
    height: 100%;
    padding: 10px 10px 20px;
    background-color: #fff;
    border: solid 1px #a5a5a5;
    border-top: none
}
.b-reason__body ul li {
    font-size: 15px;
    line-height: 1.8;
}
.b-reason__img {
    display: block;
    width: 100%;
}
.b-reason__img img {
    width: 100% ;
}
.b-reason__description {
    margin-top: 10px;
    font-size: 15px;
}
@media screen and (max-width: 860px){
    .b-reason__description {
        font-size: 16px;
    }
}

/* -----------------------------------
 -------------- jirei ----------------
 ------------------------------------*/
.b-blue {
    background-color: var(--bg-color);
}
.jirei .t-orange {
    color: #ff4800;
    margin-right: -6px;
}
.jirei h2 img {
    width: 200px;
}
.jirei_kyouka {
    background-color: #fff;
    padding: 16px 32px;
    text-align: center;
}
.jirei_content_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: #fff;
    padding: 8px 16px 20px;
}
.jirei-card {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}
.jirei_img {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.jirei_img img {
    display: block;
    width: 100%;
}
.jirei_car_ttl {
    padding: 14px 0 4px;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.jirei_price {
    padding: 0 5px 10px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
}
.jirei_price em {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -0.03em;
}
.jirei_info {
    text-align: center;
    line-height: 1.3;
}
.jirei_model_year,
.jirei_mileage {
    font-size: 14px;
}
.jirei_more_p {
    position: relative;
    width: 100%;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    background-color: var(--main-color);
}
.t-jirei_more_p_emphasis {
    font-size: 30px;
    color: #ffec00;
}
.kyouka{
    background-color: #fff;
    padding: 25px 50px;
    border-radius: 5px;
    box-sizing: border-box;
}
.kyouka img {
    width: 90%;
}
.kyouka_p{
    margin-top: 10px;
    text-align: left;
    line-height: 1.6;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .jirei .l-main__inner {
        width: 100%;
    }
    .jirei_kyouka-wrap {
        padding: 0 4%;
    }
    .jirei_kyouka {
        margin-bottom: 20px;
        padding: 18px 10px 10px;
        border-radius: 10px;
    }
    .jirei_content_inner {
        padding: 15px 0 25px;
        background-color: transparent;
    }
    .jirei-card {
        padding: 10px 15px 15px;
        background-color: #fff;
        border-radius: 10px;
    }
    .jirei_car_ttl {
        padding: 15px 0 5px;
    }
    .jirei_price {
        padding: 0 0 4px;
        line-height: 1.7;
    }
    .jirei_price em {
        font-size: 28px;
    }
    .jirei_more_p {
        padding: 10px 0 5px;
        font-size: 22px;
    }
    .t-jirei_more_p_emphasis {
        font-size: 27px;
    }
    .jirei_ttl_img {
        width: 100%;
        max-width: 180px;
    }
    .slick-initialized .slick-slide{
        margin: 10px !important;
    }
    .jirei .cv {
        padding: 0 4%;
    }
}

/* -----------------------------------
 -------------- flow -----------------
 ------------------------------------*/
.b-four_step {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.b-four_step__item {
    position: relative;
    width: 23%;
    padding: 10px 12px 24px;
    background-color: #f1f1f1;
    border-radius: 8px;
}
.b-four_step__item img {
    width: 100%;
    height: auto;
}
.b-four_step__ribbon {
    position: absolute;
    top: 15px;
    left: -10px;
    height: 28px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #009fe8;
    line-height: 1.8;
}
.b-four_step__ribbon::before,
.b-four_step__ribbon::after {
    position: absolute;
    content: "";
}
.b-four_step__ribbon::before {
    top: 100%;
    left: 0;
    border: none;
    border-right: solid 10px #006d93;
    border-bottom: solid 8px transparent;
}
.b-four_step__ribbon::after {
    right: -7px;
    border-color: #009fe8 transparent;
    border-style: solid;
    border-width: 0 7px 28px 0;
}
.b-four_step__ttl {
    margin-top: 14px;
    margin-bottom: 7px;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
}
.b-four_step__txt {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .b-four_step {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .b-four_step__item {
        width: 100%;
        margin-bottom: 15px;
        box-sizing: border-box;
    }
    .b-four_step__ribbon {
        left: -7px;
        height: 24px;
        padding: 0 15px;
        font-size: 13px;
    }
    .b-four_step__ribbon::before {
        border-right: solid 7px #1b881f;
        border-bottom: solid 5px transparent;
    }
    .b-four_step__ribbon::after {
        border-width: 0 7px 24px 0;
    }
    .flow .cv {
        padding-top: 16px;
    }
}

/* -----------------------------------
 --------------- faq -----------------
 ------------------------------------*/
.b-faq {
    background-image: url('../img/bg-faq.png');
}
.b-faq__box{
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 10px;
}
.b-faq__box:not(:last-child){
    margin-bottom: 10px;
}
.b-faq__box.is-open .b-faq__btn{
    border-bottom: 3px solid #D0B000;
    margin-top: 2px;
    margin-bottom: 0;
    background-color: #e0be01;
}
.b-faq__label{
    cursor: pointer;
}
.b-faq__btn{
    max-width: 140px;
    width: 100%;
    padding:10px 5px;
    background-color: #FFD800;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    border-bottom: 5px solid #D0B000;
    border-radius: 10px
}
.b-faq__btn:hover{
    border-bottom: 3px solid #D0B000;
    margin-top: 2px;
    margin-bottom: 0;
}
.b-faq__q{
    box-sizing: border-box;
    padding: 20px 20px 20px 50px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}
.b-faq__q::before{
    content: 'Q.';
    color: #0072b9;
    margin-right: 5px;
    position: absolute;
    left: 20px;
    font-weight: 700;
}
.b-faq__a{
    position: relative;
    display: none;
    border-top: 1px dashed #ADADAD;
    padding: 15px 30px 30px 50px;
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
}
.b-faq__a::before{
    content: 'A.';
    font-size: 20px;
    color: #e81818;
    position: absolute;
    left: 20px;
}

@media screen and (min-width: 861px) {
    .b-faq__btn{
        margin-right: 30px;
    }
    .b-faq__label{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width: 860px) {
    .b-faq__q{
        padding: 10px 10px 10px 40px;
    }
    .b-faq__a{
        padding: 10px 20px 20px 40px;
    }
    .b-faq__btn{
        margin-inline: auto;
        margin-bottom: 10px;
    }
    .b-faq__label{
        margin-bottom: 10px;
    }
    .b-faq__q::before,
    .b-faq__a::before{
        left: 15px;
    }
}