@charset "utf-8";
/* LESS Document */
/*----------------------
			　base
-----------------------*/
/*----------------------
			　common
-----------------------*/
/* clearfix */
.cf:before,
.cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* img */
img {
  border: 0px;
}
a.img_hover:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}
/* link */
a {
  color: #009;
  text-decoration: none;
}
a:visited {
  color: #606;
}
a:hover {
  color: #06c;
  text-decoration: underline;
}
/* list */
ul,
ol,
li {
  list-style: none;
}
/*----------------------
			　layout
-----------------------*/
.m0 {
  margin: 0px !important;
}
.mlr10 {
  margin: 0px 10px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb05 {
  padding-bottom: 05px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.padding {
  padding: 0px !important;
}
.plr10 {
  padding: 0px 10px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.tll {
  text-align: left;
}
.tlc {
  text-align: center;
}
.tlr {
  text-align: right;
}
/* fontsize */
.fz10 {
  font-size: 10px;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz24 {
  font-size: 24px;
}
/* list */
.flr {
  float: right;
}
.fll {
  float: left;
}
/* wide */
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.fb {
  font-weight: bold;
}
.trs {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.textOut {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  text-indent: 100%;
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v32/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxOubA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v32/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bxvOubA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v32/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwxOubA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v32/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bwDOubA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v32/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzvPebA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v32/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2bzWPebA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v32/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byxPebA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v32/xn71YHs72GKoTvER4Gn3b5eMRtWGkp6o7MjQ2byYPebA.ttf) format('truetype');
}
html {
  scroll-behavior: smooth;
}
article {
  margin-bottom: -10px;
}
#main #content #mainarea {
  width: 960px;
  font-size: 16px;
  word-wrap: break-word;
  line-height: 1.8em;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  font-style: normal;
  text-justify: inter-ideograph;
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #323232;
}
#main #content #mainarea img {
  vertical-align: bottom;
}
#main #content #mainarea a {
  filter: brightness(1);
  transition: all 0.2s ease-out;
}
#main #content #mainarea a:hover {
  text-decoration: none;
  filter: brightness(1.2);
}
#main #content #mainarea .p-title {
  font-size: 20px;
  font-weight: 700;
  color: #393517;
  font-style: italic;
  padding-left: 2px;
}
#main #content #mainarea .main-color-bg {
  background-image: url(bg1.jpg);
  background-size: 100%;
}
#main #content #mainarea .base-color-bg {
  background-image: url(bg2.jpg);
  background-size: 100%;
  padding: 10px 15px;
}
#main #content #mainarea .sub-color-bg {
  background-image: url(bg3.jpg);
  background-size: 100%;
  padding: 48px 15px 24px;
}
#main #content #mainarea .third-color-bg {
  background-image: url(bg4.jpg);
  background-size: 100%;
  padding: 48px 15px 24px;
}
#main #content #mainarea .forth-color-bg {
  background-image: url(bg5.jpg);
  background-size: 100%;
  padding: 15px;
}
#main #content #mainarea .event-bg {
  background: #ECF4DC;
  padding: 10px 0;
}
#main #content #mainarea .accent-color-bg {
  background: #171b48;
}
#main #content #mainarea .white-bg {
  background: #fff;
}
#main #content #mainarea .base-color-text {
  color: #fbf8f3;
}
#main #content #mainarea .main-color-text {
  color: #2295FF;
}
#main #content #mainarea .sub-color-text {
  color: #b6982e;
}
#main #content #mainarea .accent-color-text {
  color: #171b48;
}
#main #content #mainarea .number {
  width: 25px;
  height: 25px;
  font-size: 11.5px;
  position: relative;
  text-align: center;
  line-height: 1.7;
  top: 0.3px;
  background-image: url(index.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#main #content #mainarea .text-big {
  font-size: 16px;
}
#main #content #mainarea .text-narrow {
  letter-spacing: -0.2px;
}
#main #content #mainarea .text-wide {
  letter-spacing: 0.2px;
}
#main #content #mainarea .speech {
  justify-content: center;
  display: flex;
  margin-top: -1px;
}
#main #content #mainarea .speech::after {
  content: "";
  bottom: calc(-20px / 2);
  left: 50%;
  margin-left: calc(-20px / 2);
  display: block;
  background: #ccab36;
  height: calc(20px / 2);
  width: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#main #content #mainarea .school-name {
  background: #2295FF;
  border-radius: 0 10px 10px 0;
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
}
#main #content #mainarea .school-name p {
  flex: 1;
  display: inline;
  color: #fff;
  font-size: 3vw;
}
#main #content #mainarea .school-name::before {
  content: "";
  display: block;
  width: 18px;
  height: 13px;
  -webkit-mask-image: url(school.svg);
  -webkit-mask-size: 18px 13px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(school.svg);
  mask-size: 18px 13px;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  margin-right: 3px;
}
#main #content #mainarea .day-block {
  text-align: right;
  padding: 0 5px 5px;
  color: rgba(50, 50, 50, 0.5);
}
#main #content #mainarea .day-block time::after {
  content: "[PR]";
  display: inline-block;
  margin-left: 4px;
}
#main #content #mainarea .title {
  width: 100%;
}
#main #content #mainarea .title img {
  width: 100%;
  height: auto;
}
#main #content #mainarea .iee-block {
  padding: 1px 15px 1px;
}
#main #content #mainarea .iee-block .p-title {
  padding-left: 0;
}
#main #content #mainarea .iee-block.last {
  background-image: url(bg5.jpg);
  background-size: 100%;
  padding: 48px 15px 1px;
}
#main #content #mainarea .iee-block.last .iee-text {
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  margin: 0 0 16px;
}
#main #content #mainarea .iee-text {
  font-size: 13px;
  color: #323232;
}
#main #content #mainarea .index-block {
  width: 100%;
  padding: 5px 15px 26px !important;
  box-sizing: border-box !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  display: inline-flex;
  max-width: 768px;
  box-sizing: content-box;
  padding-right: calc(50% - 768px / 2);
  padding-left: calc(50% - 768px / 2);
}
#main #content #mainarea .index-item {
  align-self: stretch;
  padding: 1px 5px 0 5px;
  background-color: rgba(255, 255, 255, 0.6);
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  color: #323232;
  position: relative;
  height: 32px;
}
#main #content #mainarea .item-text {
  flex: 1;
  font-size: 12px;
  text-decoration: underline;
  line-height: 1.6em;
  color: #323232;
  font-weight: 500;
}
#main #content #mainarea .number {
  font-family: "Noto Serif JP", serif;
  color: #FFF;
  font-size: 14px;
  padding: 0;
  line-height: 1.6;
  width: 28px;
  height: 28px;
  background-image: url(index_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#main #content #mainarea .simple-block {
  line-height: 1.5;
}
#main #content #mainarea .h2-block {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 18vw;
  left: 0;
  top: 0;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  display: inline-flex;
  box-sizing: border-box;
  margin: 0 0 15px;
}
#main #content #mainarea .h2-block::before {
  content: " ";
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: -15px;
  z-index: -1;
  background-image: url(h2-bg.png);
  background-size: 100% 100%;
  opacity: 1;
  width: 100%;
  height: 18vw;
}
#main #content #mainarea .h2-block::after {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  top: -8vw;
  left: -4vw;
  z-index: -1;
  background-image: url(h2-leaf.png);
  background-size: contain;
  opacity: 1;
  width: 17vw;
  height: 23vw;
  line-height: 4.7;
  text-align: center;
  font-size: 5.2vw;
  color: #FFF;
}
#main #content #mainarea .h2-block.no-leaf {
  left: 0;
  height: 18vw;
  margin: 18px 0 16px;
}
#main #content #mainarea .h2-block.no-leaf::before {
  background-image: url(h2-bg-s.png);
}
#main #content #mainarea .h2-block.no-leaf::after {
  display: none;
}
#main #content #mainarea .h2-block.num1::after {
  content: "01";
}
#main #content #mainarea .h2-block.num2::after {
  content: "02";
}
#main #content #mainarea .h2-block.num3::after {
  content: "03";
}
#main #content #mainarea .h2-block.num4::after {
  content: "04";
}
#main #content #mainarea .h2-text-content {
  flex: 1;
  font-size: 4.3vw;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  font-weight: 700;
}
#main #content #mainarea .h3-block {
  padding-left: 16px;
  padding-right: 16px;
  color: #89C997;
  font-size: 16px;
  line-height: 1.15em;
  text-align: center;
  font-weight: bold;
  height: 75px;
  background-position: 15px 0;
  max-width: 330px;
  margin: 30px auto -20px;
  padding-top: 28px;
}
#main #content #mainarea .h4-block {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}
#main #content #mainarea .interview-block {
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
  padding: 15px;
  margin: 0 -13px;
  width: 100vw;
  color: #525426;
  font-size: 14px;
}
#main #content #mainarea .interview-block::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #525426;
  position: relative;
  top: 12px;
}
#main #content #mainarea .simple-text {
  color: #323232;
  font-weight: 400;
}
#main #content #mainarea .interview-text {
  color: #525426;
  font-weight: 600;
  font-size: 14px;
  width: calc(100% - 39px);
}
#main #content #mainarea .speaker-block {
  box-sizing: border-box;
  width: 100%;
  gap: 10px;
  display: inline-flex;
}
#main #content #mainarea .speaker-block p {
  color: #3B3835;
}
#main #content #mainarea .speaker-block p.speaker-name {
  color: #808F5F;
}
#main #content #mainarea .speaker-block p.speaker-name.p02 {
  color: #99BF44;
}
#main #content #mainarea .speaker-block p.speaker-name.p03 {
  color: #659300;
}
#main #content #mainarea .speaker-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
  box-sizing: border-box;
}
#main #content #mainarea .speaker-details {
  border-bottom: 1px solid #808F5F;
  padding-bottom: 1px;
  flex: 1;
}
#main #content #mainarea .speaker-details.p02 {
  border-bottom: 1px solid #99BF44;
}
#main #content #mainarea .speaker-details.p03 {
  border-bottom: 1px solid #659300;
}
#main #content #mainarea .speaker-name {
  font-size: 11px;
  font-weight: 700;
  color: #808F5F;
}
#main #content #mainarea .speaker-name.p02 {
  color: #99BF44;
}
#main #content #mainarea .speaker-name.p03 {
  color: #659300;
}
#main #content #mainarea .text-block {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 10px;
}
#main #content #mainarea .column-block {
  padding: 16px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  flex-direction: column;
  gap: 4px;
  display: inline-flex;
}
#main #content #mainarea .column-title {
  border-bottom: 2px solid #B5D5FF;
  color: #89C997;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: 25px;
}
#main #content #mainarea .column-line {
  border-bottom: 2px solid #B5D5FF;
  font-size: 14px;
  line-height: 22px;
  padding-top: 5px;
  padding-bottom: 7px;
  margin-bottom: 12px;
}
#main #content #mainarea .column-img-block {
  width: calc(100% - 32px);
  background: #fff;
  margin-left: 16px;
  border-radius: 0;
}
#main #content #mainarea .column-img-block p {
  margin-left: 15px;
  margin-right: 15px;
}
#main #content #mainarea .column-img-block p:first-of-type {
  padding-top: 11px;
}
#main #content #mainarea .column-img-block p:last-of-type {
  padding-bottom: 15px;
}
#main #content #mainarea .column-img {
  float: left;
  margin: 0 30px 6px 0;
  shape-outside: circle();
}
#main #content #mainarea .column-img img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px solid #b6982e;
}
#main #content #mainarea .slider-block {
  margin: 0 auto;
  position: relative;
  max-width: 575px;
}
#main #content #mainarea .slider-block .caption {
  position: absolute;
  z-index: 1;
  background-color: #FFFFFFCB;
  width: calc(100%);
  left: 0;
  bottom: 22px;
  font-size: 13px;
  line-height: 18px;
  padding: 6px 5px 13px;
  box-sizing: border-box;
}
#main #content #mainarea .slider {
  width: calc(100%);
  position: relative;
  left: 0;
  overflow: visible;
  margin-bottom: 0 !important;
}
#main #content #mainarea .slider .slick-list {
  overflow: inherit;
  margin: 0 -15px;
  margin-bottom: -7px;
}
#main #content #mainarea .slider .splide__slide {
  transition: all 0.6s ease 0.4s;
  opacity: 1;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
