@charset "UTF-8";
/*
	media settings
**************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
}

a * {
  pointer-events: none;
  text-decoration: none;
}

body {
  color: #333;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans W3", "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato {
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.italic {
  font-style: italic;
}

.fsp50 {
  font-size: 50% !important;
}

.fsp60 {
  font-size: 60% !important;
}

.fsp65 {
  font-size: 65% !important;
}

.fsp70 {
  font-size: 70% !important;
}

.fsp80 {
  font-size: 80% !important;
}

.fsp90 {
  font-size: 90% !important;
}

.fsp110 {
  font-size: 110% !important;
}

.fsp120 {
  font-size: 120% !important;
}

.fsp130 {
  font-size: 130% !important;
}

.fsp140 {
  font-size: 140% !important;
}

.fsp150 {
  font-size: 150% !important;
}

.fsp160 {
  font-size: 160% !important;
}

.fsp170 {
  font-size: 170% !important;
}

.fsp180 {
  font-size: 180% !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.c-red {
  color: #D0002F;
}

.c-blk {
  color: #333;
}

.c-wht {
  color: #fff;
}

.c-nblu {
  color: #185685;
}

.c-lblu {
  color: #E0EDF7;
}

.c-org {
  color: #E46000;
}

.c-dorg {
  color: #E6480A;
}

.c-lorg {
  color: #E89900;
}

.c-blu {
  color: #0078D0;
}

.c-gold {
  color: #C79826;
}

.c-yel {
  color: #FFD000;
}

.c-byel {
  color: #FFF000;
}

.c-lyel {
  color: #FFF4AC;
}

.t-center {
  text-align: center !important;
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

ruby rt {
  font-size: 35%;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.spnone {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .spnone {
    display: block !important;
  }
}

.pcnone {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .pcnone {
    display: none !important;
  }
}

.spnone-flex {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .spnone-flex {
    display: flex !important;
  }
}

.pcnone-flex {
  display: flex !important;
}
@media screen and (min-width: 769px) {
  .pcnone-flex {
    display: none !important;
  }
}

.section {
  padding: 4rem 0;
}

.section-padTop {
  padding: 4rem 0 0;
}

.section-top {
  padding: 8rem 0 4rem;
}

i,
em {
  font-style: normal;
}

a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
a.break-url {
  word-break: break-all;
  overflow-wrap: break-word;
}

sup {
  font-size: 70%;
  display: inline-block;
  transform: translatey(0.2rem);
}

.mark-text {
  font-style: normal;
  background: linear-gradient(transparent 70%, #FFF4AC 30%);
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
  .section {
    padding: 4rem 0;
  }
  .section-padTop {
    padding: 4rem 0 0;
  }
  .section-top {
    padding: 8rem 0 4rem;
  }
}
/* common */
.inner {
  padding: 0 3rem;
  box-sizing: content-box;
}

.inner-narrow {
  padding: 0 3rem;
  box-sizing: content-box;
}

.inner-S {
  padding: 0 3rem;
  box-sizing: content-box;
}

.inner-SS {
  padding: 0 3rem;
  box-sizing: content-box;
}

@media screen and (min-width: 769px) {
  /* common */
  .inner {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 700px;
  }
  .inner-narrow {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 700px;
  }
  .inner-S {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 600px;
  }
  .inner-SS {
    margin: auto;
    padding: 0 3.2rem;
    max-width: 420px;
  }
  .common-banner {
    margin: auto;
    max-width: 3.2rem;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.header-license {
  max-width: 70rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-license-wrap {
  display: flex;
  box-sizing: content-box;
}
.header-license-item {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 1.1rem 2rem 1.3rem;
  background: #D0002F;
  text-align: center;
}
.header-license-item:nth-child(1) {
  margin-right: 0.1rem;
}
.header-license-item:nth-child(2) {
  border-bottom-right-radius: 0.8rem;
}
.header-code-text {
  font-size: 0.8rem;
  letter-spacing: -0.004rem;
  font-weight: 400;
}
.remodal-is-locked .header {
  padding-right: 15px;
}

/* footer */
.footer-links {
  padding: 1.5rem 0;
  background: #185685;
}
.form_body .footer-links {
  background: #185685;
}
.footer-link-list {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
}
.footer-link-list li:first-child {
  margin-right: 2em;
}
.footer-link-list li a {
  color: #fff;
  text-decoration: none;
}
.footer-link-list li a > img {
  width: 0.53rem;
  height: 1rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}
.footer-link-list li i {
  display: inline-block;
  margin-left: 1rem;
  color: #fff;
  font-weight: bold;
}
.footer-small {
  display: block;
  font-size: 1em;
  color: #fff;
  text-align: center;
  background-color: #333;
  padding: 0.5rem 0;
}
.footer-text {
  padding: 1rem 0;
  font-size: 1rem;
}

.contents {
  background: #F3F8FC;
  padding: 6rem 0;
}
.contents li {
  margin-top: 0.5rem;
}
.contents .pp-contents {
  background: #fff;
  padding: 3rem 2rem 3rem;
}
.contents .pp-heading {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  padding-left: 2rem;
}
.contents .pp-text {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}
.contents .pp-list01 {
  font-size: 1.2rem;
  list-style-type: none;
}
.contents .pp-list01 > li {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 0.1rem solid #ccc;
  position: relative;
}
.contents .pp-list01 > li:nth-child(1) {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.contents .pp-list02 {
  margin-top: 1rem;
}
.contents .pp-list03 {
  margin-top: 1rem;
  padding-left: 3rem;
}
.contents .pp-list03 li {
  list-style: disc;
}
.contents .li-tit {
  display: block;
}
.contents .text-link {
  display: inline;
  color: #333;
}