@charset "UTF-8";
/**
* Table of Contntens for Citron Style:
*
* 1.0 - Reset
* 2.0 - Basic Structure
* 3.0 - Header
* 4.0 - Page
*   4.1 - Company
*   4.2 - Technology
*   4.3 - Products
*   4.4 - Contact
* 5.0 - Footer
* -----------------------------------------------------------------------------
*/
/* 1.0 - Reset
* -----------------------------------------------------------------------------
*/
/* clearfix */
.cf:after {
  content: " ";
  display: block;
  clear: both; }

.opa {
  transition: opacity .1s linear; }
  .opa:hover {
    opacity: .6; }

/* visibility */
.sp {
  display: none; }

@media (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
/* 2.0 - Basic Structure
* -----------------------------------------------------------------------------
*/
body {
  font-family: "Mplus 1p", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "メイリオ", Meiryo;
  font-size: 16px;
  line-height: 2.2;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.row1014 {
  max-width: 1014px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }

.row1200 {
  max-width: 1240px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }

.row1400 {
  max-width: 1440px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }

@media (max-width: 768px) {
  body {
    line-height: 1.6; }

  .row1014,
  .row1200,
  .row1400 {
    padding-right: 6%;
    padding-left: 6%; } }
/* 3.0 - Header
* -----------------------------------------------------------------------------
*/
header {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  z-index: 3; }

.header_logo {
  float: left; }
  .header_logo img {
    width: 222px; }

.header_button {
  float: right;
  text-align: right; }
  .header_button img {
    margin-left: 40px;
    vertical-align: middle;
    width: auto; }

.header_border {
  height: 6px;
  background: rgba(82, 169, 87, 0.5);
  position: absolute;
  bottom: -6px;
  z-index: 1;
  width: 100%;
  left: 0; }

@media (max-width: 768px) {
  header {
    padding-right: 2%;
    padding-left: 2%;
    padding-top: 10px;
    padding-bottom: 10px; }

  .header_logo {
    width: 100%;
    margin-right: -120px;
    padding-right: 120px;
    box-sizing: border-box; }
    .header_logo img {
      width: 100%;
      max-width: 166px; }

  .header_button {
    width: 120px; }
    .header_button img {
      margin-left: 10px;
      vertical-align: bottom; }
    .header_button #modal img {
      width: 30px; } }
/* modal */
#animatedModal {
  position: relative;
  color: #fff; }

#animatedModal a {
  color: #fff;
  text-decoration: none; }

.close-animatedModal {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 24px;
  cursor: pointer; }

.modal-content {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  font-size: 160%;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px; }

#animatedModal .logo {
  margin-top: 18px;
  margin-left: 20px;
  height: 40px;
  width: 431px; }

#animatedModal .modal-content ul li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #73b37f;
  padding-bottom: 10px;
  margin-top: 10px;
  padding-left: 20px; }

#animatedModal .modal-content ul .home_icon {
  background-image: url(../img/_common/home_icon.png);
  background-repeat: no-repeat;
  background-position: left 5px; }

ul li {
  list-style: none;
  cursor: pointer; }

.close {
  display: none; }

#animatedModal .modal-content ul #accordion {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d3969c; }

#animatedModal .modal-content ul #accordion ul li {
  border-bottom-style: none;
  margin-bottom: 15px;
  padding-bottom: 0px;
  margin-top: 0px; }

#animatedModal .modal-content ul #accordion > .menu_info {
  border-bottom-width: 0px;
  margin-bottom: 0px;
  background-image: url(../img/_common/bt_icon2_pc.png);
  background-repeat: no-repeat;
  background-position: left 14px; }

#animatedModal .modal-content ul #accordion .menu_info:hover {
  opacity: 0.7; }

@media (max-width: 768px) {
  #animatedModal .logo {
    width: 200px; }
    #animatedModal .logo img {
      width: 100%; }

  .modal-content {
    padding-top: 0;
    font-size: 100%; } }
