@charset "shift-jis";
/* --------------------------------------------------------------------
  Financial Academy
  Style Info: /event/enjoy_mf/index.html
-------------------------------------------------------------------- */
* { box-sizing: border-box;}
body{
  overflow-x: hidden;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body { font-size: 14px; }
}

/* ------------------------------
image
------------------------------ */
img {
  max-width: 100%;
  height: auto;
}

/* ------------------------------
inner
------------------------------ */
.inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 999px) {
  .inner {
    padding: 45px 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;
  }
}

/* ------------------------------
background
------------------------------ */
.bg_green {
  background-color: rgba(138, 159, 85, 0.1);
}

/* ------------------------------
heading
------------------------------ */
/* heading_01 */
.heading_01 {
  margin-bottom: 1em;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.heading_01::after {
  display: block;
  width: 115px;
  margin: 20px auto 50px;
  border-bottom: 3px solid #8a9f55;
  content: '';
}
@media screen and (max-width: 599px) {
  .heading_01 {
    font-size: 20px;
  }
  .heading_01::after {
    width: 100px;
    margin: 15px auto 40px;
  }
}

/* ------------------------------
table
------------------------------ */
/* table_01 */
.table_01 {
  width: 100%;
  border-collapse:  collapse;
}
.table_01 th,
.table_01 td {
  padding: 2em;
  border: 1px solid #8a9f55;
}
.table_01 th {
  width: 16%;
  background: #e1e7d4;
  font-weight: normal;
}
.table_01 td {
  background: #fff;
}
@media screen and (max-width: 599px) {
  .table_01 th,
  .table_01 td {
    display: block;
    padding: 1em;
  }
  .table_01 th {
    width: 100%;
  }
  .table_01 td {
    border-width: 0 1px;
  }
  .table_01 tr:last-child td {
    border-bottom-width: 1px;
  }
}

/* ------------------------------
mv
------------------------------ */
.mv img {
  width: 100%;
}
.mv .mv_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .mv .mv_sp {
    display: block;
  }
  .mv .mv_pc {
    display: none;
  }
}

