/*
Theme Name: Premiere
Theme URL: テーマのサイトのURI
Description: テーマの説明
Version: 1.1
*/

/* .home header .gnav>ul>li.nav-top>a:after,
.about header .gnav>ul>li.nav-about>a:after,
.timetable header .gnav>ul>li.nav-time-report>a:after,
.report header .gnav>ul>li.nav-time-report>a:after,
.gallery header .gnav>ul>li.nav-time-report>a:after,
.report2022 header .gnav>ul>li.nav-report2022>a:after,
.event header .gnav>ul>li.nav-event>a:after,
.faq header .gnav>ul>li.nav-faq>a:after {
position: absolute;
content: "";
width:4em;
border-bottom: 3px solid #fffaa0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.entry header .gnav>ul>li.nav-entry>a:after {
position: absolute;
content: "";
width:3em;
border-bottom: 3px solid #fff;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
} */

/*-------------------------------------------
News 詳細
-------------------------------------------*/
.news_detal_frame {
  margin: 0 auto 80px;
  max-width: 980px;
  font-size: 16px;
}

.news_detal_frame .news_title {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: solid 2px #000;
  text-align: left;
}
.news_detal_frame .news_title .date {
  display: block;
  font-size: 16px;
}

.news_detal_frame h2 {
  background: #000;
  margin-top: 70px; /*マージン調整 相殺想定*/
  margin-bottom: 50px;
  padding: 8px 25px;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
}
.news_detal_frame h3 {
  margin-top: 50px; /*マージン調整 相殺想定*/
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 2.2rem;
  border-bottom: solid 1px #c8c8c8;
}
.news_detal_frame img {
  margin: 0 auto 30px;
  text-align: center;
  display: block;
}

.news_detal_frame p {
  margin-bottom: 30px;
  font-size: 16px;
}
.news_detal_frame p em {
  font-style: normal;
  color: #ff7e00;
}
.news_detal_frame p a {
  color: #000;
  text-decoration: underline;
}
.news_detal_frame p a:hover {
  text-decoration: none;
}

/* btn ==================================================================== */
button.form-btn01,
button.form-btn03 {
  background: #d9e367;
  /* box-shadow: 0px 2px 0px 0px #687c00; */
  border-radius: 3px;
  padding: 15px;
  color: #000;
  line-height: 1;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 400px;
  margin: 0 auto;
  font-size: 18px;
  border-style: none;
  cursor: pointer;
}

/* *********************************************************************** */
@media screen and (max-width: 768px) {
  /*-------------------------------------------
    /*-------------------------------------------
News 詳細
-------------------------------------------*/
  .news_detal_frame {
    margin: 0 auto 8vw;
  }
  .news_detal_frame .news_title {
    font-size: 24px;
    margin-bottom: 5vw;
    padding-bottom: 1.5vw;
  }
  .news_detal_frame .news_title .date {
    font-size: 1.5rem;
  }

  .news_detal_frame h2 {
    margin-top: 7vw; /*マージン調整 相殺想定*/
    margin-bottom: 5vw;
    padding: 1.2vw 3vw;
    font-size: 2.2rem;
  }
  .news_detal_frame h3 {
    margin-top: 5vw; /*マージン調整 相殺想定*/
    margin-bottom: 4vw;
    padding: 1vw 2vw;
    font-size: 20px;
  }

  .news_detal_frame img {
    margin: 0 auto 3vw;
  }

  /* btn ==================================================================== */
  button.form-btn01,
  button.form-btn03 {
    width: auto;
    max-width: 350px;
    font-size: 14px;
  }
  button.form-btn02 {
    font-size: 14px;
  }
}

/* *********************************************************************** */
@media screen and (max-width: 480px) {
  /*-------------------------------------------
News 詳細
-------------------------------------------*/
  .news_detal_frame .news_title {
    font-size: 20px;
  }
  .news_detal_frame .news_title .date {
    font-size: 14px;
  }

  .news_detal_frame h2 {
    font-size: 18px;
  }
  .news_detal_frame h3 {
    font-size: 18px;
  }

  .news_detal_frame p {
    font-size: 15px;
  }
}
