.logo-img{
  width: 151px;
  height: 60px;
}
.carousel{
  background: #fff;
  margin: 0px;
}
.carousel img{
  width:100%;
}

.down-arrow{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #AFAFAF;
}

p.right-arrow {
  text-indent: -10px;
  margin-left: 10px;
}

p.right-arrow:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 0px;
  margin-right: 4px;
  margin-left: 4px;
  border: transparent solid 4px;
  border-left-color: #67B723;
  vertical-align: center;
}

.head-menu .navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.fluid-footer{
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #67B723;
}
.text-footer{
  background-color: #F4F2EE;
}
.fluid-nav{
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F4F2EE;
  border-bottom: 1px solid red translateY(10px);
}
.fluid-box-inner{
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.head-menu .navbar .nav-item{
  font-size: 13px;
  width: 110px;
}

.head-menu .navbar .nav-item p{
  color: #67B723;
  font-size: 10px;
  font-weight: bold;
}

.head-menu .navbar-nav .active{
  border-bottom: 3px solid #67B723;
}

.head-menu .navbar-nav a{
  text-decoration: none;
}

.head-menu .navbar-nav a:hover:not(#active){
  border-bottom: 3px solid #b9f882;
  margin-bottom: 0px;
}

.top_box{
  margin-top: 6px;
  margin-bottom: 22px;
}

.top_box a:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

.top_box .title_text{
  margin: 4% 10% 4% 10%;
}

.top_box .title_img{
  width: 85%;
}

.top_box .body_text{
  font-size: small;
}

.news_area{
  margin: 10% 4% 10% 4%;
}

.news::-webkit-scrollbar {
  width: 6px;
}

.news::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: #67B723;
}

.news{
  overflow: scroll;
  height: 320px;
  margin: 20px;
}

