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

  Style Info: moneylog-about setting
-------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
img {
  max-width: 100%;
}
#container {
  font-size: 16px;
}
.inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 599px) {
  #container {
    font-size: 14px;
  }
  .inner {
    width: 90%;
    padding: 40px 0;
  }
}

/* display */
.pc {
  display: inherit;
}
.tab {
  display: none;
}
.sp {
  display: none;
}
.sp_tab {
  display: none;
}
@media screen and (min-width: 600px) {
  .tab_pc {
    display: inherit;
  }
}
@media screen and (max-width: 999px) {
  .pc {
    display: none;
  }
  .tab {
    display: inherit;
  }
  .sp {
    display: none;
  }
  .sp_tab {
    display: inherit;
  }
}
@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
  .tab {
    display: none ;
  }
  .sp {
    display: inherit;
  }
  .tab_pc {
    display: none;
  }
}

/* font */
.txt_bold {
  font-weight: bold;
}

/* background */
.bg_gray {
  background-color: #f5f5f5;
}

/* button */
.btn_01 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 1em 20px 1em 0.5em;
  background: linear-gradient(135deg,  #4272c6 0%,#1fc1d8 100%);
  border-radius: 9999px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.btn_01::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
.btn_01.border {
  background: #fff;
  border: 1px solid #4272c6;
  color: #4272c6;
}
.btn_01.border::after {
  border-color: #4272c6;
}
.btn_01.small {
  width: 300px;
  padding: 0.8em 20px 0.8em 0.5em;
}
.btn_01.blue {
  background: #44a1c5;
}
.btn_01.orange {
  background: #ea5520;
}
.btn_01:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .btn_01 {
    font-size: 16px;
  }
}
/* btn_list */
.btn_list {
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .btn_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4%;
    row-gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .btn_list li + li {
    margin-top: 30px;
  }
}

/* heading */
.heading_01 {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1em;
  color: #4272c6;
  font-size: 30px;
  text-align: center;
  line-height: 1.6;
}
.heading_01::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 115px;
  height: 3px;
  background: #4272c6;
  content: '';
}
.heading_01 .txt_s {
  font-size: 25px;
}
@media screen and (max-width: 599px) {
  .heading_01 {
    font-size: 20px;
  }
  .heading_01 .txt_s {
    font-size: 16px;
  }
}

