@charset "UTF-8";
/* CSS Document */

/* contents01 */

.layout-contents01 {
    padding-top: 80px;
}

.layout-contents01 > div:not(:last-child) {
    margin-bottom: 70px;
}

.contents01 .layout-contents01::after {
    content: "検査の種類";
    position: absolute;
    left: 25%;
    top: 0px;
    display: inline-block;
    width: 50%;
    padding: 15px 0px;
    text-align: center;
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: #FFF;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    border-radius: 60px;
    background-color: var(--color-sub6);
    margin-top: -30px;
}

/* layout03 */

.layout03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.layout03 ul li:not(:last-child) {
    margin-bottom: 15px;
    line-height: 1.6;
}

.layout03 ul li span {
    font-size: 14px;
}

/* layout04 */

.layout04 .box-detail {
    border-style: solid;
    border-color: var(--color-sub6);
    border-width: 2px;
    border-radius: 20px;
}

.layout04 .box-detail .box {
    padding: 30px 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.layout04 .box-detail .box:nth-child(even) {
    background-color: var(--color-back2);
}

.layout04 .box-detail .box h6 {
    width: 20%;
    font-weight: var(--base-weight2);
    color: var(--color-sub6);
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.layout04 .box-detail .box p {
    flex: 1;
}

.layout04 h4,
.layout05 h4 {
    font-weight: var(--base-weight);
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

/* layout05 */

.layout05 p {
    padding: 0px 20px;
}


.sp-view {
    display: none;
}
