/*---------- main_visual ----------*/
#main_visual {
  width: 100%;
  height: 492px;
  text-align: center;
  margin-top: 18px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  max-width: 1000px;
}

#main_visual .slide li {
  height: 492px;
  overflow: hidden;
}

#main_visual img {
  width: 100%;
  height: 678px !important;
  position: absolute;
  left: 0;
  bottom: 0;
  vertical-align: bottom;
}
#main_visual video {
  width: 100%;
  vertical-align: bottom;
}

@media (max-width: 1050px) {
  #main_visual {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  #main_visual .slide li {
    height: auto;
  }
  #main_visual img {
    height: auto !important;
    position: relative;
  }
}

/*---------- top_contents----------*/
#top_contents_center {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: stretch;
}

.top_contents_center img {
  width: 80%;
  margin: auto;
}

.top_contents_left {
  width: 650px;
  background-color: #fff;
  padding: 40px;
  flex-grow: 1;
}

.top_contents_left img {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 10%;
}

.top_contents_tex1 {
  font-size: 1rem !important;
  /*font-size: 0.89375rem !important;*/
  line-height: 180%;
}

.top_contents_tex11 {
  font-size: 1.6rem !important;
  /*font-size: 0.89375rem !important;*/
  line-height: 200%;
  text-align: center;
  font-weight: 400;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.top_contents_tex1_white {
  font-size: 1rem !important;
  /*font-size: 0.89375rem !important;*/
  line-height: 180%;
  color: #fff;
}

.top_contents_tex2_white {
  font-size: 0.83rem !important;
  /*font-size: 0.89375rem !important;*/
  line-height: 180%;
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
}

.top_contents_tex3 {
  font-size: 1.1rem !important;
  line-height: 150%;
  text-align: center;
  /* font-weight: 300; */
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.top_contents_tex4 {
  font-size: 1.3rem !important;
  line-height: 150%;
  text-align: center;
  /* font-weight: 300; */
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.tex_bold {
  font-weight: bold;
}

.top_contents_headline {
  font-size: 1.12rem !important;
  line-height: 190%;
  color: #fff;
  background-color: #999;
  padding: 6px;
  width: 100%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
  /*font-family: 'Sawarabi Gothic', sans-serif;*/
  font-weight: bold;
}

.top_contents_right {
  width: 350px;
  background-color: #40342f;
  padding: 40px;
  flex-grow: 1;
}

.top_contents_right .ttl_info {
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15%;
}

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

.top_contents_right .btn_download {
  width: 100%;
  display: block;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 10%;
  margin-top: 15%;
}

.enquete_container {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.enquete_container .qrcode {
  width: 135px;
  height: 135px;
  margin-bottom: 30px;
}

@media (max-width: 1050px) {
  #top_contents_center {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    display: block;
  }

  .top_contents_left {
    width: 100%;
    float: left;
    padding: 40px 0.8rem;
    background-color: #fff;
  }

  .top_contents_right {
    width: 100%;
    float: right;
    background-color: #40342f;
  }
  .top_contents_right img {
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0;
  }

  .top_contents_tex1,
  .top_contents_tex1_white {
    font-size: 1rem !important;
  }

  .top_contents_right .ttl_info {
    width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15%;
  }

  .top_contents_tex1 {
    font-size: 0.95rem !important;
  }

  .top_contents_tex1_white {
    font-size: 0.95rem !important;
  }

  .top_contents_headline {
    margin-top: 2em;
    margin-bottom: 1.4em;
    font-size: 1.06rem !important;
  }

  .top_contents_tex3 {
    font-size: 1.1rem !important;
  }

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

.whatsnew {
  max-width: 100%;
  width: auto;
  margin: 40px auto;
}

.whatsnew h1 {
  width: 267px;
  height: 24px;
  margin: 0 auto 40px auto;
}

.whatsnew .whatsnew_copy {
  margin-bottom: 20px;
}

.whatsnew .fb-pc {
  display: flex !important;
}

.whatsnew .fb-sp {
  display: none !important;
}

.whatsnew iframe {
  max-width: 500px;
  margin: 0 auto;
}

.fb-page,
.fb-page span,
.fb-page iframe,
.fb-page ._2p3a {
  width: 100% !important;
}

.top_flyer_container {
  margin-top: 20px;
}

.top_flyer_container dt {
  margin-bottom: 20px;
}

.top_flyer_container dd {
  margin-bottom: 20px;
}

.top_flyer_container a.chirashi_link {
  display: block;
  text-align: center;
  font-size: 15px;
}

.top_flyer_container a.chirashi_link:hover {
  opacity: 0.7;
}

.top_flyer_container a.chirashi_link span {
  line-height: 2;
}

@media (max-width: 1050px) {
  .whatsnew {
    margin: 30px auto;
  }

  .whatsnew h1 {
    width: 199px;
    height: 18px;
    margin: 0 auto 30px auto;
  }

  .whatsnew .fb-pc {
    display: none !important;
  }

  .whatsnew .fb-pc {
    display: flex !important;
  }
}

/*---------- 応募フォームボタン ----------*/

.request_btn {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.7em;
  line-height: 3em;
  color: black;
  width: 100%;
  /* margin: 27px 0px; */
  margin: 10px 0px 27px;
  text-align: center;
  background-image: radial-gradient(circle, rgba(255, 242, 58, 1), rgba(224, 162, 8, 1) 80%);
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
  border: solid 1px #ccc; /* 枠線指定 */
  background-color: #eee; /* 背景色指定 */
  border-radius: 7px; /* 角丸指定 */
}

.request_btn a:link {
  color: #464646;
  text-decoration: none;
}
.request_btn a:visited {
  text-decoration: none;
  color: #464646;
}
.request_btn a:hover {
  text-decoration: underline;
  color: #464646;
}
.request_btn a:active {
  text-decoration: none;
  color: #464646;
}

@media screen and (max-width: 1024px) {
  .request_btn {
    font-size: 1.6em;
  }
}

/*---------- 応募要項ボタン ----------*/

.outline_btn {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.7em;
  line-height: 3em;
  color: white;
  width: 100%;
  /* margin: 27px 0px; */
  margin: 10px 0px 27px;
  text-align: center;
  background-image: radial-gradient(circle, rgba(201, 201, 201, 1), rgba(142, 137, 125, 1) 80%);
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.3);
  border: solid 1px #ccc; /* 枠線指定 */
  background-color: #eee; /* 背景色指定 */
  border-radius: 7px; /* 角丸指定 */
}

.outline_btn a:link {
  color: #fff;
  text-decoration: none;
}
.outline_btn a:visited {
  text-decoration: none;
  color: #ffffff;
}
.outline_btn a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.outline_btn a:active {
  text-decoration: none;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .outline_btn {
    font-size: 1.6em;
  }
}

/* 2025/11/06追加 */
.post_comment {
  font-size: 16px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 0 20px;
}

.post_questionnaire {
  max-width: 90%;
  margin: auto;
  padding-top: 20px;
}

.post_questionnaire_container a {
  display: block;
  text-align: center;
  font-size: 18px;
}

.post_questionnaire_container img {
  display: block;
  max-width: 60%;
  margin: auto;
}

.post_questionnaire_container:nth-of-type(2) {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .post_comment {
    font-size: 14px;
  }

  .post_questionnaire_container img {
    max-width: 100%;
  }

  .post_questionnaire_container:nth-of-type(2) {
    margin-top: 20px;
  }
}
