.p50{
  padding: 50px 0;
}
.edge{
  border-radius: 8px;
}

.service-block-three .inner-box img{
  margin-bottom: 10px;
}

/*TOP50周年スタンプ*/
p.stamp50{
  position: absolute;
  top: -30%;
  left: 65%;
}



/** pricing-style-two **/
/*.team-section .sec-title h2,
.team-section .sec-title span{
  color: #fff;
}*/

.pricing-block{
  position: relative;
}

.pricing-block-two{
  position: relative;
  display: block;
  padding: 30px 30px 30px 30px;
}

.pricing-block-two:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: calc(100% - 140px);
  left: 0px;
  top: 0px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.pricing-block-two .pricing-table{
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 10px 40px 10px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.pricing-block-two .pricing-table .table-header{
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 27px;
  border-bottom: 1px solid #e5e5e5;
}

.pricing-block-two .pricing-table .table-header .light-icon{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 200px;
  color: #fdf4ee;
}

.pricing-block-two .pricing-table .table-header .icon-box{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  background: #7ea994;
  border-radius: 50%;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 28px;
  z-index: 1;
  transition: all 500ms ease;
}
.pricing-block-two .pricing-table .table-header .icon-box i{
  padding-top: 10px !important;
  color: #fff;
}

.pricing-block-two .pricing-table .table-header h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 0px;
}
.pricing-block-two .pricing-table .table-header h2 span{
  font-size: 20px;
}
.pricing-block-two .pricing-table .table-header h3{
  position: relative;
  display: block;
  font-size: 20px;
  color: #454545;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.pricing-block-two .pricing-table .table-header p{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.pricing-block-two .pricing-table .feature-list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #141417;
  margin-bottom: 10px;
  text-align: left;
}

.pricing-block-two .pricing-table .feature-list li:last-child{
  margin-bottom: 0px;
}

.pricing-block-two .pricing-table .feature-list li span{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.pricing-block-two .pricing-table .feature-list li span:before{
  position: absolute;
  content: "\e90a";
  font-family: 'icomoon';
  font-size: 16px;
  left: 0px;
  top: 0px;
}

.pricing-block-two.active-block .pricing-table .table-header .icon-box{
  color: #fff;
  box-shadow: none;
}

.pricing-block-two.active-block .pricing-table .table-header a{
  color: #fff;
}

.pricing-block-two.active-block .pricing-table .table-header a span{
  position: relative;
  padding-right: 22px;
}

.pricing-block-two.active-block .pricing-table .table-header a span:before{
  position: absolute;
  content: "\e906";
  font-family: 'icomoon';
  font-size: 13px;
  top: -2px;
  right: 0px;
  font-weight: 400;
  transition: all 500ms ease;
}


.owl-prev,
.owl-next{
  display: inline;
}
.owl-prev i,
.owl-next i{
  font-size: 44px;
  display: block;
}


.centred {
  text-align: center;
}


.contact-details p{
  margin-bottom: 5px;
}

/*--- お問い合わせパネル ---*/
.contact_area{
  position: relative;
  background: #525252;
}

.contact_area .tel_area{
  position: absolute;
  top: -30px;
  left: 15%;
  padding: 0px 46px;
  height: 70px;
  text-align: left;
  background: #f5f5f5;
  border-radius: 6px;
}
.contact_area .tel_area h4{
  margin: 0;
  padding: 5px 0 0 0;
  color: #000;
  font-size: 2.2rem;
  line-height: 1.2;
}
.contact_area .tel_area i{
  font-size: 1.8rem;
  vertical-align: middle;
}
.contact_area .tel_area p{
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1;
  font-size: 0.9rem;
}

.contact_area .form_area{
  position: absolute;
  top: -30px;
  right: 15%;
  height: 70px;
  padding: 0px 46px;
  text-align: left;
  background: var(--theme-color1);
  border-radius: 6px;
}
.contact_area .form_area:hover{
  background: var(--theme-color2);
}
.contact_area .form_area h4{
  padding-top: 20px;
}
.contact_area .form_area h4 a{
  color: #fff;
}
.contact_area .form_area h4 span{
  margin-right: 20px;
  padding: 3px;
  font-size: 0.7rem;
  background: #ffcc00;
  vertical-align: middle;
}


.contact_area p.text{
  padding: 50px 0 20px;
  color: #fff;
}


@media (max-width: 1199.98px) {
  .contact_area .tel_area{
    left: 5%;
  }
  .contact_area .form_area{
    right: 5%;
  }
}

section.green{
  padding: 0;
  background: url(../images/bg-pattern-11.jpg);
  border-top: dashed 5px #9a7e36;
  border-bottom: dashed 5px #9a7e36;
}
.w_back{
  margin-bottom: 30px;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.7);
}
section.green2{
  background: #7ea994;
  border-top: dashed 5px #9a7e36;
  border-bottom: dashed 5px #9a7e36;
}

table.type1{
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  border-collapse: collapse;
}
table.type1 td{
  margin: 0;
  padding: 12px;
  border: solid 1px #6bb1df;
}
table.type1 th{
  margin: 0;
  text-align: center;
  padding: 12px;
  background: #f1f1fd;
  border: solid 1px #6bb1df;
}

.slide-item .auto-container{
  padding: 0 !important;
}



/*--- 日本産興株式会社専用CSS ---*/

.button-blue{
  padding: 10px !important;
  background: #00b3f4;
  color: #fff !important;
}
.sp_only{
  display: none;
}
.fixed-header .sp_only{
  display: block;
}
.fixed-header .sp_only span{
  padding: 10px 20px !important;
  background: #00b3f4;
  border-radius: 10px;
}
.fixed-header .sp_only a{
  color: #fff !important;
}
h3 span.ss{
  margin: 0;
  font-size: 0.9rem;
  font-weight: normal;
}
strong.s_blue{
  color: #0158d3 !important;
}
.btn-blue p{
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  display: block;
  min-height: 48px;
  color: #0158D3;
  background-color: #FFFFFF;
  padding: 10px 14px;
  border: 2px solid #0158D3;
  width: 200px;
  border-radius: 0;
}
h3.safetyh3 strong{
  font-size: 19px;
  color: #454545;
}
@media (max-width: 767.98px) {
  a.kyujin{
    display: none;
  }
  .sp_only{
    display: block;
    padding: 10px;
    background: #00b3f4; 
  }
  .sp_only a{
    color: #fff;
  }
  h2{
    font-size: 26px;
  }
  h3{
    font-size: 21px;
  }
  p.stamp50{
    position: absolute;
    top: -60%;
    left: 65%;
  }
}


