﻿@charset "UTF-8";
html,body{
    width: 100%;
}
#lpwp {
  color: #000;
  font-size: 100%;
  line-height: 1.8;
}
#lpwp a {
  color: #ccc;
  text-decoration: none;
}
#lpwp a:hover {
  text-decoration: underline;
}
#lpwp img {
  vertical-align: middle;
}
.bld {
  font-weight: bold;
}
.note {
  font-size: 70%;
  color: #999;
  text-align: right;
  line-height: 2.0;
}
.center {
  text-align: center;
}
.slide-bottom {
   opacity: 0;
   transform: translateY(20px);
   transition: all 0.7s 0s ease-out;
 }
/* ----------------------------------------------------------------------------------------------------
*  メインコンテンツ
* --------------------------------------------------------------------------------------------------*/
#lpwp #wrapper {
  width: 1200px;
  margin: 0 auto;
}
#lpwp #head {
  text-align: center;
}
.orderbox .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0;
  position: relative;
}
.orderbox details {
  position: absolute;
  top: 0;
  left: 0;
}
.orderbox .btn {
  position: absolute;
  bottom: 25px;
  right: 10px;
}
.orderbox .btn {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.orderbox .btn:hover {
  animation: none;
  opacity: 0.7;
}
#head .orderbox .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0;
  position: relative;
}
#head .orderbox details {
  position: absolute;
  top: 0;
  left: 0;
}
#head .orderbox .btn {
  position: absolute;
  bottom: 80px;
  right: 125px;
}
.point .orderbox {
  background: #e6c968 url("../img/tousi/02/pc/order_bg.jpg") no-repeat 0 0;
  padding-bottom: 70px;
}
.cts {
  text-align: center;
}
.onaka {
  background: #fffccc;
  padding-bottom: 50px;
}
.onaka .graph {
  height: 860px;
  background: url("../img/tousi/02/pc/onaka_bg.png") no-repeat 0 0;
  padding: 50px 0 50px;
}
.nayami {
  background: #f6f6e9;
}
.point .point1 {
  background: #000;
}
.point .point1 .intestine {
  background: url("../img/tousi/02/pc/point1_graph_bg.jpg") no-repeat 0 bottom;
  padding-bottom: 143px;
}
.point .point2, .point .point3 {
  padding-top: 50px;
}
.point .point2 ul {
  display: flex;
}
.point .point2 ul li {
  justify-content: space-between;
  align-self: stretch;
}
.point .point2 ul li.ala {
  background: #f9e3b5;
}
.point .point2 ul li.bj {
  width: 600px;
  background: #efe5f5;
}
.point .point2 .note {
  text-align: left;
  display: block;
  line-height: 1.4;
  padding-top: 5px;
}
.uservoice {
  margin: 100px 0;
}
.quality {
  text-align: center;
  margin: 70px auto;
  width: 1000px;
}
/* ---------------------------------------*/
.overview {
  display: block;
  width: 1000px;
  margin: 0 auto 0;
  text-align: left;
}
.overview {
  padding: 50px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 9px;
  line-height: 1.4;
  margin-bottom: 80px;
}
.overview dl {
  border: 1px solid #987a02;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.overview dl dt {
  color: #987a02;
  font-weight: bold;
  font-size: 24px;
  background-color: #e7dfbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #987a02;
  padding: 5px 30px;
}
.overview dl dd {
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
}
.overview dl dt span {
  font-size: 70%;
  color: #999;
}
.overview dl dd ul {
  list-style: disc;
  margin: 15px 0 0 20px;
}
.overview a {
  color: #000;
  text-decoration: underline;
}
.overview .materials {
  margin: 20px 0 5px;
}
.overview .materials + p {
  margin: 0 0 10px;
}
/* よくある質問 */
#qa {
  margin: 0 auto 100px;
  width: 1060px;
}
#qa .title {
  background: #665b18;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 10px 0;
  text-align: center;
}
#qa li {
  text-align: left;
}
#qa li dt {
  background: rgba(0, 0, 0, 0) url("../img/tousi/02/pc/ic_q.png") no-repeat scroll 10px 0;
  border-bottom: 1px dashed #bfbfbf;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  height: 50px;
  line-height: 44px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 70px;
  position: relative;
}
#qa li dt::after {
  background: rgba(0, 0, 0, 0) url("../img/tousi/02/pc/ic_arrow_under.png") no-repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 18px;
  margin-top: -16px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
}
#qa li dt.active::after {
  background: rgba(0, 0, 0, 0) url("../img/tousi/02/pc/ic_arrow_up.png") no-repeat scroll 0 0;
}
#qa li dd {
  background: rgba(0, 0, 0, 0) url("../img/tousi/02/pc/ic_a.png") no-repeat scroll 10px 0;
  display: none;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 50px;
  padding-left: 90px;
  padding-right: 20px;
}
.infosbi {
  width: 1000px;
  padding-bottom: 80px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}
/* フッタ
#footer {
  display: block;
  width: 100%;
  padding: 20px 0;
  background-color: #d1d1d1;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#footer p.toTop {
  display: block;
  width: 1060px;
  top: -58px;
  left: 50%;
  margin-left: -530px;
  position: absolute;
  text-align: right;
}
#footer p.toTop a {
  display: inline-block;
  background-color: #f2f2f2;
  border: 2px solid #d1d1d1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  padding: 15px;
  color: #000;
}
#footer ul li {
  display: inline-block;
  font-size: 16px;
}
#footer ul li:after {
  content: '|';
  margin: 0 6px;
}
#footer ul li:last-child:after {
  content: none;
}
#footer ul li a {
  color: #000;
}
#footer .copy {
  font-size: 12px;
  margin-bottom: 0;
} */