@charset "UTF-8";
/* Scss Document */
/* Reset CSS
---------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Serif+JP:wght@200..900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
.block {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: none;
}

address,
em {
  font-style: normal;
}

img {
  vertical-align: bottom;
}



/* Fonts
---------------------------------------------------*/
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 500;
}

/* clearfix
---------------------------------------------------*/
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

#global_link {
  position: relative;
  top: -9px;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 53px;
  padding: 5px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 580px) {
  #global_link {
    position: fixed;
    background-color: #1a1a1a;
    width: 100%;
  }
}

#global_link a {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 10px !important;
  background: none !important;
  color: #ccc !important;
  text-decoration: none !important;
}

#global_link a:hover {
  color: #fff !important;
}

#global_link ul {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 0 !important;
  background: none !important;
}

@media screen and (max-width: 580px) {
  #global_link ul {
    display: inline-block !important;
    padding: 2em 0 0 0 !important;
    width: 100%;
  }
}

#global_link li {
  width: auto !important;
  height: auto !important;
  margin: 0 8px !important;
  padding: 0 !important;
  background: none !important;
  letter-spacing: 0.05em;
  font-size: 0.8em;
}

@media screen and (max-width: 580px) {
  #global_link li {
    width: auto !important;
    height: auto !important;
    margin: 0 8px !important;
    padding: 10px 0 !important;
    background: none !important;
    letter-spacing: 0.05em;
    font-size: 1.2em;
    border-bottom: 1px solid #fff;
  }
}

#global_link li:first-child {
  padding: 0 10px;
  letter-spacing: 0 !important;
}

@media screen and (max-width: 580px) {
  #global_link li:first-child {
    padding: 10px 0 !important;
  }
}

#global_link li:nth-of-type(2) {
  margin-left: auto !important;
}

@media screen and (max-width: 580px) {
  #global_link li:nth-of-type(2) {
    margin-left: 8px !important;
  }
}

#global_link li:last-of-type {
  margin-right: 10px !important;
}

#global_link li:not(:first-child) a {
  display: inline-block !important;
  position: relative;
  padding: 0 0 0 10px !important;
}

#global_link li:first-child a img {
  width: auto;
  height: 30px;
}

#global_link li:first-child a:hover img {
  opacity: 0.7;
}

#global_link li:not(:first-child) a:before {
  position: absolute;
  left: 0;
  top: 50%;
  border: 4px solid transparent;
  border-left: 5px solid #ccc;
  transform: translateY(-50%);
  content: '';
}

/* Scss Document */
/* 記述例
p {
  @include font-size(12);
}*/
/* 記述例
@include media(sp) {
	background-color: green;
}*/
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 400;
  color: #0D0D1B;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

*,
*::after {
  box-sizing: border-box;
}

.l-inner {
  min-width: 320px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.l-inner:after {
  content: "";
  clear: both;
  display: block;
}

/* Scss Document */
a {
  text-decoration: none;
  color: #1bb32f;
  outline: none;
}

.nolink a,
.nolink-bg a {
  pointer-events: none;
  cursor: default;
}

.nolink_gray a {
  background-color: #7d7d7d;
  border: #7d7d7d;
}

.b {
  font-weight: bold;
}

.nolink a {
  opacity: 0.5;
}

.nolink-bg {
  background-color: #cccccc !important;
}

.nolink2 a {
  pointer-events: none;
  cursor: default;
}

.title1 {
  text-align: center;
  margin-bottom: 30px;
}

.title1__head {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #EF858C;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .title1__head {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.title1__head:before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 2px;
  left: 0px;
  background-color: rgba(254, 163, 68, 0.7);
  z-index: -1;
}

.title2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

.title2:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #0D0D1B;
  margin: 20px auto 0;
}

.title3 {
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  background-color: #EF858C;
  padding: 6px 0;
}

.title4 {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  border-left: 5px solid #0D0D1B;
  border-bottom: 1px solid #0D0D1B;
  padding-left: 10px;
}

.title-main {
  text-align: center;
  padding: 50px 0 50px;
}

@media screen and (max-width: 768px) {
  .title-main {
    padding: 30px 0 30px;
  }
}

.title-main__head {
  display: inline-block;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 400;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .title-main__head {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.title-main__head:before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 7px;
  left: 0px;
  background-color: rgba(52, 52, 105, 0.5);
  z-index: -1;
}

#plant .title-main__head:before {
  background-color: rgba(78, 93, 157, 0.5);
}

#water .title-main__head:before {
  background-color: rgba(0, 143, 212, 0.5);
}

#energy .title-main__head:before {
  background-color: rgba(222, 108, 39, 0.5);
}

#security .title-main__head:before {
  background-color: rgba(0, 147, 68, 0.5);
}

.title-main__head__new {
  color: #E02634;
  font-size: 26px;
  font-size: 1.625rem;
  position: absolute;
  top: -25px;
  left: -20px;
  transform: rotate(-15deg);
}

.title-main__head br {
  display: none;
}

@media screen and (max-width: 768px) {
  .title-main__head br {
    display: inline-block;
  }
}

/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container {
  width: 100%;
  margin: 0 auto;
}

.menu-mobile {
  display: none;
  padding: 12px 20px;
  background-color: #EF858C;
  color: white;
}

@media screen and (max-width: 768px) {
  .menu-mobile {
    display: block;
  }
}

.menu-mobile:after {
  content: url(../img/icon_menu.png);
  width: 32px;
  height: 32px;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-15%);
}

.menu-dropdown-icon:before {
  content: url(../img/icon_arrow_down.png);
  width: 32px;
  height: 32px;
  display: none;
  cursor: pointer;
  float: right;
  padding-top: 10px;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .menu-dropdown-icon:before {
    display: block;
  }
}

.menu>ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .menu>ul {
    display: none;
    flex-flow: column;
  }

  .menu>ul.show-on-mobile {
    display: block;
  }
}

.menu>ul:before {
  content: "";
  display: table;
}

.menu>ul:after {
  content: "";
  display: table;
  clear: both;
}

/* 1019日以降↓ */
/* .menu > ul > li {
  background: #0D0D1B;
  width: calc(100% / 3);
  transition: 0.3s ease;
  justify-content: center;
  align-items: center;
} */


.menu>ul>li {
  background: #0D0D1B;
  /* width: calc(100% / 4); */
  width: calc(100% / 5);
  transition: 0.3s ease;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .menu>ul>li {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .menu>ul>li br {
    display: none;
  }
}

.menu>ul>li a {
  display: block;
  padding: 10px 0;
  color: white;
  font-weight: 500;
  text-align: center;
  width: 100%;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .menu>ul>li a {
    text-align: left;
    padding: 15px 10px;
  }
}

.menu>ul>li:nth-child(4) {
  border-right: 1px solid #fff;
}

.menu>ul>li p {
  display: block;
  padding: 10px 0;
  color: white;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .menu>ul>li p {
    text-align: left;
    padding: 15px 10px;
  }
}

.menu>ul>li {
  background-color: #EF858C;
}

.menu>ul>li>ul {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  background: #EF858C;
  padding: 40px;
  margin: 0;
  z-index: 99;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .menu>ul>li>ul {
    position: relative;
    top: 0;
    padding: 20px;
  }

  .menu>ul>li>ul.normal-sub {
    width: 100%;
  }
}

.menu>ul>li>ul:before {
  content: "";
  display: table;
}

.menu>ul>li>ul:after {
  content: "";
  display: table;
  clear: both;
}

.menu>ul>li>ul>li {
  float: left;
  width: calc(100% / 4);
}

@media screen and (max-width: 768px) {
  .menu>ul>li>ul>li {
    float: none;
    width: 100%;
  }
}

.menu>ul>li>ul>li a {
  display: block;
  width: 90%;
  text-align: left;
  border-bottom: 1px solid #fff;
  border-left: 0px !important;
}

.menu>ul>li>ul>li>ul {
  display: block;
  margin: 10px 0 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .menu>ul>li>ul>li>ul {
    position: relative;
  }
}

.menu>ul>li>ul>li>ul:before {
  content: "";
  display: table;
}

.menu>ul>li>ul>li>ul:after {
  content: "";
  display: table;
  clear: both;
}

.menu>ul>li>ul>li>ul>li {
  float: left;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .menu>ul>li>ul>li>ul>li {
    float: none;
  }
}

.menu>ul>li>ul>li>ul>li a {
  border: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.menu>ul>li>ul>li>ul>li a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #EF858C;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.menu>ul>li>ul>li>ul>li a:hover::after {
  transform: scale(1, 1);
}

.menu>ul>li>ul>li>ul>li a:after {
  background: white;
}

.menu>ul>li>ul.normal-sub {
  width: 400px;
  left: auto;
}

@media screen and (min-width: 768px) {
  .menu>ul>#nav_otherevent>ul.normal-sub {
    width: calc(100% / 5);
  }

  .menu>ul>#nav_otherevent>ul>li a {
    width: 100%;
  }
}

/* はみ出る問題解決20250130 */

@media screen and (max-width: 1513px) {
  .menu>ul>#nav_userVoices>ul.normal-sub {
    width: calc(100% / 4);
  }
}

@media screen and (max-width: 768px) {
  .menu>ul>#nav_userVoices>ul.normal-sub {
    width: 400px;
  }
}

/* はみ出る問題解決20250130 ここまで */

.menu>ul>li>ul.normal-sub>li {
  width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

header {
  background: #fff;
  /* display: flex; */
  /* padding: 0px 20px; */
  /* position: fixed; */
  justify-content: space-between;
  width: 100%;
  z-index: 99;
}

@media screen and (max-width: 580.1px) {
  .headInfo {
    margin-top: 3em;
  }
}

.headInfo--inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  min-height: 100px;
  height: 100%;
  margin: 18px auto;
  justify-content: center;
}

/* @media screen and (max-width: 1024px) {
  .headInfo--inner {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .headInfo--inner {
    flex-flow: row wrap;
    padding: 5px;
    margin-bottom: 10px;
    height: 9em;
  }
}
@media screen and (max-width: 540px) {
  .headInfo--inner {
    flex-flow: row wrap;
    padding: 5px;
    margin-bottom: 10px;
    height: 12em;
  }
} */
.headInfo__logo {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .headInfo__logo {
    margin-right: 15px;
    margin-bottom: 5px;
  }
}

.headInfo__logo img {
  width: 370px;
}

@media screen and (max-width: 768px) {
  .headInfo__logo img {
    width: 80%;
    /* width: 220px; */
  }
}

.headInfo__date {
  line-height: 1.8;
  margin: 0 15px;
  font-weight: 600;
  min-width: 350px;
}

@media screen and (max-width: 768px) {
  .headInfo__date {
    line-height: 1.5;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.headInfo__date span a {
  display: inline-block;
  background-color: #EF858C;
  font-size: 14px;
  font-size: 0.8rem;
  color: white;
  padding: 0px 5px;
  margin-left: 10px;
  transition: opacity 0.3s ease;
}

.headInfo__date span a:hover {
  opacity: 0.5;
}

.headInfo__jma {
  margin-left: auto;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .headInfo__jma {
    display: none;
  }
}

.headInfo__jma li a {
  display: inline-block;
  border-radius: 2px;
  padding: 2px 6px;
  width: 9em;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.8;
}

.headInfo__jma li:nth-child(1) {
  margin-bottom: 5px;
}

.headInfo__jma li:nth-child(1) a {
  background: #0093cf;
  color: #fff;
}

.headInfo__jma li:nth-child(2) a {
  border: 1px solid #0093cf;
  background: #fff;
  color: #0093cf;
}

.headInfo__btn {
  /* width: 300px; */
  display: flex;
  flex-flow: row wrap;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .headInfo__btn {
    width: 100%;
    margin-top: 5px;
    padding-left: 0px;
  }
}

.headInfo__btn li {
  width: 180px;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
  padding: 10px;
}

.headInfo__btn li:hover {
  opacity: 0.5;
}

@media screen and (max-width: 821px) {
  .headInfo__btn li {
    width: calc(100% / 4);
  }
}

@media screen and (max-width: 768px) {
  .headInfo__btn li {
    width: calc(100% / 3.1);
  }
}

.headInfo__btn li a {
  display: block;
  width: 100%;
  color: white;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .headInfo__btn li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.headInfo__btn li:nth-child(1) {
  background: #EF858C;
}

/* .headInfo__btn li:nth-child(1) a {
  padding: 10px 10px 15px;
} */
.headInfo__btn li:nth-child(2) {
  background-color: #dd551a;
  margin-left: 5px;
}

.headInfo__btn li:nth-child(3) {
  background-color: #EF858C;
  margin-left: 5px;
}

.headInfo__btn li img {
  width: 20px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .headInfo__btn li img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .headInfo__btn li br {
    display: none;
  }
}

nav {
  background-color: #EF858C;
}

/* .keyVisual {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
} */
.keyVisual {
  width: 100%;
  /* height: 400px; */
  overflow: hidden;
  position: relative;
  margin-top: 0px;
  /* top: 10.8em; */
}

/* @media screen and (max-width: 540px) {
  .keyVisual {
    width: 100%;
    height: 310px;
    overflow: hidden;
    position: relative;
    margin-top: 0px;
    top: 18.5em;
  }
}
@media screen and (max-width: 414px) {
  .keyVisual {
    width: 100%;
    height: 310px;
    overflow: hidden;
    position: relative;
    margin-top: 0px;
    top: 8.8em;
  }
} */
.pc .keyVisual__slider img {
  max-width: 1200px;
}

@media screen and (max-width: 1200px) {
  .pc .keyVisual__slider img {
    max-width: 800px;
  }
}

@media screen and (max-width: 800px) {
  .pc .keyVisual__slider img {
    max-width: 500px;
  }
}

@media screen and (max-width: 500px) {
  .pc .keyVisual__slider {
    display: none;
  }
}

@media screen and (min-width: 499px) {
  .mobile .keyVisual__slider img {
    display: none;
  }
}

.mobile .keyVisual__slider img {
  max-width: 375px;
}

.keyVisual__pop1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #dd551a;
  font-weight: 800;
  line-height: 1.3;
  font-size: 28px;
  font-size: 1.65rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 15px;
  vertical-align: top;
  width: 1000px;
  letter-spacing: -0.4px;
}

@media screen and (max-width: 768px) {
  .keyVisual__pop1 {
    width: 100%;
    font-size: 22px;
    font-size: 1.1rem;
    padding: 20px;
    display: inline-block;
  }

  /* .keyVisual__pop1 br {
    display: none;
  } */
}

.keyVisual__pop1 img {
  width: 80%;
}

.keyVisual__pop1 .btn-flat-border {
  width: 50%;
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  .keyVisual__pop1 .btn-flat-border {
    font-size: 0.8em;
    width: 100%;

  }
}

.keyVisual__pop2 {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .keyVisual__pop2 {
    width: 100%;
    display: inline-block;
  }
}

.keyVisual__pop2 li+li {
  margin-top: 20px;
}

.keyVisual__pop2 a:hover {
  opacity: 0.8;
}

.information {
  background: white;
}

.information--inner {
  max-width: 900px;
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 20px;
}

.information--inner:before {
  content: "";
  display: block;
  width: 0;
  min-height: 100px;
}

@media screen and (max-width: 768px) {
  .information--inner {
    width: 100%;
    flex-flow: column;
  }

  .information--inner:before {
    min-height: 0;
  }
}

.information__title {
  width: 20%;
  padding-right: 4em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .information__title {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding-bottom: 1em;
  }
}

.information__body {
  padding-left: 4em;
  border-left: 1px solid #0D0D1B;
}

@media screen and (max-width: 768px) {
  .information__body {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }
}

.information__body dt {
  clear: both;
  float: left;
  width: 7em;
}

@media screen and (max-width: 768px) {
  .information__body dt {
    float: none;
  }
}

.information__body dd {
  margin-left: 7em;
}

@media screen and (max-width: 768px) {
  .information__body dd {
    margin-left: 0;
    margin-bottom: 1em;
  }
}

.information__body dd a {
  position: relative;
  display: inline-block;
}

.information__body dd a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #EF858C;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.information__body dd a:hover::after {
  transform: scale(1, 1);
}

.contact {
  background: white;
  padding: 50px 0 50px;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 30px 0 30px;
  }
}

.contact--inner {
  max-width: 800px;
}

.contact__document {
  display: flex;
  flex-flow: row nowrap;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .contact__document {
    flex-flow: column;
  }
}

.contact__document ul {
  width: 50%;
  padding-left: 18px;
}

@media screen and (max-width: 768px) {
  .contact__document ul {
    width: 100%;
    padding-left: 50px;
    margin-bottom: 20px;
  }
}

.contact__document ul li {
  position: relative;
}

.contact__document ul li:after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #0D0D1B;
  border-bottom: 2px solid #0D0D1B;
  transform: rotate(-45deg);
}

.contact__document figure {
  width: 50%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .contact__document figure {
    width: 100%;
    text-align: center;
  }
}

.contact__btn {
  margin: 0 10px 40px;
}

.contact__btn a {
  display: block;
  width: 100%;
  color: white;
  background: #E02634;
  padding: 25px 0;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}

.contact__btn a:hover {
  opacity: 0.5;
}

.contact__box {
  max-width: 100%;
  margin: 0 10px;
  background: white;
  border: 1px solid #EF858C;
}

.contact__box__title {
  background: #EF858C;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: white;
  padding: 10px 0;
}

.contact__box__address {
  display: flex;
  flex-flow: row nowrap;
}

@media screen and (max-width: 768px) {
  .contact__box__address {
    flex-flow: column;
  }
}

.contact__box__address dl {
  width: 50%;
  padding: 40px 0 0 50px;
}

@media screen and (max-width: 768px) {
  .contact__box__address dl {
    width: 100%;
    padding: 20px;
  }
}

.contact__box__address dl dt:nth-of-type(2) {
  margin-bottom: 5px;
}

.contact__box__address dl dd.contact--tel {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.contact__box__address dl dd.contact--tel span a {
  font-size: 36px;
  font-size: 2.25rem;
  color: darkorange;
}

.contact__box__address dl dd.contact--jma-address {
  font-size: 13px;
  font-size: 0.8125rem;
}

.contact__box__address dl dd.contact--jma-address a {
  display: inline-block;
  margin-bottom: 10px;
  transition: opacity 0.3s ease;
}

.contact__box__address dl dd.contact--jma-address a:hover {
  opacity: 0.5;
}

.contact__box__address figure {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .contact__box__address figure {
    display: none;
  }
}

.contact__box__address figure img {
  width: 100%;
}

.footer {
  padding: 50px 0 50px;
  background-color: #EF858C;
  color: white;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 0 30px;
  }
}

.footer--inner {
  max-width: 900px;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .footer--inner {
    flex-flow: column;
    padding-left: 20px;
  }
}

.footer--inner>div {
  width: calc(100% / 3);
  padding: 50px 0 50px;
}

@media screen and (max-width: 768px) {
  .footer--inner>div {
    padding: 30px 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .footer--inner>div {
    width: 100%;
  }
}

.footer--inner>div a {
  color: white;
  background: url(../img/icon_arrow_right.png) no-repeat left center;
  padding-left: 20px;
}

.footer--inner>div>ul>li {
  margin-top: 30px;
}

.footer--inner>div>ul>li:first-child {
  margin-top: 0;
}

.footer--inner>div>ul>li>a {
  font-size: 18px;
  font-size: 1.125rem;
}

.footer--inner>div>ul>li>dl dt a {
  font-size: 18px;
  font-size: 1.125rem;
}

.footer--inner>div>ul>li>dl dd {
  margin-top: 10px;
}

.footer--inner>div>ul>li>dl dd ul li {
  margin-top: 3px;
}

.footer--inner>div>ul>li>dl dd ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  transition: opacity 0.3s ease;
}

.footer--inner>div>ul>li>dl dd ul li a:hover {
  opacity: 0.5;
}

.footer__logo {
  /* text-align: center; */
  margin-bottom: 10px;
}

.footer__logo img {
  width: 100px;
}

.footer__copyright {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#page-top a {
  display: block;
  width: 70px;
}

@media screen and (max-width: 768px) {
  #page-top a {
    width: 45px;
  }
}

#page-top a:hover {
  opacity: 0.5;
}

.page-top-link {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-top-link a {
  display: inline-block;
  background-color: #EF858C;
  color: white;
  padding: 3px 15px 3px 35px;
  position: relative;
}

.page-top-link a i {
  position: absolute;
  top: 5px;
  left: 5px;
}

body .table-style {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #008FD4;
  background-color: white;
}

body .table-style tr {
  border-bottom: 1px solid #008FD4;
}

body .table-style tr td {
  border-left: 1px solid #008FD4;
  padding: 20px;
}

body .table-style tr .table-style__title {
  font-size: 20px;
  font-size: 1.25rem;
}

body .table-style tr .table-style__category {
  background-color: rgba(0, 143, 212, 0.2);
}

body .table-style tr .table-style__red {
  color: #E02634;
  font-style: italic;
}

body .table-style th {
  padding: 20px;
  background-color: rgba(0, 143, 212, 0.2);
}




.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto 0;
}

@media screen and (max-width: 1024px) {
  .wrapper {
    max-width: 600px;
    padding: 20px;
  }
}

/* .wrapper div {
  width: 46.5%;
} */
.wrapper div .information {
  max-width: 550px;
  width: 100%;
}

.top_information {
  max-width: 550px;
  /* width: 46.5%; */
  margin: 25px 10px 40px;
}

.wid {
  max-width: 100% !important;
}

.top_information ul {
  overflow: auto;
  margin: 0 10px;
  max-height: 320px;
}

.top_information li {
  display: flex;
  align-content: flex-start;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ccc;
}

.top_information li.new time::before {
  display: block;
  color: #c00;
  line-height: 1;
  content: 'NEW';
}

.top_information li div b {
  display: inline-block;
  min-width: 120px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding: 3px 5px;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 1.0em;
}

.top_information li div b.info {
  background: #EF858C;
}

.top_information li div b.press {
  background: #73a808;
}

/* .top_information li div p {
  width: 450px;
} */
/* .top_information li div a {
  margin-left: 20px;
} */


@media screen and (max-width:640px) {
  .top_information {
    max-width: none;
    width: auto;
    margin: 25px 5px 30px;
  }
}

@media screen and (max-width:414px) {
  .top_information {
    padding-top: 0em;
  }

  .top_information ul {
    max-height: 260px;
  }

  .top_information li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .top_information li time {
    min-width: 80px;
    font-size: 1.1rem;
  }

  .top_information li div {
    display: inline;
  }

  .top_information li div b {
    display: inline-block;
    min-width: 100px;
    margin-bottom: 0;
    font-size: 1.0rem;
  }

  .top_information li div p a {
    display: block;
  }
}

.information_topic {
  border-bottom: solid 3px #EF858C;
  position: relative;
  font-size: 1.4em;
  margin-bottom: 30px;
  padding-top: 30px;
  color: #EF858C;
}

.information_topic:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

.information_topic_k {
  border-bottom: solid 3px #dd551a;
  position: relative;
  font-size: 1.4em;
  margin-bottom: 30px;
  padding-top: 30px;
  color: #dd551a;
}

.information_topic_k:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

.top_banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_banners>div {
  max-width: 560px;
  width: 46.5%;
  margin: 0 10px;
}


.top_banners ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_banners ul:after {
  content: "";
  display: block;
  width: 160px;
}

.top_banners li {
  overflow: hidden;
  max-width: 160px;
  margin-bottom: 5px;
  border-bottom: 0px
}

@media screen and (max-width:640px) {
  #top_information {
    max-width: none;
    width: auto;
    margin: 25px 5px 30px;
  }

  #top_information ul {
    max-height: 260px;
  }

  #top_information li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  #top_information li time {
    min-width: 80px;
    font-size: 1.1rem;
  }

  #top_information li div {
    display: inline;
  }

  #top_information li div b {
    display: inline-block;
    min-width: 100px;
    margin-bottom: 0;
    font-size: 1.0rem;
  }

  #top_information li div p a {
    display: block;
    padding: 10px 0;
  }
}

/* .em12 {
  margin-top: 12em!important;
}
@media screen and (max-width:768px) {
  .em12 {
    margin-top: 17em!important;
  }
}
@media screen and (max-width:414px) {
  .em12 {
    margin-top: 12em!important;
  }
}
.top_em11 {
  padding-top: 11em;
}
@media screen and (max-width:768px) {
  .top_em11 {
    padding-top: 17em!important;
  }
} */

.pt0 {
  padding-top: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px;
}

.mt80 {
  margin-top: 80px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.pt240 {
  padding-top: 240px;
}

.pb80 {
  padding-bottom: 80px;
}

.ml40 {
  margin-left: 40px !important;
}

.left_side {
  text-align: left;
  margin-left: 30px;
}

.right_side {
  text-align: right;
  margin-right: 30px;
}

.footer_width {
  max-width: 1200px;
  margin: 0 auto;
}

.top_inline_img {
  width: 23%;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .top_inline_img {
    display: none;
  }
}

.top_inline_img2 {
  width: 23%;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .top_inline_img2 {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .top_inline_img3 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .top_inline_img3 {
    width: 100%;
    display: inline-block;
  }
}

.top_inline_p {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  font-size: 90%;
  line-height: 50px;
}

@media screen and (max-width: 768px) {
  .top_inline_p {
    width: 100%;
  }
}

.top_inline_p span {
  font-size: 50%;
}

.wrapper>div {
  width: 46.5%;
}

@media screen and (max-width: 768px) {
  .wrapper>div {
    width: 100%;
  }
}

a:hover {
  opacity: 0.5 !important;
  transition: 0.2s !important;
}

.top_stage {
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

#interview h1 {
  margin: 0 auto;
  padding: 70px 30px;
  border-bottom: 1px dotted #999;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.3;
  font-family: 'Noto Sans Japanese';
  letter-spacing: 0.05em;
  text-align: center;
  /* color: #fff; */
}

#interview h1 span {
  font-size: 1.8rem;
  vertical-align: middle;
}

@media screen and (max-width: 540px) {
  #interview h1 span {
    font-size: 1rem;
  }
}

.webiner_top h1 {
  margin: 0 auto;
  padding: 20px 30px 10px !important;
  border-bottom: 0px !important;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.3;
  font-family: 'Noto Sans Japanese';
  letter-spacing: 0.05em;
  text-align: center;
  color: #dd551a !important;
  background-color: rgba(255, 255, 255, 0.95) !important;
}

#interview h2 span:first-of-type {
  margin: 0 25px 0 15px;
  padding: 20px 0;
  color: #333;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.2;
  font-family: 'Noto Sans Japanese';
}

/* @media screen and (max-width: 768px) {
  #interview h2 span:first-of-type {
    display: block;
    margin: 0;
    padding: 2.67vw;
    background: #333;
    color: #fff;
    font-size: 1.6rem;
} */
#interview h2 span:last-of-type {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  width: 150px;
  margin-left: auto;
  padding: 0 20px;
  background: #999;
  color: #fff;
}

#interview h2 span:last-of-type:before {
  position: absolute;
  top: 0;
  left: -25px;
  width: 50px;
  height: 100%;
  background: #999;
  transform: skewX(-25deg);
  content: '';
}

@media screen and (max-width: 768px) {
  #interview h2 span:last-of-type {
    display: none;
  }
}

#interview h2 b {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2;
  word-break: break-all;
  text-align: right;
}

#interview .interview_name_1 {
  background: #999;
  padding: 2px 5px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}

#interview .interview_comment {
  font-weight: bold;
  margin: 5px 0px;
  font-size: 1em;
  padding-bottom: 5px;
  border-bottom: #999 dotted 1px;
  letter-spacing: -1px;
}

#interview .interview_comment span {
  font-weight: normal;
}

#interview .interview_name_2 {
  font-weight: bold;
  font-size: 1.1em;
}

#interview .interview_representative {
  font-weight: bold;
  margin-left: 10px;
}

#interview .interview_representative span {
  margin-bottom: -10px;
  font-weight: normal;
}

#interview .interview_box {
  margin-bottom: 50px;
}

#interview .interview_box {
  background: #ebebeb;
  padding: 10px;
  height: calc(100% - 10px);
}

#interview .interview_box a {
  text-align: center;
}

#interview .interview_box img {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb50 {
  margin-bottom: 50px;
}

#interview dd {
  margin-left: 10px;
  font-size: 1.0em;
}

#interview dd dl {
  margin-bottom: 10px;
}

#interview dd dt.zimukyoku {
  background: #ebebeb;
}

#interview dd dt {
  display: inline-block;
  min-width: 54px;
  margin: 5px 10px 5px 0;
  padding: 5px;
  border-radius: 5px;
  border-left: none;
  background: #d2eaf9;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

#interview dt {
  font-size: 1.2em;
  margin: 50px 0 10px;
  padding-left: 15px;
  border-left: #ccc 5px solid;
  font-weight: bold;
}

#interview dd>p {
  margin-bottom: 20px;
}

.interview_title_sub {
  justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto 0;
}

@media screen and (max-width: 1024px) {
  .interview_title_sub {
    max-width: 800px;
  }
}

.interview_title_sub h3 {
  font-size: 1.6em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .flex_none {
    display: none
  }
}

#interview .inner>p {
  margin: 25px 0 10px 30px;
}

#interview a {
  margin: 30px auto;
  /* width: 50%; */
}

a.box:not(.soon) {
  display: block;
  overflow: hidden;
  outline: none;
  position: relative;
  padding: 22px 10px;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: all .5s;
}

a.box:before,
a.box:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  transition: all .5s;
}

a.box i.icon_arrow {
  position: absolute;
  top: 50%;
  left: 0;
  border: 8px solid transparent;
  border-left: 8px solid currentColor;
  transform: translateY(-50%);
  content: '';
}

[class^="icon_"],
[class*=" icon_"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.box:not(.soon):after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

a.box:before,
a.box:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  transition: all .5s;
}

a.box:before {
  top: 0;
  left: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}

a.box:before,
a.box:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  transition: all .5s;
}

a.box:not(.soon):hover {
  background-color: #333;
  color: #fff;
  transition: all .7s;
  opacity: 1.0 !important;
}

#interview dd>span {
  font-weight: bold;
}

#interview dt.interviewee02 {
  background: #d8f9d2;
}



#interview .inner>p {
  margin: 25px 0 10px 30px;
}

.link_block {
  width: 100%;
}

.interview_box a:hover {
  opacity: 0.5 !important;
  transition: 0.2s !important;
}

.tx_left_normal {
  font-weight: normal;
}


.tx_left {
  text-align: left;
}

.tx_center {
  text-align: center;
}

.tx_right {
  text-align: right;
}

.mini_moji {
  font-size: 0.8em;
}

.big_moji {
  font-size: 1.4em;
}

.big_moji_2 {
  font-size: 1.2em;
}

.white_bg {
  background: #fff;
  padding: 0px 20px 20px 20px;
}

/* .outline_show {
  margin-top: 50px;
} */
.outline_show img {
  margin-top: 30px;
  width: 600px;
}

.outline_show ul {
  margin-left: 1.5em;
}

.outline_show ul li {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2em;
  margin-top: 10px;
  letter-spacing: -1px;
}

.outline_show ul li span {
  font-size: 0.8em;
  font-weight: 300;
}

.outline_show h2 {
  font-size: 1.4em;
  font-weight: 600;
  background-color: #fff !important;
  letter-spacing: -1px;
  display: block !important;
  text-align: center;
}

@media screen and (max-width: 414px) {
  .outline_show h2 {
    text-align: left;
  }
}

.outline_show .outline_subtitle_1 {
  color: #475499;
}

.outline_show .outline_subtitle_2 {
  color: #EF858C;
}

.outline_show .outline_subtitle_3 {
  color: #df5f43;
}

.outline_show .outline_subtitle_4 {
  color: #de6a08;
}

.outline_show .outline_subtitle_5 {
  color: #0086d1;
}

.outline_show .outline_subtitle_6 {
  color: #EF858C;
}

.outline_show .outline_subtitle_7 {
  color: #8a62a1;
}

.outline_show h3 {
  background-color: #dd551a;
  color: #fff;
  font-weight: 600;
  padding: 3px 10px;
  margin-top: 20px;
}

.outline_p {
  padding: 0 20px;
}

.button_out {
  pointer-events: none;
}

#interview table {
  margin: 20px auto 0;
  border: 1px solid #0D0D1B;
  width: 100%;
}

#interview table th {
  width: 15%;
  padding: 10px;
  border: 1px solid #0D0D1B;
  vertical-align: middle;
  color: #fff;
  background: #999;
}

@media screen and (max-width: 540px) {
  #interview table th {
    width: 100%;
    display: inline-block;
  }
}

/* #interview .top_stage th {
  width: 15%;
  padding: 10px;
  border: 1px solid #0D0D1B;
  vertical-align: middle;
  font-weight: 300;
  color:#0D0D1B;
  background: #fff;
}
@media screen and (max-width: 540px) {
  #interview .top_stage th {
    width: 100%;
    display: inline-block;
  }
} */

#interview table td {
  width: 60%;
  padding: 10px 10px 10px 20px;
  border: 1px solid #0D0D1B;
}

@media screen and (max-width: 540px) {
  #interview table td {
    width: 100%;
    display: inline-block;
  }
}

#interview .top_stage td {
  width: 40%;
  vertical-align: middle;
  background: #fff;
}

@media screen and (max-width: 540px) {
  #interview .top_stage td {
    width: 100%;
    display: inline-block;
  }
}

.btn-flat-border {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  background: #ffa600;
  color: white;
  border: solid 2px #ffa600;
  border-radius: 3px;
  transition: .2s;
  text-align: center;
  width: 50%;
  font-size: 1.6em;
}

@media screen and (max-width: 768px) {
  .btn-flat-border {
    width: 100%;
  }
}

.btn-flat-border2 {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  background: #0aa7e6;
  color: white;
  border: solid 2px #0aa7e6;
  border-radius: 3px;
  transition: .2s;
  text-align: center;
  width: 50%;
  font-size: 1.6em;
}

@media screen and (max-width: 768px) {
  .btn-flat-border2 {
    width: 100%;
  }
}

h1 .btn-flat-border {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #ffa600;
  color: white;
  border: solid 2px #ffa600;
  border-radius: 3px;
  transition: .2s;
  text-align: center;
  width: 80%;
  font-size: 0.75em;
  font-weight: 300;
  letter-spacing: 0.8px;
}

.btn-flat-border:hover {
  color: #ffa600;
  background-color: #fff;
  border: solid 2px #ffa600;
  border-radius: 3px;
}

.exhibit_inline {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 414px) {
  .exhibit_inline {
    width: 100%;
    text-align: center;
  }
}

.exhibit_box p span {
  padding: 3px 5px;
  background: #ffff00;
}

.exhibit_inline h2 {
  color: #fff;
  background: #0D0D1B !important;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.exhibit_box h2 {
  font-size: 1.6em;
  background: #fff !important;
  margin-bottom: 20px;
  padding-left: 3em;
  text-indent: -3em;
}

.margin_auto {
  margin: 0 auto;
}

.transportation_flex {
  /* display: flex; */
}

.transportation_inline {
  padding: 15px;
  border: 2px solid #333;
  background: #EF858C;
  color: #fff;
  margin: 4px;
  width: 24%;
  display: inline-block;
  text-align: center;
  border-radius: 15px;
  font-weight: 600;
  font-size: 1.5em;
}

@media screen and (max-width: 1024px) {
  .transportation_inline {
    width: 48%;
  }
}

@media screen and (max-width: 414px) {
  .transportation_inline {
    width: 100%;
    margin: 5px 0px;
  }
}

.top_stage .topic_sentence {
  width: 80%;
  margin: 0 auto;
}

.topic_sentence {
  font-size: 1.4em;
}

.topic_sentence span {
  padding: 0px 5px;
  background: #ffff00;
  font-weight: 600;
}

.transportation_title {
  font-size: 4rem !important;
}

@media screen and (max-width: 540px) {
  .transportation_title {
    font-size: 2rem !important;
  }
}

.download_box {
  border: 1px solid #333;
  vertical-align: middle;
  display: table-cell;
}

.download_box img {
  vertical-align: middle;
}

#download .information_topic {
  border-bottom: solid 3px #EF858C;
  position: relative;
  font-size: 1.4em;
  margin-bottom: 30px;
  padding-top: 15px;
  color: #EF858C;
  width: 100%;
  background: #fff;
}

#download table {
  border: 0px;
  border-spacing: 20px 0;
  border-collapse: separate;
}

#download table tr {
  border: 0px;
}

@media screen and (max-width: 540px) {
  #download table tr {
    display: inline-block;
    width: 100%;
  }
}

#download table th {
  background: #fff;
  width: 50%;
  border: 1px solid #333;
}

#download table td {
  background: #fff;
  border: 0px;
  text-align: center;
  padding: 20px 30px;
  width: 40%;
}

@media screen and (max-width: 540px) {
  #download table td {
    display: inline-block;
    width: 100%;
  }
}

#download .dotted {
  border-bottom: 1px dotted #333;
  padding: 0 20px;
}

.water_table table th {
  color: #fff;
  background: #EF858C;
  padding: 10px;
}

.water_table table tr {
  color: #333;
  background: #daf2e8;
  padding: 5px;
  letter-spacing: -1px;
  border: 1px solid #EF858C;
}

.water_table table tr:nth-of-type(even) {
  color: #333;
  background: #fff;
  padding: 5px;
  letter-spacing: -1px;
  border: 1px solid #EF858C;
}

.water_table table td {
  border: 1px solid #EF858C;
  vertical-align: middle;
  text-align: left;
  padding: 3px;
  font-size: 0.9em;
  width: 35%;
}

