@charset "UTF-8";
_::-webkit-full-page-media,
_:future,
:root * {
  image-rendering: auto !important;
}

#welcome2020 {
  min-width: unset;
  margin: 0 auto;
  padding: 0 20px 20px;
  background-color: #fff;
  color: #3d3e3e;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Osaka,
    "メイリオ", "Meiryo", "MS UI Gothic", sans-serif;
}

#welcome2020 img {
  max-width: 100%;
}

#welcome2020 p {
  margin: 0 auto 1em;
  line-height: 1.8em;
}

#welcome2020 .LV_top {
  margin: 0 auto;
  padding-top: 30px;
}

@media screen and (min-width: 768px), print {
  #welcome2020 .LV_top {
    max-width: 1000px;
  }
}

@media screen and (max-width: 767px) {
  #welcome2020 .LV_top {
    padding-top: 0;
  }
  #welcome2020 .LV_top img {
    width: 100%;
  }
}

#welcome2020 .LV_youkou {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 34px 80px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #welcome2020 .LV_youkou {
    padding: 0 20px 60px;
  }
}

#welcome2020 .EventSummary h3 {
  margin-top: 0;
  padding-top: 80px;
  font-size: 27px;
}

@media screen and (max-width: 767px) {
  #welcome2020 .EventSummary h3 {
    padding-top: 60px;
    font-size: 22px;
  }
}

#welcome2020 .EventSummary h5 {
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin: 3em auto;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #welcome2020 .EventSummary h5 {
    font-size: 18px;
  }
}

#welcome2020 .EventSummary__description {
  width: 760px;
  width: 97%;
  margin: 20px auto 0;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  #welcome2020 .EventSummary__description {
    width: 100%;
    margin-top: 40px;
  }
}

#welcome2020 .EventSummary__description > p {
  margin-bottom: 25px;
}

#welcome2020 .EventSummary__description.-log {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #welcome2020 .EventSummary__description.-log {
    text-align: left;
  }
}

#welcome2020 .EventSummary .img_leadtxt {
  margin-top: 40px;
  text-align: center;
}

#welcome2020 .VL_jikou ul {
  padding-left: 1.25em;
  list-style: disc;
}

#welcome2020 .VL_jikou h3 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 18px;
  text-align: center;
}

#welcome2020 .VL_jikou ul.VL_ul_num li {
  margin: 0;
  padding-left: 1.25em;
  list-style-position: outside;
}

#welcome2020 ul.rice_symbol {
  padding-left: unset;
  list-style: none;
}

#welcome2020 ul.rice_symbol li {
  position: relative;
  padding-left: 1em;
}

#welcome2020 ul.rice_symbol li:before {
  position: absolute;
  left: 0;
  content: "※";
}

#welcome2020 ul.rice_symbol.-personal_information {
  font-size: 13px;
  font-weight: 300;
}

#welcome2020 ul.rice_symbol.-personal_information a {
  color: #0000ff;
}

.LV_youkou a {
  color: #0000ff;
  text-decoration: underline;
}

.LV_youkou .VL_jikou ul.VL_ul_num {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.LV_youkou .VL_jikou ul.VL_ul_num li span {
  position: absolute;
  left: 0;
  margin: 0;
}

.section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  padding: 20px 20px 100px 20px;
  background-color: #fff;
}

.section .kakomi {
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #c20000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.section a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.section a:hover {
  opacity: 0.7;
}

.section a.nolink:hover {
  opacity: 1;
}

dl {
  margin-top: 50px;
}

dt {
  float: left;
  clear: left;
}

dd {
  margin-bottom: 1em;
  float: left;
}

.guest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.guest div {
  width: calc(30% - 20px);
  min-width: 200px;
  padding: 0 10px;
}

.guest div img {
  display: block;
  width: 100%;
}

.guest-work {
  font-size: 0.7em;
}

.guest-name {
  font-size: 1.3em;
  font-weight: bold;
}

.ph2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ph2col figure {
  padding: 0 20px;
}

.ph2col figure img {
  max-width: 200px;
}

@media (max-width: 768px) {
  dt {
    margin-bottom: 0.5em;
    float: unset;
  }
  dd {
    margin-bottom: 2em;
    word-break: break-all;
  }
  .ph2col figure img {
    max-width: 100%;
  }
}

