img {
  max-width: 100%;
}
#contents {
  width: 92%;
  max-width: 1000px;
  font-size: 16px;
  text-align: left;
}
#contents * {
  box-sizing: border-box;
}
#bread {
  padding: 10px 0;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  #contents {
    font-size: 14px;
  }
  #bread {
    display: none;
  }
}

div.snsBtn {
  width: inherit;
}

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

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

.btn_01 {
  display: block;
  position: relative;
  max-width: 375px;
  padding: 1em 1.5em 1em 1em;
  box-shadow: 0 1.5px 0 #782332;
  border-radius: 2.8px;
  background: #c6272e;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
a.btn_01 {
  color: #fff;
}
.btn_01::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
.btn_01.close {
  background: #ccc;
  box-shadow: 0 1.5px 0 #c0c0c0;
  pointer-events: none;
}
.btn_01.close::after {
  content: none;
}

/* --------------------------------------------------
mv
-------------------------------------------------- */
.mv {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 45px calc(50vw - 50%);
  min-height: 718px;
  background: url(/event/220122/images/mv_pc.jpg) no-repeat top center / cover;
}
.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: 6px;
  width: 100%;
  background: linear-gradient(to right,  rgba(138,159,85,1) 0%,rgba(138,159,85,1) 15%,rgba(68,161,197,1) 15%,rgba(68,161,197,1) 29%,rgba(126,103,141,1) 29%,rgba(126,103,141,1) 29%,rgba(126,103,141,1) 43%,rgba(195,99,128,1) 43%,rgba(195,99,128,1) 57%,rgba(225,111,78,1) 57%,rgba(225,111,78,1) 57%,rgba(225,111,78,1) 71%,rgba(215,186,65,1) 71%,rgba(215,186,65,1) 85%,rgba(138,159,85,1) 85%,rgba(138,159,85,1) 100%);
  content: '';
}
.mv .sub {
  margin-top: 28px;
}
.mv .event_detail {
  max-width: 465px;
  margin-top: 28px;
  padding: 1em;
  background: rgba(255, 255, 255, 0.7);
  color: #1c2569;
  font-size: 14px;
}
.mv .event_detail dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mv .event_detail dl + dl {
  margin-top: 1em;
}
.mv .event_detail dt {
  width: 5em;
}
.mv .event_detail dt p {
  width: 4.5em;
  padding: 0.5em 0.4em;
  border: 1px solid #1c2569;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
}
.mv .event_detail dd {
  width: calc(100% - 6em);
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .mv {
    padding: 35px 6vw;
    min-height: auto;
    background: url(/event/220122/images/mv_sp.jpg) no-repeat bottom center / cover;
    text-align: center;
  }
  .mv h1 {
    margin: 0 auto;
    font-size: 22px;
  }
  .mv h1 span {
    font-size: 28px;
  }
  .mv .sub {
    max-width: 335px;
    margin: 28px auto 0;
  }
  .mv .event_detail {
    padding: 1.2em;
    font-size: 12px;
    text-align: left;
  }
  .mv .event_detail dl {
    align-items: flex-start;
  }
  .mv .event_detail dd p + p {
    margin-top: 0.5em;
  }
}

