@charset "UTF-8";
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
main {
  display: block;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button {
  overflow: visible;
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
html [type="button"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
input {
  overflow: visible;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: メイリオ, Arial, Helvetica, sans-serif;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #333;
  border: 0;
  line-height: 1.5;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
p,
blockquote,
fieldset,
div {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul li,
ol li {
  list-style: none;
}
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
caption {
  text-align: left;
}
address,
cite,
dfn,
em,
strong,
var,
th,
ins,
del,
samp {
  font-weight: normal;
  font-style: normal;
}
table,
pre,
code,
select,
input,
textarea,
kbd,
var,
ins,
del,
samp,
small {
  font-size: 100%;
}
button {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(102, 204, 255, 0.5);
}
input,
button {
  font-family: メイリオ, Arial, Helvetica, sans-serif;
  word-break: break-all;
  word-wrap: break-word;
}
img {
  vertical-align: bottom;
}
a {
  color: #0064c8;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(102, 204, 255, 0.5);
}
a img {
  border: 0;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
  color: #3e9fff;
}
.js-error {
  display: block;
  background-color: #ededed;
  margin: 5px 10px;
  padding: 10px;
  text-align: center;
  color: #e54c4c;
}
.js-error__link {
  text-decoration: underline;
}
.wrapper {
  min-width: 320px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Arial, Helvetica, sans-serif;
}
a {
  color: #0064c8;
}
a:visited {
  color: #0064c8;
}
.header {
  display: inline-block;
  background-color: #fff;
  width: 100%;
}
.header .clearfix {
  zoom: 1;
}
.header .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.header__inner {
  padding: 0 10px;
}
.header__ttl {
  float: left;
}
.header__link {
  display: table-cell;
  line-height: 46px;
  padding: 0 5px;
  vertical-align: middle;
}
.header__list {
  float: right;
}
.header__item {
  float: left;
}
.header__logo {
  vertical-align: middle;
}
.header__text {
  padding: 2px 10px 0 0;
  font-size: 85.7%;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 50px;
  display: block;
}
.page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 50;
}
.change-device {
  margin: 0 auto;
  padding: 10px 0;
  font-size: 100%;
  text-align: center;
  background-color: #fff;
}
.change-device dl {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 5px;
  background-color: #f5f5f5;
}
.change-device dt {
  display: inline;
}
.change-device dt:after {
  content: ":";
}
.change-device dd {
  display: inline;
}
.change-device dd:after {
  content: "|";
}
.change-device dd:after:last-child {
  content: "";
}
.change-device p {
  font-size: 85.7%;
}
.change-device a,
.change-device span {
  padding: 0 5px;
}
.change-device span {
  font-weight: bold;
}
.error-description {
  display: block;
  margin-top: 10px;
  padding: 30px 10px;
  text-align: center;
  background-color: #fff;
}
.error-description__title {
  font-size: 114.3%;
  font-weight: bold;
}
.error-description__txt a {
  font-size: 100%;
}
body {
  color: #333;
}
a {
  color: #0064c8;
}
a:visited,
a:link {
  color: #0064c8;
}
a:hover {
  color: #3e9fff;
}
.contents {
  min-width: 320px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Arial, Helvetica, sans-serif;
}
.header {
  margin: 4px auto;
}
.header__inner {
  display: block;
  overflow: hidden;
  padding: 8px;
}
.header__link {
  line-height: 30px;
}
.page-nav {
  padding: 4px 0;
  border-top: 1px solid #ccc;
}
.page-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 750px;
  margin: auto;
}
.page-nav__item {
  position: relative;
  width: 50%;
  height: auto;
  padding: 4px 8px;
  text-align: center;
  font-size: 85.7%;
  font-weight: bold;
}
.page-nav__item:first-child {
  border-right: 1px solid #ccc;
}
.page-nav__link {
  color: #999;
  display: block;
  font-weight: 400;
}
.page-nav__link:visited,
.page-nav__link:link {
  color: #999;
}
.page-nav__link:hover {
  color: #333;
}
.main {
  height: 260px;
  background-color: #ede8ea;
  position: relative;
  text-align: center;
}
.main:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  width: 190px;
  height: 260px;
  background-image: url("https://s.yimg.jp/images/premium/cre/cms/paypay/faq/images/main.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: 200px 165px;
  background-size: 200px 165px;
}
.main__title {
  position: absolute;
  display: inline-block;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 107.1%;
  font-weight: bold;
}
.main__title--moderate {
  vertical-align: super;
  font-size: 71.4%;
}
.notice {
  max-width: 770px;
  margin: 10px auto 40px;
  padding: 0 10px;
  font-size: 85.7%;
}
.about {
  padding: 10px 0 40px;
  margin: 0 10px;
}
.about__inner {
  width: 100%;
  max-width: 750px;
  margin: auto;
}
.about__title {
  font-size: 157.1%;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .about__title {
    font-size: 142.9%;
  }
}
@media screen and (min-width: 768px) {
  .about__title {
    font-size: 240%;
  }
}
.about__decoration {
  display: block;
  width: 44px;
  border-top: #f16179 2px solid;
  border-bottom: #f16179 2px solid;
  border-radius: 2px;
  margin: 10px auto 15px;
}
.about__text {
  margin: 20px auto;
}
.about__text--emphasis {
  font-weight: bold;
}
.about__button {
  margin: 10px auto 0;
  text-align: center;
}
.about__button-text {
  display: inline-block;
  position: relative;
  width: 270px;
  padding: 12px 0 12px 8px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #0064c8;
  background-color: #fff;
}
.about__button-text:hover {
  border: 1px solid #3e9fff;
}
.about__button-text--moderate {
  font-size: 85.7%;
  font-weight: 400;
}
.about__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 500px;
  margin: 20px auto;
}
.about__item {
  width: 390px;
}
.about__image {
  width: 100%;
  height: auto;
}
.about__note {
  max-width: 500px;
  margin: auto auto 20px;
  font-size: 85.7%;
  font-weight: bold;
}
.store {
  padding: 10px 0 40px;
  margin: 0 10px;
}
.store__inner {
  width: 100%;
  max-width: 750px;
  margin: auto;
}
.store__title {
  font-size: 157.1%;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .store__title {
    font-size: 142.9%;
  }
}
@media screen and (min-width: 768px) {
  .store__title {
    font-size: 240%;
  }
}
.store__decoration {
  display: block;
  width: 44px;
  border-top: #f16179 2px solid;
  border-bottom: #f16179 2px solid;
  border-radius: 2px;
  margin: 10px auto 15px;
}
.store__text {
  margin: 20px auto;
}
.store__button {
  margin: 10px auto 0;
  text-align: center;
}
.store__button-text {
  display: inline-block;
  position: relative;
  width: 270px;
  padding: 12px 0 12px 8px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #0064c8;
  background-color: #fff;
}
.store__button-text:hover {
  border: 1px solid #3e9fff;
}
.store__button-text--moderate {
  font-size: 85.7%;
  font-weight: 400;
}
.store__image-box {
  text-align: center;
  width: calc(100% - 8px);
  max-width: 500px;
  margin: auto;
}
.store__image {
  width: 100%;
}
.detail {
  padding: 10px 0 40px;
  margin: 0 10px;
  position: relative;
}
.detail__inner {
  width: 100%;
  max-width: 750px;
  margin: auto;
  max-width: 840px;
  padding: 20px 10px 30px;
  background-color: #f5f5f5;
}
.detail__title {
  font-size: 157.1%;
  font-weight: 700;
  text-align: center;
  font-size: 114.3%;
}
@media screen and (max-width: 320px) {
  .detail__title {
    font-size: 142.9%;
  }
}
@media screen and (min-width: 768px) {
  .detail__title {
    font-size: 240%;
  }
}
@media screen and (max-width: 320px) {
  .detail__title {
    font-size: 114.3%;
  }
}
.detail__title--2lines {
  display: inline-block;
}
.detail__title--emphasis {
  color: #f03;
}
.detail__decoration {
  display: block;
  width: 44px;
  border-top: #f16179 2px solid;
  border-bottom: #f16179 2px solid;
  border-radius: 2px;
  margin: 10px auto 15px;
}
.detail__text {
  margin: 20px auto;
}
.detail__button {
  margin: 10px auto 0;
  text-align: center;
}
.detail__button-text {
  display: inline-block;
  position: relative;
  width: 270px;
  padding: 12px 0 12px 8px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #0064c8;
  background-color: #fff;
}
.detail__button-text:hover {
  border: 1px solid #3e9fff;
}
.detail__button-text--moderate {
  font-size: 85.7%;
  font-weight: 400;
}
.detail__list {
  width: 270px;
  margin: auto;
  text-align: left;
}
.detail__item {
  margin-top: 40px;
}
.detail__image {
  width: 100%;
  height: auto;
}
.detail__note {
  max-width: 500px;
  margin: auto auto 20px;
  font-size: 85.7%;
  font-weight: bold;
}
.detail-item__title {
  margin-bottom: 10px;
  font-weight: bold;
}
.detail-item__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.detail-item__item {
  position: relative;
  width: 100%;
}
.detail-item__text--2lines {
  height: 3em;
}
.detail-item__balloon {
  margin: 10px auto;
  text-align: center;
}
.detail-item__balloon-inner {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: 10px 5px;
  text-align: center;
  border: 1px solid #666;
  border-radius: 5px;
  background-color: #fff;
}
.detail-item__balloon-inner::before,
.detail-item__balloon-inner::after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
}
.detail-item__balloon-inner:before {
  bottom: -10px;
  border-width: 10px 8px 0;
  border-color: #333 transparent transparent;
}
.detail-item__balloon-inner:after {
  bottom: -9px;
  border-width: 9px 7px 0;
  border-color: #fff transparent transparent;
}
.detail-item__button {
  margin: 20px auto 0;
  text-align: center;
}
.detail-item__button-text {
  display: inline-block;
  position: relative;
  width: calc(100% - 8px);
  max-width: 420px;
  border-radius: 4px;
  color: #fff;
  background-color: #f03;
  text-decoration: none;
  padding: 20px 0;
  line-height: 1.2;
  text-align: center;
  font-size: 114.3%;
  font-weight: 700;
  -webkit-box-shadow: 0 7px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.2);
}
.detail-item__button-text:visited,
.detail-item__button-text:link,
.detail-item__button-text:hover {
  color: #fff;
}
.detail-item__button-text:hover {
  opacity: 0.8;
}
.detail-item__image {
  margin-top: 10px;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 7px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.2);
}
.faq {
  padding: 10px 0 40px;
  margin: 0 10px;
}
.faq__inner {
  width: 100%;
  max-width: 750px;
  margin: auto;
}
.faq__inner__text {
  margin: 20px auto;
  font-size: 114.3%;
}
.faq__title {
  font-size: 157.1%;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .faq__title {
    font-size: 142.9%;
  }
}
@media screen and (min-width: 768px) {
  .faq__title {
    font-size: 240%;
  }
}
.faq__title--category {
  margin: 20px auto 7px;
  font-size: 114.3%;
  font-weight: 700;
  text-align: center;
}
.faq__decoration {
  display: block;
  width: 44px;
  border-top: #f16179 2px solid;
  border-bottom: #f16179 2px solid;
  border-radius: 2px;
  margin: 10px auto 15px;
}
.faq__list-item {
  margin-top: 10px;
}
.faq__list-item:first-child {
  margin-top: 0;
}
.faq__content {
  padding: 10px;
}
.faq__content--question {
  background: #efefef;
}
.faq__content--answer {
  background: #f7f7f7;
}
.faq__content--answer > .faq__text {
  color: #484848;
}
.faq__pickup {
  padding: 10px;
}
.faq__pickup--question {
  background: #666;
  color: #fff;
  font-weight: 700;
}
.faq__pickup--answer {
  background: #f7f7f7;
  border: 1px solid #666;
}
.faq__text-box {
  display: inline-block;
  width: calc(100% - 30px);
}
.faq__text-box--dots {
  display: block;
  margin-top: 5px;
}
.faq__text-box--block {
  display: block;
  margin: 10px 0;
}
.faq__link {
  display: block;
  margin: 10px 0;
}
.faq__note {
  font-size: 85.7%;
  color: #545454;
  margin-top: 10px;
}
.faq__note--dots {
  display: block;
  margin-top: 5px;
}
.accordion__trigger {
  margin: 0 auto;
}
.accordion__toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.accordion__toggle--open.accordion__toggle-inner:after,
.accordion__toggle--open.accordion__toggle-justify:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion__toggle-inner,
.accordion__toggle-justify {
  position: relative;
}
.accordion__toggle-inner:after,
.accordion__toggle-justify:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 25px;
  background-image: url("https://s.yimg.jp/images/premium/cre/cms/paypay/faq/images/arrow_red.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
.accordion__toggle-justify:after {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accordion__text {
  font-size: 114.3%;
  margin-left: -15px;
}
.accordion__target {
  display: none;
}
.finally {
  max-width: 770px;
  margin: 0 auto 40px;
  padding: 0 10px;
}
.copyright {
  width: 100%;
  max-width: 750px;
  margin: auto;
  margin-bottom: 8px;
  text-align: right;
  font-size: 85.7%;
}
.footer {
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #e7e7e7;
}
.sns {
  margin: 20px auto 0;
}
.sns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sns__item {
  margin: 0 5px;
  width: auto;
}
.sns .fb_iframe_widget > span {
  vertical-align: baseline !important;
}
@media screen and (max-width: 768px) {
  .is2Column .detail-item__item {
    position: relative;
    margin-bottom: 50px;
  }
  .is2Column .detail-item__item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 14px;
    height: 14px;
    margin: auto;
    border-bottom: solid 3px;
    border-left: solid 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #ccc;
  }
  .is2Column .detail-item__item:last-child {
    margin-bottom: 0;
  }
  .is2Column .detail-item__item:last-child::after {
    border: 0;
  }
  .is3Column .detail-item__item {
    position: relative;
    margin-bottom: 50px;
  }
  .is3Column .detail-item__item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 14px;
    height: 14px;
    margin: auto;
    border-bottom: solid 3px;
    border-left: solid 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #ccc;
  }
  .is3Column .detail-item__item:last-child {
    margin-bottom: 0;
  }
  .is3Column .detail-item__item:last-child::after {
    border: 0;
  }
}
@media screen and (min-width: 768px) {
  .main:after {
    right: -380px;
    width: 264px;
    -webkit-background-size: 280px 231px;
    background-size: 280px 231px;
  }
  .main__title {
    width: 400px;
    top: 90px;
    left: -200px;
    text-align: left;
    font-size: 128.6%;
  }
  .about__text,
  .store__text {
    font-size: 114.3%;
  }
  .detail__inner {
    padding: 40px 30px 50px;
  }
  .detail__title {
    font-size: 171.4%;
  }
  .detail__list {
    width: auto;
  }
  .detail__item {
    margin-top: 50px;
  }
  .detail-item__title {
    font-size: 114.3%;
  }
  .detail-item__button-text {
    padding: 24px 0;
    font-size: 128.6%;
  }
  .detail-item__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: auto;
  }
  .detail-item__item {
    width: 790px;
  }
  .is2Column .detail-item__item {
    width: 300px;
  }
  .is2Column .detail-item__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -90px;
    bottom: 50%;
    width: 24px;
    height: 24px;
    margin: auto;
    border-top: solid 5px;
    border-right: solid 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #ccc;
  }
  .is2Column .detail-item__item:last-child::after {
    border: 0;
  }
  .is3Column .detail-item__item {
    position: relative;
    display: inline-block;
    width: 227px;
    margin-left: 54px;
  }
  .is3Column .detail-item__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -33px;
    bottom: 50%;
    width: 18px;
    height: 18px;
    margin: auto;
    border-top: solid 4px;
    border-right: solid 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #ccc;
  }
  .is3Column .detail-item__item:first-child {
    margin-left: 0;
  }
  .is3Column .detail-item__item:last-child::after {
    border: 0;
  }
  .faq__title--category {
    font-size: 128.6%;
  }
}

/*# sourceMappingURL=style.css.map */
