@charset "UTF-8";
/* デバイス別表示非表示 */
@media screen and (min-width: 680px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

body,
p {
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

h2.br_ttl {
  font-size: 32px;
  font-weight: bold;
  padding-left: 1.2em;
  position: relative;
}

@media only screen and (max-width: 960px) {
  h2.br_ttl {
    font-size: 5vw;
    padding-left: 0.7em;
  }
}

h2.br_ttl ::before {
  content: "";
  height: 1.75em;
  width: 4px;
  background-color: #92c5c6;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 960px) {
  h2.br_ttl ::before {
    height: 2.75em;
  }
}

ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

.inr {
  margin: auto;
  height: 100%;
  max-width: 960px;
}

@media only screen and (max-width: 961px) {
  .inr {
    max-width: none;
  }
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(40%, #fffcc7));
  background: linear-gradient(transparent 50%, #fffcc7 40%);
  font-weight: bold;
}

.txt_red {
  color: #f25632;
}

.btn_push {
  display: block;
  font-size: 1.5em;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 10px;
  height: 85px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 25px;
}

@media only screen and (max-width: 961px) {
  .btn_push {
    font-size: 1em;
  }
}

.btn_push:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}

.btn_skyblue {
  background-color: #5482de;
  color: #fff;
  -webkit-box-shadow: 0px 5px 0 #05458e;
          box-shadow: 0px 5px 0 #05458e;
}

.btn_skyblue .btn_icon img {
  width: 70%;
  margin: auto;
}

@media only screen and (max-width: 700px) {
  .btn_skyblue {
    border-radius: 5px;
  }
}

.btn_yellow {
  background-color: #d7ac00;
  color: #fff;
  -webkit-box-shadow: 0px 5px 0 #a58402;
          box-shadow: 0px 5px 0 #a58402;
}

.btn_yellow .btn_icon img {
  width: 70%;
  margin: auto;
}

@media only screen and (max-width: 700px) {
  .btn_yellow {
    border-radius: 5px;
  }
}

.btn_blue {
  background-color: #0e46b6;
  color: #fff;
  -webkit-box-shadow: 0px 5px 0 #07296d;
          box-shadow: 0px 5px 0 #07296d;
  border-radius: 50px;
}

@media only screen and (max-width: 961px) {
  .btn_blue {
    font-size: 1.2em;
    height: auto;
    padding: 5% 0;
  }
}

.btn_search {
  border: solid  1px #a0b7e5;
  color: #05458e;
  -webkit-box-shadow: 0px 5px 0 #e5ebf7;
          box-shadow: 0px 5px 0 #e5ebf7;
  border-radius: 50px;
  width: 38%;
  margin: auto;
  height: auto;
  padding: 15px;
  font-size: 18px;
}

@media only screen and (max-width: 700px) {
  .btn_search {
    width: 70%;
    padding: 3%;
    font-weight: 100;
  }
}

/* ヘッダー */
.bl_header {
  border-bottom: solid 3px #a0b7e5;
  padding: 15px 0;
}

.bl_header .inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_header .header_ttl {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -1px;
}

@media only screen and (max-width: 700px) {
  .bl_header .header_ttl {
    line-height: 1.6rem;
  }
}

.bl_header .pc_header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_header .pc_header_menu li {
  font-size: 14px;
  border-right: solid 1px #a0b7e5;
}

.bl_header .pc_header_menu li a {
  padding: 20px;
}

.bl_header .pc_header_menu li a:hover {
  background: #dae4f9;
}

.bl_header .pc_header_menu li:last-child {
  border-right: none;
}

@media only screen and (max-width: 960px) {
  .bl_header .pc_header_menu {
    display: none;
  }
}

@media only screen and (max-width: 961px) {
  .bl_header {
    padding: 3%;
  }
}

/* ハンバーガー */
.sp_header_menu {
  /*ハンバーガーがクリックされたら*/
  /*ハンバーガーがクリックされたら右からスライド*/
  /*
    black-bg(ハンバーガーメニュー解除用bg)
      =================================== */
  /*ハンバーガーメニューが開いたら表示*/
  /*PCでハンバーガーメニュー非表示*/
}

.sp_header_menu .hamburger {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}

.sp_header_menu .hamburger__line {
  position: absolute;
  width: 30px;
  height: 3px;
  right: 0;
  background-color: #7e9ad1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sp_header_menu .hamburger__line--1 {
  top: 6px;
}

.sp_header_menu .hamburger__line--2 {
  top: 15px;
}

.sp_header_menu .hamburger__line--3 {
  top: 24px;
}

.sp_header_menu .open .hamburger__line--1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 11px;
}

.sp_header_menu .open .hamburger__line--2 {
  opacity: 0;
}

.sp_header_menu .open .hamburger__line--3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
}

.sp_header_menu .sp-nav {
  position: fixed;
  right: -100%;
  /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 70%;
  /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background: #ebf0fa;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
}

.sp_header_menu .sp-nav .sp-nav_menu {
  margin: 25% 5% 0;
}

.sp_header_menu .sp-nav .sp-nav_menu li a {
  background-color: #fff;
  padding: 5%;
  text-align: center;
  margin-bottom: 1%;
}

.sp_header_menu .sp-nav .sp-nav_menu .toggle_contents {
  margin-bottom: 0;
}

.sp_header_menu .sp-nav .sp-nav_menu .toggle_contents .toggle_title {
  background-color: #fff;
  font-weight: 100;
  padding: 5%;
  text-align: center;
  margin-bottom: 1%;
  border-bottom: none;
}

.sp_header_menu .sp-nav .sp-nav_menu .toggle_contents .toggle_title .toggle_btn {
  top: 13px;
  right: 10px;
}

.sp_header_menu .sp-nav .sp-nav_menu .toggle_contents .toggle_txt {
  padding: 0;
}

.sp_header_menu .sp-nav .sp-nav_menu .toggle_contents .toggle_txt li a {
  background-color: #dae4f9;
}

.sp_header_menu .open .sp-nav {
  right: 0;
}

.sp_header_menu .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

.sp_header_menu .open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

@media only screen and (min-width: 961px) {
  .sp_header_menu {
    display: none;
  }
}

/*アコーディオン*/
@media only screen and (min-width: 961px) {
  .toggle_title {
    border-bottom: solid 2px #a0b7e5;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .toggle_txt {
    padding: 20px 0;
    font-size: 14px;
    line-height: 2rem;
  }
  .toggle_btn {
    display: none;
  }
  .bl_review_ttl_txt {
    font-weight: bold;
    margin-right: 20px;
  }
}

.accordion-container {
  width: 100%;
  margin-bottom: 5%;
}

.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.bl_review_ttl {
  cursor: pointer;
  position: relative;
}

.bl_review_ttl:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.bl_review_ttl:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.bl_review_ttl.open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bl_review_ttl.open:after {
  opacity: 0;
}

.accordion-text {
  display: none;
}

@media only screen and (max-width: 961px) {
  .toggle_title {
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.2rem;
    margin: 0;
    position: relative;
    border-bottom: solid 2px #a0b7e5;
  }
  .toggle_btn {
    display: inline-block;
    background: url(../images/open.png) no-repeat right top;
    background-size: contain;
    position: absolute;
    top: 18px;
    right: 5px;
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .toggle_btn.selected {
    background: url(../images/close.png) no-repeat right top;
    background-size: contain;
  }
  .toggle_txt {
    display: none;
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.5rem;
  }
}

.bl_footer {
  background: #a0b7e5;
  color: #fff;
}

.bl_footer .footer_menu li {
  text-align: center;
  padding: 20px 0;
  border-bottom: 2px #fff solid;
}

.bl_footer .footer_menu li:nth-child(3) {
  padding: 0;
}

.bl_footer .footer_menu li:nth-child(3) .accordion-container {
  margin-bottom: 0;
}

.bl_footer .footer_menu li:nth-child(3) .accordion-container .bl_review_ttl {
  padding: 20px 0;
}

.bl_footer .footer_menu li:nth-child(3) .accordion-container li {
  color: #000;
  margin-bottom: 0;
  background-color: #dae4f9;
  border-bottom: 2px #fff solid;
  padding: 20px 0;
}

.bl_footer .footer_menu li:nth-child(3) .accordion-container li:nth-child(6) {
  border-bottom: none;
}

.bl_footer .copy {
  background: #fff;
  text-align: center;
  padding: 20px;
  font-size: 16px;
  color: #000;
}
/*# sourceMappingURL=common.css.map */