/* 4.0 - Page
* -----------------------------------------------------------------------------
*/
.main_visual {
  margin-bottom: 80px; }
  .main_visual img {
    width: 100%; }

.page_sec {
  margin-bottom: 75px; }

.lg {
  font-size: 48px;
  color: #00954d;
  line-height: 1.5;
  margin-bottom: 20px; }

.mid {
  font-size: 24px; }

@media (max-width: 768px) {
  .main_visual {
    margin-bottom: 10px; }

  .page_sec {
    margin-bottom: 10px; }

  .lg {
    font-size: 20px;
    margin-bottom: 10px; }

  .mid {
    font-size: 15px; } }
/* TOP */
#visual {
  z-index: 1; }

.btn-wrapper a {
  line-height: 1; }

@media (max-width: 768px) {
  #visual {
    height: 100vh; } }
/* 4.1 - Company
* -----------------------------------------------------------------------------
*/
.page-company h2 {
  font-size: 26px;
  border-bottom: 6px #a8d4ab solid;
  font-weight: normal;
  padding-bottom: 10px; }
.page-company table {
  width: 100%; }
  .page-company table tr {
    border-bottom: 1px solid #ccc; }
  .page-company table td, .page-company table th {
    font-size: 14px;
    padding: 10px 0; }
  .page-company table th {
    width: 160px;
    font-weight: normal; }
.page-company #access .gmap {
  margin-top: 30px;
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
.page-company #access .gmap iframe,
.page-company #access .gmap object,
.page-company #access .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 768px) {
  .page-company h2 {
    font-size: 18px;
    padding-bottom: 0; }
  .page-company table th {
    width: auto;
    white-space: nowrap;
    padding-right: 15px; }
  .page-company table th, .page-company table td {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .page-company #access .gmap {
    padding-bottom: 50%; } }
/* 4.2 - Technology
* -----------------------------------------------------------------------------
*/
.page-technology #technology_sec1 {
  background-image: url("../img/technology/bg_technology.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 20px;
  margin-right: 20px; }
  .page-technology #technology_sec1 .page_sec #img_share50 {
    text-align: right; }
    .page-technology #technology_sec1 .page_sec #img_share50 img {
      width: 272px; }
.page-technology .technology_sec img {
  width: 100%; }
.page-technology p.w640 {
  font-size: 14px;
  width: 640px;
  margin-bottom: 40px; }
.page-technology #technology_sec3 {
  padding: 20px 0; }
.page-technology .technology_wrap {
  margin-top: 40px;
  margin-bottom: 80px; }
.page-technology .technology_l {
  width: 360px;
  float: left;
  border: 4px solid #00954d;
  box-sizing: border-box;
  padding: 10px 40px 20px 40px;
  text-align: center; }
  .page-technology .technology_l .inner {
    text-align: left;
    font-size: 23px;
    line-height: 1.8;
    display: inline-block; }
    .page-technology .technology_l .inner .title {
      font-size: 20px;
      color: #a3a3a3;
      text-align: center; }
.page-technology .technology_r {
  width: 100%;
  float: right;
  margin-left: -400px;
  padding-left: 400px;
  box-sizing: border-box;
  font-size: 14px; }
.page-technology .technology_wrap_bottom {
  margin-bottom: 40px; }
.page-technology .technology4_l {
  float: left;
  width: 100%;
  margin-right: -340px;
  padding-right: 340px;
  box-sizing: border-box;
  font-size: 14px; }
.page-technology .technology4_r {
  float: right;
  width: 298px;
  font-size: 14px;
  text-align: center; }
  .page-technology .technology4_r img {
    width: 100%; }

.dl_continuous {
  margin-top: 20px; }
  .dl_continuous dt {
    font-weight: bold;
    font-size: 16px; }
  .dl_continuous dd {
    margin-bottom: 20px;
    font-size: 14px; }

