@charset "utf-8";
/* HEADER*/
body {
  margin: 0;
}
img, svg {
  max-width: 100%;
}
.gray-bk {
  background: #F7F7F7;
}
.mt5{
    margin-top: 5px;
}
.mt10{
    margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.bk-glay{

}
.nobkimg{
	background: none !important;
}
.chat-fix-btn a{
	position: fixed;
	bottom:90px;
	right:20px;
	background:url(../img/icon/chat2.svg) #FFF 20px 50% no-repeat;
	background-size:20px;
	color: #333;
	padding: 10px 20px 10px 50px;
	border-radius:50px;
	transition: all 0.3s ease-in-out;
	font-weight:bold;
	box-shadow: 0 0 30px #CCC;
}
.chat-fix-btn a.chat{
	background:url(../img/icon/chat2.svg) #FFF 50% 50% no-repeat;
	background-size:20px;
	padding:20px  20px;
}
.chat-fix-btn a.chat span{
	display: none;

}
/*=====================================================================================================*/
#splash {
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#splash .main {
  padding: 10% 15%;
}
h1#logo {
  fill: #EC1C24;
  width: 180px;
  margin: 25px auto;
}

p.back {
  width: 16px;
  position: absolute;
  top: 12px;
  left: 15px;
  fill: #333;
}
p.cart {
  width: 22px;
  position: absolute;
  top: 10px;
  right: 65px;
  fill: #333;
}
p.cart i {
  position: absolute;
  top: -5px;
  right: -15px;
  background: #EC1C24;
  color: #FFF;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 0.5rem;
}
p.user {
  width: 22px;
  position: absolute;
  top: 10px;
  right: 15px;
  fill: #333;
}
p.btn {
  margin: 0 15px;
}
p.btn a, input[type=submit], span.btn_normal {
  background: #EC1C24;
  color: #FFF;
  border: 2px solid #EC1C24;
  border-radius: 50px;
  padding: 10px 0;
  display: block;
  text-align: center;
  letter-spacing: 2px;
  transition: all 0.3s ease-in;
  font-size: 1rem;
  box-sizing: border-box;
  margin: 25px auto 0 auto;
  width: 100%;
  box-shadow: 0 0 30px #CCC;
  font-weight: bold;
}
input[type=submit].cart {
  background: url("../img/icon/cart.svg") no-repeat #EC1C24 10% 50%;
  background-size: 20px;
  color: #FFF;
  border: 2px solid #EC1C24;
  border-radius: 7px;
  padding: 7px 0 7px 25px;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  transition: all 0.3s ease-in;
  font-size: 0.75rem;
  margin: 0 auto 10px auto;
  box-sizing: border-box;
}
input[type=number] {
  width: 30px;
}
p.btn a:hover {
  border: 2px solid #EC1C24;
  color: #EC1C24;
  background: #FFF;
}
/*=====================================================================================================*/
header {
  border-bottom: 3px solid #F1F2F2;
  max-width: 768px;
  height: 40px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFF;
  z-index: 999;
  transform: translateX(-50%);
  left: 50%;
}
main {
  margin: 43px auto 0 auto;
  max-width: 768px;
}
header h1#title {
  text-align: center;
  padding: 10px 0;
  letter-spacing: 1px;
  color: #666;
  font-size: 0.9rem;
}
#wrapper {
  max-width: 768px;
  margin: 50px auto;
}
#wrapper-ok {
  max-width: 768px;
  padding: 0 15px 15px 15px;
}
#wrapper-gray {
  max-width: 768px;
  padding: 15px 15px 150px 15px;
  background: #EEE
}
#wrapper.contents, #wrapper2.contents {
  margin-bottom: 150px !important;
}
@media only screen and (max-width:769px) {
  #wrapper {
    margin: 60px 15px 0 15px;
  }
}
.firsttime {
  margin: 0;
}
h2.title {
  text-align: center;
  margin: 0 0 25px 0;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.7;
}
h2.title + p {
  color: #666;
  margin: 0 0 20px 0;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.8rem;
}
h2.title2 {
  text-align: center;
  background: #333;
  color: #9B8579;
  font-size: 0.9rem;
  padding: 5px 0;
  line-height: 1.7;
	margin-bottom: 10px;
}
h2.title3 {
  font-size: 12px;
  margin: 0 0 20px 0;
  line-height: 1.7;
  color: #097497;
}
h3.title {
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.7;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 7px 0;
}
.account {
  margin: 25px auto 0;
  background: #F7F7F7;
  padding: 25px 0;
  max-width: 768px;
}
ul.account-btns li {
  margin: 0 15px 15px 15px;
}
ul.account-btns li input {
  background: #FFF;
  width: 100%;
  border-radius: 7px;
  padding: 15px 0;
  font-size: 0.9rem;
  box-shadow: 0 0 10px #EEE;
  border: 1px solid #EEE;
}

ul.account-btns li p {
    background: #FFF;
    width: 100%;
    border-radius: 7px;
    padding: 10px 0;
    font-size: 16px;
    box-shadow: 0 0 10px #EEE;
    border: 1px solid #EEE;
    vertical-align: middle;
    text-align: center;
}

ul.account-btns li {
  position: relative;
}
ul.account-btns li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    z-index: 99;
    width: 30px;
    height: 30px;
}
ul.account-btns li.google:before {
  background: url("../img/icon/google.png") no-repeat 0 50%;
  background-size: 100%;
}
ul.account-btns li.facebook:before {
  background: url("../img/icon/facebook.png") no-repeat 0 50%;
  background-size: 100%;
}
ul.account-btns li.apple:before {
  background: url("../img/icon/apple.svg") no-repeat 0 50%;
  background-size: 100%;
}
ul.account-btns li.mail:before {
  background: url("../img/icon/mail.png") no-repeat 0 50%;
  background-size: 100%;
}
ul.account-btns li.line:before {
  background: url("../img/icon/line.png") no-repeat 0 50%;
  background-size: 100%;
}
aside.plus {
  padding: 15px;
  font-size: 0.7rem;
  color: #666;
  text-align: center;
}
aside.plus a {
  text-decoration: underline;
  color: #999;
}
/*========================================================================*/
table.table {
  width: 100%;
}
table.table th{
	position: relative;
}
table.table th b{
	font-weight: normal;
	color:  #EC1C24
}

