@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-light.woff2") format("woff2"), url("../font/noto-sans/nsjp-light.woff") format("woff"), url("../font/noto-sans/nsjp-light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-regular.woff2") format("woff2"), url("../font/noto-sans/nsjp-regular.woff") format("woff"), url("../font/noto-sans/nsjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-medium.woff2") format("woff2"), url("../font/noto-sans/nsjp-medium.woff") format("woff"), url("../font/noto-sans/nsjp-medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-bold.woff2") format("woff2"), url("../font/noto-sans/nsjp-bold.woff") format("woff"), url("../font/noto-sans/nsjp-bold.otf") format("opentype");
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*! purgecss start ignore */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-spacing: 0;
  border-collapse: collapse;
}

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

strong,
b {
  font-weight: 500;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
html {
  height: 100%;
  font-size: 62.5%;
}
html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  min-height: 100%;
  font-weight: 400;
  line-height: 1.6;
  color: #525D74;
  letter-spacing: 0;
  font-size: 1.6rem;
  word-wrap: break-word;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    text-size-adjust: none;
  }
}
@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font: inherit;
  border-radius: 0;
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
}

option {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

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

input::placeholder {
  color: rgba(82, 93, 116, 0.5);
}

/*! purgecss end ignore */
/* IE */
.l-page {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
}
.l-header__wrap {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.l-header__wrap--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
}
.l-header__wrap--flex-left {
  width: calc(100% - 100px - 15px);
}
@media all and (min-width: 64.0625em) {
  .l-header__wrap--flex-left {
    width: calc(100% - 80px - 20px);
  }
}
@media print {
  .l-header__wrap--flex-left {
    width: calc(100% - 80px - 20px);
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-header__wrap--flex-left {
    width: calc(100% - 80px - 20px);
  }
}
.l-header__wrap--flex-right {
  margin-left: 1.2rem;
  color: #2D66C3;
  letter-spacing: -0.1em;
}
.l-header__wrap--flex-right span {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 900;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__wrap--flex-right span {
    font-size: 3.7333333333vw;
  }
}
.l-header__wrap--flex-right strong {
  font-size: 3.2rem;
  line-height: 1.375;
  font-weight: 900;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__wrap--flex-right strong {
    font-size: 6.4vw;
  }
}

.l-footer {
  background: #EFF8FC;
  padding-top: 3rem;
}
@media all and (min-width: 64.0625em) {
  .l-footer {
    padding-top: 6rem;
  }
}
@media print {
  .l-footer {
    padding-top: 6rem;
  }
}
.l-footer__in {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-top: 2.4rem;
  padding-bottom: 3rem;
  border-top: 1px solid #525E74;
}
.l-footer__link {
  text-align: center;
}
.l-footer__link a {
  color: #2D66C3;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.43;
  text-decoration: underline;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__link a {
    font-size: 4vw;
  }
}
.l-footer__copy {
  margin-top: 0.7rem;
  text-align: center;
}
.l-footer__copy small {
  font-size: 12px;
}

.c-title-01 {
  font-size: 3rem;
  display: flex;
  justify-content: center;
  padding: 0.5em 0.75em;
  border: 3px solid;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-01 {
    font-size: 5.3333333333vw;
  }
}

.c-subtitle-01 {
  font-size: 2.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .c-subtitle-01 {
    font-size: 5.3333333333vw;
  }
}

.l-contents {
  padding-top: 7.1rem;
}
.l-contents__in {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media all and (min-width: 64.0625em) {
  .l-contents__in {
    max-width: 63rem;
    margin: 0 auto;
  }
}
@media print {
  .l-contents__in {
    max-width: 63rem;
    margin: 0 auto;
  }
}
.l-contents .bg-main {
  background: #EFF8FC;
}
.l-contents .red {
  color: #FF0000;
}
.l-contents__info--in {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.l-contents__info--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 1.5rem;
}
@media all and (min-width: 64.0625em) {
  .l-contents__info--flex {
    max-width: 100rem;
    margin: 0 auto;
  }
}
@media print {
  .l-contents__info--flex {
    max-width: 100rem;
    margin: 0 auto;
  }
}
.l-contents__info--flex-left {
  width: 15rem;
}
@media all and (min-width: 64.0625em) {
  .l-contents__info--flex-left {
    width: 30.087rem;
  }
}
@media print {
  .l-contents__info--flex-left {
    width: 30.087rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__info--flex-left {
    width: 30.087rem;
  }
}
.l-contents__info--flex-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (min-width: 64.0625em) {
  .l-contents__info--flex-right a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media print {
  .l-contents__info--flex-right a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-contents__info--flex-right img {
  margin-right: 0.6rem;
}
@media all and (min-width: 64.0625em) {
  .l-contents__info--flex-right img {
    width: 3.6rem;
    height: 3.6rem;
  }
}
@media print {
  .l-contents__info--flex-right img {
    width: 3.6rem;
    height: 3.6rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__info--flex-right img {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.l-contents__info--flex-right a {
  color: #2D66C3;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.43;
  text-decoration: underline;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__info--flex-right a {
    font-size: 3.7333333333vw;
  }
}
.l-contents__info--flex-right span {
  font-size: 2.3rem;
  line-height: 1.46;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__info--flex-right span {
    font-size: 2.6666666667vw;
  }
}
.l-contents__qa--flex {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
}
.l-contents__qa--flex-left {
  width: 6rem;
  margin-right: 1.5rem;
}
.l-contents__qa--flex-right {
  width: calc(100% - 60px - 15px);
}
.l-contents__qa--flex-right ul li {
  background: #ffffff;
  padding: 1.5rem;
  font-size: 1.6rem;
  color: #525D74;
  font-weight: 900;
  border-radius: 1rem;
  margin-bottom: 1.4rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__qa--flex-right ul li {
    font-size: 4vw;
  }
}
.l-contents__qa--flex-right ul li:last-child {
  margin-bottom: 0;
}
.l-contents__qa--flex-right ul li small {
  display: inline-block;
  font-size: 1.5rem;
  color: #525D74;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__qa--flex-right ul li small {
    font-size: 3.7333333333vw;
  }
}
.l-contents__answer {
  padding-top: 3rem;
}
.l-contents__answer--hd {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__answer--hd {
    font-size: 4.8vw;
  }
}
.l-contents__answer--wrap {
  background: #ffffff;
  padding: 2.5rem 2rem;
  border-radius: 1rem;
  border: 2px solid #2D66C3;
}
@media all and (min-width: 64.0625em) {
  .l-contents__answer--wrap {
    padding: 3rem;
  }
}
@media print {
  .l-contents__answer--wrap {
    padding: 3rem;
  }
}
.l-contents__answer--list-item {
  margin-top: 3rem;
}
.l-contents__answer--list-item:first-child {
  margin-top: 0;
}
.l-contents__answer--list-item span {
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
  padding-left: 1.2rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__answer--list-item span {
    font-size: 4vw;
  }
}
.l-contents__answer--list-item span:before {
  display: inline-block;
  content: "";
  width: 0.3rem;
  height: 2.2rem;
  background: #2D66C3;
  border-radius: 0.15rem;
  position: absolute;
  top: 0;
  left: 0;
}
.l-contents__answer--list-item .radio-design {
  display: flex;
  width: 100%;
  padding: 1.5rem 1.8rem 1.5rem 1.2rem;
  border-radius: 0.5rem;
  border: 1px solid #525E74;
}
@media all and (min-width: 64.0625em) {
  .l-contents__answer--list-item .radio-design {
    width: auto;
  }
}
@media print {
  .l-contents__answer--list-item .radio-design {
    width: auto;
  }
}
.l-contents__answer--list-item .radio-design input[type=radio]:checked {
  border: 1px solid #525E74;
}
.l-contents__answer--list2 {
  flex-wrap: wrap;
  gap: 5px;
}
@media all and (min-width: 64.0625em) {
  .l-contents__answer--list2 {
    gap: 10px;
  }
}
@media print {
  .l-contents__answer--list2 {
    gap: 10px;
  }
}
.l-contents__answer--list2-item2 {
  margin-right: 0 !important;
}
.l-contents__answer--list2-item2 label {
  padding: 1rem 0.5rem !important;
}
@media all and (min-width: 64.0625em) {
  .l-contents__answer--list2-item2 label {
    width: 17rem !important;
  }
}
@media print {
  .l-contents__answer--list2-item2 label {
    width: 17rem !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .l-contents__answer--list2-item2 label {
    width: 17rem !important;
  }
}
.l-contents__answer--list2-item2 strong {
  font-weight: 400 !important;
  padding-top: 4px;
}
.l-contents__answer .select-flex {
  display: flex;
}
.l-contents__answer .jc-fs {
  justify-content: flex-start;
  align-items: center;
}
.l-contents__answer .m-rl-10 {
  margin-right: 1rem;
  margin-left: 1rem;
}
.l-contents__answer--input {
  /* セレクトボックスの矢印デザイン変更 */
}
.l-contents__answer--input strong,
.l-contents__answer--input .c-red {
  color: #CC1E1E;
}
.l-contents__answer--input input {
  color: #525d74;
  font-size: 1.6rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #525E74;
  width: 100%;
  -webkit-appearance: none;
}
.l-contents__answer--input input:focus {
  outline: 2px solid #2D66C3;
  border-radius: 0.5rem;
  border: none;
}
.l-contents__answer--input input::placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.l-contents__answer--input input:disabled {
  background-color: #f5f5f5;
}
.l-contents__answer--input select:disabled {
  background-color: #f5f5f5;
}
.l-contents__answer--input select {
  appearance: none;
  /* デフォルトの矢印を無効 */
}
.l-contents__answer--input select::-ms-expand {
  display: none;
  /* デフォルトの矢印を無効(IE用) */
}
.l-contents__answer--input select {
  padding: 1.4rem 2rem;
  border-radius: 0.5rem;
  border: 1px solid #525E74;
  background-color: #fff;
  color: #525D74;
}
.l-contents__answer--input select:focus {
  outline: 2px solid #2D66C3;
  border-radius: 0.5rem;
  border: none;
}
.l-contents__answer--input .select-box {
  width: 100%;
}
.l-contents__answer--input .select-design {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.l-contents__answer--input .select-design2 {
  position: relative;
}
.l-contents__answer--input .select-design select {
  display: block;
  width: 100%;
  margin-right: 1rem;
}
.l-contents__answer--input .select-y {
  position: relative;
  margin-right: 1rem;
}
.l-contents__answer--input .select-y::after {
  background-image: url(../images/common/icon2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 0.9rem;
}
.l-contents__answer--input .select-design2::after {
  background-image: url(../images/common/icon2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 0.9rem;
}
.l-contents__answer .c-red {
  color: #CC1E1E;
}
.l-contents__answer--radio {
  display: flex;
  /*↓ラジオボタンが選択された時に適用されるCSS*/
}
.l-contents__answer--radio ul {
  display: flex;
}
.l-contents__answer--radio ul li {
  margin-right: 1rem;
}
.l-contents__answer--radio ul li:last-child {
  margin-right: 0;
}
.l-contents__answer--radio .label {
  display: flex;
  align-items: center;
  width: 14.8rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #525E74;
  cursor: pointer;
}
.l-contents__answer--radio .label strong {
  font-weight: 400 !important;
}
.l-contents__answer--radio .check {
  border: 2px solid #2D66C3;
  color: #2D66C3;
}
.l-contents__answer--radio .another_check {
  border: 2px solid #2D66C3;
  color: #2D66C3;
}
.l-contents__answer--radio .label2 {
  display: flex;
  width: 14.8rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #525E74;
  cursor: pointer;
}
.l-contents__answer--radio .type {
  border: 2px solid #2D66C3;
  color: #2D66C3;
}
.l-contents__answer--btn {
  text-align: center;
  margin-top: 3rem;
}
.l-contents__answer--btn button {
  background: #BFBFBF;
  color: #ffffff;
  border-radius: 3.2rem;
  padding: 2rem 10rem;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.47;
}
.l-contents__answer--btn button small {
  font-size: 1.1rem;
  font-weight: 900;
}
.l-contents__answer--btn .another {
  padding: 0.7rem 10rem;
}
.l-contents__answer .add-color button {
  background: #ff9900;
}
.l-contents__answer--check {
  margin-top: 3rem;
  text-align: center;
}
.l-contents__answer--check a {
  color: #2D66C3;
  text-decoration: underline;
}

.dn-pc {
  display: block;
}
@media all and (min-width: 64.0625em) {
  .dn-pc {
    display: none;
  }
}
@media print {
  .dn-pc {
    display: none;
  }
}

/* ラジオボタンのスタイル */
.radio-container {
  display: flex;
  border: 1px solid #525E74;
  width: 15rem;
  padding: 1.5rem 0 1.5rem 1.5rem;
  border-radius: 0.5rem;
  margin-right: 5px;
  position: relative;
  /* 相対的な位置指定 */
}
@media all and (min-width: 64.0625em) {
  .radio-container {
    width: 20rem;
  }
}
@media print {
  .radio-container {
    width: 20rem;
  }
}

input[type=radio] {
  display: block;
  /* ブロック要素として表示 */
}

label.radio-label {
  padding-top: 3px;
  padding-right: 6.5rem;
  display: block;
  /* ブロック要素として表示 */
}
@media all and (min-width: 64.0625em) {
  label.radio-label {
    padding-right: 13rem;
  }
}
@media print {
  label.radio-label {
    padding-right: 13rem;
  }
}

/* ラベルが選択されたときのスタイル */
input[type=radio]:checked + label.radio-label {
  color: #2D66C3;
  /* ボーダーの色を変更 */
}

/* 選択されたラベルに線を追加 */
input[type=radio]:checked + label.radio-label::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid transparent;
  /* 透明なボーダー */
}

/* 選択されたラベルに線の色を変更 */
input[type=radio]:checked + label.radio-label::before {
  border: 2px solid #2D66C3;
  /* 別の色に変更 */
}

.d-flex {
  display: flex;
}

.border {
  border: 2px solid #2D66C3 !important;
  color: #2D66C3;
}

.one {
  border: 2px solid #2D66C3 !important;
  color: #2D66C3;
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */