@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300');

.intro,
.table,
.pay {
  line-height: 2;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.intro h3 {
  color: #333;
  font-size: 170%;
  line-height: 1.8;
  margin-bottom: 20px;
}



.table h3 {
  border-left: 1px solid rgba(240,190,100,.5);
  font-size: 150%;
  line-height: 1.8;
  margin: 70px 0 20px;
  padding-left: 20px;
}

.table ul {
  list-style: none;
}

.table li {
  display: flex;
  justify-content: space-between;
  background: #fdfdfd;
  line-height: 1.85;
  padding: 20px 50px;
  position: relative;
}

.table li:nth-child(2n) {
  background: #f8f8f8;
}

.table .item {
  color: #333;
  font-size: 115%;
  font-weight: bold;
  width: 50%;
}

.table .price {
  font-size: 130%;
  width: 50%;
  text-align: right;
}

.table .price .yen {
  font-size: 80%;
}

.table .tax {
  font-size: 87%;
  margin-top: 60px;
  text-align: right;
}




.pay {
  margin-top: 150px;
}

.pay .flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.pay .icon {
  color: #F0BE64;
  font-size: 140%;
  line-height: 1.8;
  padding-right: 50px;
  text-align: center;
  width: 300px;
}

.pay .icon .upper::after {
  background: rgba(240,190,100,.5);
  content: '';
  display: block;
  margin: 15px 0;
  overflow: hidden;
  width: 100%;
  height: 1px;
}

.pay .body {
}

.pay .body p + p {
  margin-top: 20px;
}









@media screen and (max-width:768px) {
.intro,
.table,
.pay {
  width: 80%;
}

.intro h3 {
  font-size: 140%;
  line-height: 1.66;
  margin: 30px 0 40px;
}

  
  
.table h3 {
  font-size: 130%;
  margin: 40px 0 0 -5%;
  padding-left: 15px;
}

.table ul {
  margin: 20px 0;
  margin-left: -7%;
  width: 114%;
}

.table li {
  padding: 20px;
}

.table .item {
  font-size: 100%;
  font-weight: bold;
  width: 50%;
}

.table .price {
  font-size: 110%;
  letter-spacing: .1em;
  width: 50%;
  text-align: right;
}
  


  
.pay {
  margin-top: 100px;
}

.pay .flex {
  display: block;
}

.pay .icon {
  font-size: 130%;
  margin: 0 auto 30px;
  padding-right: 0;
  width: 200px;
}

.pay .icon .upper::after {
  margin: 10px 0;
}

.pay .body p + p {
  margin-top: 25px;
}
}