table.table th i{
	font-size: 12px;
	font-weight:normal;
}
@media only screen and (max-width:769px) {
	table.table th i{
		display: block;font-size: 12px;
	}

    table td .special-in {
        font-size: 12px;
    }
}
table.table th, table.table td {
  display: block;
  font-size: 0.8rem;
  color: #333;
}
table.table th span {
  color: #EC1C24;
  margin: 0 10px 0 10px;
  font-size: 0.6rem;
  float: right;
  border: 1px solid #EC1C24;
  padding: 3px;
}
table.table th small{
	font-size: 12px;
	font-weight:normal;
}
table.table th {
    margin: 0 0 10px 0;
    font-size: 14px;
	font-weight:bold;
}
table.table td {
  margin: 0 0 15px;
	position: relative;
}
input[type=text], input[type=password], input[type=number], input[type=file] {
  background: #EEE;
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
}
textarea {
  background: #EEE;
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  height: 100px;
}
.moving-mail {
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 100%;
}
table.table td select {
  padding: 10px;
  background: #EEE;
  border-radius: 7px;
}
table.table td ul.two {
  overflow: hidden;
}
table.table td ul.two li {
  float: left;
  max-width: 48%;
}
table.table.customer td select, table.table.customer td input {
  background: #FFF !important;
}
table.table td ul.two li:first-child {
  margin-right: 4%;
}
ul.line {
  overflow: hidden;
  clear: both;
  display: inline-block;
  padding-bottom: 1px;
}
ul.line li {
  float: left;
  margin: 0 15px 0 0;
  border-radius: 5px;
}
ul.line li:last-child {
  margin: 0;
}
ul.line2 li {
	margin-bottom: 10px;
}
ul.line2 li:last-child{
	margin-bottom: 0;
}
label {
  margin: 0 0 0 3px;
}
select {
  margin: 0 10px 0 0;
}
.privacy {
  height: 150px;
  overflow: scroll;
  border: 1px solid #CCC;
  padding: 10px;
}
.privacy p {
  font-size: 0.8rem;
  margin: 10px 0 0 0;
}
.ok {
  margin: 15px 0;
  text-align: center;
}
p.error {
  color: #EC1C24;
  margin: 5px 0 0 0;
}
p.error:before {
  content: "↑";
}
#map {
  width: 100%;
  height: calc(100vh - 270px);
  position: relative;
}
#map2 {
  width: 100%;
  height: calc(100vh - 205px);
  position: relative;
}
.pin {
  position: absolute;
  top: 60%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.pin img {
  width: 60%;
}
.nav {
  overflow: hidden;
}
.nav li {
  float: left;
  width: 50%;
  text-align: center;
}
.nav li a {
  display: block;
  padding: 10px 0;
  border-bottom: 3px solid #F1F2F2;
  font-weight: bold;
}
.nav li.active {
  padding: 10px 0;
  border-bottom: 3px solid #EC1C24;
  color: #EC1C24;
  font-weight: bold;
}
.morenav {
  overflow: hidden;
  margin: 0;
  border-bottom: 3px solid #F1F2F2;
}
.morenav li {
  float: left;
  width: 50%;
  text-align: center;
}
.morenav li a {
  display: block;
  font-weight: bold;
}
.morenav li:nth-child(1) a {
  background: url("../img/icon/remote-off.svg") no-repeat 20% 50%;
  background-size: 16px;
  padding: 15px 0 15px 30px;
}
.morenav li:nth-child(1) a.active {
  background: url("../img/icon/remote-on.svg") no-repeat 20% 50%;
  background-size: 16px;
  padding: 15px 0 15px 30px;
  color: #EC1C24;
}
.morenav li:nth-child(2) a {
  background: url("../img/icon/pin-off.svg") no-repeat 20% 50%;
  background-size: 16px;
  padding: 15px 0 15px 20px;
}
.morenav li:nth-child(2) a.active {
  background: url("../img/icon/pin-on.svg") no-repeat 20% 50%;
  background-size: 16px;
  padding: 15px 0 15px 20px;
  color: #EC1C24;
}
.morenav li.active {
  padding: 10px 0;
  border-bottom: 3px solid #EC1C24;
  color: #EC1C24;
  font-weight: bold;
}
.search-list-btn, .search-map-btn {
  text-align: center;
  margin: 20px 0 15px 0;
}
.search-list-btn a {
  border: 2px solid #EC1C24;
  color: #EC1C24;
  display: block;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  background: url("../img/icon/list.png") no-repeat 12% 50%;
  background-size: 15px;
  width: 50%;
  font-weight: bold;
  border-radius: 10px;
}
.search-map-btn a {
  border: 2px solid #EC1C24;
  color: #EC1C24;
  display: block;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  background: url("../img/icon/pin.png") no-repeat 12% 50%;
  background-size: 15px;
  width: 50%;
  font-weight: bold;
  border-radius: 10px;
}
.change-btn {
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 0.7rem;
}
.change-btn a:before {
  content: "＋";
  margin: 0 5px 0 0;
}
.get {
  text-align: center;
  margin-bottom: 25px;
}
/*======================================================================================================*/
input[type=radio] {
  display: none;
}
input[type=radio] + label {
  padding-left: 25px;
  position: relative;
  font-size: 13px;
}
input[type=radio] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #EC1C24;
  border-radius: 50%;
}
input[type=radio]:checked + label {
  color: #EC1C24;
}
input[type=radio]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #EC1C24;
  border-radius: 50%;
}
input[type=radio]:checked + label:before {
  border: 1px solid #EC1C24;
}
/*====================================================================================================*/
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  padding-left: 25px;
  position: relative;
  font-size: 13px;
}
input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
  background: #FFF;
}
input[type=checkbox]:checked + label {
  color: #EC1C24;
}
input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #EC1C24;
  border-right: 3px solid #EC1C24;
}
.check-wrap input[type=checkbox] + label:before {
  display: none;
}
.check-wrap input[type=checkbox]:checked + label:after {
  display: none;
}
.check-wrap {
  position: relative;
  margin: 15px 0 0 0;
}
.check-wrap input {
  opacity: 0;
  position: absolute;
  left: 0;
}
.check-wrap label {
  padding: 7px 20px;
  border-radius: 7px;
  background: #FFF;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #EC1C24;
  color: #EC1C24;
  font-weight: bold;
}
.check-wrap input:checked + label {
  background: #EC1C24;
  color: #FFF;
}
.check-wrap input:focus + label {
  box-shadow: 0 0 4px #EC1C24;
}
/*====================================================================================================*/
.gray-contents {
  margin: 0 auto;
  background: #F7F7F7;
  padding: 25px 15px 100px 15px;
  max-width: 768px;
}
.gray-contents2 {
  margin: 0 auto;
  background: #F7F7F7;
  padding: 15px 15px 140px 15px;
  max-width: 768px;
}
.gray-contents2 section {
  margin-bottom: 50px;
}
ul.acc li {
  border-top: 1px solid #CCC;
}
ul.acc li:last-child {
  border-bottom: 1px solid #CCC;
}
ul.acc li dl dt {
  display: block;
  font-size: 0.9rem;
  padding: 10px 0;
}
ul.acc li dl dt i {
  color: #FFF;
  float: right;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  background: #EC1C24;
  display: block;
  border-radius: 50%;
}
ul.acc li dl dd {
  display: none;
}
ul.acc li dl dd p {
  border-bottom: 1px solid #DDD;
  padding: 10px 0 10px 2em;
}
ul.acc li dl dd p:first-child {
  border-top: 1px solid #DDD;
}
ul.acc li dl dd p:last-child {
  border-bottom: none;
}
.fromshopbtn {
  margin: -90px 15px 100px 15px;
}
.fromshopbtn input {
  margin-top: 5px !important;
}
.shop-list-search {
  margin: 0 15px 100px 15px;
  overflow: hidden;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.shop-list-search li {
  float: left;
  width: 48%;
  margin: 0 4% 4% 0;
}
.shop-list-search li:nth-child(2n) {
  margin-right: 0;
}
.shop-list-search li .pic {
  position: relative;
}
.shop-list-search li .pic img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.shop-list-search li .pic span {
  position: absolute;
  top: 5px;
  left: 5px;
  border: 1px solid #EC1C24;
  color: #EC1C24;
  background: #FFF;
  font-size: 0.7rem;
  padding: 2.5px 5px;
}
.shop-list-search li .pic i {
  position: absolute;
  top: 7px;
  right: 7px;
  background: url("../img/icon/heart-off.svg") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}
.shop-list-search li .pic i.active {
  background: url("../img/icon/heart-on.svg") no-repeat;
  background-size: 100%;
}
.shop-list-search li .text {
  margin: 5px 0 0 0;
}
.shop-list-search li .text .category {
  font-size: 0.7rem;
  background: rgba(158, 38, 99, .2);
  color: rgba(158, 38, 99, 1);
  padding: 3px;
}
.shop-list-search li .text .shop-name {
  margin: 5px 0;
}
.shop-list-search li .text .address {
  font-size: 0.75rem;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #EEE;
}
.shop-list-search li .text .price {
  margin: 5px 0;
  color: #EC1C24;
}
.shop-list-search li .text .price em {
  font-size: 1rem;
}
.shop-list-search li .text .ammount {
  margin: 5px 0 10px 0;
  border-top: 1px solid #EEE;
  padding: 7px 0 0 0;
}
.shop-list-search li .text .ammount input {
  margin: 0 0 0 5px;
  text-align: center;
  border: 1px solid #CCC;
}
.shop-list-search li .text .price del {
  color: #999;
}
.shop-list-search li .text .price del:after {
  content: "→";
  margin: 0 5px;
}
.shop-list-search li .text .comment {
  font-size: 0.75rem;
}
.shop-list-search li .text time {
  font-size: 0.75rem;
}
/*=====================================================================================================*/
.shop-list-search2 {
  margin: 0 0 0 0;
  overflow: hidden;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.shop-list-search2 li {
  margin: 0 0 4%;
  background: #FFF;
  padding: 10px;
  box-shadow: 0 0 10px #DDD;
  border-radius: 7px;
}
.shop-list-search2 li:nth-child(2n) {
  margin-right: 0;
}
.shop-list-search2 li .pic {
  position: relative;
  width: 40%;
  float: left;
}
.shop-list-search2 li .pic img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.shop-list-search2 li .pic img.short {
  width: 100%;
  height: 90px;
  object-fit: cover;
}
.shop-list-search2 li .pic span {
  position: absolute;
  top: 5px;
  left: 5px;
  border: 1px solid #EC1C24;
  color: #EC1C24;
  background: #FFF;
  font-size: 0.7rem;
  padding: 2.5px 5px;
}
.shop-list-search2 li .pic i {
  position: absolute;
  top: 7px;
  right: 7px;
  background: url("../img/icon/heart-off.svg") no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}
.shop-list-search2 li .pic i.active {
  background: url("../img/icon/heart-on.svg") no-repeat;
  background-size: 100%;
}
.shop-list-search2 li .text {
  margin: 5px 0 0 0;
  width: 56%;
  float: right;
}
.shop-list-search2 li .text .category {
  font-size: 0.7rem;
  background: rgba(158, 38, 99, .2);
  color: rgba(158, 38, 99, 1);
  padding: 3px;
}
.shop-list-search2 li .text .goods-name {
  font-size: 0.85rem;
}
.shop-list-search2 li .text .shop-name {
  margin: 5px 0;
  font-size: 0.7rem;
  color: #666;
}
.shop-list-search2 li .text .shop-name2 {
  margin: 5px 0;
  font-size: 0.8rem;
  color: #666;
}
.shop-list-search2 li .text .address {
  font-size: 0.75rem;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #EEE;
}
.shop-list-search2 li .price {
  margin: 5px 0;
}
.shop-list-search2 li .price em {
  font-size: 1rem;
}
p.fromprice {
  border-top: 1px solid #DDD;
  padding: 5px 0 0 0;
  font-size: 0.75rem;
}
.shop-list-search2 li .ammount input {
  margin: 0 0 0 5px;
  text-align: center;
  border: 1px solid #CCC;
}
.shop-list-search li .text time {
  font-size: 0.75rem;
}
input.delete {
  float: right;
  background: #999;
  color: #FFF;
  padding: 5px 10px;
  border: none;
  font-size: 0.75rem;
  border-radius: 7px;
  margin: -25px 0 0 0;
}
#fix-btn {
  display: block;
  color: #FFF;
  position: fixed;
  left: 50%;
  bottom: 80px;
  transform: translate(-50%, 0);
  z-index: 999;
  box-sizing: border-box;
  width: calc(100% - 30px);
}
.total {
  text-align: center;
  padding: 10px;
  background: #F7F7F7;
}
.total em {
  font-size: 1.5rem;
  margin: 0 5px;
}
#fix-btn input[type=submit] {
  box-shadow: 0 0 20px #AAA;
  margin: 0;
}
/*=====================================================================================================*/
.narrow {
  padding: 20px 15px;
  overflow: hidden;
}
.table-wrap{
	margin:100px 15px 0 15px;
}
.table-wrap2{
	padding: 15px;
	margin: 15px 0 150px 0;
}
table.table2 {
  width: 100%;
}
table.table2 td select {
  width: 100%;
  padding: 7px;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 7px;
}
table.table2 th, table.table2 td {
    font-size: 13px;
  padding: 0 0 15px 0;
  color: #333;
}
table.table2.total-list th, table.table2.total-list td {
    font-size: 13px;
    border-bottom: 1px solid #CCC;
	  padding: 15px 0 ;
}
table.table2.total-detail th{
	background: #666;
	color: #FFF;text-align:center;
	border: 1px solid #CCC;padding: 15px 0 ;
}
table.table2.total-detail td {
	text-align:center;
	border: 1px solid #CCC;
	background: #FFF;padding: 15px 0 ;
}
table.table2 th{
	font-weight:bold;
}
table.table2 tr#price th, table.table2 tr#price td {
  padding-bottom: 0;
}
table.table2 th {
  padding-top: 5px;
}
table.table2 td ul.price {
  overflow: hidden;
}
table.table2 td ul.price li {
  float: left;
  box-sizing: border-box
}
table.table2 td ul.price li:nth-child(1) {
  width: 45%;
  margin: 0 2% 0 0;
}
table.table2 td ul.price li:nth-child(2) {
  width: 6%;
  margin: 5px 2% 0 0;
}
table.table2 td ul.price li:nth-child(3) {
  margin: 0;
  width: 45%;
}
table.table2 td ul.price li span {
  display: inline-block;
}
table.table2 td ul.price li select {
  width: 73%;
}
table.table3 {
  width: 100%;
}
table.table3 tr.red {
  color: #EC1C24;
}
p.red{
	margin-bottom: 5px;
	 color: #EC1C24;
}
.history-box {
  background: #F7F7F7;
  margin: 0 15px 20px 15px
}
p.hit {
  text-align: center;
  margin-bottom: 25px;
  font-size: 0.7rem;
}
.shop-detail {
  margin: 0 0 100px 0;
}
.shop-detail table td {
  padding: 0 15px 0 15px;
  margin-bottom: 10px;
}
.shop-detail table tr {
  border-bottom: 1px solid #EEE;
}
.shop-detail table tr:last-child {
  border-bottom: none;
}
.shop-detail table th {
  padding: 10px 15px 5px 15px;
  margin-bottom: 0;
  font-size: 0.7rem;
  color: #666;
}
ul.category-bread {
  overflow: hidden;
}
ul.category-bread li {
  float: left;
}
ul.category-bread li:after {
  content: ">";
  margin: 0 7px;
  display: inline-block;
  transform: scale(0.7, 1)
}
ul.category-bread li:last-child:after {
  display: none;
}
#map-shop {
  margin: 15px;
}
#map-shop iframe {
  width: 100%;
  height: 200px;
}
p.backbtn {
  text-align: center;
}
p.backbtn a {
  background: #EC1C24;
  color: #FFF;
  padding: 15px 30px;
  border-radius: 7px;
}
.pay-ok {
  width: 20%;
  margin: 0 auto
}
.add-wrap {
  position: relative;
  display: none;
}
p.add {
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -60px;
  background: rgba(0, 0, 0, .8);
  color: #FFF;
  font-size: 0.8rem;
  text-align: center;
  padding: 20px;
}
dl.matching {
  margin: 0 0 25px 0;
  border: 1px solid #CCC;
  padding: 7px;
  border-radius: 7px;
}
dl.matching dt {
  text-align: center;
}
dl.matching dt:after {
  content: ">";
  display: inline-block;
  transform: rotate(90deg);
  margin: 0 0 0 10px;
}
dl.matching dt.active:after {
  transform: rotate(-90deg);
}
dl.matching dd {
  display: none;
}
ul.user-nav {
  background: #000;
  height: 100vh;
	padding-bottom: 100px;
}
ul.user-nav li a {
  display: block;
  color: #FFF;
  padding: 15px;
  border-bottom: 1px solid #333;
}
ul.user-nav li a:after {
  content: ">";
  float: right;
}
/*=====================================================================================================*/
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 3px solid #F1F2F2;
  box-shadow: 0 0 20px #F1F2F2;
  z-index: 999;
  background: #FFF;
  max-width: 768px;
  transform: translateX(-50%);
  left: 50%;
}
footer ul li a {
  width: 20%;
  float: left;
  padding: 5px 5px 10px 5px;
  box-sizing: border-box;
  fill: #58595B;
  text-align: center;
  display: block;
  line-height: 1;
	position: relative;
}
footer ul li a span{
	font-family: "Arial" !important;
	position: absolute;
	background:#EC1C24;
	color: #FFF;
	right:15px;
	border-radius:50%;
	width:20px;
	height:20px;
	text-align: center;
	vertical-align: middle;
	line-height:20px;
}
footer ul li:nth-child(4) a {
  fill: none;
  stroke: #58595B;
  stroke-width: 1.5px;
}
footer ul li a.active {
  fill: #EC1C24;
}
footer ul li a.active p {
  color: #EC1C24;
}
footer ul li:nth-child(4) a.active {
  stroke: #EC1C24;
  fill: none;
}
footer ul li svg {
  width: 35px;
  max-width: 100%;
}

