@charset "utf-8";

header {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url(../images/common/header_nasu.png);
  background-position: center center;

  h1 {
    text-align: center;
    padding-top: 57px;
  }
}

/* JAS・長門市 */

.list_link {
  position: absolute;
  top: 25px;
  right: 33px;
}

.list_link li {
  display: block;
  padding-bottom: 17px;
}

/* メインコンテンツ */
/* 食品モニターを募集します！ */

.main_top {
  position: relative;
}

.ttl_main {
  position: absolute;
  top: -100px;
  left: 50%;
  /* transform: translateX(-50%); */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 747px;
  border-radius: 50px 50px 0 0; /* ← 角を丸くする */
  background-color: #fff;
  font-size: 3.6rem;
  line-height: 2;
  font-weight: 900;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

/* ページナビゲーション */
.list_page_navi {
  display: flex;
  justify-content: center; /* 中央寄せしたいとき */
  font-size: 2rem;
  font-weight: 700;
  list-style-type: none;
  margin-top: 70px;
}

.list_page_navi a {
  color: #000;
  text-decoration: none;
}

/* ナビゲーションリンクの区切り */
.list_page_navi li:not(:last-child)::after {
  content: "｜";
}

/* 食品モニターについて・緑卵茄子とは(共通) */

.about h3 {
  color: #7438a3;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
}

.about h4 {
  color: #7438a3;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}

.about p {
  line-height: 1.9;
  margin-top: 16px;
}

.monitor_and_eggplant {
  margin: 27px 0 86px 0;
}

.item_right {
  float: right;
  padding-top: 60px;
  padding-left: 50px;
}

.monitor_and_eggplant::after {
  content: "";
  display: block;
  clear: both;
}

/* 食品モニターについて */
#monitor {
  margin-bottom: 41px;
}

/* 緑卵茄子とは */

/* 食品モニターに応募する */

#form {
  margin-bottom: 76px;
}

#form h3 {
  position: relative;
  width: 940px;
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  background-color: #7438a3;
  border-radius: 5px; /* ← 角を丸くする */
  padding: 20px 0;
}

#form h3::after {
  content: "";
  position: absolute;
  bottom: -17px; /* ← h3 の外側に出す */
  left: 50%;
  transform: translateX(-50%);

  width: 17px; /* 画像の幅に合わせる */
  height: 17px; /* 画像の高さに合わせる */

  background-image: url("../images/top/Polygon_2.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#form ul {
  line-height: 1.9;
  font-weight: 700;
  margin: 40px 0;
  list-style: inside;
}

#form ul span {
  color: #ff0000;
}

/* メールフォームはbasic cssに記載します */