.top_tel {
  background-image: url(/img/icon.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-bottom: 30px;
  padding-left: 60px;
  font-size: 0.85em;
  line-height: 1.6em;
}

.top_message {
  background-image: url(/img/icon2.gif);
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-bottom: 30px;
  padding-left: 60px;
  font-size: 0.85em;
  line-height: 1.6em;
}

.banner_text {
  font-size: small;
}

.banner_text p {
  line-height: 20px;
}

html{
    font-size: 62.5%;
}
body{
  font-size:1.6rem;
  line-height: 2;
}
h1 {
  font-size: 36px;
  font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
  line-height: 1.3;
}
h2 {
  font-size: 24px;
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
  line-height: 1.3;
}
.banner_area{
  /*margin: 18% 4% 10% 4%;*/
  margin-top: 15%;
}

.banner_image{
  width: 100%;
}

a:hover .banner_image{
  opacity: 0.6;
  transition-duration: 0.3s;
}

.img_iso{
  padding-top: 10px;
}

.img_klmn{
  padding-top: 10px;
}

img {
  pointer-events: none;
}
.under_line_double{
  border-bottom:double;
  border-width:3px;
}

.under_line_red_double{
  border-bottom:double;
  border-color:#FF0000;
  border-width:3px;
}

.under_line_green_double{
  border-bottom:double;
  border-color:#67B723;
  border-width:3px;
}

.under_line_green{
  border-bottom:solid;
  border-color:#67B723;
  border-width:1px;
}

.border_top {
  border-top: 2px dashed;
}

.text_green {
  color:#67B723;
}

.text_red {
  color:#FF0000;
}

.caption_1 {
  font-size: 1.6rem;
}

@media only screen and (min-width: 1200px) {
  .banner_area {
    position: relative;
    top: 10px;
    left: -20px;
  }
}
@media only screen and (min-width: 922px) and (max-width: 1200px) {
  .banner_area {
    position: relative;
    top: 10px;
    left: -20px;
  }
  .banner_text {
    padding-bottom: 11px;
  }
}
@media only screen and (min-width: 992px) {
  /* 992以上 */
  .table-ul {
    position:relative;
    right: 20px;
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
  }
  .table-ul li {
    display: table-cell;
    vertical-align: middle;
  }
  .table-ul p {
    height: 20px;
    width: 100%;
    position: relative;
    bottom: 0px;
  }
  .table-ul p.text {
    border-right: 1px dashed #ccc;
  }
  .table-ul li:first-child {
    padding-left: 0px;
    text-align: left;
    width: 8%;
  }
  .table-ul li:nth-child(n+2):nth-child(-n+4) {
    width: 10%;
  }
  .table-ul li:nth-child(n+6):nth-child(-n+7) {
    width: 10%;
  }
  .table-ul li:nth-child(5) {
    width: 15%;
  }
  .table-ul li:nth-child(8) {
    width: 15%;
  }
  .table-ul li:last-child {
    text-align: right;
    padding-left: 30px;
    border-right: 0;
  }
  .table-ul li a {
    color: rgb(24, 24, 24);
    display: block;
    text-decoration: none;
  }
}
@media only screen and (min-width: 767px) {
  /* 幅767px以上 */
  body {
    overflow-x: hidden;
    overflow-y: visible;
  }
  .head-text{
    font-size: 1rem;
    margin-right: 20px;
  }
  .fixed-top{
    position: static;
  }
  .top_box_center{
    border-left: 1px solid #eee;
  }
  .foot-img{
    width: 334px;
    height: 13px;
  }
  .table-ul a:hover{
    color: #999;
  }
}

@media only screen and (max-width: 991px) {
  /* 幅991px未満 */
  .head-text{
    text-align: right;
  }
  p{
    font-size: 0.9em;
  }
  .news_box{
    padding: 0px;
  }
  .news_area{
    margin: 10% 1% 10% 1%;
  }
  .top_message {
    font-size: 0.85em;
    background-size:30px;
    padding-left: 36px;
  }
  .top_tel {
    font-size: 0.85em;
    background-size:30px;
    padding-left: 36px;
  }
  .banner_area{
    margin: 20% 0% 10% 0%;
  }
  .head-menu .navbar-nav li{
    font-size: 1rem;
  }
  .head-menu .navbar .nav-item{
    width: 80px;
    font-size: 11px;
  }
  .table-ul li a {
    color: rgb(24, 24, 24);
    display: block;
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  /* 幅768px未満 */
  .fixed-top{
    border-bottom: solid 1px #eee;
  }
  .fixed-top .head-menu{
    margin-left: 15px;
    margin-right: 15px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: inline-block !important;
  }
  p {
    font-size: 0.9em;
  }
  .logo-img{
    width: 120px;
    height: 48px;
    margin-bottom: 0px;
  }
  .head-menu .navbar-nav{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  .head-menu .navbar .nav-item {
    font-size: 10px;
    margin: 0;
    display: inline-block;
    font-size: 12px;
    width: 49%;
  }
  .head-menu .navbar-nav li {
    border-bottom: solid 1px #ddd;
  }
  .head-menu .navbar-nav li.left{
    border-right: solid 1px #ddd;
    padding-right: -1px;
  }
  .head-menu .navbar-nav .active{
    border-bottom: 3px solid #67B723;
    padding-bottom: 2px;
  }
  .head-menu .navbar-nav a:hover:not(#active){
    border-bottom: 3px solid #b9f882;
    padding-bottom: 14px;
  }
  .news_box{
    padding-left: 16px;
    padding-right: 16px;
  }
  .top_message {
    font-size: 0.85em;
    background-size:50px;
    padding-left: 60px;
  }
  .top_tel {
    font-size: 0.85em;
    background-size:50px;
    padding-left: 60px;
  }
  .banner_area{
    margin: 4% 4% 10% 4%;
  }
  .img_iso{
    width: 120px;
    height: 60px;
  }
  .img_klmn{
    width: 42px;
    height: 60px;
  }

  .no-gutters {
    margin:0;
    padding:0;
  }

  .no-gutters　> .col,
  .no-gutters　> [class*="col-"] {
    margin:0;
    padding:0;
  }

  .contents{
    margin-top: 60px;
  }
  .foot-img{
    width: 290px;
    height: 11px;
  }

  #fadeLayer {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height: calc(100% + 130px);
    margin-bottom: 0px;
    background-color:#000000;
    opacity:0.3;
    visibility:hidden;
    z-index:1;
  }
  /* Drawer Menu CSS */
  .drawer--right.drawer-open .drawer-hamburger {
    right: 0px;
  }
  .drawer--right .drawer-nav {
    right: -200px;
  }
  .drawer-hamburger {
    z-index: 9998;
    padding: 20px;
  }
  .drawer-overlay {
    z-index: 9997;
    position: fixed;
    top: 60px;
  }
  .drawer-nav {
    z-index: 9999;
    position: fixed;
    top: 60px;
    width: 200px;
    background: #fffe;
  }
  .drawer-nav > .drawer-menu {
    height: 90%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto;
  }
  .navbar-default {
    background: #fff0;
    height: 60px;
    padding-left: 0px;
    position: relative;
    top: -2px;
  }
  .navbar-header {
    text-align: center;
    float:none;
  }
  .drawer > .navbar-brand {
    float: none;
    padding: 0px 0px;
  }
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin: 0;
  }
  .drawer-menu a {
    text-decoration: none;
    font-size: 14px;
    color: #555;
    width: 100%;
  }
  .drawer-menu p {
    position: relative;
    font-weight: bold;
    top: -6px;
    color: #67B723;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .drawer-menu > li {
    border-bottom: 1px solid #ccc;
    padding: 0px 10px 0px 10px;
  }
  .drawer-nav .sub-item {
    margin-top: 2px;
    margin-bottom: 3px;
    padding-left: 6px;
  }
  .drawer-nav .sub-item small {
    font-size: 14px;
    line-height: 20px;
  }
  .drawer-nav .navbar-nav .active{
    background: #cdf;
    border-radius: 20px;
  }
  .drawer-nav .drawer-menu li.sub-item:hover {
    background: #ddd;
    border-radius: 20px;
  }
  .drawer-down-arrow {
    position: relative;
  }
  .drawer-down-arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: 6%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #aaa;
    border-right: 2px solid #aaa;
    transform: translateX(-50%) rotate(135deg);
  }
  .drawer-up-arrow {
    position: relative;
  }
  .drawer-up-arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: 6%;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #aaa;
    border-left: 2px solid #aaa;
    transform: translateX(-50%) rotate(135deg);
  }
  body.fixed {
    position: fixed;
    left: 0;
    right:0;
  }
  .drawer-menu > li > div {
    padding-left: 8px;
  }
  .drawer-menu > li > div.active {
    background-image: url("/img/arrow.gif");
    background-repeat: no-repeat;
    background-position: left center;
  }
  .drawer-menu > li > div.hover:hover {
    background-image: url("/img/arrow.gif");
    background-repeat: no-repeat;
    background-position: left center;
  }
}