@media (max-width: 764px) {
  #welcome2020 .LV_top img {
    margin: 0 auto;
  }
  #welcome2020 .LV_youkou h1 {
    width: 100%;
  }
}

.links {
  padding: 40px 0;
}

.linksInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#report #Doit .border5 {
  border-bottom: 1px solid #dd9a3a;
}

@media screen and (max-width: 767px) {
  #welcome2020 #report {
    padding-bottom: 0;
  }
}

#welcome2020 h2.dots {
  text-align: center;
}

#welcome2020 h2.dots:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  width: 40px;
  height: 10px;
  margin: auto;
  background-color: transparent;
  background-image: url(/welcome-plaza/contents/event/2021/20210921/images/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

#welcome2020 h2.dots::before {
  display: none;
}

.kanren {
  padding: 40px 0 0;
}

/* =============================================================
  ================================================================
  ============================================================= */
#welcome2020 .LV_youkou .ph2col-block-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
  margin: 50px 0 30px;
}

@media screen and (max-width: 767px) {
  #welcome2020 .LV_youkou .ph2col-block-text {
    margin-top: 40px;
  }
}

#welcome2020 .LV_youkou .ph2col-block-text h4 {
  margin-bottom: 50px;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  #welcome2020 .LV_youkou .ph2col-block-text h4 {
    font-size: 18px;
  }
}

#welcome2020 .LV_youkou .ph2col-block-text dt {
  margin-bottom: 10px;
  font-size: 18px;
}

#welcome2020 .LV_youkou .ph2col-block-text dt.-email_preference {
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  #welcome2020 .LV_youkou .ph2col-block-text dt dt {
    font-size: 16px;
  }
}

#welcome2020 .LV_youkou .ph2col-block-text dd {
  margin-bottom: 30px;
  font-size: 15px;
}

#welcome2020 .LV_youkou .ph2col-block-text .management_secretariat {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 931px;
  padding: 30px;
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  #welcome2020 .LV_youkou .ph2col-block-text .management_secretariat {
    width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  #welcome2020 .LV_youkou .ph2col-block-text .management_secretariat > dt {
    font-size: 15px;
  }
}

#welcome2020 .LV_youkou .ph2col-block-text .management_secretariat > dd {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #welcome2020 .LV_youkou .ph2col-block-text .management_secretariat > dd {
    font-size: 15px;
  }
}

#welcome2020 .LV_youkou .ph2col-block-text .allRightsReserved {
  margin-top: 60px;
  font-size: 12px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  #welcome2020 .LV_youkou .ph2col-block-text .allRightsReserved {
    margin-top: 30px;
  }
}

#welcome2020 .LV_youkou .ph2col-block-text .annotation-mark {
  display: block;
  position: relative;
  padding-left: 1em;
}

#welcome2020 .LV_youkou .ph2col-block-text .annotation-mark:before {
  position: absolute;
  left: 0;
  content: "※";
}

.rider-list,
.rider-list4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rider-list .rider-list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 31%;
  flex: 0 1 31%;
  margin: 0 10px 15px;
  text-align: center;
}

.rider-list2 .rider-list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  margin: 0 10px 15px;
  text-align: center;
}

.rider-list2 .rider-list-item figure img {
  width: 100%;
}

.rider-list4 .rider-list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 22%;
  flex: 0 1 22%;
  margin: 0 10px 15px;
  text-align: center;
}

.rider-list .rider-list-item figure img,
.rider-list4 .rider-list-item figure img {
  width: 100%;
}

.blue-bold {
  color: #006cdd;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.black-bold {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.blue-bold b u {
  text-decoration: none;
}

figure.w80p {
  max-width: 80%;
  margin: 40px auto 0;
}

.pcCspL {
  text-align: center;
}

.pcCspL a {
  color: #000 !important;
  text-decoration: none !important;
}

.pcCspL a:hover {
  color: #49d5a5 !important;
}

.fig_2col {
  width: 100%;
}

.fig_2col_inr {
  gap: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fig_2col_inr {
    gap: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 22.5px;
  }
}

.fig_2col_item {
  width: calc(33% - 17px);
}

@media screen and (max-width: 767px) {
  .fig_2col_item {
    width: 100%;
  }
}

.fig_2col_item > img {
  width: 100%;
}

.fig_2col_item > p {
  width: 100%;
  text-align: center;
}

