@charset "shift-jis";

/* --------------------------------------------------------------------
  Financial Academy

  Style Info: footer setting
  /css/common/footer.css

-------------------------------------------------------------------- */

/* ------------------------------
footer
------------------------------ */
.footer {
  padding-top: 15px;
  border-top: #1c2569 solid 4px;
  background: url(/img/common/bg_footer_line.png) repeat-x left top;
  line-height: 1.8;
  letter-spacing: normal;
}
.footer p {
  margin-bottom: initial;
  line-height: 1.8;
}
.footer .fotter_inquiry {
  padding: 25px 4% 20px;
  text-align: center;
}
.footer .inquiry_ttl {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.footer .fotter_inquiry .inquiry_btn_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 25px;
}
.footer .fotter_inquiry .inquiry_btn_list li {
  width: 48%;
}
.footer .fotter_inquiry .inquiry_btn_list a {
  display: block;
  position: relative;
  padding: 0.6em 28px 0.6em 0.6em;
  border: 1px solid #1c2569;
  border-radius: 10px;
  color: #1c2569;
  font-size: 16px;
  text-align: center;
}
.footer .fotter_inquiry .inquiry_btn_list a::after {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%) rotate(45deg);
  width: 11px;
  height: 11px;
  border-top: 1px solid #1c2569;
  border-right: 1px solid #1c2569;
  content: '';
}
.footer .fotter_inquiry .inquiry_btn_list a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.footer .fotter_inquiry .telno {
  color: #1c2569;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.footer .fotter_inquiry .telno a {
  color: #1c2569;
}
.footer .fotter_inquiry .telno a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.footer .fotter_inquiry .telno svg {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
.footer .fotter_inquiry .reception_hours {
  color: #1c2569;
  font-size: 14px;
  text-align: center;
}
.footer .fotter_inquiry .info_note {
  display: inline-block;
  font-size: 12px;
  text-align: left;
}
.footer .follow_us {
  padding: 12px;
  background: #f4f5f7;
}
.footer .follow_us .follow_us_txt {
  color: #1c2569;
  font-size: 16px;
}
.footer .footer_sns_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer_sns_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.footer .footer_sns_list li a:hover {
  opacity: 0.7;
}
.footer .site_link_list li {
  font-size: 14px;
  text-align: left;
}
.footer .site_link_list li a {
  color: #333;
}
.footer .logo_copyright {
  padding: 20px 15px 15px;
  background: #1c2569;
  text-align: center;
}
.footer .logo_copyright .footer_logo {
  text-align: center;
}
.footer .logo_copyright .footer_logo img {
  width: 100%;
  max-width: 276px;
}
.footer .logo_copyright .copyright {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 600px) and (max-width: 660px) {
  .footer .site_link_list li:nth-child(5) {
    margin-left: 5em;
  }
  .footer .site_link_list li:nth-child(6) {
    margin-right: 5em;
    border: none;
  }
}
@media screen and (min-width: 600px) {
  .footer .inquiry_ttl br {
    display: none;
  }
  .footer .follow_us {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer .footer_sns_list {
    width: 450px;
    margin-left: 25px;
  }
  .footer .site_link_list {
    max-width: 730px;
    margin: 20px auto;
    font-size: 16px;
    text-align: center;
  }
  .footer .site_link_list li {
    display: inline-block;
    margin: 0.5em 0;
    padding: 0 0.5em;
    border-right: 1px solid #333;
    line-height: 1;
  }
  .footer .site_link_list li:first-child {
    margin-left: 12em;
  }
  .footer .site_link_list li:nth-child(4) {
    margin-right: 12em;
    border: none;
  }
  .footer .site_link_list li:last-child {
    border: none;
  }
}
@media screen and (max-width: 599px) {
  .footer .inquiry_ttl {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .footer .fotter_inquiry .inquiry_btn_list {
    margin-bottom: 25px;
  }
  .footer .fotter_inquiry .inquiry_btn_list a {
    padding: 0.8em 15px 0.8em 0.6em;
    font-size: 14px;
  }
  .footer .fotter_inquiry .inquiry_btn_list a::after {
    right: 10px;
    width: 8px;
    height: 8px;
  }
  .footer .fotter_inquiry .reception_hours {
    margin-bottom: 10px;
  }
  .footer .follow_us {
    position: relative;
    margin-top: 15px;
    padding: 15px 5%;
  }
  .footer .follow_us .follow_us_txt {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    padding: 6px 0;
  }
/*   .footer .footer_sns_list {
    max-width: 355px;
    margin: 0 auto;
  } */
  .footer .footer_sns_list li a {
    width: 60px;
    height: 60px;
  }
  .footer .footer_sns_list li img,
  .footer .footer_sns_list li svg {
    width: 26px;
  }
  .footer .footer_sns_list .fb svg{ width: 14px;}
  .footer .footer_sns_list .line svg{ width: 28px;}

  .footer .site_link_list {
    margin: 30px 25px;
  }
  .footer .site_link_list li a {
    display: block;
    position: relative;
    padding: 0.2em 0 0.2em 1.5em;
  }
  .footer .site_link_list li a::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    content: '';
  }
}

/* ------------------------------
page top button
------------------------------ */
.btn_foot_page_top {
  position: fixed;
  z-index: 500;
  bottom: 15px;
  right: 9px;
}
.btn_foot_page_top a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: #1c2569;
  border: 1px solid;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
  opacity: .6;
  transition: all .3s;
}
.btn_foot_page_top a:hover {
  text-decoration: none;
  opacity: 1;
}
.btn_foot_page_top .arw {
  width: 13px;
  padding-top: 7px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.17%22%20height%3D%227.585%22%20viewBox%3D%220%200%2014.17%207.585%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2305%22%20data-name%3D%22%E3%83%91%E3%82%B9%202305%22%20d%3D%22M-18037.393%2C7457.2l6.379-6.378%2C6.377%2C6.378%22%20transform%3D%22translate(18038.1%20-7450.323)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E');
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

/* ------------------------------
footer_notice
------------------------------ */
.footer_notice {
  width: 94%;
  max-width: 900px;
  margin: 40px auto 30px;
  padding: 1.5em 1em;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
}
.footer_notice p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
}
.footer_notice p + p {
  margin-top: 0.6em;
}
.footer_notice .strong {
  font-weight: bold;
}
.footer_notice .ttl_notice {
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}
.footer_notice .note_notice {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .footer_notice {
    margin: 35px auto 10px;
    padding: 1.5em 0.8em;
    font-size: 14px;
    text-align: left;
  }
  .footer_notice .br_pc_notice {
    display: none;
  }
  .footer_notice p {
    font-size: 14px;
    text-align: left;
  }
}
