@charset "UTF-8";
/* CSS Document */
.header {
  height: 50px;
  background-color: #FFF;
  position: relative;
  width: 100%;
  margin: auto;
}
.header h1 {
  fout-size: 2rem;
  color: #333;
  position: absolute;
  width: 80px;
}
.header__navigation {
  display: none;
}
.header h1 img {
  width: 64px;
  height: 66;
}
.header nav ul {
  width: 100%;
}
.header nav li a {
  padding: 28px 0px 0px 30px;
}
.main {
  background-color: #FAFAFA;
  padding-bottom: 50px;
}
.section-qanda {
  display: block;
  margin: 0px auto;
  margin-bottom: 50px;
  padding-top: 100px;
  width: 100%;
  max-width: 320px;
}
.section-qanda h2 {
  font-size: 3rem;
  border-bottom: solid 6px #24308E;
  margin: 0px auto 50px;
  width: 80px;
  text-align: center;
  padding-bottom: 10px;
}
.dl-record {
  border-bottom: solid 1px #B5B3B3;
  width: 100%;
  max-width: 320px;
  display: flex;
  justify-content: left;
  margin: 0px auto 12px;
}
.dl-record dd {
  padding: 2px 0px 10px 20px;
  max-width: 270px;
}
.qanda-box {
  margin-bottom: 60px;
}
.aside-first {
  background-color: #EFF2FA;
  text-align: center;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aside-first img {
  justify-content: space-around;
}
.aside-first a {
  display: inline-block;
}
.aside-second {
  background-color: #D9DEFF;
  height: 270px;
}
.aside-flex {
  width: 100%;
  display: block;
  line-height: 8;
}
.aside-box {
  text-align: center;
  width: 100%;
}
.aside-box a {
  display: inline-block;
}
.footer {
  height: 238px;
  padding: 2px 0px;
}
.footer__container {
  text-align: center;
  margin-top: 40px;
}
.footer__container img {
  width: 46px;
  height: 46px;
}
.footer__site-map ul {
  display: flex;
  justify-content: center;
  gap: 0px 42px;
  margin-top: 20px;
  font-size: 1.2rem;
}
.pagetop {
  position: absolute;
  right: 38px;
  bottom: 38px;
  padding: 0px 0px 0px 0px;
  border-width: 0px;
  width: 40px;
  height: 40px;
}
.footer small {
  clear: both;
  display: block;
  text-align: center;
  margin-top: 52px;
  font-size: 1rem;
}
.footer__site-map ul li {
  display: inline-block;
  width: 5em;
}
@media (max-width: 480px) {
  /* ハンバーガーアイコン */
  #nav-drawer {
    padding: 10px 24px 0 0;
    text-align: right;
    position: relative;
  }
  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 16px;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 2px;
    width: 25px;
    background-color: #777;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    height: 100%;
    background-color: #FFF;
    text-align: left;
    padding: 18px 0 0 24px;
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
  }
  .nav-drawer__title {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #24308E;
    margin-bottom: 46px;
  }
  .nav-drawer__title img {
    width: 32px;
    height: 30px;
  }
  .nav-drawer__link-top {
    display: block;
  }
  #nav-content ul li {
    margin-bottom: 12px;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #24308E;
    padding-left: 1px;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
}
/*ここよりPC版*/
@media (min-width: 480px) {
  .header {
    height: 80px;
    background-color: #FFF;
    position: relative;
  }
  .header h1 {
    fout-size: 2rem;
    color: #333;
    position: absolute;
    width: 100px;
    padding-top: 16px;
  }
  .header h1 img {
    width: 64px;
    height: 66;
  }
  .header nav ul {
    padding: 0px 22px;
  }
  .header nav li a {
    padding: 28px 0px 0px 30px;
  }
  .top-nav {
    display: none;
  }
  .main {
    background-color: #FAFAFA;
    padding-bottom: 120px;
  }
  .section-qanda {
    display: block;
    margin: 0px auto;
    margin-bottom: 50px;
    padding-top: 100px;
    width: 100%;
    max-width: 600px;
  }
  .section-qanda h2 {
    padding: 50px 0px 10px;
    border-bottom: solid 6px #24308E;
    max-width: 80px;
    width: 100%;
    margin: 0px auto 80px;
    font-size: 3rem;
    text-align: center;
  }
  .qanda-box {
    margin-bottom: 60px;
  }
  .dl-record {
    display: flex;
    border-bottom: solid 1px #B5B3B3;
    max-width: 600px;
    width: 100%;
    margin: 0px auto 20px;
  }
  .dl-record dd {
    margin: 0px 0px 6px 0px;
    max-width: 530px;
  }
  /*　バナー */
  .aside-first {
    background-color: #EFF2FA;
    text-align: center;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .aside-first img {
    justify-content: space-around;
  }
  .aside-first a {
    display: inline-block;
  }
  .aside-second {
    background-color: #D9DEFF;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .aside-flex {
    display: flex;
  }
  .aside-box {
    text-align: center;
    width: 50%;
  }
  .aside-box a {
    display: inline-block;
  }
  .footer {
    height: 360px;
    width: 100%;
  }
  .footer__container {
    text-align: center;
    margin-top: 66px;
  }
  .footer__container img {
    width: 90px;
    height: 88px;
  }
  .footer__site-map ul {
    display: flex;
    justify-content: center;
    gap: 0px 70px;
    margin-top: 50px;
    font-size: 2.4rem;
  }
  .pagetop {
    position: absolute;
    bottom: 40px;
    right: 78px;
  }
  .footer small {
    clear: both;
    display: block;
    text-align: center;
    margin-top: 66px;
    font-size: 1.2rem;
  }
  .footer__site-map ul li {
    display: inline-block;
    width: 5em;
  }
}