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

  Style Info      : /event/fes2024/css/style.css
  Reference File  : /event/fes2024/index.html
-------------------------------------------------------------------- */
body * {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}

.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;
  }
}

.contents {
  font-size: 16px;
}
.w_basic {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}
section .inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 599px) {
  .contents {
    font-size: 14px;
  }
  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;
}

.btn_01 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 450px;
  padding: 1em 1.5em 1em 1em;
  box-shadow: 0 1.5px 0 #702933;
  border-radius: 10px;
  background: #e60012;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  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;
  padding: 70px 0 35px;
  min-height: 600px;
  background: url(/event/fes2024/images/mv.jpg) no-repeat bottom center / cover;
}
.mv .mv_inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
}
.mv .txt_box {
  display: inline-block;
  max-width: 620px;
  text-align: left;
}
.mv h1 {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.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 {
  display: inline-block;
  margin-top: 25px;
  font-family: "Hiragino Mincho ProN W6", "�q���M�m���� ProN W6", "Hiragino Mincho ProN", "HG����E", "������", YuMincho, "�l�r �o����", "�l�r ����", serif;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 98px;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.mv .sub span {
  font-size: 75px;
}
.mv .sub .narrow {
  letter-spacing: -0.5em;
}
.mv .event_detail {
  max-width: 615px;
  margin-top: 28px;
  padding: 1.2em 1em;
  background: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.mv .event_detail dt p {
  width: 5.5em;
  margin-bottom: 0.8em;
  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: 2;
}
.mv .event_detail dd .txt_sm {
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .mv .event_detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .mv .event_detail dl:nth-child(1) {
    width: 35%;
  }
  .mv .event_detail dl:nth-child(2) {
    width: 64%;
  }
}
@media screen and (min-width: 670px) {
  .mv .event_detail dl:nth-child(1) {
    width: 36%;
  }
  .mv .event_detail dl:nth-child(2) {
    width: 63%;
  }
}
@media screen and (max-width: 999px) {
  .mv {
    background-position: bottom left -200px;
  }
}
@media screen and (max-width: 669px) {
  .mv h1 {
    font-size: 34px;
  }
  .mv .sub {
    font-size: 88px;
  }
  .mv .sub span {
    font-size: 65px;
  }
}
@media screen and (max-width: 599px) {
  .mv {
    min-height: 530px;
    padding: 21px 0 20px;
    background: url(/event/fes2024/images/mv_sp.jpg) no-repeat top center / cover;
    text-align: center;
  }
  .mv .mv_inner {
    text-align: center;
  }
  .mv .txt_box {
    width: min-content;
    min-width: 340px;
  }
  .mv h1 {
    margin: 0 auto;
    font-size: 22px;
  }
  .mv h1:after {
    height: 2px;
  }
  .mv h1 span {
    font-size: 28px;
  }
  .mv .sub {
    max-width: 340px;
    margin: 20px auto 0;
    font-size: 52px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.08em;
  }
  .mv .sub span {
    font-size: 42px;
  }
  .mv .event_detail {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    max-width: 450px;
    margin-top: 40px;
    padding: 1em 0.7em 0.5em;
    font-size: 14px;
    text-align: center;
  }
  .mv .event_detail dl {
    display: inline-block;
    width: 330px;
  }
  .mv .event_detail dl + dl {
    margin-top: 0.7em;
  }
  .mv .event_detail dt p {
    margin-bottom: 0;
  }
  .mv .event_detail dd {
    margin-top: 0.8em;
    line-height: 1.4;
  }
  .mv .event_detail dd p + p {
    margin-top: 0.5em;
  }
  .mv .event_detail dd .txt_sm {
    font-size: 13px;
  }
}
@media screen and (max-width: 374px) {
  .mv .txt_box {
    min-width: 100%;
  }
  .mv .event_detail dl {
    width: 100%;
  }
  .mv h1 {
    font-size: 18px;
  }
  .mv .sub {
    font-size: 45px;
  }
  .mv .sub span {
    font-size: 30px;
  }
}

/* --------------------------------------------------
intro
-------------------------------------------------- */
.intro {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: url(/info/event/images/retirement_forum/bg01.png);
}
.intro .inner {
  padding: 90px 0;
}
.intro p {
  font-size: 20px;
}
.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;
}
.intro .strong {
  padding-bottom: 0.4em;
  background: linear-gradient(transparent 35%, rgba(234, 85, 32, 0.1) 35%);
  font-weight: bold;
}
@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 p {
    font-size: 16px;
  }
  .intro h2 {
    font-size: 20px;
  }
}

/* --------------------------------------------------
program
-------------------------------------------------- */
.program {
  padding: 70px 0;
}
.program .guest_list {
  display: flex;
  justify-content: space-between;
  max-width: 875px;
  margin: 0 auto;
}
.program .guest_list li {
  width: 23%;
  cursor: pointer;
}
.program .guest_list li a {
  display: block;
  color: #333;
}
.program .guest_list li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.program .guest_list li img {
  border: 1px solid #ccc;
}
.program .guest_list p {
  margin-top: 0.5em;
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}
.program .program_content {
  padding: 30px 0;
}
.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: 40px 0;
  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: 25px;
  font-weight: bold;
}
.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;
  font-size: 18px;
}
.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;
  font-size: 14px;
}
.program .listener_box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 30px 0 50px;
  padding: 2em 2em 0;
  background: #f8f8f8;
}
.program .listener_box .txt {
  width: 72%;
}
.program .listener_box .img {
  width: 21%;
  max-width: 188px;
}
.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%;
}
.program .list_program_note {
  font-size: 14px;
}
.program .list_program_note li {
  padding-left: 1em;
  text-indent: -1em;
}
@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;
  }
  .program .guest_list li {
    width: 49%;
  }
  .program .guest_list li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .program .guest_list p {
    font-size: 12px;
  }
  .program .program_content {
    padding: 0 0 2%;
  }
  .program .opening_box,
  .program .part h3 {
    margin: 25px 0;
    font-size: 18px;
  }
  .program .opening_box span, 
  .program .part h3 span {
    font-size: 16px;
  }
  .program .part h3 svg {
    width: 30px;
    height: auto;
  }
  .program .part h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .program .part h4 span {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
  .program .part h4 p {
    width: calc(100% - 65px);
  }
  .program .summary {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .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;
    margin-bottom: 40px;
    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 {
  margin-top: 80px;
  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 W3", "�q���M�m���� ProN W3", "Hiragino Mincho ProN", "HG����E", "������", YuMincho, "�l�r �o����", "�l�r ����", serif;
  color: #1c2569;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
}
.event_outline .event_sub_ttl span {
  font-size: 30px;
}
.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=radio],
.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=radio]:disabled + .radio_entry,
.event_outline input[type=checkbox]:disabled + .radio_entry {
  cursor: auto;
}
.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=radio]:checked + .radio_entry::after,
.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 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 {
    margin-top: 50px;
    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: 26px;
  }
  .event_outline .event_sub_ttl span {
    font-size: 20px;
  }
  .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 {
    display: flex;
    align-items: center;
    min-height: 60px;
    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 {
  padding-bottom: 50px;
}
.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 {
    padding-bottom: 30px;
  }
  .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;
  }
}

