.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
#paypay {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #202020;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#paypay img {
  max-width: 100%;
}
#paypay * {
  box-sizing: border-box;
}
#paypay .kv {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #paypay .kv {
    margin-bottom: 25px;
  }
}
#paypay .kv h1 {
  margin: 0;
  padding: 0;
}
#paypay .kv h1 img {
  width: 100%;
}
#paypay .kv ul.note {
  margin-top: 5px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #paypay .kv ul.note {
    padding: 0 5%;
    text-align: left;
  }
}
#paypay .kv ul.note li {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #paypay .kv ul.note li {
    font-size: 12px;
  }
}
#paypay .w960 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #paypay .w960 {
    padding: 0 4%;
  }
}
#paypay h2 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #paypay h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
#paypay .limit_area {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  #paypay .limit_area {
    margin-bottom: 60px;
  }
}
#paypay .limit_area table {
  width: 100%;
  table-layout: fixed;
  color: #fff;
  vertical-align: middle;
}
#paypay .limit_area table tr:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (max-width: 768px) {
  #paypay .limit_area table tr:not(:last-child) {
    border-bottom: none;
  }
}
#paypay .limit_area table tr th {
  width: 185px;
  background: #e83434;
  font-size: 22px;
  height: 95px;
  text-align: center;
  border-right: 1px solid #f1f1f1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #paypay .limit_area table tr th {
    width: 100%;
    display: block;
    height: auto;
    padding: 15px 5%;
    font-size: 16px;
    border-right: none;
  }
}
#paypay .limit_area table tr td {
  background: #232323;
  font-size: 25px;
  text-align: left;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #paypay .limit_area table tr td {
    width: 100%;
    display: block;
    padding: 15px 5%;
    font-size: 16px;
  }
}
#paypay .limit_area table tr td span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #paypay .limit_area table tr td span {
    font-size: 12px;
  }
}
#paypay .limit_area .note {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #paypay .limit_area .note {
    display: block;
  }
}
#paypay .limit_area .note ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #paypay .limit_area .note ul {
    display: block;
  }
}
#paypay .limit_area .note ul li {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #paypay .limit_area .note ul li {
    font-size: 12px;
  }
}
#paypay .limit_area h2 {
  width: 100%;
  height: 65px;
  background: #e83434;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #paypay .limit_area h2 {
    height: 75px;
    font-size: 20px;
    padding: 0 10px;
  }
}