.water_schdule {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

.water_schdule_title h2 {
  color: #fff;
  background: #EF858C;
  width: 100%;
  padding: 10px 5px;
}

.water_schdule_box {
  padding: 10px;
  border: 3px solid #daf2e8;
  border-radius: 10px;
  margin: 10px 0;
}

.water_schdule_topic {
  margin-top: 5px;
  padding: 5px;
  background: #EF858C;
  color: #fff;
}

.water_schdule_arart {
  padding: 5px;
  background: #ff0000;
  color: #fff;
}

.water_schdule_button {
  margin: 0 auto;
  text-align: center;
}

.footer_width p span {
  padding: 3px 5px;
  color: #fff;
  background: #EF858C;
}

.base_width {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .base_width {
    width: 90%;
  }
}

.inline_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.inline_flex img {
  margin: 5px 10px;
}

.main_title {
  margin: 0 auto;
  padding: 50px 0 30px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.3;
  font-family: 'Noto Sans Japanese';
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main_title {
    font-size: 1.8em;
    padding: 60px 0 0px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 980px;
  margin-top: 20px;
  border-top: 1px solid #9CB4A5;
  border-bottom: 1px solid #9CB4A5;
}

table tr th {
  border-bottom: 1px dotted #9CB4A5;
  padding: 2px 0px;
  background-color: #D5E6DA;
  vertical-align: middle;
}

table td {
  border-bottom: 1px dotted #999;
  padding: 8px 15px;
}

.inline_2 {
  display: inline-block;
  width: 28%;
  vertical-align: middle;
}

.toparea {
  top: 15em;
  position: relative;
}

.exhibit_box_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.exhibit_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.exhibit_box_area .exhibit_box {
  width: 48%;
  border: 4px solid #dd551a;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .exhibit_box_area .exhibit_box {
    width: 100% !important;
  }
}

.exhibit_box_area .exhibit_box h3 {
  font-size: 1.6em;
  color: #fff;
  background-color: #dd551a;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box h3 .new {
  color: #ffee00;
  background-color: #dd551a;
  padding: 3px 6px;
  margin-left: 10px;
  border-radius: 10px;
  font-size: 0.7em;
  vertical-align: top;
}

.exhibit_box_area .exhibit_box h3 .mini_moji {
  font-size: 0.6em !important;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box h4 {
  font-size: 1.2em;
  color: #fff;
  background-color: #dd551a;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box ul {
  display: inline-block;
  width: 48%;
  padding: 10px;
  vertical-align: top;
  letter-spacing: -0.7px;
  font-size: 0.95em;
}

.exhibit_box_area .exhibit_box ul li span {
  color: #dd551a;
}

.exhibit_box img {
  width: 48%;
  padding: 5px 2px;
}

@media screen and (max-width: 768px) {
  .exhibit_box img {
    width: 100%;
    text-align: center;
  }
}

/* width=48%で横並び */
/* 元の色#036eb8 */
.exhibit_box_area .type1_outer {
  width: 48%;
  border: 4px solid #0c753f;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .type14_outer {
  width: 48%;
  border: 4px solid #6a0dad;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .type1_outer img {
  width: auto !important;
}

/* 2025年の色#008a83 */
.exhibit_box_area .type2_outer {
  width: 48%;
  border: 4px solid #ff1493;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

/* 2025年の色#920783 */
.exhibit_box_area .type3_outer {
  width: 48%;
  border: 4px solid #6b8e23;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .type4_outer {
  width: 48%;
  border: 4px solid #8fc31f;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .type4_outer img {
  width: auto !important;
}

/* 元の色#a47230 */
.exhibit_box_area .type5_outer {
  width: 48%;
  border: 4px solid #00bfff;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .type5_outer img {
  width: auto !important;
}

.exhibit_box_area .type6_outer {
  width: 48%;
  border: 4px solid #4169e1;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .type7_outer {
  width: 48%;
  border: 4px solid #e19c32;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .type8_outer {
  width: 48%;
  border: 4px solid #811c2c;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .type9_outer {
  width: 48%;
  border: 4px solid #4db6ac;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .type10_outer {
  width: 48%;
  border: 4px solid #EE0000;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .exhibit_box .type10 h3 {
  background-color: #EE0000;
  color: white;
  font-size: 20px;
}

.exhibit_box_area .exhibit_box .type10 h4 {
  background-color: #EE0000;
}

.exhibit_box_area .exhibit_box .type10 ul li span {
  color: #EE0000;
}

.exhibit_box_area .exhibit_box .type10 .zone-title.center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: #EE0000;
  padding: 4px 8px;
  border-radius: 4px;

}

.exhibit_box_area .exhibit_box .type10 .zone-title.center h3 {
  margin: 0;
  flex-shrink: 0;
  background: none;
  text-align: left;
}

.exhibit_box_area .exhibit_box .type10 .zone-title.center img {
  height: 55px;
  width: auto;
}

/* 2025年#e9583 */
.exhibit_box_area .type11_outer {
  width: 48%;
  border: 4px solid #e6b800;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .exhibit_box .type11 h3 {
  background-color: #e6b800;
  color: white;
  font-size: 17px;
}

.exhibit_box_area .exhibit_box .type11 h4 {
  background-color: #e6b800;
}

.exhibit_box_area .exhibit_box .type11 ul li span {
  color: #e6b800;
}


.exhibit_box_area .exhibit_box .type11 .zone-title.center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: #e6b800;
  padding: 4px 8px;
  border-radius: 4px;
}

.exhibit_box_area .exhibit_box .type11 .zone-title.center h3 {
  margin: 0;
  flex-shrink: 0;
  background: none;
  text-align: left;
}

.exhibit_box_area .exhibit_box .type11 .zone-title.center img {
  height: 55px;
  width: auto;
}

/* 2025年次/色#45b035 */
.exhibit_box_area .type12_outer {
  width: 48%;
  border: 4px solid #00ecff;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .exhibit_box .type12 h3 {
  background-color: #00ecff;
  color: white;
  font-size: 17px;
}

.exhibit_box_area .exhibit_box .type12 h4 {
  background-color: #00ecff;
}

.exhibit_box_area .exhibit_box .type12 ul li span {
  color: #00ecff;
}

/* 2025年の色#0068b7 */
.exhibit_box_area .type13_outer {
  width: 48%;
  border: 4px solid #ff551a;
  margin: 0px 5px 10px;
  border-radius: 10px;
}

.exhibit_box_area .exhibit_box .type12 .zone-title.center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: #00ecff;
  padding: 4px 8px;
  border-radius: 4px;
}

.exhibit_box_area .exhibit_box .type12 .zone-title.center h3 {
  margin: 0;
  flex-shrink: 0;
  background: none;
  text-align: left;
}

.exhibit_box_area .exhibit_box .type12 .zone-title.center img {
  height: 55px;
  width: auto;
}


.exhibit_box_area .exhibit_box .type13 h3 {
  background-color: #ff551a;
  color: white;
  font-size: 20px;
}

.exhibit_box_area .exhibit_box .type13 h4 {
  background-color: #ff551a;
}

.exhibit_box_area .exhibit_box .type13 ul li span {
  color: #ff551a;
}

.exhibit_box_area .exhibit_box .type13 .zone-title.center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: #ff551a;
  padding: 4px 8px;
  border-radius: 4px;
}

.exhibit_box_area .exhibit_box .type13 .zone-title.center h3 {
  margin: 0;
  flex-shrink: 0;
  background: none;
  text-align: left;
}

.exhibit_box_area .exhibit_box .type13 .zone-title.center img {
  height: 55px;
  width: auto;
}


/* 2025年の色#2593e7 */
.exhibit_box_area .exhibit_box .type14 h3 {
  font-size: 1.0em;
  color: white;
  background-color: #6a0dad;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type14 h4 {
  font-size: 1.0em;
  color: #fff;
  background-color: #6a0dad;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type14 ul li span {
  color: #6a0dad;
}

.exhibit_box_area .exhibit_box .type14 p {
  margin: 5px;
  font-weight: 600;
  color: #6a0dad;
}

.exhibit_box_area .exhibit_box .type14 .zone-title.center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: #6a0dad;
  padding: 4px 8px;
  border-radius: 4px;
}

.exhibit_box_area .exhibit_box .type14 .zone-title.center h3 {
  margin: 0;
  flex-shrink: 0;
  background: none;
  text-align: left;
}

.exhibit_box_area .exhibit_box .type14 .zone-title.center img {
  height: 55px;
  width: auto;
}

.exhibit_box_area .type15_outer {
  width: 50%;
  border: 4px solid #333333;
  margin: 0px 5px 10px;
  border-radius: 10px;
}


.exhibit_box_area .exhibit_box .type15 h3 {
  font-size: 1.45em;
  color: white;
  background-color: #333333;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type15 h4 {
  font-size: 0.7em;
  color: #fff;
  background-color: #333333;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type15 ul li span {
  color: #333333;
}

.exhibit_box_area .exhibit_box .type15 p {
  margin: 5px;
  font-weight: 600;
  color: #333333;
}

.exhibit_box_area .exhibit_box .type15 .zone-title.center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: #333333;
  padding: 4px 8px;
  border-radius: 4px;
}

.exhibit_box_area .exhibit_box .type15 .zone-title.center h3 {
  margin: 0;
  flex-shrink: 0;
  background: none;
  text-align: left;
}

.exhibit_box_area .exhibit_box .type15 .zone-title.center img {
  height: 55px;
  width: auto;
}

/* 元の色#036eb8 */
.exhibit_box_area .exhibit_box .type1 h3 {
  font-size: 1.0em;
  color: white;
  background-color: #0c753f;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type1 h4 {
  font-size: 1.2em;
  color: white;
  background-color: #0c753f;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type1 ul li span {
  color: #0c753f;
}

.exhibit_box_area .exhibit_box .type1 p {
  margin: 5px;
  font-weight: 600;
  color: #0c753f;
}

.exhibit_box_area .exhibit_box .type1 .zone-title.center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: #0c753f;
  padding: 4px 8px;
  border-radius: 4px;
}

.exhibit_box_area .exhibit_box .type1 .zone-title.center h3 {
  margin: 0;
  flex-shrink: 0;
  background: none;
  text-align: left;
}

.exhibit_box_area .exhibit_box .type1 .zone-title.center img {
  height: 55px;
  width: auto;
}

/* 2025年の色#008a83 */
.exhibit_box_area .exhibit_box .type2 h3 {
  font-size: 1.0em;
  color: white;
  background-color: #ff1493;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type2 h4 {
  font-size: 1.2em;
  color: #fff;
  background-color: #ff1493;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type2 ul li span {
  color: #ff1493;
}

.exhibit_box_area .exhibit_box .type2 p {
  margin: 5px;
  font-weight: 600;
  color: #ff1493;
}

.exhibit_box_area .exhibit_box .type2 .zone-title.center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: #ff1493;
  padding: 4px 8px;
  border-radius: 4px;
}

.exhibit_box_area .exhibit_box .type2 .zone-title.center h3 {
  margin: 0;
  flex-shrink: 0;
  background: none;
  text-align: left;
}

.exhibit_box_area .exhibit_box .type2 .zone-title.center img {
  height: 55px;
  width: auto;
}

/* 元の色#920783 */
.exhibit_box_area .exhibit_box .type3 h3 {
  font-size: 1.4em;
  color: white;
  background-color: #6b8e23;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type3 h4 {
  font-size: 1.2em;
  color: #ffd700;
  background-color: #6b8e23;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type3 ul li span {
  color: #6b8e23;
}

.exhibit_box_area .exhibit_box .type3 p {
  margin: 5px;
  font-weight: 600;
  color: #6b8e23;
}

.exhibit_box_area .exhibit_box .type3 .zone-title.center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: #6b8e23;
  padding: 4px 8px;
  border-radius: 4px;
}

.exhibit_box_area .exhibit_box .type3 .zone-title.center h3 {
  margin: 0;
  flex-shrink: 0;
  background: none;
  text-align: left;
}

.exhibit_box_area .exhibit_box .type3 .zone-title.center img {
  height: 55px;
  width: auto;
}


.exhibit_box_area .exhibit_box .type4 h3 {
  font-size: 1.3em;
  color: #fff;
  background-color: #8fc31f;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type4 h4 {
  font-size: 1.2em;
  color: #fff;
  background-color: #8fc31f;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type4 ul li span {
  color: #8fc31f;
}

.exhibit_box_area .exhibit_box .type4 p {
  margin: 5px;
  font-weight: 600;
  color: #8fc31f;
}

.exhibit_box_area .exhibit_box .type4 .zone-title.center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: #8fc31f;
  padding: 4px 8px;
  border-radius: 4px;
}

.exhibit_box_area .exhibit_box .type4 .zone-title.center h3 {
  margin: 0;
  flex-shrink: 0;
  background: none;
  text-align: left;
}

.exhibit_box_area .exhibit_box .type4 .zone-title.center img {
  height: 55px;
  width: auto;
}

/* 元の色#a47230 */
.exhibit_box_area .exhibit_box .type5 h3 {
  font-size: 1.2em;
  color: white;
  background-color: #00bfff;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type5 h4 {
  font-size: 1.2em;
  color: #fff;
  background-color: #00bfff;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type5 ul li span {
  color: #00bfff;
}

.exhibit_box_area .exhibit_box .type5 .zone-title.center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: #00bfff;
  padding: 4px 8px;
  border-radius: 4px;
}

.exhibit_box_area .exhibit_box .type5 .zone-title.center h3 {
  margin: 0;
  flex-shrink: 0;
  background: none;
  text-align: left;
}

.exhibit_box_area .exhibit_box .type5 .zone-title.center img {
  height: 55px;
  width: auto;
}


.exhibit_box_area .exhibit_box .type6 h3 {
  font-size: 1.0em;
  color: #fff;
  background-color: #4169e1;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type6 h4 {
  font-size: 1.2em;
  color: #fff;
  background-color: #4169e1;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type6 ul li span {
  color: #4169e1;
}

.exhibit_box_area .exhibit_box .type6 .zone-title.center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: #4169e1;
  padding: 4px 8px;
  border-radius: 4px;
}

.exhibit_box_area .exhibit_box .type6 .zone-title.center h3 {
  margin: 0;
  flex-shrink: 0;
  background: none;
  text-align: left;
}

.exhibit_box_area .exhibit_box .type6 .zone-title.center img {
  height: 55px;
  width: auto;
}

.exhibit_box_area .exhibit_box .type7 h3 {
  font-size: 1.0em;
  color: #fff;
  background-color: #e19c32;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type7 h4 {
  font-size: 1.2em;
  color: #fff;
  background-color: #e19c32;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type7 ul li span {
  color: #e19c32;
}

.exhibit_box_area .exhibit_box .type7 .zone-title.center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: #e19c32;
  padding: 4px 8px;
  border-radius: 4px;
}

.exhibit_box_area .exhibit_box .type7 .zone-title.center h3 {
  margin: 0;
  flex-shrink: 0;
  background: none;
  text-align: left;
}

.exhibit_box_area .exhibit_box .type7 .zone-title.center img {
  height: 55px;
  width: auto;
}

.exhibit_box_area .exhibit_box .type8 h3 {
  font-size: 1.3em;
  color: #fff;
  background-color: #811c2c;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type8 h4 {
  font-size: 1.2em;
  color: #fff;
  background-color: #811c2c;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type8 ul li span {
  color: #811c2c;
}

.exhibit_box_area .exhibit_box .type8 .zone-title.center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: #811c2c;
  padding: 4px 8px;
  border-radius: 4px;
}

