#top .mv img {
  width: 100%;
}
#top .top_common_title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #top .top_common_title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
#top .top_common_title span {
  font-weight: bold;
  border-bottom: 4px solid #1252B9;
  padding: 0 10px 8px;
}
#top .event {
  padding-top: 83px;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  #top .event {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    margin-bottom: 20px;
  }
}
#top .event .event_time {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  #top .event .event_time {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
#top .event .event_list {
  max-width: 1124px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #top .event .event_list {
    flex-direction: column;
  }
}
#top .event .event_list .event_item {
  width: 32.4%;
  padding: 9px 20px 13px;
  border: 1px solid #1252B9;
  border-radius: 5px;
  margin-bottom: 33px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .event .event_list .event_item {
    width: 100%;
    margin-bottom: 20px;
    padding: 9px 15px 16px;
  }
}
#top .event .event_list .event_item:hover {
  opacity: 0.7;
}
#top .event .event_list .event_item .event_item_title {
  display: flex;
  margin-bottom: 18px;
  border-bottom: 1px solid #82A6E2;
  padding-bottom: 9px;
}
#top .event .event_list .event_item .event_item_title .event_icon {
  width: 10%;
}
#top .event .event_list .event_item .event_item_title .event_icon img {
  width: 24px;
}
@media screen and (max-width: 768px) {
  #top .event .event_list .event_item .event_item_title .event_icon img {
    font-size: 22px;
    width: 21px;
    position: relative;
    top: -3px;
  }
}
#top .event .event_list .event_item .event_item_title h3 {
  font-size: 20px;
  font-weight: bold;
  color: #1252B9;
}
@media screen and (max-width: 768px) {
  #top .event .event_list .event_item .event_item_title h3 {
    font-size: 18px;
  }
}
#top .event .event_list .event_item .event_item_title .event_reserve {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-left: auto;
}
#top .event .event_list .event_item .event_item_title .event_reserve span {
  border-radius: 2px;
  background-color: #EF8517;
  font-weight: bold;
  padding: 2px 9px;
  position: relative;
  top: 6px;
}
@media screen and (max-width: 768px) {
  #top .event .event_list .event_item .event_item_title .event_reserve span {
    top: 4px;
  }
}
#top .event .event_list .event_item .event_info_wrapper .event_info {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #top .event .event_list .event_item .event_info_wrapper .event_info {
    margin-bottom: 21px;
  }
}
#top .event .event_list .event_item .event_info_wrapper .event_info:last-of-type {
  margin-bottom: 0;
}
#top .event .event_list .event_item .event_info_wrapper .event_info p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top .event .event_list .event_item .event_info_wrapper .event_info p {
    font-size: 14px;
  }
}
#top .event .event_list .event_item .event_info_wrapper .event_info p:first-of-type {
  position: relative;
  padding-left: 20px;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  #top .event .event_list .event_item .event_info_wrapper .event_info p:first-of-type {
    margin-bottom: 11px;
  }
}
#top .event .event_list .event_item .event_info_wrapper .event_info p:first-of-type::before {
  content: "";
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  background-image: url("../../../assets/img/pages/top/event_date_icon.svg");
}
@media screen and (max-width: 768px) {
  #top .event .event_list .event_item .event_info_wrapper .event_info p:first-of-type::before {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
}
#top .event .event_list .event_item .event_info_wrapper .event_info p:last-of-type {
  padding-left: 9px;
}
#top .event .event_list .event_item .event_info_wrapper .event_info.event_target p:first-of-type {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #top .event .event_list .event_item .event_info_wrapper .event_info.event_target p:first-of-type {
    margin-bottom: 8px;
  }
}
#top .event .event_list .event_item .event_info_wrapper .event_info.event_target p:first-of-type::before {
  background-image: url("../../../assets/img/pages/top/event_target_icon.svg");
}
#top .event .event_list .event_item .event_info_wrapper .event_info.event_target p:last-of-type {
  font-size: 14px;
  font-weight: normal;
  line-height: 22.4px;
}
#top .event .event_list .event_item .event_info_wrapper .event_info.event_target p:last-of-type span {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top .event .event_list .event_item .event_info_wrapper .event_info.event_target p:last-of-type span {
    font-size: 14px;
  }
}
#top .event .event_list .event_item .event_end_message {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.8);
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .event .event_list .event_item .event_end_message p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .event .event_list .event_item .event_end_message p {
    font-size: 16px;
    line-height: 25.6px;
  }
}
#top .event .event_list .event_item.event_item_nishitokyo .event_item_title .event_icon {
  width: 12%;
}
#top .event .event_list .event_item.event_item_nishitokyo .event_item_title .event_icon img {
  width: 29.86px;
}
@media screen and (max-width: 768px) {
  #top .event .event_list .event_item.event_item_nishitokyo .event_item_title .event_icon img {
    width: 27px;
  }
}
#top .event .event_list .event_item.event_item_edogawa .event_item_title .event_icon {
  width: 14%;
}
#top .event .event_list .event_item.event_item_edogawa .event_item_title .event_icon img {
  width: 34.91px;
}
@media screen and (max-width: 768px) {
  #top .event .event_list .event_item.event_item_edogawa .event_item_title .event_icon img {
    width: 31px;
    top: -2px;
  }
}
#top .event .event_list .event_item.event_end:hover {
  opacity: 1;
}
#top .event .event_list .event_item.event_end .event_reserve span {
  background: #A5A5A5;
}
#top .event .event_list .event_item .event_item_end {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.5);
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .event .event_list .event_item .event_item_end > p {
  width: calc(100% - 20px);
  border-radius: 5px;
  background: #1252B9;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  #top .event .event_list .event_item .event_item_end > p {
    width: calc(100% - 30px);
    font-size: 14px;
    left: 15px;
  }
}
#top .about {
  background-color: #2057AD;
  padding-top: 64px;
  padding-bottom: 100px;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  #top .about {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    padding-bottom: 39px;
    margin: 0 0 40px;
  }
}
#top .about h2 {
  color: #fff;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #top .about h2 {
    margin-bottom: 44px;
  }
}
#top .about h2 span {
  border-bottom: 4px solid #6293E4;
}
#top .about .about_inner {
  max-width: 1124px;
  width: 100%;
  margin: 0 auto;
}
#top .about .about_inner .about_intro {
  display: flex;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  #top .about .about_inner .about_intro {
    flex-direction: column;
    margin-bottom: 17px;
  }
}
#top .about .about_inner .about_intro .about_intro_movie {
  width: 49.2%;
}
@media screen and (max-width: 768px) {
  #top .about .about_inner .about_intro .about_intro_movie {
    width: 100%;
    margin-bottom: 17px;
  }
}
#top .about .about_inner .about_intro .about_intro_movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}
#top .about .about_inner .about_intro .about_intro_movie .about_intro_movie_dummy {
  width: 100%;
}
#top .about .about_inner .about_intro .about_intro_text {
  color: #fff;
  font-size: 16px;
  line-height: 28.8px;
  width: 50.8%;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  #top .about .about_inner .about_intro .about_intro_text {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
    line-height: 25.2px;
  }
}
#top .about .about_inner .about_img {
  max-width: 1054px;
  width: 100%;
  margin: 0 auto 60px;
  display: block;
}
@media screen and (max-width: 768px) {
  #top .about .about_inner .about_img {
    margin-bottom: 40px;
  }
}
#top .about .about_inner .about_flow {
  background-color: #fff;
  padding-top: 31px;
  padding-bottom: 45px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #top .about .about_inner .about_flow {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 26px;
    padding-bottom: 43px;
  }
}
#top .about .about_inner .about_flow .about_flow_inner {
  max-width: 960px;
  margin: 100%;
  margin: 0 auto;
}
#top .about .about_inner .about_flow h3 {
  text-align: center;
  font-weight: bold;
  color: #1252B9;
  margin-bottom: 20px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #top .about .about_inner .about_flow h3 {
    font-size: 16px;
    margin-bottom: 13px;
  }
}
#top .about .about_inner .about_flow .about_flow_intro {
  text-align: center;
  margin-bottom: 37px;
  font-size: 16px;
  line-height: 28.8px;
}
@media screen and (max-width: 768px) {
  #top .about .about_inner .about_flow .about_flow_intro {
    font-size: 14px;
    line-height: 25.2px;
    text-align: left;
    margin-bottom: 28px;
  }
}
#top .about .about_inner .about_flow_list {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
#top .about .about_inner .about_flow_list img {
  max-width: 100%;
}
#top .about .about_inner .about_flow_list > li {
  position: relative;
}
#top .about .about_inner .about_flow_list > li::before {
  content: "";
  width: 20px;
  height: 68px;
  background: url("/assets/img/pages/top/about_flow_icon.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: 115px;
  right: -28px;
  display: block;
}
#top .about .about_inner .about_flow_list > li:last-child::before {
  display: none;
}
#top .about .about_inner .about_flow_list_until {
  width: 169px;
}
#top .about .about_inner .about_flow_list_until .about_flow_list_hdg {
  background: #68BF61;
}
#top .about .about_inner .about_flow_list_today {
  width: 552px;
}
#top .about .about_inner .about_flow_list_today .about_flow_list_hdg {
  background: #EF8517;
}
#top .about .about_inner .about_flow_list_later {
  width: 169px;
}
#top .about .about_inner .about_flow_list_later .about_flow_list_hdg {
  background: #82A6E2;
}
#top .about .about_inner .about_flow_list_hdg {
  border-radius: 5px;
  background: #EF8517;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 10px 20px;
  margin: 0 0 10px;
}
#top .about .about_inner .about_flow_list_sub {
  display: flex;
  justify-content: space-between;
}
#top .about .about_inner .about_flow_list_sub > li {
  position: relative;
  display: flex;
}
#top .about .about_inner .about_flow_list_sub > li::before {
  content: "";
  width: 20px;
  height: 68px;
  background: url("/assets/img/pages/top/about_flow_icon.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: 59px;
  right: -28px;
  display: block;
}
#top .about .about_inner .about_flow_list_sub > li:last-child::before {
  display: none;
}
#top .about .about_inner .about_flow_list_sub > li .about_flow_list_detail:nth-child(n+2) {
  margin-left: 10px;
}
#top .about .about_inner .about_flow_list_detail {
  width: 169px;
}
#top .about .about_inner .about_flow_list_detail > dt {
  margin: 0 0 10px;
}
#top .about .about_inner .about_flow_list_detail > dt img {
  border-radius: 5px;
}
#top .about .about_inner .about_flow_list_detail > dd {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #top .about .about_inner .about_flow_list {
    display: block;
  }
  #top .about .about_inner .about_flow_list > li {
    margin: 0 0 60px;
  }
  #top .about .about_inner .about_flow_list > li::before {
    margin: 0 0 0 -10px;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -63px;
    transform: rotate(90deg);
  }
  #top .about .about_inner .about_flow_list > li:last-child {
    margin-bottom: 0;
  }
  #top .about .about_inner .about_flow_list_until {
    width: 100%;
  }
  #top .about .about_inner .about_flow_list_today {
    width: 100%;
  }
  #top .about .about_inner .about_flow_list_later {
    width: 100%;
  }
  #top .about .about_inner .about_flow_list_hdg {
    font-size: 16px;
  }
  #top .about .about_inner .about_flow_list_sub {
    display: block;
  }
  #top .about .about_inner .about_flow_list_sub > li {
    margin: 0 0 60px;
  }
  #top .about .about_inner .about_flow_list_sub > li::before {
    margin: 0 0 0 -10px;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -63px;
    transform: rotate(90deg);
  }
  #top .about .about_inner .about_flow_list_sub > li:last-child {
    margin-bottom: 0;
  }
  #top .about .about_inner .about_flow_list_detail {
    width: 100%;
  }
  #top .about .about_inner .about_flow_list_detail > dd {
    font-size: 14px;
  }
}
#top .voice {
  width: 100%;
  max-width: 1124px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top .voice .top_common_title {
    margin-bottom: 45px;
  }
}
#top .voice .voice_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top .voice .voice_img {
    width: 97.3vw;
    display: block;
    margin: 0 auto;
  }
}
#top .faq {
  background-color: #FFE7C7;
  padding-top: 66px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #top .faq {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
#top .faq h2 {
  margin-bottom: 76px;
}
@media screen and (max-width: 768px) {
  #top .faq h2 {
    margin-bottom: 45px;
  }
}
#top .faq h2 span {
  border-bottom: 4px solid #EF8517;
}
#top .faq .faq_list {
  width: 100%;
  max-width: 934px;
  margin: 0 auto;
}
#top .faq .faq_list .faq_item {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #top .faq .faq_list .faq_item {
    padding: 15px;
  }
}
#top .faq .faq_list .faq_item .faq_q {
  display: flex;
  align-items: center;
}
#top .faq .faq_list .faq_item .faq_q:hover {
  cursor: pointer;
}
#top .faq .faq_list .faq_item .faq_q .q_icon {
  width: 3%;
}
@media screen and (max-width: 768px) {
  #top .faq .faq_list .faq_item .faq_q .q_icon {
    width: 8%;
  }
}
#top .faq .faq_list .faq_item .faq_q .q_icon img {
  width: 18px;
}
@media screen and (max-width: 768px) {
  #top .faq .faq_list .faq_item .faq_q .q_icon img {
    width: 14px;
    display: block;
  }
}
#top .faq .faq_list .faq_item .faq_q .q_text {
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  #top .faq .faq_list .faq_item .faq_q .q_text {
    font-size: 14px;
    line-height: 22.4px;
    padding-left: 0;
    width: 77%;
  }
}
#top .faq .faq_list .faq_item .faq_q .faq_btn_icon {
  margin-left: auto;
  width: 35px;
}
@media screen and (max-width: 768px) {
  #top .faq .faq_list .faq_item .faq_q .faq_btn_icon {
    width: 15%;
    display: flex;
    justify-content: right;
    align-items: center;
  }
}
#top .faq .faq_list .faq_item .faq_q .faq_btn_icon img {
  width: 100%;
}
#top .faq .faq_list .faq_item .faq_q .faq_btn_icon img.minus_icon {
  display: none;
}
@media screen and (max-width: 768px) {
  #top .faq .faq_list .faq_item .faq_q .faq_btn_icon img {
    width: 30px;
  }
}
#top .faq .faq_list .faq_item .faq_q.open .faq_btn_icon img.plus_icon {
  display: none;
}
#top .faq .faq_list .faq_item .faq_q.open .faq_btn_icon img.minus_icon {
  display: block;
}
#top .faq .faq_list .faq_item .faq_a {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
  margin-top: 19px;
  display: none;
}
@media screen and (max-width: 768px) {
  #top .faq .faq_list .faq_item .faq_a {
    margin-top: 12px;
    padding-top: 7px;
  }
}
#top .faq .faq_list .faq_item .faq_a .faq_a_inner {
  display: flex;
}
#top .faq .faq_list .faq_item .faq_a .faq_a_inner .a_icon {
  width: 3.6%;
}
@media screen and (max-width: 768px) {
  #top .faq .faq_list .faq_item .faq_a .faq_a_inner .a_icon {
    width: 9%;
  }
}
#top .faq .faq_list .faq_item .faq_a .faq_a_inner .a_icon img {
  width: 16px;
}
@media screen and (max-width: 768px) {
  #top .faq .faq_list .faq_item .faq_a .faq_a_inner .a_icon img {
    width: 14px;
    position: relative;
    top: 3px;
  }
}
#top .faq .faq_list .faq_item .faq_a .faq_a_inner .a_text {
  font-size: 16px;
  padding-top: 4px;
  font-weight: 400;
  line-height: 28.8px;
  width: 96.4%;
}
@media screen and (max-width: 768px) {
  #top .faq .faq_list .faq_item .faq_a .faq_a_inner .a_text {
    font-size: 14px;
    line-height: 25.2px;
  }
}
#top .faq .faq_list .faq_item:last-of-type {
  margin-bottom: 0;
}

