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

  Style Info: /event/fes2023/index.html CSS
              /event/fes2023/css/style.css
-------------------------------------------------------------------- */
body * {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
#bread {
  font-size: 12px;
}
div.snsBtn {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 5px;
  float: none;
}
div.snsBtn div {
  margin-right: 5px;
  line-height: 1;
}
div.snsBtn iframe {
  margin-right: 5px;
}
@media screen and (max-width: 599px) {
  #bread {
    display: none;
  }
  div.snsBtn {
    padding-top: 10px;
  }
}

#contents {
  width: 92%;
  max-width: 1000px;
  margin: 97px auto 100px;
  padding-bottom: 0;
  font-size: 16px;
}
#contents * {
  box-sizing: border-box;
}
#breadcrumbs {
  font-size: 12px;
}
section .inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 599px) {
  #contents {
    margin: 65px auto 50px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  #breadcrumbs {
    display: none;
  }
  section .inner {
    padding: 40px 0;
  }
}

.marker {
  background: linear-gradient(transparent 50%, rgba(215, 186, 65, 0.14) 50%);
}

.txt_bold {
  font-weight: bold;
}
.txt_orange {
  color: #e16f4e;
}

a.btn_01 {
  color: #fff;
}
.btn_01 {
  display: block;
  position: relative;
  max-width: 450px;
  padding: 1em 1.5em 1em 1em;
  box-shadow: 0 1.5px 0 #702933;
  border-radius: 10px;
  background: #b73735;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.btn_01::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: '';
}
.btn_01::after {
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
.btn_01:hover {
  text-decoration: none;
  opacity: 0.8;
}
.btn_01.close {
  background: #ccc;
  box-shadow: 0 1.5px 0 #c0c0c0;
  pointer-events: none;
}
.btn_01.close::before,
.btn_01.close::after {
  content: none;
}

.heading_01 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 1.7;
}
.heading_01::after {
  display: block;
  width: 125px;
  margin: 15px auto 60px;
  border-bottom: 3px solid #1c2569;
  content: '';
}
@media screen and (max-width: 599px) {
  .heading_01 {
    font-size: 20px;
  }
  .heading_01::after {
    width: 100px;
    margin-bottom: 40px;
  }
}