.exhibit_box_area .exhibit_box .type8 .zone-title.center h3 {
  margin: 0;
  flex-shrink: 0;
  background: none;
  text-align: left;
}

.exhibit_box_area .exhibit_box .type8 .zone-title.center img {
  height: 55px;
  width: auto;
}

.exhibit_box_area .exhibit_box .type9 h3 {
  font-size: 1.0em;
  color: #fff;
  background-color: #4db6ac;
  padding: 10px;
  line-height: 1em;
  letter-spacing: -0.8px;
}

.exhibit_box_area .exhibit_box .type9 h4 {
  font-size: 1.2em;
  color: #fff;
  background-color: #4db6ac;
  padding: 5px 10px;
}

.exhibit_box_area .exhibit_box .type9 ul li span {
  color: #4db6ac;
}

.exhibit_box_area .exhibit_box .type9 .zone-title.center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background-color: #4db6ac;
  padding: 4px 8px;
  border-radius: 4px;
}

.exhibit_box_area .exhibit_box .type9 .zone-title.center h3 {
  margin: 0;
  flex-shrink: 0;
  background: none;
  text-align: left;
}

.exhibit_box_area .exhibit_box .type9 .zone-title.center img {
  height: 55px;
  width: auto;
}



.food__visit__subUnit {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

@media screen and (max-width: 414px) {
  .food__visit__subUnit {
    display: inline-block;
  }
}

.food__visit__define2 {
  width: 48%;
  font-size: 0.8em;
  padding: 0 10px;
}

@media screen and (max-width: 414px) {
  .food__visit__define2 {
    width: 100%;
  }
}

.food__visit__define2 dt {
  clear: left;
  float: left;
  width: 18em;
  letter-spacing: -0.8px;
  width: 100%;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 414px) {
  .food__visit__define2 dt {
    width: 100%;
  }
}

.food__visit__define2__title {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  color: #e32b37;
}


.application_area table tr {
  border: 1px solid #EF858C;
}

.application_area table tr td {
  border-top: 5px solid #c5c5c5;
  border-bottom: 5px solid #c5c5c5;
  border-left: 5px solid #c5c5c5;
  border-right: 5px solid #c5c5c5;
}

.ver_mid {
  vertical-align: middle;
  text-align: center;
}


.application_area .application_time_box_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.application_area .topic_moji {
  font-size: 1.4em;
  padding-left: 5px;
}

.application_area .application_time_box_area .application_time_box {
  max-width: 200px;
  min-width: 150px;
  border: 3px solid #dd551a;
  margin: 5px;
  min-height: 170px;
}

#hkd .application_area .application_time_box_area .application_time_box {
  max-width: 200px;
  min-width: 150px;
  border: 3px solid #EF858C;
  margin: 5px;
  min-height: 170px;
}

.application_area .application_time_box_area .application_time_box h4 {
  text-align: center;
  color: #fff;
  background-color: #dd551a;
  padding: 5px;
}

#hkd .application_area .application_time_box_area .application_time_box h4 {
  text-align: center;
  color: #fff;
  background-color: #EF858C;
  padding: 5px;
}

.application_area .application_time_box_area .application_time_box h5 {
  text-align: center;
  padding: 2.5px 5px;
}

.application_area .application_time_box_area .application_time_box p {
  padding: 0 5px 5px;
  max-width: 160px;
}


.application_cost_area table {
  margin: 0;
}

.application_cost_area table tr {
  border: 1px solid #EF858C;
  text-align: center;
}

.application_cost_area table tr th {
  border: 1px solid #EF858C;
  background-color: #facfd2;
}

@media screen and (max-width: 414px) {
  .application_cost_area table tr th {
    font-size: 0.8em;
  }
}

#kyushu .application_cost_area table tr th {
  border: 1px solid #dd551a;
  background-color: #ec7f51;
}

@media screen and (max-width: 414px) {
  #kyushu .application_cost_area table tr th {
    font-size: 0.8em;
  }
}

.application_cost_area table tr td {
  border: 1px solid #EF858C;
  vertical-align: middle;
}

@media screen and (max-width: 414px) {
  .application_cost_area table tr td {
    font-size: 0.8em;
  }
}

.template_inline {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

@media screen and (max-width: 414px) {
  .template_inline {
    width: 100%;
  }
}

.template_inline_m {
  display: inline-block;
  width: 48%;
  vertical-align: middle;
}

@media screen and (max-width: 414px) {
  .template_inline_m {
    width: 100%;
  }
}

.option_title {
  font-size: 1.2em;
  padding: 5px 10px;
  color: #fff;
  background-color: #EF858C;
  text-align: center;
}

.option_title .new {
  color: #0D0D1B;
  background-color: #fff;
  padding: 2px 10px;
  margin-left: 10px;
  border-radius: 10px;
}

#kyushu .option_title {
  font-size: 1.2em;
  padding: 5px 10px;
  color: #fff;
  background-color: #ec7f51;
  text-align: center;
}

.mg_auto {
  margin: 0 auto;
  display: inline-block;
}

.option_table .option_table_main {
  border: none;
}

.option_table .option_table_main tr {
  border: none;
}

.option_table .option_table_main tr th {
  border: none !important;
  color: #fff;
  padding: 3px 10px;
  background-color: #fff !important;
  vertical-align: top;
}

@media screen and (max-width: 414px) {
  .option_table .option_table_main tr th {
    width: 100%;
    display: inline-block;
  }
}

.option_table .option_table_main tr th p {
  background-color: #1bb32f;
  border-radius: 15px;
  padding: 5px;
}

.option_table .option_table_main tr td {
  border: none;
  text-align: left;
}

@media screen and (max-width: 414px) {
  .option_table .option_table_main tr td {
    width: 100%;
    display: inline-block;
  }
}

.option_table .option_table_sub table {
  margin: 0;
}

.option_table .option_table_sub table tr {
  border: 1px solid #EF858C !important;
  text-align: center !important;
}

.option_table .option_table_sub table tr th {
  border: 1px solid #EF858C !important;
  background-color: #facfd2 !important;
  color: #0D0D1B !important;
}

.option_table .option_table_sub table tr td {
  border: 1px solid #EF858C !important;
  text-align: center !important;
}

#kyushu .option_table .option_table_sub table tr th {
  border: 1px solid #dd551a !important;
  background-color: #ec7f51 !important;
  color: #0D0D1B !important;
}

#kyushu .option_table .option_table_sub table tr td {
  border: 1px solid #dd551a !important;
  text-align: center !important;
}

.osusume_box_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.osusume_box {
  max-width: 250px;
  margin: 10px;
}

.osusume_box span {
  font-size: 0.9em;
}

/* @media screen and (max-width: 963px) {
  .telnumber {
    display: none!important;
  }
}
@media screen and (max-width: 820px) {
  .header_none {
    display: none!important;
  }
}
@media screen and (min-width: 820px) {
  .header_open {
    display: none!important;
  }
}
@media screen and (max-width: 819px) {
  .header_open {
    display: inline!important;
  }
} */

.packageplan a {
  text-align: center;
  padding: 20px;
  border: 1px solid #a5a5a5;
  display: block;
  max-width: 350px;
  margin: 20px auto;
}

.red_color {
  color: #ff0000;
}

.btn_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 686px) {
  .btn_flex {
    justify-content: center;
  }
}

.btn_flex_2 {
  display: flex;
  flex-wrap: wrap;
}

.btn_flex_2 .btn {
  max-width: 1000px !important;
  min-width: 995px !important;
}

.btn_flex_2 .btn a {
  padding: 10px;
  color: #fff;
  background-color: #dd551a;
  border: 2px solid #dd551a;
  min-width: 500px;
  width: 100%;
  display: block;
  font-weight: 600;
}

.top_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_area .sub_area {
  margin: 0 10px;
  width: 47%;
}

@media screen and (max-width: 686px) {
  .top_area .sub_area {
    width: 100%;
  }
}

.top_area .btn {
  margin: 5px 10px 0;
  border: 2px solid #fff;
  padding: 10px;
  color: #fff;
  background-color: #EF858C;
  border: 2px solid #EF858C;
  min-width: 300px;
  max-width: 300px;
  width: 100%;
  display: block;
}

.top_area .btn a {
  color: #fff;
  display: block;
}

@media screen and (max-width: 500px) {
  .top_area .btn a {
    min-width: 0px;
    width: 100%;
  }
}

.top_area .btn:hover {
  background-color: #fcd4d6;
  border: 2px solid #EF858C;
  opacity: 1 !important;
}

.dld {
  display: inline-block;
  width: 47%;
  margin-bottom: 30px;
  vertical-align: top;
}


.logo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

#logo #dlbtn p {
  margin-left: 20px;
}

footer .footer_button a {
  color: #fff !important;
}

footer .footer_button {
  margin-bottom: 50px;
}

.lp_body .lp_title {
  background: #FBCD73;
  padding: 60px 20px 20px;
  text-align: center;
}

.lp_body .lp_title h1 {
  font-size: 2em;
  font-weight: 600;
  color: #005BAC;
  font-family: 'Meiryo UI';
}

.lp_body .lp_map {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

.lp_body .lp_map img {
  width: 1200px;
}

.lp_main {
  background: #BAE3F9;
  padding: 20px 0;
}

.lp_main .lp_button {
  padding: 10px 15px;
  background: #fff;
  border: 3px solid #EA5514;
  margin: 20px 0;
  display: flex;
  align-items: center;
  box-shadow: 5px 5px 2px rgb(0 0 0 / 25%)
}

@media screen and (max-width: 970px) {
  .lp_main .lp_button {
    display: block;
  }
}

.lp_main .lp_button .lp_inline_1 {
  width: 100%;
  max-width: 480px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 970px) {
  .lp_main .lp_button .lp_inline_1 {
    max-width: 100%;
  }
}

.lp_main .lp_button .lp_inline_1::after {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 1rem;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #EA5514;
}

.lp_main .lp_button .lp_inline_2 {
  vertical-align: middle;
  text-align: left;
  position: relative;
  margin: 0 auto;
}

.lp_main .lp_button .lp_inline_2 .lp_season {
  color: #fff;
  background: #002E6B;
  padding: 5px;
  font-weight: 600;
}

.lp_main .lp_button .lp_inline_2 table {
  border: 0px;
  margin: 0;
}

@media screen and (max-width: 970px) {
  .lp_main .lp_button .lp_inline_2 table {
    margin: 10px 0 0 0;
    display: flex;
    justify-content: center;
  }
}

.lp_main .lp_button .lp_inline_2 table tr {
  border: 0px;
}

.lp_main .lp_button .lp_inline_2 table tr td {
  border: 0px;
  padding: 0 0 0 10px;
  font-size: 1.2em;
}

@media screen and (max-width: 970px) {
  .lp_main .lp_button .lp_inline_2 table tr td {
    font-size: 0.9em;
  }
}

.lp_main .lp_button .lp_inline_2 table tr th {
  border: 0px;
  background: #fff;
  min-width: 50px;
  text-align: right;
}

.local_navi_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

ul.list_local_navi {
  display: flex;
  justify-content: space-evenly;
}

ul.list_local_navi li {
  width: calc(calc(100% - 15px) / 5);
}

ul.list_local_navi li a.list_kansai {
  background: #bb5259;
  color: #ffffff;
}

ul.list_local_navi li a {
  text-align: center;
  padding: 8px 0;
  background: #ff9797;
  display: block;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  color: #333;
}

ul.list_local_navi li a:hover {
  background: #fa8e8e;
  color: #ffffff;
}

@media only screen and (min-width: 789px) {
  ul.list_local_navi li br {
    display: none;
  }
}

.list_sub {
  font-size: 1.2em;
  color: #fff;
  font-weight: 600;
}

.mini_header_sub {
  padding: 2px 10px;
  background-color: #1bb32f;
  color: #fff;
  margin-right: 5px;
  border-radius: 5px;
}

.interview_video video {
  width: 46.5%;
  margin: 0 10px;
}

.interview_video div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  ;
}

.height600 {
  height: 600px;
}

.table_mask {
  position: relative;
  margin: 0;
}

.caption {
  background: rgba(0, 0, 0, .4);
  font-family: "sans-serif";
  font-size: 1.2em;
  color: red;
  height: 10.1em;
  left: auto;
  line-height: 11;
  overflow: hidden;
  padding: 0.5em;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 1px rgb(255 255 255 / 20%);
  top: 5%;
  white-space: nowrap;
  width: 100%;
  font-weight: 600;
}


.exhibition_flow_dl_flow {
  display: flex;
  max-width: 1000px;
  margin: 0 auto 20px;
  justify-content: space-around;
}

@media (max-width: 768px) {
  .exhibition_flow_dl_flow {
    display: block;
    margin: 0 auto 20px;
  }
}

.exhibition_flow_dl {
  display: flex;
  max-width: 1000px;
  margin: 0 auto 20px;
  justify-content: space-around;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .exhibition_flow_dl {
    display: block;
    margin: 0 auto 20px;
  }
}

.exhibition_flow_dl_flow dt {
  background: #EF858C;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 326px;
  position: relative;
}

@media (max-width: 768px) {
  .exhibition_flow_dl_flow dt {
    width: 100%;
    width: 100%;
    padding: 10px;
  }
}

.exhibition_flow_dl_flow dt::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #EF858C transparent transparent transparent;
  border-width: 12px 12px 0 12px;
}