.fig_2col_text {
  text-align: right;
}

.fig_2col_text > small {
  font-size: 13px;
}

.VL_fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0.5em auto;
  padding-left: 2em;
}

.VL_fig.fig_md_2 {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.VL_fig.fig_md_2 > * {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.VL_fig.fig_md_2 .VL_fig_item {
  aspect-ratio: 3/2.5;
  position: relative;
  width: calc(50%);
  height: auto;
}

.VL_fig.fig_md_2 .VL_fig_item:last-of-type {
  aspect-ratio: 3/2;
}

.VL_fig .VL_fig_item {
  /* margin-bottom: 20px; */
}

.VL_fig .VL_fig_item img {
  display: block;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

.VL_fig .VL_fig_item:nth-of-type(even) {
  left: -2em;
  margin-bottom: -2em;
}

.VL_fig .VL_fig_item:nth-of-type(odd) img {
  -o-object-position: top;
  object-position: top;
}

.VL_fig .VL_fig_item_title {
  padding-bottom: 0.5em;
  font-weight: bold;
  text-align: center;
}

.VL_jikou .kakomi {
  margin-top: 40px;
  padding: 0 0 10px 0;
  border: 1px solid #e1031a;
  border-radius: 10px;
  background: #fff1f1;
}

#welcome2020 ul.gp_list {
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0 1em 0 0.6em;
  list-style: none;
}

#welcome2020 ul.gp_list li {
  padding: 0.4em 0;
  line-height: 1.2;
}

.guest_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.guest_img div {
  width: calc(100% - 20px);
  max-width: 300px;
}

.guest_img div:first-child {
  margin-right: 20px;
}

.guest_img div img {
  display: block;
  width: 100%;
}

#welcome2020 .deco_h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0.5em 2em;
  border-top: solid 1.5px #3cb3e4;
  border-bottom: solid 1.5px #3cb3e4;
}

#welcome2020 .deco_h3::after,
#welcome2020 .deco_h3::before {
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  margin-bottom: 0.6em;
  border: solid 2px;
  color: #3cb3e4;
  font-size: 1em;
  content: "笆｡";
}

#welcome2020 .deco_h3::after {
  right: 0.5em;
}

#welcome2020 .deco_h3::before {
  left: 0.5em;
}

dd {
  float: unset;
  font-size: 18px;
}

dt {
  margin-left: -0.6em;
  float: unset;
}

dt + dd {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  dt + dd {
    padding-left: 0;
  }
}

.guest-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
}

.guest-list .guest-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 47.5%;
  flex: 0 1 47.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 300px;
  margin: 0px 15px 20px;
  border-bottom: 1px solid #bababa;
}

.guest-list .guest-item::after {
  position: relative;
  width: 100%;
  height: 0;
  content: "";
}

.guest-list .guest-item figure {
  position: relative;
}

.guest-list .guest-item figure figcaption {
  position: absolute;
  right: 0;
  bottom: -1.5em;
  font-size: 10px;
}

.guest-list .guest-item figure img {
  display: block;
  width: 100%;
}

.guest-list .guest-name {
  margin: 1em 0 0;
  padding-bottom: 0.5em;
  font-size: 1.2em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.guest-list .guest-name small {
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2em;
}

#report #Doit .exhibition .exhibitionInner .guest-list .guest-name small {
  display: inline-block;
  padding-bottom: 0.5em;
  color: #000;
}

.guest-list .guest-text {
  font-size: 14px;
  line-height: 1.7;
}

#welcome2020 h2.dots {
  display: block;
  margin: 60px auto 40px;
  font-size: 18px;
}

.guest_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.guest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 30%;
  max-width: 200px;
  margin: 20px 15px;
  text-align: center;
}

.guest h6 {
  font-size: 15px;
}

#welcome2020 .LV_youkou .guest p {
  margin: 0.5em 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #bababa;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

#welcome2020 .LV_youkou .automobiles {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  #welcome2020 .LV_youkou .automobiles {
    margin-top: 40px;
  }
}

#welcome2020 .LV_youkou .automobiles h4 {
  margin-bottom: 0;
  overflow: hidden;
  font-size: 24px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #welcome2020 .LV_youkou .automobiles h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

#welcome2020 .LV_youkou .automobiles p {
  font-size: 15px;
  font-weight: 600;
}