#event .event_common_title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #event .event_common_title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
#event .event_common_title span {
  font-weight: bold;
  border-bottom: 4px solid #1252B9;
  padding: 0 10px 8px;
}
#event .event_overview {
  display: flex;
  max-width: 1124px;
  margin: 0 auto 31px;
  width: 100%;
  padding-top: 29px;
}
@media screen and (max-width: 768px) {
  #event .event_overview {
    flex-direction: column;
    padding: 0 15px;
    margin: 0 auto 21px;
  }
}
#event .event_overview .event_overview_img {
  width: 193px;
}
@media screen and (max-width: 768px) {
  #event .event_overview .event_overview_img {
    order: 2;
    width: 100%;
    margin-bottom: 20px;
  }
}
#event .event_overview .event_overview_info_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 33px;
  padding-top: 7px;
}
@media screen and (max-width: 768px) {
  #event .event_overview .event_overview_info_wrapper {
    order: 1;
    padding-left: 0;
    margin-bottom: 20px;
    padding-top: 23px;
  }
}
#event .event_overview .event_overview_info_wrapper h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #event .event_overview .event_overview_info_wrapper h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#event .event_overview .event_overview_info_wrapper .event_overview_info_item {
  display: flex;
  align-items: center;
}
#event .event_overview .event_overview_info_wrapper .event_overview_info_item p {
  color: #1252B9;
  line-height: 1;
}
#event .event_overview .event_overview_info_wrapper .event_overview_info_item p:first-of-type {
  width: 90px;
  font-size: 16px;
  text-align: center;
  padding: 6px 21px;
  border-radius: 5px;
  border: 1px solid #1252B9;
}
@media screen and (max-width: 768px) {
  #event .event_overview .event_overview_info_wrapper .event_overview_info_item p:first-of-type {
    font-size: 14px;
  }
}
#event .event_overview .event_overview_info_wrapper .event_overview_info_item p:last-of-type {
  width: calc(100% - 90px);
  font-size: 18px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  #event .event_overview .event_overview_info_wrapper .event_overview_info_item p:last-of-type {
    font-size: 16px;
    padding-left: 16px;
  }
}
#event .event_overview .event_overview_info_wrapper .event_overview_info_item:first-of-type {
  margin-bottom: 10px;
}
#event .event_overview .event_overview_icon {
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #event .event_overview .event_overview_icon {
    order: 3;
    justify-content: space-between;
    margin-left: 0;
  }
}
#event .event_overview .event_overview_icon img {
  width: 92px;
}
@media screen and (max-width: 768px) {
  #event .event_overview .event_overview_icon img {
    width: 26.5%;
  }
}
#event .contact {
  background-color: #FEF1E0;
  border-radius: 5px;
  max-width: 1124px;
  margin: 0 auto 30px;
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #event .contact {
    padding: 15px 15px;
    width: calc(100vw - 30px);
  }
}
#event .contact h2 {
  background-color: #EF8517;
  font-size: 18px;
  text-align: center;
  padding: 4px 0;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #event .contact h2 {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