/* --------------------------------------------------
mv
-------------------------------------------------- */
.mv {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 30px calc(50vw - 50%);
  min-height: 720px;
  background: rgb(245,197,142) url(/event/fes2023/images/mv.jpg) no-repeat bottom center / cover;
  text-align: center;
}
.mv h1 {
  display: inline-block;
  position: relative;
  color: #1c2569;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2;
}
.mv h1 span {
  font-family: 'Josefin Slab', serif;
  font-size: 50px;
}
.mv h1:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, 
  rgba(68,161,197,1) 0,rgba(68,161,197,1) 16%,
  rgba(126,103,141,1) 16%,rgba(126,103,141,1) 33%,
  rgba(195,99,128,1) 33%,rgba(195,99,128,1) 50%,
  rgba(225,111,78,1) 50%,rgba(225,111,78,1) 67%,
  rgba(215,186,65,1) 67%,rgba(215,186,65,1) 84%,
  rgba(138,159,85,1) 84%,rgba(138,159,85,1) 100%);
  content: '';
}
.mv .sub {
  margin-top: 45px;
  text-align: center;
}
.mv .sub img {
  width: 100%;
  max-width: 700px;
  height: auto;
}
.mv .event_detail {
  max-width: 900px;
  margin: 28px auto 0;
  padding: 2em;
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.mv .event_detail dt p {
  width: 5.5em;
  padding: 0.6em 0.4em;
  background: #1c2569;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.mv .event_detail dd {
  text-align: left;
  line-height: 1.6;
}
.mv .event_detail dd .txt_sm {
  font-size: 12px;
}
.mv .event_detail dd .txt_ml {
  margin-left: -0.5em;
}

@media screen and (min-width: 1491px) {
  .mv{ background-size: 1490px;}
}
@media screen and (min-width: 800px) {
  .mv .event_detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 780px;
  }
  .mv .event_detail dl:nth-child(1) {
    width: 42%;
  }
  .mv .event_detail dl:nth-child(2) {
    width: 57%;
  }
}
@media screen and (min-width: 600px) {
  .mv .event_detail {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv .event_detail dl {
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .mv .event_detail dt {
    width: 6.2em;
  }
  .mv .event_detail dd {
    width: calc(100% - 6.2em);
  }
}
@media screen and (max-width: 799px) {
  .mv .event_detail {
    width: 90%;
    max-width: 700px;
  }
  .mv .event_detail dl {
    min-width: 405px;
  }
  .mv .event_detail dl + dl {
    margin-top: 1em;
  }
}

@media screen and (max-width: 599px) {
  .mv {
    padding: 35px 4vw 15px;
    min-height: auto;
    background: url(/event/fes2023/images/mv_sp.jpg) no-repeat bottom center / cover;
    text-align: center;
  }
  .mv h1 {
    margin: 0 auto;
    font-size: 22px;
  }
  .mv h1:after {
    height: 2px;
  }
  .mv h1 span {
    font-size: 28px;
  }
  .mv .sub {
    max-width: 335px;
    margin: 28px auto 0;
  }
  .mv .event_detail {
    width: 100%;
    margin-top: 40px;
    padding: 1.2em 1em;
  }
  .mv .event_detail dl {
    display: inline-block;
    min-width: 300px;
  }
  .mv .event_detail dl + dl {
    margin-top: 1em;
  }
  .mv .event_detail dd {
    margin-top: 1em;
    line-height: 1.4;
  }
  .mv .event_detail dd p + p {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 359px) {
  .mv .event_detail {
    text-align: left;
  }
  .mv .event_detail dl {
    min-width: auto;
  }
}

/* --------------------------------------------------
intro
-------------------------------------------------- */
.intro {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: url(/info/event/images/retirement_forum/bg01.png);
}
.intro .inner {
  width: 92%;
  max-width: 910px;
  margin: 0 auto;
  padding: 90px 0;
}
.intro img {
  border: 3px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.intro img.float_r {
  margin: 0 0 0.5em 1em;
  float: right;
}
.intro img.float_l {
  margin: 0 2em 0.5em 0;
  float: left;
}
.intro img.img_sp {
  display: none;
}
.intro p + p {
  margin-top: 2em;
}
.intro h2 {
  margin-top: 2em;
  color: #1c2569;
  font-weight: normal;
  font-size: 30px;
  clear: both;
}
@media screen and (max-width: 767px) {
  .intro .inner {
    padding: 50px 0;
  }
  .intro img.img_pc {
    display: none;
  }
  .intro img.img_sp {
    display: block;
    margin: 2em auto 0;
  }
}
@media screen and (max-width: 599px) {
  .intro h2 {
    font-size: 20px;
  }
}

/* --------------------------------------------------
program
-------------------------------------------------- */
.program {
  padding: 70px 0;
}
.program .program_lead {
  margin-bottom: 1.5em;
  text-align: center;
}
.program .guest_list {
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  margin: 0 auto 110px;
}
.program .guest_list li {
  width: 24%;
  cursor: pointer;
}
.program .guest_list li:hover {
  opacity: 0.7;
}
.program .guest_list p {
  margin-top: 0.5em;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}
.program .tab_btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: inherit;
}
.program .tab_btn li {
  width: 49%;
  padding: 1em;
  border: 1px solid #1c2569;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background: #1c2569;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.program .tab_btn li.active {
  z-index: 2;
  padding: 1.5em 1em;
  background: #fff;
  color: #1c2569;
}
.program .tab_content {
  display: none;
  z-index: 1;
  margin-top: -1px;
  padding: 30px;
  border: 1px solid #1c2569;
}
.program .tab_content.active {
  display: block;
}
.program .opening_box {
  margin-bottom: 40px;
  padding: 1.5em 1em 1.5em 100px;
  border: 1px dashed #1c2569;
  background: rgba(28, 37, 105, 0.1);
  color: #1c2569;
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
.program .opening_box {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2260%22%20height%3D%2250%22%20viewBox%3D%220%200%2060%2050%22%3E%3Cg%20transform%3D%22translate(0%20-40)%22%3E%3Cg%20transform%3D%22translate(0%2040)%22%3E%3Cg%20transform%3D%22translate(0%200)%22%3E%3Cpath%20d%3D%22M50%2C40H0V90H60V40ZM8%2C88H2V82H8Zm0-8H2V74H8Zm0-8H2V66H8Zm0-8H2V58H8Zm0-8H2V50H8Zm0-8H2V42H8ZM50%2C88H10V42H50Zm8%2C0H52V82h6Zm0-8H52V74h6Zm0-8H52V66h6Zm0-8H52V58h6Zm0-8H52V50h6Zm0-8H52V42h6Z%22%20transform%3D%22translate(0%20-40)%22%20fill%3D%22%231c2569%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(21.99%2055.984)%22%3E%3Cpath%20d%3D%22M191.891%2C176.475a1%2C1%2C0%2C0%2C0-.372-.372l-14.018-8.01a1%2C1%2C0%2C0%2C0-1.5.872v16.02a1%2C1%2C0%2C0%2C0%2C1.5.866l14.018-8.01A1%2C1%2C0%2C0%2C0%2C191.891%2C176.475ZM178%2C183.259V170.692l11%2C6.284Z%22%20transform%3D%22translate(-176%20-167.959)%22%20fill%3D%22%231c2569%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.program .part h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0.5em;
  background: #1c2569;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: normal;
}
.program .part h3 span {
  font-size: 20px;
}
.program .part h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0.8em 1em;
  background: rgba(68, 161, 197, 0.1);
  color: #44a1c5;
  font-size: 20px;
  font-weight: normal;
}
.program .part h4 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: #44a1c5;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}
.program .part h4.pink {
  background: rgba(195, 99, 128, 0.1);
  color: #c36380;
}
.program .part h4.pink span {
  background: #c36380;
}
.program .part h4.blue {
  background: rgba(94, 118, 167, 0.1);
  color: #5e76a7;
}
.program .part h4.blue span {
  background: #5e76a7;
}
.program .part h4.orange {
  background: rgba(225, 111, 78, 0.1);
  color: #e16f4e;
}
.program .part h4.orange span {
  background: #e16f4e;
}
.program .part h4.green {
  background: rgba(138, 159, 85, 0.1);
  color: #8a9f55;
}
.program .part h4.green span {
  background: #8a9f55;
}
.program .part h4.purple {
  background: rgba(126, 103, 141, 0.1);
  color: #7e678d;
}
.program .part h4.purple span {
  background: #7e678d;
}
.program .part h4 p {
  width: calc(100% - 75px);
}
.program .summary {
  margin-bottom: 40px;
}
.program .speaker_box {
  display: flex;
  justify-content: space-between;
}
.program .speaker_box .img {
  width: 29%;
  max-width: 250px;
}
.program .speaker_box .txt {
  width: 69%;
}
.program .speaker_box .name {
  margin-bottom: 0.5em;
  color: #1c2569;
  font-size: 20px;
}
.program .speaker_box .name span {
  font-size: 16px;
}
.program .speaker_box .position {
  margin-bottom: 0.5em;
  color: #1c2569;
}
.program .history {
  margin-bottom: 2.5em;
}
.program .listener_box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 30px 0 40px;
  padding: 2em 2em 0;
  background: #f8f8f8;
}
.program .listener_box .txt {
  width: 78%;
}
.program .listener_box .img {
  width: 20%;
  max-width: 150px;
}
.program .listener_box .name {
  margin-bottom: 0.5em;
  color: #1c2569;
  font-size: 20px;
}
.program .listener_box .name span {
  font-size: 16px;
}
.program .listener_box .position {
  margin-bottom: 0.5em;
  color: #1c2569;
}
.program .listener_box_2col_wrap {
  display: flex;
  justify-content: space-between;
}
.program .listener_box_2col_wrap .listener_box {
  width: 49%;
}
.program .listener_box_2col_wrap .listener_box .txt {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .program {
    padding: 50px 0;
  }
  .program h2 {
    font-size: 20px;
  }
  .program h2::after {
    width: 100px;
  }
  .program .guest_list {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .program .guest_list li {
    width: 49%;
  }
  .program .guest_list li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .program .tab_btn li {
    font-size: 14px;
  }
  .program .tab_content {
    padding: 2em 2% 2%;
  }
  .program .opening_box,
  .program .part h3 {
    margin: 25px 0;
    font-size: 18px;
  }
  .program .part h3 span {
    font-size: 16px;
  }
  .program .part h3 svg {
    width: 30px;
    height: auto;
  }
  .program .part h4 {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .program .part h4 span {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
  .program .part h4 p {
    width: calc(100% - 65px);
  }
  .program .summary {
    margin-bottom: 25px;
  }
  .program .speaker_box {
    display: block;
  }
  .program .speaker_box .img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 25px;
  }
  .program .speaker_box .txt {
    width: 100%;
  }
  .program .speaker_box .name {
    font-size: 18px;
    text-align: center;
  }
  .program .speaker_box .name span {
    font-size: 14px;
  }
  .program .speaker_box .position {
    margin-bottom: 1em;
    font-size: 14px;
    text-align: center;
  }
  .program .listener_box {
    display: block;
    padding: 2em 1em 0.01em;
  }
  .program .listener_box .txt {
    width: 100%;
  }
  .program .listener_box .img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto 1em;
  }
  .program .listener_box .name {
    font-size: 18px;
    text-align: center;
  }
  .program .listener_box .name span {
    font-size: 14px;
  }
  .program .listener_box .position {
    margin-bottom: 1em;
    font-size: 14px;
    text-align: center;
  }
  .program .listener_box_2col_wrap {
    display: block;
  }
  .program .listener_box_2col_wrap .listener_box {
    width: 100%;
  }
}
.program .mb_btn_list {
  display: flex;
  justify-content: space-between;
}
.program .mb_btn_list li {
  width: 19%;
}
.program .mb_btn_list li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 0.8em 0.2em 1.5em;
  border: 1px solid;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
}
.program .mb_btn_list li a::after {
  position: absolute;
  left: 50%;
  bottom: 0.6em;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  content: '';
}
.program .mb_btn_list .place01 a {
  border-color: #5e76a7;
  background-color: rgba(94, 118, 167, 0.1);
  color: #5e76a7;
}
.program .mb_btn_list .place01 a::after {
  border-color: #5e76a7;
}
.program .mb_btn_list .place02 a {
  border-color: #e16f4e;
  background-color: rgba(225, 111, 78, 0.1);
  color: #e16f4e;
}
.program .mb_btn_list .place02 a::after {
  border-color: #e16f4e;
}
.program .mb_btn_list .place03 a {
  border-color: #8a9f55;
  background-color: rgba(138, 159, 85, 0.1);
  color: #8a9f55;
}
.program .mb_btn_list .place03 a::after {
  border-color: #8a9f55;
}
.program .mb_btn_list .place04 a {
  border-color: #7e678d;
  background-color: rgba(126, 103, 141, 0.1);
  color: #7e678d;
}
.program .mb_btn_list .place04 a::after {
  border-color: #7e678d;
}
.program .mb_btn_list .place05 a {
  border-color: #44a1c5;
  background-color: rgba(68, 161, 197, 0.1);
  color: #44a1c5;
}
.program .mb_btn_list .place05 a::after {
  border-color: #44a1c5;
}
.program .place_note {
  margin: 2em 0;
}
.program .allstar_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.program .allstar_list li {
  width: 19%;
  text-align: center;
}
.program .allstar_list li p {
  margin-top: 0.5em;
  color: #1c2569;
}
@media screen and (max-width: 599px) {
  .program .mb_btn_list {
    flex-wrap: wrap;
  }
  .program .mb_btn_list li {
    width: 49%;
    margin-bottom: 10px;
  }
  .program .mb_btn_list li a {
    padding: 0.8em 0.1em 1.5em;
    font-size: 13px;
  }
  .program .place_note {
    margin: 1.5em 0;
  }
  .program .allstar_list {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .program .allstar_list li {
    width: 48%;
    margin-bottom: 20px;
  }
}

/* --------------------------------------------------
event_outline
-------------------------------------------------- */
.event_outline {
  padding: 40px 4%;
  background: #f5f5f5;
}
.event_outline h3 {
  font-size: 25px;
}
.event_outline h3::after {
  margin-bottom: 40px;
}
.event_outline .event_ttl {
  display: table;
  position: relative;
  margin: 0 auto 15px;
  color: #1c2569;
  font-size: 26px;
  line-height: 1.2;
}
.event_outline .event_ttl span {
  font-family: 'Josefin Slab', serif;
  font-size: 30px;
  font-weight: bold;
}
.event_outline .event_ttl:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, 
  rgba(68,161,197,1) 0,rgba(68,161,197,1) 16%,
  rgba(126,103,141,1) 16%,rgba(126,103,141,1) 33%,
  rgba(195,99,128,1) 33%,rgba(195,99,128,1) 50%,
  rgba(225,111,78,1) 50%,rgba(225,111,78,1) 67%,
  rgba(215,186,65,1) 67%,rgba(215,186,65,1) 84%,
  rgba(138,159,85,1) 84%,rgba(138,159,85,1) 100%);
  content: '';
}
.event_outline .event_sub_ttl {
  margin-bottom: 30px;
  font-family: "Hiragino Mincho ProN W6", "�q���M�m���� ProN W6", "Hiragino Mincho ProN", "HG����E", "������", YuMincho, "�l�r �o����", "�l�r ����", serif;
  color: #1c2569;
  font-size: 48px;
  text-align: center;
  line-height: 1.4;
}
.event_outline .event_sub_ttl span {
  font-size: 36px;
}
.event_outline table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.event_outline th,
.event_outline td {
  padding: 1em;
  border: 1px solid #bbb;
}
.event_outline th {
  width: 25%;
  background: #f2f2f2;
  font-weight: normal;
  text-align: center;
}
.event_outline td {
  width: 75%;
  background: #fff;
}
.event_outline .entry {
  width: 100%;
  max-width: 800px;
  margin: 25px auto 0;
  padding: 4%;
  border: 1px solid #ff6200;
  background: #fff;
}
.event_outline .entry h4 {
  margin-bottom: 40px;
  padding: 0.5em;
  background: #ff6200;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}
.event_outline .entry .lead {
  text-align: center;
}
.event_outline .entry .lead .lead_inner {
  display: inline-block;
  text-align: left;
}
.event_outline .select_box {
  margin-top: 35px;
}
.event_outline .select_box .txt_sub {
  margin: 0.5em 0 1em;
  color: #ea5520;
  font-size: 16px;
  text-align: center;
}
.event_outline .select_box .txt_sub span {
  position: relative;
  padding: 0 2em;
}
.event_outline .select_box .txt_sub span::before,
.event_outline .select_box .txt_sub span::after {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: #ea5520;
  content: '';
}
.event_outline .select_box .txt_sub span::before {
  left: 10px;
  transform: rotate(-35deg);
}
.event_outline .select_box .txt_sub span::after {
  right: 10px;
  transform: rotate(35deg);
}
.event_outline .select_box .txt_sub span {
  display: inline-block;
}
.event_outline input[type=checkbox] {
  display: none;
}
.event_outline .radio_entry {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding: 1em 1em 1em 3.5em;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(224, 111, 77, 0.1);
  cursor: pointer;
}
.event_outline .radio_entry.bk_blue {
  background: rgba(68, 161, 196, 0.1);
}
.event_outline .radio_entry.bk_pink {
  background: rgba(195, 99, 128, 0.1);
}
.event_outline input[type=checkbox]:disabled + .radio_entry {
  background: #f0f0f0;
  cursor: auto;
  color: #777;
  text-decoration: line-through;
}
.event_outline input[type=checkbox]:disabled + .radio_entry .txt_orange {
  color: #777;
}
.event_outline .radio_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: '';
}
.event_outline .radio_entry::after {
  display: block;
  position: absolute;
  top: 49%;
  left: 19px;
  transform: translateY(-50%) rotate(-45deg);
  width: 16px;
  height: 5px;
  border-left: 3px solid #707070;
  border-bottom: 3px solid #707070;
  opacity: 0;
  content: '';
}
.event_outline input[type=checkbox]:checked + .radio_entry::after {
  opacity: 1;
}
.event_outline .entry .btn_01 {
  margin: 20px auto 0;
}
.event_outline .entry .note_list {
  margin-top: 40px;
}
.event_outline .entry .note_list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 2.0;
}
.event_outline .what_is_kyouyousemi {
  text-align: center;
}
.event_outline .what_is_kyouyousemi a {
  color: #ea5520;
}
.event_outline .ttl_kyouyousemi {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ea5520;
  color: #ea5520;
  font-size: 18px;
  font-weight: normal;
}
.event_outline .txt_kyouyousemi {
  line-height: 2.0;
}
@media screen and (max-width: 599px) {
  .event_outline {
    padding: 30px 2% 4%;
  }
  .event_outline h3 {
    font-size: 20px;
  }
  .event_outline .event_ttl {
    font-size: 20px;
  }
  .event_outline .event_ttl span {
    font-size: 24px;
  }
  .event_outline .event_sub_ttl {
    font-size: 36px;
  }
  .event_outline .event_sub_ttl span {
    font-size: 28px;
  }
  .event_outline th,
  .event_outline td {
    display: block;
    width: 100%;
  }
  .event_outline th {
    border-bottom: none;
  }
  .event_outline tr:nth-child(n + 2) th {
    border-top: none;
  }
  .event_outline .entry h4 {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .event_outline .entry .lead {
    letter-spacing: -0.02em;
  }
  .event_outline .select_box {
    margin-top: 25px;
  }
  .event_outline .select_box .txt_sub span {
    padding: 0 1.5em;
  }
  .event_outline .radio_entry {
    margin-bottom: 10px;
    padding: 0.5em 0.5em 0.5em 3em;
  }
  .event_outline .radio_entry::before {
    left: 10px;
  }
  .event_outline .radio_entry::after {
    left: 12px;
  }
}

/* --------------------------------------------------
tail_area
-------------------------------------------------- */
.tail_area h2 {
  padding: 0.5em;
  background: #1c2569;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.tail_area .cont04 {
  padding: 50px 3%;
  border: 1px solid #1c2569;
  background: #fff;
}
.tail_area p#btn01 a {
  margin: 20px 0 20px;
  background-color: #ea5520;
}
.sns-lets {
  font-weight: bold;
  text-align: center;
}
.sns-lead {
  font-size: 18px;
  color: #241d6d;
  margin-bottom: 30px;
  text-align: center;
}
.sns-lead::before,
.sns-lead::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #241d6d;
  position: relative;
  top: 2px;
}
.sns-lead::before {
  margin-right: 15px;
  transform: rotate(-35deg);
}
.sns-lead::after {
  margin-left: 15px;
  transform: rotate(35deg);
}
.sns-list {
  display: flex;
  justify-content: center;
}
.sns-list .item {
  width: 22%;
  max-width: 52px;
  margin: 0 10px;
}
.sns-list .item a {
  display: block;
}
.sns-list .item img {
  max-width: 100%;
  height: auto;
}
.sns-lets {
  font-size: 24px;
  color: #241d6d;
  margin-top: 20px;
  margin-bottom: 30px;
}
.sns-img-list {
  display: flex;
}
.sns-img-list .item img {
  max-width: 100%;
  height: auto;
}
.tail_area .cont02 {
  margin-top: 70px;
}
.tail_area .list02 {
  border-top: 1px solid #ACCCE0;
  margin-top: 10px;
  text-align: left;
}
.tail_area .list02 li {
  border-bottom: 1px solid #b4d6eb;
  background: url(/img/fes/parts03.png) no-repeat 0.5em 0.8em;
  background-size:12px;
  padding: 5px 0.5em 5px 2em;
}
@media screen and (max-width: 599px) {
  .sns-lead {
    font-size: 14px;
    margin: 20px 0;
  }
  .sns-lets {
    font-size: 18px;
  }
  .tail_area .ar_img {
    display: flex;
  }
  .tail_area .cont02 {
    margin-top: 50px;
  }
  .tail_area .cont04 {
    padding: 30px 2%;
  }
}

