<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.5rem;
  font-family: Noto Sans CJK JP, sans-serif;
  line-height: 1.4;
  letter-spacing: .01em;
  color: #404040;
  background: url("../img/main_bg.jpg") center top repeat-y;
}

.content_box {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

img {
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
}

p {
  line-height: 1.8;
  margin-bottom: .5em;
}

a {
  color: #404040;
  text-decoration: none;
}

li {
  list-style: none;
}

.bold {
  font-weight: bold !important;
}

.no_link {
  pointer-events: none !important;
  background: #191919 !important;
  opacity: .3 !important;
}

.opac {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.opac:hover {
  -webkit-animation: backToOpac1 0.7s linear 0s;
  animation: backToOpac1 0.7s linear 0s;
}

@-webkit-keyframes backToOpac1 {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes backToOpac1 {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 799px) {
  .pc {
    display: block !important;
  }
}

@media screen and (max-width: 798px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 799px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 798px) {
  .sp {
    display: block !important;
  }
}

.h2_ttl_01 {
  text-align: center;
  margin-bottom: 45px;
}

.h2_ttl_01 h2 {
  font-family: 'Teko', sans-serif;
  font-size: 4.8rem;
  color: #fff;
  letter-spacing: .025em;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #f3f3f3), color-stop(75%, #d8d8d8));
  background: linear-gradient(to top, #f3f3f3 25%, #d8d8d8 75%);
  -webkit-background-clip: text;
  color: transparent;
}

@media all and (-ms-high-contrast: none) {
  .h2_ttl_01 h2 {
    background: none;
    color: #fff;
  }
}

.h3_ttl_01 {
  text-align: center;
  margin-bottom: 30px;
}

.h3_ttl_01 h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
  letter-spacing: .025em;
}

.btn_01 {
  display: inline-block;
}

.btn_01 a {
  background: #ec2c6c;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 33px;
  padding: 0 36px 0 20px;
  display: inline-block;
  position: relative;
  text-decoration: none !important;
}

.btn_01 a:hover {
  text-decoration: none !important;
}

.btn_01 a::before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -1px;
  right: 10px;
  width: 15px;
  height: 2px;
  background: #fff;
}

.btn_01 a::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -5px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.pagetop a {
  display: block;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.pagetop a:hover {
  opacity: .8;
}

/*豎守畑class*/

.u-b {
  font-weight: bold !important;
}

.u-fs {
  font-size: 1.2rem !important;
}

.u-red {
  color: #ff0000 !important;
}

.u-yellow {
  color: #ffff00 !important;
}


@media screen and (max-width: 798px) {
  body {
    font-size: 3.333vw;
    line-height: 1.8;
    background: url("../img/main_bg_sp.jpg") center top repeat-y;
  }
  .content {
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
  }
  .content_box {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .h2_ttl_01 {
    margin-bottom: 5.33333vw;
  }
  .h2_ttl_01 h2 {
    font-size: 9.73333vw;
    line-height: 1;
  }
  .h3_ttl_01 {
    margin-bottom: 4vw;
  }
  .h3_ttl_01 h3 {
    font-size: 4vw;
  }
  .btn_01 a {
    border-radius: 0.8vw;
    font-size: 3.33333vw;
    padding: 2.66667vw 9.33333vw;
  }
  .pagetop {
    display: none;
    position: fixed;
    width: 10.66667vw;
    height: 10.66667vw;
    bottom: 4vw;
    right: 4vw;
  }
  .u-fs {
  font-size: 1.6vw !important;
}
}

.header {
  width: 1080px;
  margin: 0 auto 45px;
}

.header .mv_wrap .mv_pc {
  margin: 60px auto 0;
  background-image: url(../img/mv_pc.jpg);
  background-position: top center;
  background-size: cover;
  width: 870px;
  height: 489px;
  -webkit-box-shadow: 0px 0px 117px 50px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 0px 117px 50px rgba(0, 0, 0, 0.66);
}

.header .mv_wrap .mv_sp {
  -webkit-box-shadow: 0px 0px 117px 50px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 0px 117px 50px rgba(0, 0, 0, 0.66);
}

@media screen and (max-width: 798px) {
  .header {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
}

.summary {
  text-align: center;
  margin-bottom: 45px;
}

.summary p {
  font-family: Noto Sans CJK JP, sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.9;
  letter-spacing: .03em;
}

@media screen and (max-width: 798px) {
  .summary {
    margin-bottom: 6vw;
    padding: 0 6.66667vw;
  }
  .summary p {
    font-family: Noto Sans CJK JP, sans-serif;
    font-weight: 500;
    font-size: 3.33333vw;
    color: #fff;
    line-height: 1.8;
    letter-spacing: .03em;
  }
}

.gnav {
  margin: 0 auto 40px;
  width: 1080px;
}

.gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gnav ul li {
  width: calc(1038px / 3);
  margin-right: 14px;
  background: linear-gradient(135deg, #a3a5a8 0%, #c2bebf 100%);
  text-align: center;
  -webkit-box-shadow: 0px 0px 37px 1px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 0px 37px 1px rgba(0, 0, 0, 0.66);
}

.gnav ul li:last-of-type {
  margin-right: 0;
}

.gnav ul li a {
  font-size: 3.6rem;
  color: #000;
  font-family: 'Teko', sans-serif;
  line-height: 65px;
  position: relative;
  border: 6px solid #cbc9cc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gnav ul li a::before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -1px;
  right: 20px;
  width: 15px;
  height: 2px;
  background: #000;
}

.gnav ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -5px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top .gnav_top {
  display: none;
}

@media screen and (max-width: 798px) {
  .gnav {
    margin: 0 auto 5.33333vw;
    width: 100%;
    padding: 0 2.66667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .gnav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .gnav ul li {
    width: 46.26667vw;
    margin-right: 2vw;
    margin-bottom: 2.26667vw;
  }
  .gnav ul li:nth-of-type(odd) {
    margin-right: 0;
  }
  .gnav ul li a {
    font-size: 6.4vw;
    color: #000;
    font-family: 'Teko', sans-serif;
    line-height: 13.33333vw;
    position: relative;
    border: 0.8vw solid #cbc9cc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .gnav ul li a::before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -0px;
    right: 3.33333vw;
    width: 10px;
    height: 2px;
    background: #000;
  }
  .gnav ul li a::after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -3px;
    right: 3.33333vw;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.schedule {
  margin-bottom: 85px;
}

.schedule_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 15px;
  margin-bottom: 22px;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.66);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.66);
}

.schedule_box img {
  width: auto;
  height: 200px;
  margin-right: 1px;
}

.schedule_txt_box {
  margin-left: 30px;
  width: 400px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  letter-spacing: .025em;
}

.schedule_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.schedule_label li {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: .025em;
  line-height: 24px;
  border-radius: 4px;
  padding: 0 8px;
  margin-right: 9px;
  margin-bottom: 12px;
}

.schedule_label li.label_lottery {
  background: #d16d23;
}

.schedule_label li.label_ticket {
  background: #2396d1;
}

.schedule_label li.label_general {
  background: #1e8636;
}

.schedule_label li.label_before {
  background: #696969;
}

.schedule_txt_box_name {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4;
}

.schedule_txt_box_date {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.schedule_txt_box_place {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 25px;
}

@media screen and (max-width: 798px) {
  .schedule {
    margin-bottom: 10.66667vw;
  }
  .schedule_box {
    display: block;
    padding: 2vw;
    margin-bottom: 3.33333vw;
  }
  .schedule_box img {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 1.33333vw;
  }
  .schedule_txt_box {
    margin-left: 0;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    letter-spacing: .025em;
  }
  .schedule_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2.66667vw;
  }
  .schedule_label li {
    color: #fff;
    font-size: 2.66667vw;
    line-height: 2;
    border-radius: 0.66667vw;
    padding: 0 2.13333vw;
    margin-right: 1.2vw;
    margin-bottom: 4vw;
  }
  .schedule_txt_box_name {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .schedule_txt_box_date {
    font-size: 3.2vw;
    margin-bottom: 1.33333vw;
  }
  .schedule_txt_box_place {
    font-size: 3.2vw;
    margin-bottom: 4.66667vw;
  }
  .btn_01 {
    width: 100%;
    text-align: center;
  }
  .btn_01 a {
    width: 100%;
    font-size: 3.46667vw;
    padding: 1.33333vw 0vw;
  }
}

.history {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 130px;
}

.history_box {
  width: 525px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 30px;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}

.history_box:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

.history_box .btn_wrap {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.history_box_name {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.4;
}

.history_box_date {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.history_box_place {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 25px;
}

@media screen and (max-width: 798px) {
  .history {
    margin-bottom: 15.33333vw;
  }
  .history_box {
    width: 100%;
    padding: 4vw;
    margin-bottom: 4vw;
  }
  .history_box:last-of-type {
    margin-bottom: 0;
  }
  .history_box:nth-last-of-type(2) {
    margin-bottom: 4vw;
  }
  .history_box .btn_wrap {
    position: absolute;
    right: 2.26667vw;
    bottom: 2.26667vw;
    width: 20vw;
  }
  .history_box .btn_wrap .btn_01 {
    font-size: 3.06667vw;
    padding: 0;
  }
  .history_box .btn_wrap .btn_01 a {
    width: 90%;
    padding: 0 1.33333vw 0 0;
    line-height: 2.4;
  }
  .history_box .btn_wrap .btn_01 a::before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -0px;
    right: 2.66667vw;
    width: 10px;
    height: 2px;
  }
  .history_box .btn_wrap .btn_01 a::after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -3px;
    right: 2.66667vw;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .history_box_name {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .history_box_date {
    font-size: 3.2vw;
    margin-bottom: 1.33333vw;
  }
  .history_box_place {
    font-size: 3.2vw;
    margin-bottom: 4.66667vw;
  }
}

footer {
  background: #fff;
  padding: 40px 0 80px;
}

.footer_menu_box {
  width: 650px;
  margin: 0 auto;
  text-align: center;
}

.footer_menu_box ul {
  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;
}

.footer_menu_box ul li {
  padding: 0 28px;
  margin-bottom: 40px;
  position: relative;
}

.footer_menu_box ul li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #d1d1d1;
}

.footer_menu_box ul li.r-border::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #d1d1d1;
}

.footer_menu_box ul li a {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .075em;
  position: relative;
}

.footer_menu_box ul li.footer_mail a {
  font-size: 1.4rem;
  padding-left: 30px;
}

.footer_menu_box ul li.footer_mail a:before {
  position: absolute;
  content: "";
  background: url("../img/mail_icon.png") no-repeat;
  background-size: contain;
  width: 22px;
  height: 14px;
  top: 50%;
  margin-top: -6px;
  left: 0;
}

.footer_menu_box ul li.footer_policy a {
  font-size: 1.4rem;
}

.footer_copyright {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (max-width: 798px) {
  footer {
    padding: 0 0 21.33333vw;
  }
  .footer_menu_box {
    width: 100%;
  }
  .footer_menu_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 4vw;
  }
  .footer_menu_box ul li {
    width: 100%;
    text-align: left;
    padding: 2.66667vw 6.66667vw;
    margin-bottom: 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .footer_menu_box ul li::before {
    content: none;
  }
  .footer_menu_box ul li.r-border::after {
    content: none;
  }
  .footer_menu_box ul li a {
    font-size: 3.73333vw;
  }
  .footer_menu_box ul li.footer_mail a {
    font-size: 3.2vw;
    padding-left: 7.33333vw;
  }
  .footer_menu_box ul li.footer_mail a:before {
    position: absolute;
    content: "";
    width: 5.33333vw;
    height: 3.46667vw;
    top: 50%;
    margin-top: -1.6vw;
    left: 0;
  }
  .footer_menu_box ul li.footer_policy a {
    font-size: 3.2vw;
  }
  .footer_copyright {
    font-size: 2.4vw;
  }
}

.second .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.second .second_logo_wrap {
  width: 233px;
}

.second .second_logo_wrap img {
  -webkit-box-shadow: 0px 0px 117px 40px rgba(0, 0, 0, 0.61);
  box-shadow: 0px 0px 117px 40px rgba(0, 0, 0, 0.61);
}

.second .gnav {
  width: 790px;
  height: 94px;
  margin: 0;
}

.second .gnav ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.second .gnav ul li {
  margin-right: 8px;
}

.second .gnav ul li a {
  font-size: 3rem;
}

.second .gnav ul li a::before {
  right: 10px;
}

.second .gnav ul li a::after {
  right: 10px;
}

@media screen and (max-width: 798px) {
  .second .header {
    display: block;
    margin: 4vw 0 9.33333vw 0;
  }
  .second .second_logo_wrap {
    width: 100%;
    text-align: center;
  }
  .second .second_logo_wrap img {
    width: 47.33333vw;
    -webkit-box-shadow: 0px 0px 117px 40px rgba(0, 0, 0, 0.61);
    box-shadow: 0px 0px 117px 40px rgba(0, 0, 0, 0.61);
    margin-bottom: 4vw;
  }
  .second .gnav {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .second .gnav ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .second .gnav ul li {
    margin-right: 0;
  }
  .second .gnav ul li a {
    font-size: 6.4vw;
    letter-spacing: .025em;
  }
}

.second_schedule .btn_wrap {
  text-align: center;
}

.second_schedule .btn_wrap .btn_01 a {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 60px;
  width: 280px;
}

.schedule_box_01 {
  margin-bottom: 60px;
}

.schedule_box_01 img {
  margin-bottom: 15px;
}

.schedule_box_01 a {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: .1rem;
}

.schedule_box_01 a:hover {
  text-decoration: none;
  opacity: .8;
}

.schedule_box_01_img_box {
  text-align: center;
}

.schedule_box_01_img_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.schedule_box_01_img_box ul.col_1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.schedule_box_01_img_box ul.col_1 li {
  width: 690px;
}

.schedule_box_01_img_box ul.col_2 li {
  width: 525px;
}

.schedule_box_01_img_box ul.col_3 li {
  width: 340px;
}

.schedule_box_01_img_box ul:first-of-type {
  margin-top: 0;
}

.schedule_box_01_img_box ul li {
  margin-right: 30px;
}

.schedule_box_01_img_box ul li:last-of-type {
  margin-right: 0;
}

.schedule_box_01_img_box ul li img {
  -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.61);
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.61);
  margin-bottom: 0;
}

.schedule_box_01_txt_box {
  margin-top: 35px;
}

.schedule_box_01_txt_box p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.666;
  color: #fff;
  letter-spacing: .025em;
}

.schedule_box_01_txt_box a {
  color: #fff;
}

.schedule_box_01_txt_box .schedule_box_01_date {
  font-size: 1.6rem;
  font-weight: 700;
}

.schedule_box_01_txt_box .schedule_box_01_name {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 22px;
}

.schedule_box_01_txt_box .schedule_box_01_txt01 {
  font-size: 1.7rem;
}

.schedule_box_02 {
  margin-bottom: 70px;
  background: #fff;
  padding: 35px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.61);
  box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.61);
}

.schedule_box_02 p {
  font-weight: 500;
}

.schedule_box_02 a {
  text-decoration: underline;
}

.schedule_box_02 a:hover {
  opacity: .8;
}

.schedule_box_02 img {
  margin-bottom: 15px;
}

.table_01 {
  margin-bottom: 30px;
}

.table_01 th {
  font-size: 1.8rem;
  font-weight: 700;
  background: #eaeaea;
  width: 180px;
  padding: 20px 20px;
  border-bottom: 1px solid #fff;
  line-height: 1.8;
}

.table_01 td {
  font-size: 1.6rem;
  font-weight: 500;
  background: #f7f7f7;
  padding: 20px 20px;
  border-bottom: 1px solid #fff;
  line-height: 1.8;
}

@media screen and (max-width: 798px) {
  .second_schedule .btn_wrap .btn_01 a {
    font-size: 3.46667vw;
    line-height: 10vw;
    padding: 0;
    width: 100%;
  }
  .schedule_box_01 {
    margin-bottom: 5.33333vw;
  }
  .schedule_box_01 img {
    margin-bottom: 4vw;
  }
  .schedule_box_01_img_box {
    text-align: center;
  }
  .schedule_box_01_img_box ul {
    display: block;
    margin-top: 2.66667vw;
  }
  .schedule_box_01_img_box ul li {
    margin-top: 5.33333vw;
    margin-right: 0;
  }
  .schedule_box_01_img_box ul li:first-of-type {
    margin-top: 0;
  }
  .schedule_box_01_img_box ul.col_1 li {
    width: 100%;
  }
  .schedule_box_01_img_box ul.col_2 li {
    width: 100%;
  }
  .schedule_box_01_img_box ul.col_3 li {
    width: 100%;
  }
  .schedule_box_01_txt_box {
    margin-top: 3.6vw;
    font-size: 2.8vw;
  }
  .schedule_box_01_txt_box p {
    font-size: 2.8vw;
  }
  .schedule_box_01_txt_box .schedule_box_01_date {
    font-size: 3.2vw;
  }
  .schedule_box_01_txt_box .schedule_box_01_name {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .schedule_box_01_txt_box .schedule_box_01_txt01 {
    font-size: 3.06667vw;
  }
  .schedule_box_02 {
    margin-bottom: 9.33333vw;
    padding: 6.66667vw 2.66667vw 4.66667vw;
    -webkit-box-shadow: 0px 0px 60px 15px rgba(0, 0, 0, 0.61);
    box-shadow: 0px 0px 60px 15px rgba(0, 0, 0, 0.61);
  }
  .schedule_box_02 img {
    margin-bottom: 4vw;
  }
  .table_01 {
    text-align: left;
    margin-bottom: 4vw;
    display: block;
  }
  .table_01 th {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.66667vw 2.66667vw;
    border-bottom: none;
    display: block;
    font-size: 3.2vw;
    font-weight: 500;
  }
  .table_01 td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.66667vw 2.66667vw;
    border-bottom: none;
    display: block;
    font-size: 3.2vw;
    font-weight: 500;
  }
}

.second.second_faq .header {
  margin-bottom: 20px;
}

.second.second_faq .content {
  min-height: 1000px;
}

.second.second_faq .h2_ttl_01 h2 {
  color: #fff;
}

.faq_box_01 {
  background: #fff;
  padding: 30px;
  margin-bottom: 65px;
  -webkit-box-shadow: 0px 0px 50px 25px rgba(0, 0, 0, 0.61);
  box-shadow: 0px 0px 50px 25px rgba(0, 0, 0, 0.61);
}

.qa_box {
  margin-bottom: 25px;
}

.qa_q {
  background: #eaeaea;
  padding: 20px 20px 20px 80px;
  margin-bottom: 0;
  position: relative;
  font-weight: 500;
}

.qa_q::before {
  position: absolute;
  content: "Q";
  font-size: 3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  top: 5px;
  left: 32px;
}

.qa_a {
  display: none;
  background: #f7f7f7;
  padding: 20px 20px 20px 80px;
  margin-bottom: 0;
  position: relative;
  font-weight: 500;
}

.qa_a::before {
  position: absolute;
  content: "A";
  font-size: 3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  top: 5px;
  left: 33px;
}

@media screen and (max-width: 798px) {
  .second.second_faq .content {
    min-height: auto;
  }
  .faq_box_01 {
    padding: 4vw;
    margin-bottom: 8.66667vw;
  }
  .qa_box {
    margin-bottom: 3.33333vw;
  }
  .qa_q {
    padding: 2.66667vw 2.66667vw 2.66667vw 10.66667vw;
    font-size: 3.2vw;
  }
  .qa_q::before {
    font-size: 4vw;
    top: 2.66667vw;
    left: 4.26667vw;
  }
  .qa_a {
    padding: 2.66667vw 2.66667vw 2.66667vw 10.66667vw;
    font-size: 3.2vw;
  }
  .qa_a::before {
    font-size: 4vw;
    top: 2.66667vw;
    left: 4.26667vw;
  }
}

.second.second_policy .header {
  margin-bottom: 40px;
}

.second.second_policy .h2_ttl_01 {
  margin-bottom: 40px;
}

.second.second_policy .h2_ttl_01 h2 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 40px;
}

.policy_box_01 {
  background: #fff;
  padding: 40px 40px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 65px;
  -webkit-box-shadow: 0px 0px 50px 25px rgba(0, 0, 0, 0.61);
  box-shadow: 0px 0px 50px 25px rgba(0, 0, 0, 0.61);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: .025em;
}

.policy_box_01 a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 798px) {
  .second.second_policy .h2_ttl_01 {
    margin-bottom: 6.66667vw;
  }
  .second.second_policy .h2_ttl_01 h2 {
    font-size: 4.8vw;
    margin-bottom: 5.33333vw;
  }
  .policy_box_01 {
    background: #fff;
    padding: 5.33333vw 5.33333vw 8vw;
    margin-bottom: 8.66667vw;
    font-size: 3.2vw;
  }
}

.slide_area_wrap {
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  background: #373737;
  margin: 0 auto;
  width: 1115px;
  margin-bottom: 55px;
}

.slide_area {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

.slide_area .slide_area_ttl {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: .03em;
  margin-right: 30px;
}

.slide_area ul li {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .03em;
  padding: 5px 0;
}

.slide_area ul li a {
  color: #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.slide_area ul li a:hover {
  opacity: .8;
}

.slide_area .bx-wrapper {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  padding-right: 150px;
}

.slide_area .bx-wrapper .bx-prev {
  display: none;
  left: auto;
  right: 50px;
  background: url(../img/controls_prev.png) no-repeat;
  background-size: contain;
}

.slide_area .bx-wrapper .bx-prev:hover {
  background-position: initial;
  opacity: .8;
}

.slide_area .bx-wrapper .bx-prev:focus {
  background-position: initial;
  opacity: .8;
}

.slide_area .bx-wrapper .bx-next {
  display: none;
  right: 10px;
  background: url(../img/controls_next.png) no-repeat;
  background-size: contain;
}

.slide_area .bx-wrapper .bx-next:hover {
  background-position: initial;
  opacity: .8;
}

.slide_area .bx-wrapper .bx-next:focus {
  background-position: initial;
  opacity: .8;
}

.slide_area .bx-wrapper .bx-controls-direction a {
  width: 29px;
  height: 29px;
  margin-top: -14px;
}

@media screen and (max-width: 798px) {
  .slide_area_wrap {
    width: 100%;
    margin-bottom: 9.33333vw;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }
  .slide_area {
    width: 100%;
    padding: 4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slide_area .slide_area_ttl {
    font-size: 4vw;
    width: 100%;
    margin-bottom: 3.33333vw;
  }
  .slide_area ul {
    width: 100%;
  }
  .slide_area ul li {
    font-size: 3.2vw;
    line-height: 1.6;
    padding: 0 0 0.66667vw;
  }
  .slide_area .bx-wrapper {
    margin-left: 0;
    padding-right: 0;
  }
  .slide_area .bx-wrapper .bx-prev {
    left: auto;
    right: 10.66667vw;
    top: -7.33333vw;
  }
  .slide_area .bx-wrapper .bx-next {
    right: 3.33333vw;
    top: -7.33333vw;
  }
  .slide_area .bx-wrapper .bx-controls-direction a {
    width: 5.33333vw;
    height: 5.33333vw;
    margin-top: 0;
  }
}
</pre></body></html>