.mv img {
    max-width: 79px;
}

.img_content {
    width: 44.546%;
    margin-top: 60px;
}

.img_content img:first-of-type {
    margin-bottom: 30px;
}

.table_content {
    width: 46%;
}

.table_content table {
    border: 0;
}

.table_content table th,
.table_content table td {
    border: 0;
    background-image : linear-gradient(to right, #999999, #999999 1px, transparent 1px, transparent 3px);  /* 幅2の線を作る */
    background-size: 3px 1px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
    color: #222;
    padding: 23px 0;
    text-align: left;
    line-height: 1.8;
}

.table_content table th {
    width: 29%;
}

.table_content table td img {
    max-width: 42px;
    margin-right: 5px;
}

.table_content table tr:first-of-type th,
.table_content table tr:first-of-type td {
    padding-top: 0;
}

.table_content table tr:last-of-type th,
.table_content table tr:last-of-type td {
    background-image: none;
}






@media screen and (max-width: 750px) {

    section {
        padding: 60px 0 80px;
        margin: 0 auto;
    }

    .img_content {
        width: 100%;
        margin-top: 30px;
    }

    .img_content img:first-of-type {
        margin-bottom: 20px;
    }

    .table_content {
        width: 100%;
        margin-top: 40px;
    }

    .table_content table th,
    .table_content table td {
        display: block;
        width: 100%;
    }

    .table_content table th {
        background-image: none;
        padding: 15px 0 10px;
    }

    .table_content table td {
        padding-top: 0;
    }

    .table_content table tr:last-of-type td {
        padding-bottom: 0;
    }
}