*{
  margin:0px;
}
body{
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
img{
  max-width: 100%;
}
.img_width{
  width: 100%;
}
.img_width2{
  max-width: 95%;
  margin-top: 50px;
  margin-bottom: 10px;
}
.tv{
  margin-top: 200px;
}
.topimg{
  margin-top: 100px;
}
h1:before {
    content: url(../img/logo.svg);
    display:inline-block;
    position: relative;
    top: 10px;
    width: 50px;
    height: 50px;
}
h1{
    color: #5e8c61;
}
/*ナビゲーションここから*/
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    height: 70px;
    background-color: #fff;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #000;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
  font-family: "Noto Sans Japanese";
  float: left;
  width: 360px;
  height: 60px;
  font-size: 25px;
  vertical-align:top;
  color: #5e8c61;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    text-align: center;
}
#global-nav ul li {
    float: left;
}
#global-nav li {
    margin-left: 50px;
    margin-top: 30px;
}
#global-nav ul li a {
    padding: 0 30px;
}
#global-nav li:hover{

}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 20px;
    height: 60px;
    background: #fff;
    background: rgba(255,255,255,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #5e8c61;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 10px;
}
.navi_text{
  font-size: 12px;
  color: #5e8c61;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 30px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/*ナビゲーションここまで*/
#bk{
  background-image: url(../img/bkimg1.jpg);
  margin-top: -8px;
}
#bk2{
  background-color: #fff;
  width: 980px;
  margin: auto;
  margin-top: 0px;
  text-align: center;
  padding-bottom: 100px;
}
img{
	margin: 0;
	padding: 0;
}
h2{
  width: 100%;
  height: 100px;
  margin: auto;
  background-color:#80aa82;
  color: #fff;
  text-align: center;
  margin-top: -7px;
  padding: 50px 0px 20px 0px;
  font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
h2 p{
  width: 90%;
  margin: auto;
}
/* --- NEWS --- */
#news{
  width: 780px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  background-image: url(../img/leaf.png);
  background-repeat: no-repeat;
  background-position:top;
}
div.update {
width: 780px; /* 新着情報エリアの幅 */
font-size: 80%;
}
/* --- ボタン --- */
.button button-rounded button-flat-action{
  width: 200px;
  font-size: 17px;
}
#button-box{
  width: 960px;
  height: 200px;
  margin: auto;
  margin-bottom: 80px;
}
.lock {
    overflow:hidden;
}

.modal-content {
    position:relative;
    display:none;
    width:50%;
    margin:30px;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
}

.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-wrap {
    z-index:2;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}

.modal-open {
    color:#00f;
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
    color:#00f;
    text-decoration:underline;
}

.modal-close:hover {
    cursor:pointer;
    color:#f00;
}
h6{
  width: 90%;
  border-bottom: 3px solid #b3d789;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 20px;
}
.popup-text-box{
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
}
/* --- 見出し --- */
h3{
  width: 780px;
  height: 130px;
  text-align: center;
  margin: 0 0 1px; /* 見出しのマージン（上、左右、下） */
}
h3 p{
  padding-top: 5px;
}
#news_h3{
  font-size: 12px;
  color: #80aa82;
  padding-top: 50px;
}
div.update dl {
width: 100%; /* 新着リストの幅 */
margin-top: 10px;
border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
border-left: 0px;
border-bottom: 0px;
}
/* --- 日付エリア --- */
div.update dt {
width: 6.7em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%;
}
/* --- 本文エリア --- */
div.update dd {
margin: 0;
margin-left: 30px;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 120%;
}
/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
/* --- NEWSここまで --- */
#main{
  width: 100%;
}
#voice{
  width: 920px;
  margin: auto;
  margin-top: -5px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../img/bkimg3.jpg);
}
/*バナー*/
.bn{
  width: 100%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}
.bn2{
  width: 100%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}
