@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
html.noScroll {
  overflow: hidden;
}

body {
  min-width: 740px;
  width: 100%;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  color: #333;
}

.inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 10px;
}

#contents {
  line-height: 1.6;
}

#contents h1,
#contents h2 {
  padding-bottom: 25px;
}

#contents h3 {
  background: #F5F5F5;
  border-bottom: #D7D7D7 2px solid;
  color: #0C7504;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 10px 3px;
  margin-bottom: 15px;
}

#contents .underlineTitle {
  color: #239943;
  font-weight: bold;
  font-size: 2.4rem;
  border-bottom: 2px solid #76c499;
  padding-bottom: 16px;
  text-align: center;
}

a {
  color: #0b3366;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.pdf {
  display: block;
  background: url("../images/common/icon_pdf.png") no-repeat left 2px;
  padding: 0px 0px 0px 20px;
  background-size: 17px;
}
a.doc {
  display: block;
  background: url("../images/common/icon_doc.png") no-repeat left 2px;
  padding: 0px 0px 0px 20px;
  background-size: 18px;
}
a.arrow {
  display: block;
  background: url(../images/common/ex_arrow_01.gif) no-repeat 6px 9px;
  padding: 0px 0px 0px 19px;
}

.colGreen {
  color: #237a17;
}

.colOrange {
  color: #fc4f1a !important;
}

.fontBold {
  font-weight: bold;
}

.link {
  text-align: right;
}
.link a {
  background: url(../images/common/ex_arrow_01.gif) left center no-repeat;
  padding-left: 10px;
}

.pagetop {
  text-align: right;
  width: 741px;
  margin: 20px 0 20px;
}
.pagetop p a {
  background: url("../images/common/ex_pagetop.gif") left top 10px no-repeat;
  padding: 0 0 0 15px;
}

.moreBtn a {
  max-width: 260px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 16px 10px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.moreBtn .btnBack {
  background: #239943;
  color: #fff;
}

.linkList {
  padding: 0 10px;
}
.linkList li {
  background: url("../images/common/ex_arrow_01.gif") left center no-repeat;
  padding-left: 13px;
  margin-bottom: 20px;
  display: flex;
}
.linkList li strong {
  display: block;
  /*font-weight: bold;*/
  width: 100px;
}

.dotslineT {
  border-top: 1px dotted #A3A3A3;
}

/*------- モーダル -------*/
.modalBlock {
  display: none;
}

.modaal-close {
  display: none !important;
}

.conBox {
  line-height: 1.5;
  padding: 0 15px;
}
.conBox .conBoxTtl {
  font-weight: bold;
  font-size: 1.6rem;
}

.popSubttl {
  background: whiteSmoke;
  border-bottom: #D7D7D7 2px solid;
  color: #0C7504;
  font-weight: bold;
  padding: 8px 20px 8px;
  margin-bottom: 15px;
}

.modaal-content-container {
  max-height: 500px;
  overflow: auto;
}

.modal_close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
}
.modal_close:hover {
  cursor: pointer;
}

/* ------------------
    header
--------------------- */
header {
  width: 100%;
  background-color: #fff;
  border-bottom: 8px solid #76c499;
}
header .headInner {
  max-width: 740px;
  margin: auto;
  padding: 12px 10px 15px;
}
header .logo {
  width: 190px;
}
header .logo img {
  max-width: 100%;
}

/* ------------------
    footer
--------------------- */
footer {
  margin-top: 60px;
  border-top: 2px solid #dddddd;
}
footer .footerInner {
  padding: 40px 0;
}
footer .copy {
  text-align: center;
  font-size: 1.4rem;
  color: #888888;
}
footer #pagetop {
  display: none;
  position: fixed;
  bottom: 65px;
  right: 30px;
}

/* margin */
.marginB0 {
  margin-bottom: 0px !important;
}

.marginB10 {
  margin-bottom: 10px !important;
}

.marginB15 {
  margin-bottom: 15px !important;
}

.marginB20 {
  margin-bottom: 20px !important;
}

.marginB25 {
  margin-bottom: 25px !important;
}

.marginB30 {
  margin-bottom: 30px !important;
}

.marginT5 {
  margin-top: 5px !important;
}

.marginT10 {
  margin-top: 10px !important;
}

.marginT20 {
  margin-top: 20px !important;
}

.marginT30 {
  margin-top: 30px !important;
}

.marginR0 {
  margin-right: 0px !important;
}

.marginR5 {
  margin-right: 5px !important;
}

.marginR10 {
  margin-right: 10px !important;
}

.marginR15 {
  margin-right: 15px !important;
}

.marginR20 {
  margin-right: 20px !important;
}

.marginL20 {
  margin-left: 20px !important;
}

.marginL10 {
  margin-left: 10px !important;
}

/* padding */
.paddingB5 {
  padding-bottom: 5px !important;
}

.paddingB10 {
  padding-bottom: 10px !important;
}

.paddingB20 {
  padding-bottom: 20px !important;
}

.paddingB25 {
  padding-bottom: 25px !important;
}

.paddingB30 {
  padding-bottom: 30px !important;
}

.paddingT5 {
  padding-top: 5px !important;
}

.paddingT10 {
  padding-top: 10px !important;
}

.paddingT20 {
  padding-top: 20px !important;
}

.paddingT30 {
  padding-top: 30px !important;
}

/* align */
.tAlignL {
  text-align: left;
}

.tAlignC {
  text-align: center;
}

.tAlignR {
  text-align: right;
}

/* sup */
sup {
  font-size: smaller;
  line-height: none;
  vertical-align: super;
}

.archiveLinkList {
  font-size: 1.4rem;
}

/*------- ニュース -------*/
#news #contents .article .summary {
  font-size: 1.6rem;
}
#news .asset-body {
  font-size: 1.4rem;
}