footer ul li p {
  font-size: 0.7rem;
	white-space: nowrap;
}
.truck {
  animation: truck 2s ease-out forwards;
  max-width: 150px;
  position: absolute;
}
@keyframes truck {
  0% {
    top: -200px;
    left: 70%;
  }
  100% {
    top: 50px;
    left: 50%;
    margin: -50px 0 0 -75px;
  }
}
#welcome {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
}
#welcome h1 {
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  line-height: 2;
}
#welcome p a {
  padding: 15px 60px;
}
.sample-wrap {
  overflow: hidden;
  clear: both;
}
.sample {
  position: relative;
  width: 23%;
  float: left;
    line-height: 0;
    margin-left: 5px;
}
.sample:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, .3)*/
}
.sample-left {
    width: 23%;
    float: left;
}
.sample-right {
  width: 72%;
  float: right;
}
.sample p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  line-height: 1.3;
  z-index: 99;
  font-size: 0.7rem;
}
p.if,
i.if {
  color: #EC1C24;
  font-size: 0.7rem;
  margin: 5px 0 0 0;
}
ul.assessment-list li {
  background: #FFF;
  padding: 15px;
  margin: 0 0 15px 0;
  position: relative;
}
ul.assessment-list li i {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #999;
  right: 0;
  top: 0;
  padding: 5px;
  box-shadow: border-box;
}
.picandtext {
  overflow: hidden;
}
.picandtext .pic {
    min-height: 100px;
  width: 55%;
  position: relative;
  float: left;
}
.picandtext .pic span {
	font-weight:bold;
  position: absolute;
  top: 5px;
  left: 5px;
  line-height: 1.2;
  font-size: 0.75rem;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  box-sizing: border-box;
}
.picandtext .pic span.wait {
  background: #F15A29;
  padding: 15px 0 0 0;
}
.picandtext .pic span.now {
  background: #F7941E;
  padding: 22px 0 0 0;
}
.picandtext .pic span.finish {
  background: #1C75BC;
  padding: 22px 0 0 0;
}
.picandtext .pic span.cancel {
  background: #FFF;
    border:1px solid #333;
	color: #333;
  padding: 15px 0 0 0;
}
.picandtext .pic span.inputing {
    background: #EC1C24;
    padding: 20px 0 0 0;
}
.picandtext .pic span.established {
  background: #EC1C24;
  padding: 15px 0 0 0;
}
.picandtext .pic span.changes {
  background:#f15a29;
  padding: 15px 0 0 0;
}
.picandtext .pic span.end {
  background: #333;
  padding: 15px 0 0 0;
}
.picandtext .pic span.ok {
  background: green;
  padding: 15px 0 0 0;
	margin: 0 !important;
}
.picandtext .pic span.confirmed {
    background: #ff99cc;
    padding: 15px 0 0 0;
    margin: 0 !important;
}
.picandtext .pic span.under {
	font-weight:bold;
  position: absolute;
  top: 60px;
  left: 5px;
  line-height: 1.2;
  font-size: 0.75rem;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  box-sizing: border-box;
}
.picandtext .text {
  width: 40%;
  margin: 0 0 0 5%;
  float: right;
}
.picandtext .text dl dt:first-child {
  padding: 0;
}
.picandtext .text dl{
	line-height: 1.4;
}
.picandtext .text dl dt {
  font-size: 10px;
  color: #666;
  padding: 2px 0 0 0;
}
.picandtext .text dl dd {
    font-size: 13px;
  border-bottom: 1px solid #F1F2F2;
  padding: 0 0 2px 0;
}
.picandtext .text dl dd:last-child {
  border-bottom: none;
}
p.chat-btn a {
    font-size: 0.9rem;
  display: block;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  background: #1C75BC;
  border-radius: 50px;
  margin: 10px 0 0 0;
  box-shadow: 0 0 20px #CCC;
}
p.chat-btn a span {
  position: relative;
  top: -3px;
}
p.chat-btn a span:before {
  content: "";
  display: inline-block;
  background: url("../img/icon/chat.svg");
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  position: relative;
  top: 5px;
}
p.assessment-btn a {
  background: #EC1C24;
  color: #FFF;
  border: 2px solid #EC1C24;
  border-radius: 50px;
  padding: 10px 0;
  display: block;
  text-align: center;
  letter-spacing: 2px;
  transition: all 0.3s ease-in;
  font-size: 0.9rem;
  box-sizing: border-box;
  margin: 10px auto 0 auto;
  width: 100%;
  box-shadow: 0 0 20px #CCC;
  font-weight: bold;
}
p.assessment-btn.blue a {
    background: #1C75BC;
}
p.back-btn a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  background: #666;
  border-radius: 50px;
  margin: 10px 0 0 0;
  box-shadow: 0 0 20px #CCC;
}
p.back-btn a:before{
	content:"<";
	margin: 0 10px 0 0;
}
/*=================================================================*/
#back-glay {
  background: #F7F7F7;
  padding: 15px 0;
  margin: 15px 0;
}
.talkline-all {
  padding-bottom: 100px;
	min-height:calc(100vh - 150px);
}
.talkline-all time {
  text-align: center;
  color: #BCBEC0;
  display: block;
  margin: 0 auto 5px auto;
  font-size: 11px;
}
.talkline {
  overflow: hidden;
  clear: both;
  padding: 5px 15px 15px 5px;
}
.talkline-all .right-message {
  float: right;
  max-width: 50%;
  margin: 0 20px 0 0;
}
.talkline-all .right-message .thename {
  font-size: 11px;
  color: #999;
}
.talkline-all .left-message .thename {
  font-size: 11px;
  color: #999;
  margin-left: 50px;
}
.talkline-all ul.fukidashi {
  clear: both;
  width: 250px;
}
.talkline-all ul.fukidashi li {
  float: left;
}
ul.fukidashi li p, div.fukidashi p {
  font-size: 13px !important;
}
.talkline-all div.fukidashi {
  width: 100%;
  max-width: 200px;
  background: #BEE1DD;
  padding: 5px 10px;
  border-radius: 10px;
  position: relative;
}
.talkline-all div.fukidashi:after {
  position: absolute;
  right: -5px;
  top: 10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #97DBD2;
}
.talkline-all .left-message {
  float: left;
}
.talkline-all .left-message ul.fukidashi li:nth-child(1) {
  width: 18%;
  display: block;
}
.talkline-all .left-message ul.fukidashi li:nth-child(1) div {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
}
.talkline-all .left-message ul.fukidashi li:nth-child(1) div img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}
.talkline-all .left-message ul.fukidashi li:nth-child(2) {
  width: 82%;
  background: #FFF;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}
.talkline-all .left-message ul.fukidashi li:nth-child(2):before {
  position: absolute;
  left: -5px;
  top: 10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #FFF transparent transparent;
}
input[type=submit].paperplane, input[type=button].paperplane {
  background: url("../img/icon/paperplane.svg") #2BB673 50% 50% no-repeat;
  background-size: 20px;
  width: 32px;
  height: 32px;
  color: #FFF;
  border: none;
  border-radius: 50%;
  padding: 0 5px;
  display: block;
  text-align: center;
  letter-spacing: 0;
  transition: all 0.3s ease-in;
  font-size: 1rem;
  box-sizing: border-box;
  margin: 0;
  box-shadow: 0 0 30px #CCC;
  font-weight: bold;
}
input[type=submit].paperplane2 {
  background: url("../img/icon/paperplane2.svg") #FFF 50% 50% no-repeat;
  background-size: 20px;
  width: 32px;
  height: 32px;
  color: #FFF;
  border: none;
  border-radius: 50%;
  padding: 0 5px;
  display: block;
  text-align: center;
  letter-spacing: 0;
  transition: all 0.3s ease-in;
  font-size: 1rem;
  box-sizing: border-box;
  margin: 0;
  box-shadow: 0 0 30px #CCC;
  font-weight: bold;
}
.sendbox {
  position: fixed;
  bottom: 63px;
  background: #FFF;
  width: 100%;
  max-width: 768px;
  padding: 0 3%;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 9980;
}
.sendbox.estimate-ver {
  background: #1C75BC
}
ul.bottom-list {
  position: relative;
}
ul.bottom-list li {
  float: left;
}
ul.bottom-list li:nth-child(1) {
  width: 8%;
  padding: 5px 0 0 0;
  line-height: 1.3;
  color: #FFF;
}
ul.bottom-list li:nth-child(2) {
  width: 82%;
}
ul.bottom-list li:nth-child(2) textarea, ul.bottom-list li:nth-child(2) input[type=number] {
  width: 100%;
  border-radius: 5px;
  height: 40px;
  max-height: 300px;
  padding: 8px;
  line-height: 20px;
}
textarea.waku1 {
	border:none;
  background: #FFF;
  border: 1px solid #D1D3D4;
}
input.waku2 {
  background: #FFF;
  border: none;
  width: 88% !important;
  margin: 0 5px 0 10px;
}
input.waku2 + span {
  color: #FFF;
}
ul.bottom-list li:nth-child(2) div {
  position: absolute;
  left: 5px;
  top: 6px;
}
ul.bottom-list li:nth-child(2) div img {
  width: 16px;
}
ul.bottom-list li:nth-child(3) {
  width: 7%;
  padding: 5px 0 0 2%;
}
.dn {
  display: none
}
.btn_fileupload {
  background: transparent url(../img/icon/clip.svg) no-repeat top left;
  background-size: 14px;
  border: none;
  width: 14px;
  height: 28px;
  cursor: pointer;
}
.btn_fileupload_over {
  background: transparent url(../img/icon/clip.svg) no-repeat top left;
  background-size: 14px;
  border: none;
  width: 14px;
  height: 28px;
  cursor: pointer;
}
/*---------------------------------------*/
.estimate-total {
  background: #E9F2F9;
  text-align: center;
  padding: 15px 0;
	border-bottom:3px solid #1C75BC;
}
.estimate-total p {
  font-size: 0.9rem;
}
.estimate-total p span {
  font-size: 1.4rem;
  margin: 0 10px;
}
.estimate-total i{
	display: block;
font-size: 0.8rem;
	color: #666;
}
.purchase-total {
  background: #EEEBF2;
  text-align: center;
  padding: 15px 0;
	border-bottom:3px solid #54377C;
}
purchase-total p {
  font-size: 0.9rem;
}
.purchase-total p span {
  font-size: 1.4rem;
  margin: 0 10px;
}

.purchase-ok-total {
  background: #FEE9EA;
  text-align: center;
  padding: 15px 0;
	border-bottom:3px solid #EC1C24;
}
.purchase-ok-total p em{
	color:#EC1C24;
	font-weight:bold;
}
purchase-ok-total p {
  font-size: 0.9rem;
}
.purchase-ok-total p span {
  font-size: 1.4rem;
  margin: 0 10px;
}


p.estimate-paper {}
p.pdf-btn a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #231F20;
  font-weight: bold;
  background: #FFF;
  border: 2px solid #333;
  border-radius: 50px;
  margin: 15px 0 0 0;
  box-shadow: 0 0 20px #CCC;
}
p.pdf-btn a span {
  position: relative;
  top: -3px;
}
p.pdf-btn a span:before {
  content: "";
  display: inline-block;
  background: url("../img/icon/pdf.svg");
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  position: relative;
  top: 5px;
}
p.user-information-btn a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  background: #EC1C24;
  border: 2px solid #EC1C24;
  border-radius: 50px;
  margin: 15px 0 0 0;
  box-shadow: 0 0 20px #CCC;
}
p.user-information-confirm-btn a {
    font-size: 0.9rem;
  display: block;
  padding: 10px;
  text-align: center;
  color: #EC1C24;
  font-weight: bold;
  background: #FFF;
  border: 2px solid #EC1C24;
  border-radius: 50px;
  margin: 15px 0 0 0;
  box-shadow: 0 0 20px #CCC;
}
p.image-btn a {
    font-size: 0.9rem;
  display: block;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  background: #666;
  border: 2px solid #666;
  border-radius: 50px;
  margin: 15px 0 0 0;
  box-shadow: 0 0 20px #CCC;
}

