p {
  color: #333;
}

h2 {
  color: #333;
}

.header-ul li {
  margin: 36px 0px 0px 0px;
}

.looking-page-line {
  padding-bottom: 14px;
  border-bottom: yellow 8px solid;
}

/* タイトルエリアの設定 */
.title-txt {
  margin: 132px auto 20px;
  text-align: left;
}

.title-txt h2 {
  font-size: 40px;
  font-weight: bold;
  word-wrap: break-word;
}

.title-sub-info {
  display: flex;
  align-items: center;
  margin-bottom: 47px;
}

.news-date {
  margin: 0;
}

.category-box {
  position: static;
  margin-left: 15px;
}

.category-text {
  padding: 4px 17px;
  background-color: #FFF200;
  font-size: 12px;
  font-weight: bold;
  color: #295525;
  max-width: 82px;
  width: 100%;
}

/* メイン画像の設定 */

.article-main-img-area {
  position: relative;
  max-width: 600px;
  max-height: 400px;
  margin-bottom: 96px;
}

.article-main-img-area::before {
  content: "";
  display: block;
  padding-top: 66.6%;
}

.article-main-img {
  position: absolute;
  top: 0;
  left: 0;
}

.article-main-img img {
  max-width: 600px;
  height: auto;
  width: 100%;
}

/* 記事部分の設定 */

.article-main-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 100px;
}

.article-main-text p {
  font-size: 16px;
  line-height: 27px;
  word-wrap: break-word;
}

.article-main-text h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 20px 0 30px;
  padding: 10px 0 10px;
  border-bottom: #295525 5px solid;
}

.article-main-text h4 {
  font-size: 28px;
  font-weight: bold;
  margin: 30px 0;
  padding: 11px 0px 11px 12px;
  border-left: #FFF200 6px solid;
  background-color: #FFFDF6;
}

.article-main-text h5 {
  font-size: 28px;
  font-weight: bold;
  margin: 30px 0;
  padding-bottom: 10px;
  border-bottom: #FFF200 3px solid;
}

.article-main-text h6 {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0;
  padding-left: 9px;
  border-left: #295525 2px solid;
}

.article-main-text ul li {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-left: 8px;
}

.article-main-text ul li:before { 
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width: 8px;
  height: 8px;
  background: #295525;
  border-radius: 50%;
  margin-right: 8px;
}

.article-main-text ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
}

.article-main-text ol li {
  position: relative;
  padding: 10px 0 10px 24px;
}

.article-main-text ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #295525;
  color: white;
  font-weight:normal;
  font-size: 10px;
  border-radius: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}

.article-main-text a:link {
  color: #295525;
  text-decoration : underline;
  margin-bottom: 10px;
}

.font-bold {
  font-weight: bold;
  color: #090803;
  font-size: 16px;
}

.article-area {
  margin-bottom: 100px;
}

@media screen and (max-width:1080px) {
  /*　画面サイズが767px〜1080px（tablet）はここを読み込む　*/
  .about-txt-area {
    margin-top: 40px;
  }

  .sp {
    display: block;
  }

  .article-area {
    margin-bottom: 50px;
  }
  
  .title-txt {
    margin: 60px auto 20px;
    text-align: left;
  }
  
  .title-txt h2 {
    font-size: 32px;
    font-weight: bold;
  }

  .article-main-text p {
    font-size: 14px;
    line-height: 27px;
  }
  
  .article-main-text h3 {
    font-size: 28px;
  }

  .article-main-text h4 {
    font-size: 24px;
  }

  .article-main-text h5 {
    font-size: 24px;
  }

  .article-main-text h6 {
    font-size: 18px;
  }
  

}

@media screen and (max-width:767px) { 
  /*　画面サイズが375〜767px（smp）はここを読み込む　*/
  .title-txt h2 {
    font-size: 28px;
    font-weight: bold;
  }

  .article-main-img-area {
    margin-bottom: 40px;
  }

  .article-main-text p {
    font-size: 14px;
    line-height: 27px;
  }
  
  .article-main-text h3 {
    font-size: 24px;
  }

  .article-main-text h4 {
    font-size: 20px;
  }

  .article-main-text h5 {
    font-size: 20px;
  }

  .article-main-text h6 {
    font-size: 16px;
  }

  .article-main-text ul li {
    font-size: 14px;
  }

  .article-main-text ol li {
    font-size: 14px;
  }

  .article-main-text a:link {
    color: #295525;
    text-decoration : underline;
    margin-bottom: 10px;
    font-size: 14px;
  }

  /* メイン画像の設定 */

.article-main-img-area {
  position: relative;
  max-width: 600px;
  max-height: 400px;
  margin-bottom: 40px;
}

.article-main-img img {
  max-width: 600px;
  height: auto;
  width: 100%;
}
  

}

@media screen and (max-width:450px) { 
  /*　画面サイズが450px（smp）以下はここを読み込む　*/

}
  