<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-gray { background: #ebebeb; }
.bg-beige { background: #f7f3e7; }

.mt50 { margin-top: 50px !important; }

h3, h4, h5 {
  margin: 0;
}

.innerWrap {
  padding: 0 30px;
  line-height: 1.3;
}

.innerWrap div,
.innerWrap section {
  margin: 0;
  padding: 0;
}

.innerWrap &gt; section,
.innerWrap &gt; div {
  padding: 0:
}

h2 &gt; img,
h3 &gt; img,
.block-img &gt; img {
  display: block;
}

section h3,
section h4 {
  margin: 0;
  padding: 10px;
  line-height: 1;
}

section h3 {
  padding: 0;
  text-align: center;
  font-size: 20px;
}

section h3 &gt; span {
  font-size: 80%;
}

a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b19108 url(/static/master/packages/default/images/common/btn_arrow_right.png) no-repeat right 15px center;
  height: 55px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

a.button:hover {
  background-color: #d5bd5a;
  opacity: 1 !important;
}

a.button-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e61a2d url(/static/master/packages/default/images/common/btn_arrow_right.png) no-repeat right 15px center;
  height: 55px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

a.button-2:hover {
  background-color: #ed5463;
  opacity: 1 !important;
}


.button-container {
  display: flex;
  justify-content: center;
  margin-top: 30px !important;
}

.faq-bannerlist {
  display: flex;
  padding: 0;
}

.faq-bannerlist &gt; li {
  display: block;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}

.faq-bannerlist &gt; li &gt; a {
  display: block;
  margin-top: 2px;
}

.faq-bannerlist &gt; li:nth-of-type(n+2) {
  margin-left: 20px;
}

.figure &gt; img {
  display: block;
}

ul.faq-bannerlist &gt; li {
  text-align: center;
}

ul.footnote {
  margin: 30px 0 10px;
  padding: 0;
}

ul.footnote &gt; li {
  list-style: none;
}

ul.footnote &gt; li:nth-child(n+2) {
  margin-top: 5px;
}

.pankuzu ol &gt; li:nth-last-of-type(n+2)::after {
  margin: 0 0.5em;
  content: " &gt; ";
}

ul.footnote {
  font-size: 13px;
}

.banner-container &gt; ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.banner-container &gt; ul &gt; li {
  display: block;
}

ul.annotation {
  margin: 20px 0 60px 0;
  padding: 0;
}

ul.annotation &gt; li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}

.innerWrap &gt; .section-limit {
  padding-bottom: 40px;
  text-align: center;
}

.innerWrap &gt; .section-limit h3 {
  background: transparent;
  text-align: center;
  color: inherit;
}

.innerWrap &gt; .section-limit h3 &gt; strong {
  color: #db0000;
}

.innerWrap &gt; .section-limit h3 &gt; strong &gt; span {
  font-size: 135%;
}

.innerWrap &gt; .section-limit p {
  line-height: 2;
  font-size: 16px;
}

.innerWrap &gt; .section-limit ul.annotation &gt; li {
  padding-left: 0;
  text-indent: 0;
  line-height: 1.6;
  color: #db0000;
  font-size: 14px;
}

.innerWrap &gt; .section-entry {
  position: relative;
  padding: 10px;
  background: repeating-linear-gradient(-45deg, #e61a2d 0,#e61a2d 2px,#f0717d 3px,#f0717d 6px);
}
.innerWrap &gt; .section-entry .section-entry-container {
  padding-top: 40px;
  background-color: #ffffff;
  border-radius: 6px;
}

.innerWrap &gt; .section-entry h3{
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 270px;
  padding: 18px 0;
  background-color: #e61a2d;
  color: #ffffff;
  border-radius: 40px;
}

.innerWrap &gt; .section-entry ul {
  margin: 0px;
  padding: 0px;
}

.innerWrap &gt; .section-entry li {
  list-style: none;
}

.innerWrap &gt; .section-entry ul.entry-howto-list {
  position: relative;
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-weight: bold;
}

.innerWrap &gt; .section-entry ul.entry-howto-list li:not(:last-child):after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 30px);
  width: 41px;
  height: 43px;
  background-image: url(/static/packages/default/images/campaign/202110_pcp/cmp_plus.png);
  background-size: contain;
  vertical-align: middle;
}

.innerWrap &gt; .section-entry .entry-howto-list p {
  font-size: 16px;
}

.innerWrap &gt; .section-entry .entry-howto-list p.entry-term {
  display: inline-block;
  border: solid 1px #e61a2d;
  padding: 4px 8px;
  color: #e61a2d;
  font-size: 14px;
}

.innerWrap &gt; .section-entry .text-entry {
  text-align: center;
  padding: 10px 0 25px;
  line-height: 1.5;
}


