<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import "reset.css";
@import "base_min.css";

/*---- リピスト　デフォルトテンプレート記述解除用 --*/
div#container {width: 100%!important;padding: 0!important;}
html {width: 100%;margin: 0 auto;padding: 0;}
#lpshoppingcolumn{max-width: 980px;}
#footer{box-sizing: border-box;}
.products_dt table tr td:last-child {width: 7em;}
/*---- /リピスト　デフォルトテンプレート記述解除用ここまで --*/

/*******************
 LP style
********************/
html {
  min-width: 1140px;
  margin: 0 auto;
}
.hover &gt; *{
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  display: block;
  opacity: 1;
}
.hover:hover &gt; *{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
img {
  vertical-align: bottom;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
img.img-t {
  vertical-align: top;
}
/* 
ovf-** 横幅の大きい画像を設定した最小幅でトリミング
*/
.ovf-area{
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 1000px;
}
.ovf-box {
  display: block;
  margin: auto;
  text-align: center;
  width: 100%;
}
.ovf-item {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1500px;
  margin-left: -750px;
}


/*-- fv -------------------------------------*/
#fv {
  height: 878px;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 1140px;
  z-index: 1;
  background-color: #061e33;
}
#fv h1 {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1500px;
  margin-left: -750px;
}

/*--------------------------------------------*/
.cv-box01, .cv-box02{
	position: relative;
	z-index: 1;
}
.cv-box01 {
	background-image: url(../img/cv_bg.png);
	background-repeat: repeat;
	background-position: top center;
	position: relative;
}
.cv-btn01{
	width: 830px;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0 45px;
	position: relative;
	z-index: 2;
}
.cv-btn02{
	position: absolute;
	bottom:140px;
	left: 355px;
}
.cv-btn03{
	position: absolute;
	bottom:95px;
	right: 350px;
}
/*--------------------------------------------*/

.nayami{
	margin-bottom: -20px;
}
.know{
	background-color: #cfe1f2;
}
.remark{
	background-image: url(../img/remark_bg.png);
	background-repeat: repeat;
	background-position: top center;
}
.product{
	background-image: url(../img/product_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
}
.nayami02{
	background-image: url(../img/nayami_04_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
}
.nayami03{
	background-image: url(../img/nayami_05_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	margin-bottom: -85px;
	position: relative;
	z-index: 1;
}
.cause_remedy{
	background-image: url(../img/cause_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
}
.pbg{
	background-image: url(../img/pbg_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
}
.point{
	background-image: url(../img/point_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
}
.multi01{
	background-image: url(../img/multi_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	margin-bottom: -45px;
	position: relative;
	z-index: 1;
}
.work{
	background-image: url(../img/work_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
}
.full{
	background-image: url(../img/full_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
}
.faq{
	background-image: url(../img/faq_bg.png);
	background-repeat: repeat;
	background-position: top center;
}

#form-area{
	text-align: center;
	margin: 0 auto;
	background-color: #ccc;
	font-weight: bold;
	width: 1000px;
	line-height: 5rem;
}
/*--------------------------------------------*/
.cv{
  background-image: url(../img/cv_right_bg.png);
  background-position: top right;
  background-repeat: repeat-x;
  position: relative;

}
.cv:after{
  content: "";
  background-image: url(../img/cv_left_bg.png);
  background-position: top left;
  background-repeat: repeat-x;
  display: block;
  height: 1740px;
  width: 50%;
  position: relative;
}


/*-------------------------------------------
 footer
-----------------------------------------------*/

.footer-link {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
  width: 100%;
}
.footer-link li {
  display: inline-block;
  padding-left: .6em;
}
.footer-link li:after {
  content: "";
  border-right: 1px solid;
  display: inline-block;
  padding-left: .9em;
  height: 1.2em;
  vertical-align: middle;
}
.footer-link li:last-child:after {
  content: "";
  padding-left: 0;
  border:none;
}
#copy {
  text-align: center;
  background-image: url(../img/footer.png);
  border-bottom: 3px solid #fff;
  width: 100%;
  color: #fff;
  padding: 1.2em 0 1em;
  font-size: 14px;
}</pre></body></html>