@charset "UTF-8";
.hikaku_wrap {
    margin-bottom: 120px;
    box-sizing: border-box;
}
.c-page_ttl .read {
    font-size: 16px;
    line-height: 1.6;
    color: #347ec0;
    font-weight: bold;
    margin-bottom: 6px;
}
.solution_table .txt_lst > li,
.solution_table .txt,
.solution_table .ano-txt > span {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
    display: block;
}
.solution_table .txt_lst > li:not(:last-child) {
    margin-bottom: 5px;
}
.solution_table .ano-txt {
    padding-left: 1em;
    margin-top: 8px;
}
.solution_box {
    margin-top: 60px;
}
.solution_table {
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    position: relative;
}
.solution_table:before {
    content: '';
    display: block;
    width: 26.7%;
    height: 100%;
    position: absolute;
    left: 20%;
    bottom: 0;
    border: 6px solid #347EC0;
    z-index: 1;
    box-sizing: border-box;
}
.solution_table th {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #333;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    background: #FFFFFF;
    padding: 20px 15px;
    box-sizing: border-box;
    text-align: center;
}
.solution_table td {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #333;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    background: #FFFFFF;
    position: relative;
    padding: 20px 15px;
    box-sizing: border-box;
    vertical-align: top;
}
.solution_table td:nth-child(2) {
    font-weight: bold;
    color: #1C476E;
}
.solution_table .is-gray th,
.solution_table .is-gray td {
    background: #F7F9FA;
}
.solution_table .head {
    background: #6AC0E5;
    width: 26.7%;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.solution_table .is-blank {
    background: #FFFFFF;
    width: 20%;
    border: none;
    height: 70px;
}
.solution_table .is-ver1 {
    background: #347EC0;
    font-size: 24px;
}
.hikaku_wrap .add-txt {
    margin-top: 35px;
    font-size: 12px;
    font-weight: 500;
    padding-left: 2em;
    text-indent: -2em;
}
@media screen and (min-width:767px) and (max-width:1240px) {
    .solution_table .is-ver1 {
        font-size: 20px;
    }
    .hikaku_wrap {
        padding: 0 40px;
    }
}
@media screen and (min-width:767px) and (max-width:1024px) {
    .solution_box {
        display: block;
    }
    .solution_table {
        width: 1200px;
    }
}
@media only screen and (max-width:767px) {
    .hikaku_wrap {
        padding: 0 5.128vw;
        margin-bottom: 16vw;
    }
    .solution_box {
        margin-top: 10.256vw;
        display: block;
    }
    .solution_table {
        width: 164.103vw;
    }
    .solution_table:before {
        left: 21.4%;
        width: 31.7%;
    }
    .solution_table th {
        font-size: 4.103vw;
        line-height: 1.4;
        padding: 2.564vw;
        text-align: left;
    }
    .solution_table td {
        font-size: 3.333vw;
        padding: 2.564vw;
    }
    .solution_table .is-blank {
        width: 21.4%;
    }
    .solution_table .is-ver1 {
        width: 31.7%;
        font-size: 5.128vw;
    }
    .solution_table .is-ver2 {
        width: 23%;
    }
    .solution_table .is-ver3 {
        width: 23.9%;
    }
    .solution_table .txt_lst > li:not(:last-child) {
        margin-bottom: 1.282vw;
    }
    .solution_table .ano-txt {
        margin-top: 2.051vw;
    }
    .hikaku_wrap .add-txt {
        margin-top: 8.974vw;
        font-size: 3.077vw;
    }
    .c-page_ttl .read {
        font-size: 3.077vw;
        line-height: 1.4;
        margin-bottom: 2.051vw;
    }
}