@charset "utf-8";
/* =======================================

CommonElements

======================================= */
@import url(//fonts.googleapis.com/css?family=Montserrat:500,600,700,800);
@import url(//fonts.googleapis.com/css2?family=Roboto:wght@400;600&display=swap);

@font-face {
  font-family: "agro";
  src: url("fonts/agro.eot?i22exi");
  src: url("fonts/agro.eot?i22exi#iefix") format("embedded-opentype"),
    url("fonts/agro.ttf?i22exi") format("truetype"),
    url("fonts/agro.woff?i22exi") format("woff"),
    url("fonts/agro.svg?i22exi#agro") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "agro" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-loupe:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e901";
}

.icon-icon_circlearrow:before {
  content: "\e902";
}

.icon-circleplus:before {
  content: "\e903";
}

.icon-warrow:before {
  content: "\e904";
}

.icon-attn:before {
  content: "\e905";
}

.icon-tel:before {
  content: "\e906";
}

.icon-blank:before {
  content: "\e907";
}

:root {
  --main-color: #007a47;
}

body {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  color: #404040;
  text-align: center;
  background: #ffffff;
  opacity: 0;
  padding: 115px 0 0;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body.fontLarge {
  font-size: 20px;
}

a:link {
  text-decoration: underline;
  color: #007a47;
}

a:visited {
  text-decoration: underline;
  color: #007a47;
}

a:active {
  text-decoration: underline;
  color: #007a47;
}

@media only screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s ease-out;
  }

  a:hover {
    text-decoration: none;
    color: #007a47;
    opacity: 0.5;
  }
}

.tel a {
  color: inherit;
  text-decoration: none;
}

#wrapper {
  position: relative;
}

.contBaseWrap {
  width: 1000px;
  margin: auto;
  text-align: left;
}

.contBaseWrap.baseShort {
  width: 800px;
}

@media only screen and (max-width: 1000px) {
  body {
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
    overflow: hidden;
    font-size: 14px;
    padding: 63px 0 0 !important;
  }

  body.fontLarge {
    font-size: 14px;
  }

  .contBaseWrap,
  .contBaseWrap.baseShort {
    width: 90%;
  }
}

main section {
  width: 100%;
  padding: 0 0 70px;
}

main h2 {
  font-size: 1.5em;
  font-weight: bolder;
  margin: 0 0 1em;
  line-height: 1.2em;
}

main h2 small {
  display: inline-block;
  color: #007a47;
  font-size: 0.54em;
  font-weight: 800;
  padding: 0 1em;
  font-family: "Montserrat", sans-serif;
}

main p {
  padding: 0 0 2em;
}

.left {
  float: left;
}

.right {
  float: right;
}

.sp {
  display: none;
}

.date {
  font-family: "Montserrat", sans-serif;
  color: #007a47;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }

  section {
    padding: 0 0 50px;
  }

  main h2 {
    font-size: 1.43em;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/*	form
------------------------------------ */
input[type="text"],
button,
textarea {
  -webkit-appearance: none;
  appearance: none;
  font-size: 1em;
}

input[type="text"] {
  padding: 10px;
  border: none;
}

input::-webkit-input-placeholder {
  color: #c2c2c2;
}

input:-ms-input-placeholder {
  color: #c2c2c2;
}

input::-moz-placeholder {
  color: #c2c2c2;
  opacity: 1;
}

input::-placeholder {
  color: #c2c2c2;
}

label {
  padding: 0 2em 0 0;
}

/* ------------------------------------
HEADER
------------------------------------ */
body > header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  min-width: 1000px;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
}

body > header h1 {
  float: left;
  line-height: 0;
  width: 340px;
  margin: 34px 0 33px 35px;
}

body > header h1 img {
  width: 100%;
}

body > header a:link,
body > header a:visited,
body > header a:active,
body > header a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1040px) {
  body > header h1 {
    width: 320px;
    height: 45px;
    margin: 35px 0 34px 20px;
  }
}

@media only screen and (max-width: 768px) {
  body > header {
    height: 63px;
    border-bottom: 1px solid #dfdfdf;
    min-width: 0;
  }

  body > header h1 {
    float: none;
    width: 215px;
    margin: 15px 0 0 3%;
  }
}