p.get-btn a {
  background: #EC1C24;
  color: #FFF;
  border: 2px solid #EC1C24;
  border-radius: 50px;
  padding: 10px 0;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  transition: all 0.3s ease-in;
  font-size: 0.9rem;
  box-sizing: border-box;
  margin: 15px auto 0 auto;
  width: 100%;
  box-shadow: 0 0 20px #CCC;
  font-weight: bold;
}
p.ok-btn {
  background: #EC1C24;
  color: #FFF;
  border: 2px solid #EC1C24;
  border-radius: 50px;
  padding: 10px 0;
  display: block;
  text-align: center;
  letter-spacing: 2px;
  transition: all 0.3s ease-in;
  font-size: 0.9rem;
  box-sizing: border-box;
  margin: 15px auto 0 auto;
  width: 100%;
  box-shadow: 0 0 20px #CCC;
  font-weight: bold;
	cursor: pointer;
}
.centre{
	text-align: center;
}
.nobold{
	font-weight:normal !important;
}
.opa {
  opacity: 0.2;
}
ul.twobtn:before, ul.twobtn:after {
  content: "";
  display: block;
  overflow: hidden;
}
ul.twobtn {
  margin: 15px 0 50px 0;
}
ul.twobtn li {
  float: left;
  width: 48%;
  margin: 0 4% 0 0;
  box-sizing: border-box;
}
ul.twobtn li:nth-child(2n) {
  margin: 0;
}
ul.twobtn li input {
  border: none;
}
p.nego-btn {
  border: 2px solid #1C75BC;
  color: #1C75BC;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  font-weight: bold;
  display: block;
  transition: all 0.3s ease-in-out;
	cursor: pointer;
	margin: 15px 0;
}
p.cancel-btn a {
  border: 2px solid #6D6E71;
  color: #6D6E71;
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  font-weight: bold;
  display: block;
}
ul.reason li {
  line-height: 2.5;
}
p.no-cancel {
  margin: 25px 0 0 0;
  text-align: center;
}
p.no-cancel a {
  font-size: 0.9rem;
}
p.no-cancel a:before{
	content:"+";
	display: inline-block;
	transform: rotate(45deg);
	margin-right: 10px;
}

