@charset "UTF-8";

main{
    margin: 0px 1em;
}

.about_list{
    line-height: 1.8;
}
.about_list h1{
    font-size: 1.6em;
    padding-left: .5em;    
    margin: 2em auto;
    border-left: 1em solid #1a0089;
    border-bottom: 1px dashed #1a0089;    
    /*
    border-left: 1em solid #F39800;
    border-bottom: 1px dashed #F39800;
    */
}

.about_list img{
    max-width: 100%;
}

.about_list h2{
    font-size: 1.2em;
    padding-left: .5em;   
    margin-left: 1em;
    border-left: 1em solid #1a0089;
    border-bottom: 1px dashed #1a0089;
}
.about_list p{
    margin-left: 2em;
}
.about_list ul{
    margin-left: 2em;
}
.about_contact{
    display: block;
    width: fit-content;
    max-width: 80%;
    margin: auto auto;
    border:solid 2px #1a0089;
    padding: 2em;
}
.about_contact p{
    margin: 0em;
}
.about_contact img{
    margin: 1em;
    max-width: 100%;
}

.about_list_table{
    width: 90%;
    margin: 2em auto;
}
.about_list_table thead th,.about_list_table thead td{
    background-color: #1a0089;
    color: white;
    font-weight: bold;
    text-align: center;
}
.about_list_table tbody th,.about_list_table tbody td{
    background-color: #ebebeb;
    color: black;
}
.about_list_table tbody th{
    background-color:#1a0089;
    color: white;
    font-weight: normal;
}
@media screen and (max-width: 700px) {
.about_list_table thead{
    display: none;
}
.about_list_table td,.about_list_table th{
    display: block;
    width: 100%;
    text-align: left;
}
.about_list_table tbody th{
        color: white;
        background-color:#1a0089;
        font-weight: normal;
        margin-top: 1em;
}    
}
.hosoku{
    text-align: center;
    max-width: 5em;
}
@media screen and (max-width: 700px) {
    .hosoku{
        display: none!important;
    }
}

.about_photo_map{
    display: flex;
    justify-content:space-around;
}
@media screen and (max-width: 700px) {
    .about_photo_map{
    display: block;
}
}
.about_photo_map_mi{
    width: 45%;
}
@media screen and (max-width: 700px) {
.about_photo_map_mi{
    width: 90%;
    margin: auto auto;
}    
}
.about_photo_map img{
    max-width: 100%;   
}
.telandfax th{
    width: 20em;
    background-color: #1a0089;
}
@media screen and (max-width: 700px) {
    .telandfax th{
    width: 100%;
}
}
.telandfax td{
    font-weight: bold;
}