/*TOPページへ*/
#page-top {
    position: fixed;
    bottom: 140px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #e0e0e0;
}
/*フッダー*/
footer{
  width: 100%;
}
#footer_box1{
  width: 100%;

  z-index: 100;
  margin: auto;
  text-align: center;
  background-color: #80aa82;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer_text1{
  margin-bottom: 10px;
}
#footer_box2{
  margin: auto;
  text-align: center;
  background-color: #5c997d;
  color: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 10px;
}
/* ------ index以外共通 ------- */
h4{
  width: 100%;
  background-color: #5c997d;
  color: #fff;
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
h4 p{
  margin-left: 50px;
}
h5{
  width: 960px;
  border-bottom: 2px solid #b3d789;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  font-size: 20px;
}
.h5text{
  color:#5c997d;
  font-size: 12px;
  margin-left: 5px;
}
/* ------ index以外共通 ------- */
/* ------ index ------- */
#toplink{
display: inline-block;
margin-left: 30px;
margin-top: 50px;
}
a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
/* ------ product ------- */
.product{
  width: 920px;
  margin: auto;
  text-align: center;
  display: inline-flex;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(../img/bkimg3.jpg);
}
.product_box{
  width: 300px;
  height: 520px;
  background-color: #fff;
  margin: auto;
  text-align: center;
  display: block;
  border: 1px solid #eee;
  padding: 15px;
  box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.2);
}
.product img{
  padding: 10px;
}
.product_name{
border-top: 4px solid #B3D789;
border-bottom: : 4px solid #B3D789;
}
.product_text{
  border-top: 4px solid #B3D789;
  padding: 10px;
}
#product_box2 img{
}
.product_button{
  width: 150px;
  margin: auto;
  margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 12px 24px;
	background: -moz-linear-gradient(
		top,
		#a6deb3 0%,
		#b1db72);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#a6deb3),
		to(#b1db72));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #429e2f;
	-moz-box-shadow:
		0px 1px 3px rgba(97,179,20,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(97,179,20,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(97,179,20,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(99,143,114,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
.product_button:hover{
  opacity: 0.5;
}
.product_button p{
  color: #fff;
}
a{
  text-decoration: none;
}
/* ------ productここまで ------- */

/* ------ ipad用CSS ------- */
@media screen and ( max-width:768px) {
  img.img_width-sp{
    margin-top: 100px;
  }
  .stopimg{
    margin-top: 70px;
  }
    #top-head,
    .inner {
      width: 100%;
        padding: 0;
        background: #fff;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
        width: 100%;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 65px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        padding-left: 0px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #global-nav li {
        margin-left: 0px;
        margin-top: 0px;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #000;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
    /*バナー*/
    .bn{
      width: 90%;
      margin: auto;
      margin-top: 50px;
      margin-bottom: 50px;
      text-align: center;
    }
    .bn2{
      width: 90%;
      margin: auto;
      margin-top: 50px;
      margin-bottom: 50px;
      text-align: center;
    }
    #bk2{
      background-color: #fff;
      width: 100%;
      margin: auto;
      margin-top: 0px;
      text-align: center;
      padding-bottom: 200px;
    }
    /* --- NEWS --- */
    #news{
      width: 500px;
      height: 250px;
      margin: 0 auto;
      margin-top: 150px;
      margin-bottom: 20px;
      background-image: url(../img/leaf.png);
      background-repeat: no-repeat;
      background-position:top;
      background-size:80% auto;
    }
    div.update {
    width: 600px; /* 新着情報エリアの幅 */
    margin-top: 60px;
    font-size: 80%;
    }
    /* --- 見出し --- */
    h3{
      width: 500px;
      height: 50px;
      text-align: center;
      margin: 0 0 1px; /* 見出しのマージン（上、左右、下） */
    }
    #news_h3{
      font-size: 12px;
      color: #80aa82;
    }
    div.update dl {
    width: 90%; /* 新着リストの幅 */
    margin-top: 10px;
    border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
    border-left: 0px;
    border-bottom: 0px;
    }
    /* --- 日付エリア --- */
    div.update dt {
    width: 6.7em; /* 日付エリアの幅 */
    float: left;
    padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
    line-height: 120%;
    }
    /* --- 本文エリア --- */
    div.update dd {
    margin: 0;
    margin-left: 30px;
    padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
    border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
    line-height: 120%;
    }
    /* --- clearfix --- */
    .clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
    .clearFix {
    min-height: 1px;
    }
    /* --- NEWSここまで --- */
    /*フッダー*/
    footer{
      width: 100%;
      height: 100px;
    }
    #footer_box1{
      margin: auto;
      text-align: center;
      background-color: #80aa82;
      color: #fff;
      padding: 0px;
      padding-top: 20px;
      font-size: 13px;
    }
      #footer_box1 img{
      }
      #footer_box1{
        margin: auto;
        text-align: center;
        background-color: #80aa82;
        color: #fff;
        padding: 20px 0px 20px 0px;
        font-size: 13px;
      }
    #footer_box2{
      margin: auto;
      text-align: center;
      background-color: #5c997d;
      color: #fff;
      padding-top: 3px;
      padding-bottom: 3px;
      font-size: 10px;
    }
    #button-box{
      width: 100%;
      height: 200px;
      margin-bottom: 100px;
    }
    .product{
      width: 100%;
    }
    #voice{
    width: 100%;
}
    /* ------ index以外共通 ------- */
    h4{
      width: 100%;
      background-color: #5c997d;
      color: #fff;
      font-size: 30px;
      padding-top: 20px;
      padding-bottom: 20px;
      margin-bottom: 50px;
    }
    h5{
      width: 90%;
      border-bottom: 2px solid #b3d789;
      margin: auto;
      margin-bottom: 50px;
      margin-top: 50px;
    }
    .h5text{
      color:#5c997d;
      font-size: 12px;
      margin-left: 5px;
    }
    /* ------ index以外共通 ------- */

}
/* ------ ipad用CSSここまで ------- */
@media screen and (min-width:481px) {
.sp-img{
  display: none;
}
}
/* ------ スマートフォン用CSS ------- */
@media screen and (max-width:480px) {
  html{
    width: 100%;
  }
  .pc-img{
    display: none;
  }
  img.img_width-sp{
    width: 100%;
    margin-top: 10px;
  }
  img.img_width-sp-1{
    width: 80%;
    margin-top: 30px;
  }
  img.img_width-sp-2{
    width: 100%;
    margin-top: 30px;
  }
  .img_width2{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .button{
    width: 240px;
    font-size: 14px;
  }

  /*バナー*/
  .bn{
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
  }
  .bn2{
    width: 90%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
  }
  #top-head,
  .inner {
    max-width: 100%;
      padding: 0;
      background: #fff;
  }
  #top-head {
      top: 0;
      position: fixed;
      margin-top: 0;
      width: 100%;
  }
  /* Fixed reset */
  #top-head.fixed {
      padding-top: 0;
      background: transparent;
  }
  #mobile-head {
      background: #fff;
      width: 100%;
      height: 65px;
      z-index: 999;
      position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
      left: 13px;
      top: 8px;
      color: #333;
      font-size: 18px;
  }
  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -500px;
      background: #fff;
      width: 100%;
      text-align: center;
      padding: 10px 0;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
  }
  #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
  }
  #global-nav ul li {
      float: none;
      position: static;
  }
  #global-nav li {
      margin-left: 0px;
      margin-top: 0px;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: #000;
      padding: 18px 0;
  }
  #nav-toggle {
      display: block;
  }
  h1{
    width: 150px;
  }
  h1:before {
      content: url(../img/logo.svg);
      display:inline-block;
      position: relative;
      top: 5px;
      width: 35px;
      height: 50px;
  }
  #main {
    width: 100%;
    height: auto;
}
h2{
  font-size: 20px;
  padding: 20px 0px 20px 0px;
}
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(556px);
      -webkit-transform: translateY(556px);
      transform: translateY(556px);
  }
  /* ------ index以外共通 ------- */
  h4{
    width: 100%;
    background-color: #5c997d;
    color: #fff;
    font-size: 30px;
    padding-top: 20px;
    padding-left: 5px;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
  h5{
    width: 90%;
    border-bottom: 2px solid #b3d789;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .h5text{
    color:#5c997d;
    font-size: 12px;
    margin-left: 5px;
  }
  /* ------ index以外共通 ------- */
  #toplink{
    width: 90%;
    margin: auto;
    overflow:hidden;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
  }
  .button-4{
    width:95%;
    height:70px;
    border:2px solid #5c997d;
    float:left;
    text-align:center;
    cursor:pointer;
    position:relative;
    box-sizing:border-box;
    overflow:hidden;
    margin:0 0 30px 10px;
    padding: 10px;
    display: inline-block;
    text-align: center;
  }
  .button-4 a{
    font-family:arial;
    font-size:16px;
    color:#5c997d;
    text-decoration:none;
    line-height:10px;
    transition:all .5s ease;
    z-index:2;
    position:relative;
  }
  .eff-4{
    width:100%;
    height:80px;
    left:-100%;
    top:-10px;
    background:#5c997d;
    position:absolute;
    transition:all .5s ease;
    z-index:1;
  }
  .button-4:hover .eff-4{
    left:0;
  }
  .button-4:hover a{
    color:#fff;
  }
  /* --- NEWS --- */
  #news{
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url(../img/leaf.png);
    background-repeat: no-repeat;
    background-position:top;
    background-size:80% auto;
  }
  div.update {
  width: 100%; /* 新着情報エリアの幅 */
  font-size: 80%;
  }
  /* --- 見出し --- */
  h3{
    width: 100%;
    height: 50px;
    text-align: center;
    margin: 0 0 1px; /* 見出しのマージン（上、左右、下） */
  }
  #news_h3{
    font-size: 12px;
    color: #80aa82;
  }
  div.update dl {
  width: 90%; /* 新着リストの幅 */
  margin-top: 10px;
  border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
  border-left: 0px;
  border-bottom: 0px;
  margin: auto;
  }
  /* --- 日付エリア --- */
  div.update dt {
  width: 6.7em; /* 日付エリアの幅 */
  float: left;
  padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
  line-height: 120%;
  margin: auto;
  text-align: center;
  }
  /* --- 本文エリア --- */
  div.update dd {
  margin: 0;
  margin-left: 30px;
  padding: 7px 1px 6px 3.6em; /* 本文エリアのパディング（上右下左） */
  border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
  line-height: 120%;
  }
  /* --- clearfix --- */
  .clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
  .clearFix {
  min-height: 1px;
  }
  /* --- NEWSここまで --- */
  /* --- ボタン --- */
  .button button-rounded button-flat-action{
    width: 200px;
    font-size: 17px;
  }
  #button-box{
    width: 100%;
    height: 400px;
    margin-bottom: 100px;
  }
  /*フッダー*/
  footer{
    width: 100%;
    height: 100px;
    margin-bottom: 0;
  }
  #footer_box1{
    margin: auto;
    text-align: center;
    background-color: #80aa82;
    color: #fff;
    padding: 0px;
    padding-top: 20px;
    font-size: 13px;
    height: 100px;
  }
    #footer_box1 img{
      width: 90%;
    }
  #footer_text1{
    margin-bottom: 10px;
  }
  #footer_text1p{
      margin: 10px;
    }
  #footer_box2{
    margin: auto;
    text-align: center;
    background-color: #5c997d;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 10px;
  }
  /* ------ product ------- */
  .product{
    width: 100%;
    margin: auto;
    text-align: center;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-image: url(../img/bkimg3.jpg);
  }
  .product_box{
    width: 260px;
    height: 520px;
    background-color: #fff;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #eee;
    padding: 15px;
    box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.2);
  }
  .product img{
    padding: 10px;
  }
  .product_name{
  border-top: 4px solid #B3D789;
  border-bottom: : 4px solid #B3D789;
  }
  .product_text{
    border-top: 4px solid #B3D789;
    padding: 10px;
  }

  .product_button{
    width: 150px;
    margin: auto;
    margin-bottom: 0px;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	color: #ffffff;
  	padding: 12px 24px;
  	background: -moz-linear-gradient(
  		top,
  		#a6deb3 0%,
  		#b1db72);
  	background: -webkit-gradient(
  		linear, left top, left bottom,
  		from(#a6deb3),
  		to(#b1db72));
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
  	border: 1px solid #429e2f;
  	-moz-box-shadow:
  		0px 1px 3px rgba(97,179,20,0.5),
  		inset 0px 0px 1px rgba(255,255,255,0.7);
  	-webkit-box-shadow:
  		0px 1px 3px rgba(97,179,20,0.5),
  		inset 0px 0px 1px rgba(255,255,255,0.7);
  	box-shadow:
  		0px 1px 3px rgba(97,179,20,0.5),
  		inset 0px 0px 1px rgba(255,255,255,0.7);
  	text-shadow:
  		0px -1px 0px rgba(99,143,114,0.4),
  		0px 1px 0px rgba(255,255,255,0.3);
  }
  .product_button:hover{
    opacity: 0.5;
  }
  .product_button p{
    color: #fff;
  }
  a{
    text-decoration: none;
  }
  /* ------ productここまで ------- */
  #voice{
    width: 100%;
    margin: auto;
    padding-top: 50px;
    margin-top: -5px;
    padding-bottom: 50px;
    background-image: url(../img/bkimg3.jpg);
  }
}
/* ------ スマートフォン用CSSここまで ------- */
