body {
    overflow-x: hidden;
}

.oneInspectionContent * {
    color: #13202f;
}

.oneInspectionContent:nth-child(n+2) {
    padding-top: 120px;
}

.oneInspectionContent--title {
    font-size: 28px;
    letter-spacing: .1em;
    margin-bottom: 56px;
    text-align: center;
}

.feature {
    background: #eaeaea;
    margin: 0 calc(50% - 50vw);
    position: relative;
}

.feature::before {
    background: #eaeaea;
    clip-path: ellipse(55% 105% at 50% 108%);
    content: "";
    height: 10vw;
    position: absolute;
    top: -10vw;
    width: 100%;
    z-index: -1;
}

.oneInspectionContentList {
    padding-bottom: 110px;
}

.oneInspectionContentList--title {
    position: relative;
    text-align: center;
    top: -60px;
}

.oneInspectionContentList--title span {
    background: #95a6a5;
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    letter-spacing: .1em;
    padding: 11px 0 9px;
    width: 250px;
}

.oneInspectionContentList__item {
    background: #fff;
    border-radius: 15px;
    margin-top: 70px;
    padding: 40px;
}

.featureContent__item {
    display: flex;
    gap: 80px;
}

.featureContent__item:nth-child(n+2) {
    margin-top: 80px;
}

.featureContent__item:nth-child(even) {
    flex-direction: row-reverse;
}

.featureContent__item--textBox {
    flex: 1.5;
    position: relative;
}

.featureContent__item--number {
    color: #eaeaea;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120px;
    left: 0;
    position: absolute;
    top: -24px;
	line-height: 1 !important;
}

.featureContent__item--title {
    font-size: 24px;
    letter-spacing: .1em;
    line-height: 1.6;
    position: relative;
    z-index: 10;
}

.featureContent__item--text {
    line-height: 2;
    margin-top: 40px;
	position: relative;
}

.featureContent__item--imgBox {
    flex: 1;
}

.exampleContent {
    background: #f0f0f0;
    border-radius: 10px;
    margin-top: 80px;
    padding: 48px;
}

.exampleContent--title {
    font-size: 18px;
    letter-spacing: .05em;
}

.exampleContent__item {
    margin-top: 22px;
}

.conditionContent {
    width: 100%;
}

.conditionContent th {
    background: #13202f;
    color: #fff;
    font-weight: 700;
    padding: 30px 40px;
}

.conditionContent thead th {
    border: 1px solid #fff;
    text-align: center;
}

.conditionContent thead th:first-child {
    border-radius: 8px 0 0 0;
}

.conditionContent thead th:last-child {
    border-radius: 0 8px 0 0;
}

.conditionContent tbody th {
    border: 1px solid #fff;
    text-align: left;
}

.conditionContent td {
    background: #f0f0f0;
    border: 1px solid #bebebe;
    line-height: 1.33;
    padding: 30px 40px;
    text-align: center;
}

.conditionContent tbody td:last-child {
    border-right: none;
}

.conditionContent tbody tr:last-child td {
    border-bottom: none;
}

.conditionContent tbody tr:last-child th:first-child {
    border-radius: 0 0 0 8px;
}

.conditionContent tbody tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
}

.otherContent {
    margin-top: 60px;
}

.otherContent--title {
    font-size: 18px;
    letter-spacing: .05em;
}

.otherContent--text {
    line-height: 1.8;
    margin-top: 20px;
}

.condition--text {
    line-height: 2;
}

.listContent {
    margin-top: 22px;
}

.listContent__item {
    line-height: 2;
}

.listContent__item::before {
    content: "・";
}

@media (max-width: 767px) {
    .oneInspectionContent:nth-child(n+2) {
        padding-top: 80px;
    }

    .oneInspectionContent--title {
        margin-bottom: 36px;
    }

    .featureContent__item {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .featureContent__item:nth-child(even) {
        flex-direction: column-reverse;
        margin-top: 40px;
    }

    .featureContent__item--number {
        font-size: 80px;
        top: 0px;
    }

    .featureContent__item--text {
        margin-top: 20px;
    }

    .exampleContent {
        margin-top: 40px;
        padding: 28px;
    }

    .scrollContent {
        overflow-x: scroll;
    }

    .conditionContent {
        min-width: 550px;
        table-layout: fixed;
    }

    .conditionContent th {
        padding: 20px;
    }

    .conditionContent tbody th {
        line-height: 1.8;
    }

    .conditionContent td {
        line-height: 1.8;
        padding: 20px;
    }

    .listContent__item {
        font-size: 14px;
    }
}

/*==================================================
    打消し
==================================================*/
.wp-block-image {
    max-width: unset;
}
