*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html{
    scroll-behavior: smooth;
}

body{
    font-family: "Noto Sans JP", sans-serif;
    color:#333;
    line-height:1.8;
}
a{
    text-decoration: none;
    color: initial;
}
.logo{
    width: 130px;
}
.header-left{
    
}
.header-right{
    
}
h3{
    padding: 20px 0;
    color: #3677B9;
}
.content-img{
    width: 80%;
    margin: auto;
}
img{
    max-width:100%;
    display:block;
}

.container{
    width:min(1100px,90%);
    margin:auto;
}
.header-inner{
    display: flex;
    justify-content: space-between;
}
.hero{
    
}
.hero img{
    width:100%;
    height:auto;
    display:block;
}

.hero h1{
    font-size:2rem;
    margin-bottom:16px;
}

.section{
    padding:64px 0;
}

.gray{
    background:#f5faff;
}

h2{
    margin-bottom: 24px;
    text-align: left;
    color: #3677B9;
}

.card{
    border-radius: 8px;
    margin-bottom: 20px;
    color: #3677B9;
}

table{
    width:100%;
    border-collapse:collapse;
}

th,
td{
    border:1px solid #ddd;
    padding:12px;
}

th{
    width:30%;
    
}

.organization{
    margin:auto;
}

.map{
    width: 100%;
}
.map .container{
    display: flex;
    justify-content: space-between;
}
.container-half{
    width: 49%;
    
}
.contact{
    text-align:center;
}

.footer-main{
    
    padding:40px 20px;
    text-align:center;
}

.copyright{
    background:#1d4f82;
    color:#d9eaf8;
    padding:15px 20px;
    text-align:center;
    font-size:.85rem;
}

@media (max-width:768px){

.hero{
    
}

.hero h1{
    font-size:1.6rem;
}

.section{
    padding:48px 0;
}
.content-img{
    width: 100%;
}

table,
tbody,
tr,
th,
td{
    display:block;
}

th{
    width:100%;
    border-bottom:none;
}
.map{
    padding: 0;
    width: 100%;
}
.map .container{
    display: flex;
    flex-direction: column;
}
.container-half{
    width: 100%;
    padding: 0;
}


}