@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 {
  padding-bottom: 30px;
}
.navlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto 40px;
}
.loppipayment .ttl {
  font-size: 32px;
  color: #0060b0;
  margin-bottom: 25px;
}
.loppipayment .ttl_s {
  font-size: 36px;
}
.entryArea {
  padding: 27px 0 47px;
  border-top: 1px solid #999999;
  letter-spacing: 0.2em;
}
.entryArea:last-of-type {
  padding: 27px 0 32px;
}
.entryList {
  text-align: center;
}
.entryList li {
  margin-bottom: 65px;
  position: relative;
}
.entryList li:first-child {
  margin-top: 36px;
}
.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;
}
.anchor_button:hover {
  cursor: pointer;
  opacity:0.7;
}
.contact-box {
  position:relative; 
}
.contact-button-step02 {
  cursor: pointer;
  top: 81.7%;
  right: 16.9%;
  position: absolute;
  width: 12.5%;
  height: 1.2%;
}
.contact-button-step02:hover {
  background-color: #fff;
  opacity:0.3;
}
.contact-button-step03 {
  cursor: pointer;
  top: 85.2%;
  right: 16.5%;
  position: absolute;
  width: 13%;
  height: 1%;
}
.contact-button-step03:hover {
  background-color: #fff;
  opacity:0.3;
}
