@charset "utf-8";
/* CSS Document */

/*******************

LP style

********************/
html , body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
html #container {
  margin: 0 auto;
}
html #main_column .lpbox h2 {
  padding: 0;
  margin: 0 auto;
  border: none;
}
/* content
--------------------------------------------------*/
.lpbox , #sainclarte_lp_fotter , #lpfooter {
  font-size: 14px;
  font-size: 3.7333vw;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color:#303030;
  line-height:1.5em;
}
@media screen and (min-width:750px){
  .lpbox , #sainclarte_lp_fotter , #lpfooter {
    font-size: 28px;
    max-width: 750px;
    margin: 0 auto;
  }
  .lpbox {
   margin-bottom: 1em; 
  }
}
.lpbox a , #sainclarte_lp_fotter a ,  #lpfooter a{
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.lpbox a:hover, #sainclarte_lp_fotter a:hover , #lpfooter a:hover {
  text-decoration: underline;
}
.lpbox span, #sainclarte_lp_fotter span {
  font-size: inherit;
  font-weight: inherit;
}
.lpbox img ,
#sainclarte_lp_fotter img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
.lpbox img.img-t ,
#sainclarte_lp_fotter img.img-t {
  vertical-align: top;
}
/* cart css reset */

.lpbox header ,
.lpbox h1 ,
.lpbox h2 ,
.lpbox h3 ,
.lpbox p ,
.lpbox dl ,
.lpbox dt ,
.lpbox dd ,
.lpbox div ,
.lpbox section ,
.lpbox span {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#sainclarte_lp_fotter footer ,
#sainclarte_lp_fotter div,
#sainclarte_lp_fotter p {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
#sainclarte_lp_fotter ul,
#sainclarte_lp_fotter li,
.lpbox ul,
.lpbox li{
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
/*----------------------------------------*/
html .lpbox header {
  display: block;
  width: 100%;
}
html .lpbox header h1 {
    width: 100%;
    max-width: 100%;
    font-size: 0;
    margin-right: auto;
}
/*----------------------------------------*/


/*-------------------------------------------

-----------------------------------------------*/
.lpbox {
overflow: hidden;
}


/*-------------------------------------------
cta
-----------------------------------------------*/

.lpbox .cta__box {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.lpbox .cta__box__btn {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	width: 90%;
}
.lpbox .cta__box__text {
  background: url(../img/cta_bg.png) repeat top left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  width: 100%;
  color: #202020;
  box-sizing: border-box;
  padding: 2% 7%;
}
.lpbox .cta__box__text  p{
  font-size: .64em;
  text-align: justify;
  line-height: 1.7em;
}
.lpbox .cta__box__text .red,
.lpbox .cta__box__text a {
  color: #808080;
}


	
/*
product
--------------------------------------------------*/
.lpbox .detail__box {
  text-align: center;
  width: 100%;
  padding: 3%;
  margin-bottom: 2em;
  position: relative;
  color: #302f2e;
  background: #e9f7f5;
}
.lpbox .detail__box li {
  padding: 2% 3%;
  background: #e9f7f5;
}
.lpbox .detail__box li:nth-child(odd){
  background: #fff;

}
.lpbox .detail__box li:nth-of-type(6){
  text-align: justify;
  font-size: .83em;
}
.lpbox .benefit{
  margin-top: 10%;
}

/*-------------------------------------------
footer
-----------------------------------------------*/
#lpfooter .footer-link ,
#sainclarte_lp_fotter .footer-link {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 2em;
}
#lpfooter .footer-link li,
#sainclarte_lp_fotter .footer-link li{
  font-size: 1em;
  margin-bottom: 1em;
}
#lpfooter #copy ,
#sainclarte_lp_fotter #copy {
  text-align: center;
  font-size: .75em;
  color: #fff;
  background-color: #91c9be;
  box-sizing: border-box;
  padding: .5em;
}