#welcome2020 .LV_youkou .automobiles .VL_fig__annotation {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8em;
  text-align: right;
}

.tuitou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin: 0 auto 1em;
  padding: 15px;
  background-color: #595757;
}

.tuitou img:first-child {
  width: 55%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tuitou img:last-child {
  width: 40%;
  -o-object-fit: contain;
  object-fit: contain;
}

#welcome2020 ul {
  padding-left: 1.25em;
  list-style: disc;
}

#welcome2020 ul li {
  padding: 0.25em 0;
}

#welcome2020 ul.circle_num {
  padding-left: 1.25em;
  list-style: decimal;
}

.dt-fl {
  margin-left: 0px;
  padding-top: 4px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .dt-fl {
    margin-left: 0;
  }
}

.flex_img {
  gap: 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3em 0 0;
}

#welcome2020 a.application {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px 0 10px;
  padding: 6px 40px;
  background: #c00;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  word-break: break-all;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#welcome2020 a.application::before {
  position: absolute;
  top: calc(50% - 6px);
  right: 10px;
  width: 7px;
  height: 12px;
  background-image: url(/jp/welcome-plaza/contents/event/2023/20231119/images/ico-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

#welcome2020 a.application p {
  position: relative;
  margin: unset;
}

#welcome2020 #report a.application:hover {
  color: #fff;
  opacity: 0.7;
}

#welcome2020 a.application img {
  display: block;
  height: 3.25em;
}

#welcome2020 .flex_img img {
  width: calc(50% - 1em);
}

@media (max-width: 599px) {
  .pc {
    display: none;
  }
  .pcCspL {
    text-align: left;
  }
  .guest_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .guest_img div:first-child {
    margin: 0 0 20px;
  }
  #welcome2020 h3 {
    font-size: 18px;
  }
  #welcome2020 h4 {
    font-size: 16px;
  }
  .guest-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .VL_fig {
    /* margin-right: -1em; */
    margin-left: -1em;
    padding-left: 0em;
  }
  .VL_fig .VL_fig_item:nth-of-type(even) {
    left: -1em;
  }
  .tuitou {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tuitou img {
    min-width: 250px;
  }
  .tuitou img:first-child {
    width: 75%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 736px) {
  .rider-list .rider-list-item,
  .rider-list2 .rider-list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 47%;
    flex: 0 1 47%;
    margin: 25px 5px 0;
    font-size: 0.8em;
    text-align: center;
  }
  .rider-list4 .rider-list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    margin: 0 10px 15px;
    text-align: center;
  }
  .spPl0 {
    padding-left: 0 !important;
  }
  .VL_fig .VL_fig_item {
    margin-top: 10px;
  }
  .VL_fig .VL_fig_item_title {
    font-size: 0.9em;
  }
  .flex_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
  #welcome2020 .flex_img img {
    width: 100%;
    max-width: 400px;
    margin: 0.5em;
  }
}

#welcome2020 {
  padding: 0;
  background: #fafafb;
}

#news {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding-top: 127.8px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #news {
    padding-top: 50px;
  }
}

#news .fv {
  width: 100%;
}

#news .fv img {
  width: 100%;
}

#news .content {
  width: 100%;
  text-align: center;
}

#news .content-inr {
  padding-top: 72px;
}

@media screen and (max-width: 767px) {
  #news .content-inr {
    padding-top: 52px;
  }
}

#news .content-inr h2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  #news .content-inr h2 {
    font-size: 22px;
    line-height: 1.4;
  }
}

#news .content-inr h2::before,
#news .content-inr h2::after {
  content: none;
}

#news .content-inr h3 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #news .content-inr h3 {
    font-size: 18px;
    line-height: 1.75;
  }
}

#news .content-inr p {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  #news .content-inr p {
    font-size: 15px;
  }
}

#news .content-inr p + p {
  margin-top: 30px;
}

#news .content-inr .coming {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 700px;
  height: 70px;
  margin: auto;
  margin-top: 40px;
  border-top: 1px solid #c00;
  border-bottom: 1px solid #c00;
  color: #c00;
}

@media screen and (max-width: 767px) {
  #news .content-inr .coming {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 335px;
    height: 92px;
  }
}

#news .content-inr .coming > p {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