@media only screen and (max-width: 575px) {
  /* 幅575px未満 */
  body p{
    font-size: 1.1em;
    line-height: 1.5em;
  }
  .head-text{
    font-size: 1rem;
    text-align: center;
  }

  .top_box .title_img{
    width: 80%;
  }
  .banner_area{
    margin: 1%;
  }
  .banner_image{
    width: 100%;
    margin-bottom: 1em;
  }
  .banner_text{
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.5em;
    display: none;
  }
  .top_message {
    font-size: 0.85em;
    background-size:50px;
    padding-left: 60px;
  }
  .news_box{
    padding-left: 16px;
    padding-right: 16px;
  }
  .head-menu .navbar-nav a:hover:not(#active){
    border-bottom: 3px solid #b9f882;
    padding-bottom: 12px;
  }
  .top_message {
    font-size: 0.80em;
    background-size:35px;
    padding-left: 45px;
  }
  .top_tel {
    font-size: 0.80em;
    background-size:35px;
    padding-left: 45px;
  }

  .contents .dt-sub {
    font-weight: bolder;
    font-size: 1em;
    margin-left:  1.5em;
    margin-right: 1.5em;
  }

  .company {
    max-width: 300px;
    max-height: 200px;
  }

  .conventional {
    max-width: 300px;
    max-height: 200px;
  }

  .flow1 {
    max-width: 250px;
    max-height: 180px;
  }

  .flow2 {
    max-width: 250px;
    max-height: 180px;
  }

  .flow3 {
    max-width: 250px;
    max-height: 120px;
  }
}