#event .contact h2 span {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #event .contact h2 span {
    font-size: 18px;
  }
}
#event .contact .contact_list > :last-child {
  margin-bottom: 0 !important;
}
#event .contact .contact_list .contact_item {
  background: #fff;
  padding: 27px 30px 30px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #event .contact .contact_list .contact_item {
    width: 100%;
    flex-direction: column;
    padding: 15px 15px 20px;
    margin-bottom: 15px;
  }
}
#event .contact .contact_list .contact_item .contact_info {
  text-align: center;
}
#event .contact .contact_list .contact_item .contact_info > :last-child {
  margin-bottom: 0 !important;
}
#event .contact .contact_list .contact_item .contact_info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
}
@media screen and (max-width: 768px) {
  #event .contact .contact_list .contact_item .contact_info p {
    margin-bottom: 24px;
    text-align: justify;
  }
}
#event .contact .contact_list .contact_item .contact_info p a {
  color: #EA5A00;
  text-decoration: underline;
}
#event .contact .contact_list .contact_item .contact_info p span {
  font-size: 14px;
}
#event .contact .contact_list .contact_item .contact_info img {
  width: 306px;
}
@media screen and (max-width: 768px) {
  #event .contact .contact_list .contact_item .contact_info img {
    width: 84%;
    display: block;
    margin: 0 auto;
  }
}
#event .contact .contact_list .contact_item .contact_info_tel {
  color: #EA5A00;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 10px;
  position: relative;
  display: inline-block;
}
#event .contact .contact_list .contact_item .contact_info_tel::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #EA5A00;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
#event .contact .contact_list .contact_item .contact_info_tel_num {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #event .contact .contact_list .contact_item .contact_info_tel_num {
    font-size: 30px;
  }
}
#event .event_anchor_link {
  display: flex;
  justify-content: space-between;
  max-width: 1124px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #event .event_anchor_link {
    padding: 0 15px;
    flex-wrap: wrap;
  }
}
#event .event_anchor_link a {
  width: 18.8%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  #event .event_anchor_link a {
    width: 49.3%;
    margin-bottom: 10px;
    flex-direction: column;
    padding: 4.5px 0 10px;
  }
}
#event .event_anchor_link a p {
  font-size: 16px;
  width: 72%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #event .event_anchor_link a p {
    font-size: 12px;
    margin-bottom: 2px;
  }
}
#event .event_anchor_link a .anchor_link_icon {
  width: 14%;
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  #event .event_anchor_link a .anchor_link_icon {
    justify-content: center;
  }
}
#event .event_anchor_link a .anchor_link_icon img {
  width: 18px;
}
@media screen and (max-width: 768px) {
  #event .event_anchor_link a .anchor_link_icon img {
    width: 14px;
  }
}
@media screen and (max-width: 768px) {
  #event .event_anchor_link a:last-of-type {
    margin: auto;
  }
}
#event .event_info {
  max-width: 934px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #event .event_info {
    padding: 0 15px;
  }
}
#event .event_info .event_info_sub_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 34px;
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_sub_title {
    font-size: 18px;
    margin-top: 39px;
    margin-bottom: 26px;
  }
}
#event .event_info .event_info_list .event_info_item {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item {
    padding-bottom: 28px;
  }
}
#event .event_info .event_info_list .event_info_item h3 {
  font-size: 16px;
  font-weight: bold;
  background-color: #EAF2FF;
  text-align: center;
  margin-bottom: 20px;
  padding: 2px 0;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item h3 {
    margin-bottom: 18px;
  }
}
#event .event_info .event_info_list .event_info_item .event_info_text {
  text-align: center;
  font-size: 16px;
  line-height: 25.6px;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item .event_info_text {
    text-align: left;
    line-height: 25.2px;
    font-size: 14px;
  }
}
#event .event_info .event_info_list .event_info_item .lecturer_info_note {
  font-size: 14px;
  text-align: center;
  margin: 14px 0 16px;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item .lecturer_info_note {
    font-size: 13px;
    line-height: 25.6px;
    text-align: left;
    margin: 14px 0 14px;
  }
}
#event .event_info .event_info_list .event_info_item .lecturer_info_pr {
  font-size: 16px;
  font-weight: bold;
  color: #1252B9;
  line-height: 25.6px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item .lecturer_info_pr {
    font-size: 14px;
    line-height: 25.2px;
    text-align: left;
  }
}
#event .event_info .event_info_list .event_info_item .lecturer_intro {
  display: flex;
  max-width: 885px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item .lecturer_intro {
    flex-direction: column;
  }
}
#event .event_info .event_info_list .event_info_item .lecturer_intro img {
  width: 174px;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item .lecturer_intro img {
    width: 50.5%;
    display: block;
    margin: 0 auto 20px;
  }
}
#event .event_info .event_info_list .event_info_item .lecturer_intro .lecturer_info {
  padding-left: 20px;
  padding-top: 3px;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item .lecturer_intro .lecturer_info {
    padding-left: 0;
  }
}
#event .event_info .event_info_list .event_info_item .lecturer_intro .lecturer_info h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 25.6px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item .lecturer_intro .lecturer_info h4 {
    font-size: 14px;
  }
}
#event .event_info .event_info_list .event_info_item .lecturer_intro .lecturer_info p {
  font-size: 16px;
  line-height: 25.6px;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item .lecturer_intro .lecturer_info p {
    line-height: 25.2px;
    font-size: 14px;
  }
}
#event .event_info .event_info_list .event_info_item .consult_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 744px;
  margin: 0 auto;
  width: 100%;
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item .consult_list {
    margin-top: 25px;
  }
}
#event .event_info .event_info_list .event_info_item .consult_list p {
  width: 48.9%;
  margin-bottom: 16px;
  border: 1px solid #EF8517;
  display: block;
  color: #EF8517;
  padding: 14px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item .consult_list p {
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 15px;
  }
}
#event .event_info .event_info_list .event_info_item .consult_list p:last-of-type {
  margin-bottom: 0;
}
#event .event_info .event_info_list .event_info_item .schedule_list {
  max-width: 630px;
  margin: 0 auto;
  width: 100%;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item .schedule_list {
    margin-top: 17px;
  }
}
#event .event_info .event_info_list .event_info_item .schedule_list .schedule_item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item .schedule_list .schedule_item {
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 0;
  }
}
#event .event_info .event_info_list .event_info_item .schedule_list .schedule_item:first-of-type {
  border-top: 1px solid #CCCCCC;
}
#event .event_info .event_info_list .event_info_item .schedule_list .schedule_item p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item .schedule_list .schedule_item p {
    font-size: 14px;
  }
}
#event .event_info .event_info_list .event_info_item .schedule_list .schedule_item p:first-of-type {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item .schedule_list .schedule_item p:first-of-type {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item .schedule_list .schedule_item p:last-of-type {
    width: 100%;
    margin-top: 8px;
    text-align: center;
  }
}
#event .event_info .event_info_list .event_info_item .event_info_map {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item .event_info_map {
    margin-top: 16px;
  }
}
#event .event_info .event_info_list .event_info_item .event_info_map iframe {
  width: 934px;
  height: 459px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item .event_info_map iframe {
    width: 100%;
    height: 170px;
  }
}
#event .event_info .event_info_list .event_info_item:last-of-type {
  padding-bottom: 0;
}
#event .event_info .event_info_list .event_info_item.venue {
  padding-bottom: 39px;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item.venue {
    padding-bottom: 28px;
  }
}
#event .event_info .event_info_list .event_info_item.venue_map {
  padding-bottom: 29px;
}
@media screen and (max-width: 768px) {
  #event .event_info .event_info_list .event_info_item.venue_map {
    padding-bottom: 21px;
  }
}
#event .event_info.seminar {
  padding-top: 82px;
}
@media screen and (max-width: 768px) {
  #event .event_info.seminar {
    padding-top: 43px;
  }
}
#event .event_info.consult {
  padding-top: 105px;
  padding-bottom: 49px;
}
@media screen and (max-width: 768px) {
  #event .event_info.consult {
    padding-top: 63px;
    padding-bottom: 60px;
  }
}
#event .event_info.consult .event_common_title {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  #event .event_info.consult .event_common_title {
    margin-bottom: 45px;
  }
}
#event .event_info.schedule {
  padding-top: 84px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #event .event_info.schedule {
    padding-top: 44px;
    padding-bottom: 59px;
  }
}
#event .event_info.schedule .schedule_intro {
  font-size: 16px;
  text-align: center;
  margin-top: 52px;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  #event .event_info.schedule .schedule_intro {
    font-size: 14px;
    text-align: left;
    line-height: 25.2px;
    margin-top: 42px;
    margin-bottom: 13px;
  }
}
#event .event_info.schedule .schedule_intro_note {
  font-size: 14px;
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  #event .event_info.schedule .schedule_intro_note {
    font-size: 13px;
    text-align: left;
    margin-bottom: 17px;
  }
}
#event .particip {
  background-color: #EAF2FF;
  padding-top: 47px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #event .particip {
    padding: 35px 15px 40px;
  }
}
#event .particip .particip_list {
  max-width: 934px;
  margin: 55px auto 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #event .particip .particip_list {
    margin: 44px auto 0;
  }
}
#event .particip .particip_list .particip_item {
  background-color: #fff;
  border: 1px solid #82A6E2;
  padding: 30px 40px 28px;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #event .particip .particip_list .particip_item {
    padding: 15px;
    margin-bottom: 20px;
  }
}
#event .particip .particip_list .particip_item .particip_info_wrapper {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #event .particip .particip_list .particip_item .particip_info_wrapper {
    flex-direction: column;
    margin-bottom: 18px;
  }
}
#event .particip .particip_list .particip_item .particip_info_wrapper .particip_info {
  padding-right: 30px;
  width: 68%;
}
@media screen and (max-width: 768px) {
  #event .particip .particip_list .particip_item .particip_info_wrapper .particip_info {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
}
#event .particip .particip_list .particip_item .particip_info_wrapper .particip_info h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  #event .particip .particip_list .particip_item .particip_info_wrapper .particip_info h3 {
    font-size: 18px;
    margin-bottom: 13px;
  }
}
#event .particip .particip_list .particip_item .particip_info_wrapper .particip_info .particip_tag_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
#event .particip .particip_list .particip_item .particip_info_wrapper .particip_info .particip_tag_list p {
  color: #EF8517;
  border: 1px solid #EF8517;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 4px 9px;
  margin-right: 5px;
  line-height: 1;
}
#event .particip .particip_list .particip_item .particip_info_wrapper .particip_info .particip_tag_list p.tag_active {
  background-color: #EF8517;
  color: #fff;
}
#event .particip .particip_list .particip_item .particip_info_wrapper .particip_info .corporate_site_link {
  font-size: 16px;
  color: #1252B9;
  position: relative;
}
@media screen and (max-width: 768px) {
  #event .particip .particip_list .particip_item .particip_info_wrapper .particip_info .corporate_site_link {
    font-size: 14px;
  }
}
#event .particip .particip_list .particip_item .particip_info_wrapper .particip_info .corporate_site_link::after {
  content: "";
  display: block;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: center;
  background-image: url("../../../assets/img/pages/event/corporate_site_link_icon.svg");
}
#event .particip .particip_list .particip_item .particip_info_wrapper .particip_info .recruit_type {
  font-size: 16px;
  margin-top: 17px;
  line-height: 25.6px;
}
@media screen and (max-width: 768px) {
  #event .particip .particip_list .particip_item .particip_info_wrapper .particip_info .recruit_type {
    font-size: 14px;
    line-height: 25.6px;
    margin-top: 12px;
  }
}
#event .particip .particip_list .particip_item .particip_info_wrapper .particip_info_img {
  width: 32%;
}
@media screen and (max-width: 768px) {
  #event .particip .particip_list .particip_item .particip_info_wrapper .particip_info_img {
    width: 100%;
    order: 1;
    margin-bottom: 14px;
  }
}
#event .particip .particip_list .particip_item .particip_info_wrapper .particip_info_img img {
  width: 100%;
}
#event .particip .particip_list .particip_item .particip_btn {
  background-color: #EF8517;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  padding: 20px 0;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  #event .particip .particip_list .particip_item .particip_btn {
    padding: 11px 0;
    font-size: 16px;
  }
}
#event .particip .particip_list .particip_item .particip_btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
#event .particip .particip_list .particip_item .particip_btn.no_active {
  background-color: #EDEDED;
  color: #A5A5A5;
  pointer-events: none;
}
#event .particip .particip_list .particip_item:last-of-type {
  margin-bottom: 0;
}
#event .particip .btn {
  width: 335px;
  height: 61px;
  background: #EF8517;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin: 20px auto;
  box-shadow: 5px 5px 5px 0px rgb(240, 227, 216);
  position: relative;
  font-weight: 600;
  font-size: 20px;
  width: 40%;
}
#event .particip .btn::after {
  content: "";
  position: absolute;
  background-image: url(../../../assets/img/common/arrow/arrow-right01.svg);
  width: 15px;
  height: 15px;
  right: 26px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #event .particip .btn {
    height: 45px;
    margin: 10px auto;
    font-size: 16px;
    width: 100%;
  }
}
#event .particip_box {
  border-radius: 5px;
  background: #FEF1E0;
  padding: 30px 40px 28px;
}
#event .particip_box > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #event .particip_box {
    padding: 15px;
  }
}
#event .particip_tbl {
  width: 100%;
  border-top: 1px solid #ccc;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 40px;
  table-layout: fixed;
}
#event .particip_tbl > tbody > tr {
  border-bottom: 1px solid #ccc;
}
#event .particip_tbl > tbody > tr th, #event .particip_tbl > tbody > tr td {
  text-align: left;
  padding: 15px;
}
#event .particip_tbl > tbody > tr th {
  width: 20%;
  font-weight: bold;
}
#event .particip_tbl > tbody > tr td a {
  background: #EF8517;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 6px;
  font-size: 14px;
  padding: 0.5rem;
  margin-right: 5px;
  line-height: 1;
}
#event .particip_tbl > tbody > tr .kyujin_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #event .particip_tbl {
    font-size: 14px;
  }
  #event .particip_tbl > tbody > tr {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #event .particip_tbl > tbody > tr th, #event .particip_tbl > tbody > tr td {
    width: 100%;
    padding: 0;
  }
  #event .particip_tbl > tbody > tr th {
    padding: 0 0 5px;
  }
}
#event .pamphlet {
  background-color: #FEF1E0;
  padding-top: 43px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #event .pamphlet {
    padding: 34px 15px 40px;
  }
}
#event .pamphlet .event_common_title span {
  border-bottom: 4px solid #EF8517;
}
#event .pamphlet .pamphlet_btn_wrapper {
  max-width: 1124px;
  width: 100%;
  margin: 56px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #event .pamphlet .pamphlet_btn_wrapper {
    flex-direction: column;
    margin: 44px auto 0;
  }
  #event .pamphlet .pamphlet_btn_wrapper > :last-child {
    margin-bottom: 0;
  }
}
#event .pamphlet .pamphlet_btn_wrapper .pamphlet_btn_item {
  width: calc(50% - 8px);
  border-radius: 5px;
  border: 1px solid #EF8517;
  background: #fff;
  color: #EF8517;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  padding: 18px 70px 19px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