.exhibition_flow_dl_last dt::after {
  display: none;
}

.exhibition_flow_dl_flow dd {
  background: #fff;
  border: 1px solid #EF858C;
  padding: 20px 40px;
  flex: 1;
  text-align: left;
}

@media (max-width: 768px) {
  .exhibition_flow_dl_flow dd {
    width: 100%;
    padding: 10px;
    flex: auto;
    position: relative;
  }
}

@media (max-width: 768px) {
  .exhibition_flow_dl_flow dd::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #EF858C transparent transparent transparent;
    border-width: 12px 12px 0 12px;
  }
}

@media (max-width: 768px) {
  .exhibition_flow_dl_last dd::after {
    display: none;
  }
}

.exhibition_flow_dl_flow dd h3 {
  font-size: 1.2em;
  font-weight: 700;
}

.exhibition_application_box {
  border: 1px solid #EF858C;
  padding: 15px;
  background-color: #fff;
}

.application_area {
  border-collapse: initial;
  border-spacing: 2px;
  max-width: 900px;
  margin: 0 auto;
}

#lp_flow h4 {
  margin: 0;
  text-align: center;
}

.exhibition_flex ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.exhibition_flex ul li {
  width: 300px;
  margin: 30px 0;
}

.exhibition_flex ul li a {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 7px;
  vertical-align: middle;
}

.exhibition_flex_attend {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

#exhibition .exhibition_flex_attend li {
  margin: 15px;
}

.border_box {
  border: 1px solid #000;
  padding: 10px;
}

#documents .main_title {
  width: 100%;
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 5.0rem;
  color: #717071;
  display: block;
  line-height: 1;
  text-align: center;
}

@media (max-width: 415px) {
  #documents .main_title {
    font-size: 3.0rem;
  }
}

.w1200 {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

#documents h2 {
  font-size: 1.4em;
  color: #fff;
  background-color: #EF858C;
  padding: 10px;
}

#documents h3 {
  font-size: 1.2em;
}

.documents_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.documents_header img {
  width: 250px;
}

#documents article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

#documents article div {
  margin: 10px;
  width: 250px;
}

#documents article div img {
  border: 1px solid #777;
  box-shadow: 0px 0px 10px -5px #777;
}

.pb50 {
  padding-bottom: 50px !important;
}

.documents_link a {
  color: #fff !important;
}

.interview_img_area {
  max-width: 750px
}



.visit_h3 span {
  display: inline-block;
  background: #EF858C;
  padding: 0.4em 1em 0.2em 1em;
  color: #fff;
}

#application .visit-way_flex {
  display: flex;
  gap: 3%;
}

@media screen and (max-width: 750px) {
  #application .visit-way_flex {
    flex-direction: column;
  }
}

#application .visit-way_box {
  background: #fff;
  flex-basis: 50%;
  /* box-shadow: 5px 5px 10px rgb(0 0 0 / 25%); */
  border: 1px solid #EF858C;
  border-radius: 5px;
}


#application .title__box_l {
  background-color: #EF858C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1em;
  padding: 3% 0;
  color: #fff;
  line-height: 1em;
}

#application .visit-way_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 15px 0 15px;
  max-height: 100%;
  min-height: 185px;
}

#application .btn_style__320 a {
  width: 320px;
}

#application .btn_style02 a {
  margin: 0px auto 10px auto;
  padding: 10px 0;
  display: block;
  background-color: #ffab35;
  box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  color: #000;
  font-weight: bold;
  border: #ffab35 1px solid;
  font-size: 1em;
}

.small {
  font-size: 0.8em !important;
}

#atdQa dl dt {
  font-size: 1.1em;
  font-weight: bold;
  border-left: 5px solid #EF858C;
  padding-left: 5px;
  margin-bottom: 5px;
}

#atdQa dl dd {
  margin-left: 10px;
  margin-bottom: 15px;
}

#application table tr th {
  color: #fff;
  background-color: #424040;
  border: 1px solid #292828;
  width: 35%;
  padding: 15px;
}

#application table tr td {
  border: 1px solid #292828;
}

.bg_orange {
  background-color: #FFF8EC;
  padding-top: 0px;
  overflow: auto;
}

#application table tr td {
  border: 1px solid #292828;
  padding: 10px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}

.visit_textbox {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #292828;
}

.header_list {
  margin: 30px 0 50px;
  background: #fff;
  padding: 22px 20px 15px;
  background-color: #ffeaeb;
}

.header_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.arrow_u {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  /* margin-left: 2em; */
  color: #333 !important;
  font-weight: 600;
  font-size: 1.2em;
  text-decoration: none;
}

.arrow_u:before {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 1.0em;
  margin-right: 0.3em;
  color: #EF858C;
}

#application .outline_flex_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

#application .outline_flex_area .area_flex_ul {
  min-width: 300px;
  letter-spacing: -0.5px;
}

#application .outline_visit ul li {
  border-radius: 10px;
  padding: 6px;
  color: #3f3f3f;
  background-color: #ffeaeb;
  text-align: center;
  margin: 5px;
  font-weight: 600;
  min-width: 300px;
}


.top_to_pop2__02 table {
  width: 100%;
  background-color: white;
  border-collapse: collapse;
  font-size: 16px;
}

.top_to_pop2__02 table th {
  background-color: #EF858C;
  color: white;
  padding: 10px;
}

.top_to_pop2__02 table th,
.top_to_pop2__02 table td {
  padding: 10px 30px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

.venue_inline {
  display: inline-block;
  width: 32%;
  vertical-align: middle;
}

.forum_img img {
  margin: 20px 10px;
}

.agora_about_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1em;
  margin: 0 25px;
}

.about_sruare a {
  background-color: #fff;
  border: 4px solid #EF858C;
  color: #EF858C;
  min-width: 200px;
  padding: 10px 20px;
  margin: 10px;
  text-align: center;
  min-width: 300px;
  max-width: 300px;
  display: block;
  letter-spacing: -0.6px;
  font-size: 1em;
  font-weight: 600;
}

.btn_red {
  display: inline-block;
  /* width: 100px; */
  width: 80px;
  text-align: center;
  background: #C09;
  color: #fff;
  padding: 1px;
  border-radius: 10px;
  font-size: 0.8em;
}

.btn_blue {
  display: inline-block;
  width: 140px;
  text-align: center;
  background: #09F;
  color: #fff;
  padding: 1px;
  border-radius: 10px;
  font-size: 0.8em;
}

.btn_perple {
  display: inline-block;
  /* width: 100px; */
  width: 80px;
  text-align: center;
  background: #63C;
  color: #fff;
  padding: 1px;
  border-radius: 10px;
  font-size: 0.8em;
}

.btn_purple {
  display: inline-block;
  width: 100px;
  text-align: center;
  background: #63C;
  color: #fff;
  padding: 1px;
  border-radius: 10px;
  font-size: 0.8em;
}

.visit_field h2 {
  color: #EF858C;
}

.visit_textbox {
  background-color: #fff;
  padding: 20px;
}

.visit_textbox h1 {
  text-align: left;
  padding: 5px 10px;
  border: 0px;
  background: none;
  clear: both;
  margin: 5px 0 15px;
  font-size: 1em;
}

.visit_textbox h1 span {
  color: #fff;
  background-color: #EF858C;
  padding: 10px;
}

.visit_field h2 {
  color: #EF858C;
}

.indent_list li {
  margin-left: 2.5em;
}

.visit_inline1 {
  display: inline-block;
  width: 68%;
}

.visit_inline2 {
  display: inline-flex;
  /* vertical-align: bottom; */
  margin-top: 20px;
  width: 29%;
  justify-content: center;
}

.visit_field .indent {
  text-indent: 1em;
}

.indent_list p {
  margin-left: 2.5em;
  margin-top: 20px;
}

.indent_title {
  text-indent: -1.5em;
}

#btns {
  text-align: right;
}

.visit_field ul li {
  text-align: left;
  margin-top: 10px;
}

.topic_h3 {
  font-size: 1.4rem;
  text-align: center;
  color: #EF858C;
  border-bottom: 3px dotted #EF858C;
  width: 60%;
  margin: 0 auto 20px;
  padding: 10px;
}

.topic_h3 span {
  font-size: 1.0rem;
  color: #666;
}

a.visitBtn {
  display: block;
  width: 600px;
  text-decoration: none;
  outline: none;
  padding: 22px 10px;
  background: #EF858C;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  border: 2px solid #EF858C;
  margin: 15px auto;
  transition: all .5s;
  font-weight: 600;
  border-radius: 12px;
}

.top_box_bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../../common/img/title_2026_2.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.top_box_bg .top_box {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.top_box_bg h1 {
  text-align: center;
  padding-top: 1em;
}

.top_box_bg h1 span {
  background-color: #000;
  padding: 0.2em 1em;
}

.top_box_bg h2 {
  text-align: center;
  padding-top: 0.6em;
}

.top_box_bg h3 {
  padding-top: 1em;
}

.top_box_sub {
  width: 100%;
  max-width: 980px;
  margin: 30px auto 0;
  padding-bottom: 30px;
}

.top_box_sub .top_box_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.5em;
}

.top_box_sub_bg {
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
}

.top_box_sub .top_box_flex h4 {
  font-size: 1.8em;
  font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "sans-serif";
}

.top_box_sub .top_box_flex .top_btn {
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  padding: 5px 1.5em;
  background-color: #1bb32f;
  border-radius: 30px;
  border-bottom: solid 4px #0f611a;
}

.top_box_sub .top_box_flex .top_btn:hover {
  opacity: 1.0 !important;
  background-color: #0f611a;
  border-bottom: solid 4px #0f611a;
}

.top_box_sub .top_box_flex .line_h {
  line-height: 1.2em;
}

.top_box_sub .top_under_line {
  padding-bottom: 0.5em;
  border-bottom: 2px dotted #0f611a;
}



/* ヘッダーのナビ部分 */
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #1a1a1a;
  /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
  transition: ease .4s;
  /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
}

@media screen and (min-width: 580.1px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    justify-content: end;
    width: 100%;
    padding-top: 1em;
    background-color: #1a1a1a;
  }
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 100%;
  position: absolute;
  right: 0;
}

.hamburger {
  background-color: transparent;
  /*buttonタグデフォルトスタイルを打ち消し*/
  border-color: transparent;
  /*buttonタグデフォルトスタイルを打ち消し*/
  z-index: 9999;
}

@media screen and (min-width: 580.1px) {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

.header__inner .mob_menu {
  display: none;
}

@media screen and (max-width: 580.1px) {
  .header__inner .mob_menu {
    display: block;
  }
}



#animate_delay dl:nth-of-type(2) {
  animation-delay: 0.4s;
}

#animate_delay dl:nth-of-type(3) {
  animation-delay: 0.6s;
}

#animate_delay dl:nth-of-type(4) {
  animation-delay: 0.7s;
}

#animate_delay dl:nth-of-type(5) {
  animation-delay: 0.9s;
}




.bl_floatingBanner {
  position: fixed;
  bottom: 0;
  right: 10px;
  max-width: 100%;
  padding-bottom: 1em;
}

@media screen and (max-width: 720.1px) {
  .bl_floatingBanner {
    max-width: 200px;
  }
}

.bl_floatingBanner.js_close {
  display: none;
}

.bl_floatingBanner_img {
  display: block;
  transition: 0.3s;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.bl_floatingBanner_img:hover {
  opacity: 0.6;
}

.bl_floatingBanner_close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: #fff;
  padding: 7px;
}

.bl_floatingBanner_close span:nth-of-type(1) {
  position: absolute;
  top: 7px;
  right: 0;
  width: 15px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
}

.bl_floatingBanner_close span:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 7px;
  width: 1px;
  height: 15px;
  background-color: #000;
  transform: rotate(45deg);
}


/* 来場のご案内ページ */
.exhibitor-list {
  border: none !important;
}

.exhibitor-list td {
  text-align: left !important;
  border: none !important;
  vertical-align: top !important;
}

.exhibitor-list tr td:nth-of-type(1) {
  padding: 0 10px 0 0 !important;
}

.exhibitor-list tr td:nth-of-type(2) {
  padding: 0 0 0 10px !important;
}

.exhibitor-list tr td p {
  padding: 0 8.8px;
}

.exhibitor-list tr td p:nth-of-type(1) {
  font-weight: bold;
  background-color: #ffeaeb;
}

.seminer-contents {
  text-align: left !important;
}

.seminer-contents .speaker {
  display: flex;
  align-items: end;
}

.seminer-contents h3 {
  margin-top: 10px;
  margin-bottom: 16px;
}

.seminer-contents .number {
  padding: 0.2rem 1rem;
  color: #fff;
  background-color: #EF858C;
  margin-right: 0.5em;
}

.seminer-contents .photo {
  margin-right: 1rem;
}

.seminer-contents h2 {
  margin-top: 10px;
  font-weight: 700;
}

.seminer-contents .tourism {
  padding: 0.2rem 1rem;
  color: #fff;
  background-color: #666;
  border-radius: 5px;
  font-size: 1.1em;
}

.t-photo {
  width: 120px;
}

.mt16 {
  margin-top: 16px;
}

.sma {
  display: none;
}

@media screen and (max-width: 700px) {
  .sma {
    display: block;
  }

  .sma_inline {
    display: inline;
  }
}

.program2024 table tr th {
  background-color: #EF858C !important;
  border: 1px solid #EF858C !important;
}

.program2024 table td {
  border: 1px solid #EF858C !important;
}

