/***スマホ用 ***/
#product.apple.top .mainBox{
  background-image: url(../images/product/product_apple_main_bg_sp.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: -25px;
  height: auto;
  padding-bottom: 10vw;
}
.mainBox .inner{
  position: relative;
  overflow: hidden;
}
.mainBox .inner >.wrap_mainImg{
margin-top: 14.5vw;
}
.mainBox .inner >.wrap_mainImg+h2{
  text-align: center;
  font-size: 4.655vw;
  font-weight: bold;
  line-height: 6.55vw;
  letter-spacing: 0.05em;
  margin-top: 10.5vw;
}
.mainBox .inner >.wrap_mainImg+h2::after{
  content: "";
  display: block;
  width: 28px;
  border-bottom: solid 2px #2E683A;
  text-align: center;
  margin: 4.65vw auto 7.58vw;
}
.mainBox .inner >.wrap_mainImg+h2+p{
  width: 100%;
  font-size: 3.79vw;;
  line-height: 5.69vw;
  letter-spacing: 0.05em;
  text-align: justify;
  color: #008040;
  margin-bottom: 10.5vw;
  
}
.mainBox .inner ol{
  width: 100%;
  height: auto;
  margin: 10.34vw auto;
}
.mainBox .inner ol li{
  width: 100%;
  height: auto;
  background-color: #FFF;
  margin-bottom: 4.13vw;
}
.mainBox .inner ol li a{
  display: block;
  width: auto;
  height: auto;
  background-color: #FFF;
  padding: 4.13vw;
}
.mainBox .inner ol li a img{
  width: auto;
  height: 23.538vw;
  padding: 0;
}

.mainBox .inner ol li a p{
  display: table-cell;
  vertical-align: middle;
  font-size: 4.31vw;
  line-height: 6.03vw;
  color: #0B572A;
  padding-left: 1em;
}
.mainBox .inner ol li a p.link_pic{
  padding-left:0;
  display: table-cell;
  vertical-align: middle;
}

.characteristicsBox{
  background: none;
  height: auto;
  overflow: hidden;
}
.characteristicsBox .inner{
  width: 100%;
  height: 368.44vw;
  padding-top: 32.75vw;
  margin-bottom: 16.12vw;
  margin: 0 auto;
  background-image:url(../images/product/product_apple_characteristics1_bg01_sp.png) ,
url(../images/product/product_apple_characteristics1_bg02_sp.png) ,
url(../images/product/product_characteristics_bg_sp.png);
  background-repeat: no-repeat,no-repeat,repeat-y;
  background-position: -24.13vw -36.9vw,-46.55vw 166.55vw,top left;
  background-size: 94.13vw 83.96vw,83.27vw 55.69vw,cover;
  position: relative;
}
.characteristicsBox .inner img{
  position: absolute;
}