@media screen and (min-width: 768px), print {
  #news .content-inr .coming > p {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}

@media screen and (max-width: 767px) {
  #news .content-inr .coming > p {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px), print {
  #news .content-inr .coming > p + p {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
}

#news .content-inr .coming > p > span.l {
  font-size: 34px;
}

@media screen and (max-width: 767px) {
  #news .content-inr .coming > p > span.l {
    font-size: 30px;
  }
}

#small {
  width: 100%;
  max-width: 930px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #small {
    padding: 40px 20px;
  }
}

#small > small {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  #small > small {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px), print {
  .pcHide {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .spHide {
    display: none !important;
  }
}

.EventSummary div.neon {
  border: 0.2em solid #6666ff;
  box-shadow: inset 0 0 0.4em #6666ff, 0 0 0.4em #6666ff;
  border-radius: 1em;
  color: #fafafa;
  margin: 80px auto;
  padding: 1em;
  position: relative;
  width: 100%;
  font-size: 16px;
}

#welcome2020 .EventSummary div.neon h5 {
  transform: translate(0%, -50%);
  width: fit-content;
  background: #222;
  font-size: 20px;
  margin: -16px auto 0.5em;
  padding: 0 0.75em;
  position: relative;
}

#welcome2020 .EventSummary div.neon h5 span {
  position: relative;
  display: block;
  text-wrap: balance;
}

#welcome2020 .EventSummary div.neon h5 span::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: radial-gradient(#6666ff33 10%, transparent 45%);
  bottom: -50%;
  left: -50%;
  pointer-events: none;
  right: -50%;
  top: -50%;
}

#welcome2020 .EventSummary div.neon h5::before,
#welcome2020 .EventSummary div.neon h5::after {
  content: "";
  font-size: 16px;
  position: absolute;
  height: 100%;
  width: 0.2em;
  background: #6666ff;
  box-shadow: inset 0 0 0.4em #6666ff, 0 0 0.4em #6666ff;
  border-radius: 1em;
  top: 0;
}

#welcome2020 .EventSummary div.neon h5::before {
  left: 0;
}

#welcome2020 .EventSummary div.neon h5::after {
  right: 0;
}
#welcome2020 #report .neon03 p {
  font-size: 0.95em;
}
.EventSummary div.neon.neon02 {
  border: 0.2em solid #ff3333;
  box-shadow: inset 0 0 0.4em #ff3333, 0 0 0.4em #ff3333,
    inset 0 0 0.4em #ff333388, 0 0 0.4em #ff333388;
  /* margin-bottom: 0; */
}

#welcome2020 .EventSummary div.neon.neon02 h5::before,
#welcome2020 .EventSummary div.neon.neon02 h5::after {
  background: #ff3333;
  box-shadow: inset 0 0 0.4em #ff3333, 0 0 0.4em #ff3333,
    inset 0 0 0.4em #ff333388, 0 0 0.4em #ff333388;
}

#welcome2020 .EventSummary div.neon.neon02 h5 span::before {
  background: radial-gradient(#ff333333 10%, transparent 45%);
}

/* ------------------------------------- */

.EventSummary div.neon.neon03 {
  border: 0.2em solid #ffff33;
  border: 0.2em solid #ffffff;
  box-shadow: inset 0 0 0.4em #ffff33, 0 0 0.4em #ffff33;
  box-shadow: inset 0 0 0.4em #ffffff, 0 0 0.4em #ffffff;
  margin-bottom: 0;
  padding: 1em 4%;
}

#welcome2020 .EventSummary div.neon.neon03 h5::before,
#welcome2020 .EventSummary div.neon.neon03 h5::after {
  background: #ffff33;
  background: #ffffff;
  box-shadow: inset 0 0 0.4em #ffff33, 0 0 0.4em #ffff33;
  box-shadow: inset 0 0 0.4em #ffffff, 0 0 0.4em #ffffff;
}

#welcome2020 .EventSummary div.neon.neon03 h5 span::before {
  background: radial-gradient(#ffff3322 10%, transparent 45%);
  background: radial-gradient(#ffffff22 10%, transparent 45%);
}
/* ------------------------------------- */

.img_layout {
  display: flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}

.img_layout img {
  width: calc(50% - 10px);
  height: auto;
  object-fit: contain;
}

a.civic-modal-btn:hover img {
  transform: unset;
}

.img_layout img:hover {
  cursor: pointer;
  cursor: hand;
}

picture img {
  display: block;
}

#welcome2020 .LV_youkou {
  background-color: #222;
  color: #f4f4f4;
  /* box-shadow: inset 0.5em 0 0.5em -0.5em #c00, inset -0.5em 0 0.5em -0.5em #c00, inset 0.5em 0 0.5em -0.5em #c00, inset -0.5em 0 0.5em -0.5em #c00; */
}

