@charset "UTF-8";
/*----------------------------------------------------
　Base
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
  padding: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

li {
  list-style-type: none;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

button {
  outline: none;
  border: none;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[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 {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*----------------------------------------------------
### ブレークポイント
----------------------------------------------------*/
/*----------------------------------------------------
## 画面サイズ
----------------------------------------------------*/
/*----------------------------------------------------
### 色
----------------------------------------------------*/
/*----------------------------------------------------
### ブレークポイント
----------------------------------------------------*/
/*----------------------------------------------------
## 画面サイズ
----------------------------------------------------*/
/*----------------------------------------------------
### 色
----------------------------------------------------*/
/*----------------------------------------------------
### 色の割り当て
各色にはデフォルトのsemanticの変数が割り当てられています。
デフォルト以外の色を使う場合は、適宜追加してください。
----------------------------------------------------*/
/*----------------------------------------------------
### 文字サイズ
----------------------------------------------------*/
/*----------------------------------------------------
### 文字太さ
----------------------------------------------------*/
/*----------------------------------------------------
### 行間
----------------------------------------------------*/
/*----------------------------------------------------
### 書体セット
----------------------------------------------------*/
/*----------------------------------------------------
### マージン
----------------------------------------------------*/
/*----------------------------------------------------
### 角丸
----------------------------------------------------*/
/*----------------------------------------------------
　影幅
----------------------------------------------------*/
/*----------------------------------------------------
　ボタン縦幅
----------------------------------------------------*/
/*----------------------------------------------------
　z-index
----------------------------------------------------*/
/*----------------------------------------------------
 Mixin インポート用
----------------------------------------------------*/
/*----------------------------------------------------
　Margin
----------------------------------------------------*/
.mt-a {
  margin-top: auto !important;
}

.mb-a {
  margin-bottom: auto !important;
}

.ml-a {
  margin-left: auto !important;
}

.mr-a {
  margin-right: auto !important;
}

.m-a {
  margin: auto auto auto auto !important;
}