#event .pamphlet .pamphlet_btn_wrapper .pamphlet_btn_item::before {
  content: "";
  width: 25px;
  height: 30px;
  background: url("/assets/img/pages/event/pdf_icon.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  margin: -15px 0 0;
  position: absolute;
  top: 50%;
  right: 32px;
  display: block;
}
#event .pamphlet .pamphlet_btn_wrapper .pamphlet_btn_item:hover {
  opacity: 0.7;
}
#event .pamphlet .pamphlet_btn_wrapper .pamphlet_btn_item.icon_pdf::before {
  background-image: url("/assets/img/pages/event/pdf_icon.svg");
}
#event .pamphlet .pamphlet_btn_wrapper .pamphlet_btn_item.icon_excel::before {
  background-image: url("/assets/img/pages/event/xls_icon.svg");
}
@media screen and (max-width: 768px) {
  #event .pamphlet .pamphlet_btn_wrapper .pamphlet_btn_item {
    width: 100%;
    font-size: 16px;
    padding: 13px 50px 14px 15px;
    margin-bottom: 20px;
  }
  #event .pamphlet .pamphlet_btn_wrapper .pamphlet_btn_item::before {
    width: 19px;
    height: 24px;
    margin: -12px 0 0;
    right: 17px;
    display: block;
  }
}
#event .pamphlet .pamphlet_btn_wrapper div.pamphlet_btn_item {
  padding: 29px 30px;
}
#event .pamphlet .pamphlet_btn_wrapper div.pamphlet_btn_item::before {
  display: none;
}
#event .pamphlet .pamphlet_btn_wrapper div.pamphlet_btn_item:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #event .pamphlet .pamphlet_btn_wrapper div.pamphlet_btn_item {
    padding: 13px 15px 14px;
    margin-bottom: 20px;
  }
}
#event .entry {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1111;
}
#event .entry .entry_area {
  padding: 25px 0 32px;
  background-color: #FEF1E0;
  display: none;
}
@media screen and (max-width: 768px) {
  #event .entry .entry_area {
    padding: 15px 15px 23px;
  }
}
#event .entry .entry_area .entry_intro {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #event .entry .entry_area .entry_intro {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 6px;
  }
}
#event .entry .entry_area .entry_intro span {
  font-size: 24px;
  color: #EF8517;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #event .entry .entry_area .entry_intro span {
    font-size: 18px;
  }
}
#event .entry .entry_area .entry_btn_list {
  max-width: 934px;
  margin: 0 auto 23px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  #event .entry .entry_area .entry_btn_list {
    max-width: none;
    margin: 0 auto 18px;
    display: block;
  }
  #event .entry .entry_area .entry_btn_list > li {
    margin: 0 0 10px;
  }
  #event .entry .entry_area .entry_btn_list > li:last-child {
    margin-bottom: 0;
  }
}
#event .entry .entry_area .entry_btn {
  border-radius: 5px;
  background: #EA5A00;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 86px 20px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