/*	globalNav
------------------------------------ */
#globalNav {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1.2;
  font-size: 16px;
  display: table;
}

#globalNav li {
  display: table-cell;
  height: 60px;
  overflow: hidden;
  padding: 0 30px 0 0;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

#globalNav li a {
  color: #404040;
  font-weight: bold;
}

#globalNav li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  border-right: 30px solid #fff;
  box-sizing: border-box;
  transition: background 0.3s ease-out;
}

#globalNav li a:hover {
  opacity: 1;
}

#globalNav li a:hover:before,
#globalNav li.active a:before {
  background: #007a47;
}

#globalNav li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  height: 60px;
}

#globalNav li br {
  display: none;
}

@media only screen and (max-width: 1250px) {
  #globalNav li {
    padding: 0 20px 0 0;
  }

  #globalNav li a:before {
    border-right: 20px solid #fff;
  }
}

@media only screen and (max-width: 1190px) {
  #globalNav li {
    font-size: 15px;
  }

  #globalNav li br {
    display: block;
  }
}

/*	topOption
------------------------------------ */
#topOption {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
}

#topOption > * {
  height: 45px;
  line-height: 45px;
  float: left;
}

.menu .english {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.menu .english a:before {
  font-family: "agro" !important;
  content: "\e902";
  font-size: 0.9em;
  margin: 2px 10px 0 0;
  font-weight: normal;
}

#topOption .english {
  margin: 0 30px 0 0;
}

.fontSwitch,
.fontSwitch dt,
.fontSwitch dd {
  display: inline-block;
  font-size: 0.88em;
}

.fontSwitch {
  margin: 0 30px 0 0;
}

.fontSwitch dd span {
  line-height: 1;
  display: inline-block;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 6px;
  margin: 0 0 0 3px;
  cursor: pointer;
  transition: color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.fontSwitch dd span.active,
.fontSwitch dd span:hover {
  background: #007a47;
  color: #fff;
}

.menu .contact {
  background: #007a47;
  color: #fff;
  padding: 0 20px;
}

.menu .contact:before {
  font-family: "agro" !important;
  content: "\e901";
  margin-right: 10px;
}

.siteSearch {
  margin: 0 30px 0 0;
}

.siteSearch input[type="text"] {
  width: 200px;
  background: #f5f5f5;
}

.siteSearch .searchBtn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #007a47;
  color: #fff;
  border: 1px solid #007a47;
  width: 40px;
  height: 40px;
  border-radius: 20%;
  transition: all 0.2s linear;
}

.siteSearch .searchBtn:before {
  font-family: "agro" !important;
  content: "\e900";
  font-size: 20px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 10px;
}

.siteSearch button {
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .siteSearch .searchBtn:hover {
    background: #fff;
    color: #007a47;
  }
}

@media screen and (max-width: 1100px) {
  .siteSearch input[type="text"] {
    width: 120px;
  }
}

/*	minHead
------------------------------------ */
body > header h1,
#globalNav {
  transition: all 0.2s ease !important;
  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
}

#topOption {
  transition: top 0.2s ease !important;
  -webkit-transition: top 0.2s ease !important;
  -moz-transition: top 0.2s ease !important;
  -o-transition: top 0.2s ease !important;
}

header.minHead h1 {
  width: 255px;
  height: auto;
  margin: 13px 0 12px 20px;
}

header.minHead #topOption {
  top: -46px;
}