@media (max-width: 768px) {
  .page-technology .technology_wrap {
    margin-top: 20px;
    margin-bottom: 10px; }
  .page-technology p.w640 {
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px; }
  .page-technology #technology_sec1 {
    margin-left: 0;
    margin-right: 0; }
    .page-technology #technology_sec1 .page_sec #img_share50 {
      text-align: center;
      margin-top: 10px; }
  .page-technology .technology_l,
  .page-technology .technology_r {
    float: none;
    width: 100%; }
  .page-technology .technology_r {
    margin-left: 0;
    padding-left: 0;
    font-size: 12px; }
  .page-technology .technology_l {
    padding: 5px 40px 10px 40px;
    margin-bottom: 10px; }
    .page-technology .technology_l .inner {
      font-size: 15px;
      line-height: 1.6;
      text-align: center; }
      .page-technology .technology_l .inner .title {
        font-size: 12px; }
  .page-technology .technology4_r,
  .page-technology .technology4_l {
    float: none;
    width: 100%; }
  .page-technology .technology4_l {
    margin-right: 0;
    padding-right: 0;
    font-size: 12px; }
  .page-technology .technology4_r {
    max-width: 243px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    font-size: 12px; }
    .page-technology .technology4_r img {
      margin-bottom: 10px; }
  .page-technology .technology_wrap_bottom {
    margin-bottom: 20px; } }
/* 4.3 - Products
* -----------------------------------------------------------------------------
*/
.sec_products_top img {
  width: 100%; }

.products_nav nav {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 6px #a8d4ab solid; }
.products_nav ul li {
  margin-bottom: 20px;
  display: block;
  float: left;
  max-width: 385px;
  width: 32.08%; }
  .products_nav ul li img {
    width: 100%; }
  .products_nav ul li:nth-child(3n-1) {
    margin-left: 1.88%;
    margin-right: 1.88%; }

@media (max-width: 768px) {
  .products_nav nav {
    padding-top: 20px;
    padding-bottom: 20px; }
  .products_nav ul li {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1px; }
    .products_nav ul li img {
      width: 100%; }
    .products_nav ul li:nth-child(3n-1) {
      margin-left: 0;
      margin-right: 0; } }
.page-product h2 {
  text-align: center;
  font-size: 48px;
  color: #00954d;
  font-weight: normal; }
  .page-product h2 span {
    padding-left: 100px;
    padding-right: 100px;
    border-bottom: 6px #a8d4ab solid;
    padding-bottom: 10px; }
.page-product .subtitle {
  text-align: center;
  color: #00954d;
  font-size: 24px;
  margin-bottom: 20px; }
.page-product p {
  font-size: 14px; }
.page-product .sec_product_top img {
  width: 100%;
  margin-top: 60px; }
.page-product .sec_product_bottom {
  position: relative;
  padding-bottom: 40px; }
  .page-product .sec_product_bottom .row1200 {
    position: relative; }
  .page-product .sec_product_bottom .img_line {
    margin-top: -70px;
    width: 66.58%;
    float: left; }
.page-product .button_top {
  width: 31.16%;
  max-width: 385px;
  position: absolute;
  bottom: 10px;
  right: 20px; }

@media (max-width: 768px) {
  .page-product h2 {
    font-size: 30px; }
    .page-product h2 span {
      padding-bottom: 0;
      padding-right: 30px;
      padding-left: 30px; }
  .page-product .subtitle {
    font-size: 15px;
    margin-top: 10px; }
  .page-product p {
    font-size: 12px; }
  .page-product .sec_product_top img {
    margin-top: 20px; }
  .page-product .sec_product_bottom {
    padding-bottom: 20px; }
    .page-product .sec_product_bottom .img_line {
      float: none;
      width: 100%;
      margin-top: -25px; }
  .page-product .button_top {
    width: 100%;
    position: static;
    margin-top: 10px; } }
/* 4.4 - Contact
* -----------------------------------------------------------------------------
*/
.page-contact {
  font-size: 14px; }
  .page-contact h2 {
    font-size: 26px;
    border-bottom: 6px #a8d4ab solid;
    font-weight: normal;
    padding-bottom: 10px; }
  .page-contact p {
    margin: 20px 0; }
  .page-contact table th {
    background-color: #edf6ee;
    white-space: nowrap;
    padding: 10px 20px; }
    .page-contact table th .required {
      background-color: #52a957;
      color: #fff;
      font-size: 11px;
      padding: 1px 5px;
      font-weight: normal;
      margin-left: 5px;
      border-radius: 3px; }
  .page-contact table th, .page-contact table td {
    border: 1px solid #ccc;
    font-size: 14px; }
  .page-contact table td {
    padding: 10px; }
    .page-contact table td select {
      font-size: 14px;
      padding: 5px;
      border: 1px solid #ccc;
      border-radius: 5px; }
    .page-contact table td input[type="text"], .page-contact table td textarea {
      width: 100% !important;
      max-width: 100% !important;
      border: 1px solid #ccc;
      padding: 10px;
      font-size: 16px;
      border-radius: 5px;
      box-sizing: border-box;
      background: #f7f7f9; }
    .page-contact table td input[type="checkbox"] {
      border: 1px solid #ccc;
      -webkit-appearance: checkbox;
      appearance: checkbox; }
    .page-contact table td textarea {
      height: 200px !important; }
    .page-contact table td #zip {
      width: 300px !important; }
    .page-contact table td #search {
      background: #63ce96;
      color: #fff;
      border: none;
      font-size: 14px;
      padding: 5px 10px;
      margin-left: 10px;
      cursor: pointer;
      border-radius: 3px; }
  .page-contact .confirm {
    text-align: center;
    margin-top: 40px; }
    .page-contact .confirm button {
      background: #52a957;
      border: none;
      color: #fff;
      font-size: 16px;
      padding: 14px 80px;
      cursor: pointer; }