/* --------------------------------------------------
tail_area #intro
-------------------------------------------------- */
.tail_area #intro {
  margin-top: 50px;
}
.tail_area #intro .bg-d-blue {
  padding: 20px 3%;
  background: #1c236d;
  color: #fff;
}
.tail_area #intro h3 {
  margin-bottom: 1em;
  font-size: 19px;
  font-weight: bold;
}
.tail_area #intro .kyoyo_lnk {
  color: #f6651d;
  font-size: 1.2em;
  text-decoration: underline;
}
.tail_area #intro #btn01 {
  margin-top: 2em;
}
.tail_area #intro #btn01 a {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0.5em 1em 0.5em 45px;
  background: url(/img/fes/parts01.png) #ea5520 no-repeat 15px center / 28px;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.tail_area #intro #btn01 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.tail_area #intro .ar_img {
  display: flex;
  flex-wrap: wrap;
}
.tail_area #intro .ar_img img {
  width: 50%;
  object-fit: cover;
}
.tail_area #intro .ar_img img:nth-child(2) {
  object-position: left top;
}
@media screen and (min-width: 750px) {
  .tail_area #intro .sub {
    display: flex;
  }
  .tail_area #intro .sub div {
    width: 50%;
  }
}
@media screen and (max-width: 749px) {
  .tail_area #intro .ar_img img {
    width: 25%;
  }
}
@media screen and (max-width: 599px) {
  .tail_area #intro h3 {
    font-size: 16px;
    text-align: center;
  }
  .tail_area #intro #btn01 a {
    font-size: 18px;
  }
}

/* --------------------------------------------------
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;
}
.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);
}
@media screen and (max-width: 599px) {
  .modal_body {
    width: 90%;
    padding: 25px 5%;
  }
}

.closing {
  margin-bottom: 50px;
  padding: 1em;
  background: #fff;
  border: 2px solid #d7063a;
  border-radius: 5px;
}
.closing .close_ttl {
  color: #d7063a;
  font-size: 20px;
  font-weight: bold;
}
.closing .close_txt {
  margin-top: 0;
  font-size: 18px;
}
