@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;900&family=Roboto:wght@700&display=swap");
@-webkit-keyframes head {
  0% {
    transform: translateY(-0.8%);
  }
  100% {
    transform: translateY(0.8%);
  }
}
@keyframes head {
  0% {
    transform: translateY(-0.8%);
  }
  100% {
    transform: translateY(0.8%);
  }
}

* {
  letter-spacing: 0.002em;
  line-height: 1.6em;
}

html {
  /*font-size: 62.5%;*/
  font-size: 10px;
}

body {
  font-family: '游ゴシック体',YuGothic,'游ゴシック Medium','Yu Gothic Medium','游ゴシック','Yu Gothic',sans-serif;
  font-size: 1.6rem;
}

.font01 {
  font-family: 'Noto Sans JP';
}
h2,h3 {
  font-family: 'Noto Sans JP';
  font-weight: 900;
}
img,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}
img.bg01 {
  width: 100%;
  height: auto;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

.palt {
  font-feature-settings: "palt";
}

.contentIn {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.dp_ib {
  display: inline-block!important;
}
.dp_il {
  display: inline!important;
}
.dp_none {
  display: none!important;
}

.flexBox {
  display: flex;
}
@media (min-width: 768px) {
  .flexBox1 {
    display: flex;
    justify-content: space-between;
  }
}
.i_flex {
  display: inline-flex;
}

.ai_c {
  align-items: center;
}

.ai_fs {
  align-items: flex-start;
}

.ai_fe {
  align-items: flex-end;
}

.ai_s {
  align-items: stretch;
}

.jc_sb {
  justify-content: space-between;
}

.jc_sa {
  justify-content: space-around;
}

.jc_c {
  justify-content: center;
}

.jc_fe {
  justify-content: flex-end;
}

.fw_wp {
  flex-wrap: wrap;
}

.flexL {
  order: 1;
}

.flexC {
  order: 2;
}

.flexR {
  order: 3;
}
.img {
  text-align: center;
}

.w100 {
  flex-basis: 100% !important;
}
.underline {
  text-decoration: underline;
}

.bk_wh {
  background-color: #fff;
}
.bk_blue01 {
  background-color: #2ea7e0;
}
.bk_blue02 {
  background-color: #e5f7ff;
}
.bk_blue03 {
  background-color: #004ea2;
}
.bk_blue04 {
  background-color: #f2f5fa;
}
.bk_red01 {
  background-color: #e60012;
}
.bk_pink01 {
  background-color: #FEF2F3;
}


.taC {
  text-align: center!important;
}

.taR {
  text-align: right;
}

.taL {
  text-align: left;
}

.fwB {
  font-weight: bold;
}

.fwN {
  font-weight: normal;
}

.fc_red01 {
  color: #e40012;
}

.fc_yellow01 {
  color: #fff100;
}

.fc_blue01 {
  color: #004ea2;
}
.fc_blue02 {
  color: #2ea7e0;
}

.fc_green01 {
  color: #009e3a;
}
.fc_orange01 {
  color: #ef5633;
}
.fc_wh {
  color: #fff;
}
.fc_bk {
  color: #000;
}

.fs_s {
  font-size: .6em;
}

.fs_l {
  font-size: 1.2em;
}

.indentList01 > * {
  padding-left: 1em;
  text-indent: -1em;
}

.indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

.hoverOpa {
  transition: opacity 0.3s;
}
.hoverOpa:hover {
  opacity: 0.8;
}

.ofCover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

.ofCotain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}

.youtubeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.underline {
  text-decoration: underline;
}
.shadow01 {
  filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.4));
}

/*==================================

全ページ共通CSS

==================================*/
.ttlStl01 {
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-family: 'Noto Sans JP';
  font-size: 1.5625em;
  font-weight: 900;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .ttlStl01 {
    font-size: 1.875em;
  }
}
@media screen and (min-width: 1024px) {
  .ttlStl01 {
    font-size: 2.8125em;
  }
}

.ttlStl02 {
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 auto 0.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3em;
  border-radius: 26px;
}

.ttlStl03 {
  margin-bottom: 1em;
  font-size: 1.875em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ttlStl03 {
    font-size: 1.3125em;
  }
}

.ttlStl04 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ttlStl04:before, .ttlStl04:after {
  content: "";
  display: block;
  width: 5em;
  max-width: 30%;
  height: 1px;
  border-top: 1px dashed #004ea2;
}
.ttlStl04:before {
  margin-right: 1em;
}
.ttlStl04:after {
  margin-left: 1em;
}
.ttlStl04 span {
  max-width: 70%;
  margin: 0 1em;
  flex-shrink: 0;
}

.ttlStl05 {
  display: flex;
  align-items: center;
  min-height: 2em;
  margin-bottom: 0.5em;
  color: #004ea2;
  font-family: 'Noto Sans JP';
  font-size: 2.1875em;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .ttlStl05 {
    display: block;
    font-size: 1.5625em;
    text-align: center;
  }
}
.ttlStl05:after {
  content: "";
  display: block;
  flex-shrink: 0;
  order: -1;
  width: 2.662em;
  height: 2.2em;
  margin-top: 0.2em;
  margin-right: 0.55em;
}
@media screen and (max-width: 768px) {
  .ttlStl05:after {
    margin: 0.5em auto;
  }
}

.ttlStl06{
  color:#004ea2;
  font-family: 'Noto Sans JP';
  font-size: 1.9375em;
  line-height:1.4em;
  font-weight:bold;
}

.ttlStl12 {
  font-size: 1.3125em;
  line-height: 1.2;
  background-color: #004ea2;
  color: #fff;
  padding: 20px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;
}
.ttlStl12:after {
  content: "";
  position: absolute;
  top: -34px;
  left: 26px;
  width: 80px;
  display: block;
  height: 57px;
  background: url(../img/top/txt_event.png) no-repeat center center/contain;
}

.btnStl01 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 2em;
  line-height: 1.4em;
  font-weight: bold;
  border-radius: 10px;
  transition: opacity 0.3s;
}
.btnStl01:hover {
  opacity: 0.8;
}
.btnStl01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  flex-shrink: 0;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.btnStl02 {
  position: relative;
  display: inline-block;
  padding: 1em 3em;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  border-width: 1px;
  border-radius: 10px;
}
.btnStl02:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8em;
  display: block;
  width: 0.65em;
  height: 0.65em;
  border-right-width: 2px;
  border-bottom-width: 2px;
  -webkit-transform: translateY(-75%) scale(1, 0.85) rotate(45deg);
          transform: translateY(-75%) scale(1, 0.85) rotate(45deg);
}

.btn_bl {
  color: #fff;
  background: #004ea2;
}

.btn_wh {
  color: #004ea2;
  background: #fff;
  border: 1px solid #004ea2;
}
.btn_wh:after {
  border-color: #004ea2;
}

.btn_or {
  color: #fff;
  background: #e35e39;
}

.btn_gr {
  color: #fff;
  background: #009e3a;
  border: none;
}

.ul01 > * {
  padding-left: 1em;
  text-indent: -1em;
}
.ul01 > *:before {
  content: "・";
}
.ul01 > * + li {
  margin-top: 0.25em;
}

.linkStl01 {
  color: #004ea2;
}
.linkStl01:not(:hover) {
  text-decoration: underline;
}

.ul02 > * {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.ul02 > *:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-top: -0.15em;
  margin-right: 0.4em;
  vertical-align: middle;
  background: #408fde;
  border-radius: 50%;
}
.ul02 > * + li {
  margin-top: 0.25em;
}

.tableStl01 > tbody > tr {
  border-top: 1px dotted #222;
}
.tableStl01 > tbody > tr:last-of-type {
  border-bottom: 1px dotted #222;
}
.tableStl01 > tbody > tr > * {
  padding: 0.8em 0;
  line-height: 1.4em;
}
.tableStl01 > tbody > tr > th {
  width: 5.5em;
  color: #004ea2;
}

.tableStl02_wrap {
  background: #fff;
  border-radius: 30px;
  border: 10px solid #d9efff;
  border-top: none;
  overflow: hidden;
}

.tableStl02 > tbody > tr:first-of-type > th {
  text-align: center;
  background: #d9efff;
}
.tableStl02 > tbody > tr:first-of-type > th:not(:last-of-type) {
  border-right: 2px solid #fff;
  width: 62%;
}
.tableStl02 > tbody > tr > * {
  padding: 1.8em 1.5em;
  vertical-align: middle;
  background: #fff;
}
.tableStl02 > tbody > tr > *:not(:last-child) {
  border-right: 2px solid #d9efff;
  font-weight: bold;
}
@media screen and (max-width:767px){
	.tableStl02 > tbody > tr > *:not(:last-child){
    border-right:none;
  }
}
.tableStl02 > tbody > tr:nth-of-type(n+3) {
  border-top: 2px solid #d9efff;
}

.tableStl03 {
  width: 100%;
  font-weight: bold;
}
.tableStl03 th {
  color: #fff;
}
.tableStl03 td {
  text-align: center;
}
.tableStl03 tr > *{
  padding:.75em;
  font-weight:bold;
}
.tableStl03.tbl01 th{
  background:#004ea2;
  border: solid 3px #004ea2;
  border-radius: 15px 15px 0 0;
}
.tableStl03.tbl02 th {
  background:#e60012;
  border: solid 3px #e60012;
}
.tableStl03.tbl01 td {
  border: solid 3px #004ea2;
}
.tableStl03.tbl02 td {
  border: solid 3px #e60012;
  border-radius: 0 0 15px 15px;
}
.tableStl03 th,
.tableStl03 td {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .flexTable {
    display: flex;
  }
  .tableStl03 {
    width: 50%;
  }
  .tableStl03 th {
    height: 330px;
    padding: 15px 15px 0;
  }
  .tableStl03.tbl01 th {
    border-radius: 15px 0 0 0;
  }
  .tableStl03.tbl01 td {
    border-radius: 0 0 0 15px;
  }
  .tableStl03.tbl02 th {
    border-radius: 0 15px 0 0;
  }
  .tableStl03.tbl02 td {
    border-radius: 0 0 15px 0;
  }
}