#event .entry .entry_area .entry_btn:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("/assets/img/pages/event/entry_click_icon.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  margin: -13px 0 0;
  position: absolute;
  top: 50%;
  right: 44px;
  display: block;
  transform: rotate(-90deg);
}
#event .entry .entry_area .entry_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #event .entry .entry_area .entry_btn {
    font-size: 16px;
    padding: 13px 50px 14px 15px;
  }
  #event .entry .entry_area .entry_btn:before {
    width: 19px;
    height: 19px;
    margin: -10px 0 0;
    right: 15px;
  }
}
#event .entry .entry_area .entry_btn_tel {
  color: #101010;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
#event .entry .entry_area .entry_btn_tel_link {
  color: #101010;
  font-weight: 700;
  display: inline-block;
}
#event .entry .entry_area .entry_btn_tel_link_num {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #event .entry .entry_area .entry_btn_tel {
    font-size: 14px;
  }
  #event .entry .entry_area .entry_btn_tel_link {
    font-size: 18px;
  }
  #event .entry .entry_area .entry_btn_tel_link_num {
    font-size: 30px;
  }
}
#event .entry .entry_click {
  background-color: #EA5A00;
  padding: 13.5px 0;
}
@media screen and (max-width: 768px) {
  #event .entry .entry_click {
    padding: 15px 0;
  }
}
#event .entry .entry_click .entry_click_inner {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#event .entry .entry_click .entry_click_inner .entry_click_txt {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #event .entry .entry_click .entry_click_inner .entry_click_txt {
    font-size: 18px;
  }
}
#event .entry .entry_click .entry_click_inner .entry_click_icon {
  width: 26.5px;
  transform: scale(1, -1);
}
@media screen and (max-width: 768px) {
  #event .entry .entry_click .entry_click_inner .entry_click_icon {
    width: 19.5px;
  }
}
#event .entry .entry_click:hover:not(.is_not_click) {
  cursor: pointer;
}
#event .entry .entry_click.is_not_click .entry_click_icon {
  display: none;
}
#event .entry.entry_open .entry_click .entry_click_inner img {
  transform: scale(1, 1);
}
#event .accordion_btn {
  width: 40%;
  text-align: center;
  margin: 0 auto;
}
#event .accordion_trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border-radius: 5px;
  border: 0;
  background: #EF8517;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 20px 60px;
  margin: 0;
  position: relative;
  display: block;
  transition: all 0.5s;
  cursor: pointer;
}
#event .accordion_trigger:before, #event .accordion_trigger:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
}
#event .accordion_trigger:before {
  width: 20px;
  height: 3px;
  margin: -1.5px 0 0;
  right: 30px;
}
#event .accordion_trigger:after {
  width: 3px;
  height: 20px;
  margin: -10px 0 0;
  right: 38px;
}
#event .accordion_trigger:hover {
  opacity: 0.7;
}
#event .accordion_trigger.open:after {
  opacity: 0;
}
#event .accordion_content_inner {
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #event .accordion_btn {
    width: 100%;
  }
  #event .accordion_trigger {
    font-size: 16px;
    padding: 15px 50px;
  }
  #event .accordion_trigger:before {
    width: 16px;
    height: 2px;
    margin: -1px 0 0;
    right: 20px;
  }
  #event .accordion_trigger:after {
    width: 2px;
    height: 16px;
    margin: -8px 0 0;
    right: 27px;
  }
}

#for_company .for_company_common_title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #for_company .for_company_common_title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
#for_company .for_company_common_title span {
  font-weight: bold;
  border-bottom: 4px solid #1252B9;
  padding: 0 10px 8px;
}
#for_company .mv {
  width: 100%;
}
#for_company .mv img {
  width: 100%;
}
#for_company .for_company_btn_pdf {
  max-width: 520px;
  border-radius: 5px;
  border: 1px solid #1252B9;
  background: #fff;
  color: #1252B9;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  padding: 18px 70px 19px 30px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
#for_company .for_company_btn_pdf::before {
  content: "";
  width: 25px;
  height: 30px;
  background: url("/assets/img/common/icon/pdf01.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  margin: -15px 0 0;
  position: absolute;
  top: 50%;
  right: 32px;
  display: block;
}
#for_company .for_company_btn_pdf:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #for_company .for_company_btn_pdf {
    width: 100%;
    font-size: 16px;
    padding: 13px 50px 14px 15px;
    margin-bottom: 20px;
  }
  #for_company .for_company_btn_pdf::before {
    width: 19px;
    height: 24px;
    margin: -12px 0 0;
    right: 17px;
    display: block;
  }
  #for_company .for_company_btn_pdf:last-of-type {
    margin-bottom: 0;
  }
}
#for_company div.for_company_btn_pdf {
  padding: 19px 30px;
}
#for_company div.for_company_btn_pdf::before {
  display: none;
}
#for_company div.for_company_btn_pdf:hover {
  opacity: 1;
}
#for_company .for_company_btn {
  max-width: 465px;
  border-radius: 5px;
  background: #1252B9;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 65px 20px 20px;
  margin: 60px auto 45px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
