@charset "UTF-8";

html {
    box-sizing: border-box;
}

header {
    position:fixed;
    background-color:rgba(255, 255, 255, 0.781);
    backdrop-filter: blur(6px);
    width: 100%;
    margin-top: 0px;
    display: flex;
    color: #636363;
    border-radius: 1px;
    box-shadow: 0px 0px 5px 1px rgba(170, 170, 170, 0.4);
}

body {
    margin: 0 0 0 0;
    background-color: #F3F6F9;
}



a:hover {
	text-decoration: inherit;
}

h1 {
    color: rgb(44, 44, 44);
  }


h2 {
    width: 300px;
    border-bottom: solid 2px #3f5170;
    margin-left: 0px; padding-left: 10px;
    margin-top: 25px; padding-top: 25px;
    color: rgb(44, 44, 44);
}
@media screen and (max-width: 600px) {
  h2 {
    width: 300px;
    border-bottom: solid 2px #3f5170;
    margin-left: 0px; padding-left: 5px;
    margin-top: 25px; padding-top: 25px;
    color: rgb(44, 44, 44);
  }
}

h3 {
    color: rgb(44, 44, 44);
}

p {
    color: rgb(44, 44, 44);
}

:root {
  scroll-behavior: smooth;
}

.body_div {
    width:60%;
    margin-right:auto;
    margin-left:auto;
}
@media screen and (max-width: 600px) {
    .body_div {
        width: 95%;
        margin-right:auto;
        margin-left:auto;
    }
}


.contents {
    margin-left: 0px; padding-left: 15px;
    margin-right: 0px; padding-right: 10px;
}
@media screen and (max-width: 600px) {
  .contents {
    margin-left: 0px; padding-left: 5px;
    margin-right: 0px; padding-right: 5px;
  }
}


.table_design09 {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    max-width: 1000px;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
  }
  .table_design09 tr {
    background-color: #dfecff;
  }
  .table_design09 tr:nth-child(even) {
    background-color: #fff;
  }
  .table_design09 th, .table_design09 td {
    padding: 1em;
  }
  .table_design09 thead th {
    background-color: #4d9bc1;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .table_design09 tbody th {
    color: #107fff;
  }
  .table_design09 .table_left{
    width: 10%;
  }
  .table_design09 .table_right{
    width: 50%;
  }
  @media screen and (max-width: 600px) {
    .table_design09 {
        border-collapse: collapse;
        table-layout: fixed;
        width: 100%;
        max-width: 600px;
        border-radius: 10px;
        overflow: hidden;
        text-align: left;
      }
      .table_design09 tr {
        background-color: #dfecff;
      }
      .table_design09 tr:nth-child(even) {
        background-color: #fff;
      }
      .table_design09 th, .table_design09 td {
        padding: 1em;
      }
      .table_design09 thead th {
        background-color: #4d9bc1;
        color: #fff;
        font-weight: bold;
        text-align: center;
      }
      .table_design09 tbody th {
        color: #107fff;
      }
      .table_design09 .table_left{
        width: 10%;
      }
      .table_design09 .table_right{
        width: 40%;
      }
    
  }

.table_done {
  color: #b9b9b9;
}

#bana- {
    width: 450px;
}
@media screen and (max-width: 600px) {
    #bana- {
        width: 100%;
    }
}

#top_logo {
    margin-top: 15px;
    margin-left: 40px;
    margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
    #top_logo {
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 5px;
        width: 120px;
    }
}


#map_image {
    margin-left: 20px;
    margin-right: 20px;
}