@charset "shift-jis";
/* --------------------------------------------------------------------
  Financial Academy

  Style Info: /bio-links/ setting
-------------------------------------------------------------------- */
*,*::before,*::after {
  box-sizing: border-box;
}

.body {
  background: #fff;
}

article {
  max-width: 599px;
  margin: 0 auto;
  background-color: #faf6f2;
}

/* ------------------------------
header
------------------------------ */
.header {
  position: relative;
}
.header img {
  width: 100%;
}
.header .ico_fa {
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .header img {
    height: 166.67px;
    object-fit: cover;
  }
  .header .ico_fa {
    width: 100px;
    height: auto;
  }
}

/* ------------------------------
main
------------------------------ */
.main {
  padding: 50px 4% 25px;
}
.main h1 {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
}
.main .link_list {
  max-width: 349px;
  margin: 0 auto;
}
.main .link_list li + li {
  margin-top: 15px;
}
.main .link_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0.1em 1em;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 9999px;
  color: #333;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .main h1 {
    font-size: 13px;
  }
  .main .link_list {
    max-width: 300px;
  }
  .main .link_list a {
    min-height: 45px;
    font-size: 13px;
  }
}


/* ------------------------------
footer
------------------------------ */
.footer .follow_us {
  position: relative;
  margin-top: 15px;
  padding: 15px 5%;
  background-color: #f4f5f7;
}
.footer .follow_us .follow_us_txt {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 0;
  color: #1c2569;
  font-size: 16px;
  line-height: 1;
}
.footer .footer_sns_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}
.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;
}
@media screen and (max-width: 599px) {
  .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;
  }
}
