@charset "UTF-8";

#inner-bizon {
    background-color: #fff;
}

.mv {
    position: relative;
    padding-top: 17.33333333333333%;
    background: url(/content/dam/nttcom/hq/jp/bizon/images/answer/bcp_mv.png) right top / 100% auto no-repeat;
}
.mv > .container {
    position: static;
}
.mv_ttl {
    position: absolute;
    top: 50%;
    left: 0;
    padding-left: 120px;
    width: 100%;
    transform: translateY(-50%);
}

.diagnose {
    padding-top: 20px;
}
.diagnose_flow {
    position: relative;
    display: flex;
    justify-content: center;
    counter-reset: flow 0;
    margin-bottom: 60px;
}
.diagnose_flow:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 18px;
    width: 618px;
    height: 3px;
    background-color: #bdbfc6;
    transform: translateX(-50%);
}
.diagnose_flow > li {
    position: relative;
    padding-top: 50px;
    color: #9b9ca5;
    font-size: 1.8rem;
    line-height: 1;
}
.diagnose_flow > li.current {
    color: #001797;
}
.diagnose_flow > li:before {
    counter-increment: flow 1;
    content: counter(flow);
    position: absolute;
    top: 7px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 1.6rem;
    background-color: #bdbfc6;
    border-radius: 50%;
    transform: translateX(-50%);
}
.diagnose_flow > li.current:before {
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #001797;
}
.diagnose_flow > li + li {
    margin-left: 220px;
}
.diagnose_lead {
    margin-bottom: 50px;
    text-align: center;
    font-size: 2.4rem;
}
.diagnose_lead span {
    color: #001797;
}
.diagnose_list {
    border: 1px solid #bdbfc6;
    border-radius: 6px;
    counter-reset: list 0;
    overflow: hidden;
}
.diagnose_list > li {
    position: relative;
    padding: 30px 290px 30px 20px;
    border-bottom: 1px solid #bdbfc6;
}
.diagnose_list > li:nth-of-type(odd) {
    background-color: #f3f5f9;
}
.diagnose_list > li:nth-of-type(even) {
    background-color: #fff;
}
.diagnose_list > li:last-of-type {
    border-bottom: none;
}
.diagnose_question {
    position: relative;
    padding-left: 60px;
    font-size: 2rem;
}
.diagnose_question:before {
    counter-increment: list 1;
    content: counter(list);
    position: absolute;
    left: 0;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 2.4rem;
    border-radius: 4px;
    background-color: #0953dc;
    transform: translateY(-50%);
}
.diagnose_answer {
    position: absolute;
    right: 20px;
    top: 50%;
    display: flex;
    transform: translateY(-50%);
}
.diagnose_answer label {
    display: block;
    width: 120px;
    height: 50px;
    color: #9b9ca5;
    font-size: 2rem;
    text-align: center;
    line-height: 46px;
    background-color: #fff;
    border: 2px solid #d9dade;
    border-radius: 6px;
    cursor: pointer;
}
.diagnose_answer input[type="radio"]:checked + label {
    color: #fff;
    background-color: #001797;
    border: none;
    line-height: 50px;
}
.diagnose_answer input[type="radio"] + label {
    margin-left: 10px;
}
.diagnose_btn {
    position: relative;
    margin: 60px auto 0;
    width: 360px;
    height: 66px;
}
.diagnose_btn:before,
.diagnose_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    z-index: 1;
}
.diagnose_btn:before {
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}
.diagnose_btn:after {
    right: 35px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #1b81c6;
    border-right: 2px solid #1b81c6;
    transform: rotate(45deg) translateY(-50%);
}
.diagnose_btn input[type="submit"],
.diagnose_btn a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    line-height: 66px;
    border-radius: 33px;
    border: none;
    outline: none;
    background: #1d0cff; /* Old browsers */;
    background: -moz-linear-gradient(left,  #1d0cff 28%, #1abdaa 100%);
    background: -webkit-linear-gradient(left,  #1d0cff 28%,#1abdaa 100%);
    background: linear-gradient(to right,  #1d0cff 28%,#1abdaa 100%);
    cursor: pointer;
}

.diagnose_result {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 50px 80px 95px;
    color: #191a1a;
    letter-spacing: 0.06em;
    background-color: #fffddf;
}
.diagnose_result .top {
    position: absolute;
    left: 50%;
    top: -30px;
    width: 320px;
    height: 60px;
    margin-left: -160px;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    line-height: 60px;
    background-color: #ff4200;
    border-radius: 4px;
    text-align: center;
}
.diagnose_result .top:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 0;
    height: 0;
    margin-left: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ff4200;
}
.diagnose_result h2 {
    margin-bottom: 1em;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}
.diagnose_result h2 span {
    color: #ff4200;
    font-size: 3.6rem;
}
.diagnose_result .txt {
    font-size: 1.8rem;
    line-height: 1.8;
}
.diagnose_result figure {
    margin-bottom: 20px;
    text-align: center;
}
.diagnose_result .arrow {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    z-index: 0;
}
.diagnose_result .arrow:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 30px;
    width: 0;
    height: 0;
    margin-left: -200px;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    border-top: 70px solid #fbe63d;
    z-index: -1;
}

