@charset "utf-8";


html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #323232;
  font-size: 16px;
  letter-spacing: 0.1em;
}

body {
  line-height: 2;
}

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

img {
  -webkit-backface-visibility: hidden;
  width: 100%;
  display: block;
}

p {
  text-align: justify;
}

li {
  list-style: none;
}

#box {
  width: 100%;
}

div {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

.sponly {
  display: none;
}

.br_sponly {
  display: none;
}



#pageheader {}

.header-inner {}


.mv-wrap {
  width: 100%;
}

.intro-wrap {
  width: 100%;
  background-color: #fbe0b8;
  padding: 50px 0;
}

.intro-inner {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

.ill_intro {
  width: 208px;
  margin: 0 auto 35px;
}


.outline-wrap {
  width: 100%;
  background: linear-gradient(180deg, #fbe0b8 0%, #fbe0b8 calc(0% + 200px), #f39800 calc(0% + 200px), #f39800 100%);
  padding-bottom: 100px;
}

@media all and (-ms-high-contrast: none) {
  .outline-wrap {
    background: linear-gradient(180deg, #fbe0b8 0%, #fbe0b8 20%, #f39800 20%, #f39800 100%);
  }
}


.outline-inner {
  width: 84%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 100px 30px 70px;
}

.outline_datetime-wrap {
  width: 100%;
  max-width: 600px;
  padding: 80px 30px 35px;
  border: 1px solid #eb6112;
  margin: 0 auto 70px;
  position: relative;
}

.title_outline {
  width: 288px;
  background-color: #fff;
  position: absolute;
  top: -43px;
  left: 0;
  right: 0;
  margin: auto;
}

.outline_datetime-wrap dl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 30px;
}

.outline_datetime-wrap dl:last-child {
  margin: 0;
}

.outline_datetime-wrap dt::after {
  content: "／";
  display: inline;
  line-height: 1;
  margin: 0 13px 0 0;
}

.outline_datetime-wrap dd {
  font-family: 'Manrope', sans-serif;
  font-size: 42px;
  line-height: 1;
}

.outline_date dd {
  position: relative;
}

.outline_datetime-wrap dd>span {
  display: block;
  font-size: 22px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  padding: 6px;
  position: absolute;
  bottom: 2px;
  right: -40px;
}

.outline_content {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 70px;
}

.title_outline_content {
  margin: 0 auto;
}

.title_outline_content01 {
  width: 136px;
}

.title_outline_content02 {
  width: 108px;
}

.title_outline_content03 {
  width: 105px;
}


.outline_content_text {
  text-align: center;
}

.outline_content_text::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #ed6d1f;
  display: block;
  margin: 20px auto 20px;
}

.outline_content_text01,
.outline_content_text02 {
  text-align: left;
}

.company-list {
  text-decoration: underline;
  transition: opacity .2s linear;
}

.company-list:hover {
  opacity: .7;
}

.btn_application {
  width: 100%;
  max-width: 350px;
  height: 80px;
  color: #fff;
  line-height: 80px;
  text-align: center;
  display: block;
  background-color: #eb6112;
  border-radius: 50px;
  margin: 0 auto;
  transition: opacity .2s linear;
}

.btn_application:hover {
  opacity: .7;
}

.area-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 70px auto 0;
  padding: 30px 0;
}

.area-inner {}

.title_area {
  width: 288px;
  margin: 0 auto 25px;
}

.area_content {
  display: flex;
  justify-content: space-between;
}

.area_content_left {
  width: 50%;
  padding: 0 0 0 25px;
}

.area_map {
  width: 90%;
  max-width: 398px;
}

.area_content_right {
  width: 50%;
}

.area_content_right dl {
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.area_content_right dt {
  font-weight: bold;
  color: #b0c70e;
}

/* .area_content_right dt span{
  color: #b0c70e;
} */
.area_content_right dd {
  margin: 0 0 24px;
  padding: 0 0 0 .5em;
}

.area_content_right dd:last-child {
  margin: 0;
}

.area_municipalities {
  display: inline-block;
  margin: 0 0 .5em;
}

.schedule-wrap {
  width: 100%;
  /* max-width: 1000px; */
  max-width: 680px;

  margin: 0 auto;
  padding: 30px 0 40px;
}

.schedule-inner {}

.title_schedule {
  width: 288px;
  margin: 0 auto 40px;
}

.schedule_text {
  margin: 0 0 20px;
  padding: 0 30px;
}

.schedule_text_sp {
  margin: 0 0 20px;
}


.schedule_content {
  width: 100%;
  overflow-y: hidden;
  margin-left: -55px;
}

.schedule_content table {
  width: 680px;
  table-layout: fixed;
}

.schedule_content th,
.schedule_content td {
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  /* height: 50px; */
  padding: 10px 0;
  box-sizing: border-box;
}

.schedule_content th {
  font-size: 18px;
  /* font-weight: normal; */
  background-color: #ffd000;
  padding: 6px 0;
}

.schedule_content td {
  font-size: 14px;
  letter-spacing: 0;
}

/* .schedule_title01{
  width: 110px;
  background-color: #e36d1f;
}
.schedule_title02,
.schedule_title03{
  width: 444px;
}
.schedule_title02{
  background-color: #4bb2bd;
}
.schedule_title03{
  background-color: #b0c70e;
} */





th.schedule_time,
td.schedule_time {
  width: 110px;
  text-align: right;
  padding: 10px 15px 10px 0;
  border: none;
  background-color: #fff;
}


.schedule_classification {
  width: 130px;
}

.schedule_shop {
  width: 220px;
}

/* .schedule_time_bg01{
  background-color: #f1b68f;
}
.schedule_time_bg02{
  background-color: #fcf0e8;
}
.schedule_booth_bg{
  background-color: #a5d8de;
}
.schedule_presentation_bg{
  background-color: #d7e386;
}
.schedule_common_bg{
  background-color: #ffe67f;
}
.schedule_break_bg{
  background-color: #f7d3bb;
}
.schedule_blank_bg{
  background-color: #fcfcfc;
} */

.schedule_bg_yellow {
  background-color: #ffe67f;
}

.schedule_bg_green01 {
  background-color: #c0d23e;
}

.schedule_bg_green02 {
  background-color: #d6e185;
}

.schedule_bg_blue01 {
  background-color: #6fc1ca;
}

.schedule_bg_blue02 {
  background-color: #c9e8eb;
}

.link_zoom {
  display: table;
  margin: 0 auto;
  text-decoration: underline;
  transition: opacity .2s linear;
}

.link_zoom:hover {
  opacity: .7;
}

.btn_schedule {
  font-size: 14px;
  width: 134px;
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  margin: 10px auto 0;
  transition: opacity .2s linear;
}

.btn_schedule:hover {
  opacity: .7;
}

.btn_schedule::after {
  content: ">";
  display: inline-block;
  margin: 0 0 0 5px;
}

.btn_schedule_green {
  border: 1px solid #87af1b;
}

.btn_schedule_green::after {
  color: #87af1b;
}

.btn_schedule_blue {
  border: 1px solid #0075a9;
}

.btn_schedule_blue::after {
  color: #0075a9;
}


.participant-list {
  font-size: 28px;
  display: table;
  margin: 20px auto;
  text-decoration: underline;
}



.top_contact-wrap {
  width: 100%;
  padding: 42px 0 35px;
}

.top_contact-inner dl {
  text-align: center;
  display: flex;
  justify-content: center;
}

.top_contact-inner dl dt {
  white-space: nowrap;
}

.top_contact-inner dl dt::after {
  content: "：";
  display: inline;
}


.top_contact-inner p {
  text-align: center;
}

.contact_num {
  margin: 20px 0 0;
}

.contact_num p {
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
}

.contact_num p>span {
  color: #ed6d1f;
}


#pagefooter {
  width: 100%;
  background-color: #eb6112;
}

.footer-inner>small {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  display: block;
  text-align: center;
  padding: 25px 0;
}



@media screen and (max-width: 1000px) {
  .area_content_left {
    padding: 0;
  }

  .schedule_content {
    margin-left: 0;
  }

}

@media screen and (max-width: 768px) {
  .pconly {
    display: none;
  }

  .sponly {
    display: block;
  }

  .br_pconly {
    display: none;
  }

  .br_sponly {
    display: inline;
  }

  .intro-inner {
    width: 74%;
  }

  .outline-inner {
    width: 90%;
    padding: 70px 20px 70px;
  }

  .title_outline {
    width: 250px;
    top: -38px;
  }

  .outline_datetime-wrap {
    padding: 50px 30px 35px;
  }

  .outline_datetime-wrap dl {
    display: block;
    text-align: center;
  }

  .outline_datetime-wrap dd {
    font-size: 30px;
  }

  .outline_datetime-wrap dd>span {
    font-size: 18px;
    position: static;
    display: inline-block;
    padding: 4px;
    vertical-align: bottom;
    margin: 0 0 0 5px;

  }


  .outline_content {
    padding: 0 10px;
  }

  /* .outline_content_text01,
  .outline_content_text02{
    text-align: left;
  } */

  .outline_content_text::before {
    width: 100%;
  }


  .btn_application {
    height: 50px;
    line-height: 50px;
  }



  .title_area {
    width: 286px;
  }

  .area_content {
    display: block;
  }

  .area_content_left {
    width: 100%;
  }

  .area_map {
    width: 286px;
    margin: 0 auto 50px;
  }

  .area_content_right {
    width: 100%;
  }

  .area_content_right dl {
    text-align: center;
  }

  .area_content_right dd {
    margin: 0 0 50px;
  }

  .area_content_right dt {
    margin: 0 0 5px;
  }

  .title_schedule {
    width: 286px;
    margin: 0 auto 20px;
  }

  .schedule_text {
    padding: 0;
  }



  .top_contact-inner {
    width: 90%;
    margin: 0 auto;
  }

  .top_contact-inner dl {
    margin: 0 0 1em;
  }

  .top_contact-inner dt {
    width: 6em;
    text-align: right;
    line-height: 1.5;
  }

  .top_contact-inner dd {
    text-align: left;
    width: calc(100% - 6em);
    line-height: 1.5;
  }

}

/* ---------------------------------------------------
24-04-25 下層ページ4つ
--------------------------------------------------- */

/* ダウンロードページ */

.outline-inner {
  padding: 50px 30px 70px;
}

.kasou h1 {
  text-align: center;
  font-size: 2rem;
  /* margin-bottom: 30px; */
  margin-bottom: 50px;
  line-height: 1.8;
}

.dlWrap ul li{
  margin-bottom: 30px;
  padding-left: 1em;
  position: relative;
}
.dlWrap ul li::before{
  content: "\30FB";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.dlWrap ul li a {
  display: inline-block;
  line-height: 1.5;
  text-decoration: underline;
  transition: .3s all ease-in-out;
}

.dlWrap ul li a:hover {
  opacity: .7;
}


@media screen and (max-width: 768px) {
  .kasou h1 {
    font-size: 1.6rem;
  }

  .dlWrap ul li a {
    font-size: 0.9rem;
    margin-bottom: 20px;

  }
}



/* 申請フォームページ */


.formWrap .info {
  margin-bottom: 60px;
}

form#mailformpro dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}



form#mailformpro dl dd {
  width: 70%;
  margin-bottom: 30px;
}

form#mailformpro input[type=text],
form#mailformpro input[type=email],
form#mailformpro textarea {
  border: solid 1px #ccc;
  width: 100%;
  padding: 8px 0 8px 5px;
  position: relative;
  right: 5px;
  border-radius: 3px;
}