#for_company .for_company_btn:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("/assets/img/pages/event/entry_click_icon.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  margin: -13px 0 0;
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  transform: rotate(-90deg);
}
#for_company .for_company_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #for_company .for_company_btn {
    max-width: none;
    font-size: 18px;
    padding: 20px 50px 20px 20px;
    margin: 45px auto 30px;
  }
  #for_company .for_company_btn:before {
    width: 19px;
    height: 19px;
    margin: -10px 0 0;
    right: 15px;
  }
}
#for_company .for_company_title {
  padding: 27px 0 50px;
}
@media screen and (max-width: 768px) {
  #for_company .for_company_title {
    padding: 17px 0 30px;
  }
}
#for_company .for_company_title h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  #for_company .for_company_title h2 {
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: 20px;
  }
}
#for_company .for_company_title .tag {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #for_company .for_company_title .tag {
    gap: 5px;
  }
}
#for_company .for_company_title .tag p {
  font-size: 18px;
  font-weight: bold;
  border-radius: 23px;
  color: #1252B9;
  border: 1px solid #1252B9;
  padding: 4px 29px;
}
@media screen and (max-width: 768px) {
  #for_company .for_company_title .tag p {
    font-size: 14px;
    padding: 2.5px 19px;
  }
}
#for_company .flow {
  background-color: #EAF2FF;
  padding: 45px 0 50px;
}
@media screen and (max-width: 768px) {
  #for_company .flow {
    padding: 45px 15px 49px;
  }
}
#for_company .flow .flow_img {
  max-width: 1124px;
  display: block;
  margin: 56px auto 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #for_company .flow .flow_img {
    margin: 55px auto 0;
  }
}
#for_company .about {
  padding-bottom: 69px;
  padding-top: 74px;
}
@media screen and (max-width: 768px) {
  #for_company .about {
    padding: 30px 15px 41px;
  }
}
#for_company .about .about_balloon {
  width: 552px;
  margin: 0 auto 26px;
  display: block;
}
@media screen and (max-width: 768px) {
  #for_company .about .about_balloon {
    width: 100%;
    margin: 0 auto 20px;
  }
}
#for_company .about .for_company_common_title {
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  #for_company .about .for_company_common_title {
    border-bottom: 4px solid #1252B9;
    padding-bottom: 6px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #for_company .about .for_company_common_title span {
    width: 100%;
    border: none;
    padding: 0;
  }
}
#for_company .about .about_description {
  max-width: 920px;
  width: 100%;
  margin: 41px auto 80px;
}
@media screen and (max-width: 768px) {
  #for_company .about .about_description {
    margin: 17px auto 25px;
  }
}
#for_company .about .about_description .about_description_item {
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  #for_company .about .about_description .about_description_item {
    margin-bottom: 14px;
  }
}
#for_company .about .about_description .about_description_item p:first-of-type {
  font-size: 16px;
  line-height: 28.8px;
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  #for_company .about .about_description .about_description_item p:first-of-type {
    font-size: 14px;
    line-height: 25.2px;
    margin-bottom: 3px;
  }
}
#for_company .about .about_description .about_description_item p:last-of-type {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #for_company .about .about_description .about_description_item p:last-of-type {
    font-size: 13px;
    text-align: left;
  }
}
#for_company .about .about_description .about_description_item:last-of-type {
  margin-bottom: 0;
}
#for_company .about .download_pamphlet p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #for_company .about .download_pamphlet p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 19px;
  }
}
#for_company .about .download_pamphlet a {
  width: 520px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #for_company .about .download_pamphlet a {
    width: 100%;
  }
}
#for_company .about .download_pamphlet a img {
  width: 100%;
}
#for_company .schedule {
  background-color: #EAF2FF;
  padding-top: 65px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #for_company .schedule {
    padding: 34px 15px 40px;
  }
}
#for_company .schedule .entry_btn {
  width: 465px;
  display: block;
  margin: 61px auto 45px;
}
@media screen and (max-width: 768px) {
  #for_company .schedule .entry_btn {
    width: 100%;
    margin: 45px auto 30px;
    display: block;
  }
  #for_company .schedule .entry_btn img {
    width: 100%;
  }
}
#for_company .schedule .schedule_list {
  max-width: 1124px;
  margin: 0 auto;
  width: 100%;
}
#for_company .schedule .schedule_list .schedule_item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 12.5px 60px;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #for_company .schedule .schedule_list .schedule_item {
    flex-direction: column;
    padding: 20px 15px;
  }
  #for_company .schedule .schedule_list .schedule_item > :last-child {
    margin-bottom: 0 !important;
  }
}
#for_company .schedule .schedule_list .schedule_item:last-of-type {
  margin-bottom: 0;
}
#for_company .schedule .schedule_list .schedule_item p {
  font-size: 16px;
  line-height: 22.4px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  #for_company .schedule .schedule_list .schedule_item p {
    font-size: 14px;
    line-height: 22.4px;
    padding-right: 0;
  }
}
#for_company .schedule .schedule_list .schedule_item p:nth-of-type(1) {
  font-weight: bold;
  width: 20.5%;
}
@media screen and (max-width: 768px) {
  #for_company .schedule .schedule_list .schedule_item p:nth-of-type(1) {
    width: 100%;
    margin-bottom: 12px;
  }
}
#for_company .schedule .schedule_list .schedule_item p:nth-of-type(2) {
  width: 37.5%;
}
@media screen and (max-width: 768px) {
  #for_company .schedule .schedule_list .schedule_item p:nth-of-type(2) {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  #for_company .schedule .schedule_list .schedule_item p:nth-of-type(3) {
    width: 100%;
    margin-bottom: 18px;
  }
}
#for_company .schedule .schedule_list .schedule_item p:nth-of-type(4) {
  width: 13%;
  color: #fff;
  font-weight: bold;
  padding-right: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #for_company .schedule .schedule_list .schedule_item p:nth-of-type(4) {
    width: 100%;
    font-size: 16px;
  }
}
#for_company .schedule .schedule_list .schedule_item p:nth-of-type(4) span {
  background-color: #EF8517;
  border-radius: 2px;
  display: block;
  width: 100%;
  padding: 5px 0;
  font-weight: bold;
}
#for_company .schedule .schedule_list .schedule_item:hover {
  opacity: 0.7;
}
#for_company .schedule .schedule_list .schedule_item.closed {
  background-color: #A5A5A5;
}
#for_company .schedule .schedule_list .schedule_item.closed:hover {
  opacity: 1;
}
#for_company .contact {
  padding-top: 47px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #for_company .contact {
    padding: 44px 15px 65px;
  }
}
#for_company .contact .contact_list {
  max-width: 1124px;
  margin: 56px auto 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #for_company .contact .contact_list {
    flex-direction: column;
    margin: 45px auto 30px;
  }
}
#for_company .contact .contact_list .contact_item {
  border: 2px solid #EAF2FF;
  padding: 43px 60px 40px;
  width: 49.2%;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #for_company .contact .contact_list .contact_item {
    width: 100%;
    margin-bottom: 30px;
    padding: 22px 20px 16px;
  }
}
#for_company .contact .contact_list .contact_item h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  #for_company .contact .contact_list .contact_item h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
#for_company .contact .contact_list .contact_item p {
  font-size: 16px;
  line-height: 28.8px;
}
@media screen and (max-width: 768px) {
  #for_company .contact .contact_list .contact_item p {
    font-size: 14px;
    line-height: 25.2px;
  }
}
#for_company .contact .contact_list .contact_item .contact_note {
  font-size: 14px;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  #for_company .contact .contact_list .contact_item .contact_note {
    font-size: 13px;
    margin-bottom: 9px;
  }
}
#for_company .contact .contact_list .contact_item .mail_contact_btn {
  width: 100%;
  display: block;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  #for_company .contact .contact_list .contact_item .mail_contact_btn {
    margin-top: 19px;
  }
}
#for_company .contact .contact_list .contact_item .mail_contact_btn img {
  width: 100%;
}
#for_company .contact .contact_list .contact_item:last-of-type h3 {
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  #for_company .contact .contact_list .contact_item:last-of-type h3 {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 768px) {
  #for_company .contact .contact_list .contact_item:last-of-type {
    margin-bottom: 0;
  }
}
#for_company .contact .facebook_link_wrapper {
  max-width: 1124px;
  margin: 0 auto;
  width: 100%;
  background-color: #EAF2FF;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  padding: 29px 0 21px;
}
@media screen and (max-width: 768px) {
  #for_company .contact .facebook_link_wrapper {
    flex-direction: column;
    padding: 20px 20px 17px;
  }
}
#for_company .contact .facebook_link_wrapper .facebook_icon {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  #for_company .contact .facebook_link_wrapper .facebook_icon {
    padding-right: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