/* =====================================
RWD MENU
===================================== */
@media only screen and (max-width: 768px) {
  #globalNav,
  #topOption {
    display: none;
  }

  #rwdMenuWrap {
    width: 100%;
    min-width: 320px;
    position: absolute;
    top: 63px;
    left: 0;
  }

  #rwdMenuWrap #switchBtnArea {
    width: 100%;
    height: 0;
    overflow: visible;
    position: relative;
    top: 0;
  }

  #rwdMenuWrap #switchBtnArea #switchBtn {
    width: 45px;
    height: 45px;
    position: absolute;
    top: -54px;
    right: 3%;
    z-index: 1001;
    background: #007a47;
    color: #fff;
    border-radius: 5px;
    padding: 20px 0 0;
    text-decoration: none;
  }

  #rwdMenuWrap #switchBtnArea #switchBtn span {
    width: 21px;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.2s linear;
    position: absolute;
    left: 12px;
  }

  #rwdMenuWrap #switchBtnArea #switchBtn,
  #rwdMenuWrap #switchBtnArea #switchBtn span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
    top: 9px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
    top: 15px;
    transform: scale(1);
  }

  #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
    top: 21px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  #rwdMenuWrap #switchBtnArea #switchBtn.btnClose {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
    top: 0 !important;
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
  }

  #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
    top: 20px;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }

  #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
    opacity: 0;
  }

  #rwdMenuWrap #switchBtnArea #switchBtn.btnClose small {
    display: none;
  }

  #rwdMenuWrap .menu {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
  }

  #rwdMenuWrap .menu a {
    width: 100%;
    padding: 15px 50px 15px 25px;
    display: block;
    position: relative;
    font-size: 1.08em;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    border-bottom: #ccc 1px solid;
  }

  #rwdMenuWrap .menu ul li a {
    color: #404040;
  }

  #rwdMenuWrap .menu ul li a:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    margin-top: -4px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    position: absolute;
    top: 50%;
    right: 25px;
    border-top: 2px solid #404040;
    border-right: 2px solid #404040;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #rwdMenuWrap .menu ul li br {
    display: none;
  }

  #rwdMenuWrap .fontSwitch {
    display: none;
  }

  #rwdMenuWrap .menu .contact:after {
    content: none;
  }

  #rwdMenuWrap .siteSearch {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }

  #rwdMenuWrap .siteSearch input[type="text"] {
    width: calc(100% - 50px);
  }
}

/* ------------------------------------
footer
------------------------------------ */
body > footer {
  width: 100%;
  background: #007a47;
  color: #fff;
  font-size: 15px;
}

body > footer a:link,
body > footer a:visited {
  color: #fff;
  text-decoration: none;
}

/*	footer top area
--------------------------------------- */
footer .ftTop {
  width: 100%;
  background: #fff;
  color: #404040;
  padding: 15px 0;
}

@media only screen and (max-width: 768px) {
  .ftTop img {
    width: 215px;
  }

  .ftTop .banner {
    display: none;
  }
}

/*	footer site map
--------------------------------------- */
footer .ftMap {
  letter-spacing: -0.9em;
  padding: 50px 0;
  border-bottom: 1px solid #80bda3;
}

footer .ftMap ul {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  letter-spacing: 0;
  margin: 0 40px 0 0;
}

footer .ftMap ul:nth-child(3n) {
  margin: 0;
}

footer .ftMap ul li {
  font-weight: bold;
  padding: 0 0 0.4em;
  position: relative;
}

footer .ftMap ul li a:before {
  font-family: "agro";
  content: "\e902";
  font-size: 14px;
  font-weight: normal;
  margin: 2px 10px 0 0;
}

footer .ftMap ul li .category {
  position: relative;
  font-size: 1.14em;
  border-bottom: 2px solid #fff;
  padding: 0 0 4px;
  margin: 10px 0;
}

footer .ftMap ul li .category:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20px;
  height: 0;
  border-bottom: 2px solid #f25d57;
}

footer .ftMap ul li ul {
  padding: 0 0 20px;
  margin: 0;
}

footer .ftMap ul li ul li {
  font-weight: normal;
  padding: 0 0 0.3em;
}

footer .ftMap ul li ul li a:before {
  content: "\30fb";
  font-size: 1em;
  margin: 0 4px 0 0;
}

