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

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

/* ヘッダー下テキストの設定 */

.contents-header {
  width: 100%;
  height: 220px;
}

.header-txt h2 {
  color: #333333;
  font-weight: bold;
  font-size: 36px;
  margin: 0 auto;
  padding-top: 92px;
}

.contents-header {
  background-color: #FFFEF6;
}

.header-title::after {
  content: 'ABOUT';
  font-size: 20px;
  color: #295525;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* メッセージエリアの設定 */

.about-contents {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 100px;
}

.about-txt-area {
  max-width: 519px;
  width: 100%;
}

.about-txt {
  font-size: 20px;
  font-weight: normal;
  color: #333333;
  line-height: 34px;
  text-align: left;
}

/* 会社概要エリアの設定 */
.about-info {
  background-color: #FFFDF6;
}

.about-table {
  display: flex;
  justify-content: center;
}

.about-table-area {
  max-width: 332px;
  width: 100%;
}

.about-table-area th {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  text-align: left;
  padding: 19px 19px;
}

.about-table-area td {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  text-align: left;

}

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

  .sp {
    display: block;
  }

  .subtext p {
    line-height: 34px;
  }

}

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

  /* ヘッダー下テキストの設定 */

.contents-header {
  width: 100%;
  height: 84px;
}

.header-txt h2 {
  color: #333333;
  font-weight: bold;
  font-size: 24px;
  margin: 0 auto;
  padding-top: 23.8px;
}

.contents-header {
  background-color: #FFFEF6;
}

.header-title::after {
  content: 'ABOUT';
  font-size: 12px;
  color: #295525;
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

/* メッセージエリアの設定 */

.about-img img {
  max-width: 100%;
  height: auto;
}

.about-contents {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
}

.about-txt-area {
  max-width: 340px;
  width: 100%;
  margin-top: 40px;
}

.about-txt {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  line-height: 27px;
  text-align: left;
}

/* 会社概要エリア */

.subtext {
  margin: 32px auto 46px;
}

.subtext p {
  font-size: 15px;
}


}