#for_company .contact .facebook_link_wrapper .facebook_icon img {
  width: 50px;
}
#for_company .contact .facebook_link_wrapper .facebook_link p {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  #for_company .contact .facebook_link_wrapper .facebook_link p {
    line-height: 28.8px;
    margin-bottom: 1px;
  }
}
#for_company .contact .facebook_link_wrapper .facebook_link a {
  font-size: 16px;
  line-height: 1;
  color: #1252B9;
}
@media screen and (max-width: 768px) {
  #for_company .contact .facebook_link_wrapper .facebook_link a {
    line-height: 28.8px;
    display: block;
  }
}

#news .news_content {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #news .news_content {
    padding: 12px 15px 55px;
  }
}
#news .news_content h1 {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #news .news_content h1 {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
#news .news_content .news_btn {
  max-width: 465px;
  border-radius: 5px;
  background: #1252B9;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 65px 20px 20px;
  margin: 0 auto 45px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
#news .news_content .news_btn:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("/assets/img/pages/event/entry_click_icon.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  margin: -13px 0 0;
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  transform: rotate(-90deg);
}
#news .news_content .news_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #news .news_content .news_btn {
    max-width: none;
    font-size: 18px;
    padding: 20px 50px 20px 20px;
    margin: 0 auto 30px;
  }
  #news .news_content .news_btn:before {
    width: 19px;
    height: 19px;
    margin: -10px 0 0;
    right: 15px;
  }
}
#news .news_content .news_list {
  max-width: 1124px;
  width: 100%;
  margin: 30px auto 0;
}
#news .news_content .news_list .news_item {
  display: flex;
  border-bottom: 1px solid #CCCCCC;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  #news .news_content .news_list .news_item {
    flex-direction: column;
    padding: 11px 0 5px;
  }
}
#news .news_content .news_list .news_item p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #news .news_content .news_list .news_item p {
    font-size: 14px;
    line-height: 25.6px;
    margin-bottom: 6px;
  }
}
#news .news_content .news_list .news_item p:last-of-type {
  padding-left: 47px;
}
@media screen and (max-width: 768px) {
  #news .news_content .news_list .news_item p:last-of-type {
    padding-left: 0;
  }
}
#news .news_content .news_list .news_item p a {
  color: #0F87ED;
  text-decoration: underline;
}
#news .news_content .news_list .news_item p a:hover {
  opacity: 0.7;
}
#news .news_content .news_list .news_item:first-of-type {
  border-top: 1px solid #CCCCCC;
}

#privacypolicy .privacypolicy_wrapper {
  width: 100%;
  max-width: 934px;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper {
    padding: 26px 15px 55px;
  }
}
#privacypolicy .privacypolicy_wrapper h1 {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
#privacypolicy .privacypolicy_wrapper .sub_title {
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .sub_title {
    font-size: 16px;
    line-height: 25.6px;
    padding-bottom: 13px;
    margin-bottom: 12px;
  }
}
#privacypolicy .privacypolicy_wrapper .from_text {
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .from_text {
    font-size: 13px;
  }
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .privacypolicy_content {
    margin-top: 17px;
  }
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content h2 {
  font-size: 16px;
  font-weight: bold;
  background-color: #EAF2FF;
  padding: 2px 0 2px 20px;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .privacypolicy_content h2 {
    font-size: 14px;
    padding: 4px 0 4px 20px;
    margin-bottom: 17px;
  }
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content p {
  font-size: 16px;
  line-height: 28.8px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .privacypolicy_content p {
    font-size: 14px;
    line-height: 25.2px;
  }
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content p a {
  color: #EA5A00;
  text-decoration: underline;
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content p a:hover {
  opacity: 0.7;
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list {
    margin-top: 16px;
  }
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item {
  border-bottom: 1px solid #CCCCCC;
  padding-top: 26px;
  padding-bottom: 27px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item {
    padding-top: 15px;
    padding-bottom: 16px;
  }
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item h3 {
  font-size: 16px;
  margin-bottom: 9px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item h3 {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .purpose_list {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .purpose_list {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .purpose_list li {
  counter-increment: cnt;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 28.8px;
}
@media screen and (max-width: 768px) {
  #privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .purpose_list li {
    font-size: 14px;
    line-height: 25.2px;
    padding-left: 22px;
  }
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .purpose_list li::before {
  content: "(" counter(cnt) ") ";
  position: absolute;
  left: 0;
}
#privacypolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item:first-of-type {
  border-top: 1px solid #CCCCCC;
}

#snspolicy .privacypolicy_wrapper {
  width: 100%;
  max-width: 934px;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper {
    padding: 26px 15px 55px;
  }
}
#snspolicy .privacypolicy_wrapper h1 {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
#snspolicy .privacypolicy_wrapper .sub_title {
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .sub_title {
    font-size: 16px;
    line-height: 25.6px;
    padding-bottom: 13px;
    margin-bottom: 12px;
  }
}
#snspolicy .privacypolicy_wrapper .from_text {
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .from_text {
    font-size: 13px;
  }
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .privacypolicy_content {
    margin-top: 17px;
  }
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content h2 {
  font-size: 16px;
  font-weight: bold;
  background-color: #EAF2FF;
  padding: 2px 0 2px 20px;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .privacypolicy_content h2 {
    font-size: 14px;
    padding: 4px 0 4px 20px;
    margin-bottom: 17px;
  }
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content p {
  font-size: 16px;
  line-height: 28.8px;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .privacypolicy_content p {
    font-size: 14px;
    line-height: 25.2px;
  }
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content p a {
  color: #EA5A00;
  text-decoration: underline;
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content p a:hover {
  opacity: 0.7;
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list {
    margin-top: 16px;
  }
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item {
  border-bottom: 1px solid #CCCCCC;
  padding-top: 26px;
  padding-bottom: 27px;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item {
    padding-top: 15px;
    padding-bottom: 25px;
  }
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item h3 {
  font-size: 16px;
  margin-bottom: 9px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item h3 {
    font-size: 14px;
    margin-bottom: 9px;
  }
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .info_list {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 19px;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .info_list {
    margin-top: 8px;
    margin-bottom: 11px;
  }
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .info_list li {
  counter-increment: cnt;
  position: relative;
  font-size: 16px;
  line-height: 28.8px;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  #snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .info_list li {
    font-size: 14px;
    line-height: 25.2px;
  }
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item .info_list li::marker {
  font-size: 13px;
}
#snspolicy .privacypolicy_wrapper .privacypolicy_content .privacypolicy_list .privacypolicy_item:first-of-type {
  border-top: 1px solid #CCCCCC;
}