@charset "utf-8";
/*=====ヘッダー*/
header {
  width: auto;
  height: 390px;
  background-image: url(../images/common/header_nasu.png);
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 57px;
}

header ul {
  list-style: none;
}

.top_nasulogo {
  width: 462px;
  height: 265px;
  display: block;
  margin: 0 auto;
}
.jas_logo {
  width: 65px;
  height: 35px;
  position: absolute;
  top: 5%;
  right: 2%;
}
.nagatoshi_logo {
  width: 65px;
  height: 64px;
  position: absolute;
  top: 18%;
  right: 2%;
}

/*=====メイン*/
main {
  width: 940px;
  margin: 0 auto;
}
.monitor {
  width: 920px;
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  background-color: white;
  border-radius: 50px;
  padding: 30px 130px;
  position: absolute;
  top: 51%;
}

.float_wrap {
  width: 920px;
}

.float_img {
  display: block;
  float: right;
  margin-left: 50px;
  margin-top: 110px;
  width: 420px;
  height: 300px;
}

.float_text {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  width: 100%;
  padding: 20px;
  margin-right: 30px;
}

/*=====ナビ*/

.navi {
  width: 920px;
  display: flex;
  font-size: 2rem;
  width: 920px;
  margin-top: 60px;
  margin-bottom: 34px;
  margin-left: 140px;
}
.navi li {
  font-weight: 600;
  text-align: center;
  list-style: none;
}
.navi a {
  font-weight: 600;
  text-align: center;
  list-style: none;
  text-decoration: none;
  color: black;
}
/*=====食品モニターについて　緑卵茄子（りょくらんなす）とは*/
.ttl_common {
  font-size: 2.4rem;
  font-weight: 700;
  color: #7438a3;
}
h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #7438a3;
  padding-bottom: 10px;
}
.txt_common {
  line-height: 2;
}
/*=====  モニター応募フォーム */

.oubosuru {
  margin-top: 88px;
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 20px;
  min-width: 920px;
  max-width: 100%;
  color: white;
  font-size: 3rem;
  font-weight: 700;
  background: #7438a3;
  border-radius: 3px;
  text-align: center;
}

.oubosuru:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 7px solid transparent;
  border-top: 15px solid #7438a3;
}

.oubosuru p {
  margin: 0;
  padding: 0;
}

.cyuuigaki {
  font-size: 1.6rem;
  margin-top: 40px;
  margin-bottom: 40px;
}

.cyuuigaki li {
  font-size: 1.6rem;
  text-align: left;
  list-style-type: disc;
  margin-left: 24px;
  line-height: 2;
  font-weight: 600;
}
.hissu {
  color: red;
}
/*=====  フォーム本体 */
#formWrap {
  width: 700px;
  margin: 0 auto;
  color: black;
  line-height: 120%;
  font-size: 90%;
  margin-bottom: 50px;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td,
table.formTable th {
  padding: 10px;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
textarea {
  resize: none;
}
input[type="text"],
textarea,
select {
  border: 1px solid #999;
  border-radius: 4px;
  padding: 2px;
  width: 50%;
}

/* ラジオボタン・チェックボックス */
input[type="radio"],
input[type="checkbox"] {
  margin-right: 30px;
}
input[type="submit"] {
  background-color: #7438a3;
  color: white;
  border: none;
  padding: 20px 40px;
  border-radius: 5px;
  font-size: 1.6rem;
  margin-top: 36px;
}
.riyuu {
  width: 100%;
}
.chiiki td {
  width: 50%;
}
