body {
  color: #333333;
  background-color: #C0D0C9;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, Verdana, 'メイリオ', Meiryo, sans-serif;
  /* GoogleChromeのバグ対策 */
  font-weight: 500;
}

.container {
  max-width: 1440px;
  margin: 0 auto;

}

.logo {
  width: 12.5%;
  min-height: 79.5px;
  min-width: 100px;
  margin-left: 40px;
}


.drawer-navbar {
  background-color: transparent;
  border: none;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #666;
  height: 1px;
}

.drawer-hamburger {
  padding-top: 40px;
  padding-right: 40px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0px;
}

.drawer-nav {
  background: transparent;
}

.drawer-overlay {
  background-color: rgba(234, 223, 205, 0.9);
}

.drawer-menu-item{
  font: Yu Gothic;
  color: #545d63;
  font-size: 1rem;
}

.adjust-space {
  margin-top: 120px;
}

h1 {
  font: Yu Gothic;
  font-weight: 500;
  color: #545D63;
  font-size: 1rem;
  margin-left: 10px;
  margin-top: 20px;
}

.line {
  border-top: 1px solid #98A6B5;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}


.rightimg02 {
  text-align: right;
}

  .images6 {
  max-width: 180px;
  margin-right: 10px;
}

.p1{
  margin-left: 10px;
  margin-right: 10px;  
  line-height:30px;
  text-align: left;
  font: Yu Gothic;
  color: #545d63;
  font-size: 1rem;
}






footer {
  text-align: center;
  font: YuGothic;
  font-size: 0.6rem;
  color: #727171;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}


@media (min-width: 529px) {
  .line {
    border-top: 1px solid #98A6B5;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 10px;
  }

  .adjust-space {
    margin-top: 50px;
  }

    .logo {
    width: 12.5%;
    min-height: 79.5px;
    min-width: 100px;
    margin-left: 40px;
  }
  
   h1 {
    font: Yu Gothic;
    font-weight: 400;
    color: #545D63;
    font-size: 1.5rem;
    margin-left: 40px;
    margin-top: 50px;
  }
  
  .p1{
  margin-left: 40px;
  margin-right: 40px;  
  text-align: left;
  font: Yu Gothic;
  color: #545d63;
  font-size: 1rem;
}

  
  .images6 {
  max-width: 300px;
  margin-right: 10px;
}
}


@media (min-width: 1024px) {
  .drawer-navbar-header {
    z-index: 3;
  }
  
  .drawer-menu-item{
  font: Yu Gothic;
  color: #545d63;
  font-size: 1.2rem;
}
}


@media (min-width: 2560px) {
  .container {
    max-width: 1920px;
    margin: 0 auto;

  }

  .drawer-navbar-header {
    z-index: 3;
  }

  .adjust-space {
    margin-top: 50px;
  }
}

