@charset "UTF-8";


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

address {
  font-style: normal;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
  font-weight: 400;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
  outline: none;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

html {
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Meiryo, "メイリオ", Osaka, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.75;
  color: #303742;
  text-align: left;
  background-color: #f7f8f9;
  overflow-wrap: break-word;
  word-break: break-all;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #2590e8;
  outline: none;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

a:focus, a:hover, a:active, a.active {
  color: #1576c5;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: .5em;
  margin-top: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.6rem;
}

h3,
.h3 {
  font-size: 1.4rem;
}

h4,
.h4 {
  font-size: 1.2rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: .8rem;
}

p {
  margin: 0 0 1.75;
}

a,
ins,
u {
  text-decoration-skip: ink edges;
}

abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none;
}

kbd {
  font-size: 1.2rem;
}

mark {
  border-bottom: 0.05rem solid #ffd367;
  border-radius: 0.1rem;
  padding: 0.05rem 0.1rem 0;
}

blockquote {
  border-left: 0.1rem solid #dadee4;
  margin-left: 0;
  padding: 0.4rem 0.8rem;
}

blockquote p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
  padding: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
}

ul li,
ol li {
  margin-top: 0.4rem;
}

ul {
  list-style: disc inside;
}

ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal inside;
}

ol ol {
  list-style-type: lower-alpha;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin: 0.4rem 0 0.8rem 0;
}

.btn {
  appearance: none;
  background: #fff;
  border: 0.05rem solid #fff;
  color: #1268ae;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  height: 1.8rem;
  line-height: 1.75;
  outline: none;
  padding: -0.025rem 0.4rem;
  text-align: center;
  text-decoration: none;
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(37, 144, 232, 0.2);
}

.btn:focus, .btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: .8;
}

.btn:active, .btn.active {
  color: #fff;
  text-decoration: none;
}

.btn:active.loading::after, .btn.active.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.btn.btn-primary {
  background: #1268ae;
  border-color: #1889e5;
  color: #fff;
}

.btn.btn-primary:focus, .btn.btn-primary:hover {
  background: #1783dc;
  border-color: #167bce;
  color: #fff;
}

.btn.btn-primary:active, .btn.btn-primary.active {
  background: #167ed3;
  border-color: #1576c5;
  color: #fff;
}

.btn.btn-primary.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.form-label {
  display: block;
  line-height: 1.75;
  padding: 0.025rem 0;
}

.form-label.label-sm {
  font-size: 1.2rem;
  padding: -0.175rem 0;
}

.form-label.label-lg {
  font-size: 2rem;
  padding: 0.125rem 0;
}

.form-input {
  appearance: none;
  background: #fff;
  background-image: none;
  border: 0.05rem solid #bcc3ce;
  border-radius: 0.1rem;
  color: #3b4351;
  display: block;
  font-size: 1.4rem;
  line-height: 1.75;
  max-width: 100%;
  outline: none;
  padding: 8px 10px;
  position: relative;
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
  width: 100%;
}

.form-input:focus {
  box-shadow: 0 0 0 0.1rem rgba(37, 144, 232, 0.2);
  border-color: #2590e8;
}

.form-input::placeholder {
  color: #303742;
}

.form-input.input-sm {
  font-size: 1.2rem;
  height: 1.4rem;
  padding: -0.225rem 0.3rem;
}

.form-input.input-lg {
  font-size: 2rem;
  height: 2rem;
  padding: 0.075rem 0.6rem;
}

.form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.form-input[type="file"] {
  height: auto;
}

textarea.form-input, textarea.form-input.input-lg, textarea.form-input.input-sm {
  height: auto;
}

.form-input-hint {
  color: #303742;
  font-size: 1.2rem;
  margin-top: 0.2rem;
}

.has-success .form-input-hint,
.is-success + .form-input-hint {
  color: #32b643;
}

.has-error .form-input-hint,
.is-error + .form-input-hint {
  color: #e85600;
}