#paypay .overview_area {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 110px;
}
@media screen and (max-width: 768px) {
  #paypay .overview_area {
    margin-bottom: 60px;
  }
}
#paypay .overview_area p.txt {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #paypay .overview_area p.txt {
    font-size: 16px;
    line-height: 1.6;
  }
}
#paypay .overview_area p.note {
  margin-top: 0.5em;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #paypay .overview_area p.note {
    font-size: 12px;
  }
}
#paypay .step_area {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #paypay .step_area {
    margin-bottom: 60px;
  }
}
#paypay .step_area .step_wrap {
  border: 5px solid #000;
  padding: 25px 25px 80px;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap {
    padding: 20px 3% 40px;
  }
}
#paypay .step_area .step_wrap p.step {
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e83434;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap p.step {
    margin-bottom: 15px;
    font-size: 20px;
    height: 45px;
  }
}
#paypay .step_area .step_wrap p.txt {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap p.txt {
    font-size: 14px;
    line-height: 1.6;
  }
}
#paypay .step_area .step_wrap p.txt + p.step {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap p.txt + p.step {
    margin-top: 30px;
  }
}
#paypay .step_area .step_wrap p.txt.bd {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap p.txt.bd {
    font-size: 16px;
  }
}
#paypay .step_area .step_wrap .img_wrap.wrap1 {
  margin: 15px 0 140px;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap .img_wrap.wrap1 {
    margin: 15px 0 70px;
  }
}
#paypay .step_area .step_wrap .img_wrap.wrap2 {
  margin: 30px 0 90px;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap .img_wrap.wrap2 {
    margin: 20px 0 45px;
  }
}
#paypay .step_area .step_wrap .img_wrap .ttl_area {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap .img_wrap .ttl_area {
    display: block;
    margin-bottom: 15px;
  }
}
#paypay .step_area .step_wrap .img_wrap .ttl_area p.ttl {
  width: 290px;
  height: 50px;
  background: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap .img_wrap .ttl_area p.ttl {
    font-size: 14px;
    width: 280px;
    height: 45px;
  }
}
#paypay .step_area .step_wrap .img_wrap .ttl_area p.note {
  margin-left: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap .img_wrap .ttl_area p.note {
    margin: 10px 0 0;
    font-size: 12px;
  }
}
#paypay .step_area .step_wrap .img_wrap .step_2 {
  padding-right: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap .img_wrap .step_2 {
    padding: 0;
    display: block;
  }
}
#paypay .step_area .step_wrap .img_wrap .step_2.mb {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap .img_wrap .step_2.mb {
    margin-bottom: 35px;
  }
}
#paypay .step_area .step_wrap .img_wrap .step_2.mt {
  margin-top: 30px;
}
#paypay .step_area .step_wrap .img_wrap .step_2 .img_block {
  width: 47%;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap .img_wrap .step_2 .img_block {
    width: 100%;
  }
  #paypay .step_area .step_wrap .img_wrap .step_2 .img_block:not(:last-child) {
    margin-bottom: 20px;
  }
}
#paypay .step_area .step_wrap .img_wrap .step_2 .img_block .img {
  margin-bottom: 10px;
}
#paypay .step_area .step_wrap .img_wrap .step_2 .img_block .img img {
  width: 100%;
}
#paypay .step_area .step_wrap .img_wrap .step_2 .img_block p.desc {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap .img_wrap .step_2 .img_block p.desc {
    font-size: 12px;
  }
}
#paypay .step_area .step_wrap .img_wrap .step_3 {
  width: 100%;
}
#paypay .step_area .step_wrap .img_wrap .step_3:not(:last-child) {
  margin-bottom: 40px;
}
#paypay .step_area .step_wrap .img_wrap .step_3 .img_block {
  display: flex;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap .img_wrap .step_3 .img_block {
    display: block;
  }
}
#paypay .step_area .step_wrap .img_wrap .step_3 .img_block p.txt {
  width: 380px;
  padding-right: 60px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap .img_wrap .step_3 .img_block p.txt {
    width: 100%;
    padding: 0 0 0 1em;
    margin-bottom: 15px;
  }
}
#paypay .step_area .step_wrap ul.flow {
  margin: 30px 0 70px;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap ul.flow {
    margin: 20px 0 40px;
  }
}
#paypay .step_area .step_wrap ul.flow li p.num {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap ul.flow li p.num {
    font-size: 14px;
  }
}
#paypay .step_area .step_wrap ul.flow li p.num + p.txt {
  margin-top: 5px;
}
#paypay .step_area .step_wrap ul.flow li p.num span {
  margin-right: 5px;
  width: 23px;
  height: 23px;
  font-size: 13px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap ul.flow li p.num span {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
}
#paypay .step_area .step_wrap ul.flow li .img_c {
  width: 100%;
  margin: 20px 0 30px;
  text-align: center;
}
#paypay .step_area .step_wrap ul.flow li ul.note li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap ul.flow li ul.note li {
    font-size: 12px;
  }
}
#paypay .step_area .step_wrap ul.flow li ul.note li:not(:last-child) {
  margin-bottom: 5px;
}
#paypay .step_area .step_wrap .btn_area {
  text-align: center;
}
#paypay .step_area .step_wrap .btn_area p.ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #paypay .step_area .step_wrap .btn_area p.ttl {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
#paypay .step_area .step_wrap .btn_area a {
  transition: all 0.3s;
  display: inline-block;
}
#paypay .step_area .step_wrap .btn_area a:hover {
  opacity: 0.7;
}
#paypay .step_area .step_wrap .btn_area a img {
  width: 210px;
}
#paypay .outline_area h2 {
  width: 100%;
  height: 65px;
  background: #232323;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #paypay .outline_area h2 {
    height: 55px;
    font-size: 20px;
  }
}
#paypay .outline_area dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #paypay .outline_area dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#paypay .outline_area dl dd {
  font-size: 16px;
  line-height: 1.6;
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 2px solid #d4d4d4;
}
#paypay .outline_area dl dd .sc {
  height: 500px;
  overflow: auto;
  border: 1px solid #f1f1f1;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #paypay .outline_area dl dd {
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
#paypay .outline_area dl dd.series span {
  display: inline-block;
  width: 120px;
}
@media screen and (max-width: 768px) {
  #paypay .outline_area dl dd.series span {
    width: 33.3333333333%;
  }
}
#paypay .outline_area dl dd a {
  color: #3865e0;
  text-decoration: underline;
}
#paypay .outline_area dl dd ul.note.mt {
  margin-top: 1em;
}
#paypay .outline_area dl dd ul.note li {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  #paypay .outline_area dl dd ul.note li {
    font-size: 12px;
  }
}
#paypay .outline_area dl dd ul.note li span {
  font-weight: bold;
}
#paypay .outline_area dl dd .cautions {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  #paypay .outline_area dl dd .cautions {
    margin-bottom: 35px;
  }
}
#paypay .outline_area dl dd .cautions p.ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #paypay .outline_area dl dd .cautions p.ttl {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
#paypay .outline_area dl dd .cautions > ul > li {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #paypay .outline_area dl dd .cautions > ul > li {
    font-size: 14px;
  }
}
#paypay .outline_area dl dd .cautions > ul > li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #paypay .outline_area dl dd .cautions > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#paypay .outline_area dl dd .cautions > ul > li span.bd {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #paypay .outline_area dl dd .cautions > ul > li span.bd {
    font-size: 16px;
  }
}
#paypay .outline_area dl dd .privacy p.ttl {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #paypay .outline_area dl dd .privacy p.ttl {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
#paypay .outline_area dl dd .privacy > ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
#paypay .outline_area dl dd .privacy > ul > li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #paypay .outline_area dl dd .privacy > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#paypay .outline_area dl dd p.tia {
  text-align: right;
  margin-top: 1em;
}
#paypay .outline_area dl dd .indent {
  margin-top: 10px;
  padding-left: 1em;
}
#paypay .outline_area dl dd .indent2 {
  padding-left: 2em;
}
#paypay .outline_area dl dd ul.num1 > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
#paypay .outline_area dl dd ul.num1 > li:not(:last-child) {
  margin-bottom: 5px;
}
#paypay .outline_area dl dd ul.num1 > li.note {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #paypay .outline_area dl dd ul.num1 > li.note {
    font-size: 12px;
  }
}
#paypay .outline_area dl dd ul.num2 > li {
  padding-left: 3em;
  text-indent: -3em;
  line-height: 1.6;
}
#paypay .outline_area dl dd ul.num2 > li:not(:last-child) {
  margin-bottom: 5px;
}

/*=========================================================

	File Name   style.css

==========================================================*/
p {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
  margin: 0 auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* margin
----------------------------------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5,
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mtb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mt40 {
  margin-top: 40px;
}

.red {
  color: #f00;
  font-weight: bold;
  margin-top: 15px !important;
  font-size: larger;
}/*# sourceMappingURL=style.css.map */