/* marker */
.marker_01 {
  padding-bottom: 0.15em;
  background: linear-gradient(transparent 55%, #FFDC49 55%);
}

/* arrow */
.arrow_01 {
  width: 120px;
  height: 40px;
  margin: 25px auto 45px;
  background: #ffdc49;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* ------------------------------
mv
------------------------------ */
.mv {
  background: linear-gradient(135deg,  #4272c6 0%,#1fc1d8 100%);
}
.mv .mv_inner {
  position: relative;
}
.mv .mv_inner::before {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: '';
}
.mv .mv_inner::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  content: '';
}
.mv .mv_main {
  position: absolute;
  z-index: 2;
  text-align: center;
}
.mv h1 {
  margin-bottom: 0.2em;
  text-align: center;
  color: #fff;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.mv .mv_icon {
  position: absolute;
  height: auto;
}
.mv .sub_ttl {
  position: absolute;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 2;
}
.mv .sub_ttl .adjust {
  display: none;
}
@media screen and (min-width: 600px) {
  .mv .mv_inner {
    max-width: 1440px;
    min-height: 41.67vw;
    margin: 0 auto;
    padding: 0 1.39vw 0 2.43vw
  }
  .mv .mv_inner::before {
    right: 1.39vw;
    width: 63.19vw;
    height: 63.19vw;
  }
  .mv .mv_inner::after {
    right: 5.49vw;
    width: 54.86vw;
    height: 54.86vw;
  }
  .mv .mv_main {
    right: 1.39vw;
    width: 63.19vw;
  }
  .mv h1 {
    font-size: 5.56vw;
  }
  .mv h1 .txt_s {
    font-size: 2.08vw;
  }
  .mv .mv_img {
    max-width: 40.36vw;
  }
  .mv .icn_01 {
    top: 4.51vw;
    right: 54.86vw;
    width: 5.29vw;
  }
  .mv .icn_02 {
    top: 4.51vw;
    right: 2.36vw;
    width: 4.93vw;
  }
  .mv .icn_03 {
    top: 18.47vw;
    right: 57.64vw;
    width: 4.7vw;
  }
  .mv .icn_04 {
    top: 18.89vw;
    right: 1.04vw;
    width: 4.7vw;
  }
  .mv .icn_05 {
    top: 32.64vw;
    right: 53.47vw;
    width: 4.36vw;
  }
  .mv .icn_06 {
    top: 32.64vw;
    right: 5.07vw;
    width: 4.93vw;
  }
  .mv .sub_ttl {
    top: 17.36vw;
    left: 2.43vw;
    font-size: 2.08vw;
  }
}
@media screen and (min-width: 1440px) {
  .mv .mv_inner {
    min-height: 600px;
    padding: 0 20px 0 35px
  }
  .mv .mv_inner::before {
    right: 20px;
    width: 910px;
    height: 910px;
  }
  .mv .mv_inner::after {
    right: 79px;
    width: 790px;
    height: 790px;
  }
  .mv .mv_main {
    right: 20px;
    width: 910px;
  }
  .mv h1 {
    font-size: 80px;
  }
  .mv h1 .txt_s {
    font-size: 30px;
  }
  .mv .mv_img {
    max-width: 581.21px;
  }
  .mv .icn_01 {
    top: 65px;
    right: 790px;
    width: 76.15px;
  }
  .mv .icn_02 {
    top: 65px;
    right: 34px;
    width: 70.97px;
  }
  .mv .icn_03 {
    top: 266px;
    right: 830px;
    width: 67.71px;
  }
  .mv .icn_04 {
    top: 272px;
    right: 15px;
    width: 67.72px;
  }
  .mv .icn_05 {
    top: 470px;
    right: 770px;
    width: 62.8px;
  }
  .mv .icn_06 {
    top: 470px;
    right: 73px;
    width: 70.97px;
  }
  .mv .sub_ttl {
    top: 250px;
    left: 35px;
    font-size: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 749px) {
  .mv h1 {
    font-size: 41.5px;
    line-height: 1.3;
  }
  .mv h1 .txt_s {
    font-size: 16px;
  }
  .mv .sub_ttl {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 699px) {
  .mv h1 {
    line-height: 1.2;
  }
  .mv .sub_ttl {
    top: 90px;
  }
  .mv .sub_ttl .adjust {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .mv .mv_inner {
    min-height: 109.33vw;
  }
  .mv .mv_inner::before {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94.67vw;
    height: 94.67vw;
  }
  .mv .mv_inner::after {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 81.6vw;
    height: 81.6vw;
  }
  .mv .mv_main {
    left: 50%;
    transform: translateX(-50%);
    width: 94.67vw;
  }
  .mv h1 {
    margin: 0.3em 0 0.6em;
    font-size: 10.67vw;
  }
  .mv h1 .txt_s {
    font-size: 4.8vw;
  }
  .mv .mv_img {
    max-width: 69.21vw;
  }
  .mv .icn_01 {
    top: 23.2vw;
    left: 4vw;
    width: 10.42vw;
  }
  .mv .icn_02 {
    top: 23.2vw;
    right: 5vw;
    width: 10.42vw;
  }
  .mv .icn_03 {
    top: 50.13vw;
    left: -1.5vw;
    width: 9.94vw;
  }
  .mv .icn_04 {
    top: 50.67vw;
    right: -1.5vw;
    width: 9.94vw;
  }
  .mv .icn_05 {
    top: 76.8vw;
    left: 5vw;
    width: 9.16vw;
  }
  .mv .icn_06 {
    top: 76.8vw;
    right: 5vw;
    width: 10.42vw;
  }
  .mv .sub_ttl {
    top: auto;
    bottom: 3vw;
    left: 0;
    width: 100%;
    font-size: 4.27vw;
    text-align: center;
    line-height: 1.7;
  }
}

/* ------------------------------
what_is
------------------------------ */
.what_is .lead {
  margin-bottom: 2.5em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.what_is .btn_list {
  max-width: 735px;
  margin-top: 55px;
}
@media screen and (min-width: 600px) {
  .what_is .btn_list {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
}
@media screen and (max-width: 599px) {
  .what_is .lead {
    margin-bottom: 2em;
    font-size: 16px;
  }
  .what_is .btn_list {
    margin-top: 30px;
  }
}

/* ------------------------------
can_do
------------------------------ */
.can_do .inner {
  max-width: 1180px;
}
.can_do .can_do_list li {
  padding: 2em 1.5em 1.5em;
  background: #fff;
  border-radius: 9999px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.can_do .can_do_list li::after {
  position: absolute;
  left: 50%;
  bottom: -23px;
  transform: translateX(-50%);
  width: 28px;
  height: 25px;
  background: #fff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: '';
}
.can_do .can_do_list li .can_do_no {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "din-2014", sans-serif;
  color: #4272c6;
  font-size: 80px;
  font-weight: normal;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .can_do .img_sp {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .can_do .inner {
    width: 98%;
  }
  .can_do .can_do_list_wrap {
    position: relative;
    min-height: 550px;
  }
  .can_do .can_do_list li {
    display: inline-block;
    position: absolute;
    z-index: 2;
  }
  .can_do .can_do_list li:nth-child(1) {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
  }
  .can_do .can_do_list li:nth-child(2) {
    top: 250px;
    left: 0;
    transform: unset;
  }
  .can_do .can_do_list li:nth-child(2)::after {
    left: unset;
    right: -25px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
  .can_do .can_do_list li:nth-child(3) {
    top: 320px;
    left: unset;
    right: 0;
    transform: unset;
  }
  .can_do .can_do_list li:nth-child(3)::after {
    left: -25px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  .can_do .img_pc {
    position: absolute;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 570px;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .can_do .can_do_list li .non_tab {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .can_do .can_do_list li {
    position: relative;
  }
  .can_do .can_do_list li + li {
    margin-top: 70px;
  }
  .can_do .img_pc {
    display: block;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .can_do .can_do_list {
    margin-top: 60px;
  }
  .can_do .can_do_list li {
    padding: 1.9em 1.5em 0.8em;
    font-size: 16px;
  }
  .can_do .can_do_list li .can_do_no {
    top: -30px;
    font-size: 60px;
  }
  .can_do .img_pc {
    display: none;
  }
  .can_do .img_sp {
    display: block;
    max-width: 207px;
    margin: 70px auto 0;
  }
}

/* ------------------------------
recommended_for
------------------------------ */
.recommended_for {
  text-align: center;
}
.recommended_for .recommended_for_list {
  display: inline-block;
}
.recommended_for .recommended_for_list li {
  position: relative;
  margin-bottom: 1.3em;
  padding-left: 55px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.recommended_for .recommended_for_list li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  border-radius: 5px;
  content: '';
}
.recommended_for .recommended_for_list li::after {
  position: absolute;
  top: 13px;
  left: 3px;
  transform: rotate(-45deg);
  width: 24px;
  height: 10px;
  border-left: 5px solid #4272c6;
  border-bottom: 5px solid #4272c6;
  content: '';
}
@media screen and (max-width: 599px) {
  .recommended_for .recommended_for_list li {
    padding-left: 48px;
    font-size: 16px;
  }
}

/* ------------------------------
usage_fee
------------------------------ */
.usage_fee .cost {
  max-width: 500px;
  margin: 0 auto 40px;
  border: 1px solid #707070;
  border-radius: 10px;
  overflow: hidden;
}
.usage_fee .cost dt {
  padding: 0.5em;
  background: #ffdc49;
  border-bottom: 1px solid #707070;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.usage_fee .cost dd {
  padding: 0.5em;
  background: #fff;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.usage_fee .cost dd .txt_s {
  font-size: 16px;
}
.usage_fee .lead {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 2.8;
  letter-spacing: 0.1em;
}
.usage_fee .lead .txt_l {
  font-size: 30px;
}
.usage_fee .about_box {
  border: 1px solid #44a1c5;
  border-radius: 30px;
  overflow: hidden;
}
.usage_fee .about_box .img_head {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: top center;
}
.usage_fee .about_box .about_box_inner {
  padding: 40px 3% 50px;
  background: #ebf5fa;
  text-align: center;
}
.usage_fee .about_box h3 {
  margin-bottom: 0.5em;
  font-family: "din-2014", sans-serif;
  color: #44a1c5;
  font-size: 50px;
  line-height: 1;
}
.usage_fee .about_box .about_lead {
  margin-bottom: 1.3em;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.0;
}
.usage_fee .about_box .about_lead .txt_l {
  font-size: 30px;
}
.usage_fee .about_box .txt_01 {
  display: inline-block;
  margin-bottom: 2.2em;
  text-align: left;
}
.usage_fee .outline_list {
  display: flex;
  justify-content: space-between;
  max-width: 640px;
  margin: 0 auto;
}
.usage_fee .outline_list li {
  padding: 13px 1px 5px;
  background: #fff;
  border-radius: 5px;
}
.usage_fee .outline_list li p {
  color: #44a1c5;
  font-size: 14px;
  line-height: 1.4;
}
.usage_fee .outline_list li p .narrow {
  letter-spacing: -0.2em;
}
.usage_fee .btn_list {
  max-width: 640px;
  margin-top: 60px;
}
@media screen and (min-width: 600px) {
  .usage_fee .btn_list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .usage_fee .outline_list li {
    width: 19%;
  }
}
@media screen and (max-width: 599px) {
  .usage_fee .cost {
    margin-bottom: 35px;
  }
  .usage_fee .cost dt {
    font-size: 18px;
  }
  .usage_fee .cost dd {
    padding: 0.8em 0.5em;
    font-size: 25px;
  }
  .usage_fee .cost dd .txt_s {
    font-size: 16px;
  }
  .usage_fee .lead {
    font-size: 14px;
    line-height: 2.2;
  }
  .usage_fee .lead .txt_m {
    font-size: 16px;
  }
  .usage_fee .lead .txt_l {
    font-size: 20px;
  }
  .usage_fee .about_box .img_head {
    width: 100%;
    max-height: 120px;
  }
  .usage_fee .about_box .about_box_inner {
    padding: 35px 5% 40px;
    background: #ebf5fa;
  }
  .usage_fee .about_box .about_lead {
    font-size: 16px;
  }
  .usage_fee .about_box .about_lead .txt_l {
    font-size: 20px;
  }
  .usage_fee .about_box .about_lead .txt_s {
    font-size: 14px;
  }
  .usage_fee .outline_list {
    justify-content: center;
    flex-wrap: wrap;
  }
  .usage_fee .outline_list li {
    width: 31.5%;
    padding: 10px 1px 5px;
  }
  .usage_fee .outline_list li:nth-child(1),
  .usage_fee .outline_list li:nth-child(3),
  .usage_fee .outline_list li:nth-child(4) {
    margin-right: 2.75%;
  }
  .usage_fee .outline_list li:nth-child(2) {
    width: 35%;
  }
  .usage_fee .outline_list li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .usage_fee .outline_list li svg {
    width: auto;
    height: 43px;
  }
  .usage_fee .outline_list li p {
    font-size: 12px;
  }
  .usage_fee .btn_list {
    margin-top: 30px;
  }
}

/* ------------------------------
entry
------------------------------ */
.entry .payment_detail {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid #4272c6;
}
.entry .payment_detail + .payment_detail {
  border-top: none;
}
.entry .payment_detail dt {
  padding: 1.3em 0.5em;
  background: #e3eaf7;
  border: 1px solid #4272c6;
  border-top: none;
  color: #4272c6;
  text-align: center;
}
.entry .payment_detail dd {
  border: 1px solid #4272c6;
  border-top: none;
  padding: 1.3em 2em;
}
.entry .payment_detail .card_logo {
  width: 100%;
  max-width: 247px;
}
.entry .btn_01 {
  margin-top: 45px;
}
.entry .entry_note {
  max-width: 900px;
  height: 240px;
  margin: 60px auto 0;
  padding: 20px 5%;
  border: 1px solid #4272c6;
  color: #4272c6;
  overflow-y: scroll;
}
.entry .entry_note .ttl {
  margin-bottom: 1em;
  font-size: 18px;
  text-align: center;
}
.entry .entry_note .heading-01 {
  font-size: 16px;
}
.entry .entry_note p {
  font-size: 12px;
}
.entry .entry_note li {
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .entry .payment_detail {
    display: table;
  }
  .entry .payment_detail dt {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
  }
  .entry .payment_detail dd {
    display: table-cell;
    width: 70%;
    border-left: none;
    vertical-align: middle;
  }
}
@media screen and (max-width: 599px) {
  .entry .payment_detail dd {
    text-align: center;
  }
  .entry .btn_01 {
    margin-top: 35px;
  }
  .entry .entry_note {
    height: 140px;
    margin: 40px auto 0;
    padding: 15px 5%;
  }
  .entry .entry_note .ttl {
    margin-bottom: 0.7em;
    font-size: 16px;
    text-align: left;
  }
  .entry .entry_note .heading-01 {
    font-size: 14px;
  }
}