.form-select {
  appearance: none;
  border: 0.05rem solid #bcc3ce;
  border-radius: 0.1rem;
  color: inherit;
  font-size: 1.4rem;
  height: 1.8rem;
  line-height: 1.75;
  outline: none;
  padding: -0.025rem 0.4rem;
  vertical-align: middle;
  width: 100%;
  background: #fff;
}

.form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(37, 144, 232, 0.2);
  border-color: #2590e8;
}

.form-select::-ms-expand {
  display: none;
}

.form-select.select-sm {
  font-size: 1.2rem;
  height: 1.4rem;
  padding: -0.225rem 1.1rem -0.225rem 0.3rem;
}

.form-select.select-lg {
  font-size: 2rem;
  height: 2rem;
  padding: 0.075rem 1.4rem 0.075rem 0.6rem;
}

.form-select[size], .form-select[multiple] {
  height: auto;
  padding: -0.025rem 0.4rem;
}

.form-select[size] option, .form-select[multiple] option {
  padding: 0.1rem 0.2rem;
}

.form-select:not([multiple]):not([size]) {
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
  padding-right: 1.2rem;
}

.has-icon-left,
.has-icon-right {
  position: relative;
}

.has-icon-left .form-icon,
.has-icon-right .form-icon {
  height: 0.8rem;
  margin: 0 -0.025rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  z-index: 2;
}

.has-icon-left .form-icon {
  left: 0.05rem;
}

.has-icon-left .form-input {
  padding-left: 0.75rem;
}

.has-icon-right .form-icon {
  right: 0.05rem;
}

.has-icon-right .form-input {
  padding-right: 0.75rem;
}

.form-checkbox,
.form-radio {
  display: block;
  line-height: 1.75;
  margin: 0.2rem 0;
  min-height: 1.4rem;
  padding: -0.175rem 0.4rem -0.175rem 1.2rem;
  position: relative;
}

.form-checkbox input,
.form-radio input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(37, 144, 232, 0.2);
  border-color: #2590e8;
}

.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon {
  background: #2590e8;
  border-color: #2590e8;
}

.form-checkbox .form-icon,
.form-radio .form-icon {
  border: 0.05rem solid #bcc3ce;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
}

.form-checkbox.input-sm,
.form-radio.input-sm {
  font-size: 1.2rem;
  margin: 0;
}

.form-checkbox.input-lg,
.form-radio.input-lg {
  font-size: 2rem;
  margin: 0.3rem 0;
}

.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #fff;
  height: 0.8rem;
  left: 0;
  top: 0.3rem;
  width: 0.8rem;
}

.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #eef0f3;
}

.form-checkbox .form-icon {
  border-radius: 0.1rem;
}

.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: 0.1rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}

.form-checkbox input:indeterminate + .form-icon {
  background: #2590e8;
  border-color: #2590e8;
}

.form-checkbox input:indeterminate + .form-icon::before {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.form-radio .form-icon {
  border-radius: 50%;
}

.form-radio input:checked + .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}

.input-group {
  display: flex;
}

.input-group .input-group-addon {
  background: #f7f8f9;
  border: 0.05rem solid #bcc3ce;
  border-radius: 0.1rem;
  line-height: 1.75;
  padding: -0.025rem 0.4rem;
  white-space: nowrap;
}

.input-group .input-group-addon.addon-sm {
  font-size: 1.2rem;
  padding: -0.225rem 0.3rem;
}

.input-group .input-group-addon.addon-lg {
  font-size: 2rem;
  padding: 0.075rem 0.6rem;
}

.input-group .form-input,
.input-group .form-select {
  flex: 1 1 auto;
  width: 1%;
}

.input-group .input-group-btn {
  z-index: 1;
}

.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}

.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}

.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 2;
}

.input-group .form-select {
  width: auto;
}

.input-group.input-inline {
  display: inline-flex;
}

.has-success .form-input, .form-input.is-success, .has-success
.form-select,
.form-select.is-success {
  background: #f9fdfa;
  border-color: #32b643;
}

.has-success .form-input:focus, .form-input.is-success:focus, .has-success
.form-select:focus,
.form-select.is-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2);
}

.has-error .form-input, .form-input.is-error, .has-error
.form-select,
.form-select.is-error {
  background: #fffaf7;
  border-color: #e85600;
}