.estimate {
    text-align: center;
    margin: 5px 0 0 0;
    background: url("../img/icon/dollar.png") 20px 50% no-repeat;
    background-size:25px;
}

.estimate div {
    display: flex;
    border: 1px solid #1C75BC;
    padding: 3px 0;
    font-weight: bold;
    position:relative;
}

.estimate div p.label {
    width: 50%;
    text-align: right;
    font-size: 1.0rem;
    margin: 0 5px;
}

.estimate div p.label span {
    font-size: 0.7rem;
    font-weight: normal;
    clear: right;
}

.estimate div p.price {
    position:absolute;
    width: 50%;
    text-align: right;
    font-size: 1.0rem;
    margin: 0 5px;
    right: 0;
    bottom:5px;
}

.estimate div span {
    font-size: 0.7rem;
}

.cash {
    text-align: center;
    margin: 5px 0 0 0;
	background-size:20px;
}
.cash div {
    display: flex;
    border: 3px solid #1C75BC;
    padding: 10px 0;
    font-weight: bold;
}
.cash div p.label {
    width: 40%;
    text-align: right;
    font-size: 1.0rem;
    margin: 0 5px;
}
.cash div p.price {
    float: right;
    width: 60%;
    text-align: right;
    font-size: 1.1rem;
    margin: 0 5px;
}

.cash div span {
    font-size: 0.7rem;
}

.date {
  text-align: center;
  margin: 10px 0 0 0;
}
.date p{
	font-size:13px;
	color: #666;
}
input[type="date"] {
    width: 100%;
	padding: 10px;
	box-sizing: border-box;
    position: relative;
	border: none;
	background: #EEE;
	border-radius:5px;
}
input[type="date"].threetime{
	width:33%;
	margin: 0 10px;
}
input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
	opacity: 0;
}

