
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-size: 100%;
    font-size: 1.1rem;
    line-height: 1.6;
    background-color: #eeeeee;
}    

@media (max-width: 768px) {
  body {
    background-size: contain;
    }  
}


html,
body,
header,
.view {
  height: 740px;
}


.view img {
  display:inline-block;
}

@media (max-width: 768px) {
  html,
  body,
  header,
  .view {
    height: 700px;
  }
}


header {
  padding-bottom: 2em;
}


p.nav-logo-title {
	margin-bottom:0;
  margin-top: 12px;
	margin-left:-300px;
}

@media (max-width: 992px) {
p.nav-logo-title {
	display:none;
}
}

@media (max-width: 768px) {
  .navbar-brand .img-fluid{
   width: 80%;
    
  }
  }


.navbar-collapse {
    flex-grow: 0;
}
@media (max-width: 768px) {
.navbar-collapse .float-right{
  float: inherit!important;
}
}

#navbarSupportedContent .row{
  display: block;
}


.top-nav-collapse {
    background-color: #ffffff !important;
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #ffffff !important;
    }
}


@media (max-width: 450px) {
    .margins {
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

@media (min-width: 600px){
.navbar.scrolling-navbar {
    padding-top: 0px;
    padding-bottom: 8px;
}
}


.container{
  background-color: #ffffff;
}



/*フォント指定*/



.default-color {
    background-color: #73B833 !important;
}
.primary-color {
    background-color: #B5AE5D !important;
}

.text-default {
    color: #73B833 !important;
    font-weight: 500;
}

.text-primary {
    color: #B5AE5D !important;
}


h2{
  color: #6E6E6E;
  margin: 40px 0;
  text-align: center;
  font-family:"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}


h3{
  font-size: 2rem;
  text-align: center;
  color: #00A73C;
  font-weight: 600;
  margin-bottom: 10px;
  background-color: #fff;
}

#product h3{
    margin-top: 90px;
}

span.title span.sub{
  font-size: 60%;
}

h4{
  font-size: 1.4rem;
  font-weight: bold;
  color: #73B833;
}
h4.line{
  border-bottom: solid 1px #73B833;
}

h5{
  font-size: 1.1rem;
}


.icon-new {
  padding: 0.2em 0.6em;
  background-color: #e9911f;
  color: white;
  font-weight: normal;
}

dt{
  float: left;
  color: #B5AE5D;
}

.blue {
    background-color: #5B9BD5 !important;
}

.green .lighten-5{
    background-color: #ebf1de !important;
}

dd{
  margin-left: 250px;
}
dd::before{
  content: " : "
}

ul {
  list-style: none;
}
ul.square li {
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  padding: 0.5em 0.5em 0 1em;
  /*ボックス内の余白　追記*/
}



a.link:before, span.link:before {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    display: inline;
    color: #14A83B;
    padding-right: .5em;
  font-weight: 900;
}

.square_btn {
    display: inline-block;
    padding: 0.8em;
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    text-decoration: none;
    color: #fff;
    border: solid 2px #00A73C;
    border-radius: 3px;
    width: 400px;
    background: #00A73C;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.square_btn:hover {
  text-decoration: none;
  background-color: #14A83B;
  color: #fff;
}
.square_btn:hover:before {
  color: #fff;
}
.square_btn:hover:after {
  color: #fff;
}

@media print, screen and (max-width: 767px) {

  .square_btn {
    width: 100%;
}

}


#langNav .langBtn {
  margin-left: .5em;
  padding: 0;
}

#langNav .langBtn a {
  padding: 0px !important;
  display: block;
  background-color: #fff;
  color: #009933 !important;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.9rem;
  border: 1px solid #009933;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#langNav .langBtn a:hover, #langNav .langBtn a.current {
  background-color: #009933 !important;
  color: #fff !important;
}
#langNav .langBtn a span.sm {
  display: none;
}

.langNavtext {
  font-size: 12px;
  font-size: 0.8rem;
  margin-top: 10px;
  padding-left: 5px;
  display: block;
}

.btn_headcorp {
  padding-left: 20px;
  padding-top: 5px;
}

@media print, screen and (max-width: 767px) {
  #langNav .langBtn {
    margin: 0 1em;
    padding: 10px 5px;
    }
  #langNav .langBtn a {
    width: 100%;
    height: auto;
    line-height: auto;
    border-radius: 10px;
  }
  #langNav .langBtn a span.pc {
    display: none;
  }
  #langNav .langBtn a span.sm {
    display: block;
  }
.langNavtext {
  margin-top: 10px;
  }
}

.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
.page-top a {
    width: 80px;
    height: 80px;
    background: url(../img/common/pagetop.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
}
.page-top a:hover {
      opacity: 0.7;
    }

/* ページ内リンク高さ調整 */
html {
  scroll-padding-top: 70px; /* 固定ヘッダの高さ分 */
}


ul.noteList {
  overflow: hidden;
  font-size: 80%;
  margin: 0.2em 0 0 0;
  padding: 0 0 0 1.5em;
}

ul.noteList li:before {
  content: "※";
  display: block;
  float: left;
  text-align: left;
  margin-left: -1.5em;
  width: 1.5em;
}

.square_btn.btn_catalog, .square_btn.btn_contact{
  font-weight: bold;
  font-size: 1.6rem;
  width: 17em;
  text-align: center;
}

.caption {
  font-size: 0.8rem;
}



.box-link {
  margin-bottom: 5rem!important;
}

.list-feature-point dt {
  color: #908b4a;
}

.box-feature {
  background: #E1EDD7;
  padding: 0.8rem;
}


.pc { display: inline !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 991px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}



.main-box {
  position: relative;
  margin-top: 7rem;
  background-image: url(../img/common/kv_backgroud.png);
  background-repeat:  no-repeat; 
  background-position: bottom center;  
  background-size:auto;
  height: 580px;
  padding: 3rem 0;
}

@media print, screen and (max-width: 767px) {

  .main-box {
    margin-top: 4rem;
    padding: 3rem 0;
  }
  
  }


#product .container {
  position: relative;
  background-image: url(../img/common/product_backgroud.png);
  background-repeat:  no-repeat; 
  background-position: top center;  
  background-size:auto;
}

@media print, screen and (max-width: 767px) {

#product img {
  height: 300px;
}


}