@charset "UTF-8";

.yellow_ttl {
    border-bottom: solid;
    border-color: #FBE24C;
    border-width: 6px;
}

.dwrap {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-pack: justify;
}

.detection_box2 {
    width: 48.1%;
}

.adetection_btn {
    display: block;
    max-width: 276px;
    padding: 14px;
    border-radius: 61px;
    background-color: #4EB4F9;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}

.detection_txt_ttl {
    border-bottom: 1px solid #000000;
    padding:20px;
}

.planHead .block {
    width: 32.5%;
}

.spPlanArea table {
    width: 100%;
}

.leadStyle02 {
    width: 90%;
    min-width:auto;
}

.detection_attention .list.listIndent li {
    padding-left: 2em;
    text-indent: -2em;
}

.detection_attention .list li {
    line-height: 1.92;
    letter-spacing: 0.16em;
}

@media screen and (max-width: 767px) {
    .spPlanArea .block > dd table th, .spPlanArea .block > dd table td {
        width: 50%;
        border-bottom: dotted 1px #3a414c;
        padding: 10px;
    }
    .detection_box2 {
        width: 100%;
    }
        .dwrap {
        display: block;
    }
    }