.has-error .form-input:focus, .form-input.is-error:focus, .has-error
.form-select:focus,
.form-select.is-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
}

.has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon, .has-error
.form-radio .form-icon,
.form-radio.is-error .form-icon {
  border-color: #e85600;
}

.has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon, .has-error
.form-radio input:checked + .form-icon,
.form-radio.is-error input:checked + .form-icon {
  background: #e85600;
  border-color: #e85600;
}

.has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon, .has-error
.form-radio input:focus + .form-icon,
.form-radio.is-error input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
  border-color: #e85600;
}

.has-error .form-checkbox input:indeterminate + .form-icon, .form-checkbox.is-error input:indeterminate + .form-icon {
  background: #e85600;
  border-color: #e85600;
}

.form-input:not(:placeholder-shown):invalid {
  border-color: #e85600;
}

.form-input:not(:placeholder-shown):invalid:focus {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
  background: #fffaf7;
}

.form-input:not(:placeholder-shown):invalid + .form-input-hint {
  color: #e85600;
}

.form-input:disabled, .form-input.disabled,
.form-select:disabled,
.form-select.disabled {
  background-color: #eef0f3;
  cursor: not-allowed;
  opacity: .5;
}

.form-input[readonly] {
  background-color: #f7f8f9;
}

input:disabled + .form-icon, input.disabled + .form-icon {
  background: #eef0f3;
  cursor: not-allowed;
  opacity: .5;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.column {
  flex: 1;
  max-width: 100%;
}

.column.col-12, .column.col-11, .column.col-10, .column.col-9, .column.col-8, .column.col-7, .column.col-6, .column.col-5, .column.col-4, .column.col-3, .column.col-2, .column.col-1, .column.col-auto {
  flex: none;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

@media (max-width: 60em) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-lg-auto {
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-auto {
    width: auto;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}

@media (max-width: 52.5em) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-md-auto {
    flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}

@media (max-width: 40em) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col-sm-auto {
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-auto {
    width: auto;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}

@media (max-width: 30em) {
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1,
  .col-xs-auto {
    flex: none;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-auto {
    width: auto;
  }
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 30;
  background: #fff;
}

.header .container {
  width: 100%;
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
}

.header-main {
  padding-left: 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}

@media (max-width: 52.5em) {
  .header-main {
    display: block;
    padding-left: 0;
    width: 100%;
  }
}

.header-logo {
  margin-bottom: 0;
}

.header-logo img {
  width: 200px;
}

@media (max-width: 30em) {
  .header-logo img {
    width: 150px;
  }
}

.header-logo a {
  text-decoration: none;
  transition: all 0.3s linear;
}

@media (max-width: 52.5em) {
  .header-logo a {
    display: block;
  }
}

.header-logo a:hover {
  opacity: 0.7;
}

.header-nav_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 52.5em) {
  .header-nav_wrap {
    height: 100%;
  }
}

.header-nav {
  padding-right: 0;
}

@media (max-width: 52.5em) {
  .header-nav {
    display: none;
  }
}

.header-nav .nav-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-right: 5px;
}

.header-nav .nav-list_item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-right: 5px;
  list-style: none;
  padding-right: 15px;
}

.header-nav .nav-list_item a {
  display: block;
  font-size: 1.3rem;
  text-decoration: none;
  color: #303742;
  padding: 0;
  transition: all 0.3s linear;
  position: relative;
}

.header-nav .nav-list_item a:hover {
  color: #1268ae;
}

.header-nav .nav-list_item a.active:after {
  border-bottom: 2px solid #2590e8;
  content: '';
  position: absolute;
  width: 100%;
  bottom: -4px;
  left: 0;
}

@media (max-width: 40em) {
  .header-link_item {
    width: 65px;
    height: 100%;
  }
}

@media (max-width: 30em) {
  .header-link_item {
    width: 55px;
    height: 100%;
  }
}

.header-link_item a {
  display: block;
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s linear;
}

@media (max-width: 40em) {
  .header-link_item a {
    width: 100%;
    height: 100%;
    line-height: 1.3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 10px;
  }
}

.header-link_item a:hover {
  opacity: .8;
}

.header-link_item a i {
  font-size: 1.8rem;
  padding-right: 8px;
  position: relative;
  top: 1px;
}

@media (max-width: 40em) {
  .header-link_item a i {
    font-size: 1.5rem;
    display: block;
    padding-right: 0;
    margin-bottom: 2px;
    top: 0;
  }
}

.header-link_item a.btn-register {
  background: #f57c00;
}

.header-link_item a.btn-login {
  background: #728199;
}

.contact-bar {
  background: #4caf50;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 60em) {
  .contact-bar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 1rem;
  }
}

.contact-bar .contact-tel-box {
  font-size: 3rem;
  padding: 10px 1rem;
}

@media (max-width: 60em) {
  .contact-bar .contact-tel-box {
    line-height: 1.5;
  }
}

@media (max-width: 52.5em) {
  .contact-bar .contact-tel-box {
    font-size: 2rem;
    line-height: 1;
  }
}

@media (min-width: 52.5em) {
  .contact-bar .contact-tel-box a[href^="tel:"] {
    pointer-events: none;
  }
}

.contact-bar .contact-tel-box a {
  color: #fff;
}

.contact-bar .contact-tel-box a:hover {
  text-decoration: none;
}

.contact-bar .contact-tel-box span {
  font-size: 1.8rem;
  margin-left: 1rem;
  display: inline-block;
}

@media (max-width: 52.5em) {
  .contact-bar .contact-tel-box span {
    font-size: 1.6rem;
  }
}

@media (max-width: 40em) {
  .contact-bar .contact-tel-box span {
    font-size: 1.4rem;
  }
}

.contact-bar .contact-tel-box i {
  margin-right: 1rem;
}

.contact-bar .contact-tel-box small {
  font-size: 1.8rem;
  display: inline-block;
}

@media (max-width: 52.5em) {
  .contact-bar .contact-tel-box small {
    font-size: 1.6rem;
  }
}

@media (max-width: 40em) {
  .contact-bar .contact-tel-box small {
    font-size: 1.4rem;
  }
}

@media (max-width: 60em) {
  .contact-bar .contact-button-box {
    text-align: center;
    display: grid;
  }
}

.contact-bar .btn-contact {
  display: block;
  padding: 0 4rem;
  background: #f57c00;
}

.contact-bar .btn-contact img {
  vertical-align: middle;
  width: 100%;
  padding: 1rem;
  max-width: 130px;
}

.contact-bar .btn-contact:hover {
  background: #ffbf00;
  text-decoration: none;
}

.drawer-bar {
  display: none;
  position: relative;
}

@media (max-width: 52.5em) {
  .drawer-bar {
    display: block;
    width: 70px;
    height: 100%;
  }
}

.drawer-bar span {
  display: block;
  width: 20px;
  height: 1px;
  border-bottom: #5b687d 2px solid;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.drawer-bar:hover {
  cursor: pointer;
}

.drawer-bar:before, .drawer-bar:after {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  border-bottom: #5b687d 2px solid;
  position: absolute;
  bottom: 16px;
  left: 10px;
  transition: all 0.5s;
}

.drawer-bar:before {
  top: 16px;
}

.drawer-bar.is-active span {
  border: none;
}

.drawer-bar.is-active:before, .drawer-bar.is-active:after {
  width: 24px;
  top: 24px;
  left: 7px;
}

.drawer-bar.is-active:before {
  transform: rotate(-45deg);
}

.drawer-bar.is-active:after {
  transform: rotate(45deg);
}

.drawer-nav {
  position: fixed;
  top: 50px;
  left: -60%;
  background: #f7f8f9;
  z-index: 1500;
  width: 60%;
  height: calc(100% - 50px);
  padding: 20px;
  transition: all 0.5s ease;
}

.drawer-nav.is-active {
  left: 0;
}

.drawer-nav .drawer-list_item {
  border-bottom: #fff 1px solid;
  list-style: none;
}

.drawer-nav .drawer-list_item a {
  padding: 10px 0;
  font-size: 1.3rem;
  color: #303742;
  text-decoration: none;
  display: block;
}

.footer {
  padding: 15px;
  background: #f7f8f9;
}

@media (max-width: 52.5em) {
  .footer {
    padding: 20px;
  }
}

@media (max-width: 52.5em) {
  .footer .footer-nav {
    overflow: hidden;
  }
}

.footer .container {
  max-width: 1440px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}

@media (max-width: 52.5em) {
  .footer .container {
    display: block;
  }
}

.footer .nav-list {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

@media (max-width: 52.5em) {
  .footer .nav-list {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 0;
  }
}

@media (max-width: 52.5em) {
  .footer .nav-list_item {
    width: 46%;
    border-bottom: 1px solid #dadee4;
  }
  .footer .nav-list_item:nth-child(1), .footer .nav-list_item:nth-child(2) {
    border-top: 1px solid #dadee4;
  }
}

.footer .nav-list_item a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #303742;
  transition: all 0.3s linear;
  padding: 0 10px;
}

@media (max-width: 52.5em) {
  .footer .nav-list_item a {
    display: block;
    padding: 10px 0;
    font-size: 1.4rem;
  }
}

.footer .nav-list_item a:hover {
  color: #2590e8;
}

.footer .copyright {
  font-size: 1.2rem;
  color: #303742;
  display: block;
  padding: 1rem;
  text-align: right;
}

@media (max-width: 52.5em) {
  .footer .copyright {
    text-align: center;
    letter-spacing: 0;
  }
}

/* pagetop
----------------------------------------------- */
.pagetop {
  background-color: #9fa9b9;
  text-align: center;
}

.pagetop a {
  padding: 5px 10px;
  font-size: 1.4rem;
  color: #fff;
  display: block;
}

.pagetop a:hover {
  text-decoration: none;
  opacity: .8;
}

.pagetop i {
  margin-right: 1rem;
}

.etc-section {
  background: #fff;
}

.etc-section::after {
  clear: both;
  content: "";
  display: table;
}

.etc-section.section {
  padding: 0;
}

.etc {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 40em) {
  .etc {
    text-align: center;
    display: block;
  }
}

.cooperation {
  display: inline-block;
}

@media (max-width: 40em) {
  .cooperation {
    display: block;
  }
}

.cooperation li {
  display: inline-block;
  padding-right: 48px;
  vertical-align: middle;
}

@media (max-width: 40em) {
  .cooperation li {
    display: block;
    padding-right: 0;
    padding-bottom: 16px;
  }
}

.cooperation .privacypolicy {
  float: right;
}

@media (max-width: 40em) {
  .cooperation .privacypolicy {
    float: none;
  }
}

.content-title {
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 3rem;
}

@media (max-width: 52.5em) {
  .content-title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
}

@media (max-width: 40em) {
  .content-title {
    font-size: 2rem;
  }
}

.content-subtitle {
  text-align: center;
  line-height: 1;
  margin-bottom: 1.75rem;
  font-size: 2.6rem;
}

@media (max-width: 52.5em) {
  .content-subtitle {
    font-size: 2.2rem;
  }
}

@media (max-width: 40em) {
  .content-subtitle {
    font-size: 1.8rem;
  }
}

.content-lead {
  max-width: calc(80% - 2rem);
  font-size: 1.8rem;
  text-align: center;
  margin: 0 auto 3rem;
}

@media (max-width: 52.5em) {
  .content-lead {
    max-width: 100%;
    font-size: 1.6rem;
  }
}

/*---------------------
  Section
-----------------------*/
.section {
  padding: 5rem 2rem;
}

@media (max-width: 52.5em) {
  .section {
    padding: 3rem 1.5rem;
  }
}

@media (max-width: 40em) {
  .section {
    padding: 2rem 1rem;
  }
}

.section .container {
  max-width: 1440px;
}

.columns.box-content, .columns.icon-box {
  align-items: start;
}

.box-content .box-image, .icon-box .box-image {
  margin-bottom: 0;
}

.box-content .box-title, .icon-box .box-title {
  font-size: 2.6rem;
  line-height: 1.5;
}

@media (max-width: 52.5em) {
  .box-content .box-title, .icon-box .box-title {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
}

@media (max-width: 40em) {
  .box-content .box-title, .icon-box .box-title {
    font-size: 1.8rem;
    font-weight: 700;
  }
}

.box-content .box-text, .icon-box .box-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  padding: .5rem 2rem .5rem 0;
}

@media (max-width: 52.5em) {
  .box-content .box-text, .icon-box .box-text {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}

.icon-box {
  text-align: center;
}

.icon-box p {
  margin-top: 0;
}

.icon-box .box-image {
  max-width: 40%;
}

.icon-box .box-text {
  padding: .5rem 2rem;
}

.col-image {
  text-align: center;
}

.col-image img {
  max-width: 80%;
}

.button_container {
  margin-top: 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}

@media (max-width: 40em) {
  .button_container {
    display: block;
    text-align: center;
  }
}

.button_container .btn {
  display: block;
  position: relative;
  width: 240px;
  border: none;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 12px;
  height: 100%;
  margin-right: 15px;
}

@media (max-width: 40em) {
  .button_container .btn {
    margin: 0 auto 10px;
    display: inline-block;
  }
}

.button_container .btn:hover {
  opacity: .8;
  text-decoration: none;
}

.button_container .btn .ion {
  margin-right: 1rem;
}

.cta-section {
  padding: 40px 20px;
  text-align: center;
  background-color: #e8ebef;
}

@media (max-width: 40em) {
  .cta-section {
    padding: 30px 20px;
  }
}

.cta-section a {
  display: block;
}

.cta-section a:hover {
  text-decoration: none;
}

.cta-primaty .btn-cta {
  width: 97%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1.85rem 2rem;
  display: inline-block;
  background-color: #f57c00;
  line-height: 1;
}

.cta-primaty .btn-cta:hover {
  background-color: #ffbf00;
}

@media (max-width: 40em) {
  .cta-primaty .btn-cta {
    width: 100%;
  }
}

.cta-primaty .btn-cta img {
  width: 100%;
  padding: 0 2rem;
  max-width: 400px;
  vertical-align: middle;
}

.feature-section {
  background: #fff;
}

.news-content h3 {
  margin-bottom: 0;
  color: #909cae;
}

.news-content dt {
  margin-top: 0;
}

.news-content dd {
  margin-bottom: 2rem;
}

@media (max-width: 52.5em) {
  .news-content dd {
    margin-bottom: 1.5rem;
  }
}

.news-content dt, .news-content h3, .news-content dd {
  font-size: 1.8rem;
}

@media (max-width: 52.5em) {
  .news-content dt, .news-content h3, .news-content dd {
    font-size: 1.6rem;
  }
}

@media (max-width: 40em) {
  .news-content dt, .news-content h3, .news-content dd {
    font-size: 1.4rem;
  }
}

.news-content .column {
  margin: 0 auto;
}

.news-content .column:not(:last-of-type) {
  border-bottom: 1px solid #dadee4;
}

.flow-section .container {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 40em) {
  .flow-section .container {
    max-width: 100%;
  }
}

.flow-section .flow-columns {
  align-items: start;
}

.flow-section .flow-title {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
}

@media (max-width: 52.5em) {
  .flow-section .flow-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 40em) {
  .flow-section .flow-title {
    font-size: 1.8rem;
  }
}

.flow-section .flow_list {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  font-size: 1.8rem;
}

@media (max-width: 52.5em) {
  .flow-section .flow_list {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.flow-section .flow_list-item {
  margin-bottom: 2rem;
  padding: .75rem;
}

@media (max-width: 52.5em) {
  .flow-section .flow_list-item {
    margin-bottom: 1.5rem;
  }
}

.flow-section .box-title {
  color: #1268ae;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 2.6rem;
}

@media (max-width: 52.5em) {
  .flow-section .box-title {
    font-size: 2.2rem;
    line-height: 1.75;
  }
}

@media (max-width: 40em) {
  .flow-section .box-title {
    font-size: 1.8rem;
    line-height: 1.25;
  }
}

.flow-section .step-num {
  font-weight: bold;
  font-family: verdana;
  font-size: 2.4rem;
  vertical-align: baseline;
  margin-right: 1.5rem;
  color: #1268ae;
}

.flow-section .box-text {
  margin-top: 0;
  margin-bottom: 4rem;
  position: relative;
  font-size: 1.8rem;
}

@media (max-width: 52.5em) {
  .flow-section .box-text {
    font-size: 1.6rem;
  }
}

.flow-section .box-text:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2.4rem;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #cbd0d9;
  border-bottom-width: 0;
}

.function-section {
  background: #fff;
}

.function-section .columns {
  align-items: start;
}

.function-section .movie-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  display: block;
  margin: 2rem auto 0;
}

.function-section .movie-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero {
  width: 100%;
  position: relative;
  background: url(https://www.medical-care.net/html/images/2019/assets/index/bg-main.jpg) no-repeat center top;
  background-size: cover;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 10;
}

.hero .hero_content {
  padding: 50px 1%;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 60em) {
  .hero .hero_content {
    padding: 30px 1%;
  }
}

@media (min-width: 80em) {
  .hero .hero_content {
    padding: 50px 2%;
  }
}

.hero .hero_content .columns {
  margin: 0 auto;
  max-width: 1300px;
}

.hero .hero_content .hero-detail {
  text-align: left;
}

@media (max-width: 40em) {
  .hero .hero_content .hero-detail {
    margin-bottom: 20px;
    max-width: 100%;
  }
}

.hero .hero_content .hero-image {
  position: relative;
  text-align: center;
}

.hero .hero_content .hero-image img {
  max-width: 100%;
}

@media (max-width: 40em) {
  .hero .hero_content .hero-image img {
    max-width: 80%;
  }
}

@media (max-width: 30em) {
  .hero .hero_content .hero-image img {
    max-width: 100%;
  }
}

.hero .content-title {
  color: #fff;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  font-size: 4rem;
}

@media (max-width: 80em) {
  .hero .content-title {
    font-size: 3.8rem;
  }
}

@media (max-width: 60em) {
  .hero .content-title {
    font-size: 3.4rem;
  }
}

@media (max-width: 57em) {
  .hero .content-title {
    font-size: 3.2rem;
  }
}

@media (max-width: 52.5em) {
  .hero .content-title {
    font-size: 3rem;
    line-height: 1.5;
  }
}

@media (max-width: 40em) {
  .hero .content-title {
    font-size: 2.6rem;
    text-align: center;
  }
}

@media (max-width: 30em) {
  .hero .content-title {
    font-size: 2.2rem;
    letter-spacing: -.1rem;
  }
}

.hero .content-catch {
  color: #fff;
  font-weight: 400;
  text-align: left;
  font-size: 2.65rem;
}

@media (max-width: 60em) {
  .hero .content-catch {
    font-size: 2rem;
  }
}

@media (max-width: 57em) {
  .hero .content-catch {
    font-size: 1.8rem;
  }
}

@media (max-width: 52.5em) {
  .hero .content-catch {
    font-size: 1.8rem;
  }
}

@media (max-width: 40em) {
  .hero .content-catch {
    line-height: 1.5;
    text-align: center;
  }
}

@media (max-width: 30em) {
  .hero .content-catch {
    font-size: 1.3rem;
  }
}

.hero .button_container {
  justify-content: flex-start;
}

@media (max-width: 40em) {
  .hero .button_container {
    justify-content: center;
  }
}

.hero .btn-register {
  display: block;
  position: relative;
  border: none;
  line-height: 1;
  background: #f57c00;
  width: 400px;
}

.hero .btn-register:hover {
  background: #ffbf00;
}

@media (max-width: 52.5em) {
  .hero .btn-register {
    width: 280px;
  }
}

.hero .btn-register img {
  width: 100%;
  padding: .25rem 3.5rem;
  vertical-align: middle;
}

@media (max-width: 52.5em) {
  .hero .btn-register img {
    padding: 0 1.5rem;
  }
}

.performance-section .data-columns {
  margin: 0 auto 2rem;
}

@media (min-width: 52.5em) {
  .performance-section .data-columns {
    max-width: 70%;
  }
}

.data-box {
  margin-bottom: 2rem;
}

.data-box .box-item {
  position: relative;
  line-height: 2;
}

.data-box .box-item::after {
  clear: both;
  content: "";
  display: table;
}

.data-box .box-item img {
  max-width: 20%;
  float: left;
  margin-right: 1rem;
}

.data-box .box-item div {
  font-size: 2.2rem;
}

@media (max-width: 52.5em) {
  .data-box .box-item div {
    font-size: 1.8rem;
  }
}

@media (max-width: 40em) {
  .data-box .box-item div {
    font-size: 1.6rem;
  }
}

.data-box .num {
  font-family: 'hiragino sans', sans-serif;
  font-size: 5rem;
  line-height: .8;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: .25rem 1rem 0 0;
  color: #1268ae;
  text-align: right;
}

@media (max-width: 52.5em) {
  .data-box .num {
    font-size: 4rem;
  }
}

.post-columns .column {
  padding: .4rem;
}

.article-tile {
  background: #fff;
  border: 1px solid #eee;
}

.article-tile::after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 40em) {
  .article-tile {
    padding: 0;
    float: none;
    width: 100%;
  }
}

.article-tile .article-detail {
  float: right;
  width: -webkit-calc(60% - 10px);
  width: -moz-calc(60% - 10px);
  width: calc(60% - 10px);
  padding: .75rem .75rem .75rem .5rem;
}

@media (min-width: 40em) {
  .article-tile .article-detail {
    float: none;
    width: 100%;
    padding: .25rem;
  }
}

.article-tile .article-title {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 40em) {
  .article-tile .article-title {
    float: none;
    width: 100%;
    margin-right: 5px;
    padding: 0 10px;
  }
}

.article-tile .article-title a {
  font-size: 1.8rem;
  color: #303742;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: unset;
}

@media (max-width: 52.5em) {
  .article-tile .article-title a {
    font-size: 1.5rem;
  }
}

@media (max-width: 40em) {
  .article-tile .article-title a {
    font-size: 1.3rem;
  }
}

.article-tile .article-image {
  float: left;
  width: 40%;
  margin-right: 10px;
}

@media (min-width: 40em) {
  .article-tile .article-image {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.article-tile .article-image a {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-top: 66.6%;
  background-size: cover;
  background-position: center center;
}

.post_button {
  margin-top: 1rem;
}

.post_button.button_container {
  text-align: center;
  justify-content: center;
  display: flex;
}

.faq-section {
  background: #fff;
}

.qa-content .column {
  margin: 0 auto;
}

.qa-content .column:not(:last-of-type) {
  border-bottom: 1px solid #dadee4;
}

.qa-content-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.qa-content-title .qa-content-title_icon {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  font-family: verdana;
  margin-right: 14px;
  color: #1268ae;
}

@media (max-width: 52.5em) {
  .qa-content-title .qa-content-title_icon {
    font-size: 3rem;
    margin-bottom: 0;
    margin-right: 10px;
  }
}

@media (max-width: 40em) {
  .qa-content-title .qa-content-title_icon {
    font-size: 2.6rem;
  }
}

.qa-content-text .support-box dt {
  font-size: 2.2rem;
}

@media (max-width: 52.5em) {
  .qa-content-text .support-box dt {
    font-size: 1.8rem;
  }
}

.qa-content-text .support-box dd {
  font-size: 1.8rem;
  margin: 0;
  line-height: 1.75;
}

@media (max-width: 52.5em) {
  .qa-content-text .support-box dd {
    font-size: 1.6rem;
  }
}

.qa-answer {
  font-size: 1.8rem;
  margin-top: 0;
}

@media (max-width: 52.5em) {
  .qa-answer {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: .75rem;
  }
}

.qa-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1268ae;
  line-height: 1;
}

@media (max-width: 52.5em) {
  .qa-title {
    margin-top: .75rem;
    margin-bottom: 0;
    font-size: 2.2rem;
    line-height: 1.75;
  }
}

@media (max-width: 40em) {
  .qa-title {
    font-size: 1.8rem;
  }
}
