@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 1;
  background-color: #f0f3f5;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html:not(.is-visible) {
  opacity: 0;
}

body {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", yugothic, "Yu Gothic", "メイリオ", meiryo, sans-serif;
  line-height: 1.4285714286;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 767.98px) {
  body::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

a:not([class]) {
  color: #0067c0;
  text-decoration: underline;
  text-underline-offset: 0.03rem;
}
html:not(.is-touchable) a:not([class]):hover {
  text-decoration: none;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.7;
}

.load {
  opacity: 0;
}
html.is-visible.wf-active .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
  body {
    font-size: 0.14rem;
    font-weight: 400;
  }
  .container {
    min-width: 1260px;
  }
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  body {
    font-size: 0.14rem;
    font-weight: 400;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .md {
    display: none !important;
  }
}
.header-common-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.header-common-simple .header-logo {
  display: block;
  z-index: 1;
  height: 0.4rem;
}
.header-common-simple .header-logo img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
}
.header-common-simple .header-catchphrase {
  position: relative;
  color: #0a7c7f;
  font-weight: 500;
  text-align: center;
}
.header-common-simple .catchphrase-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .header-common-simple {
    padding: 8px 0;
  }
  .header-common-simple .header-logo {
    position: absolute;
    top: calc(50% - 20px);
    left: 20px;
  }
  .header-common-simple .header-catchphrase {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% - 350px);
    padding: 14px 0;
    font-size: 0.25rem;
    line-height: 1.44;
  }
  .header-common-simple .catchphrase-wrapper {
    top: 1px;
  }
  html.is-ie .header-common-simple .catchphrase-wrapper {
    top: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common-simple {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.2rem;
  }
  .header-common-simple .header-logo {
    margin-bottom: 0.1rem;
  }
  .header-common-simple .header-catchphrase {
    font-size: 0.16rem;
    line-height: 1.75;
  }
}

.footer-common-simple {
  color: #000;
}
.footer-common-simple p {
  margin: 0;
}
.footer-common-simple .footer-information {
  background-color: #f7f7f7;
}
.footer-common-simple .information-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-common-simple .information-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: none;
}
.footer-common-simple .logo-image {
  display: block;
  height: 0.4rem;
}
.footer-common-simple .logo-image img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
}
.footer-common-simple .logo-title {
  position: relative;
  font-weight: 500;
}
.footer-common-simple .information-link {
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
.footer-common-simple .information-link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-right: 0.06rem solid transparent;
  border-bottom: 0.1rem solid black;
  border-left: 0.06rem solid transparent;
}
.footer-common-simple .information-link.is-active::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.footer-common-simple .footer-policy {
  display: none;
  background-color: #fff;
}
.footer-common-simple .policy-content {
  border-radius: 0.1rem;
  background-color: #f7f7f7;
}
.footer-common-simple .content-title {
  display: block;
  margin: 0;
  color: #0a7c7f;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .footer-common-simple .footer-information {
    padding: 40px;
  }
  .footer-common-simple .information-wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
  .footer-common-simple .information-logo {
    margin: 0 79px 0 172px;
  }
  .footer-common-simple .information-logo::after {
    content: "";
    position: absolute;
    top: 5px;
    right: -40px;
    bottom: 5px;
    width: 1px;
    background-color: #ddd;
    pointer-events: none;
  }
  .footer-common-simple .logo-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 20px;
  }
  .footer-common-simple .logo-title {
    font-size: 0.18rem;
    line-height: 1.7777777778;
  }
  html.is-ie .footer-common-simple .logo-title {
    top: 2px;
  }
  .footer-common-simple .information-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-left: 21px;
    font-size: 0.15rem;
    line-height: 1.6666666667;
  }
  html.is-ie .footer-common-simple .information-link {
    top: 2px;
  }
  html.is-ie .footer-common-simple .information-link::before {
    top: 4px;
  }
  .footer-common-simple .information-link::before {
    top: 8px;
  }
  html.is-macos .footer-common-simple .information-link::before, html.is-ios .footer-common-simple .information-link::before {
    top: 6px;
  }
  .footer-common-simple .information-link:hover {
    opacity: 0.6;
  }
  .footer-common-simple .footer-policy {
    padding: 40px;
  }
  .footer-common-simple .policy-content {
    margin: 0 auto;
    padding: 79px 60px;
  }
  .footer-common-simple .content-wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  .footer-common-simple .content-wrapper:not(:last-child) {
    margin-bottom: 45px;
  }
  .footer-common-simple .content-title {
    margin-bottom: 26px;
    font-size: 0.18rem;
    line-height: 1.5555555556;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common-simple .footer-information {
    padding: 0.2rem;
  }
  .footer-common-simple .information-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-common-simple .information-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.2rem;
  }
  .footer-common-simple .logo-image {
    margin: 0 auto 0.1rem;
  }
  .footer-common-simple .logo-title {
    font-size: 0.18rem;
    line-height: 1.75;
    text-align: center;
  }
  .footer-common-simple .information-link {
    padding-left: 0.15rem;
    text-align: center;
  }
  .footer-common-simple .information-link::before {
    top: 0.05rem;
  }
  .footer-common-simple .footer-policy {
    padding: 0.2rem;
  }
  .footer-common-simple .policy-content {
    padding: 0.3rem 0.2rem;
  }
  .footer-common-simple .content-wrapper:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .footer-common-simple .content-title {
    margin-bottom: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.75;
  }
}

.title-common-primary {
  display: block;
  position: relative;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    font-size: 0.45rem;
    line-height: 1.7333333333;
  }
  .title-common-primary:not(:last-child) {
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    font-size: 0.3rem;
    line-height: 1.3333333333;
  }
  .title-common-primary:not(:last-child) {
    margin-bottom: 0.1rem;
  }
}

.title-common-secondary {
  display: block;
  position: relative;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    font-size: 0.35rem;
    line-height: 1.2;
  }
  .title-common-secondary:not(:last-child) {
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .title-common-secondary:not(:last-child) {
    margin-bottom: 0.1rem;
  }
}

.title-common-tertiary {
  display: block;
  position: relative;
  color: #000;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .title-common-tertiary {
    font-size: 0.2rem;
    line-height: 2.1;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-tertiary {
    font-size: 0.16rem;
    line-height: 1.75;
  }
}

.title-common-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: 700;
}
.title-common-dot::before {
  content: "";
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 50%;
  background-color: #157c7f;
}
.title-common-dot .title-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .title-common-dot {
    font-size: 0.2rem;
    line-height: 1.4;
  }
  .title-common-dot::before {
    width: 18px;
    height: 18px;
    margin: 0 6px 0 1px;
  }
  html.is-ie .title-common-dot .title-wrapper {
    top: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-dot {
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .title-common-dot::before {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.05rem;
  }
  .title-common-dot .title-wrapper {
    top: -0.01rem;
  }
}

.title-common-stripe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.05rem;
  background-color: #0a7c7f;
  color: #fff;
  font-weight: 700;
}
.title-common-stripe.is-circle::before {
  content: "";
  display: block;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 50%;
  background-color: #fff;
}
.title-common-stripe .title-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .title-common-stripe {
    padding: 25px 30px;
    font-size: 0.25rem;
    line-height: 1.2;
  }
  .title-common-stripe.is-circle::before {
    width: 22px;
    height: 22px;
    margin: 0 8px 0 1px;
  }
  html.is-ie .title-common-stripe .title-wrapper {
    top: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-stripe {
    padding: 0.16rem 0.15rem;
    font-size: 0.16rem;
    letter-spacing: 0.03em;
    line-height: 1.75;
  }
  .title-common-stripe.is-circle::before {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.1rem;
  }
  html.is-android .title-common-stripe {
    letter-spacing: 0.03em;
  }
}

