body {
  color: #310000;
  background: linear-gradient(to right, #eafefc 0%, #eafefc 50%, #fff1f8 51%, #fff1f8 100%);
}

.orange {
  color: #EB5505;
}
.pink {
  color: #FF488E;
}
.white {
  color: #FFFFFF;
}

a {
  color: #310000;
  text-decoration: none;
}
a:hover { color: #310000; }
a:visited { color: #310000; }
a:active { color: #310000; }

a.orange_button {
  color: #fff;
}
a.orange_button:hover { color: #fff; }
a.orange_button:visited { color: #fff; }
a.orange_button:active { color: #fff; }

h2 {
  font-size: 1.65rem;
  font-weight: bold;
  line-height: normal;
  padding: 0;
}
h3 {
  font-size: 1.41rem;
  font-weight: bold;
  line-height: normal;
  padding-top: 40px;
}
h4 {
  font-size: 1.18rem;
  font-weight: bold;
  line-height: normal;
  padding-top: 40px;
}
h5 {
  display: inline-block;
  font-size: 1.06rem;
  font-weight: bold;
  line-height: normal;
  padding: 40px 12px 0 12px;
  text-align: left;
  margin: 0 auto;
}
h5.center {
  text-align: center;
}
h6 {
  font-size: 1.04rem;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 24px;
}

ol {
  list-style: decimal;
  margin-left: 1.2em;
  text-align: left;
}
ol li {
  margin-bottom: 1em;
}
ol li.last {
  margin-bottom: 0;
}

.notice {
  text-align: center;
  font-size: 1.06rem;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 12px 0 0 0;
  cursor: pointer;
}
.notice .image {
  width: 0.8rem;
  padding: 1px 0 3px 0;
  min-height: 0.5em;
}
.notice .title {
  display: flex;
  justify-content: center;
  align-items: top;
}
.notice .title .item.icon {
  width: 1.3em;
  height: auto;
  flex-shrink: 0;
  flex-grow: 0;
  line-height: 0;
}
.notice .title .item.text {
  text-align: left;
  letter-spacing: -1px;
  height: auto;
  flex-shrink: 2;
  flex-grow: 0;
  line-height: 130%;
}
.sentence {
  white-space: nowrap;
}

.minus {
  letter-spacing: -0.4em;
}
.minus .normal {
  letter-spacing: normal;
}

/* ベース */
.container {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 0 115px 0;
  background: linear-gradient(to right, #eafefc, #fff1f8);
  overflow: hidden;
}

.container .image {
  text-align: center;
  line-height: 0;
  margin: 0 auto;
}

.container .logo {
  background-color: #fff;
  line-height: 0;
}
.container .logo .image {
  width: 45%;
  padding: 12px;
}

/* ヘッダー */
.header {
  line-height: 0;
  background: #fff;
}
.header .container {
  padding: 0;
}

.container .top {
  padding: 0;
  position: relative;
}
.container .top .image.read {
  padding: 24px 51px 5px 51px;
}
.container .top .image.phone {
  min-height: 200px;
}

.container .body {
  margin: 0 12px;
  background-color: #fff;
  border-radius: 24px;
  padding-top: 48px;
  padding-bottom: 1px;
  margin-bottom: 60px;
}
.container .body .image {
  margin: 10px 0 32px 0;
}
.container .body .image.no_top_margin {
  margin: 0 0 32px 0;
}
.container .body .image.picture2 {
  margin: 26px 0 32px 0;
}
.container .body .image.picture3 {
  margin: 24px 0 48px 0;
}
.container .body .image.picture4 {
  margin: 28px 0 32px 0;
}
.container .body .image.picture5 {
  margin: 28px 0 32px 0;
}
.container .body .image.picture6 {
  margin: 24px 0 0 0;
}
.container .body .image.google_search {
  margin: 12px 0 0 0;
}

.container .body .group .subject {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0 32px 0;
}
.container .body .group .subject .item.number {
  color: #fff;
  font-size: 0.82rem;
  font-weight: bold;
  line-height: 0.82rem;
  background: linear-gradient(180deg, #310000 0%, #783535 49%, #310000 100%);
  padding: 4px 6px 1px 6px;
  margin-right: 8px;
  border-radius: 6px;
}
.container .body .group .subject .item.number .chars {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .body .group .subject .item.number .chars .char.pos2 {
  padding-bottom: 2px;
}
.container .body .group .subject .item.number .chars .large {
  font-size: 1.41rem;
  font-weight: normal;
  line-height: 1.41rem;
  padding: 0 2px;
}
.container .body .group .subject .item.text {
  font-size: 1.41rem;
  line-height: 1.41rem;
  font-weight: bold;
}

.container .body .members {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.container .body .members .item {
  flex-basis: 27%;
  margin: 0 2px 12px 2px;
}

.container .body .archive {
  border-radius: 12px;
  border: 1px solid #DBDBDB;
  margin: 0 12px 48px 12px;
}
.container .body .archive h3 {
  padding: 20px 0 26px 0;
}
.container .body .archive .members {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.container .body .archive .members .item {
  flex-basis: 18%;
  margin: 0 2px 6px 2px;
}
.container .body .archive .goto_akb_tab {
  border-radius: 46px;
  border: 1px solid #310000;
  margin: 20px 12px 24px 12px;
  padding: 10px 0;
  font-size: 0.94rem;
}

.container .body .attention {
  color: red;
  font-size: 0.76rem;
  line-height: normal;
  padding: 0 12px 40px 12px;
}
.container .body .attention.term {
  color: #949497;
  font-size: 0.82rem;
}
.container .body .attention.gray {
  color: #969696;
  padding-bottom: 28px;
}

.container .body.au_pay_market .image.logo {
  width: 70%;
  margin: 0 auto;
}
.container .body.au_pay_market .feature {
  border-radius: 24px;
  border: 1px solid #D5D5D5;
  margin: 32px 12px 48px 12px;
}
.container .body.au_pay_market .feature h3 {
  padding: 20px 0 0 0;
}
.container .body.au_pay_market .feature h5 {
  padding: 8px 0 16px 0;
}
.container .body.au_pay_market .feature .image {
  margin-top: 8px;
  margin-bottom: 24px;
}
.container .body.au_pay_market .feature .image.top {
  margin: 24px 30px 4px 30px;
}
.container .body.au_pay_market .feature .how_to {
  border-radius: 16px;
  background: #F7F7F7;
  margin: 0 12px 24px 12px;
  font-size: 0.94rem;
  padding: 0 12px 0 12px;
}
.container .body.au_pay_market .feature .how_to ol {
  list-style: none;
  counter-reset: cnt;
  margin-left: 0;
  padding-left: 1.3rem;
  margin-bottom: 0.2em;
}
.container .body.au_pay_market .feature .how_to ol li {
  counter-increment: cnt;
  position: relative;
  font-weight: bold;
}
.container .body.au_pay_market .feature .how_to ol li::before {
  display: inline-block;
  content: counter(cnt);
  font-size: 0.8em;
  line-height: 1.2em;
  margin-left: -1.3rem;
  margin-right: 0.5em;
  width: 1.3em;
  height: 1.3em;
  border-radius: 1.3em;
  border: 1px solid #310000;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.container .body.au_pay_market .feature .how_to .attention {
  padding-left: 0;
  padding-right: 0;
}
.container .body.au_pay_market .feature .anchor {
  display: inline-block;
  text-align: center;
  color: #310000;
  line-height: 120%;
  border-bottom: 1px solid #310000;
  margin-bottom: 38px;
}

.container .body.au_pay_market .detail {
  text-align: left;
  margin: 24px 12px 0 12px;
  font-size: 0.82rem;
  line-height: 150%;
}
.container .body.au_pay_market .detail .subject {
  margin-top: 1.5em;
}
.container .body.au_pay_market .detail .subject::before {
  content: '◆';
  margin-right: 4px;
}
.container .body.au_pay_market .detail .subject.none::before {
  content: none;
  margin-right: 0;
}
.container .body.au_pay_market .detail p {
  margin-bottom: 1em;
}
.container .body.au_pay_market .detail p.last {
  margin-bottom: 0;
}
.container .body.au_pay_market .detail ol {
  list-style: none;
  counter-reset: cnt;
  margin-left: 0;
  padding-left: 1.2rem;
  margin-bottom: 0.2em;
}
.container .body.au_pay_market .detail ol li {
  counter-increment: cnt;
  position: relative;
  margin-bottom: 0.2em;
}
.container .body.au_pay_market .detail ol li::before {
  display: inline-block;
  content: counter(cnt);
  font-size: 0.8em;
  line-height: 1.2em;
  margin-left: -1.2rem;
  margin-right: 0.5em;
  width: 1.3em;
  height: 1.3em;
  border-radius: 1.3em;
  border: 1px solid #310000;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.container .body.au_pay_market .detail ul {
  list-style: disc;
  margin-left: 2em;
  text-align: left;
}
.container .body.au_pay_market .detail ul li {
  margin-bottom: 0.2em;
}
.container .body.au_pay_market .detail ul li.last {
  margin-bottom: 0;
}
.container .body.au_pay_market .detail .attention {
  font-size: 1em;
  padding: 0;
}

.container .body.au_pay_market .notes {
  padding: 24px 12px 48px 12px;
  font-size: 0.82rem;
  line-height: 150%;
}

.container .body.au_short .image.logo {
  width: 45%;
  margin: 0 auto;
}
img.full_height {
  width: auto;
  max-height: inherit;
}

.container .body.au_short .feature {
  border-radius: 24px;
  border: 1px solid #D5D5D5;
  margin: 32px 12px 48px 12px;
  position: relative;
}
.container .body.au_short .feature h3 {
  padding-top: 24px;
}
.container .body.au_short .feature h5 {
  padding-top: 18px;
}
.container .body.au_short .feature .attention {
  padding-top: 8px;
}
.container .body.au_short .feature .members {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.container .body.au_short .feature .members .item {
  flex-basis: 25%;
  margin: 0;
  padding: 0 1px 6px 1px;
  box-sizing: border-box;
}
.container .body.au_short .feature .members .item.left {
  padding-left: 0;
}
.container .body.au_short .feature .members .item.right {
  padding-right: 0;
}
.container .body.au_short .feature .copyright {
  font-size: 0.82rem;
  text-align: center;
  font-family: "Roboto";
  margin-bottom: 24px;
}
.container .body.au_short .feature .copyright .mark {
  font-size: 95%;
  padding-right: 2px;
}
.container .body.au_short .feature .new {
  position: absolute;
  top: -25px;
  left: -11px;
  width: 24%;
  height: auto;
}

.orange_button {
  display: block;
  border-radius: 46px;
  background: #EB5505;
  color: #fff;
  font-size: 0.94rem;
  font-weight: bold;
  padding: 12px 0;
  margin: 0 16px 32px 16px;
}
.orange_button .name {
  display: flex;
  padding: 0 20px;
}
.orange_button .name .item.text {
  flex-shrink: 1;
  flex-grow: 1;
  text-align: center;
  line-height: 130%;
}
.orange_button .name .item.icon {
  width: 1.3em;
  height: auto;
  flex-shrink: 0;
  flex-grow: 0;
  line-height: 0;
}

.container .body.with_check h4 {
  padding-top: 24px;
}
.container .body.with_check {
  position: relative;
  border: 6px solid #FF488E;
}
.container .body.with_check .image.check {
  margin: 0;
  position: absolute;
  top: -0.7em;
  left: 0.2em;
  width: 30%;
}

.container .body.full {
  margin: 0;
  border-radius: unset;
}

.container .body.full .video {
  background-color: #310000;
  margin: 48px 12px;
  padding: 2px 2px;
  border-radius: 17px;
}

.container .video {
  background-color: #310000;
  margin: 80px 12px;
  padding: 2px 2px;
  border-radius: 17px;
}
.container .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-color: #000;
  border-radius: 16px;
}
.container .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container .body.no_bottom_margin {
  margin-bottom: 0;
  color: #f00;
}
.container .body .faq {
  font-size: 0.94rem;
  padding: 16px;
  margin-top: 44px;
}
.container .body .faq.next {
  margin-top: 24px;
}

ul.questions_and_answers li {
  display: block;
  text-align: left;
  line-height: 140%;
}

ul.questions_and_answers .question {
  display: flex;
  padding-top: 0.5em;
}

ul.questions_and_answers .answer {
  display: flex;
  margin-bottom: 0.5em;
}
ul.questions_and_answers .answer.end {
  display: flex;
  margin-bottom: 0;
}

ul.questions_and_answers .mark {
  box-sizing: content-box;
  width: 1.3em;
  flex-shrink: 1;
  flex-grow: 0;
  padding-left: 0.4em;
  text-align: center;
}

ul.questions_and_answers .content {
  box-sizing: content-box;
  flex-shrink: 11;
  flex-grow: 12;
  padding: 0 0.5em 0.5em 0;
}

ul.questions_and_answers .question .mark::before {
  content: "Q.";
}
ul.questions_and_answers .answer .mark::before {
  content: "A.";
}

ul.questions_and_answers .answer .mark {
  border-bottom: 1px solid #D8D8DB;
}
ul.questions_and_answers .answer .content {
  border-bottom: 1px solid #D8D8DB;
  padding-bottom: 1em;
}
ul.questions_and_answers .answer.end .mark {
  border-bottom: none;
}
ul.questions_and_answers .answer.end .content {
  border-bottom: none;
  padding-bottom: 0.2em;
}

.fixed_button_area {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  padding: 14px 0 24px 0;
  box-shadow: none;
  z-index: 1000;
  box-sizing: border-box;
}
.fixed_button_area .container {
  background: none;
  background-color: #fff;
  padding: 0;
  line-height: 0;
  padding: 0 16px;
}

.footer {
  font-size: .8rem;
  text-align: center;
  padding: 0.8em 0.5em;
  margin-bottom: 32px;
}
.footer .copyright {
  font-size: 90%;
  font-family: monospace, serif;
}

.container p {
  text-align: left;
}
.container p.center {
  display: inline-block;
  margin: 0 auto;
  padding: 40px 0 25px 0;
}

div.text_bar {
  animation-name: slide_left;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  text-align: left;
  display: flex;
  width: 1610px;
  padding: 48px 0 60px 0;
}
div.text_bar img {
  padding: 0 30px 48px 0;
}
div.text_bar.bottom {
  animation-name: slide_right;
}

@keyframes slide_left {
  from {
    margin-left: 0;
  }

  to {
    margin-left: -805px;
  }
}
@keyframes slide_right {
  from {
    margin-left: -805px;
  }

  to {
    margin-left: 0;
  }
}

.hide {
  display: none;
}
