@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------
 sub.css
------------------------------------------------*/
/* 大枠 */
main{
  background-color: #EDEBEB;
}
section{
  margin-bottom: 65px;
}
section:last-of-type{
  padding-bottom: 120px;
  margin-bottom: 0;
}

/* 書き換え */
.nav_toggle_box p{
  transition: color .5s ease;
  color: var(--font_color);
}
.nav_toggle_box:has(.__enable) p{
  color: #fff;
}

/* 見出し */
h1 {
  display: block;
  overflow: hidden;
  position: relative;
  font-style: italic;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
}
h1 *{
  display: inline-block;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding-right: 25px;
  margin-right: -25px;
}

h2 {
  display: block;
  text-align: start;
  background-color: var(--font_color);
  font-size: 0.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  padding: 12px 20px 14px;
  margin: 65px 0 25px;
  border-radius: 6px;
}

h3 {
  display: block;
  text-align: start;
  position: relative;
  font-size: 0.21rem;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 15px;
  margin: 35px 0 10px;
}
h3::before {
  content: "";
  position: absolute;
  background-color: var(--site_color01);
  left: 0;
  top: 1px;
  width: 5px;
  height: 30px;
}

/* 下層トップ */
.sub_top {
  border-bottom: 1px solid #BCBCBC;
  padding-top: 100px;
  padding-left: 50px;
  padding-bottom: 50px;
  margin-bottom: 15px;
}


/*------------------------------------------------
 シングルページ
------------------------------------------------*/
.single_thumb{
  display: block;
  width: 100%;
  margin: 0 auto 25px;
}
.single a{
  display: inline-block;
  text-decoration: underline;
  color: blue;
}
.single_title {
  display: block;
  text-align: start;
  font-size: 0.3rem;
  line-height: 1.5;
  font-weight: 800;
  margin-bottom: 35px;
}


/*------------------------------------------------
------------------------------------------------*/



/*------------------------------------------------
 レスポンシブ　　　max-width:1199px
------------------------------------------------*/
@media screen and (max-width:1199px) {
  h1 {
    font-size: 1.2rem;
  }
  .sub_top {
    padding-left: 15px;
    padding-bottom: 25px;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:991px
------------------------------------------------*/
@media screen and (max-width:991px) {
  h1 {
    font-size: 1rem;
  }
  h2 {
    font-size: 0.2rem;
    margin: 45px 0 15px;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:767px
------------------------------------------------*/
@media screen and (max-width:767px) {
  h1 {
    font-size: 0.5rem;
    padding-top: 50px;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:480px
------------------------------------------------*/
@media screen and (max-width:480px) {
  .single_title {
    font-size: 0.28rem;
  }
}
