@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: 62.5%;
  scroll-behavior: smooth;
}

* {
  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;
}

.roboto {
  font-weight: 400;
  font-family: "Roboto", 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;
}

.lineheight10 {
  line-height: 1;
}

.lineheight11 {
  line-height: 1.1;
}

.lineheight12 {
  line-height: 1.2;
}

.lineheight13 {
  line-height: 1.3;
}

.lineheight14 {
  line-height: 1.4;
}

.lineheight15 {
  line-height: 1.5;
}

.lineheight16 {
  line-height: 1.6;
}

.lineheight17 {
  line-height: 1.7;
}

.lineheight18 {
  line-height: 1.8;
}

.lineheight19 {
  line-height: 1.9;
}

.lineheight20 {
  line-height: 2;
}

.c-red {
  color: #DE0004;
}

.c-blk {
  color: #333;
}

.c-wht {
  color: #fff;
}

.c-nblu {
  color: #004EA2;
}

.c-lblu {
  color: #1DA1F3;
}

.c-tblu {
  color: #D7EDFB;
}

.c-org {
  color: #FE8300;
}

.c-gry {
  color: #888888;
}

.c-yel {
  color: #FFE100;
}

.c-lyel {
  color: #FFF6B2;
}

.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%;
}

.mark-text {
  font-style: normal;
  background: linear-gradient(transparent 70%, #FFF6B2 30%);
}

.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-padBottom {
  padding: 0 0 4rem;
}

.section-top {
  padding: 8rem 0 4rem;
}

.section-bottom {
  padding: 4rem 0 8rem;
}

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%, #FFF6B2 30%);
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
  .section {
    padding: 4rem 0;
  }
  .section-padTop {
    padding: 4rem 0 0;
  }
  .section-padBottom {
    padding: 0 0 4rem;
  }
  .section-top {
    padding: 8rem 0 4rem;
  }
  .section-bottom {
    padding: 4rem 0 8rem;
  }
}
/* common */
.container {
  padding: 0 2rem;
  box-sizing: content-box;
}

.container-narrow {
  padding: 0 2rem;
  box-sizing: content-box;
}

.container-S {
  padding: 0 2rem;
  box-sizing: content-box;
}

.container-SS {
  padding: 0 2rem;
  box-sizing: content-box;
}

@media screen and (min-width: 769px) {
  /* common */
  .container {
    margin: auto;
    padding: 0 3rem;
    max-width: 700px;
  }
  .container-narrow {
    margin: auto;
    padding: 0 3rem;
    max-width: 700px;
  }
  .container-S {
    margin: auto;
    padding: 0 3rem;
    max-width: 520px;
  }
  .container-SS {
    margin: auto;
    padding: 0 3rem;
    max-width: 420px;
  }
  .common-banner {
    margin: auto;
    max-width: 3.2rem;
  }
}
.header {
  width: 100%;
}
.header-license {
  max-width: 70rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 1rem 2rem;
}
.header-license-item img {
  width: 8.1rem;
  height: 2.4rem;
}
.remodal-is-locked .header {
  padding-right: 15px;
}

html, body {
  height: 100%;
}

body > footer {
  position: sticky;
  top: calc(100vh - 44px);
}

/* footer */
.footer {
  margin-top: 4rem;
}
.footer-links {
  padding: 1.5rem 3rem;
  background: #888888;
}
.form_body .footer-links {
  background: #888888;
}
@media screen and (min-width: 769px) {
  .footer .inner-narrow {
    max-width: 52rem;
    margin: auto;
  }
}
.footer-link-list {
  display: flex;
  justify-content: flex-end;
  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: underline;
}
.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: #eee;
  padding: 4rem 0;
}
@media screen and (min-width: 769px) {
  .contents {
    padding: 4rem 0;
    margin: 4rem auto 0;
    width: 52rem;
  }
}
.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 {
  font-size: 1.4rem;
  margin-top: 2.5rem;
  position: relative;
  font-weight: 600;
}
.contents .pp-list01 > li:nth-child(1) {
  margin-top: 0;
  padding-top: 2.5rem;
  border-top: 0.1rem solid #ccc;
}
.contents .pp-list02 {
  font-size: 1.2rem;
  margin-top: 1rem;
  font-weight: 500;
  padding-left: 1.4rem;
}
.contents .pp-list03 {
  font-size: 1.2rem;
  margin-top: 1rem;
  padding-left: 2rem;
  font-weight: 500;
}
.contents .pp-list03 li {
  list-style: disc;
}
.contents .pp-list03.noListStyle {
  padding-left: 0;
}
.contents .pp-list03.noListStyle li {
  list-style: none;
}
.contents .li-tit {
  display: block;
}
.contents .text-link {
  display: inline;
  color: #333;
}