input[type="date"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button{
    -webkit-appearance: none;
}
p.att{
  margin-left: 25px;
}
p.att small{
  font-size: 10px;
}
.already {
  background: #EEE !important;
}
/*======================================================================*/
.contact_flow {
  clear: both;
  overflow: hidden;
  margin: 0 auto 30px auto;
	position: sticky;
	position: -weblit-sticky;
	top:50px;
	background: #FFF;
	z-index: 999;
}
.contact_flow > ul li {
  background: #ccc;
  color: #fff;
  width: 31.2%;
  float: left;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  margin-right: 3%;
  position: relative;
  text-align: center;
  margin-top: 25px;
}
.contact_flow > ul li a{
	position: relative;display: block;  padding: 10px 20px;
}
.contact_flow > ul li a i{
	position: absolute;
	right:-4px;
	top:-4px;
	border: 2px solid #EC1C24;
	background: #FFF;
	color:#EC1C24;
	width:22px;
	height:22px;
	border-radius:50%;
	font-size: 12px;
	text-align:center;
	vertical-align: middle;
}
.contact_flow > ul li:last-child {
  margin-right: 0;
}
.contact_flow > ul li.active a{
	color: #FFF;
}
/*
.contact_flow > ul li:first-child::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #ccc;
  border-top: 21px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -20px;
  top: 0;
}
.contact_flow > ul li:nth-child(2)::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #FFF;
  border-top: 21px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.contact_flow > ul li:nth-child(2)::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #ccc;
  border-top: 21px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -20px;
  top: 0;
}
.contact_flow > ul li:last-child::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #FFF;
  border-top: 21px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.contact_flow > ul li.active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #097497;
  border-top: 21px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -20px;
  top: 0;
}
*/
.contact_flow > ul li.active {
  background: #097497;
  position: relative;
}
.contact_flow > ul li span {
  color: #7FAFD6;
  position: absolute;
  left: 0;
  top: -25px;
  font-weight: bold;
}
@media only screen and (max-width:769px) {
	.contact_flow > ul li a i{
	position: absolute;
	right:0;
	top:0;
		width:20px;
		height:20px;
	}
  .contact_flow > ul {
    display: flex;
  }
  .contact_flow > ul li {
    width: 33.3333%;
    margin: 0;
    font-size: 12px;
    border-right: 1px solid #fff;
  }
  .contact_flow > ul li a{
    font-size: 12px;
    padding: 10px 0;
  }
  .contact_flow > ul li span {
    padding: 0 5px;
  }
  .contact_flow > ul li:nth-child(2)::before, .contact_flow > ul li:last-child::before {
    display: none;
  }
  .contact_flow > ul li:nth-child(2)::after, .contact_flow > ul li:first-child::after {
    border-top: 19px solid transparent;
  }
  .contact_flow > ul li:nth-child(2)::after {
    right: 0;
  }
  .contact_flow > ul li.active::after {
    right: 0;
    display: none;
  }
  .contact_flow li:nth-child(2)::after, .contact_flow li:first-child::after {
    display: none;
  }
}
.download {
	float: right;border: none !important;
	font-size: 12px !important;
	margin-right: 0 !important;
}
.download a{

	color: #999;
}
.download a:before{
	content:">";
	margin: 0 5px 0 0;
}
.camera{
	margin: 10px 0 0 0;
}
.camera p{
	margin-bottom: 10px;
}

.form__file input[type="file"] {
  display: none;
}
.form__file label {
  background: #666;
  color: white;
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.form__file label:hover {
  opacity: 0.7;
  transition: 0.3s ease-out;
}
.form__file label:after {
  content: "";
  color: black;
  font-size: 0.6rem;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -100px;
  top: calc(50% - 10px);
}
.form__file label.changed:after {
  content: "";
}
.form__file .filename {
  font-size: 0.6rem;
}
.leftright{
	overflow: hidden;
}
.leftright + p{
	font-size: 0.7rem;
	margin: 5px 0 0 0 ;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #EEE;
}
.leftside{
	float: left;
}
.rightside{
	float: right;margin:10px 0 0 ;}

ul.list2 li{
	margin-bottom: 10px;
}
@media only screen and (max-width:769px) {
	.leftside,
.rightside{
	float: none;}

}
button.add{
	border: none;
	background: none;
	margin: 10px 0;
}
input[type=button].add {
    border: none;
    background: none;
    margin: 0 0 10px 0;
}
input[type=text].including-yen{
	width:70%;
	margin-right: 10px;
}
.hide-data{
	display: none;
	margin: 10px 0 0 0;
}
ul.list li{
	margin: 0 0 10px 0;
}

.yeat-btn{
	  text-align: center;
  margin: 0 0;
	padding-bottom: 10px;
	background:#EEE;
	position: fixed;
	top:40px;
	width:100%;
	left:50%;
	transform: translateX(-50%);
	max-width: 768px;
}
.yeat-btn select{
	letter-spacing: 2px;
  font-size: 13px;
  color: #333;
  line-height: 1.7;
	background: none;
	margin: 15px 0 0 0;
}
.platinum-rank{
	color: #333;
	margin: 0 5px 0 0;
}
.gold-rank{
	color: gold;margin: 0 5px 0 0;
}
.silver-rank{
	color: silver;margin: 0 5px 0 0;
}

button[type=submit]{
	font-size:1rem;
	letter-spacing: 2px;
	background:#666;
	border: none;
	color: #FFF;
	padding: 15px;
	width:100%;
	box-sizing: border-box;
	border-radius:50px;
	margin: 10px 0 0 0;
}

.arrow-box {
  display: none;
  position: absolute;
  padding: 16px;
  background: #58595b;
  left:150px;
  top: 30px;
  text-align: left;
  font-size: 14px;
  z-index: 9999 !important;
  width: 200px;
}
.arrow-box p {
  color: #fff;
	font-size: 100%;
	font-weight: normal;
}
.arrow-box em {
  display: block;
}
.arrow-box:after {
  position: absolute;
  bottom: 100%;
  left:50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #58595b;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}
@media only screen and (max-width:769px) {
  .arrow-box {
    width: 220px;
	   right: 35px;
  top: 45px;
  }
  .arrow-box p {
    font-size: 12px !important;
  }
}
a.q{
	background: #EC1C24;
	color: #FFF;
	margin: 0 0 0 10px;
	border-radius:50%;
	padding: 2px 5px;
}
i.checkon {
	font-size:20px;
	position: absolute;
	width: 15px;
	height: 7px;
	border-bottom: 0.2em solid #EC1C24;
	border-left: 0.2em solid#EC1C24;
    -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right:0;
	top:5px;
	z-index:99;
}
ul.pdf-line{
	display: flex;
	justify-content: space-between;
	margin: 15px 0 0 0;
}
ul.pdf-line li{
	width:49%;
	margin-bottom: 0 !important;
	padding: 0 !important;

	text-align: center
}
ul.pdf-line li a{
	border-radius:50px;
	font-weight:bold;
	border: 2px solid #666;
	display: block;
  background: url("../img/icon/pdf.svg") no-repeat 30px 50%;
  background-size: 16px;
  padding: 10px 15px 10px 40px;
}

ul.notification-list li a{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #EEE;
}
ul.notification-list li:nth-child(1) a{
	padding-top: 0;
}

ul.notification-list li a dl dt{
	font-size:11px;
	margin-bottom: 5px;
	color: #999;
}

ul.notification-list li a dl dd{
    font-size:13px;
}

button.cancel{
	border: none;
	text-align: center;
	background: none;
	text-decoration: underline;
	margin: 15px auto;
	width:200px;
	display: block;
}
.sign.apper{
	opacity: 1;
}
.sign{
	opacity: 0;
	background: #333;
	text-align: center;
	padding: 15px;
	transition: all 0.3s ease-in-out;
	margin-bottom: 150px;
}
.sign h2{
	color: #FFF;
	margin-bottom: 20px;
}
.sign p#clear{
	color: #FFF;margin: 30px 0 0 0;
}
.sign p#clear:before{
	content:"+";
	display: inline-block;
	transform: rotate(45deg);
}
#signature{
	background: #FFF;
}
.sign input[type=submit]{
	box-shadow: none;
	margin: 20px 0 0 0;
}
.thetime{
	position: relative;
	top:14px;
}

header p a {
    position: absolute;
    color: #EC1C24;
    font-weight: bold;
    left: 15px;
    top: 20%;
    display: inline-block;
    transform: scale(0.8, 1);
    font-size: 16px;
}

.w100 {
    width: 100px !important;
}
.w150 {
    width: 150px !important;
}
.w200 {
    width: 200px !important;
}

.w100per {
    width: 100% !important;
}
.w80per {
    width: 80% !important;
}
.w75per {
    width: 75% !important;
}
.w70per {
    width: 70% !important;
}
.w60per {
    width: 60% !important;
}
.w50per {
    width: 50% !important;
}
.w45per {
    width: 45% !important;
}
.w35per {
    width: 35% !important;
}
.w30per {
    width: 30% !important;
}
.w25per {
    width: 25% !important;
}
.w23per {
    width: 23% !important;
}
.w5per {
    width: 5% !important;
}
.text-center {
    text-align: center;
}
.company {
    display: table;
    width: auto;
}
.company>div {
    display: table-cell;
    padding: 5px 0px 0px 0px;
    width: auto;
    vertical-align: middle;
}
.d-inline-block {
    display: inline-block;
}
.f-left {
    float: left;
}
.require {
    color: #EC1C24;
}


/*/add*/
#navigation {
	margin: 25px 0 10px 0;
}
#navigation ul {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
#navigation ul li{
	width:32%;
	position: relative;
}
#navigation ul li i{
	position: absolute;
	top:-5px;
	right:-5px;
	width:30px;
	height:30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	background:#EC1C24;
	border-radius:50%;
	font-size:13px;
	font-weight:bold;
	display: block;
	transform: rotate(20deg);
}
#navigation ul li:nth-child(n + 3){
	margin-bottom: 10px;
}
#navigation ul li button{
	width:100%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #EEE;
	background: #FFF;
}
@media only screen and (max-width:769px) {
	#navigation ul li button{
		font-size:13px;
		padding: 5px;
	}
	#navigation ul li i{
		font-size:11px;
		width:25px;
	height:25px;
	line-height: 25px;
	}
}

span.red{
    color: #EC1C24;
}

section#other h2{
	margin: 20px 0;
	font-size: 15px;
}
section#other h3{
    font-size: 14px;
	margin-bottom: 15px;
}
section#other p{
	margin-bottom: 15px;line-height: 1.8;
}
section#other ul{
	margin-bottom: 15px;
}
@media only screen and (max-width:769px) {
	section#other p{
		font-size:13px;
}
	p.righttext{
		text-align: right;
	}

}

/*=====================================================================================================*/
article#howtouse{
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    transition: all 0.3s;
}

