.hilink {
    width: 49%;
    margin: 0 1% 0 0%;
    height: 100px;
    /*background: #36353D;*/
    background: #2D487E;
    float: left;
    overflow: hidden;
}

.hilink_img {
    width: 30%;
    height: 100px;
    float: left;
}

.hilink_img img {
    width: 90%;
    /*margin: 9px 0 0 7px;*/
    margin: 5px;
    height: 90%;
    object-fit: cover;
    border: solid;
    background: #F0F0F0;
}

.hilink .hilink_comment {
    width: 68%;
    margin: 0;
    float: left;
    padding: 0 1.5% 0 1%;
}

.more_button_box {
    height: 40px;
    background-color: #189EE6;
    border-radius: 10px;
    width: 30%;
    display: block;
    margin: auto;
}

.more_button_box a {
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    padding: 5px;
    display: block;
    text-decoration: none;
    padding-top: 7px;
}


/*
.hilink_comment p {
    font-size: 14px;
    color: white;
    line-height: 1.5;
    padding: 20px 0;
    margin: 0 auto;
}
*/

.hilink_comment .article-title {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.1;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 40px;
    overflow: hidden;
    text-align: center;
}

.hilink_comment .article-description {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 1.3;
    padding: 0;
    margin: 10px auto 5px 10px;
    height: 40px;
    overflow: hidden;
    text-align: left;
}

.hilink_comment .article-description p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.4;
    padding: 0;
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    .hilink {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .more_button_box {
        width: 60%;
    }
}

.article_table {
    width: 99%;
    height: 40%;
    background: #F9F9FA;
    clear: both;
}

.article_table_img {
    width: 40%;
    height: 100%;
    float: left;
}

.article_table_img img {
    width: 90%;
    height: 80%;
    margin: 5%;
    object-fit: cover;
    background: #F0F0F0;
    vertical-align: middle;
}

.article_intro {
    width: 55%;
    height: 100%;
    margin: 5px;
    float: left;
}

.article_intro .article_item {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    height: 20%;
    text-align: left;
    overflow: hidden;
    padding: 3% 10%;
}

.article_intro .article_description {
    font-size: 15px;
    color: #000000;
    height: 70%;
    line-height: 1.85;
    overflow: hidden;
    padding: 0 10%;
}

@media screen and (min-width: 1024px) {
    .article_table_device {
        display: none;
    }
}