#mfp_loading,
#mfp_loading_screen,
#mfp_overlay_background,
#mfp_overlay,
#mfp_hidden {
  /* display: none!important; */
}

.mfp_err {
  font-size: 0.9rem;
  color: #f06060;
}

.privacyLink,
.privacyLink p,
.mfp_buttons {
  text-align: center;
}

.mfp_buttons.add button {
  margin-top: 30px;
  padding: 10px 40px;
  background: #333;
  color: #fff;
  transition: .3s all ease-in-out;
}

.mfp_buttons.add button:hover {
  opacity: .7;
  background: #333;
  color: #fff;
  cursor: pointer;
}

.red {
  color: #f06060;
}



@media screen and (min-width: 769px) {
  .formWrap .info {
    text-align: center;
  }

  form#mailformpro dl dt {
    padding-right: 20px;
    /* width: 30%; */
    width: calc(30% - 20px);
  }
}

@media screen and (max-width: 768px) {

  form#mailformpro input[type=text],
  form#mailformpro input[type=email],
  form#mailformpro textarea {
    right: unset;
  }

}

@media screen and (max-width: 800px) {

  form#mailformpro dl dt,
  form#mailformpro dl dd {
    width: 100%;
  }

  form#mailformpro dl dt {
    margin-bottom: 10px !important;
    font-size: 1rem !important;
    padding: 0 !important;
  }

  form#mailformpro dl dd {
    padding: 0 !important;
  }
}

/* 2024-05-07 フォーム修正 */
.mailform input::placeholder,
.mailform textarea::placeholder {
  color: #aaa;
  font-weight: normal;
  font-size: 14px;
  font-family: sans-serif;
}

.mailform dt a {
  color: #5588dd;
  text-decoration: underline;
  text-decoration-color: #5588dd;
  /* 線の色 */
  text-underline-offset: 2px;
  /* 文字との距離 */
}

.mailform dt .add {
  font-size: 14px;
  position: relative;
  bottom: 5px;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .formWrap .info {
    text-align: unset;
    max-width: 820px;
    margin: 0 auto 60px;
  }

  form#mailformpro dl dd{
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  form#mailformpro input[type=text],
  form#mailformpro input[type=email],
  form#mailformpro textarea {
    padding: 8px 10px;
  }

  .intro-wrap {
    padding: 30px 0;
}

}