/*------- セミナーレポート「食と未来の教え方」一覧 -------*/
#educatorTop .moreBtn .btnBack {
  max-width: 440px;
}

#educator h3 {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  line-height: 0;
}
#educator #contents .program-box .prog_box03 dt .naiyou li {
  font-weight: bold;
}

/*------- モーダル -------*/
.modal_images_close {
  position: absolute;
  right: 0;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  font-family: 'Noto Sans JP', sans-serif;
  opacity: 1;
}
.modal_images_close:hover {
  cursor: pointer !important;
}

.modal_close {
  position: absolute;
  right: 0;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  font-family: 'Noto Sans JP', sans-serif;
  opacity: 1;
  top: -40px;
}
.modal_close:hover {
  cursor: pointer !important;
}

.mfp-title {
  text-align: center;
}

.inlineLink:hover {
  cursor: pointer;
}

.inlineModal {
  background-color: #fff;
  margin: auto;
  max-width: 1000px;
  position: relative;
}
.inlineModal .modalinner {
  padding: 30px;
  overflow: auto;
  max-height: 500px;
}

.mfp-close {
  color: #fff !important;
}

.mfp-container {
  cursor: default;
  padding: 0 20px;
}

/*-------　ニュース -------*/
.dashedTitle {
  border-bottom: 1px dashed #0C7504;
  color: #0C7504;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px 0;
}

#news .contentsIn .asset-body p {
  margin-bottom: 20px;
}
#news .contentsIn ol {
  margin-bottom: 15px;
  padding: 5px 0px 0px 25px;
}
#news .contentsIn ol li {
  list-style: decimal outside none;
}

/*------- セミナー -------*/
#educator .contentsIn {
  width: 720px;
  margin-left: 21px;
  font-size: 1.4rem;
}
#educator .contentsIn h5 {
  line-height: 0;
}
#educator #contents .program-box .bg_w {
  box-sizing: content-box;
}
#educator #contents .program-box .prog_box dt .naiyou li,
#educator #contents .program-box .prog_box02 dt .naiyou li {
  font-weight: bold;
}
#educator #contents .program-box .prog_box dt .naiyou,
#educator #contents .program-box .prog_box02 dt .naiyou {
  width: 370px;
}
#educator #contents .program-box .prog_box dd .date_box,
#educator #contents .program-box .prog_box02 dd .date_box {
  width: 310px;
}
#educator #contents ul.impressions_com li {
  font-weight: bold;
}

/*------- ゼミー -------*/
#SeminarInner #contents {
  font-size: 1.4rem;
}
#SeminarInner .maintxt {
  font-size: 1.6rem;
}

#SeminarInner2 #contents {
  font-size: 1.4rem;
}
#SeminarInner2 #contents .reportBox li {
  width: 227px;
}
#SeminarInner2 #contents .reportBox li.last {
  width: 183px;
}
#SeminarInner2 .contentsIn {
  margin-left: 20px;
}
#SeminarInner2 .contentsIn .speakerBox dt {
  line-height: 0;
}
#SeminarInner2 .contentsIn .cmtSectionWrap > h5 {
  line-height: 0;
}
#SeminarInner2 .contentsIn .reportSectionWrap h5 {
  line-height: 0;
}
#SeminarInner2 .contentsIn .leftBdrTtl {
  font-size: 2.6rem;
  font-weight: bold;
  color: #5eb584;
  border-left: solid #5eb584 13px;
  margin: 28px 0 25px;
  padding: 3px 0 3px 14px;
}

/*------- 農薬安全性情報 -------*/
#anzen .contentsIn {
  margin-left: 20px;
  font-size: 1.4rem;
}
#anzen .contentsBox {
  margin-left: 10px;
}
#anzen .listBox .anzenList {
  height: 44px;
}

/*------- 安全・安心の農薬使用のための発信情報 -------*/
#hasshin .moreBtn a.btnBack {
  max-width: 360px;
  /*max-width: 465px;*/
}

/* ------------------
    初回モーダル
--------------------- */
#info {
  display: none;
}

.info_modal {
  text-align: center;
}
.info_modal .title {
  font-size: 3.2rem;
  color: #006e31;
  font-weight: bold;
  position: relative;
  margin-bottom: 48px;
}
.info_modal .title::before, .info_modal .title::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
}
.info_modal .title::before {
  width: 450px;
  height: 2px;
  background: #46b035;
  bottom: -23px;
}
.info_modal .title::after {
  width: 150px;
  height: 4px;
  background: #006e31;
  bottom: -24px;
}
.info_modal p {
  line-height: 1.333;
  font-size: 1.8rem;
  color: #333333;
}
.info_modal p.txt02 {
  font-size: 1.6rem;
  padding-top: 20px;
}

/*モーダル閉じるボタン*/
.inner-modaal-close {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #006e31;
  line-height: 1.2777;
  max-width: 360px;
  width: 100%;
  margin-top: 30px;
  border-radius: 50px;
  padding: 12px 0;
}
.inner-modaal-close span {
  position: relative;
}
.inner-modaal-close span::before {
  position: absolute;
  content: '';
  top: 35%;
  left: -17px;
  display: block;
  margin-top: -10px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inner-modaal-close:hover {
  cursor: pointer;
}

/*モーダルの横幅*/
.modaal-container {
  max-width: 1000px;
  border-radius: 20px !important;
}
.modaal-container .link {
  position: relative;
  color: #239943;
}
.modaal-container .link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #239943;
  left: 0;
  bottom: -2px;
}
.modaal-container .link:hover {
  opacity: 1;
}
.modaal-container .link:hover::after {
  content: none;
}

.modaal-content-container {
  padding: 45px 30px 50px !important;
}

.modaal-close {
  display: none;
}
