@charset "utf-8";

body {
  font-family: Arial, Helvetica, sans-serif;
  color:#444;
  
}

#overlay {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}
#overlay .overlay-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  text-align: center;
}
#overlay .overlay-content img {
  max-width:100%;
  max-height: 600px;
}
#overlay .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

a.black:link, a.black:visited {
  color: #444;
  text-decoration: none;
}
a.black:hover, a.black:active {
  color: #999;
  text-decoration: none;
}
a.green:link, a.green:visited {
  color: #444;
  text-decoration: none;
}
a.green:hover, a.green:active {
  color: rgba(153,204,68);
  text-decoration: none;
}

small {
  font-size: 12px !important;
}

.category {
  border-bottom: 2px solid rgba(153,204,68,0.0);
  cursor: pointer;
}
.category:hover, .category.active {
  color: rgba(153,204,68);
  border-bottom: 2px solid rgba(153,204,68);
}



pre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color:#444;
  padding: 0px;
  margin: 0px;
  word-wrap: normal;
}

/*** Carousel ***/
#mycarousel {
  width: 100%;
}

/*** Product ***/
#biz_product {
  margin-bottom: 10px;
}
#biz_product h2 {
  padding: 50px 0px 10px 0px;
  margin: 0px;
  text-align: center;
  font-size: 32px;
}
#biz_product .product-item {
  padding: 0px 0px 30px 0px;
  cursor: pointer;
  overflow: hidden;
}
#biz_product .product-name {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#biz_product .product-item img {
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
	cursor:pointer;
}
#biz_product .product-item:hover img {
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

/*** News ***/
#news h2 {
  padding: 50px 0px 10px 0px;
  margin: 0px;
  text-align: center;
  font-size: 32px;
}
#news .news-item {
  padding: 0px 0px 10px 0px;
  cursor: pointer;
  overflow: hidden;
}
#news .news-item img {
  width: 100%;
  margin-bottom: 0px;
  cursor:pointer;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#news .news-item .date {
  margin-top: 7px;
}
#news figcaption {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(182,37,62,1.0);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 10px;
}
#news .news-item:hover img {
  opacity: 0.7;
}
#news .news-item:hover a.news-title {
  color: #999;
}
#news .news-item:hover figcaption {
  background-color: rgba(232,87,112,0.9);
}
#news .news-item:hover a.news-title, #news .news-item:hover .date {
  color: #999;
}
#news .news-item:hover p.news-title {
  color: #999;
}
#news p.news-title {
  font-weight: bold;
  color: #444;
}

/*** footer ***/
#footer {
  background-color: #f3f3f3;
  margin: 0px !important;
}
.footer-item {
  margin-bottom: 30px;
}
#footer h3 {
  font-size: 16px;
  font-weight: bold;
}
#footer ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}
#footer li {
  line-height: 30px;
  padding-left: 5px;
}
#footer .footer-sub-menu li a::before {
  content: "- ";
}

/*** lower-footer ***/
#lower-footer {
  background-color: #fff;
  border-bottom: 10px solid rgba(153,204,68);
}
#lower-footer a.dic-corp:link, #lower-footer a.dic-corp:visited {
  font-size: 20px;
  color: #444;
}
#lower-footer a.dic-corp:hover, #lower-footer a.dic-corp:active {
  color: #999;
  text-decoration: none;
}
#lower-footer .copy-right {
  font-size: 10px;
  text-transform: uppercase;
}
#lower-footer ul {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#lower-footer ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px 15px;
  font-size: 12px;
  color: #444;
  border-right: 1px solid #444;
}
#lower-footer ul li:last-child {
  border-right: none;
}
#lower-footer span {
  display: inline-block;
  font-size: 12px;
}

.active-cyan input.form-control[type=text] {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #aaa;
}
.active-cyan input.form-control[type=text]+a {
  color: #aaa;
}
.active-cyan input.form-control[type=text]:focus {
  border-bottom: 1px solid rgba(153,204,68);
  box-shadow: none;
}
.active-cyan input.form-control[type=text]:focus+a {
  color: rgba(153,204,68);
}
.active-cyan input.form-control[type=text]::placeholder {
  color: #aaa;
}

/***** Cookie *****/
.cookie {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #d3d3d3;

}
.cookie p {
  font-size: 0.75em;
  padding: 0px;
  margin: 0px;
}
.cookie .my-btn {
  background-color: #99cc44;
  color: #fff;
  float: right;
  margin: 10px 10px 0px 20px;
}


/***************    PC    *******************/
@media only screen and (min-width: 768px) {

   .responsive-image {
     width: 100%;
  height: 300px;
  
  background-size: cover;
  background-position: center;
    background-image: url('./img/slideshow/Main Visual_2024_PC_en.jpg');
  }

  #menu-space {
    margin-top: 132px;
  }
  .top-nav-sm {
    display: none;
  }
  header.normal {
    position: fixed;
    top: 0;
    background-color: #fff;
    height: 133px;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #e7e7e7;
    transition: all 0.3s ease;
    
  }
  header.minimal {
    position: fixed;
    top: 0;
    background-color: #fff;
    height: 104px;
    z-index: 99;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    transition: all 0.3s ease;
  }

  header.normal #logo {
    float: left;
    height:66.5%;
    padding: 34px 0px 0px 40px;
    transition: all 0.3s ease;
  }

  header.normal #namelogo {
    float: left;
    height:65%;
    padding: 20px 0px 0px 40px;
    transition: all 0.3s ease;
  }


  header.minimal #logo {
    float: left;
    height: 50.5px;
    padding: 10px 0px 0px 40px;
    transition: all 0.3s ease;
    
  }
  header #logo:hover {
    opacity: 0.6;
    cursor: pointer;
  }

  header.normal .top-nav {
    text-align: right;
    margin-top: 25px;
    margin-right: 30px;
    transition: all 0.3s ease;
  }
  header.minimal .top-nav {
    text-align: right;
    margin-top: 5px;
    margin-right: 30px;
    transition: all 0.3s ease;
  }
  header .top-nav li {
    display: inline-block;
    list-style-type: none;
    font-size: 14px;
    margin: 0px 7px;
  }
  header .top-nav li.search {
    margin: 0px;
    font-size: 20px;
    /* width:400px; */
    padding-right: 10px ;
  }
  header .top-nav li.corp {
    margin: 0px 20px;
    font-size: 20px;
  }
  header.normal nav {
    text-align: right;
    margin-top: 25px;
    margin-right: 40px;
    padding-top: 0px;
    transition: all 0.3s ease;
  }
  header.minimal nav {
    text-align: right;
    margin-top: 0px;
    margin-right: 40px;
    padding-top: 0px;
    transition: all 0.3s ease;
  }

  .nav-item {
    margin-left: 20px;
  }
  .nav-item, .nav-item-title {
    display: inline-block;
  }
  .nav-item-title {
    font-size: 20px;
    padding: 0px 0px 12px 0px;
  }
  header a:link, header a:visited {
    color: #444;
    text-decoration: none;
  }
  header a:hover {
    color: rgba(153,204,68);
    text-decoration: none;
  }
  header a.active {
    font-weight: bold;
    color: rgba(153,204,68);
  }
  .nav-item:hover .nav-item-title {
    border-bottom: 2px solid rgba(138,199,49);
    cursor: pointer;
  }
  .nav-item:hover a {
    color: rgba(138,199,49,0.7);
  }
  .nav-item.active {
    border-bottom: 2px solid rgba(138,199,49);
  }
  .nav-item.active a {
    color: rgba(138,199,49);
  }

  .nav-item-child {
    display: none;
    width: 100%;
    height: 150px;
    position: absolute;
    /*top: 132px;*/
    left: 0px;
    text-align: left;
    background-color: rgb(249, 249, 249);
    z-index: 99;
    color:#444;
    padding: 25px 40px;
  }
  .nav-item-child h1 {
    display: inline-block;
    float: left;
    width: 250px;
    font-size: 32px;
    color: rgba(153,204,68);
    text-align: center;
    border-right: 1px solid rgba(153,204,68);
    padding: 30px 0px;
  } 
  .nav-item-child ul.sub-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px 0px 0px 40px;
    margin: 0px;
    list-style-type: none;
    line-height: 150%;
  }
  .nav-item-child ul.sub-link li {
    display: block;
    width: 33%;
    padding: 0px;
    margin: 0px 0px;
    line-height: 200%;
  }
  .nav-item-child ul.sub-link li a::before {
    content: "- ";
  }
  .nav-item-child a:link, .nav-item-child a:visited {
    font-size: 14px;
    color: #444;
  }
  .nav-item-child a:hover, .nav-item-child a:active {
    font-size: 14px;
    color: #999;
  }

  /*** Main-Content ***/
  .main-content {
    padding: 15px 40px;
  }
  .main-content h2 {
    font-size: 32px;
    padding: 50px 0px;
  }

  /*** Privacy Policy ***/
  ol.bullet_policy {
    list-style-type: none;
    counter-reset: li;
    padding-left: 0px;
  }
  ol.bullet_policy>li {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 25px;
  }
  ol.bullet_policy>li:before {
    counter-increment: li;
    content: counter(li, decimal-leading-zero);
    color: rgba(153,204,68);
    margin-right: 0.55em;
  }
  ol.bullet_policy>li h4 {
    font-size: 1.3rem;
    display: inline;
    font-weight: bold;
  }
  ol.bullet_policy>li>p {
    font-size: 1rem;
    font-weight: normal;
    margin-left: 40px;
  }
  ol.inner {
    list-style-type: decimal;
    margin-left: 20px;
  }
  ol.inner>li {
    font-size: 1rem;
    font-weight: normal;
  }

  /*** to_inquires ***/
  .to_inquires {
    padding: 25px 0px;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 3px solid rgb(153,204,68);
    cursor: pointer;
  }
  .to_inquires:hover {
    background-color: #fefefe;
    color: #aaa;
  }


  /**** lower-footer (PC) ****/
  #lower-footer {
    padding: 30px 40px;
    margin: 0px;
  }
  #lower-footer .left {
    text-align: left;
  }
  #lower-footer .right {
    text-align: right;
  }
}


/*******************    Smartphone    ********************/
@media only screen and (max-width: 768px) {

   .responsive-image {
    background-image: url('./img/Main Visual_2024_SP_en.jpg');
  }

  #menu-space {
    margin-top: 60px;
  }
  .top-nav-sm {
    display: block;
  }
  .top-nav {
    display: none;
  }


  header.normal,  header.minimal {
    position: fixed;
    top: 0;
    background-color: #fff;
    height: 65px;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #e7e7e7;
    margin: 0px;
    padding: 0px;
  }
  header #logo {
    margin: 15px;
    width: 65%;
  }


  header.normal .top-nav-sm, header.minimal .top-nav-sm {
    text-align: right;
    margin-right: 0px;
    padding: 5px;
    transition: all 0.3s ease;
  } 
  header .top-nav-sm li {
    display: inline-block;
    list-style-type: none;
    font-size: 14px;
    margin: 0px 5px;
  }
  header .top-nav-sm li.search {
    margin: 0px 5px;
    font-size: 20px;
  }
  header .top-nav-sm li.corp {
    margin: 0px 20px;
    font-size: 20px;
  }
  header.normal nav, header.minimal nav {
    display: none;
    width: 100%;
    margin-top: 5px !important;
    padding: 0px !important;
    transition: all 0.3s ease;
    position: static; 
  }

  .nav-item {
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 0px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #888;
  }
  .nav-item-title {
    font-size: 20px;
  }
  .nav-item-arrow {
    float: right !important;
    margin-right: 15px;
  }
  header a:link, header a:visited {
    color: #444;
    text-decoration: none;
  }
  header a:hover {
    color: rgba(153,204,68);
    text-decoration: none;
  }
  header a.active {
    font-weight: bold;
    color: rgba(153,204,68);
  }
  .nav-item:hover a {
    color: rgba(153,204,68);
  }

  .nav-item-child {
    display: none;
    width: 100%;
    position: relative;
    left: 0px;
    text-align: left;
    background-color: #f9f9f9;
    z-index: 99;
    color:#444;
    padding: 25px 10px 0px 10px;
  }
  .nav-item-child h1 {
    display: none;
    float: left;
    width: 250px;
    font-size: 32px;
    color: rgba(153,204,68);
    text-align: center;
    border-right: 1px solid rgba(153,204,68);
    padding: 30px 0px;
  } 
  .nav-item-child ul.sub-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    list-style-type: none;
    line-height: 150%;
  }
  .nav-item-child ul.sub-link li {
    display: block;
    width: 50%;
    padding: 0px;
    margin: 0px 0px;
    line-height: 200%;
  }
  .nav-item-child ul.sub-link li a::before {
    content: "- ";
  }
  .nav-item-child a:link, .nav-item-child a:visited {
    font-size: 14px;
    color: #444;
  }
  .nav-item-child a:hover, .nav-item-child a:active {
    font-size: 14px;
    color: #999;
  }

  header {
    padding: 10px 20px;
  }
  header img {
    float: left;
    height: 30px;
  }

  /*** Main-Content ***/
  .main-content {
    padding: 10px 20px;
  }
  .main-content h2 {
    font-size: 28px;
    padding: 30px 0px;
  }

  /******** News Item ********/
  #news .news-item figure {
    width: 50%;
    margin-right: 10px;
    float: left;
  }
  #news .news-item figcaption {
    position: relative;
    margin:0px !important;
    text-align: center;
  }

  /******** lower-footer (Smartphone) *********/
  #lower-footer {
    padding: 10px 10px;
    margin: 0px;
  }
  #lower-footer .left {
    text-align: center;
  }
  #lower-footer .right {
    text-align: center;
  }
  #footer-lang {
    display: none;
    margin-top:30px;
  }
  .footer-item {
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
  }
}