@media screen and (min-width: 601px) and (max-width: 1023px) {
    .article_table {
        height: 245px;
    }
    .article_table_img img {
        margin: 8% 8%;
    }
    .article_table_device {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .article_table {
        display: none;
    }
    .article_table_device {
        width: 100%;
        height: 90%;
        background: #F9F9FA;
    }
    .article_table_device .article_table_device_img {
        width: 100%;
    }
    .article_table_device .article_table_device_img img {
        width: 90%;
        height: 300px;
        margin: 5%;
        object-fit: cover;
        background: #F0F0F0;
        vertical-align: middle;
    }
    .article_table_device .article_device_item {
        font-size: 20px;
        font-weight: bold;
        color: #000000;
        /*height: 20%;*/
        text-align: center;
        vertical-align: center;
        padding: 15px 5% 0 5%;
    }
    .article_table_device .article_device_description {
        font-size: 15px;
        color: #000000;
        height: 30%;
        line-height: 1.85;
        overflow: hidden;
        padding: 0 10%;
    }
}

@media screen and (min-width: 1020px) {
    .product_info {
        background: #F9F9FA;
        height: 250px;
        width: 100%;
    }
    .font-big {
        font-size: 20px;
        padding: 0 0 10px 0;
    }
    .product_img {
        float: left;
    }
    .product_img img {
        width: 350px;
        margin: 15px;
    }
    .product_sentence {
        float: left;
        margin: 15px 0 0 0;
    }
    .product_info ul {
        list-style: none;
    }
    .product_info ul li {
        margin-bottom: 5px;
    }
    .product_info a {
        color: gray;
    }
}

@media screen and (max-width:1020px)and (min-width: 600px) {
    .product_info {
        background: #EEEEEE;
        height: 32.5vw;
        width: 100%;
    }
    .font-big {
        font-size: 3vw;
        padding: 0 0 1vw 0;
    }
    .product_img {
        float: left;
        width: 50%;
    }
    .product_img img {
        width: 90%;
        margin: 5%;
    }
    .product_sentence {
        float: left;
    }
    .product_info ul {
        list-style: none;
        margin: 7% 0 0 0;
    }
    .product_info ul li {
        margin-bottom: 0.5vw;
    }
    .product_info a {
        color: gray;
    }
}

@media screen and (max-width: 600px) {
    .product_info {
        background: #EEEEEE;
        height: 120vw;
        width: 100%;
    }
    .product_img img {
        width: 90%;
        margin: 5%;
    }
    .font-big {
        font-size: 5vw;
        padding: 0 0 1vw 0;
    }
    .product_info ul {
        list-style: none;
        margin: 0;
        padding: 0 0 0 5%;
    }
    .product_info ul li {
        margin: 0 0 0.5vw 0;
    }
    .product_info a {
        color: gray;
    }
}

.other_link_list {
    margin: auto;
    width: 1024px;
    margin-bottom: 30px;
}

.other_link_list h2 {
    font-size: 35px;
    text-align: center;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 15px;
    width: 600px;
    margin: auto;
}

.other_link_list h2 span {
    font-size: 24px;
}

.other_link_list img {
    width: 200px;
}

.other_link_list h3 {
    background: #36363B;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    padding-left: 20px;
    margin: 20px 0px;
}

.other_link_list h4 {
    color: #000;
    padding: 10px;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 500;
    margin: 10px 0px;
    width: fit-content;
}

.other_link_list h4:hover {
    background-color: #eee;
}

.other_link_list h4 a {
    display: block;
}

.other_link_list h5 {
    font-size: 20px;
    padding: 20px;
    background-color: #B9A182;
    width: 500px;
    margin: 20px auto;
    border-radius: 8px;
    text-align: center;
    color: #fff !important;
}

.other_link_list h5 a {
    color: #fff;
}

.other_link_list h5:hover {
    opacity: 0.7;
}

.other_link_list h5 a {
    display: block;
}

.other_link_list li {
    width: 240px;
    padding: 10px 5px;
    margin: 0px;
    padding-left: 30px;
    list-style: none;
    display: inline-block;
}

.other_link_list li:hover {
    background: #F0F0F0;
}

@media only screen and (max-width: 1024px) {
    .total_result {
        width: 100%;
    }
    .total_result ul {
        display: block;
    }
    .total_result .other_info table tr.high img {
        width: 35px;
        height: auto;
    }
    .total_result ul li {
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .other_link_list {
        width: 100%;
        padding: 0px 5px;
    }
    .other_link_list li {
        width: 180px;
    }
    .other_link_list h2 {
        width: 100%;
        font-size: 30px;
    }
    .other_link_list h2 img {
        width: 150px;
    }
    .other_link_list h2 span {
        font-size: 20px;
    }
    .other_link_list h5 {
        width: 90%;
        padding: 10px 5px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1020px) {
    .teika_info {
        background: #F9F9FA;
        height: 330px;
        width: 100%;
    }
    .font-big2 {
        font-size: 20px;
        padding: 0 0 0px 0;
    }
    .teika_img {
        float: left;
    }
    .teika_img img {
        width: 295px;
        margin: 15px;
    }
    .teika_sentence {
        float: left;
        margin: 10px 0 0 0;
    }
    .teika_info ul {
        list-style: none;
    }
    .teika_info ul li {
        margin-bottom: 5px;
    }
    .teika_info a {
        color: gray;
    }
}

@media screen and (max-width:1020px)and (min-width: 600px) {
    .teika_info {
        background: #F9F9FA;
        height: 39vw;
        width: 100%;
    }
    .teika_img_back {
        margin: 5% 0% 0% 2%;
        background: white;
    }
    .teika_img {
        float: left;
        width: 50%;
    }
    .teika_img img {
        width: 70%;
        margin: 0 15% 0% 15%;
    }
    .teika_sentence {
        float: left;
    }
    .teika_info ul {
        list-style: none;
        margin: 5% 0 0 0;
    }
    .teika_info ul li {
        margin-bottom: 0.5vw;
        font-size: 2vw;
    }
    .teika_info a {
        color: gray;
    }
    .teika_teika li:nth-of-type(1) {
        font-size: 2.5vw;
    }
    .teika_teika li:nth-of-type(2) {
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 600px) {
    .teika_info {
        background: #EEEEEE;
        height: 140vw;
        width: 100%;
    }
    .teika_img {
        width: 90%;
        margin: 0 5% 7% 5%;
        position: relative;
        top: 2%;
    }
    .teika_img_back {
        width: 100%;
        background: white;
    }
    .teika_img img {
        width: 70%;
        margin: 0% 15% 0 15%;
    }
    .teika_info ul {
        list-style: none;
        margin: 0;
        padding: 0 0 5% 5%;
    }
    .teika_info ul li {
        margin: 0 0 0.5vw 0;
        font-size: 4vw;
    }
    .teika_info a {
        color: gray;
    }
    .teika_teika li:nth-of-type(1) {
        font-size: 5vw;
    }
    .teika_teika li:nth-of-type(2) {
        font-size: 5vw;
    }
}