.diagnose_measures {
    width: 1000px;
    margin: 40px auto 0;
    color: #191a1a;
    border: 3px solid #001797;
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
}
.diagnose_measures h2 {
    padding: 40px;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    background-color: #001797;
}
.diagnose_measures h2 span {
    color: #fbe63d;
    font-size: 3.2rem;
}
.diagnose_measures_inner {
    padding: 45px 78px 70px;
    letter-spacing: 0.06em;
    counter-reset: number 0;
}
.diagnose_measures_inner .txt {
    font-size: 1.8rem;
    line-height: 1.8;
}
.diagnose_measures_inner .txt + .txt {
    margin-top: 1em;
}
.diagnose_measures_inner .txt span {
    position: relative;
    display: block;
    padding-left: 40px;
    color: #0953dc;
    font-size: 2rem;
    font-weight: bold;
}
.diagnose_measures_inner .txt span:before {
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    left: 0;
    top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size:2rem;
    line-height: 1;
    background-color: #0953dc;
    border-radius: 50%;
}
.diagnose_measures_inner .txt a {
    color: #0953dc;
    text-decoration: underline;
}
.diagnose_measures_inner figure {
    margin-top: 30px;
    text-align: center;
}
.diagnose_measures_inner h3 {
    position: relative;
    padding-bottom: 20px;
    margin: 40px 0;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #001797;
}
.diagnose_measures_inner h3:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 14px solid #001797;
}
.diagnose_measures_inner h3 .blue {
    color: #0953dc;
}
.diagnose_measures_inner h3 .num {
    font-size: 4rem;
}
.diagnose_measures_inner figure + .point {
    margin-top: 20px;
}
.diagnose_measures_inner .point_num {
    background-color: #d6e4ff;
    padding: 10px;
    border-radius: 10px;
}
.diagnose_measures_inner .point li + li {
    margin-top: 60px;
}
.diagnose_measures_inner .point figure {
    margin-top: 15px;
}
.diagnose_measures_inner .point .solution {
    margin: 20px 0;
    text-align: center;
    cursor: pointer;
}
.diagnose_measures_inner .point .solution span {
    position: relative;
    display: inline-block;
    padding: 10px 40px 10px 20px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #0953dc;
    border-radius: 6px;
}
.diagnose_measures_inner .point .solution span:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 32%;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color:  transparent transparent #fff #fff;
    transform: rotate(-45deg);
}
.diagnose_measures_inner .point .solution.open span:after {
    top: 46%;
    transform: rotate(135deg);
}
.diagnose_measures_inner .point .serviceWrap {
    display: none;
}
.diagnose_measures_inner .point .service {
    margin: 30px 0;
    padding: 20px;
    background-color: #f2f5fa;
}
.diagnose_measures_inner .point .service_ttl {
    margin-bottom: 1em;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}