.paragraph-common-describe {
  color: #000;
  font-weight: 500;
  text-align: center;
}
.paragraph-common-describe p {
  margin: 0;
}
.paragraph-common-describe small {
  display: block;
  color: #c00;
  font-weight: 400;
}
@media print, (min-width: 768px) {
  .paragraph-common-describe {
    font-size: 0.18rem;
    line-height: 1.7;
  }
  .paragraph-common-describe:not(:last-child) {
    margin-bottom: 38px;
  }
  .paragraph-common-describe small {
    margin-top: 2px;
    font-size: 0.13rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .paragraph-common-describe {
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .paragraph-common-describe:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .paragraph-common-describe small {
    margin-top: 0.05rem;
    font-size: 0.12rem;
    line-height: 1.6666666667;
  }
}

.paragraph-common-story {
  color: #000;
  font-weight: 500;
}
.paragraph-common-story p {
  margin: 0;
}
@media print, (min-width: 768px) {
  .paragraph-common-story {
    font-size: 0.18rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 767.98px) {
  .paragraph-common-story {
    font-size: 0.14rem;
    line-height: 2;
  }
}

.icon-common-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}
.icon-common-round.is-gray {
  background-color: #f2f2f2;
}
.icon-common-round .icon-wrapper {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.icon-common-round .icon-wrapper path {
  fill: #0a7c7f;
}
@media print, (min-width: 768px) {
  .icon-common-round {
    width: 70px;
    height: 70px;
  }
  .icon-common-round .icon-wrapper {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .icon-common-round {
    width: 0.5rem;
    height: 0.5rem;
  }
  .icon-common-round .icon-wrapper {
    width: 0.2rem;
    height: 0.2rem;
  }
}

.icon-common-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #1a61c0;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.icon-common-question .icon-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .icon-common-question {
    width: 60px;
    height: 60px;
    font-size: 0.3rem;
  }
  html.is-macos .icon-common-question .icon-wrapper, html.is-ios .icon-common-question .icon-wrapper {
    top: 1px;
  }
  html.is-ie .icon-common-question .icon-wrapper {
    top: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .icon-common-question {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.2rem;
  }
}

.icon-common-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #ff5279;
}
.icon-common-phone .icon-wrapper {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.icon-common-phone .icon-wrapper path {
  fill: #fff;
}
@media print, (min-width: 768px) {
  .icon-common-phone {
    width: 45px;
    height: 45px;
  }
  .icon-common-phone .icon-wrapper {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .icon-common-phone {
    width: 0.4rem;
    height: 0.4rem;
  }
  .icon-common-phone .icon-wrapper {
    width: 0.18rem;
    height: 0.18rem;
  }
}

.icon-common-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #16a9b9;
}
.icon-common-scroll .icon-wrapper {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.icon-common-scroll .icon-wrapper path {
  fill: #fff;
}
@media print, (min-width: 768px) {
  .icon-common-scroll {
    width: 40px;
    height: 40px;
  }
  .icon-common-scroll .icon-wrapper {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .icon-common-scroll {
    width: 0.36rem;
    height: 0.36rem;
  }
  .icon-common-scroll .icon-wrapper {
    width: 0.16rem;
    height: 0.16rem;
  }
}

.icon-common-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icon-common-download .icon-wrapper {
  display: block;
  position: relative;
  width: 140%;
  max-width: none;
  height: 140%;
  margin: -20%;
}
@media print, (min-width: 768px) {
  .icon-common-download {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .icon-common-download {
    width: 0.24rem;
    height: 0.24rem;
  }
}

.contact-common-gradient {
  color: #000;
}
.contact-common-gradient .button-common-highlight {
  margin: 0 auto;
}
.contact-common-gradient .contact-wrapper {
  overflow: hidden;
  background: #fff;
  -webkit-filter: drop-shadow(0 0.03rem 0.03rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0.03rem 0.03rem rgba(0, 0, 0, 0.16));
}
html.is-ie .contact-common-gradient .contact-wrapper, html.is-ios .contact-common-gradient .contact-wrapper, html.is-macos .contact-common-gradient .contact-wrapper {
  -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
  -webkit-filter: none;
          filter: none;
}
.contact-common-gradient .contact-block.is-gray {
  background: #f2f2f2;
}
.contact-common-gradient .contact-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0a7c7f;
  font-weight: 700;
}
.contact-common-gradient .contact-title .title-content {
  position: relative;
}
.contact-common-gradient .phone-number {
  position: relative;
  margin: 0;
  color: #000;
  font-family: "Avenir", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-weight: 900;
  text-align: center;
}
html.is-macos .contact-common-gradient .phone-number, html.is-ios .contact-common-gradient .phone-number {
  font-weight: 700;
}
.contact-common-gradient .phone-number a {
  color: #000;
  text-decoration: none;
}
.contact-common-gradient .phone-text {
  color: #000;
  font-weight: 700;
}
.contact-common-gradient .phone-note {
  margin: 0;
  color: #000;
}
.contact-common-gradient .mail-text {
  color: #000;
  font-weight: 500;
}
.contact-common-gradient .list-note {
  display: block;
  color: #000;
}
.contact-common-gradient .chat-text {
  margin: 0;
  color: #000;
  font-weight: 500;
}
.contact-common-gradient .mail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .contact-common-gradient .mail-list {
    margin-bottom: 39px;
  }
  .contact-common-gradient .title-top-simple {
    margin-bottom: 53px;
  }
  .contact-common-gradient .contact-wrapper {
    border: 20px solid #fff;
    border-radius: 30px;
  }
  .contact-common-gradient .contact-block.is-phone {
    padding: 30px 30px 59px;
    border-radius: 20px 20px 0 0;
  }
  .contact-common-gradient .contact-block.is-phone .contact-title {
    margin-bottom: -1px;
  }
  .contact-common-gradient .contact-block.is-mail {
    padding: 30px 30px 61px;
  }
  .contact-common-gradient .contact-block.is-mail .contact-title {
    margin-bottom: 18px;
  }
  .contact-common-gradient .contact-block.is-chat {
    padding: 30px 30px 57px;
    border-radius: 0 0 20px 20px;
  }
  .contact-common-gradient .contact-block.is-chat .contact-title {
    margin-bottom: 7px;
  }
  .contact-common-gradient .contact-title {
    font-size: 0.25rem;
    line-height: 1.224;
  }
  .contact-common-gradient .title-content {
    top: -1px;
    margin-left: 20px;
  }
  html.is-ie .contact-common-gradient .title-content {
    top: 2px;
  }
  .contact-common-gradient .contact-phone {
    width: 549px;
    margin: 0 auto;
  }
  .contact-common-gradient .phone-number {
    left: -9px;
    margin-right: -20px;
    font-size: 0.6rem;
  }
  .contact-common-gradient .phone-text {
    margin: -2px 0 1px;
    font-size: 0.18rem;
    line-height: 1.3888888889;
  }
  .contact-common-gradient .phone-note {
    font-size: 0.16rem;
    line-height: 1.5625;
  }
  .contact-common-gradient .mail-text {
    margin-bottom: 6px;
    padding: 0 90px;
    font-size: 0.18rem;
    line-height: 1.72;
  }
  .contact-common-gradient .mail-list {
    padding: 0 90px;
  }
  .contact-common-gradient .list-note {
    font-size: 0.13rem;
    line-height: 1.7;
  }
  .contact-common-gradient .chat-text {
    padding: 0 90px;
    font-size: 0.18rem;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-common-gradient .button-common-highlight {
    width: 100%;
  }
  .contact-common-gradient .mail-list {
    margin-bottom: 0.2rem;
  }
  .contact-common-gradient .contact-block {
    padding: 0.2rem 0.1rem;
  }
  .contact-common-gradient .contact-block.is-phone {
    border-radius: 0.15rem 0.15rem 0 0;
  }
  .contact-common-gradient .contact-block.is-chat {
    border-radius: 0 0 0.15rem 0.15rem;
  }
  .contact-common-gradient .contact-title {
    margin-bottom: 0.15rem;
  }
  .contact-common-gradient .title-top-simple {
    margin-bottom: 0.3rem;
  }
  .contact-common-gradient .contact-wrapper {
    border: 0.1rem solid #fff;
    border-radius: 0.2rem;
  }
  .contact-common-gradient .title-content {
    top: -0.01rem;
    margin-left: 0.1rem;
    font-size: 0.18rem;
  }
  .contact-common-gradient .phone-number {
    left: -0.1rem;
    margin-right: -0.1rem;
    font-size: 0.3rem;
  }
  .contact-common-gradient .phone-text {
    margin: 0;
    padding: 0 0.05rem;
  }
  .contact-common-gradient .phone-note {
    padding: 0 0.05rem;
    font-size: 0.12rem;
  }
  .contact-common-gradient .list-note {
    font-size: 0.12rem;
  }
}

.contact-common-simple {
  background-color: #2e7d32;
  text-align: center;
}
.contact-common-simple .contact-title {
  display: block;
  color: #fff;
  font-weight: 700;
}
.contact-common-simple .contact-content {
  margin: 0 auto;
  background-color: #ebfad7;
}
.contact-common-simple .content-title {
  display: block;
  color: #000;
  font-weight: 700;
}
.contact-common-simple .content-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-common-simple .content-phone .phone-number {
  position: relative;
  color: #005418;
  font-family: "Avenir", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-weight: 900;
}
html.is-macos .contact-common-simple .content-phone .phone-number, html.is-ios .contact-common-simple .content-phone .phone-number {
  top: 0.01rem;
  font-weight: 700;
}
html.is-ie .contact-common-simple .content-phone .phone-number {
  top: 10px;
}
.contact-common-simple .phone-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #005418;
}
.contact-common-simple .content-description {
  position: relative;
  margin: 0 auto;
  text-align: left;
}
@media print, (min-width: 768px) {
  .contact-common-simple {
    max-width: 1200px;
    padding: 60px 50px 59px;
  }
  .contact-common-simple .contact-title {
    margin: 0 0 21px;
    font-size: 0.35rem;
    line-height: 1.7142857143;
  }
  .contact-common-simple .contact-content {
    max-width: 1100px;
    padding: 60px 60px 40px;
    border-radius: 0.3rem;
  }
  .contact-common-simple .content-title {
    margin-bottom: 7px;
    font-size: 0.25rem;
    line-height: 1.4;
  }
  .contact-common-simple .content-phone {
    min-height: 94px;
  }
  .contact-common-simple .content-phone .phone-number {
    top: 2px;
    left: 0;
    margin-right: 0;
    font-size: 0.6rem;
    line-height: 1.3333333333;
  }
  html.is-macos .contact-common-simple .content-phone .phone-number, html.is-ios .contact-common-simple .content-phone .phone-number {
    top: 1px;
  }
  .contact-common-simple .phone-icon {
    width: 45px;
    height: 45px;
    margin-right: 20px;
  }
  .contact-common-simple .phone-icon .icon-wrapper {
    fill: #fff;
  }
  .contact-common-simple .content-description {
    max-width: 600px;
    font-size: 0.13rem;
    line-height: 1.6923076923;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-common-simple {
    padding: 0.4rem 0.2rem 0.6rem;
  }
  .contact-common-simple .contact-title {
    margin: 0 0 0.15rem;
    font-size: 0.25rem;
    line-height: 1.6;
  }
  .contact-common-simple .contact-content {
    padding: 0.2rem;
    border-radius: 0.2rem;
  }
  .contact-common-simple .content-title {
    padding: 0 0.1rem;
    font-size: 0.15rem;
    line-height: 1.6666666667;
  }
  .contact-common-simple .content-phone {
    margin-bottom: 0.12rem;
  }
  .contact-common-simple .phone-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.15rem;
  }
  .contact-common-simple .phone-icon .icon-wrapper {
    width: 0.15rem;
    height: 0.15rem;
    fill: #fff;
  }
  .contact-common-simple .phone-number {
    font-size: 0.25rem;
    line-height: 1.6;
  }
  .contact-common-simple .content-description {
    padding: 0 0.1rem;
    font-size: 0.12rem;
    line-height: 1.6666666667;
  }
}

.button-common-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transition: border 0.3s ease, background 0.3s ease;
  transition: border 0.3s ease, background 0.3s ease;
  cursor: pointer;
}
.button-common-switch:hover::before {
  border-color: #0a7c7f;
}
.button-common-switch:hover::after {
  background-color: #fff;
}
.button-common-switch:hover .button-icon path {
  fill: #0a7c7f;
}
.button-common-switch::before, .button-common-switch::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.button-common-switch::before {
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border: 0.02rem solid #fff;
}
.button-common-switch::after {
  z-index: 0;
  top: 0.01rem;
  right: 0.01rem;
  bottom: 0.01rem;
  left: 0.01rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background-color: #0a7c7f;
}
.button-common-switch .button-icon {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.button-common-switch .button-icon path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #fff;
}
@media print, (min-width: 768px) {
  .button-common-switch {
    width: 70px;
    height: 70px;
  }
  .button-common-switch .button-icon {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-switch {
    width: 0.5rem;
    height: 0.5rem;
  }
  .button-common-switch .button-icon {
    width: 0.2rem;
    height: 0.2rem;
  }
}

.button-common-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s ease, -webkit-filter 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, -webkit-filter 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease, -webkit-filter 0.3s ease, -webkit-box-shadow 0.3s ease;
  border-radius: 50%;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 0.03rem 0.03rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0.03rem 0.03rem rgba(0, 0, 0, 0.16));
  cursor: pointer;
}
html.is-ie .button-common-top, html.is-ios .button-common-top, html.is-macos .button-common-top {
  -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
  -webkit-filter: none;
          filter: none;
}
.button-common-top:hover {
  background-color: #f2f6fa;
  -webkit-filter: drop-shadow(0 0.03rem 0.01rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0.03rem 0.01rem rgba(0, 0, 0, 0.16));
}
html.is-ie .button-common-top:hover, html.is-ios .button-common-top:hover, html.is-macos .button-common-top:hover {
  -webkit-box-shadow: 0 0.03rem 0.02rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.03rem 0.02rem rgba(0, 0, 0, 0.16);
  -webkit-filter: none;
          filter: none;
}
.button-common-top .button-icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.button-common-top .button-icon path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #1a61c0;
}
@media print, (min-width: 768px) {
  .button-common-top {
    width: 60px;
    height: 60px;
  }
  .button-common-top .button-icon {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-top {
    width: 0.5rem;
    height: 0.5rem;
  }
  .button-common-top .button-icon {
    width: 0.2rem;
    height: 0.2rem;
  }
}

.button-common-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.03rem solid #fff;
  border-radius: 50%;
  background-color: #f0f3f5;
  text-decoration: none;
}
.button-common-play .button-icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.button-common-play .button-icon path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #fff;
}
@media print, (min-width: 768px) {
  .button-common-play {
    width: 80px;
    height: 80px;
  }
  .button-common-play .button-icon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-play {
    width: 0.5rem;
    height: 0.5rem;
  }
  .button-common-play .button-icon {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.button-common-solid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e099bf;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.button-common-solid .button-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .button-common-solid {
    min-width: 200px;
    max-width: 220px;
    padding: 10px;
    border-radius: 10px;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .button-common-solid .button-wrapper {
    top: 1px;
  }
  html.is-ie .button-common-solid .button-wrapper {
    top: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-solid {
    max-width: 2rem;
    padding: 0.08rem 0.1rem;
    border-radius: 0.05rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
}

.button-common-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.05rem;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8272e), to(#9f1117));
  background: linear-gradient(to bottom, #e8272e, #9f1117);
  color: #fff;
  font-family: "Avenir", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-weight: 900;
  text-decoration: none;
}
html.is-macos .button-common-map, html.is-ios .button-common-map {
  font-weight: 700;
}
.button-common-map:hover {
  cursor: pointer;
}
.button-common-map:hover::after {
  opacity: 1;
}
.button-common-map::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#e8272e), to(#9f1117));
  background: linear-gradient(to top, #e8272e, #9f1117);
}
.button-common-map path {
  fill: #fff;
}
.button-common-map .button-icon,
.button-common-map .button-wrapper {
  display: block;
  position: relative;
  z-index: 1;
}
@media print, (min-width: 768px) {
  .button-common-map {
    max-width: 130px;
    padding: 10px;
    border-radius: 20px;
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .button-common-map::after {
    border-radius: 20px;
  }
  .button-common-map .button-icon {
    width: 20px;
    height: 20px;
    margin: 0 3px 0 -1px;
  }
  .button-common-map .button-wrapper {
    top: 1px;
  }
  html.is-ie .button-common-map .button-wrapper {
    top: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-map {
    max-width: 1.2rem;
    min-height: 0.32rem;
    padding: 0.06rem 0.1rem;
    border-radius: 0.16rem;
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .button-common-map::after {
    border-radius: 0.16rem;
  }
  .button-common-map .button-icon {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.02rem;
  }
  .button-common-map .button-wrapper {
    top: 0.01rem;
  }
}

.button-common-borderline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  border: 0.02rem solid #0a7c7f;
  background-color: #f2f2f2;
  color: #0a7c7f;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.button-common-borderline:hover {
  background-color: #0a7c7f;
  color: #fff;
}
.button-common-borderline .button-wrapper {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .button-common-borderline {
    max-width: 600px;
    padding: 18px 40px;
    border-radius: 35px;
    font-size: 0.25rem;
    line-height: 1.2;
  }
  html.is-ie .button-common-borderline .button-wrapper {
    top: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-borderline {
    width: 100%;
    padding: 0.13rem 0.2rem;
    border-radius: 0.25rem;
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
  .button-common-borderline .button-wrapper {
    top: -0.01rem;
  }
}

.button-common-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-color: #c2410c;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.button-common-highlight.is-disabled {
  border-color: #ddd;
  background: #ddd;
  pointer-events: none;
}
.button-common-highlight.is-disabled::after {
  background: #ddd;
}
.button-common-highlight:hover::after {
  opacity: 1;
}
.button-common-highlight::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  background-color: #a8350a;
}
.button-common-highlight .button-wrapper {
  display: block;
  position: relative;
  z-index: 1;
}
@media print, (min-width: 768px) {
  .button-common-highlight {
    max-width: 700px;
    padding: 30px 20px;
    border: 5px solid #a8350a;
    border-radius: 55px;
    font-size: 0.35rem;
    line-height: 1.1428571429;
  }
  html.is-macos .button-common-highlight .button-wrapper, html.is-ios .button-common-highlight .button-wrapper {
    top: 1px;
  }
  html.is-ie .button-common-highlight .button-wrapper {
    top: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-highlight {
    width: 100%;
    padding: 0.12rem 0.2rem;
    border: 0.03rem solid #a8350a;
    border-radius: 0.3rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
}

.table-common-policy dt {
  position: relative;
  color: #333;
  font-weight: 700;
}
.table-common-policy dd {
  position: relative;
  color: #333;
  font-weight: 400;
}
.table-common-policy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .table-common-policy dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .table-common-policy dl:not(:last-child) {
    margin-bottom: 15px;
  }
  .table-common-policy dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 171px;
    margin-right: 30px;
    padding-right: 10px;
    font-size: 0.15rem;
    line-height: 1.5;
  }
  .table-common-policy dt::after {
    content: "";
    position: absolute;
    top: 2.5px;
    right: 0;
    bottom: 2.5px;
    width: 1px;
    background-color: #777;
  }
  .table-common-policy dd {
    top: -1px;
    font-size: 0.13rem;
    line-height: 1.6923076923;
  }
  .table-common-policy ul {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-common-policy dl:not(:last-child) {
    margin-bottom: 0.1rem;
  }
  .table-common-policy dt {
    margin-bottom: 0.05rem;
    font-size: 0.14rem;
    line-height: 2;
  }
  .table-common-policy dd {
    font-size: 0.12rem;
    line-height: 1.6666666667;
  }
  .table-common-policy ul {
    margin-top: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  html {
    font-size: 825%;
  }
}

.title-common-stripe {
  background-color: #0070c0;
}

.title-common-dot::before {
  background-color: #0070c0;
}

.header-common-simple .header-catchphrase {
  color: #002060;
}
.header-common-simple .catchphrase-wrapper {
  margin: 0;
  font-size: inherit;
}

.button-common-borderline {
  border-color: #0070c0;
  color: #0070c0;
}
.button-common-borderline.is-disabled {
  border-color: #ddd;
  background-color: #ddd;
  color: #767676;
  cursor: default;
  pointer-events: none;
}
.button-common-borderline:not(.is-disabled)::after {
  background-color: #0070c0;
  color: #fff;
}

.contact-common-gradient .contact-title {
  color: #0070c0;
}
@media print, (min-width: 768px) {
  .contact-common-gradient .contact-phone {
    width: auto;
  }
}
@media print, (min-width: 768px) {
  .contact-common-gradient .phone-number {
    font-size: 0.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-common-gradient .phone-number {
    font-size: 0.25rem;
  }
}
.contact-common-gradient .phone-text {
  text-align: center;
}
@media print, (min-width: 768px) {
  .contact-common-gradient .phone-text {
    white-space: nowrap;
  }
}

.button-common-highlight {
  border-color: #002060;
  background-color: #002060;
}
.button-common-highlight.is-disabled {
  color: #767676;
  cursor: default;
}
.button-common-highlight::after {
  background-color: #0070c0;
}

.js-release-button .button-wrapper {
  text-align: center;
}

.js-release-note {
  display: block;
}
@media print, (min-width: 768px) {
  .js-release-note {
    margin-top: 4px;
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .js-release-note {
    margin-top: 0.02rem;
    font-size: 0.13rem;
  }
}

.button-common-highlight:not(.is-disabled) .js-release-br,
.button-common-highlight:not(.is-disabled) .js-release-note,
.button-common-borderline:not(.is-disabled) .js-release-br,
.button-common-borderline:not(.is-disabled) .js-release-note {
  display: none;
}

.lp-nav {
  background-color: #0070c0;
}
.lp-nav .lp-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, (min-width: 768px) {
  .lp-nav .lp-nav-list {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 0 auto;
  }
}
.lp-nav .lp-nav-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.lp-nav .lp-nav-link {
  display: block;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
@media print, (min-width: 768px) {
  .lp-nav .lp-nav-link {
    padding: 14px 28px;
    font-size: 0.15rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-nav .lp-nav-link {
    padding: 0.1rem 0.14rem;
    font-size: 0.12rem;
  }
}
.lp-nav .lp-nav-link:hover {
  background-color: #002060;
}

@media print, (min-width: 768px) {
  .lp-contents {
    padding: 60px 0 120px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-contents {
    padding: 0.4rem 0 0.8rem;
  }
}

.lp-section {
  scroll-margin-top: 20px;
}
@media print, (min-width: 768px) {
  .lp-section:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-section:not(:last-child) {
    margin-bottom: 0.6rem;
  }
}

@media print, (min-width: 768px) {
  .lp-inner {
    width: calc(100% - 60px);
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-inner {
    padding: 0 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .lp-section .lp-inner > .title-common-stripe {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-section .lp-inner > .title-common-stripe {
    margin-bottom: 0.25rem;
  }
}
@media print, (min-width: 768px) {
  .lp-section .title-common-dot {
    margin-bottom: 10px;
  }
  .lp-section .title-common-dot:not(:first-child) {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-section .title-common-dot {
    margin-bottom: 0.1rem;
  }
  .lp-section .title-common-dot:not(:first-child) {
    margin-top: 0.3rem;
  }
}
.lp-section .paragraph-common-story {
  text-align: left;
}
.lp-section .paragraph-common-story small {
  display: block;
  color: #333;
}
@media print, (min-width: 768px) {
  .lp-section .paragraph-common-story small {
    margin-top: 8px;
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-section .paragraph-common-story small {
    margin-top: 0.08rem;
    font-size: 0.12rem;
  }
}

.lp-target {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .lp-target {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-target {
    margin-top: 0.2rem;
  }
}
.lp-target .lp-target-item {
  position: relative;
  border: 1px solid #d5e3f0;
  border-radius: 6px;
  background-color: #f7fbff;
}
@media print, (min-width: 768px) {
  .lp-target .lp-target-item {
    padding: 20px 24px 20px 44px;
  }
  .lp-target .lp-target-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-target .lp-target-item {
    padding: 0.16rem 0.16rem 0.16rem 0.36rem;
  }
  .lp-target .lp-target-item:not(:last-child) {
    margin-bottom: 0.16rem;
  }
}
.lp-target .lp-target-item::before {
  content: "●";
  position: absolute;
  color: #0070c0;
}
@media print, (min-width: 768px) {
  .lp-target .lp-target-item::before {
    top: 20px;
    left: 20px;
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-target .lp-target-item::before {
    top: 0.16rem;
    left: 0.14rem;
    font-size: 0.14rem;
  }
}
.lp-target .lp-target-title {
  display: block;
  color: #002060;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .lp-target .lp-target-title {
    margin-bottom: 6px;
    font-size: 0.17rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-target .lp-target-title {
    margin-bottom: 0.06rem;
    font-size: 0.14rem;
  }
}
.lp-target .lp-target-detail {
  display: block;
  color: #000;
}
@media print, (min-width: 768px) {
  .lp-target .lp-target-detail {
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-target .lp-target-detail {
    font-size: 0.13rem;
    line-height: 1.6923076923;
  }
}

@media print, (min-width: 768px) {
  .lp-docs .lp-docs-block:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-docs .lp-docs-block:not(:last-child) {
    margin-bottom: 0.3rem;
  }
}
.lp-docs .lp-docs-heading {
  display: block;
  color: #002060;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .lp-docs .lp-docs-heading {
    margin-bottom: 14px;
    font-size: 0.17rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-docs .lp-docs-heading {
    margin-bottom: 0.12rem;
    font-size: 0.14rem;
  }
}
.lp-docs .lp-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-docs .lp-checklist-item {
  position: relative;
}
@media print, (min-width: 768px) {
  .lp-docs .lp-checklist-item {
    padding-left: 30px;
  }
  .lp-docs .lp-checklist-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-docs .lp-checklist-item {
    padding-left: 0.28rem;
  }
  .lp-docs .lp-checklist-item:not(:last-child) {
    margin-bottom: 0.16rem;
  }
}
.lp-docs .lp-checklist-item::before {
  content: "□";
  position: absolute;
  top: 0;
  left: 0;
  color: #0070c0;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .lp-docs .lp-checklist-item::before {
    font-size: 0.18rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-docs .lp-checklist-item::before {
    font-size: 0.15rem;
  }
}
.lp-docs .lp-checklist-label {
  color: #000;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .lp-docs .lp-checklist-label {
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-docs .lp-checklist-label {
    font-size: 0.13rem;
    line-height: 1.6923076923;
  }
}
.lp-docs .lp-checklist-detail {
  color: #000;
  font-weight: 400;
}
@media print, (min-width: 768px) {
  .lp-docs .lp-checklist-detail {
    font-size: 0.15rem;
    line-height: 1.7333333333;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-docs .lp-checklist-detail {
    font-size: 0.13rem;
    line-height: 1.6923076923;
  }
}
.lp-docs .lp-notes {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333;
}
@media print, (min-width: 768px) {
  .lp-docs .lp-notes {
    margin-top: 6px;
    font-size: 0.13rem;
    line-height: 1.6923076923;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-docs .lp-notes {
    margin-top: 0.06rem;
    font-size: 0.12rem;
    line-height: 1.6666666667;
  }
}

.lp-faq-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, (min-width: 768px) {
  .lp-faq-action {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-faq-action {
    margin-top: 0.3rem;
  }
}

.lp-docs .lp-docs-heading.is-required {
  color: #c00;
}

@media print, (min-width: 768px) {
  .lp-methods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-methods {
    margin-top: 0.2rem;
  }
}
.lp-methods .lp-method {
  border: 1px solid #d5e3f0;
  border-radius: 6px;
  background-color: #f7fbff;
}
@media print, (min-width: 768px) {
  .lp-methods .lp-method {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding: 24px;
  }
  .lp-methods .lp-method:not(:last-child) {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-methods .lp-method {
    padding: 0.2rem 0.1rem;
  }
  .lp-methods .lp-method:not(:last-child) {
    margin-bottom: 0.2rem;
  }
}
.lp-methods .button-common-highlight {
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .lp-methods .button-common-highlight {
    font-size: 0.25rem;
  }
}
.lp-methods .lp-method-note {
  color: #c00;
  font-size: 0.12rem;
}
@media print, (min-width: 768px) {
  .lp-methods .lp-method-note {
    margin: 16px 0 0;
    line-height: 1.6923076923;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-methods .lp-method-note {
    margin: 0.12rem 0 0;
    line-height: 1.6666666667;
  }
}
.lp-methods .lp-method-title {
  display: block;
  color: #002060;
  font-weight: 700;
  text-align: center;
}
@media print, (min-width: 768px) {
  .lp-methods .lp-method-title {
    margin-bottom: 12px;
    font-size: 0.17rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-methods .lp-method-title {
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
  }
}
.lp-methods .lp-method-address {
  margin: 0;
  color: #000;
  text-align: center;
}
@media print, (min-width: 768px) {
  .lp-methods .lp-method-address {
    font-size: 0.16rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  .lp-methods .lp-method-address {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
}

@media print, (min-width: 768px) {
  .footer-common-simple .logo-title {
    font-size: 0.16rem;
  }
}
.font-larger {
  font-size: 0.2rem;
  font-weight: bold;
}