@charset "UTF-8";
/* A Modern CSS Reset */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* _fonts
------------------------------ */
/* YakuHanJP
================================ */
/* 'Glyphicons Halflings'
============================ */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/lib/fonts/glyphicons-halflings-regular.eot");
  src: url("/lib/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/lib/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/lib/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/lib/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/lib/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* _base
------------------------------ */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
}

body {
  letter-spacing: 1px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  text-align: justify;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

img {
  max-width: 100%;
}

a {
  color: #19b6a9;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #8cdbd4;
}
a:visited {
  color: #006477;
  text-decoration: none;
}
a.link-underline {
  text-decoration: underline;
}
a.link-underline:hover, a.link-underline:focus {
  text-decoration: none;
}

i, em {
  font-style: normal;
}

details summary {
  outline: none;
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}

*[data-startdate]:not(.in-the-middle), *[data-expiredate]:not(.in-the-middle) {
  display: none;
}

.c-button {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  position: relative;
  transition: all 0.2s ease;
}
.c-button::before, .c-button::after {
  transition: all 0.2s ease;
}
.c-button-outline {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  border: 1px solid;
  color: #000;
  overflow: hidden;
  padding: 0.3em 1em;
  position: relative;
  transition: all 0.2s ease;
}
.c-button-outline::before {
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: all 0.2s ease;
  width: 0;
  height: 100%;
  z-index: -1;
}
.c-button-outline:hover {
  color: #fff;
}
.c-button-outline:hover::before {
  width: 100%;
}
.c-button-convex {
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  background: #eee;
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  padding: 0.3em 1em calc(.3em + 3px);
  position: relative;
  text-align: center;
  transition: all 0.2s ease;
}
.c-button-convex:hover {
  box-shadow: none;
  margin-top: 3px;
  padding-bottom: 0.3em;
}
.c-button--corner {
  border-radius: 5px;
}
.c-button--round {
  border-radius: 3em;
}
.c-button--arrow::after {
  content: "";
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 0.5em;
  margin-left: auto;
}
.c-button .button-icon {
  margin-right: 0.5em;
}
.c-button--color-youji {
  border-color: #14aa32;
  color: #14aa32;
}
.c-button--color-youji::before {
  background-color: #14aa32;
}
.c-button--color-shogaku {
  border-color: #eb6000;
  color: #eb6000;
}
.c-button--color-shogaku::before {
  background-color: #eb6000;
}
.c-button--color-chugaku {
  border-color: #276db0;
  color: #276db0;
}

.c-heading-obi {
  background-color: #ff6c00;
  padding: 0.8em 20px 1em;
  position: relative;
  text-align: center;
}
.c-heading-obi .c-heading_decoration {
  background-color: #ff6c00;
  border: 4px solid #ff6c00;
  border-radius: 50%;
  display: block;
  margin: calc(-40px - .8em) auto 0.4em;
  overflow: hidden;
  position: relative;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .c-heading-obi .c-heading_decoration {
    margin-top: calc(-40px - .8em);
    width: 80px;
  }
}
.c-heading-obi .c-heading_shoulder {
  color: #000;
  display: inline-block;
  vertical-align: top;
}
.c-heading-obi .c-heading_shoulder--wht {
  background: #fff;
  border-radius: 3em;
  color: #ff6c00;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1em;
  padding: 0.15em 1.5em;
}
.c-heading-round {
  margin: 0 auto;
  position: relative;
  text-align: center;
  max-width: 500px;
}
.c-heading-round .c-heading_maintext {
  background: #ff6c00;
  border-radius: 2em;
  color: #fff;
  display: inline-block;
  padding: 0.25em 1.5em 0.45em;
}
.c-heading-headicon .c-heading_decoration, .c-heading-sideicon .c-heading_decoration {
  background-color: #ff6c00;
  border-radius: 0.25em;
  overflow: hidden;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
.c-heading-headicon {
  text-align: center;
}
.c-heading-headicon .c-heading_decoration {
  display: block;
  margin: 0 auto 0.25em;
}
.c-heading-sideicon {
  display: flex;
  align-items: center;
}
.c-heading-sideicon .c-heading_decoration {
  margin-right: 0.5em;
}
.c-heading-sideicon.c-heading--inline {
  justify-content: center;
}
.c-heading-headnumber .c-heading_decoration, .c-heading-sidenumber .c-heading_decoration {
  color: #ff6c00;
  display: inline-block;
  font-size: 2em;
}
.c-heading-headnumber {
  text-align: center;
}
.c-heading-headnumber .c-heading_decoration {
  border-bottom: 2px solid;
  display: inline-block;
  margin-bottom: 0.25em;
}
.c-heading-sidenumber {
  display: flex;
  align-items: center;
}
.c-heading-sidenumber .c-heading_decoration {
  margin-right: 0.25em;
}
.c-heading-sidenumber .c-heading_decoration::after {
  content: ".";
}
.c-heading-sidenumber.c-heading--inline {
  justify-content: center;
}
.c-heading-sideline .c-heading_maintext {
  display: inline-block;
  border-left: 2px solid;
  padding: 0 0.5em 0.15em;
  text-align: left;
}
.c-heading--fukidashi {
  position: relative;
  margin-bottom: 1.5em;
}
.c-heading--fukidashi::after {
  border-style: solid;
  border-width: 0.5em;
  border-color: #ff6c00 transparent transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
}
.c-heading--borderline {
  border-top: 2px solid;
  padding-top: 0.5em;
}
.c-heading--inline {
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .c-heading--h1 {
    font-size: 26px;
  }
  .c-heading--h2 {
    font-size: 20px;
  }
  .c-heading--h3 {
    font-size: 18px;
  }
  .c-heading--h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-heading--h1 {
    font-size: 30px;
  }
  .c-heading--h2 {
    font-size: 29px;
  }
  .c-heading--h3 {
    font-size: 28px;
  }
  .c-heading--h4 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 26px;
  }
}
.c-label-frame {
  margin-top: 1em;
}
.c-label-item {
  display: inline-block;
  padding: 5px 10px;
  background: #1bb8ce;
  color: #fff;
  line-height: 1;
}
.c-label-item + .c-label-item {
  margin-left: 5px;
}

.list--disc {
  list-style-type: disc;
  margin-left: 2em;
}
.list--disc > li {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list--color-disc {
  margin-left: 1em;
}
.list--color-disc > li {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.list--color-disc > li::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  background: #ff6c00;
  border-radius: 50%;
  top: 0.6em;
  left: -1em;
}

.list--checkmark {
  margin-left: 1em;
}
.list--checkmark > li {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.list--checkmark > li::before {
  content: "";
  background: none;
  border-radius: 0;
  position: absolute;
  top: 0.5em;
  left: -20px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #25AF01;
  border-bottom: 2px solid #25AF01;
  transform: rotate(-45deg);
}

@media (max-width: 480px) {
  .list--checkmark > li::before {
    top: 0.5em;
    left: -20px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #25AF01;
    border-bottom: 2px solid #25AF01;
    transform: rotate(-45deg);
  }
}
ul li > ul > li, ul li ol > li {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

ol li > ul > li, ol li ol > li {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

details.c-notes {
  color: #333;
  text-align: left;
  font-size: 11.2px;
  margin-top: 10px;
  opacity: 0.9;
}
details.c-notes > summary {
  display: inline-block;
  word-break: keep-all;
  margin: 0;
  padding: 0 10px;
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 11.2px;
  vertical-align: middle;
  line-height: 2em;
  transition: all 0.3s;
}
details.c-notes > summary span {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
  margin-left: 3px;
}
details.c-notes > summary span::before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
details.c-notes > summary span::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transition: all 0.3s;
}
details.c-notes:not([open]) > summary span::after {
  transform: rotate(-90deg);
}

ul.c-notes, ol.c-notes {
  margin: 1em auto 0;
  padding: 0;
  color: #333;
  font-size: 11.2px;
  font-weight: 300;
}
ul.c-notes li, ol.c-notes li {
  margin-left: 1em;
  text-indent: -1em;
}

.c-price-frame {
  text-align: center;
}
.c-price-monthly {
  color: #e54957;
  display: inline-block;
  line-height: 1;
  position: relative;
}
.c-price-monthly sup {
  font-size: 1.1rem;
  position: absolute;
  top: 2em;
  right: 0;
}
.c-price-monthly .c-price_num {
  font-family: Futura;
}
.c-price-monthly .c-price_label {
  background-color: #e54957;
  color: #fff;
  display: inline-block;
  font-size: 0.5em;
  margin: 0 0.5em 0 0;
  padding: 0.25em 0.5em 0.35em;
}
.c-price-monthly .c-price_value {
  font-size: 1.6em;
}
.c-price-monthly .c-price_tax {
  display: block;
  font-size: 0.5em;
  padding-right: 2em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .c-price-monthly {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-price-monthly {
    font-size: 9vw;
  }
}
.c-price--color-red * {
  color: #e54957;
}
.c-price--color-red .c-price_label {
  background-color: #e54957;
  color: #fff;
}

.c-text-quotation::before, .c-text-quotation::after {
  font-family: sans-serif;
}
.c-text-quotation::before {
  content: "“";
}
.c-text-quotation::after {
  content: "”";
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.modal-dialog {
  margin-top: 20px;
}

.modal-body > .modal-title {
  margin-bottom: 0.3em;
}

.mid .modal-body > button.close {
  border-color: #206289;
  color: #206289;
}

[aria-labelledby=tsuduku] .modal-body, [aria-labelledby=kawaru] .modal-body, [aria-labelledby=voice] .modal-body {
  padding-top: 30px;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}
.mid .modal-body > button.close {
  border-color: #206289;
  color: #206289;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.application-btn {
  padding: 40px 0;
}
.application-btn .btn-head {
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 1.8em;
}
.application-btn .btn-head .icon {
  width: 15%;
  margin-right: 3%;
}
.application-btn .btn-head .text {
  text-align: justify;
}
.application-btn .btn-head .text .sholuder {
  font-size: 0.5em;
  display: block;
}
.application-btn .btn-title {
  text-align: center;
  font-size: 1.4em;
}
.application-btn .btn-list {
  display: flex;
  margin: 0 -5px;
  max-width: 400px;
}
.application-btn .btn-list li.btn-apple {
  flex: 0 0 42%;
}
.application-btn .btn-list li img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .application-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .application-btn .btn-head {
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .application-btn .btn-list {
    margin-right: 9%;
  }
}
@media screen and (max-width: 767px) {
  .application-btn .btn-list li {
    margin: 5px;
  }
}
@media screen and (min-width: 768px) {
  .application-btn .btn-list li + li {
    margin-left: 35px;
  }
}
.p-support {
  max-width: 1000px;
  margin: 0 auto;
}
.p-support h1 {
  font-size: 26px;
}
.p-support h2 {
  font-size: 24px;
}
.p-support h3 {
  font-size: 18px;
}
.p-support h4 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-support h1 {
    font-size: 32px;
  }
  .p-support h2 {
    font-size: 30px;
  }
  .p-support h3 {
    font-size: 22px;
  }
  .p-support h4 {
    font-size: 18px;
  }
}
.p-support_nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .p-support_nav-list li {
    width: calc((100% / 2) - 1px);
  }
}
@media screen and (min-width: 768px) {
  .p-support_nav-list li {
    width: calc((100% / 4) - 1px);
  }
}
.p-support_nav-list a {
  display: flex;
  color: #fff;
  background-color: #276db0;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.p-support_anchor {
  width: 90%;
  max-width: 500px;
  margin: 40px auto;
}
.p-support_anchor-list > li {
  margin: 0.5em 0;
}
.p-support_anchor-list > li a {
  color: #276db0;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
.p-support_anchor-list > li a::before {
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  content: "";
  color: #276db0;
  height: 1.5em;
  width: 1.5em;
  text-align: center;
}
.p-support_anchor-list > li a span {
  flex: 1;
  padding: 0 0.5em 0 0.25em;
}
@media screen and (min-width: 768px) {
  .p-support_anchor-list--col-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .p-support_anchor-list--col-2 > li {
    width: calc(100% / 2);
  }
}
.p-support_panel {
  border: 1px solid #276db0;
  margin: 1em 0;
}
.p-support_panel-heading {
  background: #e1ebf4;
  border-bottom: 1px solid;
  border-color: #276db0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #276db0;
  font-weight: 700;
  padding: 10px 15px;
}
.p-support_panel-body {
  padding: 15px;
}
.p-support_panel-body > * {
  margin: 0 !important;
}
.p-support_keyvisual {
  position: relative;
  text-align: center;
}
.p-support_maintitle {
  color: #276db0;
  font-weight: 700;
  margin: 0.8em 15px;
  text-align: center;
}
.p-support_description {
  margin: 20px auto;
  padding: 0 20px;
}
.p-support_section {
  padding: 40px 20px 0;
}
.p-support_block {
  margin-bottom: 50px;
}
.p-support_block p {
  margin: 1em 0;
}
.p-support_flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .p-support_flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .p-support_flex-col {
    width: calc((100% / 2) - 10px);
  }
  .p-support_flex-col-1 {
    width: 100%;
  }
  .p-support_flex-col-2 {
    width: calc((100% / 2) - 10px);
  }
  .p-support_flex-col-3 {
    width: calc((100% / 3) - 10px);
  }
  .p-support_flex-col-4 {
    width: calc((100% / 4) - 10px);
  }
}
.p-support_table {
  width: 100%;
  margin-top: 20px;
}
.p-support_table th, .p-support_table td {
  border: 1px solid #dedede;
  padding: 5px 8px;
}
.p-support_table th {
  font-weight: 500;
}
.p-support_table thead {
  background: #e2e2e2;
}
.p-support_table thead th, .p-support_table thead td {
  text-align: center;
}
.p-support_table tbody th {
  background: #f6f6f6;
}
.p-support_img {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-support_img--portrait {
    max-width: 300px;
  }
  .p-support_img--landscape {
    max-width: 500px;
  }
}
.p-support_list-number {
  border: 1px solid #F455EC;
  margin: 20px auto;
  padding: 10px 20px;
}
.p-support_list-number > li::before {
  background-color: #F455EC;
  color: #fff;
}
.p-support_heading {
  font-weight: 700;
  margin-bottom: 1em;
}
.p-support_modal-heading {
  text-align: center;
  padding: 0.8em 15px;
}
.p-support_modal-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-support_modal-nav {
    flex-direction: row;
  }
}
.p-support_modal-nav li {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-support_modal-nav li {
    width: calc(50% - 5px);
  }
}
.p-support_modal-nav li a {
  color: initial;
  border-color: #adadad;
  width: 100%;
  height: 100%;
  min-height: 4em;
}
.p-support_modal-nav li a:hover {
  color: initial;
  border-color: #8c8c8c;
  background: #d4d4d4;
}
.p-support_label-alert {
  background-color: #f00;
}
.p-support_error {
  margin: 1em auto;
  padding: 15px;
  background-color: #f2dede;
}
.mid .p-support .c-heading-obi {
  background-color: #a9c3dc;
  color: #143a5f;
}

@media screen and (min-width: 768px) {
  .u-col-1 {
    width: 100%;
  }
  .u-col-2 {
    width: calc((100% / 2) - 10px);
    max-width: 100%;
  }
  .u-col-3 {
    width: calc((100% / 3) - 10px);
  }
  .u-col-4 {
    width: calc((100% / 4) - 10px);
  }
}

.u-align-left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .u-align-left--sp {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .u-align-left--pc {
    text-align: left;
  }
}
.u-align-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .u-align-center--sp {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .u-align-center--pc {
    text-align: center;
  }
}
.u-align-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .u-align-right--sp {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .u-align-right--pc {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .sp-line {
    display: inline-block;
  }

  .pc,
.pc-line {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .pc-line {
    display: inline-block;
  }

  .sp,
.sp-line {
    display: none;
  }
}
.u-display--block {
  display: block;
}
.u-display--inline {
  display: inline;
}
.u-display--inline-block {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .u-display--sp {
    display: block;
  }
  .u-display--sp-inline {
    display: inline-block;
  }
  .u-display--pc, .u-display--pc-inline {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-display--sp, .u-display--sp-inline {
    display: none;
  }
  .u-display--pc {
    display: block;
  }
  .u-display--pc-inline {
    display: inline-block;
  }
}

.u-font--lighter {
  font-weight: 200;
}
.u-font--normal {
  font-weight: 400;
}
.u-font--bold {
  font-weight: 500;
}
.u-font--bolder {
  font-weight: 900;
}

.u-link--opacity {
  transition: opacity 0.2s ease;
}
.u-link--opacity:hover {
  opacity: 0.7;
}

/**/
.p-merit {
  max-width: 1000px;
  margin: 0 auto;
}
.p-merit img {
  max-width: 100%;
}
.p-merit_maintitle {
  font-weight: 700;
  margin: 0.8em 15px;
  text-align: center;
}
.p-merit_description {
  margin: 20px auto;
  padding: 0 20px;
}
.p-merit_section {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .p-merit_section {
    padding: 60px 20px;
  }
}
.p-merit_block + .p-merit_block {
  margin-top: 50px;
}
.p-merit_block p {
  margin: 1em 0;
}
.p-merit_heading {
  margin-bottom: 1em;
}
.p-merit_heading .c-heading_shoulder {
  display: inline-block;
  background: #1d2f75;
  color: #fff;
  width: 5em;
  text-align: center;
  border-radius: 4px;
  padding: 4px;
}
.p-merit_heading.c-heading-sideline .c-heading_maintext {
  border-color: #0059ab;
}
.p-merit_flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .p-merit_flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .p-merit_flex-col {
    width: calc((100% / 2) - 10px);
  }
  .p-merit_flex-col-1 {
    width: 100%;
  }
  .p-merit_flex-col-2 {
    width: calc((100% / 2) - 10px);
  }
  .p-merit_flex-col-3 {
    width: calc((100% / 3) - 10px);
  }
  .p-merit_flex-col-4 {
    width: calc((100% / 4) - 10px);
  }
}