@media (min-width: 1024px) {
  .tableStl03 th {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .tableStl03 th {
    padding: 20px 30px 0;
  }
  .tableStl03 th, .tableStl03 td {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1260px) {
  .tableStl03 th {
    height: 370px;
  }
}


.localStl01 {
  background: #e35e39;
}
.localStl01 .ttl {
  color: #fff;
  font-family: 'Noto Sans JP';
  font-weight: 900;
  border-bottom: 2px dashed #fff;
}
.localStl01 .txt {
  padding: 0.6em 1em;
  font-size: 1.0625em;
  font-weight: bold;
  background: #fff596;
  border: 2px solid #fff;
  border-radius: 10px;
}
.localStl01 .txt * {
  line-height: 1.4em;
}
.localStl01 .txt * .colon {
  display: inline-block;
  text-indent: -0.25em;
  letter-spacing: -0.25em;
}
.localStl01 .txt .fzS {
  font-size: 0.882em;
  line-height: 1.2em;
}

.onlineStl01 {
  background: #009e3a;
}
.onlineStl01 .ttl {
  color: #fff;
  font-family: 'Noto Sans JP';
  font-weight: 900;
  border-bottom: 2px dashed #fff;
}

.bk_pattern01 {
  background-color: #eaf6fc;
  background-image:
  linear-gradient(-90deg, #fff 40%, transparent 40%),
  linear-gradient(#fff 40%, transparent 40%);
  background-size: 25px 25px;
}
.bk_pattern02 {
  background-color: #41AFE3;
  background-image:
  linear-gradient(-90deg, #2ea7e0 40%, transparent 40%),
  linear-gradient(#2ea7e0 40%, transparent 40%);
  background-size: 25px 25px;
}
@media screen and (max-width: 768px) {
  .bk_pattern01,
  .bk_pattern02 {
  background-size: 10px 10px;
  }
}


form.post-password-form {
    margin:5em 0;
    text-align: center;
}

form.post-password-form p + p{margin-top:.5em;}

form.post-password-form input{
    padding:.2em .5em;
    text-align:left;
    border:1px solid #ccc;
}

.event_close_txt{
	max-width:995px;
	margin:.4em auto;
	padding:.4em;
	color:#e50012;
	font-family:'Noto Sans JP';
	font-size: 1.5em;
	font-weight:bold;
	line-height:1.2em;
	text-align:center;
	background:#fff;
}

.event_close_box{
	border:2px solid #e35e39;
}

@media screen and (max-width:768px){
	.event_close_txt{
		font-size:1.2em;
	}
	.event_schedule .event_close_txt{
		margin-bottom:1em;
	}
}

.txtBox_blue{
	padding:1.5em;
	color:#004ea2;
	background:#fff;
	border:3px solid #004ea2;
	border-radius:20px;
}

/*==================================

ヘッダー

==================================*/
header.header01 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  padding: 1em;
  font-size: 0.875em;
  font-weight: bold;
  background: #fff;
  border-bottom: 1px solid #c0c0c0;
}
@media screen and (max-width: 768px) {
  header.header01 {
    padding: 0 0 0 1em;
  }
}
header.header01 a {
  transition: opacity 0.3s;
}
header.header01 a:hover {
  opacity: 0.8;
}
header.header01 .logo {
  margin: 0.5em 1em 0.5em 0;
  max-width: 50%;
}
header.header01 .global-nav {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  header.header01 .global-nav {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 2em;
    color: #fff;
    background: #004ea2;
  }
}
@media screen and (min-width: 769px) {
  header.header01 .global-nav {
    display: block !important;
  }
}
header.header01 .global-nav ul {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  header.header01 .global-nav ul li {
    border-top: 1px dotted #fff;
  }
}
@media screen and (min-width: 769px) {
  header.header01 .global-nav ul li:not(:last-of-type) {
    margin-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  header.header01 .global-nav ul li:last-of-type {
    border-bottom: 1px dotted #fff;
  }
}
header.header01 .global-nav ul li a {
  display: block;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  header.header01 .global-nav ul li a {
    display: flex;
    align-items: flex-start;
    padding: 1em;
  }
  header.header01 .global-nav ul li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: 0.5em;
    margin-right: 0.5em;
    border-style: solid;
    border-width: 2.5px 0 2.5px 3.5px;
    border-color: transparent transparent transparent #ffffff;
  }
}
header.header01 .spNaviButton {
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: 1em;
  background: #004ea2;
}
header.header01 .spNaviButton span, header.header01 .spNaviButton:before, header.header01 .spNaviButton:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 4px;
  margin: 0 auto;
  background: #fff;
}
header.header01 .spNaviButton:before {
  top: 24%;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
header.header01 .spNaviButton span {
  top: 38%;
  -webkit-transition: 0s 0.3s;
  transition: 0s 0.3s;
}
header.header01 .spNaviButton:after {
  top: 53%;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
header.header01 .spNaviButton.open:before, header.header01 .spNaviButton.open:after {
  top: 38%;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
header.header01 .spNaviButton.open:before {
  transform: rotate(45deg);
}
header.header01 .spNaviButton.open span {
  width: 0;
}
header.header01 .spNaviButton.open:after {
  transform: rotate(-45deg);
}
header.header01 .spNaviButton p {
  position: absolute;
  top: 67%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}

/*==================================

フッター

==================================*/
footer {
  padding-top: 2em;
  background-color: #fff;
  border-top: 1px solid #ccc;
}
footer .logo {
  margin-bottom: 1em;
}
footer .ftNav {
  flex-grow: 1;
  justify-content: flex-end;
  gap: 7%;
}

footer > div > div.flexL {
  max-width: 342px;
}
footer > div > div.flexL > a {
  font-size: 0.9375em;
}
@media screen and (min-width:576px) and (max-width: 768px) {
  footer .flexR.sp_bk {
    display: flex;
    justify-content: center;
  }
  footer > div > div.flexL {
    max-width: 342px;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 768px) {
  footer .ftNav {
    margin-left: 2em;
  }
  footer .ftNav {
    margin: 0 0 0 1em;
  }
}
@media screen and (max-width: 767px) {
  footer .ftNav {
    margin: 2.25em 0 0 1em;
  }
  footer > div > div.flexL {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  footer .ftNav ul + ul {
    margin-top: 0.75em;
  }
}
@media screen and (max-width: 768px) {
  footer .btnStl06 {
    font-size: 0.875em;
  }
}
footer .ftNav ul:not(.flexBox) li + li {
  margin-top: 0.75em;
}
footer .ftNav ul li a,
footer .ftNav > ul > li > span{
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  line-height: 1.4em;
  position: relative;
}
footer .ftNav ul li a:before ,
footer .ftNav > ul > li > span:before{
  content: "";
  display: block;
  position: absolute;
  left: -18px;
  top: 20%;
  width: 12px;
  height: 12px;
  background: url(../img/arrowT_01.svg) no-repeat center center/contain;
}
footer .ftNav ul li a.sublink {
  color: #222;
  font-size: 0.9375em;
  font-weight: normal;
}
footer .ftNav ul li a.sublink::before {
  content: none;
}
footer .copyright {
  margin-top: 2.5em;
  padding: 0.5em;
  font-size: 0.8125em;
  background: #004ea2;
  color: #fff;
}

/*==================================

トップページ

==================================*/

.headImg {
  background-color: #fff;
  overflow: hidden;
}
.headImg img {
  width: 100%;
}
.headImg p.indent01 {
  margin: 1em;
  line-height: 1.4em;
}
.headImg .animate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: head 1s alternate infinite ease-in-out;
          animation: head 1s alternate infinite ease-in-out;
}
.hero-area {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .hero-area {
  }
}

#about {
  padding: 1em 0;
}
#about .hold_wrap {
  margin: 1.5em 0;
}

.hold_wrap > * {
  flex-basis: 50%;
  padding: 2em 2.25em;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .hold_wrap > * {
    padding: 1.5em;
  }
}
.hold_wrap > * .ttl {
  margin-bottom: 0.25em;
  padding-bottom: 0.25em;
  font-size: 3.125em;
  line-height: 1.1em;
}
.hold_wrap > * a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  margin: 0.6em 0 0.25em;
  padding: 0.5em 0.7em;
  font-family: 'Noto Sans JP';
  font-size: 1.75em;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.1em;
  background: #fff;
  border-radius: 10px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .hold_wrap > * a {
    min-height: 3em;
    font-size: 1.3em;
  }
}
.hold_wrap > * a:hover {
  opacity: 0.8;
}
.hold_wrap > * a:after {
  content: "";
  flex-shrink: 0;
  width: 1.286em;
  height: 0.8em;
  margin-left: 0.25em;
}
.hold_wrap > * a .txt {
  line-height: 1.1em;
}
.hold_wrap > *.localStl01 a {
  color: #e35e39;
}
.hold_wrap > *.localStl01 a:after {
  background: url(../img/arrowR3_or.svg) no-repeat center center/contain;
}
.hold_wrap > *.onlineStl01 a {
  padding: 0.1em 0.7em 0.2em;
  color: #009e3a;
}
.hold_wrap > *.onlineStl01 a:after {
  background: url(../img/arrowR3_gr.svg) no-repeat center center/contain;
}
.hold_wrap > *.onlineStl01 a .openDay {
  display: block;
  margin-top: 0.25em;
  padding: 0em 0.2em 0.1em;
  color: #fff;
  font-size: 0.642em;
  text-align: center;
  line-height: 1em;
  background: #009e3a;
}
.hold_wrap > *.onlineStl01 a .openDay .colon {
  margin-left: -0.25em;
  letter-spacing: -0.25em;
}
.hold_wrap > *.onlineStl01 .taR {
  margin-top: 2em;
}
.hold_wrap > *.onlineStl01 > .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #009e3a;
  font-weight: bold;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hold_wrap > *.onlineStl01 > .txt {
    display: block;
  }
}
.hold_wrap > *.onlineStl01 > .txt .img_txt {
  flex-grow: 1;
  padding: 0.9em 1em;
  text-align: left;
  background: #fff;
  border-radius: 10px;
}
.hold_wrap > *.onlineStl01 > .txt .img {
  max-width: 170px;
  margin-left: auto;
  padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  .hold_wrap > *.onlineStl01 > .txt .img {
    max-width: 40%;
    margin-top: -8%;
  }
}

#participating-organizations {
  padding: 2em 0 3em;
}
#participating-organizations span {
  display: inline-block;
}

/*==================================

下層ページ共通CSS

==================================*/
.sub_ttl {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sub_ttl img {
  max-width: 80vw;
  width: 457px;
  height: auto;
}
@media (min-width: 576px) {
  .sub_ttl img {
    max-width: 50vw;
  }
}
@media (min-width: 768px) {
  .sub_ttl {
    height: 200px;
  }
}
section a {
  transition: .2s;
}
section a:hover {
  opacity: .8;
}

.breadcrumb ul {
  width: 90%;
  margin: 1em auto;
  font-size: 0.75em;
}
.breadcrumb ul li:not(:last-of-type):after {
  content: "＞";
  margin: 0 0.75em;
}

@media screen and (max-width: 768px) {
  .spNaviButton {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    cursor: pointer;
  }
  .spNaviButton span, .spNaviButton:before, .spNaviButton:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 3px;
    margin: 0 auto;
    background: #004ea2;
  }
  .spNaviButton:before {
    top: 29%;
    -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s 0.3s, transform 0.3s;
    transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  .spNaviButton span {
    top: 48%;
    -webkit-transition: 0s 0.3s;
    transition: 0s 0.3s;
  }
  .spNaviButton:after {
    top: 65%;
    -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s 0.3s, transform 0.3s;
    transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  .spNaviButton.open:before, .spNaviButton.open:after {
    top: 45%;
    transition: top 0.3s, transform 0.3s 0.3s;
  }
  .spNaviButton.open:before {
    transform: rotate(45deg);
  }
  .spNaviButton.open span {
    width: 0;
  }
  .spNaviButton.open:after {
    transform: rotate(-45deg);
  }
}
nav {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  padding: 0 2%;
  color: #222;
  font-size: 1.0625em;
  font-weight: bold;
  background: #fff;
  transform: translateY(-100%);
  transition: transform 0.5s;
}
nav.active, #sub-page nav {
  transform: translateY(0);
}
#sub-page nav {
  border-bottom: solid 1px #ccc;
}
#sub-page .sub {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  nav {
    padding: 1em 0 1em 1em;
  }
}
@media screen and (min-width: 769px) {
  nav > ul {
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  nav > ul {
    position: fixed;
    right: 0;
    left: 0;
    display: none;
    padding: 2em;
    background:#fff;
	  overflow-y:auto;
  }
}
nav > ul > li {
  align-items: center;
}
@media screen and (min-width: 769px) {
  nav > ul > li {
    display: flex;
  }
}
nav a.logo {
  width: 300px;
}

nav > ul a {
  transition: opacity 0.3s;
}
nav > ul a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  nav > ul a {
    justify-content: flex-start;
  }
  nav > ul a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-right: 0.5em;
    border-style: solid;
    border-width: 2.5px 0 2.5px 3.5px;
    border-color: transparent transparent transparent #004ea2;
    font-family: 'Noto Sans JP';
  }
}
@media screen and (min-width: 769px) {
  nav li:not(:first-child)::after {
  content: '';
  width: 1px;
  height: 50%;
  background-color: #222;
  position: absolute;
  top: 25%;
  }
}