@media screen and (min-width: 768px) {
  .btnflex {
    display: flex;
    justify-content: center;
  }

  .mr10-btn {
    margin-right: 10px;
  }

  .ml10-btn {
    margin-left: 10px;
  }

}


/* toppage */
.logo_list li {
  width: 300px;
}

.logo_list .mini {
  width: 160px;
  display: block;
  margin: 0 auto;
}

.logo_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.companybtn {
  margin: 40px auto 0;
  border: 2px solid #fff;
  padding: 10px;
  color: #fff;
  background-color: #EF858C;
  border: 2px solid #EF858C;
  min-width: 300px;
  max-width: 300px;
  width: 100%;
  display: block;
}

.companybtn a {
  color: #fff;
  display: block;
  text-align: center;
}

.companybtn:hover {
  background-color: #fcd4d6;
  border: 2px solid #EF858C;
  opacity: 1 !important;
}


@media screen and (max-width: 768px) {
  .logo_list li {
    width: 33%;
  }

  .logo_list .mini {
    width: 70%;
  }

  .logo_list.mt20 {
    margin-top: 0;
  }

  .logo_list li {
    margin-top: 10px;
  }

  .logo_list .first_list {
    margin-top: 0;
  }

  .spacelist {
    display: none;
  }

  .list-last {
    justify-content: center;
  }
}

/* セミナーページ */
#seminar {
  margin: 0 auto 4em;
}

/* .contents h3 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
} */

#seminar table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

#seminar table th:nth-child(2),
#seminar table th:nth-child(3) {
  width: 42.5%;
}

#seminar table tr th {
  color: #fff;
  padding: 5px 0;
  background-color: #EF858C;
  border: 1px solid #e4e3e3;
}

.seminer-contents .city {
  padding: 0.2rem 1rem;
  color: #fff;
  background-color: #063a76;
  border-radius: 5px;
  font-size: 1.1em;
}

#seminar .btn_style02 a {
  margin: 0px auto 10px auto;
  padding: 10px 0;
  display: block;
  background-color: #ffab35;
  box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: #ffab35 1px solid;
  font-size: 1em;
}

#seminar .btn_style__320 a {
  width: 320px;
}

.end-cover {
  background: rgba(0, 0, 0, .4);
  font-family: "sans-serif";
  font-size: 1.2em;
  color: red;
  height: 100%;
  left: 0;
  line-height: 11;
  position: absolute;
  text-shadow: 1px 1px 1px rgb(255 255 255 / 20%);
  top: 0;
  white-space: nowrap;
  width: 100%;
  font-weight: 600;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-relative {
  position: relative;
}

.mov-sec {
  padding: 30px 0;
  text-align: center;
  margin: 30px auto;
}

.mb30 {
  margin-bottom: 30px;
}

.mov-sec h3 {
  color: #EF858C;
  font-size: 1.5em;
}

.bold {
  font-weight: bold;
}

.visit-way-amazon {
  max-width: 462px;
}

.visit-way-amazon img {
  display: block;
  width: 100%;
}


.top_box_sub_bg .btn_style02 a {
  margin: 0px auto 10px auto;
  padding: 10px 0;
  display: block;
  background-color: #ffab35;
  box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: #ffab35 1px solid;
  font-size: 1em;
}

.qr_cont img {
  display: inline-block;
  max-width: 300px;
}

/* 0925 */
/* キャンペーン */
.unline-yellow {
  background: linear-gradient(transparent 60%, #ff0 0%);
}

.f12em {
  font-size: 1.2em;
}

.f16em {
  font-size: 1.6em;
}

.lh16 {
  line-height: 1.6 !important;
}

.bgc_beige {
  background-color: #ffeaeb;
}

.camp_content {
  padding: 10px 20px;
  box-sizing: border-box;
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

.content_2 {
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

.heading01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
}

.heading01::before,
.heading01::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #ed3737;
}

.heading01::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}

.heading01::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

.midashi.sub {
  font-size: 18px;
  margin: 10px 0;
  font-weight: bold;
}

.pink_arrow {
  color: #EF858C;
  font-size: 24px;
}

.campfigure img {
  max-width: 500px;
}

/* バス */

.busflex {
  display: flex;
  justify-content: space-between;
}

.bus_2com_innar {
  width: 48%;
}

.busflex th {
  background-color: #ffeaeb;
}

.busflex tbody {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.busflex tr {
  border-bottom: 1px solid #333;
}

.busflex tr:nth-child(1) {
  border-top: 1px solid #333;
}

.bussec h3 {
  color: white;
  font-size: 18px;
  text-align: center;
  background-color: #EF858C;
  padding: 6px 0;
  margin-bottom: 20px;
}

.busdate {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #c72e20;
}

#bus .busflex th {
  background-color: #ffeaeb !important;
  padding: 0 !important;
  width: auto !important;
  color: #0D0D1B;
  font-weight: bold;
}

#bus .busflex td {
  text-align: left;
}



@media screen and (max-width: 768px) {
  .busflex {
    flex-direction: column;
  }

  .bus_2com_innar {
    width: 100%;
    margin-bottom: 20px;
  }

  .bus_2com_innar:nth-child(2) {
    margin-bottom: 0;
  }

  .venue_sec .introduction {
    display: flex;
    flex-direction: column;
  }

  .venue_sec .introduction .visit_inline1 {
    width: 100%;
  }

  .visitBtn {
    width: 100% !important;
  }

  .venue_sec .movibox {
    flex-direction: column;
  }

  .venue_sec .movibox li {
    width: 100% !important;
  }
}

#copy-button {
  cursor: pointer;
}

.step_box a {
  word-break: break-all;
}

.venue_sec ul.movibox {
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.venue_sec .movibox li {
  width: 48%;
}

.ml20 {
  margin-left: 20px !important;
}

.attend-sec,
.bussec {
  margin-bottom: 30px;
}

.t-camp-sec {
  text-align: center;
}

.t-camp-sec .information_topic {
  text-align: left;
}

.t-camp-sec .camp_content {
  text-align: center;
}

.next-bnr img {
  display: inline-block;
  max-width: 560px;
  margin-bottom: 50px;
}

.bigbtn .btn {
  padding: 20px 40px !important;
}

.prev_packageplan {
  text-align: center;
}

.prev_packageplan a {
  display: inline-block;
  pointer-events: none;
  position: relative;
  text-align: center;
}

.prev_packageplan a::after {
  content: "ー準備中ー";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 207px;
  display: block;
  background-color: rgba(128, 128, 128, 0.8);
  text-align: center;
  line-height: 207px;
  color: #fff;
  font-weight: 700;
}

.simple_flex {
  display: flex;
}

.flex_pr10 {
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .simple_flex {
    flex-direction: column;
  }

  .flex_pr10 {
    padding-right: 0;
  }
}

.e_orange {
  color: #f08300;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .spbr {
    display: none;
  }
}

/* ヘッダーアイコンメニュー */

.header_btn_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flexbox-vertical-center {
  display: flex;
  flex-direction: column;
  margin: 0 5px;
  text-align: center;
}

.icon_box_red {
  background-color: #eb6100;
}

.icon_box {
  background-color: #EF858C;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

[class^="icon_"],
[class*=" icon_"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 5px;
  font-size: 10px;
  color: #0d0d1b;
}

.header_btn_flex img {
  width: 50px;
  margin: 5px;
  padding: 7px;
}

[class^="icon_"],
[class*=" icon_"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 5px;
  font-size: 10px;
  color: #0d0d1b;
}

.icon_box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
}

/* ヘッダーアイコンメニュー 終わり */

/* ヘッダー固定 */
.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .fixed {
    top: 44px;
  }
}

/* ヘッダー固定終わり */

.other_font {
  font-family: "Noto Serif JP";
}

@media screen and (min-width: 768px) {
  .e_cack_flex ul {
    width: calc(100% - 350px);
  }
}

@media screen and (max-width: 768px) {
  .e_cack_flex_2 {
    margin-top: 10px;
  }
}

/* メルマガ */

.header_btn_cont {
  position: relative;
}

.merumaga_h {
  position: absolute;
  top: -25px;
  right: 5px;
}

.merumaga_h a {
  text-decoration-line: underline !important;
}

@media screen and (max-width: 768px) {
  .header_btn_cont {
    margin-top: 30px;
  }

  .btn-flat-border {
    padding: 0.5em;
  }
}

/* 全国出展パッケージプラン */

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container.databox_1 {
  justify-content: space-between;
}

#package .flex-container.databox_1 div,
#package .flex-container.databox_2 div {
  width: calc(96%/3);
}


#package .flex-container.databox_2 .or {
  width: 13%;
  display: flex;
  align-items: center;
}

.flex-container.databox_2 {
  justify-content: center;
}

.optionplan_box.flex-container {
  flex-wrap: nowrap;
  align-items: center;
}

.bgc_gray01 {
  background-color: #CECECE;
}

#foot-order .content_in {
  max-width: 800px;
  padding: 30px 0;
  margin: 0 auto;
}

.box {
  margin: 20px;
  border-radius: 8px;
}

.bgc_white {
  background-color: #fff !important;
}

.box dl {
  padding: 30px;
}

.box dt {
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
}

#foot-order .btn_style02 a {
  margin: 0px auto 10px auto;
  padding: 10px 0;
  display: block;
  background-color: #ffab35;
  box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: #ffab35 1px solid;
  font-size: 1em;
  /* 特殊 */
  max-width: 330px;
}

@media screen and (max-width: 768px) {
  .flex-container {
    flex-direction: column;
    align-items: center;
  }

  .inner_grey {
    background-color: #cecece;
    padding: 10px;
  }

  #package .flex-container.databox_1 div,
  #package .flex-container.databox_2 div {
    width: 80%;
    margin: 10px;
  }

  .plus-r {
    width: 25%;
    margin: 20px;
  }

  #package .flex-container.databox_2 .or {
    width: 40%;
  }

  #package .main_title {
    padding-bottom: 10px;
  }

  #booth h2,
  #options h2 {
    margin-top: -117px !important;
    padding-top: 147px !important;
  }

  .sma_none {
    display: none;
  }

  #gaiyo tr th {
    padding: 2px 5px;
  }

}

/* スマホのみマージン */
@media screen and (max-width: 768px) {
  .mt10_mb {
    margin-top: 10px !important;
  }

  .mt20_mb {
    margin-top: 10px !important;
  }

  .mb10_mb {
    margin-top: 10px !important;
  }

  .mb20_mb {
    margin-top: 10px !important;
  }
}

.info_cont p {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  .ml0_mb {
    margin-left: 0 !important;
  }

  .top_box_sub {
    margin-top: 0;
  }

  #cocktail .main_title,
  .venue_sec .main_title {
    padding-bottom: 10px;
  }



  #application .main_title {
    padding-bottom: 30px;
  }

  .info_cont p {
    margin-left: 0;
    padding: 10px 0;
  }

  .top_box_bg h3,
  .top_box_bg .top_box_sub {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

}

@media screen and (max-width: 420px) {
  .mt10_mb_new {
    margin-top: 10px;
    display: inline-block;
  }

}

/* 2025_セミナー */

.semi_speaker_flex {
  display: flex;
}

.semi_speaker_flex .speaker:nth-of-type(1) {
  margin-right: 36px;
}

.program2025 {
  padding: 0 20px;
}

.profile {
  padding: 20px;
  border: 1px solid #dfffe9;
  border-radius: 10px;
  margin-top: 20px;
  background-color: #dfffe9;
}

.profile_title {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
}

.program2025 .seminer-contents h3 {
  font-size: 1.2em;
}

.program2025 table tr th {
  background-color: #EF858C !important;
  border: 1px solid #EF858C !important;
}

.program2025 table td {
  border: 1px solid #999 !important;
  padding: 15px;
}

.program2025 #seminar.w1200 {
  max-width: 1080px;
}

.program2025 table td:nth-of-type(1) {
  width: 80px;
  min-width: 123px;
  background-color: #f1f1f1;
  vertical-align: middle;
  text-align: center;
}

.sp_semi {
  padding: 15px;
  background-color: #facfd2;
}

.sp_semi .seminer-contents {
  background-color: #fff;
}

.sp_semi .sp_semi_title {
  font-size: 26px;
  color: #E02634;
}

.e_cack_flex ul li {
  position: relative;
  padding-left: 20px;
}

.e_cack_flex ul li span {
  position: absolute;
  top: 0;
  left: 0;
}

.exhibit_box ul li {
  position: relative;
  padding-left: 18px;
}

.exhibit_box ul li span {
  position: absolute;
  top: 0;
  left: 0;
}

.program2025 .semi_cat {
  text-align: center;
  color: #ef858c;
  font-size: 26px;
}

.semi_link_box {
  display: flex;
  justify-content: center;
}

.semi_link_box .semi_link_btn {
  margin: 0 10px;
}

.semi_link_box .semi_link_btn:nth-of-type(1) a {
  background-color: #EF858C !important;
  border-color: #EF858C !important;
}

#semi_01 {
  padding-top: 84px;
  margin-top: -84px;
}

#semi_02 {
  padding-top: 44px;
  margin-top: -44px;
}

.seminer-contents .number:nth-of-type(2) {
  background-color: #ffab35;
}

.seminar_table_202507 .seminar_no:nth-of-type(2) {
  background-color: #ffab35;
  margin-left: 8px;
}

.kitchen_cont h2 {
  color: black;
}