.innerWrap &gt; .section-faq {
  position: relative;
  padding: 10px;
  background: repeating-linear-gradient(-45deg, #b19108 0,#b19108 3px,#c4ac43 3px,#c4ac43 6px);
}

.innerWrap &gt; .section-faq .section-faq-container {
  padding: 40px 35px 0;
  background-color: #ffffff;
  border-radius: 6px;
}

.innerWrap &gt; .section-faq h3 {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 270px;
  padding: 18px 0;
  background-color: #b19108;
  color: #ffffff;
  border-radius: 40px;
}

.innerWrap &gt; .section-faq h4 {
  padding: 12px 0;
  font-size: 20px;
  color: #b19108;
}

.innerWrap &gt; .section-faq ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.innerWrap &gt; .section-faq section &gt;.section-content section {
  padding-bottom: 28px;
}

.innerWrap &gt; .section-faq .section-faq-container &gt; section:not(:first-child) {
  padding-top: 20px;
}

.innerWrap &gt; .section-faq .section-faq-container &gt; section:not(:last-child):after {
  content: "";
  position: absolute;
  left: 50%;
  width: 93%;
  transform: translate(-50%);
  border-bottom: 2px dashed #b19108;
}

.innerWrap &gt; .section-faq ul.faq-campaign-annotation {
  padding-bottom: 26px;
}

.innerWrap &gt; .section-faq ul.faq-campaign-annotation li {
  font-size: 14px;
  line-height: 1.6;
}

.innerWrap &gt; .section-faq ul.faq-content-annotation {
  padding-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.innerWrap &gt; .section-faq ul.faq-content-annotation li {
  font-size: 12px;
  line-height: 1.4;
}

.innerWrap &gt; .section-faq section &gt; h5 {
  font-size: 20px;
  font-weight: bold;
}

.innerWrap &gt; .section-faq section &gt; h5::before {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  vertical-align: -1px;
  background: currentColor;
  margin-right: 0.25em;
  content: "";
}

.innerWrap &gt; .section-faq section p {
  font-size: 14px;
  line-height: 1.8;
}

.innerWrap &gt; .section-faq section p a {
  color: #764e2b;
}

.conditions-box {
  display: flex;
  margin: 0;
  padding: 0;
}

.conditions-box &gt; li {
  display: block;
}

.conditions-box img {
  display: block;
}

.conditions-box p {
  box-sizing: border-box;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  font-size: 16px;
}

.conditions-box p &gt; strong {
  display: inline-block;
  letter-spacing: -0.035em;
  font-size: 20px;
}

.conditions-box p &gt; .kern-0_35em {
  margin-left: -0.35em;
  margin-right: -0.35em;
}

.l-overlay {
  position: relative;
}

.l-overlay &gt; :nth-child(n+2) {
  position: absolute;
}

.code-copy-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0 !important;
  background: #f7f3e7;
  padding: 30px !important;
  text-align: center;
}

.code-copy-block &gt; p {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}
.code-copy-block &gt; p &gt; span {
  background: linear-gradient(transparent 60%, #ff0 60%);
}

.code-copy-block &gt; input {
  margin: 30px 0;
  border: 2px solid #f0e5cb;
  border-radius: 6px;
  padding: 7px;
  width: 75%;
  text-align: center;
  font-size: 24px;
}

.code-copy-block &gt; button {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 8px;
  background: #fe701a;
  min-width: 300px;
  height: 50px;
  text-decoration: none;
  color: #fff;
  font: inherit;
  font-size: 16px;
}

.section-contact {
  background: repeating-linear-gradient(-45deg, #fdf2c2 0,#fdf2c2 3px,#ffffff 3px,#ffffff 6px);
  border: solid 2px #b19108;
}

.section-contact h3 {
  background-color: #b19108;
  color: #ffffff;
  padding: 10px 0;
}

.section-contact &gt; .section-content {
  display: flex;
}

.section-contact &gt; .section-content &gt; section {
  flex: 1;
  padding: 20px 0;
}

.section-contact &gt; .section-content &gt; section:nth-of-type(n+2) {
  border-left: 2px solid #b19108;
}

.section-contact &gt; .section-content &gt; section h4 {
  line-height: 1.4;
  text-align: center;
  font-size: 20px;
}

.section-contact &gt; .section-content &gt; section &gt; div {
  font-weight: bold;
  width: 300px;
  margin: 0 auto;
}

.section-contact &gt; .section-content &gt; section a {
  font-weight: bold;
}

.section-contact &gt; .section-content &gt; section .text-login {
  font-size: 14px;
  margin-top: 6px;
}

p.txt_close {
  margin-top: 40px;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #f00;
}
</pre></body></html>