@media screen and (max-width: 768px) {
  nav > ul > li {
    border-top: 1px solid #ccc;
  }
    nav > ul > li:last-child {
    border-bottom: 1px solid #ccc;
  }
}
nav > ul > li > a ,
nav > ul > li > span{
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  display: block;
  padding: 2em 1em 1.75em;
}
@media (min-width: 414px) {
  nav > ul > li > a ,
  nav > ul > li > span{
    font-size: 16px;
  }
}
@media screen and (min-width:768px) {
  nav > ul > li > a,
  nav > ul > li > span{
  }
}
@media screen and (min-width:769px) and (max-width: 910px) {
  nav a.logo {
    width: 200px;
  }
  nav > ul > li > a ,
  nav > ul > li > span{
  font-size: 10px;
  }
}
@media screen and (min-width:871px) and (max-width: 1100px) {
  nav > ul > li > a ,
  nav > ul > li > span{
  font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  nav > ul > li > a ,
  nav > ul > li > span{
    text-align: left;
    display: flex;
    align-items: center;
    padding: 1.5em 1em 1.4em;
  }
}

nav > ul > li.parents {
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  nav > ul > li.parents {
    padding: 1.2em 0;
  }
}
@media screen and (min-width: 1100px) {
  nav > ul > li > a ,
  nav > ul > li > span{
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  nav > ul > li.parents > a {
    margin-top: 10px;
  }
/*  nav > ul > li.parents::before {
    content: '▼';
    font-size: 10px;
    color: #0F4EA2;
    position: absolute;
    bottom: 5px;
    left: 46%;
  }*/
}
nav > ul > li.parents > a,
nav > ul > li.parents >span{
  position: relative;
}
@media screen and (max-width: 768px) {
  nav > ul > li.parents > a,
nav > ul > li.parents >span {
    padding: 0.3em 1em;
  }
}
@media screen and (min-width: 769px) {
  nav > ul > li.parents > a:after,
nav > ul > li.parents >span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 0.3em auto 0;
    border-style: solid;
    border-width: 3.5px 2.5px 0 2.5px;
    border-color: #ffffff transparent transparent transparent;
  }
    nav > ul > li.parents .children {
    position: absolute;
    display: none;
    padding: 0 15px;
    color: #004ea2;
    background-color: #fff100;
    border-radius: 10px;
    filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.4));
  }
    nav > ul > li.parents .children:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1em;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 6px 5.5px;
    border-color: transparent transparent #fff100 transparent;
    transform: translateY(-100%);
  }
}
@media screen and (min-width:768px) and (max-width:1000px) {
  nav > ul > li.parents::before {
    bottom: -5px;
  }
}
@media screen and (min-width: 769px) {
  nav > ul > li.parents .children {
    width: 230px;
    margin-top: 175px;
  }
}
@media screen and (max-width: 768px) {
  nav > ul > li.parents .children {
    padding-left: 30px;
    position: static;
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  nav > ul > li.parents .children li + li {
    border-top: 1px solid #fff;
  }
}
nav > ul > li.parents .children li a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  nav > ul > li.parents .children li a {
    justify-content: flex-end;
    padding: 1em 0.5em;
    position: relative;
  }
  nav > ul > li.parents .children li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 36%;
    width: 16px;
    height: 16px;
    background: url(../img/arrowT_01.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width: 768px) {
  nav > ul > li.parents .children li a {
    padding: 0.5em 0;
    font-size: 14px;
  }
}


.floatBn_b {
  position: fixed;
  z-index: 99;
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .floatBn_b {
    bottom: 2%;
    right: 1%;
  }
}
@media screen and (max-width: 768px) {
  .floatBn_b {
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0.75em;
    background: #009e3a;
  }
  .floatBn_b.bk_orange {
    background: #e35e39;
  }
}

/*==================================

==================================*/
#local-page {
  background-color: #2ea7e0;
}
.kamomen {
  margin-left: 10%;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  font-weight: normal;
}
@media (min-width: 768px) {
  .kamomen {
    margin-top: -30px;
  }
}
@media (min-width: 1024px) {
  .kamomen {
    margin-top: -80px;
  }
}
.kamomen img {
  order: 1;
  padding-left: 10px;
}
.kamomen p {
  font-size: 12px;
  font-weight: bold;
  width: 9em;
  position: absolute;
  left: 0;
  bottom: 20px;
}
@media (min-width: 768px) {
  .kamomen p {
    left: -35px;
    bottom: 20px;
    width: 15em;
  }
  .kamomen img {
    padding-left: 43px;
  }
}
#whatkbic {
  padding-top: 100px;
}
#whatkbic a {
  transition: .2s;
}
#whatkbic a:hover {
  opacity: .8;
}
#about {
  margin-top: -1px;
  padding: 100px 0 0;
  color: #fff;
  font-weight: bold;
}
#about .contentIn {
  width: 1035px!important;
}
@media screen and (max-width: 768px) {
  #about .ttlStl01 {
    width: 10em;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #about .ttlStl01 {
    font-size: 2.8125em;
  }
}

#about .infection-control {
  margin-bottom: 2.25em;
  padding: 3em;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  background: #004ea2;
  border-radius: 30px;
}
#about .box_02 p {
  text-align:justify;
}
@media (min-width: 769px) {
  #about .flexBox1 {
    margin-bottom: 50px;
  }
  #about .box_02 {
    flex: 0 1 29em;
    font-size: 1.1875em;
    margin-left: 20px;
  }
  #about .box_02 p {
    line-height: 2em;
  }
}
@media screen and (max-width: 768px) {
  #about .infection-control {
    padding: 3em 2em 2.5em;
  }
}
#about .infection-control .ttl {
  margin-bottom: 0.5em;
}
#about .infection-control .infection-control_in {
  margin-top: 0.8em;
  padding-top: 0.8em;
  border-top: 1px solid #fff;
}
#about .infection-control .infection-control_in dl + dl {
  margin-top: 0.5em;
}
#about .infection-control .infection-control_in dl > dt {
  display: flex;
  align-items: center;
  margin-bottom: 0.2em;
}
#about .infection-control .infection-control_in dl > dt:before {
  content: "●";
  flex-shrink: 0;
  margin-right: 0.2em;
  line-height: 1em;
}
#about .infection-control .infection-control_in dl > dd {
  letter-spacing: 0;
}
#about .infection-control .infection-control_in .flexL {
  flex-basis: 45%;
}
#about .infection-control .infection-control_in .flexR {
  flex-basis: 49.5%;
}
@media screen and (max-width: 768px) {
  #about .infection-control .infection-control_in .flexR {
    margin-top: 0.5em;
  }
}
#about .infection-control .infection-control_in .flexR > p {
  margin-top: 0.75em;
  padding-top: 0.75em;
  font-size: 0.8125em;
  border-top: 1px dashed #fff;
}
#about .jump_link {
  gap: 1%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .jump_link {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #about .jump_link > li {
    flex-basis: 48%;
    margin-top: 0.75em;
  }
}

#local-page .headImg {
  background-color: #2ea7e0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#local-page .event_schedule {
  padding: 1em 0;
  background-image: none;
}
#local-page .headImg .animate02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: head 2s -1.5s alternate infinite ease-in-out;
          animation: head 2s -1.5s alternate infinite ease-in-out;
}
#local-page .headImg .animate03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: head 2s alternate infinite ease-in-out;
          animation: head 2s alternate infinite ease-in-out;
}
#local-page .event_schedule {
  padding: 1em 0 5em;
  background-image: url(../img/half_circle.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 51px;
}
@media screen and (max-width: 768px) {
  #local-page .event_schedule {
    background-size: 60% auto;
  }
}
#local-page .event_schedule .flexBox {
  gap: 2%;
}
#local-page .event_schedule .flexBox .flexL{
	text-align:center;
}
#local-page .event_schedule .flexBox .flexR > p {
  margin: 0.5em 0;
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 1.1875em;
  font-weight: 900;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
	#local-page .event_schedule .flexBox .flexR{
		margin-top:1.2em;
	}
  #local-page .event_schedule .flexBox .flexR > p {
    margin: 1em 0;
    text-align: center;
  }

  #local-page .event_schedule .flexBox .flexR .txt {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #local-page .event_schedule .flexBox .flexR .txt .ico {
    margin-right: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  #local-page .event_schedule .flexBox .flexR .txt .ico {
    display: inline-block;
    margin: 0.25em 0;
  }
}

#past-events {
  padding: 0 0 3em;
}
#past-events .contentIn > p {
  max-width: 790px;
  margin: 2em auto 3em;
  font-size: 1.25em;
  line-height: 2em;
}

#past-events .state-event h3 img[src*=ttl_state-event] {
  width: 307px;
}
#past-events .state-event ul {
  width: 827px;
  max-width: 100%;
  margin: 0 auto 40px;
}
#past-events .state-event ul li {
  margin-top: 1.5em;
  position: relative;
  flex-basis: 31.5%;
  order: 4;
}
@media screen and (min-width: 769px) {
  #past-events .state-event ul {
    max-width: 70%;
  }
  #past-events .state-event ul .order-1 {
    order: 1;
  }
  #past-events .state-event ul .order-2 {
    order: 2;
  }
  #past-events .state-event ul .order-3 {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  #past-events .state-event ul li {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  #past-events .state-event ul li {
    flex-basis: 48%;
  }
}
#past-events .state-event ul li:not(.kamomen) {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #past-events .state-event ul li.kamomen {
    flex-basis: 52%;
    order: -1;
  }
}
#past-events .state-event ul li.kamomen p {
  color: #004ea2;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  #past-events .state-event ul li.kamomen p {
    position: absolute;
    bottom: 1.2em;
    right: 0;
    transform: translate(92%, 0);
  }
}
@media screen and (max-width: 768px) {
  #about .state-event ul li.kamomen p {
    margin-top: 1em;
    padding: 0 0 0 1em;
    font-size: 1rem;
  }
}
#past-events .state-event ul li .txt {
  position: absolute;
  bottom: -1.5em;
  left: 0;
  right: 0;
  display: inline-block;
  width: 100%;
}
@media (min-width: 769px) {
  #past-events .state-event ul li .txt {
    bottom: -0.5em;
  }
}
#past-events .state-event ul li .txt p {
  display: inline-block;
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  background: #0fae6f;
  padding: 10px 12px;
  border-radius: 36px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
#past-events .state-event ul li .txt p .fzS {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.2em;
}
@media (min-width: 769px) {
  #past-events .state-event ul li .txt p {
    font-size: 1.0625em;
  }
  #past-events .state-event ul li .txt p .fzS {
    font-size: 15px;
  }
}

#eventWrap .ttlStl01 {
  margin-bottom: 20px;
}

#event-top {
  padding: 3em 0 0;
  background-color: #e5f7ff;
  font-weight: bold;
}
#event-top .contentIn {
  width: 1025px;
}
@media (min-width: 768px) {
  #event-top {
    padding: 5em 0 0;
  }
}
#event-top .box1 {
  background-color: #fff100;
  padding: 1em 2em;
  margin-bottom: 1em;
}
#event-top .box1 img {
  display: block;
  margin: 0 auto 1em;
}
@media (min-width: 768px) {
  #event-top .box1 {
    font-size: 1.4375em;
    padding: 1em;
    display: flex;
    align-items: center;
  }
  #event-top .box1 span {
    flex: 0 1 50px;
    width: 50px;
  }
  #event-top .box1 p {
    flex: 1;
  }
  #event-top .box1 img {
    margin: 0;
  }
}
#event-top .ttlStl04 {
  margin-bottom: 1em;
}
#event-top .ttlStl02 {
  width: 10em;
}
#event-top .ffs {
  font-size: 1.5625em;
  text-align: center;
}
@media (min-width: 768px) {
  #eventWrap .ttlStl02,
  #event-top .ttlStl04 {
    font-size: 1.5625em;
  }
  #event-top .ffs {
    font-size: 1.875em;
  }
}
#event-top .boxStl01 {
  padding-bottom: 3em;
}
@media (min-width: 1024px) {
  #event-top .boxStl01 {
    padding-left: 3em;
    padding-right: 3em;
  }
}
#event-top .ffs.fc_blue01 {
  margin-bottom: 1em;
}
#event-top .linkBox,
#event-top .linkBox li a {
}
#event-top .linkBox {
  display: flex;
  margin: 30px 0;
  border: solid 1.5px #004ea2;
  flex-wrap: wrap;
}
#event-top .linkBox li {
  flex: 0 1 50%;
  border: solid 1.5px #004ea2;
  background-color: #fff;
}
@media (min-width: 768px) {
  #event-top .linkBox {
    margin: 50px 0;
  }
  #event-top .linkBox li {
    flex: 0 1 25%;
  }
}
#event-top .linkBox li a {
  color: #004ea2;
  line-height: 1.4;
  text-align: center;
  padding: 20px 0 15px;
  width: 100%;
  display: block;
  transition: .2s;
}
#event-top .linkBox li a:hover {
  filter: hue-rotate(267deg);
}

