@charset "UTF-8";
/* base
----------------------------------------------------*/
ul,h2,h3,h4,h5,p,li,dl,dt,dd {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 200;
}

/* loppipayment
----------------------------------------------------*/
.loppipayment {
  font-family: 'Noto Sans Japanese';
  text-align: center;
  font-size: 16px;
  color: #000000;
  padding: 0 3%;
}
.headArea h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #999999;
}
.headArea .loppi {
  width: 100%;
  max-width: 47.5px;
  margin-right: 25px;
}
.headArea span {
  color: #0060b0;
  font-size: 18px;
}
.headArea span .fb {
  font-size: 19px;
}
.readArea {
  padding: 8px 0 13px;
  border-bottom: 1px solid #999999;
}
.leadtxt {
  color: #0060b0;
  font-size: 18px;
  line-height: 32px;
}
.leadtxt .loppiLogo {
  max-width: 68px;
  margin-bottom: -6px;
}
.leadtxt .leadtopfb {
  font-size: 19px;
  font-weight: normal;
  padding-right: 5px;
}
.leadtxt .leadmidtxt {
  font-size: 16px;
}
.leadtxt .leadbtmfb {
  font-size: 32px;
  font-weight: normal;
  padding: 0 5px;
}
.selectArea {
  display: flex;
  justify-content: center;
  padding: 12.5px 0 23px;
}

.selectArea .selectAreaItem:first-child{
  margin-right: 22.5px;
}

.selectArea .selectAreaItem img {
  width: 100%;
  max-width: 125px;
}

.navlist li {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 0px;
}
.navlist li img {
  width: 100%;
  max-width: 240px;
}

.helplist .ttl_ss {
  font-size: 15px;
  color: #0060b0;
  margin-bottom: 10px;
  list-style: none;
  text-align: center;
}


.entryList li btn {
  width: 100%;
  max-width: 300px;
}

.entryArea {
  padding: 18px 0 13px;
}
.loppipayment .ttl {
  color: #0060b0;
  font-size: 16px;
  margin-bottom: 21.5px;
}
.loppipayment .ttl_l {
  font-size: 18px;
}
.entryList {
  text-align: center;
}
.entryList li {
  margin-bottom: 32px;
  position: relative;
}
.entryList li:last-child {
  margin-bottom: 0;
}
.entryList li::after {
  content: "";
  position: absolute;
  background-image: url(../img/index/arrow.png);
  background-size: 14.5px;
  width: 14.5px;
  height: 14.5px;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
.entryList li:last-child:after {
  background-image: none;
}
.entryList li img {
  width: 100%;
  max-width: 300px;
}
.hp_btn img {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
}

ul {
  text-align: left;
}
.beforeBuying {
  padding-bottom: 20px;
}
.beforeBuyingList {
  margin-left: 15px;
}
.beforeBuyingList li {
  font-size: 8px;
  list-style-type: disc;
}
.cancelArea {
  padding-bottom: 20px;
}
.cancelAreaList li {
  font-size: 9px;
}
.returnsArea {
  padding-bottom: 20px;
}
.returnsAreaList li {
  font-size: 9px;
}
.productArea {
  padding-bottom: 25px;
  border-bottom: 1px solid #999999;
}
.productAreaList li {
  font-size: 9px;
}

.receiveArea {
  padding: 20px 0 25px;
  border-bottom: 1px solid #999999;
}
.receiveArea img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 12.5px;
}
.receiveAreaList {
  text-align: center;
}
.receiveAreaList li {
  font-size: 8px;
}
.receiveAreaList li span {
  color: #0060b0;
}

.goodsArea {
  padding: 20px 0 25px;
}

.url-button-goods-01 {
  cursor: pointer;
  bottom: 18.5%;
  left: 35%;
  position: absolute;
  width: 35%;
  height: 4%;
}

.url-button-goods-01:hover {
  background-color: #fff;
  opacity:0.3;
}

.url-button-goods-02 {
  cursor: pointer;
  bottom: 15%;
  left: 13%;
  position: absolute;
  width: 5.4%;
  height: 4%;
}

.url-button-goods-02:hover {
  background-color: #fff;
  opacity:0.3;
}

.goodsArea img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 12.5px;
}
.goodsAreaList {
  text-align: center;
}
.goodsAreaList li {
  font-size: 8px;
}
.goodsAreaList .blue{
  color: #0060b0;
}

.goodsAreaList .red{
  color: red;
}

.noteArea {
  padding-bottom: 20px;
  border-bottom: 1px solid #999999;
}
.noteAreaList {
  margin-left: 20px;
}
.noteAreaList li {
  font-size: 8px;
  position:relative;
}
.noteAreaList li:before {
  content: "※";
  position: absolute;
  top: 0px;
  left: -1em;
}

.convenienceArea {
  padding: 40px 0 30px;
  border-bottom: 1px solid #999999;
}

.convenienceArea li {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 6px;
}
.convenienceArea li img {
  width: 100%;
  max-width: 240px;
}

.convenienceArea li btn {
  width: 100%;
  max-width: 300px;
}

.hp_btn a:hover img {
	opacity: 0.7;
	cursor: pointer;
}

.url-box {
  position:relative; 
}

.url-button {
  cursor: pointer;
  top: 90%;
  left: 20%;
  position: absolute;
  width: 60%;
  height: 3%;
}

.url-button:hover {
  background-color: #fff;
  opacity:0.3;
}

.url-button-02 {
  cursor: pointer;
  bottom: 6.4%;
  left: 26.5%;
  position: absolute;
  width: 12%;
  height: 2.2%;
}

.rl-button-02:hover {
  background-color: #fff;
  opacity:0.3;
}