.sectionTitlePage .containerPage {
    max-width: 719px;
}
.fdArea {
    padding: 91px 0 65px;
    background: white;
}
.fdArea .inner {
    max-width: 908px;
}
.fdNote {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.4px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: justify;
}
.fdArea .fdLead {
    font-size: 14px;
    letter-spacing: 0.9px;
    font-weight: 900;
    line-height: 1.8;
    margin-bottom: -3px;
    padding-right: 8px;
    text-align: justify;
}
.fdArea .fdLead span,
.fdArea .fdText span {
    display: block;
}
.fdArea .fdTitle {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: 1.9px;
    background: #e50011;
    color: #fff;
    border-radius: 0 23px 23px 0;
    padding: 11px 21px 10.8px;
    margin-right: 0px;
    margin-bottom: 19px;
    margin-top: 33.8px;
    letter-spacing: 2.4px;
}
.fdArea .fdText {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 1.6em;
    text-align: justify;
    padding-right: 8px;
}
.fdArea .fdText .num {
    letter-spacing: -2px;
}
.fdArea .fdText .dot {
    margin-left: -3px;
    margin-right: -3px;
}
.fdArea .fdContent *:last-child {
    margin-bottom: 0;
}
.fdArea .fdContent {
    margin-bottom: 69px;
}
.fdArea .tableTitle {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 1.3px;
    width: 100%;
    margin-bottom: 13px;
}
.fdArea .fdTable {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 37.4px;
}
.fdArea .fdTable:last-of-type {
    margin-bottom: 42px;
}
.fdArea .fdCol {
    width: 33.3%;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}
.fdArea .fdTh,
.fdArea .fdTd {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.2;
    border: 1px solid #231815;
}
.fdArea .fdTd {
    border-top: none;
}
.fdArea .fdTh {
    background: #b5b5b6;
    padding: 6px 5px 8px;
}
.fdArea .fdTd {
    padding: 8px 5px 7px;
    flex: 1;
}
.fdArea .fdDate {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.1px;
    line-height: 1.2;
    margin-bottom: 7px;
}

.fdArea .fdDate .fdDateLeft {
    margin-right: 25px;
}
@media (min-width: 769px) {
    .fdArea .fdText .tel {
        pointer-events: none;
    }
    .fdArea .fdCol:not(:nth-child(3n + 1)) .fdTh,
    .fdArea .fdCol:not(:nth-child(3n + 1)) .fdTd {
        border-left: 0;
    }

    .fdArea .fdCol:nth-child(n + 4) .fdTh {
        border-top: 0;
    }
}
@media (max-width: 768px) {
    .fdArea {
        padding: clamp(33px, 8.8vw, 66px) 0 clamp(61px, 16.57vw, 124px);
    }
    .fdArea .inner {
        padding: 0 5.3%;
    }
    .fdArea .fdLead {
        font-size: clamp(16.75px, 4.47vw, 33.5px);
        letter-spacing: clamp(1.16px, 0.31vw, 2.32px);
        line-height: 1.8;
        margin-bottom: clamp(59px, 15.73vw, 118px);
        padding-right: 0;
    }
    .fdArea .fdLead span:first-child {
        margin-bottom: 1.8em;
    }
    .fdArea .fdTitle {
        display: flex;
        align-items: center;
        font-size: clamp(15px, 4vw, 30px);
        letter-spacing: clamp(2.7px, 0.72vw, 5.4px);
        border-radius: 0 77px 77px 0;
        padding:clamp(9px, 2.4vw, 16px) clamp(20px, 5.333vw, 40px)clamp(9px, 4vw, 25px);
        margin-right: -0.4%;
        margin-bottom: clamp(12px, 3.2vw, 24px);
        width: 101.4%;
        line-height: 1.3;
        margin-top: clamp(46.5px, 12.4vw, 93px);
        min-height: clamp(57px, 15.2vw, 114px);
    }
    .fdArea .fdText {
        font-size: clamp(12px, 3.2vw, 24px);
        letter-spacing: clamp(0.95px, 0.23vw, 1.9px);
        line-height: 1.6;
        margin-bottom: 1.63em;
        padding-right: 0;
    }
    .fdArea .fdText span {
        margin-bottom: 1.6em;
    }
    .fdArea .fdNote {
       font-size: clamp(14px, 3.73vw, 28px);
       line-height: 1.6;
       margin-bottom: clamp(8.5px, 2.27vw, 17px);
    }
    .fdArea .fdContent {
        margin-bottom: clamp(71px, 18.93vw, 142px);
    }
    .fdArea .fdTable {
        margin-bottom: clamp(31px, 8.27vw, 62px);
        flex-direction: column;
    }
    .fdArea .fdTable:last-of-type {
        margin-bottom: clamp(36px, 9.6vw, 72px);
    }
    .fdArea .fdTable .fdCol {
        width: 100.2%;
    }
    .fdArea .tableTitle {
       font-size: clamp(14px, 3.2vw, 24px);
       line-height: 1.2;
       letter-spacing: clamp(1px, 0.267vw, 2px);
       margin-bottom: clamp(11px, 3.1vw, 23px);
    }
    .fdArea .fdCol:not(:last-child) .fdTd {
        border-bottom: none;
    }
    .fdArea .fdTh, .fdArea .fdTd {
       font-size: clamp(14px, 3.2vw, 24px);
       line-height: 1.2;
       border-width: 2px;   
    }
    .fdArea .fdTh {
        padding: clamp(4.5px, 1.2vw, 9px) clamp(5px, 1.33vw, 10px) clamp(6.5px, 1.73vw, 12px);
    }
    .fdArea .fdTd {
        padding: clamp(5.5px, 1.47vw, 11px) clamp(5px, 1.33vw, 10px) clamp(4.5px, 1.4vw, 9.7px);
    }
    .fdArea .fdTd:empty::before {
        content: "\00a0";
        display: inline-block;
    }
    .fdArea .fdDate {
        font-size: clamp(12px, 3.2vw, 24px);
        line-height: 1.2;
        letter-spacing: clamp(0.8px, 0.2133vw, 1.6px);
        margin-bottom: clamp(6px, 1.7vw, 15px);
    }
    
}
@media (max-width: 430px) {
    .fdArea .fdLead {
        font-size: clamp(14px, 3.73vw, 28px);
        letter-spacing: clamp(1.15px, 0.31vw, 2.3px);
        line-height: 1.66;
        margin-bottom: -11px;
        padding-right: 0;
    }
    .fdArea .fdLead span:first-child {
        margin-bottom: 1.66em;
    }
    .fdArea .fdTitle {
        display: flex;
        align-items: center;
        font-size: clamp(15px, 4vw, 30px);
        letter-spacing: clamp(2px, 0.533vw, 4px);
        border-radius: 0 55px 55px 0;
        padding: clamp(9px, 2.4vw, 18px) clamp(20px, 5.333vw, 40px) clamp(9px, 2.4vw, 18px);
        margin-right: 0;
        margin-bottom: clamp(17px, 4.53vw, 34px);
        width: 100%;
        line-height: 1.3;
        margin-top: clamp(34.5px, 9.2vw, 69px);
        min-height: clamp(57px, 15.2vw, 114px)
    }
    .fdArea .fdNote {
        font-size: clamp(12px, 3.2vw, 24px);
    }
    .fdArea .fdText {
        font-size: clamp(12px, 3.2vw, 24px);
        letter-spacing: clamp(0.95px, 0.23vw, 1.9px);
        line-height: 1.6;
        margin-bottom: 1.63em;
        padding-right: 0;
    }
}