.diagnose_measures_inner .point .service_block {
    background-color: #fff;
}
.diagnose_measures_inner .point .service_block + .service_block {
    margin-top: 30px;
}
.diagnose_measures_inner .point .sercie_name {
    padding: 10px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    background: #0953dc;
    background: -moz-linear-gradient(left,  #0953dc 24%, #0d9fb0 100%);
    background: -webkit-linear-gradient(left,  #0953dc 24%,#0d9fb0 100%);
    background: linear-gradient(to right,  #0953dc 24%,#0d9fb0 100%);
}
.diagnose_measures_inner .point .service_txt {
    padding: 10px;
}
.diagnose_measures_inner .point .service_btn {
    display: flex;
    justify-content: center;
    padding: 10px 10px 20px;
}
.diagnose_measures_inner .point .service_btn a {
    padding: 10px 20px;
    display: inline-block;
    color: #001797;
    font-size: 1.6rem;
    border: 1px solid #001797;
    border-radius: 6px;
    background-color: #fff;
}
.diagnose_measures_inner .point .service_btn a.external {
    margin-left: 10px;
    color: #fff;
    background-color: #001797;
}

.diagnose_service {
    color: #191a1a;
    letter-spacing: 0.06em;
    background-color: #f2f5fa;
}
.diagnose_service .inner {
    width: 1200px;
    margin: 0 auto;
}
.diagnose_service h2 {
    margin-bottom: 40px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.diagnose_service h2 span {
    display: block;
    color: #0953dc;
    font-size: 3.6rem;
}
.diagnose_service_list {
    margin: 0 20px;
    counter-reset: service 0;
}
.diagnose_service_list > li {
    display: flex;
    border-radius: 6px;
    overflow: hidden;
}
.diagnose_service_list > li + li {
    margin-top: 30px;
}
.diagnose_service_list > li .name {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26%;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    background: #0953dc;
    background: -moz-linear-gradient(left,  #0953dc 24%, #0d9fb0 100%);
    background: -webkit-linear-gradient(left,  #0953dc 24%,#0d9fb0 100%);
    background: linear-gradient(to right,  #0953dc 24%,#0d9fb0 100%);
}
.diagnose_service_list > li .name span:before {
    counter-increment: service 1;
    content: counter(service) " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-right: 0.5em;
    font-size: 1.6rem;
    border: 2px solid #fff;
    border-radius: 50%;
    vertical-align: middle;
}
.diagnose_service_list > li .detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 74%;
    padding: 30px;
    background-color: #fff;
}
.diagnose_service_list > li .detail .txt {
    width: 70%;
    font-size: 1.6rem;
    line-height: 1.625;
}
.diagnose_service_list > li .detail .link {
    width: 25%;
}
.diagnose_service_list > li .detail .link:hover {
    text-decoration: none;
}
.diagnose_service_list > li .detail .link .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 6px;
}
.diagnose_service_list > li .detail .link .btn:hover {
    text-decoration: underline;
}
.diagnose_service_list > li .detail .link .btn + .btn {
    margin-top: 10px;
}
.diagnose_service_list > li .detail .link .btn-outline {
    color: #001797;
    border: 1px solid #001797;
}
.diagnose_service_list > li .detail .link .btn-blue {
    color: #fff;
    background-color: #001797;
}
.diagnose_service_list > li .detail-row {
    display: block;
}
.diagnose_service_list > li .detail-row_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.diagnose_service_list > li .detail-row_inner + .detail-row_inner {
    margin-top: 30px;
}

.diagnose_connection {
    margin: 0 40px;
}
.diagnose_connection h2 {
    margin-bottom: 40px;
    color: #191a1a;
    font-size: 3.6rem;
    font-weight: bold;
    font-feature-settings: "palt" 1;
    text-align: center;
}
.diagnose_connection .common-btn01 {
    position: relative;
    font-size: 2rem;
    font-feature-settings: "palt" 1;
    background-color: #001797;
    border-radius: 6px;
}
.diagnose_connection .common-btn01:after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
}

.wave01, .wave02 {
    position: relative;
}
.wave01:after, .wave02:before {
    content: '';
    display: block;
    width: 100%;
    height: 16rem;
    position: absolute;
    left: 0;
    z-index: 1;
}
.wave01:after {
    background: url(/content/dam/nttcom/hq/jp/bizon/images/answer-wave01.png) center bottom / 100% 100% no-repeat;
    bottom: 0;
}
.wave02:before {
    background: url(/content/dam/nttcom/hq/jp/bizon/images/answer-wave02.png) center top / 100% 100% no-repeat;
    top: 0;
}
.wave01 .inner {
    padding-bottom: 20rem;
}
.wave02 .inner {
    padding-top: 20rem;
}

.again {
    margin-top: 50px;
    padding: 60px 0;
    background-color: #f5f7fa;
}
.again .diagnose_btn {
    width: 400px;
    margin-top: 0;
}

.totop {
    padding: 30px 0;
    text-align: center;
}
.totop a {
    color: #0953dc;
    font-size: 1.6rem;
    text-decoration: underline;
}

.top_mv {
    background: url(/content/dam/nttcom/hq/jp/bizon/images/answer/bcp_top_bg.png) center bottom / 100% auto no-repeat;
}
.top_mv > .container {
    position: relative;
    padding: 60px 100px 150px;
}
.top_mv > .container:after {
    content: "";
    position: absolute;
    right: -42px;
    top: 50px;
    width: 55%;
    padding-top: 40.5%;
    background: url(/content/dam/nttcom/hq/jp/bizon/images/answer/bcp_top_mv.png) left top / 100% auto no-repeat;
}
.top_mv_inner {
    width: 44%;
}
.top_mv_lead {
    margin-top: 40px;
    color: #171818;
    font-size: 2rem;
    font-weight: bold;
}
.top_mv_btn {
    margin-top: 30px;
    margin-left: 0;
}
.top_mv_flow {
    position: absolute;
    right: -30px;
    bottom: 75px;
    justify-content: space-between;
    width: 26%;
    margin-bottom: 0;
}
.top_mv_flow:before {
    width: 75%;
}
.top_mv_flow > li {
    padding-top: 40px;
    font-size: 1.6rem;
}
.top_mv_flow > li + li {
    margin-left: 0;
}
.top_mv_flow > li:before {
    width: 26px;
    height: 26px;
}
.top_mv_flow > li.current:before {
    width: 36px;
    height: 36px;
}

.diagnose_top {
    width: 840px;
    margin: 0 auto;
    color: #191a1a;
    letter-spacing: 0.06em;
}
.diagnose_top_block + .diagnose_top_block {
    margin-top: 75px;
}
.diagnose_top_block h2 {
    margin-bottom: 30px;
    padding: 20px;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    background-color: #001797;
    border-radius: 6px;
}
.diagnose_top_block .txt {
    font-size: 1.8rem;
    line-height: 1.8;
}
.diagnose_top_block .txt + .txt {
    margin-top: 1em;
}
.diagnose_top_block .comment {
    margin-top: 30px;
    padding: 30px 40px;
    background-color: #f5f7fa;
    border-radius: 6px;
}
.diagnose_top_block .comment ul > li {
    position: relative;
    padding-left: 1em;
    font-size: 1.8rem;
    line-height: 1.8;
}
.diagnose_top_block .comment ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.8em;
    width: 8.2px;
    height: 8.2px;
    background-color: #0953dc;
    border-radius: 50%;

}
.diagnose_top_block .comment ul > li + li {
    margin-top: 1em;
}
.diagnose_top_block figure {
    margin: 50px 0 20px;
    text-align: center;
}
.diagnose_top_block figure figcaption {
    margin-bottom: 0.5em;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
}
.diagnose_top_block .btn {
    width: 80%;
}
.diagnose_top_block .btn a {
    font-weight: bold;
    font-feature-settings: "palt" 1;
}
.diagnose_top_block .point li + li {
    margin-top: 20px;
}

.diagnose_start {
    margin: 30px 0 80px;
    background-color: #f5f7fa;
}
.diagnose_start > .container {
    position: relative;
    padding: 60px 0 80px;
}
.diagnose_start > .container:before {
    content: "";
    position: absolute;
    left: 6%;
    top: -30px;
    width: 45%;
    padding-top: 33%;
    background: url(/content/dam/nttcom/hq/jp/bizon/images/answer/bcp_top_mv.png) left top / 100% auto no-repeat;
}
.diagnose_start_inner {
    width: 50%;
    text-align: center;
    margin-left: auto;
}
.diagnose_start_inner .ttl {
    width: 66%;
    margin: 0 auto;
}
.diagnose_start_inner .btn {
    margin-top: 30px;
}

@media screen and (max-width:1500px) {
    .mv_ttl {
        padding-left: 8%;
    }
    .mv_ttl img {
        width: 22%;
    }


}

@media screen and (max-width:1300px) {
    .top_mv > .container:after {
        right: 0;
    }
    .top_mv_flow {
        right: 5%;
    }
}

@media screen and (max-width:1200px) {
    .diagnose_result {
        width: 90%;
    }
    .diagnose_measures {
        width: 90%;
    }
    .diagnose_service .inner {
        width: 100%;
    }
}

@media screen and (max-width:900px) {
    .top_mv > .container {
        padding: 60px 50px 75px;
    }
    .top_mv > .container:after {
        width: 45%;
        padding-top: 33%;
    }
    .top_mv_inner {
        width: 50%;
    }
    .top_mv_flow {
        width: 40%;
    }
    .diagnose_top {
        width: 90%;
    }
    .diagnose_top_block .btn {
        width: 100%;
    }

}


@media screen and (max-width:768px) {
    .diagnose_flow {
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .diagnose_flow:before {
        width: calc(100% - 60px);
    }
    .diagnose_flow > li {
        font-size: 1.4rem;
    }
    .diagnose_flow > li + li {
        margin-left: 0;
    }
    .diagnose_lead {
        font-size: 2rem;
    }
    .diagnose_list > li {
        padding: 20px;
    }
    .diagnose_answer {
        position: static;
        justify-content: flex-end;
        margin-top: 20px;
        transform: none;
    }
    .diagnose_btn {
        width: 260px;
    }
    .diagnose_btn input[type="submit"] {
        font-size: 2rem;
    }
    .diagnose_btn:before {
        width: 25px;
        height: 25px;
    }
    .diagnose_btn:after {
        right: 33px;
        width: 5px;
        height: 5px;
    }

    .diagnose_result {
        margin-top: 60px;
    }
    .diagnose_measures h2 {
        padding: 20px;
        font-size: 2.4rem;
    }
    .diagnose_measures_inner {
        padding: 45px 35px 70px;
    }
    .diagnose_service_list > li .detail {
        padding: 15px;
    }

    .wave01 .inner {
        padding-bottom: 15%;
    }
    .wave02 .inner {
        padding-top: 15%;
    }
    .wave01:after, .wave02:before {
        background-size: 100% auto;
    }

    .diagnose_top_block .btn a {
        font-size: 1.8rem;
    }

    .diagnose_start_inner {
        margin-right: 5%;
    }
    .diagnose_start_inner .btn {
        width: 100%;
    }
}

@media screen and (max-width:680px) {
    .top_mv_inner {
        width: 100%;
    }
    .top_mv > .container {
        padding: 60px 20px 75px;
    }
    .top_mv > .container:after {
        top: 0;
    }
    .top_mv_ttl {
        width: 50%;
    }
    .top_mv_lead {
        font-size: 1.6rem;
    }
    .top_mv_btn {
        margin-left: auto;
    }
    .top_mv_flow {
        position: relative;
        right: 0;
        bottom: -20px;
        width: 100%;
    }
    .diagnose_top {
        width: 100%;
    }
    .diagnose_top_block h2 {
        font-size: 2rem;
    }
    .diagnose_top_block h2 br {
        display: none;
    }
    .diagnose_top_block .txt {
        font-size: 1.4rem;
    }
    .diagnose_top_block .comment {
        padding: 15px 20px;
    }
    .diagnose_top_block .comment ul > li {
        font-size: 1.4rem;
    }
    .diagnose_top_block .btn a {
        padding: 10px 60px;
        line-height: 1.5;
    }

    .diagnose_start_inner {
        width: 100%;
        margin: 0;
        padding: 0 5%;
    }
    .diagnose_start > .container {
        padding: 30px 0 40px;
    }
    .diagnose_start > .container:before {
        width: 40%;
        padding-top: 30%;
    }
    .diagnose_start_inner .ttl {
        width: 50%;
        margin-right: 0;
    }

    .diagnose_measures_inner .point .service_btn {
        display: block;
    }
    .diagnose_measures_inner .point .service_btn a {
        width: 100%;
        text-align: center;
    }
    .diagnose_measures_inner .point .service_btn a.external {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width:480px) {
    .diagnose_result {
        width: 100%;
        padding: 20px 20px 80px;
    }
    .diagnose_result .top {
        width: 80%;
        height: 40px;
        margin-left: -40%;
        font-size: 2rem;
        line-height: 40px;
    }
    .diagnose_result h2 {
        font-size: 2rem;
    }
    .diagnose_result h2 span {
        font-size: 2.4rem;
    }
    .diagnose_result .txt {
        font-size: 1.6rem;
    }
    .diagnose_result .arrow {
        font-size: 2.4rem;
    }
    .diagnose_result .arrow:before {
        top: 50px;
        margin-left: -100px;
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
        border-top: 35px solid #fbe63d;
    }

    .diagnose_measures {
        width: 100%;
    }
    .diagnose_measures h2 span {
        font-size: 2.8rem;
        line-height: 1.2;
    }
    .diagnose_measures_inner {
        padding: 20px;
    }
    .diagnose_measures_inner h3 {
        font-size: 2rem;
    }
    .diagnose_measures_inner h3 .num {
        font-size: 2.8rem;
    }
    .diagnose_measures_inner .txt {
        font-size: 1.6rem;
    }

    .diagnose_service h2 {
        font-size: 2rem;
    }
    .diagnose_service h2 span {
        font-size: 2.8rem;
    }
    .diagnose_service_list > li {
        display: block;
    }
    .diagnose_service_list > li .name {
        width: 100%;
        padding: 10px;
        font-size: 2rem;
    }
    .diagnose_service_list > li .name br {
        display: none;
    }
    .diagnose_service_list > li .detail {
        display: block;
        width: 100%;
    }
    .diagnose_service_list > li .detail .txt {
        width: 100%;
        font-size: 1.4rem;
    }
    .diagnose_service_list > li .detail .link {
        width: 100%;
        margin-top: 20px;
    }
    .diagnose_service_list > li .detail-row_inner {
        display: block;
    }
    .diagnose_service_list > li .detail-row_inner + .detail-row_inner {
        margin-top: 15px;
    }

    .diagnose_connection {
        margin: 0;
    }
    .diagnose_connection h2 {
        font-size: 2.8rem;
    }


    .again .diagnose_btn {
        width: 90%;
    }
}