@charset "UTF-8";

/*============================================

common_0001.css

============================================*/

.wrap {
  margin: 0 auto;
  width: 960px;
}

.void { padding: 8em 0;}

.dimension-bg { background-image: url(../../img/lp/001/3d-bg.png);}
.grid-sec { background-image: url(../../img/lp/001/grid-bg.png);}

.order-btn {
  position: relative;
  display: inline-block;
  border-radius: 60px;
}
.order-btn::after {
  position: absolute;
  content: "";
  background-size: cover;
}

.order-btn.large { padding: 30px 160px;}
.order-btn.large:after {
  top: calc(50% - 28px);
  right: 20px;
  width: 56px;
  height: 56px;
  background-image: url("../../img/lp/001/order-large-arw.png");
}

.order-btn.small { padding: 20px 110px;}
.order-btn.small:after {
  top: calc(50% - 18px);
  right: 14px;
  width: 36px;
  height: 36px;
  background-image: url("../../img/lp/001/order-small-arw.png");
}

.flow-list li {
  position: relative;
  z-index: 0;
}
.flow-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 120px;
  height: 120px;
  border-top-left-radius: 3px;
  z-index: -1;
}
.faq-list li {
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.faq-list .question {
  position: relative;
  padding: 20px 28px;
}
.faq-list .answer {
  padding: 30px 24px;
}
.faq-list .question::after {
	content: "";
	position: absolute;
	bottom: -14px;
  left: 26px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 0 0 16px;
}

.half-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.half-list li {
  width: 460px;
}
.half-list li:nth-child(2n-1) {
  margin-right: 40px;
}
.privilege {
  position: relative;
}
.privilege-next {
  position: absolute;
  padding: 30px 0 0;
  left: calc(50% - 270px);
  bottom: -60px;
  width: 526px;
  text-align: center;
  border: 4px solid #fff;
}

.fix-order {
  position: fixed;
  width: 100%;
  bottom: -20vh;
  padding: 16px 0;
  background-color: rgba(255,255,255,.9);
  transition: all .3s;
}
.fix-order.view {
  bottom: 0;
}
.fix-block .fix-dial {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.fix-block .fix-btn {
  display: inline-block;
  vertical-align: middle;
}
.fix-block .fix-dial .fix-word {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
.fix-block .fix-dial li {
  display: inline-block;
  vertical-align: middle;
}
.fix-block .fix-dial li:not(:last-child) {
  margin-right: 15px;
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 180px;
  z-index: 1;
  opacity: 0;
  transform: scale(.8);
  transition: all .3s;
}
.page-top a {
  position: relative;
  border-radius: 50%;
  display: block;
  height: 60px;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  width: 60px;
  transition: all .3s;
  background-position: 50% 50%;
  background-size: 44px 44px;
}
.page-top a::after {
  position: absolute;
  content: "";
  top: 25px;
  left: 23px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
.page-top.view {
  opacity: 1;
  transform: scale(1)
}

.pagenav {
  position: fixed;
  width: 100%;
  height: 54px;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  background-color: rgba(255,255,255,.9);
  transition: all .3s;
}
.pagenav.up {
  transform: translateY(-54px);
}
.pagenav .inside {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
}
.pagenav ul {
  display: flex;
}
.pagenav ul li {
  width: 14.285%;
  font-weight: bold;
  text-align: center;
}
.pagenav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
}
.pagenav ul li .nav_order {
  color: #fff;
  background-color: #ff1d1d;
}