@media only screen and (max-width:769px) {
    article#howtouse{
        padding: 5px 15px 70px 15px;
    }
}
article#howtouse .howtouse-in{
    position: relative;
    text-align: center;
    margin: 50px 0;
}
@media only screen and (max-width:1500px) {
    article#howtouse .howtouse-in{
        margin: 50px 175px;
    }

}
article#howtouse .howtouse-in:before{
    content:"";
    width:1px;
    height:100%;
    background: #d18080;
    position: absolute;
    z-index: -1;
}
article#howtouse .howtouse-in ul.number{
    position: relative;
    padding: 50px 0;
    z-index: 9;
}
article#howtouse .howtouse-in ul.number:before{
    content:"";
    background: url("../img/lp/start.svg") no-repeat #FFF;
    background-size:57px;
    width:57px;
    height:39px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
}
article#howtouse .howtouse-in ul.number:after{
    content:"";
    background: url("../img/lp/end.svg") no-repeat;
    background-size:18px;
    width:18px;
    height:11px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
}

article#howtouse .howtouse-in ul.number li{
    padding-top: 75px;
}
@media only screen and (max-width:769px) {
    article#howtouse .howtouse-in{
        margin: 25px 0;
    }
    article#howtouse .howtouse-in ul.number li{

        padding-top: 85px;
    }


}
article#howtouse .howtouse-in ul.number li:last-child{
    padding-bottom: 75px;
}
article#howtouse .howtouse-in ul.number li span{
    width:40px;
    height:40px;
    text-align: center;
    line-height: 40px;
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight:bold;
    color: #FFF;
    background:#d18080;
    display: block;
    margin: 0 auto;
    border-radius:50%;
}


ul.howto-list{
    position: absolute;
    top:0;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

ul.howto-list li{
    width:43%;
    height:180px;
    box-shadow:0 0 30px rgba(212,128,130,.15);
    display: flex;
    align-items: center;
    position: relative;
    border-radius:10px;
}
@media only screen and (max-width:769px) {
    ul.howto-list li{
        height:180px;
        display: block
    }
    article#howtouse .howtouse-in ul.number li span{
        width:30px;
        height:30px;
        text-align: center;
        line-height: 30px;
        font-family: 'Josefin Sans', sans-serif !important;
        font-weight:bold;
        color: #FFF;
        background:#d18080;
        display: block;
        margin: 0 auto;
        border-radius:50%;
        font-size:14px;
    }

}
ul.howto-list li i{
    position: absolute;
    right:-170px;
}
ul.howto-list li:nth-child(1){
    margin-top: 55px;
}
ul.howto-list li:nth-child(2){
    margin-top: 170px;
}
ul.howto-list li:nth-child(3),
ul.howto-list li:nth-child(5),
ul.howto-list li:nth-child(7),
ul.howto-list li:nth-child(9){
    margin-top:-65px;
}
ul.howto-list li:nth-child(4),
ul.howto-list li:nth-child(6),
ul.howto-list li:nth-child(8),
ul.howto-list li:nth-child(10){
    margin-top:50px;
}
@media only screen and (max-width:769px) {
    ul.howto-list li:nth-child(1){
        margin-top: 60px;
    }
    ul.howto-list li:nth-child(2){
        margin-top: 175px;
    }
    ul.howto-list li:nth-child(4),
    ul.howto-list li:nth-child(6),
    ul.howto-list li:nth-child(8),
    ul.howto-list li:nth-child(10){
        margin-top:50px;
    }
    ul.howto-list li:nth-child(3),
    ul.howto-list li:nth-child(5),
    ul.howto-list li:nth-child(7),
    ul.howto-list li:nth-child(9){
        margin-top:-65px;
    }
    ul.howto-list li{
        box-sizing: border-box;

    }
    ul.howto-list li:nth-child(1){
        padding-top: 35px;
    }
    ul.howto-list li:nth-child(2){
        padding-top: 40px;
    }
    ul.howto-list li:nth-child(3){
        padding-top: 40px;
    }
    ul.howto-list li:nth-child(4){
        padding-top: 10px;
    }
    ul.howto-list li:nth-child(5){
        padding-top: 40px;
    }
    ul.howto-list li:nth-child(6){
        padding-top: 40px;
    }
    ul.howto-list li:nth-child(7){
        padding-top: 40px;
    }
    ul.howto-list li:nth-child(9){
        padding-top: 20px;
    }
}
ul.howto-list li:nth-child(odd){
    flex-flow: row-reverse;
}
ul.howto-list li:nth-child(odd):after{
    content:"";
    display: block;
    width:75px;
    height:1px;
    background: #d18080;
    position: absolute;
    top:50%;
    right:-75px;
}
ul.howto-list li:nth-child(even):after{
    content:"";
    display: block;
    width:75px;
    height:1px;
    background: #d18080;
    position: absolute;
    top:50%;
    left:-75px;
}
ul.howto-list li .text{
    width:65%;display: flex;
    justify-content: center;
    flex-wrap:wrap;
    padding: 0 20px;
    box-sizing: border-box;
}
ul.howto-list li .text h2{
    text-align: left;
    font-size:20px;
    font-weight:bold;
}
@media only screen and (max-width:1500px) {
    ul.howto-list li .text h2{
        font-size:1.5vw;
    }
}
ul.howto-list li .text p{
    text-align: left;
    margin: 10px 0 0 0 ;
    font-size:14px;
}
ul.howto-list li .pic{
    width:35%;
    padding: 5%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width:769px) {
    ul.howto-list li .text,
    ul.howto-list li .pic{
        width:auto;
        text-align: center;
    }
    ul.howto-list li .text{
        padding: 0 15px;
    }
    ul.howto-list li .pic{
        margin: 0 auto;
        padding: 0 0 10px 0;
    }
    ul.howto-list li .pic img{
        height:60px;
    }
    ul.howto-list li .text h2{
        font-size:14px;
        line-height: 1.3;
    }
    ul.howto-list li .text p{
        font-size:11px;
    }
    ul.howto-list li i{
        right:-10px;
        bottom:-50px;
        width:120px;
    }
    ul.howto-list li .text p{
        margin: 0;
    }
    ul.howto-list li:nth-child(odd):after{
        content:"";

        width:15px;


        right:-15px;
    }
    ul.howto-list li:nth-child(even):after{
        content:"";

        width:15px;

        left:-15px;
    }
}

.get{
    background: #FFF;
    box-shadow: 0 0 20px rgba(210,128,128,.15);
    position: relative;
    z-index: -2;
    border-radius: 10px;
}
.get:before{
    content:"";
    display: block;
    background: url("../img/lp/get-before.svg") no-repeat;
    background-size:175px;
    width:175px;
    height:175px;
    position: absolute;
    top:-30px;
    left:-30px;
}
.get:after{
    content:"";
    display: block;
    background:url("../img/lp/pic5.png") no-repeat;
    background-size:100%;
    width:344px;
    height:244px;
    position: absolute;
    bottom:0;
    right:-200px;
}
.get h2{
    text-align: center;
    position: relative;
    top:-15px;
}

.get h2 span{
    font-family: 'Josefin Sans', sans-serif !important;
    font-style: italic;
    font-weight: bold;
    font-size:28px;letter-spacing: 2px;
}
.get h2 span:before{
    content:"";
    background: url("../img/lp/finish-before.svg") no-repeat;
    background-size:17px;
    width:17px;
    height:24px;
    display: inline-block;
    margin: 0 20px 0 0;
}
.get h2 span:after{
    content:"";
    background: url("../img/lp/finish-after.svg") no-repeat;
    background-size:17px;
    width:17px;
    height:24px;
    display: inline-block;
    margin: 0 0 0 20px;
}
.get h3{
    text-align: center;
    font-size:28px;
    padding:30px 180px 65px 180px;

}
.get h3 span{
    position: relative;
    font-weight:bold;display: block;
}
.get h3 span:before{
    content:"";
    background: url("../img/lp/finish-before2.svg") no-repeat;
    background-size:100%;
    width:85px;
    height:54px;
    display: inline-block;
    position: absolute;
    top:30px;
    left:60px;
}
.get h3 span:after{
    content:"";
    background: url("../img/lp/finish-after2.svg") no-repeat;
    background-size:100%;
    width:63px;
    height:74px;
    display: inline-block;
    position: absolute;
    top:10px;
    right:50px;
}
.get h3 em{
    position: relative;font-weight:bold;
}
.get h3 em:after{
    content:"";
    background: url("../img/wave.svg") repeat-x;
    background-size:auto 13px;
    position: absolute;
    left:0;
    bottom:0px;
    width:100%;
    height:13px;
    z-index: -1;
}
@media only screen and (max-width:1500px) {
    .get{
        margin: 0 230px 0 50px;

    }
    .get h3 span:before{
        left:-50px;
    }
    .get h3 span:after{
        right:-50px;
    }
    .get h3 em:after{
        content:"";
        background: url("../img/lp/wave.svg") repeat-x;
        background-size:auto 7px;
        position: absolute;
        left:0;
        bottom:0px;
        width:100%;
        height:7px;
        z-index: -1;
    }
}