#event-top .linkBox li a img {
  width: 16px;
  height: auto;
  transform:rotate(90deg);
}


#event-flow {
  font-weight: bold;
  padding-top: 50px;
}
#event-flow .ballon01 {
  display: inline-block;
  padding: 2em 4em;
  background: #fed200;
  border-radius: 24px;
  transform: translateY(-50%);
}
#event-flow .boxStl05,
#event-map .boxStl05 {
  margin-top: 1em;
}
#event-flow .boxStl02 > img,
#event-map .boxStl02 > img {
  margin-top: -30px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #event-flow .boxStl02,
  #event-map .boxStl02 {
    padding: 2em 3.2em;
  }
  #event-flow .boxStl05,
  #event-map .boxStl05 {
    padding: 0.5em 1em;
  }
  #event-flow .boxStl02 > img,
  #event-map .boxStl02 > img {
    margin-top: -75px;
  }
}


#event-flow .flexBox {
  justify-content: center;
}
#event-flow .box2 {
  margin: auto 0 0;
}
#event-flow .btn_wh.btnStl05 {
  margin-top: 10px;
  padding: 1.6em 2em;
  width: 240px;
  border-radius: 41px;
  border: 3px solid #004ea2;
  text-align: center;
}
#event-flow .btn_wh.btnStl05:after {
  transform: rotateZ(90deg);
}
#event-flow .flexTable,
#event-flow .box1 {
  margin-top: 20px;
}
#event-flow .stepBox .box1 {
  background-color: #004ea2;
  color: #fff;
  padding: 1.5em 2em;
  border-radius: 15px;
}

.application-step .stepBox {
  position: relative;
  margin: 4em 0 4.2em;
  padding: 2em;
  border: 5px solid #e5e5e5;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.application-step .stepBox p {
  font-feature-settings: "palt";
  text-align: justify;
}
.application-step .stepBox .txt2 {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .application-step .stepBox {
    padding: 1em;
  }
}
@media (min-width: 1024px) {
  .application-step .stepBox {
    padding: 2em 2.5em;
  }
  .application-step {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .application-step .stepBox:nth-child(1),
  .application-step .stepBox:nth-child(2) {
    width: 47%;
  }
  .application-step .stepBox:nth-child(3) {
    margin-top: -15px;
    width: 60%;
    order: 1;
  }
  .application-step .stepBox:nth-child(4) {
    margin-top: -15px;
    width: 35%;
  }
}
.application-step .stepBox .stepTxt {
  border-bottom: solid 5px #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
}
.application-step .stepBox .stepTxt::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border: solid 5px #e5e5e5;
  border-radius: 12px;
  position: absolute;
  right: 0;
  top: 5px;
}
@media (min-width: 768px) {
  .application-step .stepBox .stepTxt::after {
    right: -14px;
    top: -15px;
  }
}
.application-step .stepBox h3 {
  font-size: 1.125em;
  font-weight: 900;
  font-family: 'Noto Sans JP';
  line-height: 1.3em;
  font-feature-settings: "palt";
  padding: 0.5em;
  margin-bottom: 10px;
  border-radius: 30px;
}
.application-step .stepBox .ttl01 {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .application-step .stepBox .ttl01 {
    font-size: 1.5625em;
  }
}
.tableStl03.tbl02 img,
.stepBox .box1 img {
  margin-top: 10px;
}

#event-flow > div > .img_01 {
  margin: -30px 0 50px;
}
@media (min-width: 576px) {
  #event-flow > div > .img_01 {
    text-align: right;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .application-step .stepBox h3 {
    margin-bottom: 0.5em;
    font-size: 1.125em;
  }
}
.application-step .stepBox h3 + p {
  line-height: 1.4em;
  font-family: 'Noto Sans JP';
  font-weight: 900;
}
@media (min-width: 1024px) {
  .application-step .stepBox h3 + p {
    font-size: 1.25em;
  }
}
.application-step .stepBox .localStl01 {
  margin-top: 1.4em;
}
.application-step .stepBox .point {
  position: relative;
  margin-top: 2em;
  padding: 1em 2.5em 1em 3.5em;
  color: #004ea2;
  font-weight: bold;
  text-indent: -1em;
  letter-spacing: 0.1em;
  background: #fff;
  border-radius: 10px;
}

.application-step .stepBox .btnStl02 {
  margin-top: 2em;
}
.application-step .stepBox:not(:last-of-type):after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 0;
  left: 0;
  display: block;
  height: 57px;
  background: url("../img/event/img_arrow.png") no-repeat center center/contain;
  transform: rotateZ(90deg);
}
@media (min-width: 1024px) {
  .application-step .stepBox:nth-child(1):after {
    bottom: 45%;
    right: -115%;
    left: 0;
    transform: rotateZ(360deg);
  }
  .application-step .stepBox:nth-child(3):after {
    bottom: 45%;
    left: -110%;
    right: 0;
    transform: rotateZ(180deg);
  }
}
#event-map {
  padding: 3em 0 0;
  margin-top: -2px;
  background-color: #e5f7ff;
}
#event-map .indentList01 li {
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  #event-map {
    padding: 1em 0 0;
  }
}
#event-map .map_wrap {
  margin: 3em 0;
}



#time-schedule {
  padding: 50px 0 0;
}
#time-schedule .contentIn {
  padding: 50px 15px 30px;
}
@media screen and (max-width: 768px) {
  #time-schedule {
    background-size: 60% auto;
  }
}
#time-schedule .contentIn {
  width: 1280px;
}


#time-schedule .ttl01 dt,
#time-schedule .ttl01 dd,
#detail .ttl01 dt,
#detail .ttl01 dd {
  margin-bottom: 20px;
  font-weight: bold;
}
#time-schedule .ttl01 dt,
#detail .ttl01 dt {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.3em;
  padding: 0.5em;
  border-radius: 30px;
  text-align: center;
  width: 12em;
  margin-left: auto;
  margin-right: auto;
}
#time-schedule .ttl01,
#event_01 .ttl01,
#event_02 .ttl01 {
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP';
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #time-schedule .contentIn {
    padding-right: 10px;
    padding-left: 30px;
    padding-bottom: 50px;
  }
  #time-schedule .ttl01,
  #event_01 .ttl01,
  #event_02 .ttl01 {
    display: flex;
    align-items: center;
  }
  #time-schedule .contentIn .ttlStl01 {
    padding-right: 20px;
  }
  #time-schedule .ttl01 dt,
  #detail .ttl01 dt {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  #time-schedule .ttl01 dd,
  #event_01 .ttl01 dd,
  #event_02 .ttl01 dd {
    font-size: 1.6875em;
  }
}
@media screen and (max-width: 767px) {
  #time-schedule .ovf_scr {
    overflow-x: scroll;
  }
  #time-schedule .schedule_wrap img {
    max-width: 992px;
  }
}
#time-schedule #schedule_02 {
}






#detail {
  padding: 4em 0;
  background-color: #fff;
}
#detail .localStl01 {
  margin: 3.5em 0 2em;
  padding: 0.25em 1em;
}
#detail .localStl01 .ttl {
  display: inline-block;
  font-size: 1.75em;
}
#detail .event_wrap {
  position: relative;
}
#detail #event_01 .contentIn,
#detail #event_02 .contentIn {
  padding: 50px 15px;
}
#detail #event_01 .eventBox table tbody tr td .num {
  color: #2b87de;
}
#detail .event_wrap .flexBox > .eventBox {
  flex-basis: 49%;
  margin-top: 1.5em;
  background: #fff;
  border: 5px solid #ccc;
  border-radius: 20px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px){
  #detail .flexBox.sp_bk {
      display: block;
  }
}
#detail .event_wrap .flexBox > .eventBox.w100 > .toggleBox > .flexBox {
  background: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #f4f4f4;
}
#detail .event_wrap .flexBox > .eventBox.w100 > .toggleBox > .flexBox > div {
  flex-basis: 49%;
}
#detail .event_wrap .flexBox > .eventBox.w100 > .toggleBox > .flexBox > div > .toggleBtn {
  padding: 1em 1.5em 0.5em;
  pointer-events: none;
}
#detail .event_wrap .flexBox > .eventBox.w100 > .toggleBox > .flexBox > div > .toggleBox {
  display: block !important;
  margin: 0 1.5em;
}
#detail .event_wrap .flexBox > .eventBox.w100 > .toggleBox .event_info {
  margin: 0.5em 0 1.5em;
  padding: 0 1.5em;
}
@media screen and (min-width: 769px) {
  #detail .event_wrap .flexBox > .eventBox.w100 > .toggleBox .event_info {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #detail .event_wrap .flexBox > .eventBox.w100 > .toggleBox .event_info {
    margin: 1em 0 2em;
  }
}
#detail .event_wrap .flexBox > .eventBox.w100 > .toggleBox .event_info table {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #detail .event_wrap .flexBox > .eventBox.w100 > .toggleBox .event_info table {
    width: 100%;
  }
  #detail .event_wrap .flexBox > .eventBox.w100 > .toggleBox .event_info table + table {
    margin-top: -1px;
  }
}
#detail .event_wrap .flexBox > .eventBox.w100 > .toggleBox > .event_info {
  margin-top: 1.5em;
  padding: 0;
}
#detail .event_wrap .flexBox > .eventBox.w100 .btnStl01 {
  margin: 2.5em 0 0.75em;
}
#detail .event_wrap .flexBox > .eventBox .toggleBtn {
  padding: 1em 2em 0.5em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #detail .event_wrap .flexBox > .eventBox .toggleBtn {
    padding: 1em 1em 0.5em;
  }
}
#detail .event_wrap .flexBox > .eventBox .toggleBtn.active .ico_toggle:before {
  -webkit-transform: translateY(25%) rotate(45deg);
          transform: translateY(25%) rotate(45deg);
}
#detail .event_wrap .flexBox > .eventBox .toggleBtn .cat,
#detail .event_wrap .flexBox > .eventBox .toggleBtn .target {
  padding: 0.4em 0.75em;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.2em;
  border-radius: 3px;
}
#detail .event_wrap .flexBox > .eventBox .toggleBtn .cat {
  flex-shrink: 0;
  min-width: 6.215em;
  margin-right: 0.4em;
}
#detail .event_wrap .flexBox > .eventBox .toggleBtn .cat_riken {
  background: #7d4699;
}
#detail .event_wrap .flexBox > .eventBox .toggleBtn .cat_experience {
  background: #e9528e;
}
#detail .event_wrap .flexBox > .eventBox .toggleBtn .cat_seminar {
  background: #ee7801;
}
#detail .event_wrap .flexBox > .eventBox .toggleBtn .cat_tour {
  background: #00a040;
}
#detail .event_wrap .flexBox > .eventBox .toggleBtn .cat_exhibition {
  background: #2494e6;
}
#detail .event_wrap .flexBox > .eventBox .toggleBtn .target {
  flex-grow: 1;
  background: #004ea2;
}
#detail .event_wrap .flexBox > .eventBox .toggleBtn .ico_toggle {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 2em;
  height: 2em;
  margin-left: 0.3em;
  border: 1px solid #004ea2;
  border-radius: 3px;
}
#detail .event_wrap .flexBox > .eventBox .toggleBtn .ico_toggle:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-left: 2px solid #004ea2;
  border-top: 2px solid #004ea2;
  transform: translateY(-25%) rotate(-135deg);
}
#detail .event_wrap .flexBox > .eventBox .ttlStl02 {
  color: #004ea2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.5em;
}
#detail .event_wrap .flexBox > .eventBox .num {
  margin-left: 0.1em;
  color: #2b87de;
  font-size: 120%;
  line-height: 1em;
}
#detail .event_wrap .flexBox > .eventBox .toggleBox {
  margin: 0 2em;
  padding: 1em 0 1.5em;
  border-top: 1px dotted #222;
}
@media screen and (max-width: 768px) {
  #detail .event_wrap .flexBox > .eventBox .toggleBox {
    margin: 0 1em;
  }
}
#detail .toggleBox .btnStl06 {
  margin-top: 20px;
  width: 15em;
  position: relative;
}
#detail .toggleBox .btnStl06::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 1em;
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/arrowT_wh01.svg) no-repeat center center/contain;
}