@media only screen and (max-width: 768px) {
  footer .ftMap {
    padding: 0;
  }

  footer .ftMap .contBaseWrap {
    width: 100%;
    overflow: hidden;
  }

  footer .ftMap ul {
    width: 100%;
    border-bottom: none;
  }

  footer .ftMap ul li {
    border-bottom: 1px solid #fff;
    font-size: 1em;
    padding: 0;
  }

  footer .ftMap ul li .category {
    border-bottom: none;
    padding: 0;
    margin: 0;
    position: static;
  }

  footer .ftMap ul li .category:before {
    content: none;
    border-bottom: none;
  }

  footer .ftMap ul li a {
    display: block;
    padding: 15px 5% 10px;
  }

  footer .ftMap ul li a:before {
    position: absolute;
    right: 5%;
    top: 15px;
    margin: 0;
  }

  footer .ftMap ul li.plus {
    padding-right: 15%;
  }

  footer .ftMap ul li.plus .category > a:before {
    content: "\e903";
  }

  footer .ftMap ul li.plus.open .category > a:before {
    content: "\e902";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  footer .ftMap ul li.plus span {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 15%;
    height: 50px;
  }

  footer .ftMap ul li ul {
    display: none;
    padding: 0 0 10px;
  }

  footer .ftMap ul li ul li {
    border-bottom: none;
    font-size: 1em;
    padding: 0 0 0.5em 5%;
    display: inline-block;
    width: 48%;
  }

  footer .ftMap ul li ul li a {
    display: inline;
    padding: 0;
  }

  footer .ftMap ul li ul li a:before {
    position: relative;
    right: auto;
    top: auto;
  }

  footer .ftMap ul:last-child li:last-child {
    border-bottom: none;
  }
}

@media only screen and (max-width: 560px) {
  footer .ftMap ul li ul li {
    width: 100%;
    display: block;
  }
}

/*	footer ftSub
--------------------------------------- */
footer .ftSub {
  padding: 25px 0;
  border-bottom: 1px solid #80bda3;
}

footer .ftSub ul li {
  display: inline-block;
  padding: 0 25px;
  font-size: 0.88em;
}

@media only screen and (max-width: 768px) {
  footer .ftSub {
    background: #f5f5f5;
    text-align: left;
    padding: 0;
    letter-spacing: -0.9em;
    border-bottom: none;
    line-height: 0;
  }

  body > footer .ftSub li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    width: 50%;
    padding: 0;
    line-height: 1;
    font-size: 1em;
  }

  body > footer .ftSub li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
    color: #007a47;
    padding: 15px 0 15px 7%;
    margin: 0;
    border-bottom: 1px solid #007a47;
  }

  body > footer .ftSub li:nth-child(even) a {
    border-left: 1px solid #007a47;
  }
}

/*	copyright
--------------------------------------- */
footer .copyright {
  font-family: "Montserrat", sans-serif;
  padding: 30px 0;
  margin: 0;
  font-size: 0.75em;
}

/* ------------------------------------
pagetop
------------------------------------ */
#fixedTop {
  display: none;
  width: 80px;
  height: 80px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 200;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 10px 3px rgba(29, 29, 29, 0.1);
}

#fixedTop a {
  font-family: "Montserrat", sans-serif;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: color, background-color 0.3s ease-out;
  color: #007a47;
  text-align: center;
  font-size: 0.9em;
  padding-top: 30px;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 900;
}

#fixedTop a:before {
  content: "";
  border-top: 1px solid #007a47;
  border-right: 1px solid #007a47;
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 15px;
  left: 50%;
  margin: 0 0 0 -6px;
  font-size: 11px;
  line-height: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#fixedTop a:hover {
  opacity: 1;
  background: #007a47;
  color: #fff;
}

#fixedTop a:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  #fixedTop {
    display: none !important;
  }
}

/* ------------------------------------
button
------------------------------------ */
.btnArea {
  text-align: center;
}

.btnArea a,
button {
  display: inline-block;
  background: #007a47;
  color: #fff;
  border: 1px solid #007a47;
  border-radius: 100px;
  padding: 0.75em 2em;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}

.btnArea a:after,
button:after,
.btnArea a.back:before,
button.back:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .btnArea a:after,
  button:after,
  .btnArea a.back:before,
  button.back:before {
    width: 0.6em;
    height: 0.6em;
  }
}