.zen-maru-gothic-light {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
}

#welcome2020 .neon p {
  margin: 0 0;
}

.neon01 > div {
  display: flex;
  margin: 2.5em auto 2.5em 0;
  position: relative;
  z-index: 9;
  width: fit-content;
  width: 100%;
}

.neon01 > div::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: radial-gradient(#6666ff1e 10%, transparent 45%);
  bottom: -50%;
  left: -50%;
  pointer-events: none;
  right: -50%;
  top: -50%;
}

.neon01 > div b {
  min-width: 4em;
  padding-right: 0.75em;
  box-sizing: content-box;
  line-height: 1.8;
}

#welcome2020 #report a {
  color: #f4f4f4;
}

span.kome {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
  line-height: 1.3;
}

span.square {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.25em;
}

span.square::before {
  content: "■";
}
span.square u {
  text-decoration-color: #f33;
  font-weight: 700;
}
span.square:has(u)::before {
  /* color: #f33; */
}

.neon02 > div {
  display: flex;
  margin: 2.5em auto 2.5em 0;
  position: relative;
  z-index: 9;
  width: fit-content;
  flex-wrap: wrap;
}

.neon02 > div::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: radial-gradient(#ff33331e 10%, transparent 45%);
  bottom: -50%;
  left: -50%;
  pointer-events: none;
  right: -50%;
  top: -50%;
}

.neon02 > div b {
  min-width: 4em;
  padding-right: 0.75em;
  box-sizing: content-box;
  line-height: 1.8;
}

.neon02 > div > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 2%;
}

.neon02 > div > div span {
  width: 49%;
  min-width: 302px;
}

.neon02 > div > div span p {
  text-align: center;
}

.neon02 > div > div small {
  display: block;
  width: 100%;
  font-weight: 100;
  font-size: 12px;
  text-align: right;
}

.neon03 > div {
  display: block;
  margin: 2.5em auto 2.5em 0;
  position: relative;
  z-index: 9;
  width: fit-content;
  flex-wrap: wrap;
}

.neon03 > div::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: radial-gradient(#ffff331e 10%, transparent 45%);
  background: radial-gradient(#ffffff1e 10%, transparent 45%);
  bottom: -50%;
  left: -50%;
  pointer-events: none;
  right: -50%;
  top: -50%;
}

.neon03 > div > b {
  min-width: 4em;
  padding-right: 0.75em;
  box-sizing: content-box;
  line-height: 1.8;
  font-size: 1.15em;
}

.neon03 > div > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 2%;
}

.neon03 > div > div span {
  width: 49%;
  min-width: 302px;
}

.neon03 > div > div span p {
  text-align: center;
}

.neon03 > div > div small {
  display: block;
  width: 100%;
  font-weight: 100;
  font-size: 12px;
  text-align: right;
}
.neon01 > div,
.neon02 > div,
.neon03 > div {
  width: 100%;
}

.neon01 > div::before,
.neon02 > div::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -6em;
  left: -50%;
  pointer-events: none;
  right: -50%;
  top: -6em;
}
#welcome2020 .flex {
  display: flex;
  gap: 2em;
  flex-direction: row;
}
#welcome2020 .flex > div {
  width: calc(50% - 1em);
}
sup {
  vertical-align: super;
  line-height: 1;
}
@media (max-width: 768px) {
  .neon01 > div {
    flex-direction: column;
  }

  .neon01 > div p {
    padding-left: 1em;
  }
  #welcome2020 .LV_youkou {
    padding: 0 2% 60px;
  }
  .neon03 > div > div span {
    width: 100%;
    max-width: 500px;
    min-width: unset;
  }
  #welcome2020 .flex {
    display: block;
  }
  #welcome2020 .flex > div {
    width: 100%;
  }

  .neon01 br + br,
  .neon02 br + br {
    display: none;
  }

  .neon01 small,
  .neon02 small {
    display: block;
  }
}