/* ------------------------------
intro
------------------------------ */
.intro {
  text-align: center;
}
.intro h1 {
  margin-bottom: 0.6em;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.intro .sub {
  margin-bottom: 2.5em;
  color: #1c236d;
  font-size: 18px;
  font-weight: bold;
}
.intro .check_list {
  display: inline-block;
  margin-bottom: 2.3em;
}
.intro .check_list li {
  padding-left: 35px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2224.6%22%20viewBox%3D%220%200%2023%2024.6%22%3E%3Cg%20transform%3D%22translate(-257.5%20-6694.9)%22%3E%3Cpath%20d%3D%22M.5%2C4.1h20v20H.5Z%22%20transform%3D%22translate(257.5%206694.9)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M0%2C3.6H21v21H0Zm20%2C1H1v19H20Z%22%20transform%3D%22translate(257.5%206694.9)%22%20fill%3D%22%238a9f55%22%2F%3E%3Cpath%20d%3D%22M23%2C9%2C9.5%2C22.5%2C2%2C15V6l7.5%2C7.5L23%2C0Z%22%20transform%3D%22translate(257.5%206694.9)%22%20fill%3D%22%23d7063b%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left top;
  font-weight: bold;
  text-align: left;
}
.intro .check_list li + li {
  margin-top: 0.3em;
}
.intro p {
  line-height: 2.3;
}
.intro p + p {
  margin-top: 2em;
}
.intro .strong {
  padding-bottom: 0.2em;
  background: linear-gradient(transparent 40%, rgb(227, 253, 116) 40%);
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .intro {
    text-align: left;
  }
  .intro h1 {
    font-size: 20px;
  }
  .intro .sub {
    font-size: 16px;
  }
}

/* ------------------------------
summary
------------------------------ */
.summary .img_01 {
  margin-top: 35px;
}
.summary .person + .person {
  margin-top: 45px;
}
.summary .person .name_position {
  color: #1c236d;
  font-weight: bold;
}
.summary .person .name_position .name {
  font-size: 18px;
}
.summary .txt_free {
  color: #ea5520;
  font-size: 20px;
  font-weight: bold;
}
.summary .entry_box {
  margin-top: 65px;
  border: 1px solid #ea5520;
}
.summary .entry_box h3 {
  padding: 0.8em;
  background: #fadcd1;
  border-bottom: 1px solid #ea5520;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.summary .entry_box_inner {
  padding: 30px 4% 65px;
  background: #fff;
  text-align: center;
}
.summary .note_list {
  max-width: 450px;
  margin: 1.5em auto 0;
  font-size: 14px;
  text-align: left;
}
.summary .note_list a {
  color: #ea5520;
  text-decoration: underline;
}
.summary .note_list a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.summary .entry_btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 30px auto 0;
  padding: 1.2em 35px 1.2em 1.5em;
  background: #cc0404;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 2px 0 #883214;
  color: #fff;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.summary .entry_btn::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: '';
}
.summary .entry_btn::after {
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
.summary .entry_btn:hover {
  opacity: 0.8;
}
.summary .entry_btn.close {
  background: #ccc;
  box-shadow: 0 1.5px 0 #c0c0c0;
  pointer-events: none;
}
.summary .txt_sub {
  margin: 0.5em 0 1em;
  color: #ea5520;
  font-size: 16px;
  text-align: center;
}
.summary .txt_sub span {
  display: inline-block;
  position: relative;
  padding: 0 2em;
}
.summary .txt_sub span::before,
.summary .txt_sub span::after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: #ea5520;
  content: '';
}
.summary .txt_sub span::before {
  left: 10px;
  transform: rotate(-35deg);
}
.summary .txt_sub span::after {
  right: 10px;
  transform: rotate(35deg);
}
@media screen and (min-width: 600px) {
  .summary .person {
    display: grid;
    grid-template-columns: 161px 1fr;
    row-gap: 10px;
    column-gap: 25px;
  }
  .summary .person dt {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .summary .person .name_position {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .summary .person .history {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 599px) {
  .summary .img_01 {
    margin-top: 25px;
  }
  .summary .person dt {
    text-align: center;
  }
  .summary .person dt img {
    width: 161px;
  }
  .summary .person .name_position {
    margin: 1em 0;
    text-align: center;
  }
  .summary .person .name_position .name {
    font-size: 16px;
  }
  .summary .entry_box {
    margin-top: 40px;
  }
  .summary .entry_box_inner {
    padding-bottom: 30px;
  }
  .summary .entry_box h3 {
    font-size: 16px;
  }
  .summary .note_list {
    font-size: 12px;
  }
  .summary .entry_btn {
    padding: 1.5em 35px 1.5em 1.5em;
    font-size: 16px;
  }
  .summary .entry_btn::before {
    width: 19px;
    height: 19px;
  }
  .summary .entry_btn::after {
    position: absolute;
    right: 19px;
    width: 6px;
    height: 6px;
  }
  .summary .txt_sub span {
    padding: 0 1.5em;
  }
}

/* entry_check_list */
.entry_box .entry_check_list {
  max-width: 800px;
  margin: 30px auto;
}
.entry_box .entry_check_list li + li {
  margin-top: 30px;
}
.entry_box .entry_check_list input[type=radio] {
  display: none;
}
.entry_box .entry_check_list .radio_entry {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 1.3em 1em 1.3em 60px;
  border: 1px solid #ea5520;
  border-radius: 5px;
  cursor: pointer;
  text-align: left;
}
.entry_box .entry_check_list .radio_entry::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background: #fff;
  border: 1px solid #ea5520;
  border-radius: 50%;
  content: '';
}
.entry_box .entry_check_list .radio_entry::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #ea5520;
  border-radius: 50%;
  opacity: 0;
  content: '';
}
.entry_box .entry_check_list input[type=radio]:checked + .radio_entry {
  background: #ea5520;
  color: #fff;
}
.entry_box .entry_check_list input[type=radio]:checked + .radio_entry::after {
  opacity: 1;
}
.entry_box .entry_check_list input[type=radio]:disabled + .radio_entry {
  background: #f0f0f0;
  border-color: #777;
  color: #777;
  text-decoration: line-through;
  cursor: auto;
}
.entry_box .entry_check_list input[type=radio]:disabled + .radio_entry::before {
  border-color: #777;
}
@media screen and (max-width: 599px) {
  .entry_box .entry_check_list {
    margin-top: 20px;
  }
  .entry_box .entry_check_list li + li {
    margin-top: 20px;
  }
}

/* checkbox */
.entry_box input[type=checkbox] {
  display: none;
}
.entry_box .check_entry {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
  padding: 1.3em 1em 1.3em 3.5em;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(224, 111, 77, 0.1);
  text-align: left;
  cursor: pointer;
}
.entry_box .check_entry .txt_s {
  font-size: 12px;
}
.entry_box input[type=checkbox]:disabled + .check_entry {
  background: #f0f0f0;
  color: #777;
  text-decoration: line-through;
  cursor: auto;
}
.entry_box .check_entry::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
  content: '';
}
.entry_box .check_entry::after {
  display: block;
  position: absolute;
  top: 47.5%;
  left: 19px;
  transform: translateY(-50%) rotate(-45deg);
  width: 15px;
  height: 5px;
  border-left: 3px solid #707070;
  border-bottom: 3px solid #707070;
  opacity: 0;
  content: '';
}
.entry_box input[type=checkbox]:checked + .check_entry::after {
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .entry_box .check_entry .txt_s_sp {
    font-size: 12px;
  }
}

/* --------------------------------------------------
modal
-------------------------------------------------- */
.modal_wrap {
  display: none;
}
.modal_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 100%;
  height: 100vh;
}
.modal_wrap .modal_bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(51, 51, 51, 0.45);
}
.modal_body {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 92%;
  max-width: 850px;
  padding: 35px 2.5%;
  border-radius: 10px;
  background: #fff;
  text-align: left;
}
.modal_body .btn_close {
  position: absolute;
  right: -14px;
  top: -14px;
  width: 37px;
  height: 37px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.modal_body .btn_close span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.modal_body .btn_close span::before,
.modal_body .btn_close span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  border-radius: 9999px;
  background: #333;
  content: '';
}
.modal_body .btn_close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_body .btn_close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_body .ttl_mf {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ea5520;
  color: #ea5520;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .modal_body {
    width: 90%;
    padding: 25px 5%;
  }
  .modal_body .ttl_mf {
    font-size: 16px;
  }
}