#detail .event_wrap .flexBox > .eventBox .toggleBox .flexBox {
  margin: 1em 0 0;
}
#detail .event_wrap .flexBox > .eventBox .toggleBox .flexBox .img {
  flex-basis: 34.048%;
  flex-shrink: 0;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
#detail .event_wrap .flexBox > .eventBox .toggleBox .flexBox .txt01 {
  font-size: 14px;
  line-height: 1.2;
  padding-top: 10px;
} 
@media screen and (min-width: 769px) {
  #detail .event_wrap .flexBox > .eventBox .toggleBox .flexBox .img {
    margin-right: 1.2em;
  }
  #detail .event_wrap .flexBox > .eventBox .toggleBox .flexBox .txt01 {
    font-size: 13px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #detail .event_wrap .flexBox > .eventBox .toggleBox .flexBox .img {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1300px) {
  #detail .event_wrap .flexBox > .eventBox .toggleBox .flexBox .img {
    flex-basis: 175px;
  }
}
#detail .event_wrap .flexBox > .eventBox .toggleBox .flexBox table {
  margin-bottom: 10px;
  width: 100%;
}
#detail .event_wrap .flexBox > .eventBox .toggleBox .flexBox table tbody tr td span.fc_blue01 {
  font-size: 0.9em;
  letter-spacing: 0;
  line-height: 1.2em;
  margin: 0.5em 0;
  display: inline-block;
}
#detail .event_wrap .flexBox > .eventBox .toggleBox .flexBox table tbody tr td span.fc_blue01:first-of-type {
  margin-top: 0;
}
#detail .event_wrap .flexBox > .eventBox .toggleBox .flexBox table tbody tr td .linkStl01 {
  font-size: 95%;
}
#detail .event_wrap .flexBox > .eventBox .btnStl01 {
  width: 250px;
  margin: 1.75em auto 0;
}
#detail .event_wrap .exhibition-booth {
  padding: 3em 0 0.8em;
}
#detail .event_wrap .exhibition-booth h3 {
  margin-bottom: 1.5em;
}
#detail .event_wrap .exhibition-booth .eventBox {
  padding-top: 1em;
  padding-bottom: 0.8em;
  background: #eaf3fc;
  border: none;
}
#detail .event_wrap .exhibition-booth .eventBox .toggleBtn {
  pointer-events: none;
}
#detail .event_wrap .exhibition-booth .eventBox .toggleBox {
  display: block !important;
}
#detail .event_wrap .holding-facility {
  margin-top: 3em;
  padding: 3.25em 2em 2em;
  color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #detail .event_wrap .holding-facility {
    padding: 3em 1em 2em;
  }
}
#detail .event_wrap .holding-facility.northStl01 {
  background: #2b87de;
}
#detail .event_wrap .holding-facility.southStl01 {
  background: #e65381;
}


#venue {
  padding-bottom: 50px;
}
#venue .facility-list {
  gap: 2%;
  padding-bottom: 30px;
}
#venue .facility-list li {
  flex-basis: 24%;
}
@media screen and (max-width: 767px) {
  #venue .facility-list li + li {
    margin-top: 2em;
  }
}
#venue .facility-list li .img {
  position: relative;
}
#venue .facility-list li .img .num {
  position: absolute;
  top: 3%;
  left: 3%;
}
#venue .facility-list li p {
  margin-top: 0.8em;
  font-weight: bold;
  line-height: 1.5em;
}
#venue .img02 {
  text-align: right;
}
@media (min-width: 768px) {
  #venue .img02 {
    margin-top: -200px;
    margin-bottom: 50px;
  }
  #venue .img02 img {
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  #venue .img02 {
    margin-top: -240px;
    margin-bottom: 50px;
  }
}





#noticeBox {
  background-color: #2ea7e0;
  background: linear-gradient(180deg, #fff 0%, #fff 6%, #2ea7e0 6%, #2ea7e0 100%);
}
#noticeBox ul > li {
  padding-bottom: 30px;
}
#noticeBox ul > li p {
  padding-bottom: 20px;
  font-weight:bold;
}
@media (min-width: 1000px) {
  #noticeBox ul > li p {
    font-size: 1.5625em;
  }
}
#noticeBox ul > li a {
  display: block;
  margin: 0 auto 20px;
}
#noticeBox ul > li:nth-child(1) {
  text-align: center;
}
#noticeBox .btn_wh.btnStl05 {
  width: 300px;
  border-radius: 41px;
  border: 3px solid #004ea2;
  text-align: center;
}
@media (min-width: 768px) {
  #noticeBox ul {
    max-width: 780px;
    margin: 0 auto;
  }
  #noticeBox ul > li:nth-child(1) {
    margin-top: -30px;
    padding-bottom: 60px;
  }
  
  #noticeBox ul > li:nth-child(2) {
    max-width: 75%;
    align-self: center;
    padding-top: 40px;
    padding-bottom: 0;
  }
  #noticeBox .btn_wh.btnStl05 {
    max-width: 48%;
  }
}
@media (min-width: 1024px) {
  #noticeBox ul {
    padding-bottom: 50px;
  }
}

#access {
  padding: 5em 0 3.5em;
  background-color: #fff;
}
#access .ttlStl01 {
  margin-bottom: 0;
  padding-bottom: 10px;
}
#access p {
  margin-bottom: 0.5em;
  font-size: 1.125em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #access p {
    margin-bottom: 1.25em;
  }
}
#access .flexBox {
  gap: 3%;
}
#access .flexBox .img + .img {
  margin-top: 2em;
}


/*==================================

下層ページ:Q&A

==================================*/

.qa_body [id^="qa_"] {
  border: solid 5px #eff2f4;
 }
.qa_body [id^="qa_"] h2 {
  max-width: 70%;
  height: auto;
  margin: 0 auto 30px;
 }
@media screen and (max-width: 768px) {
  .qa_body {
    padding: 1em 0 1.2em;
  }
}
.qa_body section {
  margin: 30px 0;
  padding: 95px;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .qa_body section {
    padding: 40px 15px;
  }
}
.qa_body section h2 {
  margin-bottom: 3em;
}

.qaList > dl + dl {
  margin-top: 1em;
}
.qaList > dl > * {
  padding: 1em 2.5em 1em 1em;
}
.qaList > dl > * > .flexBox:before {
  display: block;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  margin-right: 1.3em;
  color: #fff;
  font-size: 2rem;
  font-family: "Roboto";
  font-weight: bold;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .qaList > dl > * > .flexBox:before {
    margin-right: 0.75em;
    font-size: 1.8rem;
  }
}
.qaList > dl > dt {
  position: relative;
  font-size: 1.125em;
  background: #eff2f4;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .qaList > dl > dt {
    font-size: 0.9375em;
  }
}
.qaList > dl > dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #004ea2;
  border-bottom: 2px solid #004ea2;
  transform: translateY(-75%) scale(0.9, 1) rotate(45deg);
}
.qaList > dl > dt.active:after {
 　transform: translateY(-50%) scale(0.9, 1) rotate(-135deg);
}
.qaList > dl > dt > .flexBox:before {
  content: "Q";
}

#qa_entry dt > .flexBox:before {
  background: #8fc31f;
}
#qa_event dt > .flexBox:before {
  background: #2494e6;
}
#qa_access dt > .flexBox:before {
  background: #ed82b1;
}
@media screen and (min-width: 769px) {
  .qaList > dl > dt > .flexBox .txt {
    padding: 0.4em 0;
  }
}
@media screen and (max-width: 768px) {
  .qaList > dl > dt > .flexBox .txt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 2.45em;
    line-height: 1.3em;
  }
}
.qaList > dl > dd > .flexBox:before {
  content: "A";
  background: #004ea2;
}
.qaList > dl > dd > .flexBox .txt {
  padding: 0.42em 0;
  line-height: 1.9em;
}
@media screen and (max-width: 768px) {
  .qaList > dl > dd > .flexBox .txt {
    font-size: 1.2rem;
  }
}
.qaList > dl > dd > .flexBox .txt a {
  color: #408fde;
  word-break: break-all;
}
.qaList > dl > dd > .flexBox .txt a:not(:hover) {
  text-decoration: underline;
}

#qa_contact {
  padding: 6em 0 0;
}
@media screen and (max-width: 768px) {
  #qa_contact {
    padding: 30px 0 0;
  }
}
#qa_contact h2 {
  margin-bottom: 3em;
}
#qa_contact .ttlStl10 {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #qa_contact .tableStl02_wrap {
    background: none;
    border: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  #qa_contact .tableStl02_wrap table > tbody > tr {
    display: block;
    margin: 1em 0;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #qa_contact .tableStl02_wrap table > tbody > tr:first-of-type {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #qa_contact .tableStl02_wrap table > tbody > tr > * {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 30%;
    font-size: 0.75em;
  }
}
#qa_contact .tableStl02_wrap table > tbody > tr > *:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 1.166em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
	#qa_contact .tableStl02_wrap table > tbody > tr > *{
		background:linear-gradient(to right, rgba(255,255,255,0) 25%, rgba(255,255,255,1)25%);
	}
  #qa_contact .tableStl02_wrap table > tbody > tr > *:first-child:before {
    content: "イベント";
  }
  #qa_contact .tableStl02_wrap table > tbody > tr > *:nth-child(2):before {
    content: "お問い合わせ先";
  }
}
#qa_contact .contact {
  padding: 30px 15px;
  width: 1230px
}
#qa_contact .contact table.all {
  margin: 0 auto 3em;
}
@media screen and (max-width: 767px) {
  #qa_contact .contact table.all {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  #qa_contact .contact table.all tr > * {
    display: block;
  }
}
#qa_contact .contact table.all tr > th {
  font-size: 150%;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  #qa_contact .contact table.all tr > th {
    text-align: center;
    padding-right: 3em;
    border-right: 2px solid #eb613b;
  }
  #qa_contact .contact > .txt {
    padding-left: 34px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
  }
  #qa_contact .local > .txt {
    padding-left: 34px;
  }
  #qa_contact .contact table.all tr > th > span {
    font-size: 0.75em;
    font-weight: normal;
  }
}
@media screen and (max-width: 767px) {
  #qa_contact .contact table.all tr > th {
    text-align: center;
    line-height: 1.8em;
    padding-bottom: 1em;
    border-bottom: 2px solid #eb613b;
  }
  #qa_contact .contact table.all tr > th > span {
    font-size: 0.75em;
    font-weight: normal;
  }
}
@media screen and (min-width: 768px) {
  #qa_contact .contact table.all tr > td {
    padding: 10px 0 10px 4em;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #qa_contact .contact table.all tr > td {
    padding-top: 1.5em;
  }
}
#qa_contact .btnBox {
  margin: 50px auto 0;
  max-width: 940px;
  gap: 2%;
}
@media (min-width: 1024px) {
  #qa_contact .btnBox {
    margin: 100px auto 0;
  }
}
#qa_contact .btnBox li {
  flex-basis: 100%;
  margin-bottom: 1.5em;
}
@media (min-width: 576px) {
  #qa_contact .btnBox li {
    flex-basis: 32%;
  }
}
@media screen and (max-width: 767px) {
  #qa_contact .btnBox > li {
    margin-bottom: 0.6em;
    display: block;
  }
}
#qa_contact .btnBox > li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1em 1.5em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 32px;
  transition: .3s;
}

