body {
    min-width: 1px;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    object-fit: contain;
}
iframe {
    width: 100%;
    max-width: 600px;
}
.widthBase {
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
}
.index_companyTable {
    width: 100%;
    max-width: 600px;
}
.index_mainvisualText_sp {
    display: none;
    padding: 60px 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
span.blue {
    color: #095295;
}
.index_mainvisualText_sp small {
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    margin: 30px 0 50px;
}

.index_introBlock {
    display: flex;
    justify-content: space-between;
}
.index_introPhoto {
    float: none;
    width: 200px;
    text-align: center;
}
.index_introRight {
    float: none;
    width: calc(100% - 250px);
}

@media (max-width: 700px) {
    .index_mainvisualText {
        padding-top: 40px;
    }
    .index_introBlock {
        flex-direction: column;
        padding: 10px 10px 30px;
    }
    .header_logo {
        padding: 15px 0 ;
    }
    p.header_logo img {
        width: 250px;
    }
    .header_contact {
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        margin-bottom: 10px;
    }
    .index_introPhoto, .index_introRight {
        width: 100%;
    }
    .index_introPhoto {
        margin-bottom: 10px;
    }
    
    .index_introPhoto img {
        width: 150px;
    }
    table tr {
        display: flex;
        flex-direction: column;
        border-bottom: 1px dotted white;
        padding: 10px 0;
    }
    table tr:last-of-type {
        border-bottom: none;
    }
    table tr th {
        font-weight: bold;
    }
    .index_companyTable td {
        padding: 3px 0 3px 15px;
    }
}

@media (max-width: 600px) {
    .index_mainvisualText {
        display: none;
    }
    .index_mainvisualText_sp {
        display: block;
    }
    .index_busBg01,
    .index_busBg02,
    .index_busBg03,
    .index_busBg04,
    .index_busBg05 {
        height: auto;
        padding: 0 0 30px;
        background-size: cover;
    }
    .index_busText01 {
        font-size: 22px;
    }
    .index_busText02 {
        font-size: 15px;
    }

}

.news_wrap {
    max-width: 600px;
    margin: 40px auto;
    padding: 0 20px;
    display: flex;
    width: fit-content;
}

.news_wrap .date {
    width: 100px;
}

.news_wrap .date p {
    color: rgb(169, 169, 169);
}

.news_wrap .text {
    width: calc(100% - 100px);
}
.news_wrap .text p {
    font-size: 110%;
}

@media (max-width: 500px) {
    .news_wrap {
        flex-direction: column;
        width: 100%;
    }
}