﻿@charset "UTF-8";

.main-contents-news {
    margin-top:30px ;
    width: 70vw;
    margin: auto;
}
/*使ってない*/
.section_title {
    text-align: center;
    margin-bottom: 20px;
}
/*使ってない*/
.heading_top {
    font-size: 1.8vw;
}

.tectitle {
    font-size:2.0em; /* 文字サイズを1emに設定 */
    text-align:center;
    margin-bottom:4vh ;
}

.tectitle-text {
    font-size:1.3em; /* 文字サイズを1emに設定 */
    line-height:1.9;
    text-align: left;
    margin-bottom: 10vh;

}
.tectitle-main {
    font-size:1.3em; /* 文字サイズを1.3emに設定 */
    line-height:1.8;
    text-align:left;
    margin-bottom: 10vh;
}
/*company-container  */
 .company-container {
            width:90%;
            margin: 0 auto;
            padding:20px;
        }
       .company-container h1 {
            text-align: center;
            margin-bottom: 20px;
        }
       
        table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }
        th, td {
            border: 1px solid #ccc;
            padding: 10px;
            text-align: left;
        }
        th {
            background-color: #f4f4f4;
        }
        .map-link {
            text-align: right;
        }
        .map-link a {
            color: #007BFF;
            text-decoration: none;
        }
        .map-link a:hover {
            text-decoration: underline;
        }
        @media (max-width: 768px) {
            .company-container {
                width: 100%;
                padding: 10px;
            }
            table, th, td {
                display: block;
                width: 100%;
            }
            th, td {
                text-align: left;
                padding: 10px 5px;
            }
            th {
                background-color: #f4f4f4;
                border: 1px solid #ccc;
                border-bottom:none;
            }
            td {
                border: 1px solid #ccc;
                border-top: none;
                /*border-left: none;
                border-right: none;*/
                position: relative;
                padding-left: 10%;
            }
/*
            td:before {
                content: attr(data-label);
                position: absolute;
                left: 10px;
                width: calc(50% - 20px);
                white-space: nowrap;
                text-align: left;
                font-weight: bold;
            }*/
            .map-link {
                text-align: left;
            }
        }
@media (max-width: 768px) {
    .main-contents-news {
        margin-top: 30px;
        width: 90vw;
        margin: auto;
    }
.tectitle {
    font-size:1.3em; /* 文字サイズを1emに設定 */
    text-align: center;
    margin-bottom: 4vh;
}
.tectitle-text {
    font-size:1.1em; /* 文字サイズを1emに設定 */
    line-height:1.59;
    text-align: left;
    margin-bottom: 10vh;
}

.tectitle-main {
    font-size:1.0em; /* 文字サイズを1.3emに設定 */
    line-height:1.8;
    text-align:left;
    margin-bottom: 2vh;
}
}