@media screen and (max-width: 768px) {

  .profile {
    padding: 20px 10px;
  }

  .committee_table td {
    padding: 8px 3px;
  }

  .semi_speaker_flex {
    flex-direction: column;
  }

  .semi_speaker_flex .speaker:nth-of-type(n+2) {
    margin-top: 10px;
  }

  .program2025 .speaker .photo {
    width: 81px;
  }

  .program2025 .speaker .photo {
    min-width: 79px;
  }

  #seminar table {
    max-width: 375px;
    padding: 0;
  }

  #seminar.w1200 {
    width: auto;
    padding: 0 10px;
  }

  .program2025 {
    padding: 0;
  }

  .information_topic_adj_mini {
    font-size: 20px;
  }

  #booth h3 {
    margin-top: 20px;
  }

  .semi_link_box {
    flex-direction: column;
    margin-top: 30px;
  }

  #semi_01 {
    padding-top: 131px;
    margin-top: -131px;
  }

  #semi_02 {
    padding-top: 101px;
    margin-top: -101px;
  }

  .program2025 table td:nth-of-type(1) {
    min-width: 80px;
  }
}

/* 2025セミナー ここまで */

.headInfo__date p:nth-of-type(2) {
  margin-top: 10px;
}

.headInfo__date .time {
  margin-left: 200px;
  display: block;
  line-height: 1;
}


.other_icoon {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url('../../common/img/other_icoon.png');
  background-position: center;
  background-size: cover;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.indent_text {
  position: relative;
  padding-left: 17px;
}

.indent_text span {
  position: absolute;
  left: 0;
  top: 0;
}

#gaiyo .inline_2 {
  width: 32%;
}

.top_box_flex_item_01 {
  width: 40%;
}

@media screen and (max-width: 768px) {
  #gaiyo .inline_2 {
    width: 100%;
  }

  .top_box_flex_item_01 {
    width: 100%;
  }
}




/* 次のアップ時に確認する */

@media screen and (max-width: 768px) {
  .exhibit_box_area .exhibit_box h3 {
    position: relative;
  }

  .exhibit_box_area .exhibit_box h3 .new {
    position: absolute;
    top: -20px;
    left: -10px;
  }

  .exhibit_box_area .exhibit_box:nth-of-type(n+3) .new {
    top: -36px;
  }

  .exhibit_box_area .exhibit_box:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

.base_flex {
  display: flex;
  justify-content: space-between;
}

.top_interview_flex_div {
  width: 48%;
}

#top_interview .information_topic {
  padding-top: 0;
}

.information_topic_v2 {
  color: #0D0D1B;
  font-size: 2.5rem;
}

.information_topic .information_topic_mini {
  font-size: 18px !important;
  line-height: 1.1;
  display: block;
  color: #EF858C !important;
}

/* .seminar_table_202507 */

.seminar_table_202507 tr td .seminar_no {
  padding: 0em 0.5em;
  color: #fff;
  background-color: #EF858C;
  border: 1px solid #EF858C;
}

.seminar_table_202507 h2 {
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: -0.8px;
}

.seminar_table_202507 tr td .seminar_text {
  font-size: 0.9em;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #000;
}

/* .seminar_table_20250725 */
.semi_flex_1 {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: flex-start;
}

.semi_flex_1 .semi_flex_p1 {
  flex: 1;
  margin-right: 0;
}

.semi_flex_1 .semi_img {
  max-width: 110px;
  flex-shrink: 0;
}

.semi_flex_1 .semi_img img {
  display: block;
  width: 100%;
  height: auto;
}

.seminar_table_202507 .seminar_no_bg_gray {
  background-color: #7d7d7d !important;
  border: 1px solid #7d7d7d !important;
}

.kitchen_cont h2 {
  font-size: 2rem;
}

.kitchen_cont h2 {
  background-color: #facfd2;
  padding: 10px 0;
  border-radius: 30px;
}

.kitchen_flex img {
  display: block;
  width: 30%;
  margin: 10px;
}

.kitchen_flex {
  justify-content: center;
}

.semi_flex_hk01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 10px;
}

.semi_img_hk {
  margin: 0;
  flex-shrink: 0;
}

.semi_img img {
  display: block;
  max-height: 60px;
}

.seminer-time {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  border-radius: 9px;
}

.next_table_outline {
  padding-top: 40px;
}



@media screen and (max-width: 768px) {

  /* テーブル自体 */
  .seminar_table_202507 {
    min-width: 660px;
    /* 横スクロールを許容 */
    width: 100%;
    /* 画面幅に合わせる */
    overflow-x: auto;
    /* スクロール表示用 */
    display: block;
  }

  .seminar_table_202507 tr td {
    max-width: 280px;
    box-sizing: border-box;
    padding: 20px 5px;
    vertical-align: top;
    word-break: break-word;
  }

  .seminar_table_202507 .semi_flex_1 {
    margin-top: 10px;
  }

  /* コンテンツ全体を横並びで制御 */
  .semi_flex_1 {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: flex-start;
    max-width: 100%;
    overflow-x: auto;
  }

  .semi_flex_p1 {
    flex: 1 1 auto;
    min-width: 0;
  }

  .semi_flex_p1 h2,
  .semi_flex_p1 p {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-bottom: 8px;
  }

  .semi_img img {
    max-width: 100%;
    height: auto;
    display: block;
  }



}

@media screen and (max-width: 768px) {

  /* テーブルを囲むdivにスクロール処理を */
  .overflow_table .scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* iOSでもなめらかに */
  }

  /* テーブルはスクロール用にmin-widthを指定 */
  .seminar_table_202507 {
    min-width: 660px;
    width: 100%;
    border-collapse: collapse;
  }

  /* テーブルのセル */
  .seminar_table_202507 td {
    max-width: 280px;
    box-sizing: border-box;
    padding: 5px;
    vertical-align: top;
    word-break: break-word;
  }

  /* フレックス表示がある場合はこちらも維持 */
  .semi_flex_1 {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: flex-start;
    max-width: 100%;
  }

  .semi_flex_p1 {
    flex: 1 1 auto;
    min-width: 0;
  }

  .semi_flex_p1 h2,
  .semi_flex_p1 p {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    margin: 0 0 8px 0;
  }

  .semi_img img {
    max-width: 100%;
    height: auto;
    display: block
  }
}

.btn_normal01 a {
  margin: 0px auto 10px auto;
  padding: 10px 0;
  display: block;
  background-color: #ffab35;
  box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border: #ffab35 1px solid;
  font-size: 1em;
}

.btn_normal01.btn_style__320 a {
  width: 320px;
}

.top_application {
  padding: 50px 0 30px;
  background-color: #ffeaeb;
}

.top_application .visit-way_box {
  position: relative;
}

/* 2025年、出展者の隣を表示時には消す。 */
.top_application .visit-way_box_01 {
  margin: 0 auto;
  max-width: 600px;
}


.top_application .visit-way_box_01::after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: -20px;
  left: 10px;
  background-image: url('../../common/img/icon_exhibitors.png');
  background-position: center;
  background-size: cover;
}

.top_application .visit-way_box_02::after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: -20px;
  left: 10px;
  background-image: url('../../common/img/icon_visitors.png');
  background-position: center;
  background-size: cover;
}

#application .visit-way_box_02 {
  border: 1px solid #1D7729;
}

#application .visit-way_box_02 .title__box_l {
  background-color: #1D7729;
}

.visit_acces_left,
.visit_acces_right {
  width: 48%;
}

.visit_acces_flex h3 {
  font-size: 1.2em;
}

.visit_acces_bus h3 {
  font-size: 1.4em;
  color: #EF858C;
  text-align: center;
  margin: 30px 0 10px;
}

.visit_cont #seminar {
  margin-bottom: 0;
}

.zyunnbi {
  min-height: 480px;
}

.zyunnbi .btn_normal01 {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

.fair_pavilion_flex {
  flex-wrap: wrap;
}

.fair_pavilion_flex img {
  display: block;
  width: 300px;
}

.fair_pavilion_flex img:nth-of-type(n+4) {
  margin-top: 10px;
}

#fair_pavilion h2 {
  color: #ef858c;
  font-size: 26px;
  text-align: center;
}

.fair_pavilion_logo_flex {
  max-width: 300px;
  margin: 0 auto 30px;
}

.fair_pavilion_logo_flex img {
  height: 220px;
}

.fair_cocktail_flex {
  justify-content: center;
  flex-wrap: wrap;
}

.fair_cocktail_items {
  width: 200px;
  margin: 10px;
  text-align: center;
  background-color: #ffeaeb;
  padding: 10px;
  box-sizing: border-box;
}

.fair_cocktail_items p b {
  display: inline-block;
  margin-top: 5px;
}

#fair_cocktail h2 {
  color: #ef858c;
  font-size: 26px;
  text-align: center;
}

.bar_text {
  font-weight: bold;
}

.bar_text span {
  color: #8f111a;
}

.other_exh_flex img {
  display: block;
  width: 300px;
}

.visit_cont,
.visit_acces_bus,
#visit_target {
  margin-top: -54px;
  padding-top: 54px;
}

.bus_box {
  display: flex;
  width: 80%;
  margin: 20px auto 0 auto;
}

dl.bus_box dt {
  font-weight: bold;
  width: 15em;
  text-align: center;
  background: #EF858C;
  color: #ffffff;
  padding: 5px 0;
}

dl.bus_box dd {
  width: calc(100% - 9em);
  padding: 5px 15px;
  background: #ffffff;
  border: 1px solid #EF858C;
}

dl.bus_box dd li {
  font-weight: bold;
  margin-bottom: 5px;
}

.top_interview_flex_div .information_topic {
  margin-bottom: 20px;
}

.mt10.red_color_entry {
  font-size: 30px;
  color: red;
}

.small_note {
  font-size: 1.2em;
  color: #555;
  display: block;
  text-align: center;
}

.stage-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stage-item {
  flex: 1;
}


.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headline-title,
.sub-title {
  margin: 0;
  font-size: 1.5em;
}

.next_table_outline {
  height: 800px;
}

.next_table_outline td {
  height: 80px;
  /* 行の高さ */
}

.seminer-time {
  background-color: #EF858C;
  font-size: 1.1em;
  margin: 20px;
  font-weight: bold;
  padding: 20px 10px;
}

.header-logos img {
  height: 90%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .visit-way_box:nth-child(2) {
    margin-top: 30px;
  }

  .top_interview_flex {
    flex-direction: column;
  }

  .top_interview_flex_div {
    width: 100%;
  }

  .top_interview_flex .top_interview_flex_div:nth-of-type(2) {
    margin-top: 20px;
  }

  #top_grand_fair .base_flex {
    flex-direction: column;
  }

  #top_grand_fair .base_flex img {
    display: block;
    width: 100%;
  }

  #top_grand_fair .base_flex img:nth-of-type(2) {
    margin-top: 10px;
  }

  .other_exh_flex {
    flex-direction: column;
  }

  .fair_pavilion_flex {
    justify-content: center;
  }

  .fair_pavilion_flex img {
    margin-top: 10px;
  }

  #top_zone .exhibit_box_area {
    margin-bottom: 0 !important;
  }

  .fair_cocktail_items {
    width: 140px;
  }

  #top_report .forum_img img {
    margin: 20px 0 0;
  }

  .top_interview_flex {
    margin-top: 30px;
  }

  .other_exh_flex img {
    margin: 10px auto;
  }

  .visit_step_flex {
    flex-direction: column;
  }

  .visit_step_flex img {
    display: block;
  }

  .visit_step_flex img:nth-of-type(n+1) {
    margin-top: 10px;
  }

  .visit_acces_left,
  .visit_acces_right {
    width: 100%;
  }

  .visit_acces_right {
    margin-top: 10px;
  }

  .visit_acces_flex {
    flex-direction: column;
  }

  dl.bus_box {
    flex-direction: column;
    width: 100%;
  }

  dl.bus_box dd,
  dl.bus_box dt {
    width: 100%;
  }


}

/* タブの切り替え(北海道新設統合ページに関する） */
.tab-switch {
  --tab-color: #EF858C;
  display: flex;
  flex-wrap: wrap;
  max-width: 1050px;
  margin-inline: auto;
  gap: 5px;
}

/* タブボタン */
.tab-switch label {
  padding: 0.7em 1em;
  cursor: pointer;
  order: -1;
  /* 上に表示 */
  text-align: center;
  flex: 1 1 auto;
  /* 均等幅 */
  border: 1px solid var(--tab-color);
  /* 枠線 */
  border-radius: 30px;
  /* 丸み */
}

/* ラジオ非表示 */
.tab-switch input {
  display: none;
}

/* コンテンツ非表示 */
.tab-content {
  display: none;
  width: 100%;
  padding: 1.5em 0;
}

/* 選択されたタブ＋コンテンツ表示 */
.tab-switch label:has(:checked) {
  background: var(--tab-color);
  color: #fff;
}

.tab-switch label:has(:checked)+.tab-content {
  display: block;
}

.tab-content {
  padding: 20px;
  border: 1px solid #ddd;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 3px rgba(0, 0, 0.1);
}

.tab-content a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #ef858c;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}

.tab-content a:hover {
  background-color: #005fcc;
}

.title-with-image {
  display: flex;
  align-items: center;
  gap: 15px;
}

.title-image {
  width: 250px;
  height: auto;
  border-radius: 8px;
}

.energy-logo {
  width: 320px !important;
  height: auto;
}