h2 {
    text-align: center;
    margin-bottom: 30px;
}



.cont01_title_wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.cont01_title {
    display: inline-block;
    font-weight: inherit;
    margin: auto;
    color: #333;
    letter-spacing: 0.1em;
}
.cont01_title p {
    margin-bottom: 1em;
}

.cont01_item {
    margin-top: 30px;
    font-size: 1.3rem;
}
.cont01_item p {
    margin-top: 2em;
}
@media screen and (max-width: 376px) {
    .cont01_title {
        font-size: 1.3rem;
        letter-spacing: normal;
    }
}



.content_02 {
    margin-top: 80px;
}
.content_02 table {
    margin: auto;
}
.content_02 table th {
    padding: 10px 15px 10px 0;
    text-align: left;
}
.content_02 table td {
    padding: 10px 0;
}




.content_03 {
    margin-top: 80px;
}
.content_03 table {
    text-align: left;
    margin: auto;
}
.content_03 th {
    font-size: 1.6rem;
    font-weight: bold;
    color: #555;
}
.content_03 td p {
    margin-top: 1em;
}
.content_03 th,
.content_03 td {
    padding: 10px;
    padding-bottom: 30px;
    border-top: 1px solid #666;
}
@media screen and (max-width: 749px) {
    .content_03 th {
        padding-bottom: 0;
    }
    .content_03 td {
        border-top: none;
        padding-left: 20px;
    }
    .content_03 th,
    .content_03 td {
        display: block;
    }
}


.content_04 {
    margin-top: 80px;
}
.cont04_sub1 {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    font-size: 1.4rem;
}
.cont04_sub1_map{
        margin-right: 20px;
}
.cont04_sub1_map iframe {
    width: 100%;
    height: 100%;
}
.cont04_sub1_item p {
    margin-bottom: 1em;
}
@media screen and (max-width: 415px) {
    .cont04_sub1 {
        display: block;
    }
    .cont04_sub1_map{
        margin-right: 0;
    }
    .cont04_sub1_map iframe {
        margin-bottom: 20px;
    }
}

.cont04_sub2 {
    margin-top: 50px;
    border: 1px solid #ccc;
    padding: 20px;
    background: linear-gradient(135deg, #05FBFF, #1E00FF);
    color: #fff;
}
.cont04_sub2 h3 {
    text-align: center;
    margin-bottom: 30px;
}
.cont04_sub2_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 1.4rem;
}
.cont04_sub2_map {
    margin-right: 20px;
}
.cont04_sub2_item p {
    margin-bottom: 0.5em;
}
@media screen and (max-width: 415px) {
    .cont04_sub2_wrapper {
        display: block;
    }
    .cont04_sub2_map {
        margin-right: 0;
        margin-bottom: 20px;
    }
}