/* --------------------------------------------------
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 h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.7;
}
.program h2::after {
  display: block;
  width: 125px;
  margin: 20px auto 50px;
  border-bottom: 3px solid #1c236d;
  content: "";
}
.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,
.program .timeline_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 .timeline_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%2260%22%20viewBox%3D%220%200%2060%2060%22%3E%3Cg%20transform%3D%22translate(-2%20-2)%22%3E%3Cpath%20d%3D%22M32%2C62A30%2C30%2C0%2C1%2C1%2C62%2C32%2C30%2C30%2C0%2C0%2C1%2C32%2C62ZM32%2C3.714A28.286%2C28.286%2C0%2C1%2C0%2C60.286%2C32%2C28.286%2C28.286%2C0%2C0%2C0%2C32%2C3.714Z%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M32.8%2C56.6A23.8%2C23.8%2C0%2C1%2C1%2C56.6%2C32.8%2C23.8%2C23.8%2C0%2C0%2C1%2C32.8%2C56.6Zm0-45.9A22.1%2C22.1%2C0%2C1%2C0%2C54.9%2C32.8%2C22.1%2C22.1%2C0%2C0%2C0%2C32.8%2C10.7Z%22%20transform%3D%22translate(-0.8%20-0.8)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M36.886%2C18.318A.886.886%2C0%2C0%2C1%2C36%2C17.432V14.886a.886.886%2C0%2C0%2C1%2C1.771%2C0v2.546A.886.886%2C0%2C0%2C1%2C36.886%2C18.318Z%22%20transform%3D%22translate(-4.886%20-1.74)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M36.886%2C59.443A.886.886%2C0%2C0%2C1%2C36%2C58.557V56.011a.886.886%2C0%2C0%2C1%2C1.771%2C0v2.546A.886.886%2C0%2C0%2C1%2C36.886%2C59.443Z%22%20transform%3D%22translate(-4.886%20-7.703)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M50.409%2C24.016a.886.886%2C0%2C0%2C1-.626-1.512l1.8-1.8a.886.886%2C0%2C1%2C1%2C1.252%2C1.252l-1.8%2C1.8a.886.886%2C0%2C0%2C1-.626.26Z%22%20transform%3D%22translate(-6.872%20-2.667)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M21.329%2C53.1a.886.886%2C0%2C0%2C1-.626-1.512l1.8-1.8a.886.886%2C0%2C1%2C1%2C1.252%2C1.252l-1.8%2C1.8A.886.886%2C0%2C0%2C1%2C21.329%2C53.1Z%22%20transform%3D%22translate(-2.667%20-6.872)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M58.557%2C37.771H56.011a.886.886%2C0%2C0%2C1%2C0-1.771h2.546a.886.886%2C0%2C0%2C1%2C0%2C1.771Z%22%20transform%3D%22translate(-7.703%20-4.886)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M17.432%2C37.771H14.886a.886.886%2C0%2C0%2C1%2C0-1.771h2.546a.886.886%2C0%2C0%2C1%2C0%2C1.771Z%22%20transform%3D%22translate(-1.74%20-4.886)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M52.21%2C53.1a.886.886%2C0%2C0%2C1-.626-.259l-1.8-1.8a.886.886%2C0%2C1%2C1%2C1.252-1.252l1.8%2C1.8a.886.886%2C0%2C0%2C1-.626%2C1.512Z%22%20transform%3D%22translate(-6.872%20-6.872)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M23.13%2C24.016a.886.886%2C0%2C0%2C1-.626-.259l-1.8-1.8A.886.886%2C0%2C1%2C1%2C21.956%2C20.7l1.8%2C1.8a.886.886%2C0%2C0%2C1-.626%2C1.512Z%22%20transform%3D%22translate(-2.667%20-2.667)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M31.324%2C41.1a.886.886%2C0%2C0%2C1-.626-1.512l4.667-4.668V22.886a.886.886%2C0%2C1%2C1%2C1.771%2C0v12.4a.886.886%2C0%2C0%2C1-.259.626L31.95%2C40.839A.886.886%2C0%2C0%2C1%2C31.324%2C41.1Z%22%20transform%3D%22translate(-4.161%20-3.112)%22%20fill%3D%22%231c2569%22%2F%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 .book_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  border: 1px solid #44a1c5;
}
.program .book_box .book_img {
  width: 20%;
  max-width: 102px;
}
.program .book_box .book_txt {
  width: 78%;
}
.program .book_box .book_ttl {
  margin-bottom: 1em;
}
.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 .tab_btn li {
    font-size: 14px;
  }
  .program .tab_content {
    padding: 2em 2% 2%;
  }
  .program .opening_box,
  .program .timeline_box {
    margin-bottom: 25px;
    padding: 1em 1em 1em 60px;
    background-size: 38px auto;
    background-position: left 10px center;
    font-size: 14px;
    text-align: left;
  }
  .program .timeline_box {
    background-size: 33px auto;
  }
  .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 .book_box .book_img {
    width: 33%;
  }
  .program .book_box .book_txt {
    width: 63%;
  }
  .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 {
  margin-top: 50px;
  padding: 40px 7%;
  background: #f5f5f5;
}
.event_outline h3 {
  background:transparent;
  color: #333;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.7;
}
.event_outline h3::after {
  display: block;
  width: 100px;
  margin: 15px auto 50px;
  border-bottom: 3px solid #1c236d;
  content: "";
}
.event_outline table {
  table-layout: fixed;
  border-collapse: collapse;
}
.event_outline th,
.event_outline td {
  padding: 1em;
  border: 1px solid #bbb;
}
.event_outline th {
  width: 20%;
  background: #f2f2f2;
  font-weight: normal;
  text-align: center;
}
.event_outline td {
  width: 80%;
  background: #fff;
}
.event_outline .entry {
  margin-top: 25px;
  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 {
  color: #e16f4e;
  text-align: center;
}
.event_outline .select_box {
  margin-top: 35px;
}
.event_outline input[type=radio] {
  display: none;
}
.event_outline .radio_entry {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding: 1em 1em 1em 3.5em;
  box-sizing: border-box;
  border-radius: 5px;
  background: rgba(225, 111, 78, 0.1);
  cursor: pointer;
}
.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 #e16f4e;
  border-radius: 50%;
  content: '';
}
.event_outline .radio_entry::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #e16f4e;
  border-radius: 50%;
  opacity: 0;
  content: '';
}
.event_outline input[type=radio]: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: 1em;
  text-indent: -1em;
  font-size: 14px;
}
.event_outline .entry .note_list li span {
  display: block;
  position: relative;
  padding-left: 1em;
  text-indent: 0;
}
.event_outline .entry .note_list li span::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(90deg);
  content: '��';
}
@media screen and (max-width: 599px) {
  .event_outline {
    padding: 30px 4% 4%;
  }
  .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 .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: 13px;
  }
  .event_outline .entry .note_list {
    margin-top: 20px;
  }
  .event_outline .entry .note_list li {
    font-size: 12px;
  }
}

/* --------------------------------------------------
tail_area
-------------------------------------------------- */
.tail_area h2 {
  padding: 0.5em;
  background: #1c2569;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.tail_area .cont04 {
  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;
}
@media screen and (max-width: 640px) {
  .sns-lead {
    font-size: 14px;
    margin: 20px 0;
  }
  .sns-lets {
    font-size: 18px;
  }
  .tail_area .ar_img {
    display: flex;
  }
  .tail_area #intro .sub .ar_img img {
    width: 25%;
    height: auto;
  }
}
/**/
.div-equal-box{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin:40px auto;
    width: 80%;
}
.div-equal-box div{
    text-align: center;
    font-size: 20px;
}
.div-equal-box img{
    width: 150px;
}

@media screen and (max-width: 640px) {
    .div-equal-box{
    width: 100%;
    }
    .div-equal-box div{
        font-size: 14px; 
        text-align: left;
    }
}