@charset "utf-8";
/*共通設定*/
/*終わり*/  


/*<section class="fd">*/
.fd-txt-area {
    display: flex;
    flex-direction: column;
    gap: 40px;
    font-size: 16px;
}

.fd-lead-txt {
    font-size: 20px;
    font-weight: 600;
}

.fd-txt-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fd-h2 {
    color: #19A199;
    font-weight: 600;
    font-size: 20px;
    display: flex;
}

.fd-txt-wrap-in {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="fd">*/
/*終わり*/
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/ 


/*<section class="fd">*/
    .fd {
        padding-bottom: clamp(40px, 80vw / 5.99, 80px);
    }

    .fd-lead-txt {
        font-size: clamp(18px, 20vw / 5.99, 20px);
    }


    .fd-txt-area {
        font-size: clamp(14px, 16vw / 5.99, 16px);
    }

    .fd-h2 {
        font-size: clamp(18px, 20vw / 5.99, 20px);
    }
/*終わり*/
}
