@charset "UTF-8";
/* common */
#contentArea {
  background: white;
  width:1000px;
  margin: 0 auto;
}
#contentAreaInner {
  padding:0;
  margin:0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form{
    margin: 0;
    padding: 0;
    list-style: none;
    text-indent: 0;
    font-weight: 200;
    border: 0;
    vertical-align: top;
}
/* loppipayment
----------------------------------------------------*/
ul {
  text-align: left;
}
.loppipayment {
  font-family: 'Noto Sans Japanese';
  text-align: center;
  font-size: 16px;
  color: #000000;
  max-width: 1000px;
  padding-bottom: 100px;
  border-bottom: 1px solid #999999;
}
.headArea {
  border-bottom: 1px solid #999999;
  padding-bottom: 30px;
}
.readArea {
  padding-top: 53px;
  border-bottom: 1px solid #999999;
}
.leadtxt {
  color: #0060b0;
  font-size: 36px;
}
.loppiLogo {
  vertical-align: middle;
  margin-top: -23px;
}
.leadtoptxt {
  padding-top: 10px;
  letter-spacing: 1px;
}
.leadtopfb {
  font-weight: normal;
  font-size: 40px;
  padding-left: 10px;
}
.leadtopfb .fb{
  font-size: 42px;
}
.leadmidtxt {
  font-size: 34px;
  letter-spacing: 1px;
}
.leadbtmfb  {
  font-weight: normal;
  font-size: 58px;
  padding: 0 10px;
}
.leadbtmtxt {
  font-size: 36px;
  display: block;
  margin-top: -10px;
}
.selectArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 480px;
  margin: 25px auto 40px;
}
.selectAreaItem {
  width: 220px;
  height: 220px;
  background-color: #e7e7e7;
  border-radius: 50%;
  position: relative;
  margin-right:auto;
  margin-left:auto;
}
.navlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 20px;
}

.helplist .ttl_ss {
  font-size: 22px;
  color: #0060b0;
  margin-bottom: 25px;
  list-style: none;
}

.loppipayment .ttl {
  font-size: 32px;
  color: #0060b0;
  margin-bottom: 25px;
}
.loppipayment .ttl_s {
  font-size: 36px;
}
.entryArea {
  padding: 40px 0 60px;
}
.entryList {
  text-align: center;
}
.entryList li {
  margin-bottom: 65px;
  position: relative;
}
.entryList li:last-child {
  margin-bottom: 0;
}
.entryList li:after {
  content: "";
  position: absolute;
  background: url(../img/index/arrow.png);
  width: 29px;
  height: 29px;
  left: 0;
  right: 0;
  bottom: -45px;
  margin: auto;
}
.entryList li:last-child:after {
  background: none;
}
.beforeBuying {
  padding-bottom: 35px;
}
.beforeBuyingList {
  margin-left: 20px;
}
.beforeBuyingList li {
  font-size: 16px;
  list-style-type: disc;
}
.cancelArea {
  padding-bottom: 60px;
}
.cancelAreaList li {
  font-size: 18px;
}
.returnsArea {
  padding-bottom: 60px;
}
.returnsAreaList li {
  font-size: 18px;
}
.productArea {
  padding-bottom: 35px;
  border-bottom: 1px solid #999999;
}
.productAreaList li {
  font-size: 18px;
}

.goodsArea {
  padding: 40px 0 50px;
  position: relative; 
}

.url-button-goods-01 {
  cursor: pointer;
  bottom: 22.1%;
  right: 4%;
  position: absolute;
  width: 25.5%;
  height: 4%;
}

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

.url-button-goods-02 {
  cursor: pointer;
  bottom: 17%;
  right: 42%;
  position: absolute;
  width: 4.3%;
  height: 4%;
}

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

.goodsAreaList {
  font-size: 16px;
  margin-top: 20px;
  text-align: left;
}

.goodsAreaList li.a_line {
  text-indent: -8.5em;
  padding-left: 8.5em;
}

.goodsAreaList li.b_line {
  text-indent: -8em;
  padding-left: 8em;
}

.goodsAreaList .blue{
  color: #0060b0;
}

.goodsAreaList .red{
  color: red;
}

.receiveArea {
  padding: 40px 0 50px;
  border-bottom: 1px solid #999999;
}
.receiveAreaList {
  font-size: 16px;
  margin-top: 20px;
  text-align: left;
}
.receiveArea span{
  color: #0060b0;
}

.convenienceArea {
  padding: 40px 0 30px;
  border-bottom: 1px solid #999999;
}
.convenienceAreaList {
  font-size: 16px;
  margin-top: 20px;
  text-align: left;
}

.conveniencelist {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 40px;
}

.convenienceArea span{
  color: #0060b0;
}
.noteAreaList {
  margin-left: 20px;
}
.noteAreaList li {
  position: relative;
}
.noteAreaList li:before {
  content: "※";
  position: absolute;
  top: 0px;
  left: -1em;
}

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

.url-box {
  position:relative; 
}

.url-button {
  cursor: pointer;
  top: 94%;
  left: 30%;
  position: absolute;
  width: 39%;
  height: 8%;
}

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

.url-button-02 {
  cursor: pointer;
  bottom: 9%;
  right: 11%;
  position: absolute;
  width: 8.7%;
  height: 4%;
}

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