@media only screen and (max-width:769px) {
    .get{
        margin: 0 15px;
        padding-bottom: 200px;
    }
    .get:before{
        content:"";
        display: block;
        background: url("../img/lp/get-before.svg") no-repeat;
        background-size:100%;
        width:110px;
        height:110px;
        position: absolute;
        top:-30px;
        left:-20px;
    }
    .get:after{
        content:"";
        display: block;
        background:url("../img/lp/pic5.png") no-repeat;
        background-size:100%;
        width:254px;
        height:180px;
        position: absolute;
        bottom:0;
        right:auto;
        left:50%;
        transform: translateX(-50%);
    }
    .get h2 span{
        font-size: 20px;

    }
    .get h2 span:before{
        content:"";
        background: url("../img/lp/finish-before.svg") no-repeat;
        background-size:100%;
        width:17px;
        height:24px;
        display: inline-block;
        margin: 0 20px 0 0;
    }
    .get h2 span:after{
        content:"";
        background: url("../img/lp/finish-after.svg") no-repeat;
        background-size:100%;
        width:17px;
        height:24px;
        display: inline-block;
        margin: 0 0 0 20px;
    }
    .get h3{
        text-align: center;
        font-size:16px;
        padding:30px 0 10px 0;
        line-height: 1.5;
    }
    .get h3 span:before{
        content:"";
        background: url("../img/lp/finish-before2.svg") no-repeat;
        background-size:100%;
        width:50px;
        height:30px;
        display: inline-block;
        position: absolute;
        top:30px;
        left:30px;
    }
    .get h3 span:after{
        content:"";
        background: url("../img/lp/finish-after2.svg") no-repeat;
        background-size:100%;
        width:33px;
        height:34px;
        display: inline-block;
        position: absolute;
        top:30px;
        left:auto;
        right:30px;
    }
}
/*=====================================================================================================*/

/*=====================================================================================================*/
article#faq {
    position: relative;
    z-index: 0;
    padding: 10px 0 20px 0;
    height:100%;
}
article#faq:after{
    content:"";
    position: absolute;
    top:0;
    z-index: -1;
    width:100%;
    height:100%;
    background: #ebd7db;
    -webkit-transform: skew(0deg, -4.8deg);
}

@media only screen and (max-width:769px) {
    article#faq {
        padding: 5px 0 50px 0;
    }
    article#faq:after{
        bottom:0;
        height:100%;
    }
}

article#faq ul{
    max-width: 1200px;
    margin: 30px 10px;
}
article#faq ul li{
    background: #FFF;
    padding:25px 50px;
    margin-bottom: 15px;
    border-radius:10px;

}

article#faq ul li dl dt{
    font-size:18px;
    font-weight:bold;
    position: relative;
    cursor: pointer;transition: all 0.3s;
}
article#faq ul li dl dt:hover{
    opacity: 0.7;
}
article#faq ul li dl dt,
article#faq ul li dl dd{
    text-indent:-2.9em;
    padding-left: 2.9em;
    padding-right: 25px;
}
article#faq ul li dl dt:after{
    content:">";
    display: block;
    transform: rotate(90deg) scale(0.7,1);
    color: #858585;
    position: absolute;
    right:0;
    top:30px;
    transition: all 0.3s;
}
article#faq ul li dl dt.on:after{
    transform: rotate(-90deg) scale(0.7,1);
    position: absolute;
    right:0;
    top:-30px;
}
article#faq ul li dl dd{
    display: none;
    margin: 10px 0 0 0;
}
article#faq ul li dl dt span,
article#faq ul li dl dd span{
    color:#d18084;
    font-weight:bold;
    font-size:24px;
    font-family: 'Josefin Sans', sans-serif !important;
}
article#faq ul li dl dt span{
    margin: 0 20px 0 0;
}
article#faq ul li dl dd span{
    margin: 0 25px 0 0;
}
@media only screen and (max-width:769px) {
    article#faq ul{
        max-width: 1200px;
        margin: 25px 10px;
    }
    article#faq ul li{
        background: #FFF;
        padding:20px 15px;
        margin-bottom: 15px;
        border-radius:10px;
    }
    article#faq ul li dl dt{
        font-size:14px;
    }
    article#faq ul li dl dd{
        font-size:13px;
    }
    article#faq ul li dl dt{
        text-indent:-2.5em;
        padding-left: 2.5em;
        padding-right: 25px;
    }
    article#faq ul li dl dd{
        text-indent:-2.8em;
        padding-left: 2.8em;
        padding-right: 25px;

    }
    article#faq ul li dl dt span,
    article#faq ul li dl dd span{
        font-size:18px;
    }
    article#faq ul li dl dt span{
        margin: 0 15px 0 0;
    }
    article#faq ul li dl dd span{
        margin: 0 20px 0 0;
    }
    article#faq ul li dl dt:after{
        content:">";
        display: block;
        transform: rotate(90deg) scale(0.7,1);
        color: #858585;
        position: absolute;
        right:0;
        top:20px;
        transition: all 0.3s;
    }
    article#faq ul li dl dt.on:after{
        transform: rotate(-90deg) scale(0.7,1);
        position: absolute;
        right:0;
        top:-20px;
    }
}

.txt-bold {
    font-weight: bold !important;
}


/*=====================================================================================================*/
article#reward{
    text-align: center;
    padding: 100px 0 50px 0;
}

article#reward .content{
    max-width: 1200px;
    margin: 50px auto;
    box-shadow: 0 0 20px rgba(210,128,128,.15);
    border-radius:15px;
    padding: 50px;
    box-sizing: border-box;
}
article#reward .content h2{
    font-size:24px;
    font-weight:bold;
    text-align: left;
    background:url("../img/lp/cash.svg") no-repeat left 50%;
    background-size:152px;
    padding: 20px 20px 20px 180px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}
article#reward .content h2 span{
    color: #d18080;
    font-weight:bold;
}
article#reward .content ul{
    display: flex;
    justify-content: space-between;
    margin: 50px 0 10px 0;
}

article#reward .content ul li{
    width:33%;
    border-right:1px dotted #d18080;
}
article#reward .content ul li:last-child{
    border-right:none;
}
article#reward .content ul li .pic{
    width:25%;
    margin: 0 auto;
}
article#reward .content ul li .text h3{
    font-weight:bold;
    margin: 20px 0 10px;
}
article#reward .content ul li .text p{
    font-size:14px;
    margin: 0 0 10px 0;
}
article#reward .content ul li .text p + p{
    font-size:11px;
}
article#reward .content ul li .text p em{
    font-size:40px;
    font-weight:bold;
    font-family: 'Josefin Sans', sans-serif !important;
    margin: 0 10px 0 0;
    color: #d18080;
}

@media only screen and (max-width:769px) {
    article#reward{
        padding: 0px 0;
    }
    article#reward .content{
        max-width: 1200px;
        margin: 15px 15px;
        box-shadow: 0 0 20px rgba(210,128,128,.15);
        border-radius:15px;
        padding:30px 15px;
        box-sizing: border-box;
    }
    article#reward .content h2{
        font-size:13px;
        font-weight:bold;
        text-align: left;
        background:url("../img/lp/cash.svg") no-repeat left top;
        background-size:98px;
        padding: 5px 0 5px 110px;
        max-width: 800px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    article#reward .content ul{
        display:block;
        margin: 15px 70px;
    }
    article#reward .content ul + p{
        font-size: 11px;
    }
    article#reward .content ul li{
        width:auto;
        border-right:none;
        border-bottom:1px dotted #d18080;
        padding: 25px 0 10px 0;
    }
    article#reward .content ul li .text p{
        font-size:12px;
        margin: 0 0 10px 0;
    }
    article#reward .content ul li .text p + p{
        font-size:10px;
    }
    article#reward .content ul li .text p em{
        font-size:24px;
    }
    article#reward .content ul li .text h3{
        font-size:13px;
        margin: 10px 0;
    }
}

p.addition{
    color: #d18080;
    margin: 30px 0 0 0;
}
@media only screen and (max-width:769px) {
    p.addition{
        font-size:12px;
        text-align: left;
    }

}

p.special-in {
    font-size: 12px;
}

div.howtouse {
    text-align: center;
    margin-bottom: 70px;
}
@media only screen and (max-width:769px) {
    div.howtouse {
        margin: 0 25px 60px 25px;
    }
}

a.question-mark img{
    margin-top: 5px;
    margin-left: 15px;
    width: 13px;
}

#use_flow a.btn-close-dialog{
    font-size: 20px;
    float: right;
    margin-top: -10px;
    margin-right: 0px;
}

#use_flow img {
    margin-top: -5px;
}

button.lity-close {
    position: absolute !important;
    top: -30px !important;
    right: -10px;
}