#main #content #mainarea .slider .splide__slide img {
  width: 100%;
  height: calc(58vw - 18.56px);
  max-height: 315px;
}
#main #content #mainarea .slick-arrow {
  position: absolute;
  z-index: 3;
  bottom: -34px;
  right: -20px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 8px 14px rgba(50, 50, 50, 0.15);
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
}
#main #content #mainarea .slick-arrow::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #2DA8DF;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 10px;
  right: 12px;
  transform: rotate(45deg);
}
#main #content #mainarea .slick-arrow.slick-prev {
  right: 20px;
}
#main #content #mainarea .slick-arrow.slick-prev::before {
  border-width: 0 0 2px 2px;
  right: auto;
  left: 12px;
}
#main #content #mainarea .slick-dots {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  left: 0;
  bottom: 6px;
}
#main #content #mainarea .slick-dots li {
  display: inline-block;
}
#main #content #mainarea .slick-dots li.slick-active button {
  background: #393517;
}
#main #content #mainarea .slick-dots button {
  display: block;
  margin: 0px 3px 10px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  width: 6px;
  height: 6px;
  background: #b5a5d7;
  border-radius: 0;
}
#main #content #mainarea .img-full-block {
  width: 100%;
  margin: 0 auto;
}
#main #content #mainarea .img-full-block img {
  width: 100%;
  height: auto;
}
#main #content #mainarea .images {
  margin: 0 auto;
  width: 100%;
  max-width: 560px;
  box-sizing: border-box;
  position: relative;
}
#main #content #mainarea .images img {
  width: 100%;
  height: auto;
}
#main #content #mainarea .images .caption {
  width: 100%;
  padding: 6px 5px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  font-size: 13px;
  line-height: 1.4em;
  color: #212529;
}
#main #content #mainarea .images .caption.name {
  width: 100%;
  padding: 6px 7px;
  box-sizing: border-box;
  background: rgba(204, 193, 161, 0.5);
  position: relative;
  bottom: 0;
  font-size: 13px;
  line-height: 1.4em;
  margin-top: 4px;
  color: #212529;
}
#main #content #mainarea .movie-block {
  width: 95%;
  max-width: 560px;
  margin: 0 auto;
}
#main #content #mainarea .movie-block .movie-block-inner {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
#main #content #mainarea .movie-block .movie-block-inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#main #content #mainarea .button {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
#main #content #mainarea .button a {
  min-width: 230px;
  padding: 7px 0;
  box-shadow: 0px 8px 14px rgba(50, 50, 50, 0.15);
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  gap: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border: 2px #171b48 solid;
  color: #171b48;
  text-decoration: underline;
}
#main #content #mainarea .button.wide a {
  min-width: 240px;
  min-height: 58px;
}
#main #content #mainarea .button.wide a .button-text {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  top: 6px;
  margin-left: 8px;
  line-height: 1.3;
}
#main #content #mainarea .button.wide a .arrow {
  top: 2px;
}
#main #content #mainarea .button.wide2 a .button-text {
  margin-left: 15px;
}
#main #content #mainarea .button-2 a {
  background: #EABC68;
  border: solid 3px #EABC68;
  position: relative;
  padding: 1px 0 3px;
  border-radius: 0;
  min-height: 40px;
  width: 100%;
  color: #393517;
  max-width: 230px;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#main #content #mainarea .button-2 a::before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  border: solid 1.5px #393517;
}
#main #content #mainarea .button-2 a .arrow {
  background: #393517;
  border-radius: 0;
  left: -10px;
  top: 0.4px;
  display: inline-block;
}
#main #content #mainarea .button-2 a .arrow::after {
  background: #EABC68;
}
#main #content #mainarea .button-text {
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 9% 10px 0;
  color: #393517;
  margin-left: 10px;
  display: inline-block;
}
#main #content #mainarea .button-text.text-left {
  text-align: left;
}
#main #content #mainarea .arrow {
  width: 20px;
  height: 20px;
  position: relative;
  background: #171b48;
  border-radius: 10px;
}
#main #content #mainarea .arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url(arrow.svg);
  -webkit-mask-size: 12px 12.8px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(arrow.svg);
  mask-size: 12px 12.8px;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
}
#main #content #mainarea .link {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
#main #content #mainarea .link a {
  justify-content: center;
  align-items: center;
  gap: 1px;
  display: inline-flex;
}
#main #content #mainarea .link-text {
  flex: 1;
  color: #171b48;
  font-weight: 700;
  text-decoration: underline;
}
#main #content #mainarea .list-table {
  width: calc(100% - 30px);
  border-collapse: collapse;
  margin-left: 15px;
  margin-right: 15px;
  box-sizing: border-box;
}
#main #content #mainarea th,
#main #content #mainarea td {
  padding: 4px 10px;
  border: 1px solid #D9D9D9;
  font-size: 12px;
  line-height: 1.5;
}
#main #content #mainarea th {
  background: #FFF9E3;
  font-weight: bold;
}
#main #content #mainarea td {
  background: #fff;
}
#main #content #mainarea .event-block {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  color: #393517;
}
#main #content #mainarea .event-block h4 {
  font-size: 16px;
  margin: 0;
  background-color: #393517;
  border-radius: 50px;
  display: inline-block;
  padding: 1px 13px 3px;
  color: #323232;
}
#main #content #mainarea .event-block h3 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
  color: #393517;
}
#main #content #mainarea .event-block p.lead {
  border-bottom: 1px solid #393517;
  padding: 6px 0 10px;
  margin-bottom: 5px;
}
#main #content #mainarea .event {
  width: 100%;
  border-bottom: 1px solid #393517;
  padding: 6px 0 10px;
  margin-bottom: 5px;
}
#main #content #mainarea .event-title {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 700;
  color: #393517;
}
#main #content #mainarea .event-details {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
  color: #393517;
}
#main #content #mainarea .event-details strong {
  font-weight: 700;
}
#main #content #mainarea .footer-text {
  padding: 0 15px 15px;
  text-align: right;
  color: #393517;
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 10px;
}