#qa_contact .btnBox > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 575px) {
  #qa_contact .btnBox > li a:after {
    transform: translateY(-50%) rotate(135deg);
    right: 1.5em;
  }
}
#qa_contact .btnBox > li a[href*=entry] {
  background: #8fc31f;
  border: 2px solid #8fc31f;
}
#qa_contact .btnBox > li a[href*=event] {
  background: #2494e6;
  border: 2px solid #2494e6;
}
#qa_contact .btnBox > li a[href*=access] {
  background-color: #ed82b1;
  color: #fff;
  border: 2px solid #ed82b1;
}





#qa_contact .contact .tableStl02_wrap {
  border-color: #eb613b;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
	#qa_contact .contact .tableStl02_wrap {
		background: #eb613b;}
}
#qa_contact .contact .tableStl02 {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #qa_contact .contact .tableStl02 > tbody > tr {
	  background:#eb613b;
    border: 5px solid #eb613b;
  }
}
#qa_contact .contact .tableStl02 > tbody > tr:nth-of-type(n+3) {
  border-top-color: #eb613b;
}
#qa_contact .contact .tableStl02 > tbody > tr:first-of-type > th {
  color: #fff;
  background: #eb613b;
}
@media screen and (min-width: 769px) {
  #qa_contact .contact .tableStl02 {
    font-size: 1.125em;
  }
  #qa_contact .contact .tableStl02 > tbody > tr:not(:first-of-type) > *:not(:last-child) {
    border-right-color: #eb613b;
  }
}
#qa_contact .contact .tableStl02 > tbody > tr > *:before {
  background: #eb613b;
}
@media screen and (max-width: 768px) {
  #qa_contact .contact .tableStl02 > tbody > tr > td {
    border-top: 2px solid #eb613b;
  }
}
#qa_contact .local {
  padding: 4em 0 0;
}
#qa_contact .local .tableStl02_wrap {
  border-color: #e35e39;
}
@media screen and (min-width: 769px) {
	#qa_contact .local .tableStl02_wrap {
		background:#e35e39;}}
@media screen and (max-width: 768px) {
  #qa_contact .local table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #qa_contact .local table > tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #qa_contact .local table > tbody > tr {
	  background:#e35e39;
    border: 5px solid #e35e39;
  }
}
#qa_contact .local table > tbody > tr:first-of-type > th {
  color: #fff;
  background: #e35e39;
}
#qa_contact .local table > tbody > tr:nth-of-type(n+3) {
  border-color: #e35e39;
}
#qa_contact .local table > tbody > tr:not(:first-of-type) > *:not(:last-child) {
  border-right-color: #e35e39;
}
@media screen and (max-width: 768px) {
  #qa_contact .local table > tbody > tr:not(:first-of-type) > *:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  #qa_contact .local table > tbody > tr > *:before {
    background: #e35e39;
  }
}
@media screen and (min-width: 769px) {
  #qa_contact .local table > tbody > tr th:nth-of-type(1),
#qa_contact .local table > tbody > tr th:nth-of-type(3) {
    width: 33%;
  }
}
#qa_contact .local table > tbody > tr th:nth-of-type(2) {
  width: 34%;
}
#qa_contact .local table > tbody > tr > td {
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  #qa_contact .local table > tbody > tr > td {
    border-top: 2px solid #e35e39;
  }
}




/*==================================

下層ページ:オンラインページ

==================================*/
#online-page .headImg {
  position: relative;
  background-image: url(../img/headImg_onlinePC_bk.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #online-page .headImg {
    background-image: url(../img/headImg_onlineSP_bk.png);
  }
}
#online-page .event_schedule {
  padding: 1.8em 0;
}

#online-about {
  padding: 4.5em 0 6em;
}
#online-about .flexBox .flexL {
  -webkit-flex-basis: 64%;
      -ms-flex-preferred-size: 64%;
          flex-basis: 64%;
}
#online-about .flexBox .flexL p {
  line-height: 2em;
}
@media screen and (min-width: 769px) {
  #online-about .flexBox .flexL p {
    font-size: 1.25em;
  }
}
#online-about .flexBox .flexL .jump {
  margin: 1.8em auto 0;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  #online-about .flexBox .flexL .jump {
    max-width: 90%;
  }
}
@media screen and (min-width: 769px) {
  #online-about .flexBox .flexL .jump li {
    -webkit-flex-basis: 320px;
        -ms-flex-preferred-size: 320px;
            flex-basis: 320px;
    max-width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #online-about .flexBox .flexL .jump li + li {
    margin-top: 0.5em;
  }
}
#online-about .flexBox .flexL .jump li a {
  width: 100%;
  height: 100%;
}
#online-about .flexBox .flexR {
  padding: 0 4%;
}
@media screen and (max-width: 768px) {
  #online-about .flexBox .flexR {
    margin-top: 2em;
    text-align: right;
  }
  #online-about .flexBox .flexR img {
    display: block;
    margin: 0 auto;
  }
}
#online-about .flexBox .flexR p {
  margin-top: 1.2em;
}
@media screen and (min-width: 769px) {
  #online-about .flexBox .flexR p {
    margin-left: 30%;
  }
}
@media screen and (max-width: 768px) {
  #online-about .flexBox .flexR p {
    margin-right: 14%;
    display: inline-block;
    text-align: center;
  }
}

#online-voice {
  padding: 5em 0 6em;
  background: #fff6cc;
}
#online-voice h2 {
  max-width: 60%;
  margin: 0 auto 1em;
}
#online-voice .border_wave {
  margin-top: 0.5em;
  background: url(../img/border_wave_gr.svg) repeat-x center left;
}
#online-voice .voiceList {
  margin-top: 2em;
}
#online-voice .voiceList > li {
  -webkit-flex-basis: 31%;
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
  padding: 0.6em 1.4em 2em;
  background: #fff;
  border: 3px solid #009e3a;
  border-radius: 30px;
  -webkit-box-shadow: 10px 10px 0 #009e3a;
          box-shadow: 10px 10px 0 #009e3a;
}
@media screen and (max-width: 768px) {
  #online-voice .voiceList > li {
    -webkit-box-shadow: 5px 10px 0 #009e3a;
            box-shadow: 5px 10px 0 #009e3a;
  }
}
@media screen and (max-width: 768px) {
  #online-voice .voiceList > li + li {
    margin-top: 2em;
  }
}
#online-voice .voiceList > li .img {
  position: relative;
  margin-bottom: 1.5em;
}
#online-voice .voiceList > li .img:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  display: block;
  width: 4px;
  height: 2em;
  margin: auto;
  background: #009e3a;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#online-voice .voiceList > li .img img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #online-voice .voiceList > li p {
    font-size: 1.25em;
  }
}
#online-voice .voiceList > li p.taC {
  margin-bottom: 0.75em;
  font-weight: bold;
}
#online-voice .voiceList > li p:not(.taC) {
  line-height: 2em;
}
#online-voice .voiceList > li:last-of-type {
  position: relative;
}
@media screen and (min-width: 769px) {
  #online-voice .voiceList > li:last-of-type:before {
    content: "";
    position: absolute;
    bottom: 2%;
    left: 30%;
    display: block;
    width: 8em;
    height: 10em;
    background: url(../img/deco07.png) no-repeat right bottom/contain;
  }
  #online-voice .voiceList > li:last-of-type:after {
    content: "";
    position: absolute;
    bottom: 18%;
    right: -3%;
    display: block;
    width: 8em;
    height: 10em;
    background: url(../img/deco06.png) no-repeat right bottom/contain;
  }
}

#online-before {
  padding: 5em 0;
}
#online-before .stepBox {
  padding: 2em 8% 3em;
}
@media screen and (max-width: 768px) {
  #online-before .stepBox {
    padding: 2em 5% 3em;
  }
}
#online-before .stepBox .stepTxt {
  margin-left: -2.5em;
}
@media screen and (max-width: 768px) {
  #online-before .stepBox .stepTxt {
    margin-left: -1em;
  }
}
#online-before .stepBox h3 {
  max-width: 100%;
  margin-right: 1em;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
#online-before .stepBox .ttl > .ico {
  margin-right: 1.1em;
}
@media screen and (max-width: 768px) {
  #online-before .stepBox .before_eventBox_wrap {
    margin-right: -2%;
    margin-left: -2%;
  }
}
#online-before .stepBox .before_eventBox_wrap .before_eventBox {
  position: relative;
  margin-top: 2em;
  padding: 3em 8%;
  background: #fff;
  border: 3px solid #009e3a;
  border-radius: 30px;
  -webkit-box-shadow: 10px 10px 0 #009e3a;
          box-shadow: 10px 10px 0 #009e3a;
}
@media screen and (max-width: 768px) {
  #online-before .stepBox .before_eventBox_wrap .before_eventBox {
    -webkit-box-shadow: 5px 10px 0 #009e3a;
            box-shadow: 5px 10px 0 #009e3a;
  }
}
@media screen and (max-width: 768px) {
  #online-before .stepBox .before_eventBox_wrap .before_eventBox {
    padding: 2.5em 1em;
  }
}

#online-before .stepBox .before_eventBox_wrap .before_eventBox .event_close_txt{
	margin-top:1em;
	padding:.8em;
	font-size:14px;
}

@media screen and (min-width: 769px) {
  #online-before .stepBox .before_eventBox_wrap .before_eventBox:first-of-type:after {
    content: "";
    position: absolute;
    top: 4%;
    right: 0;
    display: block;
    width: 30%;
    max-width: 9em;
    height: 9em;
    background: url(../img/deco06.png) no-repeat center center/contain;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  #online-before .stepBox .before_eventBox_wrap .before_eventBox:last-of-type:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 30%;
    max-width: 8.5em;
    height: 8.5em;
    -webkit-transform: translate(-50%, 40%);
            transform: translate(-50%, 40%);
    background: url(../img/deco07.png) no-repeat center center/contain;
  }
}
#online-before .stepBox .before_eventBox_wrap .before_eventBox + .before_eventBox {
  margin-top: 2.5em;
}
#online-before .stepBox .before_eventBox_wrap .before_eventBox .img {
  position: relative;
  display: inline-block;
}
#online-before .stepBox .before_eventBox_wrap .before_eventBox .img .ico {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%);
}
@media screen and (max-width: 768px) {
  #online-before .stepBox .before_eventBox_wrap .before_eventBox .img .ico {
    -webkit-transform: translate(0%, -35%);
            transform: translate(0%, -35%);
  }
}
#online-before .stepBox .before_eventBox_wrap .before_eventBox .ttl {
  margin: 1.2em 0 1em;
  color: #004ea2;
  font-family: 'Noto Sans JP';
  font-size: 1.875em;
  font-weight: 900;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #online-before .stepBox .before_eventBox_wrap .before_eventBox .ttl {
    font-size: 1.3125em;
  }
}
#online-before .stepBox .before_eventBox_wrap .before_eventBox .ttl .fzS {
  display: block;
  font-size: 0.75em;
}
#online-before .stepBox .before_eventBox_wrap .before_eventBox .details {
  margin-bottom: 1em;
}
#online-before .stepBox .before_eventBox_wrap .before_eventBox .details > dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
@media screen and (min-width: 769px) {
  #online-before .stepBox .before_eventBox_wrap .before_eventBox .details > dl:nth-of-type(odd) {
    border-right: 1px solid #fff;
  }
  #online-before .stepBox .before_eventBox_wrap .before_eventBox .details > dl:nth-of-type(even) {
    border-left: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  #online-before .stepBox .before_eventBox_wrap .before_eventBox .details > dl {
    width: 100%;
  }
  #online-before .stepBox .before_eventBox_wrap .before_eventBox .details > dl:nth-of-type(even) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
