@charset "utf-8";
/*====================
quickReference
====================*/

.container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
/* ヘッダー */

.header {
  padding: 24px 6.4% 16px;
}

.header__topic,
.nav__topic {
  color: #4F4E4E;
  font-weight: 700;
  font-size: 2.4rem;
}

.header__topicSp { 
  margin-top: auto;
  width: 150px; 
  height: 64px;
}

.header {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.header__logoSp {
  max-width: 200px;
  height: auto;
}

.telephone {
  display: none;
}

@media screen and (max-width:768px) {
  .header__topicPc {
    display: none;
  }
}

/* .nav初期表示 */
.nav {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  padding: 24px 6.4%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translateX(-100%);
  transition: transform 0.4s;
}

.nav__list {
  margin-top: 66px;
}

.nav__item {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  color: #2F2F2F;
  margin-top: 30px;
}

.nav__item img {
  display: inline-block;
  vertical-align: -3px;
  margin-right: 24px;
}

/* .nav.active表示 */
.nav.active {
  transform: translateX(0);
}

/* .header pc */
@media screen and (min-width:769px) {
  .header {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 60px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .header__logo { 
    margin-top: auto;
    width: 340px; 
    height: auto;
  }

  .telephone {
    display: flex;
    justify-content: flex-end;
    font-size: 36px;
    font-weight: bold;
    color: #4F4E4E;
  }

  .header__topicSp {
    display: none;
  }

  .menu_btn img {
    display: none;
  }
  
  .tel_btn {
    margin: 10px 10px 0;
    position: relative;
    top: auto;
    right: auto;
  }
  
  .tel_set {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top:60px;
    right: 8%;
  }

  .nav {
    background: transparent;
    width: 100%;
    height: auto;
    padding: 0;
    position: static; 
    transform: translate(0);
  }

  .nav__list {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
     
  }

  .nav__item a {
    display: flex;
    justify-content: space-between;
  }

  .nav__item a :last-of-type {
    margin-top: -2px;
  }

  .nav__item {
    font-weight: 400;
    font-size: 1.6rem;
    color: #0000cd;
    display: block;
    font-size: 20px;
  }

  .nav__header {
    display: none;
  }

  .nav__item img {
    display: block;
    width: 30px;
    height: 30px;
    margin: -8px 10px 0;
  }

  .nav__item:first-of-type {
    display: block;
      
  }

}/* pc 769px */


body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff;
  color: #4F4E4E;
  line-height: 1.8;
  font-size: 16px;
}

.section--quick_reference {
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  margin: 0 auto;
}

.topics__category {
  font-family: EB Garamond;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #4F4E4E;
  line-height: 1.2;
}

.japanese_title {
  font-size: 15px;
  font-weight: bold;
  color: #109AC4;
  margin-bottom: -20px;
  text-align: center;
}

.qr_box-dBlue {
  background-color: #234E73;
  width: 98%;
  height: auto;
}

.qr_box-white {
  background-color: #FFF;
  border-radius: 6px;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.qr__item1,
.qr__item2,
.qr__item3 {
  display: block;
  padding: 0.4em 1em;
  background-color: #FFF;
  border: solid 3px #234E73;
  border-radius: 30px;
  color: #234E73;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 250px;
  height: 55px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.qr_box1,
.qr_box2,
.qr_box3 {
    background-color: rgba(35, 78, 115, 1);
    margin-bottom: 20px;
    border-radius: 6px;
    padding: 3em 1em 1em;
    position: relative;
    margin-top: 70px;
}

.theme {
  font-size: 16px;
  /* margin-top: 30px; */
  color: #234E73;
  font-weight: 400;
  padding-top: 30px;
  padding-left: 10px;
}

/* 太めの下線 */
.theme { 
  border-bottom: solid 5px #109AC4;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

/* .theme::after { 
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid;
} */

.qr__txt1 {
  padding: 0 10px 0 10px;
  font-size: 14px;
  line-height: normal;
}

/* .qr__txt1 :last-of-type {
padding-bottom: 40px;
}   */

.qr__txt3 {
  font-size: 15px;
  font-weight: normal;
  color: #FFF;
  text-align: center;
  margin: 20px 0 20px;
}

.qr__txt2 {
  font-size: 14px;
  display: flex;
  padding: 10px 10px 0 10px;
}

.qr__txt4 {
  padding: 10px 10px 0 10px;
  font-size: 14px;
  line-height: normal;
}

.qr__list {
  margin-top: 20px;
  padding: 0 10px 0 10px;
  list-style: disc;
  color: #4F4E4E;
  font-size: 14px;
  /* margin-bottom: 20px; */
}

.qr__list li {
  margin-bottom: 0.5rem;
  line-height: normal;
}

/* .linkB { 
  display: inline-block;
  text-decoration: none;
  background: #1587AA;
  color: #FFF;
  font-weight: 700;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #1587AA;
  border: solid 2px #fff;
  transition: .4s;
  
}

.linkB:hover {
  border-style: dashed;
} */


.linkB { 
  display: block;
  padding-top: 12px;
  background: #1587AA;
  border-radius: 4px;
  color: #FFF;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  line-height: 14px;
  transition: 0.4s;
  width: 290px;
  height: 40px;
  margin: 30px auto 0;
  margin-bottom: -30px;
} 

/* サブ見出し */
h4 {
  padding-left: 10px;
  padding-bottom: -20px;
  font-size: 15px;
  margin-top: 15px;
  color: #1587AA;
  font-weight: bold;
}

/* メイン pc */
@media screen and (min-width:769px){
  .qr_box-white {
    width: 96%;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 20px;
  }

  .topics__category {
    font-size: 64px;
    margin-bottom: -2px;
  }

  .topics__category br {
    display: none;
  }

  .japanese_title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .qr__item1,
  .qr__item2,
  .qr__item3 {
    padding: 0.5em 1em;
    border-radius: 60px;
    font-size: 26px;
    line-height: normal;
    width: 360px;
    height: 70px;
    top: 70px;
    margin-left: 40px;
  }

  .theme {
    font-size: 24px;
    font-weight: bold;
    padding-top: 30px;
    padding-left: 20px;
  }
  
  /* 太めの下線 */
  .theme { 
    border-bottom: solid 8px #109AC4;
  }

  .qr__txt1 {
    padding: 0 10px 0 10px;
    font-size: 18px;
    padding-left: 20px;
  }
  
  /* .qr__txt1 :last-child { 
  margin-bottom: 20px;
  } */
  
  .qr__txt3 {
    font-size: 18px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    margin: 40px 0 20px;
  }
  
  .qr__txt2 {
    font-size: 18px;
    padding: 10px 10px 0 10px;
    text-align: center;
  }
  
  .qr__txt4 {
    padding: 10px 10px 0 10px;
    font-size: 18px;
    padding-left: 20px;
  }
  
  .qr__list {
    margin-top: 20px;
    padding: 0 10px 0 10px;
    /* list-style: disc; */
    color: #4F4E4E;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 30px;
  }
  
  .qr__list li {
    margin-bottom: 0.5rem;
    line-height: normal;
  }

  h4 {
    padding-left: 20px;
    padding-bottom: -20px;
    font-size: 20px;
    margin-top: 15px;
  }

  .linkB { 
    padding-top: 24px;
    font-size: 20px;
    line-height: 20px;
    transition: 0.4s;
    width: 350px;
    height: 70px;
    margin: 30px auto 0;
    margin-bottom: -30px;
  } 


}/* pc 769px */

/*==========================
footer
==========================*/
.footer {
  padding: 32px 4.2%;
}

.footer__topic {
  max-width: 150px;
}

.mail_btn {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 6.4%;
}

.mail_btn a {
  display: block;
  /* right: 6.4%; */
}

.copy {
  margin-top: 10px;
}

.copy small {
  font-size: 1.2rem;
}

/* footer pc */
@media screen and (min-width: 769px) {
  .footer {
    /* padding: 64px 60px; */
    max-width: 1280px;
    margin: 0 auto;
  }

  .footer__group {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer__topic {
    font-size: 2.4rem;
    line-height: 1;
    max-width: 100%;
  }

  .footer__logo {
    margin-top: auto;
    width: 340px;
    height: auto;
  }
  
  .menu__list {
    display: flex;
    margin-top: 0;
  }

  .menu__item {
    margin-top: 0;
    margin-left: 32px;
  }
  
} /* pc 769px */