.characteristicsBox .inner h2{
  display: block;
  width: 95.17vw;
  height: 25.517vw;
  background-image: url(../images/product/product_apple_characteristics1_h2_sp.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  text-indent: -1000px;
  margin: 0 auto 6.38vw;
}
.characteristicsBox .inner h3{
  font-size: 4.655vw;
  font-weight: bold;
  line-height: 6.55vw;
  margin-bottom: 4.48vw;
  text-align: center;
  color: #008040;
  letter-spacing: 0.05em;
}
.characteristicsBox .inner p{
  width: 83.275vw;
  font-size: 3.79vw;;
  line-height: 5.69vw;
  color: #008040;
  text-align: justify;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.characteristicsBox .inner p.txt_no1{
  margin-bottom: 84.31vw;
}
.characteristicsBox .inner .txt_no2,
.characteristicsBox .inner .txt_no3,
.characteristicsBox .inner .txt_no4,
.characteristicsBox .inner .txt_no5{

}
.characteristicsBox .inner .txt_no3,
.characteristicsBox .inner .txt_no4{

}
.characteristicsBox .inner img.pic_1{
  width: 32.41vw;
  height: 30.34vw;
  top: 4.31vw;
  right: 25.51vw;
}
.characteristicsBox .inner img.pic_2{
  width: 31.38vw;
  height: 26.9vw;
  top: 15.52vw;
  right: 44.83vw;
}
.characteristicsBox .inner img.pic_3{
  width: 48.27vw;
  height: 40.34vw;
  top: 140.55vw;
  left: 25.86vw;
  z-index: 2;
}
.characteristicsBox .inner img.pic_4{
  width: 46.55vw;
  height: 39.31vw;
  top: 173.31vw;
  left: 29.31vw;
}


.pagetop{
  width: 80px;
  height: 54px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}
.pagetop:hover{
  opacity: 0.7;
}
/************** footer ********************/
#footer{
  width: 100%;
  background: none;
  background-image: url(../images/top/sp/footer_back_sp.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: calc(100%*39/640);/* calc(100*ImageHeight/ImageWidth)% */
  background-size: 100% auto;
  position: relative;
  z-index: 50;
  margin-top: -30px;
  
}
.footInner{
  background: #008040;
}

#footer .footInner dt,
#footer .footInner dd,
#footer .footInner p,
#footer .footInner li{
  color: #ffffff;
  font-size: 12px;
  line-height:1em;
}

#footer .footInner dl{
	border-bottom:1px solid #00592d;
}

#footer .footInner p.text{
	display: inline-block;
	margin: 10px auto;
}

#footer .footInner dt{
	padding:20px;
	background:url(../images/top/sp/ic_open_white.png) no-repeat 90% center;
	background-size:4%;

}


#footer .footInner dd{
	display:none;
	background:url(../images/top/sp/ic_arrow_green.png) no-repeat 90% center #fff;
	background-size:3%;
	border-bottom:1px solid #7fac96;
	padding:20px;
}
#footer .footInner dt a{
	color:#fff;
}
#footer .footInner dd a{
	color:#008040;
}
#footer .footInner p.name{
	text-align: center;
}


#footer .footInner dt.open{
	background:url(../images/top/sp/ic_close_white.png) no-repeat 90% center;
	background-size:4%;
}
#footer .footInner dl.current dd{
	display:block;
}

#footer .footInner div.footBox:nth-child(4) p{
	border-bottom:1px solid #00592d;
}

#footer .footInner div.footBox:nth-child(4) p a{
	width:48%;
	display:inline-block;
	color:#fff;
	padding:20px;
		background:url(../images/top/sp/ic_arrow_white_s.png) no-repeat 94% center;
	background-size:4%;
}

#footer .footInner div.footBox:nth-child(4) p a:nth-child(2){
	border-left:1px solid #00592d;
}

#footer .footInner div.footBox:nth-child(4) ul{
	border-bottom:1px solid #00592d;
	margin-bottom:20px;
}

#footer .footInner div.footBox:nth-child(4) li{
	border-right:1px solid #00592d;
	display:inline-block;
	width:32%;
	background:url(../images/top/sp/ic_arrow_white_s.png) no-repeat 94% center;
	background-size:4%;
	padding:17px 10px 17px 20px;
	vertical-align:top;
}
#footer .footInner div.footBox:nth-child(4) li.line2{
	padding:12px 10px 11px 20px;
	border:none;
}

#footer .footInner div.footBox:nth-child(4) li a{
	color:#fff;
}


#footer .footInner div.footBox:nth-child(5){
	text-align:center;
}

#footer .footInner h2#footLogo{
	margin:0 auto;
}


#footer .footInner p.contact{
	background:#00592d;
	padding:10px;
	text-align:center;
	width:40%;
	margin:10px auto 20px auto;
}
#footer .footInner p.contact a{
color:#e8e8e8;
letter-spacing: 0.5em;
}

copy{
	text-align:center;
	font-size:11px;
	padding-bottom:20px;
	color:#fff;
	margin:0 auto;
	display:block;
  background: #008040;
}