#online-before .stepBox .before_eventBox_wrap .before_eventBox .details > dl + dl {
  border-top: 2px solid #fff;
}
#online-before .stepBox .before_eventBox_wrap .before_eventBox .details > dl > dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.8em;
  padding: 0.75em 0.5em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #004ea2;
  border-right: 2px solid #fff;
}
#online-before .stepBox .before_eventBox_wrap .before_eventBox .details > dl > dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.75em 1em;
  font-weight: bold;
  background: #efefef;
}
#online-before .stepBox .btnStl01 {
  width: 300px;
  max-width: 90%;
  margin-top: 2em;
}
@media screen and (min-width: 769px) {
  #online-before .stepBox .txt {
    width: 93%;
    margin-left: auto;
  }
}
#online-before .stepBox .link_wrap {
  gap: 2%;
}
@media screen and (min-width: 769px) {
  #online-before .stepBox .link_wrap a {
    max-width: 48%;
  }
}

#featured-content {
  padding: 5em 0;
}
#featured-content .featured_wrap {
  position: relative;
  padding: 5em 2.5em 3em;
  background: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  #featured-content .featured_wrap:before, #featured-content .featured_wrap:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 4em;
    display: block;
    width: 10px;
    background: #009e3a;
  }
  #featured-content .featured_wrap:before {
    left: 10%;
  }
  #featured-content .featured_wrap:after {
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  #featured-content .featured_wrap {
    padding: 2.5em 1em 3em;
  }
}
#featured-content .featured_wrap h2 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #featured-content .featured_wrap h2 {
    max-width: 82%;
    margin: auto;
  }
}
#featured-content .featured_wrap .featuredList {
  position: relative;
	z-index:2;
}
@media screen and (max-width: 768px) {
  #featured-content .featured_wrap .featuredList:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 10px;
    margin: 0 auto;
    background: #009e3a;
  }
}
#featured-content .featured_wrap .featuredList .featuredBox {
  position: relative;
  z-index: 1;
  margin-top: 8%;
  padding: 1em 2.5em 3em;
  background: #fff;
  border: 3px solid #009e3a;
  border-radius: 30px;
  -webkit-box-shadow: 10px 10px 0 #009e3a;
          box-shadow: 10px 10px 0 #009e3a;
}
@media screen and (max-width: 768px) {
  #featured-content .featured_wrap .featuredList .featuredBox {
    padding: 1.5em 1em 2em;
    -webkit-box-shadow: 5px 10px 0 #009e3a;
            box-shadow: 5px 10px 0 #009e3a;
  }
}
#featured-content .featured_wrap .featuredList .featuredBox .img {
  margin-top: -7%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  #featured-content .featured_wrap .featuredList .featuredBox .img {
    margin: 0 0 1em;
  }
}
#featured-content .featured_wrap .featuredList .featuredBox .txt {
  -webkit-flex-basis: 46%;
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%;
}
#featured-content .featured_wrap .featuredList .featuredBox .txt .txt_t {
  margin-bottom: 1em;
  padding-bottom: 0.9em;
  border-bottom: 1px solid #909090;
}
#featured-content .featured_wrap .featuredList .featuredBox .txt .txt_t .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.25em;
  font-size: 1.45em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #featured-content .featured_wrap .featuredList .featuredBox .txt .txt_t .ttl {
    font-size: 1.1875em;
  }
}
#featured-content .featured_wrap .featuredList .featuredBox .txt .txt_t .ttl .ico {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 2.4em;
  margin-right: 0.4em;
}
#featured-content .featured_wrap .featuredList .featuredBox .txt .txt_t .ttl .ico img {
  width: 100%;
}
#featured-content .featured_wrap .featuredList .featuredBox .txt .txt_t .ttl p {
  margin-top: 0.5em;
  line-height: 1.4em;
}
#featured-content .featured_wrap .featuredList .featuredBox .txt .txt_t .ttl p .fzS {
  font-size: 0.9em;
}

#featured-content .featured_wrap .featured-content_txt{
	position:relative;z-index:1;
	padding:5.5em 0 2em;
	background:#fff;
}

#featured-content .featured_wrap .featuredList > .flexBox .featuredBox{
    display: flex;
    flex-direction:
    column;
    align-items: center;
    justify-content:
    flex-start;
    flex-basis:48%;
    padding: 1em 3.16em 3em;
}

#featured-content .featured_wrap .featuredList > .flexBox .featuredBox .img{
    flex-basis: auto;
    margin: -15% auto 1em;
}

@media screen and (max-width:768px){
    #featured-content .featured_wrap .featuredList > .flexBox .featuredBox{padding:1.5em 1em 2em;}
    #featured-content .featured_wrap .featuredList > .flexBox .featuredBox .img{margin-top:0;}
}

#featured-content .featured_wrap .featuredList > .flexBox .featuredBox .txt .txt_t .ttl{
    margin-bottom:.8em;
}

#featured-content .featured_wrap .featuredList > .flexBox .featuredBox:last-of-type .txt .txt_t .ttl p{
margin-top:.25em;
}
#featured-content .featured_wrap .featuredList > .flexBox .featuredBox .txt table{
    width:100%;
    margin: 1.8em auto;
}

#featured-content .featured_wrap .featuredList > .flexBox .featuredBox .txt table th{
    width:6em;
}

#featured-content .featured_wrap .featuredList > .flexBox .featuredBox .btnStl01{
    display: block;
    width:70%;
    text-align:center;
    margin:auto auto 0;
}

#about-kbic {
  position: relative;
  padding: 0;
}
#about-kbic .contentIn {
  padding-top: 50px;
  width: 1035px;
}
.btnbox1 .btnStl06 {
  margin-top: 20px;
  padding: 1.2em 1em;
  width: 20em;
  position: relative;
}
.btnbox2 .btnStl06 {
  margin: 20px auto;
  padding: 1.2em 1em;
  width: 16em;
  position: relative;
}
.btnbox1 .btnStl06::after,
.btnbox2 .btnStl06::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 1em;
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/arrowT_wh01.svg) no-repeat center center/contain;
}
#about-kbic .ttlStl01 {
  padding-bottom: 0;
}
#about-kbic .txt1 {
  font-weight: bold;
}
@media (min-width: 768px) {
  #about-kbic .txt1 {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  #about-kbic .txt1 {
    font-size: 1.25em;
  }
  #about-kbic .txt1 span {
    font-size: 1.5625em;
  }
}
#about-kbic .bnrBox01 {
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0;
}
@media (min-width: 1024px) {
  #about-kbic .bnrBox01 {
    display: flex;
  }
}
#about-kbic .bnrBox01 .box2 {
  font-weight: bold;
}
#about-kbic .bnrBox01 .box1 {
  text-align: center;
  font-weight: bold;
  margin: 20px auto 40px;
  width: 480px;
  max-width: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 30px;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0,0.2);
}
@media (max-width: 1023px) {
  #about-kbic .bnrBox01 .box2 {
    margin-left: auto;
    margin-right: auto;
  }
}
#about-kbic .bnrBox01 h4 {
  font-size: 1.0625em;
  border-bottom: solid 2px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#about-kbic .bnrBox01 dl {
  display: flex;
  flex-wrap: wrap;
}
#about-kbic .bnrBox01 dt {
  margin-bottom: 5px;
  width: 30%;
  font-size: 13px;
  color: #fff;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about-kbic .bnrBox01 dd {
  margin-bottom: 5px;
  padding-left: 10px;
  width: 70%;
  text-align: left;
  font-feature-settings: "palt";
}
@media (min-width: 1024px) {
  #about-kbic .bnrBox01 dt {
    width: 22%;
  }
  #about-kbic .bnrBox01 dd {
    width: 78%;
  }
}

#about-kbic .bnrBox01 dd span {
  display: block;
  font-size:13px;
}
@media (min-width: 768px) {
  #about-kbic .bnrBox01 {
    justify-content: space-between;
  }
  #about-kbic .bnrBox01 .box1 {
    max-width: 49%;
  }
  #about-kbic .bnrBox01 dd span {
    display: inline;
  }
}
#about-kbic .bg01 {
  width: 100%;
  height: auto;
  margin-top: -2px;
}
#about-kbic .txt {
  flex-basis: 48.75%;
}
#about-kbic .txt p {
  line-height: 2em;
}
@media (min-width: 660px) {
  #about-kbic .bnrBox01 .box2 {
    max-width: 49%;
  }
}
@media screen and (min-width: 769px) {
  #about-kbic .bnrBox01 .box1 {
    max-width: 49%;
  }
  #about-kbic .txt p {
    font-size: 1.25em;
  }
}
@media (min-width: 1024px) {
  #about-kbic .bnrBox01 .box1 {
    padding: 15px 24px;
  }
  #about-kbic .bnrBox01 .box2 {
    padding: 0 24px;
  }
}
#about-kbic .txt .btnStl01 {
  display: block;
  max-width: 320px;
  margin: 2em auto 0;
  font-size: 1.25em;
  text-align: center;
}
#about-kbic .img {
  flex-basis: 45.417%;
  margin-right: 10px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 10px 10px 0 #009e3a;
}
@media screen and (max-width: 768px) {
  #about-kbic .img {
    margin-top: 3em;
    box-shadow: 5px 10px 0 #009e3a;
  }
}
#about-kbic .img img {
  width: 100%;
}

#event-guide {
  margin-top: -2px;
  padding: 50px 0 0;
  background: #fff;
}
#event-guide .bg01 {
  width: 100%;
  height: auto;
}
#event-guide div.taC > img {
  width: 100%;
}

#modelcourse .ttlStl11 {
  font-size: 1.3125em;
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  #modelcourse .ttlStl11 {
  font-size: 1.95em;
  }
}
#modelcourse > p {
  font-weight: bold;
}
@media (min-width: 768px) {
  #modelcourse > p {
    text-align: center;
  }
}
#modelcourse .boxStl06 {
  position: relative;
  margin: 1em 0;
  padding: 2em 2em 0;
  border: 5px solid #e5e5e5;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
#modelcourse .boxStl06 div.flexBox {
  justify-content: space-between;
}

#modelcourse .boxStl06 div.flexBox p {
  line-height: 1.2;
  font-weight: bold;
}
#modelcourse .border2 {
  border-bottom: 4px solid #e5e5e5;
  padding-bottom: 10px;
}
#modelcourse .boxStl06 .imgNum {
  margin-right: 5px;
}
#modelcourse .boxStl06 .imgNum2 {
  margin-left: 10px;
  width: 30px;
}
modelcourse .boxStl06 .imgNum img {
  width: 28px;
  height: auto;
}
#modelcourse .boxStl06::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border: solid 5px #e5e5e5;
  border-radius: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
}
#modelcourse .boxStl06 li {
  line-height: 1.3;
  margin-bottom: 50px;
  position: relative;
}
#modelcourse .boxStl06 h4 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 4px dotted #e5e5e5;
  font-family: 'Noto Sans JP';
  font-weight: 900;
}
#modelcourse .boxStl06 li:not(:last-of-type):after {
  content: "";
  position: absolute;
  bottom: -45px;
  right: 0;
  left: 0;
  display: block;
  height: 43px;
  background: url("../img/img_arrow.png") no-repeat center center/contain;
  transform: rotateZ(90deg);
}
#modelcourse .imgBox1 {
  margin: -50px auto 50px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  #modelcourse .imgBox1 {
    margin: -50px 0 50px auto;
    text-align: right;
  }
}
@media (min-width: 768px) {
  #modelcourse .boxStl06 {
    margin-top: 2em;
    padding: 2em 3em 0;
  }
  #modelcourse .boxStl06 h4 {
    font-size: 1.25em;
    height: 62px;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  #modelcourse .boxStl06 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  #modelcourse .boxStl06 li {
    width: 30%;
    margin-bottom: 40px;
  }
  #modelcourse .boxStl06 li:nth-child(1):after,
  #modelcourse .boxStl06 li:nth-child(2):after {
    bottom: 33%;
    right: -115%;
    left: 0;
    transform: rotateZ(360deg);
  }
  #modelcourse .boxStl06 li:nth-child(3):after {
    bottom: -33%;
    left: 0;
    right: 0;
    transform: rotateZ(90deg);
  }
  #modelcourse .boxStl06 li:nth-child(4):after,
  #modelcourse .boxStl06 li:nth-child(5):after {
    bottom: 33%;
    left: -117%;
    right: 0;
    transform: rotateZ(180deg);
  }
  #modelcourse .boxStl06 li:nth-child(4) {
    order: 3;
  }
  #modelcourse .boxStl06 li:nth-child(5) {
    order: 2;
  }
}