.btnArea a:after,
button:after {
  margin-left: 0.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnArea a.back:before,
button.back:before {
  margin-right: 0.5em;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.btnArea a.back:after,
button.back:after {
  content: none;
}

.btnArea.invert a,
.invert button {
  background: #fff;
  color: #007a47;
}

.btnArea.invert a:after,
.invert button:after,
.btnArea.invert a.back:before,
.invert button.back:before {
  border-color: #007a47;
}

.btnArea a.disable,
button:disabled {
  border-color: #e1e1e1 !important;
  background: #f5f5f5 !important;
  color: #a7a7a7 !important;
  cursor: default;
}

.btnArea a.disable:after,
.btnArea a.disable:before,
button:disabled:after,
button:disabled:before {
  border-color: #a7a7a7 !important;
}

@media screen and (min-width: 769px) {
  .btnArea a,
  button {
    transition-property: background-color, color, border-color, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }

  .btnArea a:hover,
  button:hover {
    background: #fff;
    color: #007a47;
    opacity: 1;
  }

  .productSideBarTrigger:hover {
    background: #e5f1ec;
  }

  .btnArea a:hover:after,
  button:hover:after,
  .btnArea a:hover:before,
  button:hover:before {
    border-color: #007a47;
  }

  .btnArea.invert a:hover,
  .invert button:hover {
    background: #007a47;
    color: #fff;
  }

  .btnArea.invert a:hover:after,
  .btnArea.invert a:hover:before,
  .invert button:hover:after,
  .invert button:hover:before {
    border-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .btnArea a,
  button {
    display: block;
    padding: 1em;
    margin: 0 auto 1em;
  }
}

/* ------------------------------------
blank link
------------------------------------ */
a[target="_blank"]:after,
.btnArea a[target="_blank"]:after {
  font-family: "agro" !important;
  vertical-align: baseline;
  content: "\e907";
  font-weight: normal;
  display: inline;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  font-size: 0.9em;
  margin-left: 0.5em;
  text-decoration: none !important;
}

a[target="_blank"].noBlank:after {
  content: "";
}

/* ------------------------------------
pdf link
------------------------------------ */
a[href$=".pdf"]:after,
.btnArea a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  border-top: none;
  border-right: none;
  width: 24px;
  height: 24px;
  max-width: 1em;
  max-height: 1em;
  background: transparent url(/img/ico_pdf.png) center center no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  a[href$=".pdf"]:after,
  .btnArea a[href$=".pdf"]:after {
    max-width: 1.3em;
    max-height: 1.3em;
  }
}

a.noPdf[href$=".pdf"]:after,
.btnArea a.noPdf[href$=".pdf"]:after {
  content: none;
}

a[href$=".pdf"]:has(img)::after,
.btnArea a[href$=".pdf"]:has(img)::after {
  content: none;
}

/* ------------------------------------
youtube link
------------------------------------ */
a[href*="youtube"]::after,
a[href*="youtu.be"]::after,
.btnArea a[href*="youtube"]::after,
.btnArea a[href*="youtu.be"]::after {
  content: "";
  width: 23px;
  height: 15px;
  max-width: 1.4em;
  max-height: 1.4em;
  background: transparent url(/img/ico_youtube.svg) center center no-repeat;
  background-size: 100%;
}

a[href*="youtube"]:hover ::after,
a[href*="youtu.be"]:hover ::after,
.btnArea a[href*="youtu.be"]:hover ::after,
.btnArea a[href*="youtube"]:hover ::after {
  background: var(--main-color) url(/img/ico_youtube.svg) center center
    no-repeat;
}

/* ------------------------------------
.newsArea
------------------------------------ */
.newsArea {
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.newsArea .selectYear {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #007a47;
  color: #007a47;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  min-width: 200px;
  width: auto;
  height: 2.5em;
}

#xjSelYear {
  display: none;
}

.newsArea h3 {
  background: transparent;
  border-bottom: 1px solid #007a47;
  color: #007a47;
  font-weight: bold;
  padding: 0 0 10px;
  line-height: 1;
  margin: 0;
  min-height: 62px;
}

.newsArea h3 span {
  font-size: 1.66em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0.3em;
}

.newsArea ul {
  padding: 0 0 25px;
}

.newsArea ul li {
  padding: 0.6em 0;
  border-bottom: 1px dashed #d1d1d1;
}

.newsArea ul li a {
  text-decoration: none;
  display: block;
  color: #404040;
}

.newsArea ul li a[target="_blank"]:after {
  content: none;
}

.newsArea ul li a[target="_blank"] p:after {
  font-family: "agro" !important;
  vertical-align: baseline;
  content: "\e907";
  font-weight: normal;
  display: inline;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  font-size: 0.9em;
  margin-left: 0.5em;
  text-decoration: none !important;
}

.newsArea ul li a[href$=".pdf"]:after {
  content: none;
}

.newsArea ul li a[href$=".pdf"] p:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-top: none;
  border-right: none;
  width: 24px;
  height: 24px;
  max-width: 1em;
  max-height: 1em;
  background: transparent url(/img/ico_pdf.png) center bottom no-repeat;
  background-size: 100%;
  margin-left: 5px;
}

.newsArea ul li .date {
  font-size: 0.88em;
  display: inline-block;
  width: 6em;
}

.newsArea ul li .label {
  display: inline-block;
  font-size: 0.75em;
  text-align: center;
  background: #ccc;
  color: #fff;
  width: 10em;
  border-radius: 10em;
  margin-left: 0.8em;
}

.newsArea ul li .label.result {
  background: #e3404f;
}

.newsArea ul li .label.ir {
  background: #47aeaa;
}

.newsArea ul li .label.timely {
  background: #e47e2c;
}

.newsArea ul li .label.statutory {
  background: #6c7dbc;
}

.newsArea ul li .label.news {
  background: #a7bd12;
}

.newsArea ul li .label.individual {
  background: #1b7ed2;
}

.newsArea ul li p {
  padding: 0;
}

.newsArea .btnArea {
  text-align: right;
  font-size: 0.88em;
}

@media only screen and (max-width: 640px) {
  .newsArea .selectYear {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin: 10px auto;
    width: 100%;
  }
}

/* 	.newsArea .xjTab
------------------------------------ */
.newsArea .xjTab {
  display: table;
  width: 100%;
  padding: 1em 0;
  text-align: center;
}

.newsArea .xjTab li {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  border: none;
  border-right: 1px solid #e5f1ed;
  color: #007a47;
  line-height: 1.1;
  width: 14%;
  height: 40px;
  cursor: pointer;
}

.newsArea .xjTab li:first-child {
  border-left: 1px solid #e5f1ed;
}

.newsArea .xjTab li.active {
  font-weight: bold;
  border: none;
  background: #e5f1ed;
}

@media only screen and (max-width: 640px) {
  .newsArea .xjTab {
    display: block;
    letter-spacing: -0.9em;
  }

  .newsArea .xjTab li {
    display: inline-block;
    border: 1px solid #e5f1ed;
    line-height: 40px;
    letter-spacing: 0;
    margin: 0 0 1px 1px;
    width: 50%;
  }

  .newsArea .xjTab li:nth-child(odd) {
    width: calc(50% - 1px);
    margin: 0 0 1px;
  }
}

/* ------------------------------------
.contentList
------------------------------------ */
.contentList {
  width: 100%;
  letter-spacing: -0.9em;
}

.contentList li {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  width: 30%;
  margin: 0 1.6% 35px;
}

.contentList li ul li {
  display: list-item;
  box-shadow: none;
  width: auto;
  margin: 0;
}

.contentList li img {
  width: 100%;
  height: auto;
}

.contentList a {
  text-decoration: none;
  color: #404040;
}

.contentList > li > a {
  display: block;
}

.contentList dl dt {
  font-size: 1.12em;
  font-weight: bold;
  padding: 15px 20px 7px;
  height: auto;
}

.contentList dl dt:before {
  font-family: "agro" !important;
  content: "\e902";
  font-size: 0.9em;
  font-weight: normal;
  margin: 2px 5px 0 0;
  color: #007a47;
}

.contentList dl dd {
  font-size: 0.86em;
  padding: 0 20px 20px;
}

@media only screen and (max-width: 768px) {
  .contentList dl dt {
    font-size: 1em;
  }

  .contentList > li {
    width: 48%;
    margin: 0 1% 35px;
  }
}

/* =====================================
ClearFixElements
===================================== */
.cf:after {
  content: " ";
  display: block;
  clear: both;
}
