@charset "UTF-8";
*{
  box-sizing: border-box;
}
.center {
  text-align: center;
}
sup{
    vertical-align: super !important;
}
.wrapper {
  max-width: 950px;
  width: 90%;
  margin: 0 auto;}


  .clearfix:before,
  .clearfix:after {
	  content: " ";
	  display: table;}
  .clearfix:after {
	  clear: both;}
.clearfix {
  *zoom: 1;}
.fl {
  float: left;}
.fr {
  float: right;}
  @media screen and (max-width: 481px) {
    .fl {
      float: none;}
    .fr {
      float: none;}
  }
.bg_gray {
  font-size: 14px;
  letter-spacing: 0.04em;
  background: #f5f5f3;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);}
.h2 {
  color: #1e9244;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.04em;}
  .h2_wh {
	  color: #fff;
	  font-size: 20px;
	  font-weight: normal;
	  letter-spacing: 0.04em;}


.breadcrumb {
  color: #7c7777;
  font-size: 10px;
  padding: 10px 0;
  background: #f5f5f3;}
  .breadcrumb a {
	  color: #1167b9;}
  .breadcrumb ul {
	  max-width: 950px;
	  margin: 0 auto;}
  .breadcrumb li {
	  display: inline-block;}
      .breadcrumb li:after {
		  content: '>';
		  margin: 0 0.4em 0 0.8em;}
      .breadcrumb li:last-child:after {
		  content: '';}
.kv {
	height:280px;
  /**background: #6ddebe;
  background: -moz-linear-gradient(left, #6ddebe 0%, #6cd1db 100%);
  background: -webkit-linear-gradient(left, #6ddebe 0%, #6cd1db 100%);
  background: -webkit-gradient(linear, left top, right top, from(#6ddebe), to(#6cd1db));
  background: -o-linear-gradient(left, #6ddebe 0%, #6cd1db 100%);
  background: linear-gradient(to right, #6ddebe 0%, #6cd1db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ddebe', endColorstr='#6cd1db',GradientType=1 );**/
    background: url(../img/top/main.jpg) center top no-repeat;}
    .kv h1 {
		max-width: 640px;
		margin: 0 auto 0;
		padding-top: 115px;}
.page_nav {
  background: url(../img/top/bg_nav.png) no-repeat center right;
  background-size: contain;
  height: 46px;
  max-width: 940px;
  padding: 13px 20px 0 36px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-23px);
  -ms-transform: translateY(-23px);
  transform: translateY(-23px);
  letter-spacing: 0.04em;}
  .page_nav a {
	  color: #1e9244;}
      .page_nav a:hover {
		  text-decoration: none;}
  .page_nav li {
	  float: left;
	  margin-right: 49px;}
      .page_nav li:before {
		  content: '';
		  width: 14px;
		  height: 14px;
		  background: url(../img/top/index_ico01.png) no-repeat center center;
		  background-size: 100%;
		  display: inline-block;
		  margin: 0 6px -2px 0;}
          .page_nav li.last {
			  float: right;
			  margin-right: 0;}
              .page_nav li.last:before {
				  content: '';
				  display: none;}
                  .page_nav li.last a {
					  color: #fff;}
.exp_cont {
  letter-spacing: 0.04em;
  margin-top: 42px;}
  .exp_cont .exp_box {
	  padding-bottom: 64px;}
  .exp_cont .h2 {
	  margin-bottom: 37px;
	  font-weight: bold;}

.exp_cont .fl {
  line-height: 2.1;
  max-width: 425px;
}

.exp_cont .fr {
  max-width: 455px;
}

.product_nav {
  background: #6ddebe;
  background: -moz-linear-gradient(left, #6ddebe 0%, #6cd1db 100%);
  background: -webkit-linear-gradient(left, #6ddebe 0%, #6cd1db 100%);
  background: -webkit-gradient(linear, left top, right top, from(#6ddebe), to(#6cd1db));
  background: -o-linear-gradient(left, #6ddebe 0%, #6cd1db 100%);
  background: linear-gradient(to right, #6ddebe 0%, #6cd1db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ddebe', endColorstr='#6cd1db',GradientType=1 );
  padding: 61px 0 51px;
  margin-bottom: 53px;
}

.product_nav .h2_wh {
  margin-bottom: 49px;
  font-weight: bold;
}

.product_nav a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-family: "Avenir Next", Verdana, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.product_nav a:hover {
  text-decoration: none;
}

.product_nav li {
  display: inline-block;
  margin-right: 48px;
}

.product_nav li:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/top/index_ico01.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  margin: 0 6px -2px 0;
}

.product_nav li:last-child {
  margin-right: 0;
}

.product_cont {
  padding-bottom: 91px;
}

.product_cont h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 13px;
  background: #97caa3;
  margin-bottom: 20px;
  font-family: 'Avenir Next',sans-serif;
}

.product_cont h3.mt {
  margin-top: 40px;
}

.product_cont h4 {
  color: #48a25d;
  font-size: 16px;
  font-weight: bold;
  max-width: 920px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  padding-left: 30px;
}

.product_cont h4.mt {
  margin-top: 40px;
  
}

.product_cont h4:before {
  content: "";
  width: 5px;
  height: 30px;
  background: #97caa3;
  position: absolute;
  left: 0;
  top: -5px;
}

.product_cont a:link,
.product_cont a:visited{
  color: #000;
}
.product_cont a:hover{
  color: #000;
}

.product_cont .product_box {
  max-width: 920px;
  margin-left: auto;
  border-bottom: 1px solid #dcdcdc;
  padding: 19px 0;
}
.product_cont .product_box p small {
  text-align: left;
}

.product_cont .tit {
  line-height: 1.5;
  padding-left: 40px;
  position: relative;
  width: 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product_cont .tit:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/top/index_ico01.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  margin: 0 6px -2px 0;
}

.product_cont .tit:before {
  background: url(../img/top/index_ico02.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 12px;
  top: 2px;
}

.product_cont .pic {
  max-width:620px;
}

.product_cont small{
    padding-top: 0.5em;
    text-align: right;
    display: block;
}

.product_cont .pic_w {
  max-width:620px;
    margin-left:300px;
}

.product_cont .option {
    padding: 1em 1em 0;
    border:1px solid #ebebeb;
   background-color:#ebebeb;
}

.product_cont .pic .above {
  margin-bottom: 1em;
}

.product_cont .pic p {
  font-size: 12px;
  width: 125px;
  margin-right: 30px;
    line-height: 1.5em;
  margin-bottom: 2em;
}

.product_cont .pic p:nth-child(4n) {
  margin-right: 0;
}

.product_cont table{
    border-collapse: collapse;
    margin: 1em 0;
}
.product_cont tr th{
    text-align: center;
    white-space: nowrap;
    padding: 0.5em;
}
.product_cont tr td{
    text-align: center;
    white-space: nowrap;
    padding: 0.5em;
}


.product_cont .pic img {
  margin-bottom: 12px;
}

.product_cont .materials h3 {
  background: #57937b;
}

.product_cont .materials h4 {
  color: #57937b;
}

.product_cont .materials h4:before {
  background: #57937b;
}

.btn_cont {
  padding: 54px 0;
}

.foot_btn a {
  font-size: 14px;
  text-decoration: none;
  display: block;
  background: url(../img/top/btn_bg01.png) no-repeat center center;
  background: #1e9244;
  border-radius: 4px;
  background-size: contain;
  color: #fff;
  max-width: 410px;
  width: 90%;
  min-height: 50px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px;
}

.foot_btn a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.c_head {
  background: #6ddebe;
  background: -moz-linear-gradient(left, #6ddebe 0%, #6cd1db 100%);
  background: -webkit-linear-gradient(left, #6ddebe 0%, #6cd1db 100%);
  background: -webkit-gradient(linear, left top, right top, from(#6ddebe), to(#6cd1db));
  background: -o-linear-gradient(left, #6ddebe 0%, #6cd1db 100%);
  background: linear-gradient(to right, #6ddebe 0%, #6cd1db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ddebe', endColorstr='#6cd1db',GradientType=1 );
  padding: 15px 0;
}

.c_pagenav_wrap {
  display: inline-block;
}

.c_page_nav {
  padding: 14px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-23px);
  -ms-transform: translateY(-23px);
  transform: translateY(-23px);
  letter-spacing: 0.04em;
  background: #fff;
  display: inline-block;
  width: auto;
  font-size: 12px;
}

.c_page_nav a {
  color: #1e9244;
}

.c_page_nav a:hover {
  text-decoration: none;
}

.c_page_nav li {
  float: left;
  margin-right: 49px;
}

.c_page_nav li:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/top/index_ico01.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  margin: 0 6px -2px 0;
}

.c_page_nav li:before {
  background: url(../img/top/index_ico02.png) no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 0;
}

.c_page_nav li:last-child {
  margin-right: 0;
}

.c_page_nav li.last {
  float: right;
  margin-right: 0;
}

.c_page_nav li.last:before {
  content: '';
  display: none;
}

.c_page_nav li.last a {
  color: #fff;
}

.product_wrap {
  max-width: 920px;
  margin-left: auto;
margin-bottom: 3em;
}

.c_product_cont h3 {
  margin-bottom: 25px;
}

.c_product_cont h4 {
  border-bottom: 0;
}

.c_product_cont .leadTxt {
  line-height: 2;
  margin-bottom: 60px;
}
.c_product_cont .leadTxt b{
    font-size: 16px;

}

.c_product_cont .tit01 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
}


.c_product_cont h5 {
  color: #1e9244;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 26px;
}

.c_product_cont .pic {
    width:280px;
    margin-right: 20px;
}
.c_product_cont .pic_wide {
  max-width:920px;

    display: flex;
    flex-wrap: wrap;
}
.c_product_cont .pic_wide div{
  
    margin-right: 40px;
}
.c_product_cont .pic_wide div:last-child{
  margin-right: none;
}
.c_product_cont .pic_wide div img{
    display: block;
    margin-bottom: 0.5em;
}
.c_product_cont .pic_wide div:nth-child(3n){
    margin-right: 0px;
}
.c_product_cont .pic_wide div .small {
  margin: 0em 0 1em;
}
.c_product_cont .pic_vertical div{
    float: left;
    margin-right: 40px;
}
.c_product_cont .pic_vertical div img{
    display: block;
    margin-bottom: 0.5em;
}
.c_product_cont .pic_vertical div:nth-child(5n){
    margin-right: 0px;
}
.c_product_cont .pic_vertical div .small {
  margin: 0em 0 1em;
}









.c_product_cont .txt {
  max-width: 580px;
  line-height: 1.8;
}

.c_product_cont .txt_wide {
    margin-top: 1em;
    max-width: 920px;
  line-height: 1.8;
}

.c_product_cont .txt .small,
.c_product_cont .txt_wide .small{
  margin: 0em 0 1em;
}
.c_product_cont .txt .nologo,
.pic_wide .nologo,
.pic_vertical .nologo{
  font-size:16px;
    font-weight:bold;
    line-height: 1.75em;
}
.c_product_cont .txt .nologo span{
      font-size: 12px;
  display: block;
    font-weight: normal;
}

.c_product_cont .txt span,
.c_product_cont .txt_wide span{
  font-size: 12px;
  display: block;
}
.c_product_cont .txt .logo{
    display: block;
    margin-bottom: 0.5em;
}

.product_f_nav {
  background: #f5f5f3;
  padding-top: 80px;
}
.product_f_nav .fl {
  width: 50%;
}
@media screen and (max-width: 950px) {
.product_f_nav .fl {
  width: 45%;
  margin-right: 5%;
}
.product_f_nav .fl:last-child{
  margin-right: 0;
}
}
@media screen and (max-width: 481px) {
  .product_f_nav .fl {
    width: 100%;
    margin-right: 0;
  }
}
.product_f_nav .list {
  line-height: 2.8;
  margin: 0 0 48px 28px;
}

.product_f_nav .list li {
  font-size: 14px;
}

.product_f_nav .list li:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/top/index_ico01.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  margin: 0 6px -2px 0;
}

.product_f_nav .list li:before {
  background: url(../img/top/index_ico02.png) no-repeat center center;
  background-size: contain;
}

.product_f_nav .list li.active:before {
  border: 4px solid #868686;
  border-radius: 16px;
  background: none;
  width: 14px;
  height: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product_f_nav .list li.active:before:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(../img/top/index_ico01.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  margin: 0 6px -2px 0;
}

.product_f_nav h4 {
  width: 100%;
  padding-left: 30px;
}

.product_f_nav h4:before {
  content: '';
  left: 0;
}

.product_f_nav .c_page_nav {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.popup {
    display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
}

.popup .bg {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.popup .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 620px;
  padding: 61px 0 0 0;
  background: #fff;
  border-radius: 6px;
  font-size: 16px;
    line-height: 1.75em;
}

.popup .pop_content p {
  margin-bottom: 1em;
  padding: 0 60px 1em 60px;
}


.popup .close_txt {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 24px 0;
  border-radius: 0 0 6px 6px;
  background: #6ddebe;
  background: -moz-linear-gradient(left, #6ddebe 0%, #6cd1db 100%);
  background: -webkit-linear-gradient(left, #6ddebe 0%, #6cd1db 100%);
  background: -webkit-gradient(linear, left top, right top, from(#6ddebe), to(#6cd1db));
  background: -o-linear-gradient(left, #6ddebe 0%, #6cd1db 100%);
  background: linear-gradient(to right, #6ddebe 0%, #6cd1db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ddebe', endColorstr='#6cd1db',GradientType=1 );
}

.popup .close_btn {
  position: absolute;
  right: 0;
  top: -36px;
  width: 20px;
  cursor: pointer;
}