#event01,
#event03 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e5f7ff;
}
#event01 .ttl01,
#event02 .ttl01 {
  color: #004ea2;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  border-bottom: 4px solid #e5e5e5;
  font-family: '游ゴシック体',YuGothic,'游ゴシック Medium','Yu Gothic Medium','游ゴシック','Yu Gothic',sans-serif;
}

#event01 .box3 h5 {
  padding-bottom: 5px;
  color: #004ea2;
  font-weight: bold;
}
#event01 .box3 .imgBox {
  padding: 20px 0;
  text-align: center;
}
#event01 .box3 .txtBox {
  border-top: solid 1px;
  padding-top: 20px;
  margin-top: 20px;
}

#event02 {
  padding-top: 50px;
  padding-bottom: 50px;
}
#event02 .stepBox img {
  margin: 15px auto 30px;
}

#event03 .boxStl07 {
  margin-top: 30px;
}
#event03 .boxStl07 dl {
  background-color: #fff100;
  border: solid 5px #e5e5e5;
  color: #004ea2;
  padding: 25px 30px;
  margin-bottom: 20px;
  border-radius: 20px;
  font-weight: bold;
}
#event03 .boxStl07 dt {
  font-size: 1.125em;
  line-height: 1.4;
  border-bottom: solid 5px #004ea2;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#event03 .boxStl07 dd {
  line-height: 1.5;
}
#event01 .border1,
#event02 .border1,
#event03 .border1 {
  border-bottom: solid 1px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#event01 .box2,
#event02 .box2,
#event03 .box2 {
  border-top: solid 1px;
  margin: 20px 0;
}
#event01 .box2 li,
#event02 .box2 li,
#event03 .box2 li {
  display: flex;
  padding: 5px 0;
  border-bottom: solid 1px;
  font-weight: bold;
}
#event01 .box2 h5,
#event02 .box2 h5,
#event03 .box2 h5 {
  width: 5em;
  color: #004ea2;
  font-weight: bold;
}

#event01 .boxStl06 .stepBox,
#event02 .boxStl06 .stepBox,
#event03 .boxStl06 .stepBox {
  position: relative;
  margin: 1em 0;
  padding: 2em 1.5em;
  border: 5px solid #e5e5e5;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
}
#event01 .boxStl06 .stepBox,
#event02 .boxStl06 .stepBox,
#event03 .boxStl06 .stepBox {
  border-bottom: solid 5px #e5e5e5;
  background-color: #fff;
  padding-bottom: 20px;
  margin-bottom: 10px;
  position: relative;
  text-align: justify;
}
#event01 .boxStl06 .stepBox::after,
#event02 .boxStl06 .stepBox::after,
#event03 .boxStl06 .stepBox::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border: solid 5px #e5e5e5;
  border-radius: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
}

@media (min-width: 768px) {
  #event01 .box3 .txtBox {
    padding-top: 25px;
    margin-top: 25px;
  }
  #event01 .ttl01,
  #event02 .ttl01 {
    font-size: 1.4375em;
  }
  #event01 .box3 h5,
  #event02 .box3 h5 {
    font-size: 1.125em;
  }
  #event01 .ttlStl12,
  #event02 .ttlStl12,
  #event03 .ttlStl12 {
    font-size: 1.875em;
    padding: 30px 25px;
  }
}

@media (min-width: 1024px) {
  #event01 .box3 {
    display: flex;
  }
  #event01 .txtBox {
    flex: 1;
  }
  #event01 .imgBox {
    width: 200px;
    margin-left: 10px;
  }
  #event01 .boxStl06,
  #event02 .boxStl06,
  #event03 .boxStl06 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #event01 .boxStl06 .stepBox {
    width: 49%;
  }
  #event02 .boxStl06 .stepBox {
    width: 32%;
  }
  #event01,
  #event02,
  #event03 {
    padding-top: 60px;
  }
  #event01 .ttlBox1,
  #event02 .ttlBox1,
  #event03 .ttlBox1 {
    display: flex;
  }
  #event01 .box1,
  #event02 .box1,
  #event03 .box1 {
    width: 62%;
  }
  #event01 .box1 p,
  #event02 .box1 p,
  #event03 .box1 p {
    font-size: 1.25em;
  }
  #event01 .box2,
  #event02 .box2,
  #event03 .box2 {
    width: 38%;
    margin: 0 0 30px 50px;
  }
  #event01 .box2 li,
  #event02 .box2 li,
  #event03 .box2 li {
    padding: 10px 0;
  }
  #event03 .boxStl07 {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  #event03 .boxStl07 {
    display: flex;
    justify-content: space-between;
  }
  #event03 .boxStl07 dl {
    width: 60%;
  }
  #event03 .boxStl07 dt {
    font-size: 1.5625em;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #event03 .boxStl07 dd {
    font-size: 1.25em;
    line-height: 1.7;
  }
}



#food-info {
  padding: 50px 0 0;
  background-color: #fff;
}
#food-info .contentIn {
  margin-bottom: 80px;
}
#food-info .ttlStl01 {
  margin-bottom: 0;
  padding-bottom: 0;
}
#food-info .ttlStl02 {
  color: #004ea2;
  display: block;
}
@media screen and (max-width: 1023px) {
  #food-info {
    padding: 30px 0 0;
  }
}
#food-info .food_list {
  margin-top: 2em;
  margin-bottom: 4em;
}
@media screen and (max-width: 1023px) {
  #food-info .food_list {
    margin-top: 0.5em;
  }
}
#food-info .food_list .food_con {
  margin-top: 2.2em;
}
@media (min-width: 1024px) {
  #food-info .food_list .food_con {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 1023px) {
  #food-info .food_list .food_con + .food_con {
    margin-top: 3em;
  }
}
#food-info .food_list .food_con .img {
  position: relative;
  aspect-ratio: 82/79;
  flex-basis: 35.96%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
  #food-info .food_list .food_con .img {
    max-width: 205px;
    margin: 0 auto 1.2em;
  }
}
#food-info .food_list .food_con .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#food-info .food_list .food_con .img > img {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
#food-info .food_list .food_con .img .ico {
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75em;
  height: 1.75em;
  color: #fff;
  font-family: "Barlow Condensed";
  font-size: 1.375em;
  font-weight: bold;
  font-style: italic;
  border-radius: 50%;
}
#food-info .food_list .food_con .txt {
  flex-basis: 60.5%;
}
#food-info .food_list .food_con .txt table {
  width: 100%;
}
#food-info .food_list .food_con .txt table tr > * {
  padding: 0.5em 0;
}
#food02 .txt1 {
  font-size: 1.25em;
  margin-top: 0.5em;
}
@media (min-width: 1024px) {
  #food02 .txt1 {
    font-size: 1.875em;
  }
}

#online-organizations {
  padding: 5.5em 0;
  background: #e5f7ff;
  margin-top: -1px;
}
@media (max-width: 767px) {
  #online-organizations {
    padding: 3em 0 5.5em;
  }
  section .ttlStl01 .fc_blue02 {
    display: block;
  }
}
#online-organizations .organizationsList .organizationBox {
  flex-basis: 47.5%;
  padding: 2.2em 0;
  border-bottom: 1px solid #909090;
}
@media (min-width: 768px) {
  #online-organizations > div > div > div:nth-child(17),
  #online-organizations > div > div > div:nth-child(18) {
    border-bottom: none!important;
  }
}
#online-organizations .organizationsList .organizationBox .img {
  flex-basis: 38.6%;
  flex-shrink: 0;
  margin-right: 1em;
  aspect-ratio: 1/0.9635;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
#online-organizations .organizationsList .organizationBox .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#online-organizations .organizationsList .organizationBox .txt {
  -webkit-flex-basis: 57.895%;
      -ms-flex-preferred-size: 57.895%;
          flex-basis: 57.895%;
}
#online-organizations .organizationsList .organizationBox .txt dl dt {
  margin-bottom: 0.8em;
  padding-bottom: 0.75em;
  font-size: 1.25em;
  border-bottom: 1px solid #909090;
}
#online-organizations .organizationsList .organizationBox .txt a {
  display: none;
  width: 95%;
  margin-top: 1em;
  font-size: 0.75em;
  font-weight: normal;
}

#online_ft_link {
  position: relative;
  padding: 0 0 6em;
}
#online_ft_link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2em;
  background: #fff6cc;
}
#online_ft_link .contentIn {
  position: relative;
  z-index: 1;
}
#online_ft_link .img {
  margin-right: 1.5em;
}
#online_ft_link .txt {
  max-width: 652px;
  margin-top: 5em;
}
#online_ft_link .txt p {
  color: #fff;
  font-size: 1.5625em;
  letter-spacing: 0.06em;
}
#online_ft_link .txt ul {
  gap: 2.5%;
  margin-top: 1.25em;
}
#online_ft_link .txt ul > li {
  -webkit-flex-basis: 46%;
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%;
}
#online_ft_link .txt ul > li a {
  width: 100%;
  height: 100%;
}

/*==================================

js animation

==================================*/
.js_st[class*=fadein] {
  opacity: 0;
}
.js_st[class*=fadeinT] {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.js_st[class*=fadeinB] {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.js_st[class*=fadeinR] {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.js_st[class*=fadeinL] {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.js_st[class*=fadein].scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1500ms, background 0.3s, min-width 0s;
  transition: all 1500ms, background 0.3s, min-width 0s;
}

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

/*==================================

@media screen SP

==================================*/
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
  .sp_bk {
    display: block;
  }
}

/*==================================
期間限定表示
==================================*/

.p_box {
  display: none;
  position: absolute;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  color: #e60012;
}


/*==================================
申し込み状況アイコン
==================================*/

#event_01 .eventBox::before,
#event_02 .eventBox::before {
  top: -20px;
  left: -15px;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  content: '';
}
@media (min-width: 1024px) {
  #event_01 .eventBox::before,
  #event_02 .eventBox::before {
    }
}
/*#event_02 #e-09::before,
#event_02 #e-11::before,
#event_02 #e-12::before,
#event_02 #e-13::before {
  background: url("../img/event/ico_wzk.png") no-repeat center center / contain;
}

#event_02 #e-01::before,
#event_02 #e-02::before,
#event_02 #e-03::before,
#event_02 #e-04::before,
#event_02 #e-05::before,
#event_02 #e-06::before,
#event_02 #e-07::before,
#event_02 #e-08::before,
#event_02 #e-10::before,
#event_02 #e-14::before,
#event_02 #e-15::before,
#event_02 #e-16::before,
#event_02 #e-17::before {
  background: url("../img/event/ico_choka.png") no-repeat center center / contain;
}
#event_02 #e {
  background: url("../img/event/ico_ari.png") no-repeat center center / contain;
}
*/

/* 追加 2023.09.29 */
#time-schedule .schedule_wrap .txt_01 {
  background: #fff;
  border: solid 5px #e5e5e5;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 30px;
}
#time-schedule .schedule_wrap .txt_01 img {
  vertical-align: middle;
  margin-right: 5px;
}
#time-schedule .schedule_wrap .txt_01 li {
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  #time-schedule .schedule_wrap .txt_01 {
    padding: 45px;
    font-size: 1.8rem;
  }
}