.mh-a {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mv-a {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.m-0 {
  margin: 0 0 0 0 !important;
}

.mh-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mv-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-x4s {
  margin-top: 0.2rem !important;
}

.mb-x4s {
  margin-bottom: 0.2rem !important;
}

.ml-x4s {
  margin-left: 0.2rem !important;
}

.mr-x4s {
  margin-right: 0.2rem !important;
}

.m-x4s {
  margin: 0.2rem 0.2rem 0.2rem 0.2rem !important;
}

.mh-x4s {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

.mv-x4s {
  margin-top: 0.2rem !important;
  margin-bottom: 0.2rem !important;
}

.mt-x3s {
  margin-top: 0.4rem !important;
}

.mb-x3s {
  margin-bottom: 0.4rem !important;
}

.ml-x3s {
  margin-left: 0.4rem !important;
}

.mr-x3s {
  margin-right: 0.4rem !important;
}

.m-x3s {
  margin: 0.4rem 0.4rem 0.4rem 0.4rem !important;
}

.mh-x3s {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.mv-x3s {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

.mt-x2s {
  margin-top: 0.8rem !important;
}

.mb-x2s {
  margin-bottom: 0.8rem !important;
}

.ml-x2s {
  margin-left: 0.8rem !important;
}

.mr-x2s {
  margin-right: 0.8rem !important;
}

.m-x2s {
  margin: 0.8rem 0.8rem 0.8rem 0.8rem !important;
}

.mh-x2s {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.mv-x2s {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.mt-xs {
  margin-top: 1.2rem !important;
}

.mb-xs {
  margin-bottom: 1.2rem !important;
}

.ml-xs {
  margin-left: 1.2rem !important;
}

.mr-xs {
  margin-right: 1.2rem !important;
}

.m-xs {
  margin: 1.2rem 1.2rem 1.2rem 1.2rem !important;
}

.mh-xs {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important;
}

.mv-xs {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}

.mt-sm {
  margin-top: 1.6rem !important;
}

.mb-sm {
  margin-bottom: 1.6rem !important;
}

.ml-sm {
  margin-left: 1.6rem !important;
}

.mr-sm {
  margin-right: 1.6rem !important;
}

.m-sm {
  margin: 1.6rem 1.6rem 1.6rem 1.6rem !important;
}

.mh-sm {
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}

.mv-sm {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.mt-md {
  margin-top: 2rem !important;
}

.mb-md {
  margin-bottom: 2rem !important;
}

.ml-md {
  margin-left: 2rem !important;
}

.mr-md {
  margin-right: 2rem !important;
}

.m-md {
  margin: 2rem 2rem 2rem 2rem !important;
}

.mh-md {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mv-md {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mt-mm {
  margin-top: 2.4rem !important;
}

.mb-mm {
  margin-bottom: 2.4rem !important;
}

.ml-mm {
  margin-left: 2.4rem !important;
}

.mr-mm {
  margin-right: 2.4rem !important;
}

.m-mm {
  margin: 2.4rem 2.4rem 2.4rem 2.4rem !important;
}

.mh-mm {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}

.mv-mm {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.mt-ml {
  margin-top: 2.8rem !important;
}

.mb-ml {
  margin-bottom: 2.8rem !important;
}

.ml-ml {
  margin-left: 2.8rem !important;
}

.mr-ml {
  margin-right: 2.8rem !important;
}

.m-ml {
  margin: 2.8rem 2.8rem 2.8rem 2.8rem !important;
}

.mh-ml {
  margin-left: 2.8rem !important;
  margin-right: 2.8rem !important;
}

.mv-ml {
  margin-top: 2.8rem !important;
  margin-bottom: 2.8rem !important;
}

.mt-lg {
  margin-top: 3.2rem !important;
}

.mb-lg {
  margin-bottom: 3.2rem !important;
}

.ml-lg {
  margin-left: 3.2rem !important;
}

.mr-lg {
  margin-right: 3.2rem !important;
}

.m-lg {
  margin: 3.2rem 3.2rem 3.2rem 3.2rem !important;
}

.mh-lg {
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}

.mv-lg {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

.mt-xl {
  margin-top: 4rem !important;
}

.mb-xl {
  margin-bottom: 4rem !important;
}

.ml-xl {
  margin-left: 4rem !important;
}

.mr-xl {
  margin-right: 4rem !important;
}

.m-xl {
  margin: 4rem 4rem 4rem 4rem !important;
}

.mh-xl {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mv-xl {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mt-x2l {
  margin-top: 12rem !important;
}

.mb-x2l {
  margin-bottom: 12rem !important;
}

.ml-x2l {
  margin-left: 12rem !important;
}

.mr-x2l {
  margin-right: 12rem !important;
}

.m-x2l {
  margin: 12rem 12rem 12rem 12rem !important;
}

.mh-x2l {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.mv-x2l {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.mt-x3l {
  margin-top: 20rem !important;
}

.mb-x3l {
  margin-bottom: 20rem !important;
}

.ml-x3l {
  margin-left: 20rem !important;
}

.mr-x3l {
  margin-right: 20rem !important;
}

.m-x3l {
  margin: 20rem 20rem 20rem 20rem !important;
}

.mh-x3l {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

.mv-x3l {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.mt-x4l {
  margin-top: 40rem !important;
}

.mb-x4l {
  margin-bottom: 40rem !important;
}

.ml-x4l {
  margin-left: 40rem !important;
}

.mr-x4l {
  margin-right: 40rem !important;
}

.m-x4l {
  margin: 40rem 40rem 40rem 40rem !important;
}

.mh-x4l {
  margin-left: 40rem !important;
  margin-right: 40rem !important;
}

.mv-x4l {
  margin-top: 40rem !important;
  margin-bottom: 40rem !important;
}

.m-a {
  margin: auto !important;
}

/*----------------------------------------------------
　Padding
----------------------------------------------------*/
.pt-a {
  padding-top: auto !important;
}

.pb-a {
  padding-bottom: auto !important;
}

.pl-a {
  padding-left: auto !important;
}

.pr-a {
  padding-right: auto !important;
}

.p-a {
  padding: auto auto auto auto !important;
}

.ph-a {
  padding-left: auto !important;
  padding-right: auto !important;
}

.pv-a {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.p-0 {
  padding: 0 0 0 0 !important;
}

.ph-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pv-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-x4s {
  padding-top: 0.2rem !important;
}

.pb-x4s {
  padding-bottom: 0.2rem !important;
}

.pl-x4s {
  padding-left: 0.2rem !important;
}

.pr-x4s {
  padding-right: 0.2rem !important;
}

.p-x4s {
  padding: 0.2rem 0.2rem 0.2rem 0.2rem !important;
}

.ph-x4s {
  padding-left: 0.2rem !important;
  padding-right: 0.2rem !important;
}

.pv-x4s {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}

.pt-x3s {
  padding-top: 0.4rem !important;
}

.pb-x3s {
  padding-bottom: 0.4rem !important;
}

.pl-x3s {
  padding-left: 0.4rem !important;
}

.pr-x3s {
  padding-right: 0.4rem !important;
}

.p-x3s {
  padding: 0.4rem 0.4rem 0.4rem 0.4rem !important;
}

.ph-x3s {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}

.pv-x3s {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.pt-x2s {
  padding-top: 0.8rem !important;
}

.pb-x2s {
  padding-bottom: 0.8rem !important;
}

.pl-x2s {
  padding-left: 0.8rem !important;
}

.pr-x2s {
  padding-right: 0.8rem !important;
}

.p-x2s {
  padding: 0.8rem 0.8rem 0.8rem 0.8rem !important;
}

.ph-x2s {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}

.pv-x2s {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.pt-xs {
  padding-top: 1.2rem !important;
}

.pb-xs {
  padding-bottom: 1.2rem !important;
}

.pl-xs {
  padding-left: 1.2rem !important;
}

.pr-xs {
  padding-right: 1.2rem !important;
}

.p-xs {
  padding: 1.2rem 1.2rem 1.2rem 1.2rem !important;
}

.ph-xs {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.pv-xs {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.pt-sm {
  padding-top: 1.6rem !important;
}

.pb-sm {
  padding-bottom: 1.6rem !important;
}

.pl-sm {
  padding-left: 1.6rem !important;
}

.pr-sm {
  padding-right: 1.6rem !important;
}

.p-sm {
  padding: 1.6rem 1.6rem 1.6rem 1.6rem !important;
}

.ph-sm {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

.pv-sm {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.pt-md {
  padding-top: 2rem !important;
}

.pb-md {
  padding-bottom: 2rem !important;
}

.pl-md {
  padding-left: 2rem !important;
}

.pr-md {
  padding-right: 2rem !important;
}

.p-md {
  padding: 2rem 2rem 2rem 2rem !important;
}

.ph-md {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.pv-md {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pt-mm {
  padding-top: 2.4rem !important;
}

.pb-mm {
  padding-bottom: 2.4rem !important;
}

.pl-mm {
  padding-left: 2.4rem !important;
}

.pr-mm {
  padding-right: 2.4rem !important;
}

.p-mm {
  padding: 2.4rem 2.4rem 2.4rem 2.4rem !important;
}

.ph-mm {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.pv-mm {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.pt-ml {
  padding-top: 2.8rem !important;
}

.pb-ml {
  padding-bottom: 2.8rem !important;
}

.pl-ml {
  padding-left: 2.8rem !important;
}

.pr-ml {
  padding-right: 2.8rem !important;
}

.p-ml {
  padding: 2.8rem 2.8rem 2.8rem 2.8rem !important;
}

.ph-ml {
  padding-left: 2.8rem !important;
  padding-right: 2.8rem !important;
}

.pv-ml {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}

.pt-lg {
  padding-top: 3.2rem !important;
}

.pb-lg {
  padding-bottom: 3.2rem !important;
}

.pl-lg {
  padding-left: 3.2rem !important;
}

.pr-lg {
  padding-right: 3.2rem !important;
}

.p-lg {
  padding: 3.2rem 3.2rem 3.2rem 3.2rem !important;
}

.ph-lg {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}

.pv-lg {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.pt-xl {
  padding-top: 4rem !important;
}

.pb-xl {
  padding-bottom: 4rem !important;
}

.pl-xl {
  padding-left: 4rem !important;
}

.pr-xl {
  padding-right: 4rem !important;
}

.p-xl {
  padding: 4rem 4rem 4rem 4rem !important;
}

.ph-xl {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.pv-xl {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pt-x2l {
  padding-top: 12rem !important;
}

.pb-x2l {
  padding-bottom: 12rem !important;
}

.pl-x2l {
  padding-left: 12rem !important;
}

.pr-x2l {
  padding-right: 12rem !important;
}

.p-x2l {
  padding: 12rem 12rem 12rem 12rem !important;
}

.ph-x2l {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.pv-x2l {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.pt-x3l {
  padding-top: 20rem !important;
}

.pb-x3l {
  padding-bottom: 20rem !important;
}

.pl-x3l {
  padding-left: 20rem !important;
}

.pr-x3l {
  padding-right: 20rem !important;
}

.p-x3l {
  padding: 20rem 20rem 20rem 20rem !important;
}

.ph-x3l {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.pv-x3l {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.pt-x4l {
  padding-top: 40rem !important;
}

.pb-x4l {
  padding-bottom: 40rem !important;
}

.pl-x4l {
  padding-left: 40rem !important;
}

.pr-x4l {
  padding-right: 40rem !important;
}

.p-x4l {
  padding: 40rem 40rem 40rem 40rem !important;
}

.ph-x4l {
  padding-left: 40rem !important;
  padding-right: 40rem !important;
}

.pv-x4l {
  padding-top: 40rem !important;
  padding-bottom: 40rem !important;
}

/*----------------------------------------------------
Display
----------------------------------------------------*/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inlineflex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inlineblock {
  display: inline-block;
}

.d-none {
  display: none;
}

/*----------------------------------------------------
　Flexbox
----------------------------------------------------*/
.justfy-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justfy-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justfy-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justfy-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.align-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

/*----------------------------------------------------
　幅指定
----------------------------------------------------*/
.width-a {
  width: auto !important;
}

.width-100 {
  width: 100% !important;
}

/*----------------------------------------------------
　文字、背景カラー
----------------------------------------------------*/
.color-text {
  color: #333333 !important;
}

.bg-text {
  background: #333333 !important;
}

.color-background {
  color: #FFFFFF !important;
}

.bg-background {
  background: #FFFFFF !important;
}

.color-border {
  color: #E7E7E7 !important;
}

.bg-border {
  background: #E7E7E7 !important;
}

.color-caution {
  color: #FFFFFF !important;
}

.bg-caution {
  background: #FFFFFF !important;
}

.color-disabled {
  color: #D1D1D1 !important;
}

.bg-disabled {
  background: #D1D1D1 !important;
}

.color-note {
  color: #768189 !important;
}

.bg-note {
  background: #768189 !important;
}

.color-link {
  color: #22749D !important;
}

.bg-link {
  background: #22749D !important;
}

.color-black {
  color: #000000 !important;
}

.bg-black {
  background: #000000 !important;
}

.color-white {
  color: #FFFFFF !important;
}

.bg-white {
  background: #FFFFFF !important;
}

.color-boxText {
  color: #3D3D3D !important;
}

.bg-boxText {
  background: #3D3D3D !important;
}

.color-boxBackground {
  color: #FFFFFF !important;
}

.bg-boxBackground {
  background: #FFFFFF !important;
}

.color-noteBackground {
  color: #EEEEEE !important;
}

.bg-noteBackground {
  background: #EEEEEE !important;
}

/*----------------------------------------------------
name: 書体
----------------------------------------------------*/
.font-title-x6l {
  font-size: 5rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-title-x5l {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-title-x4l {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-title-x3l {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-title-x2l {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-title-xl {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-title-lg {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-title-md {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-title-sm {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-title-xs {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
}

.font-body-lg {
  font-size: 1.8rem;
  line-height: 1.6;
}

.font-body-md {
  font-size: 1.6rem;
  line-height: 1.6;
}

.font-body-sm {
  font-size: 1.4rem;
  line-height: 1.6;
}

.font-label-x6l {
  font-size: 5rem;
  line-height: 1.3;
}

.font-label-x5l {
  font-size: 4rem;
  line-height: 1.3;
}

.font-label-x4l {
  font-size: 3.2rem;
  line-height: 1.3;
}

.font-label-x3l {
  font-size: 2.4rem;
  line-height: 1.3;
}

.font-label-x2l {
  font-size: 2.2rem;
  line-height: 1.3;
}

.font-label-xl {
  font-size: 2rem;
  line-height: 1.3;
}

.font-label-lg {
  font-size: 1.8rem;
  line-height: 1.3;
}

.font-label-md {
  font-size: 1.6rem;
  line-height: 1.3;
}

.font-label-sm {
  font-size: 1.4rem;
  line-height: 1.3;
}

.font-label-xs {
  font-size: 1.2rem;
  line-height: 1.3;
}

.font-oneline-x6l {
  font-size: 5rem;
  line-height: 1;
}

.font-oneline-x5l {
  font-size: 4rem;
  line-height: 1;
}

.font-oneline-x4l {
  font-size: 3.2rem;
  line-height: 1;
}

.font-oneline-x3l {
  font-size: 2.4rem;
  line-height: 1;
}

.font-oneline-x2l {
  font-size: 2.2rem;
  line-height: 1;
}

.font-oneline-xl {
  font-size: 2rem;
  line-height: 1;
}

.font-oneline-lg {
  font-size: 1.8rem;
  line-height: 1;
}

.font-oneline-md {
  font-size: 1.6rem;
  line-height: 1;
}

.font-oneline-sm {
  font-size: 1.4rem;
  line-height: 1;
}

.font-oneline-xs {
  font-size: 1.2rem;
  line-height: 1;
}

.fw-n {
  font-weight: normal !important;
}

.fw-b {
  font-weight: bold !important;
}

/*----------------------------------------------------
name: 文字揃え
----------------------------------------------------*/
.text-l {
  text-align: left !important;
}

.text-c {
  text-align: center !important;
}

.text-r {
  text-align: right !important;
}

/*----------------------------------------------------
name: 行間
----------------------------------------------------*/
.lh-body {
  line-height: 1.6 !important;
}

.lh-title {
  line-height: 1.4 !important;
}

.lh-label {
  line-height: 1.3 !important;
}

.lh-oneline {
  line-height: 1 !important;
}

/*----------------------------------------------------
　シャドウ
----------------------------------------------------*/
.shadow-0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.shadow-s {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) !important;
}

.shadow-m {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
}

.shadow-l {
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15) !important;
}

.shadow-xl {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15) !important;
}

.shadow-hover {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
}

/*----------------------------------------------------
 font
----------------------------------------------------*/
/*----------------------------------------------------
 メディアクエリmixin
----------------------------------------------------*/
@media (max-width: 768px) {
  .sp-kill {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .pc-kill {
    display: none !important;
  }
}

/*----------------------------------------------------
 flex
----------------------------------------------------*/
/*----------------------------------------------------
 hover
----------------------------------------------------*/
/*----------------------------------------------------
 ボタンmixin
----------------------------------------------------*/
/*----------------------------------------------------
 アウトラインボタンmixin
----------------------------------------------------*/
/*----------------------------------------------------
 icomoon
----------------------------------------------------*/
/*----------------------------------------------------
 fontawesome
----------------------------------------------------*/
/*----------------------------------------------------
太さの指定で、familyを指定します。
※現在はRegularとsolidしか使えません。それ以外を使う場合は、ヘッダーでフォント用のcssを読み込んでください。
Regular  font-weight: 400;
Solid    font-weight: 900;
Brands   font-weight: 400; 要読み込み
Light    font-weight: 300; 要読み込み
----------------------------------------------------*/
/*----------------------------------------------------
 入力フォーム初期化mixin
----------------------------------------------------*/
/*----------------------------------------------------
 入力フォームmixin
----------------------------------------------------*/
/*----------------------------------------------------
 ラジオボタンmixin
----------------------------------------------------*/
/*----------------------------------------------------
 チェックボックスmixin
----------------------------------------------------*/
/*----------------------------------------------------
 スイッチ
----------------------------------------------------*/
/*----------------------------------------------------
 プルダウンmixin
----------------------------------------------------*/
/*----------------------------------------------------
 フォームタイプ用アイコンmixin
----------------------------------------------------*/
/*----------------------------------------------------
 ボックススタイルmixin
----------------------------------------------------*/
/*----------------------------------------------------
 アニメーションmixin
----------------------------------------------------*/
html {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴシック", "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  scroll-behavior: smooth;
}

body {
  color: #333333;
  background: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.6;
}

[v-cloak] {
  display: none;
}

a {
  color: #22749D;
}

img {
  max-width: 100%;
}

/*----------------------------------------------------
　フォント
----------------------------------------------------*/
/* Google Fonts */
/*----------------------------------------------------
　Module
----------------------------------------------------*/
/*----------------------------------------------------
 ヘッダー
----------------------------------------------------*/
.header {
  max-width: 1200px;
  margin: 2rem auto 0 auto;
  display: grid;
  grid-template-areas: "logo logo" "title title" "subtitle img" "lead img";
  grid-template-columns: 65rem auto;
  grid-template-rows: auto auto auto auto;
}
@media (max-width: 1316px) {
  .header {
    max-width: 90%;
    grid-template-areas: "logo logo" "title title" "subtitle subtitle" "lead img";
    grid-template-columns: 1fr 1fr;
    margin: 2rem auto 0 auto;
  }
}
@media (max-width: 768px) {
  .header {
    max-width: 100%;
    margin: 1.6rem 0;
    grid-template-areas: "logo" "title" "img" "subtitle" "lead";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.header .headerLogo {
  grid-area: logo;
  margin: 1.2rem 0 4rem;
}
@media (max-width: 768px) {
  .header .headerLogo {
    margin: 0 0 1.6rem 1.2rem;
  }
}
.header .headerTitle {
  grid-area: title;
  margin-bottom: 6rem;
}
@media (max-width: 1316px) {
  .header .headerTitle {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .header .headerTitle {
    margin: 0 1.6rem;
  }
}
.header .headerImage {
  grid-area: img;
  margin: -8rem 0 0 0;
  width: 60rem;
}
@media (max-width: 1316px) {
  .header .headerImage {
    width: 100%;
    -ms-flex-item-align: self-end;
        align-self: self-end;
  }
}
@media (max-width: 768px) {
  .header .headerImage {
    -ms-flex-item-align: center;
        align-self: center;
    width: 70%;
    height: auto;
    margin: 1.6rem auto 0 auto;
  }
}
.header .headerSubTitle {
  grid-area: subtitle;
  background-color: rgba(13, 189, 186, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}
@media (max-width: 1316px) {
  .header .headerSubTitle > img {
    width: 40%;
    padding: 2rem 0;
  }
}
@media (max-width: 768px) {
  .header .headerSubTitle > img {
    padding: 1.6rem 0;
    width: 70%;
  }
}
.header .headerLead {
  grid-area: lead;
  margin: 3.2rem 0;
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .header .headerLead {
    margin: 1.6rem 1.6rem 0 1.6rem;
    font-size: 1.8rem;
  }
}

/*----------------------------------------------------
 フッター
----------------------------------------------------*/
.footer {
  max-width: 900px;
  margin: 12rem auto 2rem auto;
}
@media (max-width: 1316px) {
  .footer {
    margin: 12rem 1.6rem 40rem 1.6rem;
  }
}
@media (max-width: 768px) {
  .footer {
    margin: 2rem 1.6rem 20rem 1.6rem;
  }
}

/*----------------------------------------------------
 目次リンク
----------------------------------------------------*/
.chapterNav {
  background-color: #F6F6F6;
  padding: 4rem 0;
  margin: 0;
}
@media (max-width: 768px) {
  .chapterNav {
    padding: 2rem 1.6rem;
  }
}
.chapterNav .chapterNavTitle {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .chapterNav .chapterNavTitle {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}
.chapterNav .chapterNavList {
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .chapterNav .chapterNavList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
  }
}
.chapterNav .chapterNavList > li {
  width: 32%;
  position: relative;
  background: #FFFFFF;
  color: #3D3D3D;
  font-size: 1.6rem;
  line-height: 1.6;
  border-radius: 0.4rem;
  -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .chapterNav .chapterNavList > li {
    width: 100%;
  }
}
.chapterNav .chapterNavList > li:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
  opacity: 0.6;
}
.chapterNav .chapterNavItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 21rem;
  padding: 2rem;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .chapterNav .chapterNavItem {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: auto;
    padding: 1.6rem;
    gap: 1.6rem;
  }
}
.chapterNav .chapterNavItem .num {
  color: #0DBDBA;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .chapterNav .chapterNavItem .num {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
  }
}
.chapterNav .chapterNavItem .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333333;
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: center;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .chapterNav .chapterNavItem .title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: left;
    gap: 0;
  }
}
.chapterNav .chapterNavItem .title > em {
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 768px) {
  .chapterNav .chapterNavItem .title > em {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
  }
}

/*----------------------------------------------------
 固定表示リンクバナー
 PC: 右サイド常時表示 / SP: 下部常時表示
----------------------------------------------------*/
.bannerFixed {
  position: fixed;
  z-index: 200;
}
@media (min-width: 769px) {
  .bannerFixed {
    bottom: 2rem;
    right: 0;
    width: 22rem;
  }
}
@media (max-width: 768px) {
  .bannerFixed {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
}
.bannerFixed a {
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
.bannerFixed a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .bannerFixed a:active {
    opacity: 0.8;
  }
}
.bannerFixed img {
  -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.15));
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.1);
}

/*----------------------------------------------------
 チャプターヘッダー
----------------------------------------------------*/
.chapterHeader {
  background-color: #0DBDBA;
  padding: 6rem 0;
  margin: 0;
}
@media (max-width: 768px) {
  .chapterHeader {
    padding: 2rem 1.6rem;
  }
}
.chapterHeader.chapter2 {
  background-color: #67BB6E;
}
.chapterHeader.chapter3 {
  background-color: #009689;
}
.chapterHeader .chapterHeaderTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .chapterHeader .chapterHeaderTitle {
    gap: 1.2rem;
  }
}
.chapterHeader .num {
  color: #333333;
  width: auto;
  background-color: #FFFFFF;
  border-radius: 10rem;
  padding: 0.8rem 3.2rem;
  letter-spacing: 0.2rem;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .chapterHeader .num {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
  }
}
.chapterHeader .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFFFFF;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .chapterHeader .title {
    font-size: 2rem;
    line-height: 1.3;
    gap: 0.8rem;
  }
}
.chapterHeader .title > em {
  font-style: normal;
  font-size: 5rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.5rem;
}
@media (max-width: 768px) {
  .chapterHeader .title > em {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: bold;
  }
}

/*----------------------------------------------------
 chapterContents
----------------------------------------------------*/
.chapterContents {
  max-width: 900px;
  margin: 12rem auto;
}
@media (max-width: 768px) {
  .chapterContents {
    margin: 2rem 0;
  }
}

/*----------------------------------------------------
 qaSection
----------------------------------------------------*/
.qaSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (max-width: 768px) {
  .qaSection {
    gap: 2rem;
  }
}
.qaSection + .qaSection {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .qaSection + .qaSection {
    margin-top: 3.2rem;
  }
}
.qaSection .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.5rem;
  padding: 0 3.2rem;
}
@media (max-width: 768px) {
  .qaSection .question {
    gap: 1.2rem;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.2rem;
    padding: 0 2rem;
    font-weight: 700;
  }
}
.qaSection .question > span {
  text-align: center;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  font-size: 2rem;
  line-height: 1.3;
  border: 1px solid #1EBAB7;
  border-radius: 0.8rem;
  padding: 0.4rem 1.6rem;
  color: #1EBAB7;
  letter-spacing: 0.2rem;
}
.qaSection .question > span.chapter2 {
  border: 1px solid #67BB6E;
  color: #67BB6E;
}
.qaSection .question > span.chapter3 {
  border: 1px solid #009689;
  color: #009689;
}
@media (max-width: 768px) {
  .qaSection .question > span {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.qaSection .answerTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.4rem;
  background-color: #F0FDFA;
  padding: 3.2rem;
  border-radius: 0.8rem;
}
.qaSection .answerTitle.chapter2 {
  background-color: #F2FDF0;
}
.qaSection .answerTitle.chapter3 {
  background-color: #F0FDF9;
}
@media (max-width: 768px) {
  .qaSection .answerTitle {
    gap: 1.2rem;
    padding: 2rem;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.2rem;
    font-weight: 700;
  }
}
.qaSection .answerTitle > span {
  text-align: center;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  font-size: 1.8rem;
  line-height: 1.3;
  background-color: #1EBAB7;
  border-radius: 0.8rem;
  padding: 0.4rem 1.6rem;
  color: #FFFFFF;
  letter-spacing: 0.2rem;
}
.qaSection .answerTitle > span.chapter2 {
  background-color: #67BB6E;
}
.qaSection .answerTitle > span.chapter3 {
  background-color: #009689;
}
@media (max-width: 768px) {
  .qaSection .answerTitle > span {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.qaSection .answerExplanation {
  font-size: 1.8rem;
  line-height: 1.6;
  line-height: 1.8;
  color: #333333;
  padding: 0 3.2rem;
}
@media (max-width: 768px) {
  .qaSection .answerExplanation {
    padding: 0 2rem;
  }
}
.qaSection .answerExplanation > p {
  margin-bottom: 2rem;
}
.qaSection .answerExplanation > p:last-child {
  margin-bottom: 0;
}

/*----------------------------------------------------
 references
----------------------------------------------------*/
.references {
  border-top: 1px solid #E7E7E7;
  color: #768189;
  margin: 3.2rem;
  padding-top: 3.2rem;
}
@media (max-width: 768px) {
  .references {
    margin: 2rem;
    padding-top: 1.6rem;
  }
}
.references .referencesTitle {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .references .referencesTitle {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }
}
.references .referencesList {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .references .referencesList {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

/*----------------------------------------------------
 監修
----------------------------------------------------*/
.supervision {
  background-color: #EEEEEE;
  padding: 2rem 3.2rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .supervision {
    padding: 2rem;
    margin-top: 3.2rem;
  }
}

/*----------------------------------------------------
 リスト
----------------------------------------------------*/
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  /*----------------
  Contents
  ----------------*/
  /*----------------
  Size
  ----------------*/
  /*----------------
  Variants
  ----------------*/
}
.list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  word-break: break-all;
  gap: 0.4rem;
}
.list > li::before {
  content: "・";
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}
.list.list-sm > li {
  font-size: 1.4rem;
  line-height: 1.3;
}
.list.list-annotation > li::before {
  content: "※";
}
.list.list-number > li:nth-of-type(1)::before {
  content: "1)";
}
.list.list-number > li:nth-of-type(2)::before {
  content: "2)";
}
.list.list-number > li:nth-of-type(3)::before {
  content: "3)";
}
.list.list-number > li:nth-of-type(4)::before {
  content: "4)";
}
.list.list-number > li:nth-of-type(5)::before {
  content: "5)";
}
.list.list-number > li:nth-of-type(6)::before {
  content: "6)";
}
.list.list-number > li:nth-of-type(7)::before {
  content: "7)";
}
.list.list-number > li:nth-of-type(8)::before {
  content: "8)";
}
.list.list-number > li:nth-of-type(9)::before {
  content: "9)";
}
.list.list-number > li:nth-of-type(10)::before {
  content: "10)";
}
.list.list-number > li:nth-of-type(11)::before {
  content: "11)";
}
.list.list-number > li:nth-of-type(12)::before {
  content: "12)";
}
.list.list-number > li:nth-of-type(13)::before {
  content: "13)";
}
.list.list-number > li:nth-of-type(14)::before {
  content: "14)";
}
.list.list-number > li:nth-of-type(15)::before {
  content: "15)";
}
.list.list-number > li:nth-of-type(16)::before {
  content: "16)";
}
.list.list-number > li:nth-of-type(17)::before {
  content: "17)";
}
.list.list-number > li:nth-of-type(18)::before {
  content: "18)";
}
.list.list-number > li:nth-of-type(19)::before {
  content: "19)";
}
.list.list-number > li:nth-of-type(20)::before {
  content: "20)";
}
.list.list-decimal > li::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.84rem;
          flex: 0 0 1.84rem;
  width: 1.84rem;
  height: 1.84rem;
  font-size: 1.4rem;
  line-height: 1;
  border: solid 0.1rem #3D3D3D;
  border-radius: 50%;
}
.list.list-decimal > li:nth-of-type(1)::before {
  content: "1";
}
.list.list-decimal > li:nth-of-type(2)::before {
  content: "2";
}
.list.list-decimal > li:nth-of-type(3)::before {
  content: "3";
}
.list.list-decimal > li:nth-of-type(4)::before {
  content: "4";
}
.list.list-decimal > li:nth-of-type(5)::before {
  content: "5";
}
.list.list-decimal > li:nth-of-type(6)::before {
  content: "6";
}
.list.list-decimal > li:nth-of-type(7)::before {
  content: "7";
}
.list.list-decimal > li:nth-of-type(8)::before {
  content: "8";
}
.list.list-decimal > li:nth-of-type(9)::before {
  content: "9";
}
.list.list-decimal > li:nth-of-type(10)::before {
  content: "10";
}
.list.list-decimal > li:nth-of-type(11)::before {
  content: "11";
}
.list.list-decimal > li:nth-of-type(12)::before {
  content: "12";
}
.list.list-decimal > li:nth-of-type(13)::before {
  content: "13";
}
.list.list-decimal > li:nth-of-type(14)::before {
  content: "14";
}
.list.list-decimal > li:nth-of-type(15)::before {
  content: "15";
}
.list.list-decimal > li:nth-of-type(16)::before {
  content: "16";
}
.list.list-decimal > li:nth-of-type(17)::before {
  content: "17";
}
.list.list-decimal > li:nth-of-type(18)::before {
  content: "18";
}
.list.list-decimal > li:nth-of-type(19)::before {
  content: "19";
}
.list.list-decimal > li:nth-of-type(20)::before {
  content: "20";
}

/*----------------------------------------------------
 出典番号ベタがきタイプリスト
----------------------------------------------------*/
.listSource {
  display: grid;
  gap: 0.4rem;
  /*----------------
  Contents
  ----------------*/
}
.listSource > li {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 1.4rem;
  line-height: 1.6;
}

/*----------------------------------------------------
 セパレータ
----------------------------------------------------*/
.separater {
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #E7E7E7;
}

/*----------------------------------------------------
　Layout
----------------------------------------------------*/
/*----------------------------------------------------
 レイアウト
----------------------------------------------------*/
.wrap {
  margin: 0;
  padding: 0 0.8rem;
  padding-bottom: calc(0 + env(safe-area-inset-bottom));
  padding-bottom: calc(0 + constant(safe-area-inset-bottom));
  width: 100%;
  min-width: 320px;
  max-width: 768px;
  /*----------------
  First Last
  ----------------*/
}
@media (max-width: 768px) {
  .wrap {
    min-width: 769px;
    max-width: 100%;
  }
}
.wrap:first-of-type {
  padding-top: 4rem;
}
.wrap:last-of-type {
  padding-bottom: calc(12rem + env(safe-area-inset-bottom));
  padding-bottom: calc(12rem + constant(safe-area-inset-bottom));
}

/*----------------------------------------------------
 カラムレイアウト
----------------------------------------------------*/
/* ------------------------------------------------ */
.colbox-between, .colbox-start, .colbox-end, .colbox-center, .colbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  gap: 1.2rem;
}
.colbox-column.colbox-between, .colbox-column.colbox-start, .colbox-column.colbox-end, .colbox-column.colbox-center, .colbox-column.colbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.colbox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.colbox-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.colbox-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.colbox-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.colbox-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ------------------------------------------------ */
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.col-1 {
  -ms-flex-preferred-size: calc(8.3333333333% * 1);
      flex-basis: calc(8.3333333333% * 1);
}

.col-2 {
  -ms-flex-preferred-size: calc(8.3333333333% * 2);
      flex-basis: calc(8.3333333333% * 2);
}

.col-3 {
  -ms-flex-preferred-size: calc(8.3333333333% * 3);
      flex-basis: calc(8.3333333333% * 3);
}

.col-4 {
  -ms-flex-preferred-size: calc(8.3333333333% * 4);
      flex-basis: calc(8.3333333333% * 4);
}

.col-5 {
  -ms-flex-preferred-size: calc(8.3333333333% * 5);
      flex-basis: calc(8.3333333333% * 5);
}

.col-6 {
  -ms-flex-preferred-size: calc(8.3333333333% * 6);
      flex-basis: calc(8.3333333333% * 6);
}

.col-7 {
  -ms-flex-preferred-size: calc(8.3333333333% * 7);
      flex-basis: calc(8.3333333333% * 7);
}

.col-8 {
  -ms-flex-preferred-size: calc(8.3333333333% * 8);
      flex-basis: calc(8.3333333333% * 8);
}

.col-9 {
  -ms-flex-preferred-size: calc(8.3333333333% * 9);
      flex-basis: calc(8.3333333333% * 9);
}

.col-10 {
  -ms-flex-preferred-size: calc(8.3333333333% * 10);
      flex-basis: calc(8.3333333333% * 10);
}

.col-11 {
  -ms-flex-preferred-size: calc(8.3333333333% * 11);
      flex-basis: calc(8.3333333333% * 11);
}

.col-12 {
  -ms-flex-preferred-size: calc(8.3333333333% * 12);
      flex-basis: calc(8.3333333333% * 12);
}

.col-noMargin {
  margin-right: auto;
}

.col-noShrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
}

/*----------------------------------------------------
　Page
----------------------------------------------------*/