.mfp_element_submit,
.mfp_element_button {
  text-shadow: none !important; }

form#mailformpro label.mfp_checked {
  padding: 3px;
  border: none !important;
  background-color: #fff !important;
  box-shadow: none !important; }
form#mailformpro label.mfp_not_checked {
  border: none !important; }

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  box-shadow: none !important; }

@media (max-width: 768px) {
  .page-contact {
    font-size: 12px; }
    .page-contact h2 {
      font-size: 18px;
      padding-bottom: 0; }
    .page-contact table {
      border-bottom: 1px solid #ccc; }
      .page-contact table th, .page-contact table td {
        display: block;
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-bottom: none; }
      .page-contact table th {
        padding-right: 10px;
        padding-left: 10px; }
      .page-contact table td input[type="text"], .page-contact table td textarea {
        padding: 5px;
        font-size: 14px; }
      .page-contact table td #zip {
        width: 180px !important; }
      .page-contact table td #search {
        background: #1cc3e2; }
    .page-contact .confirm {
      margin-top: 20px; } }
#privacy {
  padding-bottom: 40px; }
  #privacy dt {
    font-size: 18px; }
  #privacy dd {
    margin-bottom: 20px; }

@media (max-width: 768px) {
  #privacy {
    padding-bottom: 10px; }
    #privacy dt {
      font-size: 15px;
      font-weight: bold; } }
/* 5.0 - Footer
* -----------------------------------------------------------------------------
*/
footer {
  background: #f4f4f4;
  border-top: 6px #a8d4ab solid;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  z-index: 1;
  position: relative; }
  footer .footer_logo img {
    width: 250px; }
  footer .end_credit {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px; }

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; }

@media (max-width: 768px) {
  footer {
    padding-right: 6%;
    padding-left: 6%;
    font-size: 12px;
    padding-bottom: 60px;
    padding-top: 20px; }
    footer .row1014 {
      width: 100%;
      padding: 0; }
    footer .footer_logo {
      margin-bottom: 10px;
      margin-top: 0; }
      footer .footer_logo img {
        max-width: 311px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block; }
    footer .end_credit {
      font-size: 11px; } }

/*# sourceMappingURL=style-citron.css.map */