/* --------------------------------------------------
lottery
-------------------------------------------------- */
.lottery {
  position: relative;
  max-width: 800px;
  margin: 60px auto;
  padding: 20px 4% 45px;
  background: url(/event/fes2024/images/bg_lottery.png);
  border-radius: 10px;
}
.lottery h2 {
  padding-bottom: 25px;
  text-align: center;
}
.lottery .ttl_img1 {
  width: 80%;
  max-width: 220px;
  height: auto;
}
.lottery .ttl_img2 {
  width: 96%;
  max-width: 495px;
  height: auto;
  margin-top: -15px;
}
.lottery .ico_limited {
  position: absolute;
  top: 15px;
  left: 30px;
}
.lottery .ico_present {
  position: absolute;
  top: 35px;
  right: 20px;
}
.lottery .list_prize li {
  position: relative;
  padding: 1em;
  background-color: #fff;
  border-radius: 5px;
}
.lottery .list_prize li .ico_prize {
  position: absolute;
  top: 0;
  left: 1em;
  width: 53px;
  min-height: 60px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252.198%22%20height%3D%2259.441%22%20viewBox%3D%220%200%2052.198%2059.441%22%3E%3Cpath%20d%3D%22M52.2%2C59.441%2C26.087%2C45.591%2C0%2C59.441V0H52.2Z%22%20fill%3D%22%231c2569%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: top left;
  font-family: "din-2014", sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.lottery .list_prize .num {
  font-size: 30px;
}
.lottery .list_prize h3 {
  margin-bottom: 0.7em;
  padding-left: 70px;
  color: #1c2569;
  font-size: 16px;
  font-weight: bold;
}
.lottery .list_prize h3 .txt_s {
  font-size: 15px;
}
.lottery .note_prize {
  margin-top: 1em;
  font-size: 12px;
}
.lottery li img {
  margin-top: 15px;
}
.lottery .num_people {
  margin-top: 15px;
  text-align: right;
}
.lottery .num_people .num_people_inner {
  display: inline-block;
  padding: 0.6em 1.2em;
  background: #1c2569;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.lottery .num_people .num {
  margin-right: 0.1em;
  font-family: "din-2014", sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .lottery .list_prize {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
  }
  .lottery .list_prize .prize_1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .lottery .list_prize .prize_2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .lottery .list_prize .prize_3 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 959px) {
  .lottery .ico_limited {
    top: 15px;
    left: 10px;
  }
  .lottery .ico_present {
    top: 15px;
    right: 10px;
  }
}
@media screen and (max-width: 889px) {
  .lottery {
    padding-top: 85px;
  }
  .lottery .ico_limited {
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    width: 97px;
    height: auto;
  }
  .lottery .ico_present {
    top: 10px;
    right: 10px;
    width: 92px;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .lottery .ttl_img1 {
    width: 50%;
  }
  .lottery .ttl_img2 {
    width: 100%;
    margin-top: -10px;
  }
  .lottery .list_prize li + li {
    margin-top: 20px;
  }
  .lottery .list_prize li .ico_prize {
    left: 0.5em;
    width: 53px;
    min-height: 60px;
    font-size: 16px;
  }
  .lottery .list_prize h3 {
    padding-left: 55px;
    font-size: 14px;
  }
  .lottery .list_prize h3 .txt_s {
    font-size: 13px;
  }
}

/* --------------------------------------------------
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;
}
