@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/NotoSansJP-Medium") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NotoSansJP-Bold") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/NotoSansJP-Black") format("woff");
  font-display: swap;
}
/* ========================================
 *  Font Family
 * ======================================== */
/*$font-family--base: 'YakuHanJP', 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;*/
/* ==============================
*   Color
*==============================*/
/* ==============================
*   Font Size
*==============================*/
/*==============================
//  Media Query
//==============================*/
body {
  min-width: 1060px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/*==============================
//  Font Size Rem
//
//  【概要】        font-sizeの単位をremに変換する
//  【第一引数】    希望のfont-size（数字のみ）
//  【備考】        IE対応のためpxでも出力する
//==============================*/
/*==============================
//  Font Size Rem Line Height Half Leading
//
//  【概要】
//      ・font-sizeの単位をremに変換
//      ・行間のサイズをもとに自動でline-heightを指定
//      ・ハーフリーディングを自動調整
//  【第一引数】
//      ・希望のfont-size（数字のみ）
//  【第二引数】
//      ・希望の行間サイズ（数字のみ）
//==============================*/
/*==============================
//
//  【概要】
//      ・pxをvwに変換
//  【第一引数】
//      ・pxサイズ（数字のみ）
//  【第二引数】
//      ・デザイン幅（数字のみ）初期値はf-variableに記述
//==============================*/
/*==============================
//  px→vwの計算
//==============================*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  top: -0.5em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

body {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  color: #222222;
  font-size: 1em;
  line-height: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #F4F9FF;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none;
  transition: all 0.5s;
  color: #098BDE;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}

button {
  outline: none;
}

td,
th {
  vertical-align: middle;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
}

img {
  max-width: 100%;
  backface-visibility: hidden;
}

[v-cloak] {
  display: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

[v-cloak] {
  display: none;
}

.l-section {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-section {
    margin-bottom: 13.3333333333vw;
  }
}
.l-section_mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-section_mb60 {
    margin-bottom: 13.3333333333vw;
  }
}
.l-section_mb0 {
  margin-bottom: 0;
}

.boxroad {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999; /* 1.2秒でフェードアウト */
  transition: all 1.2s ease;
  color: #098BDE; /* ローディングアニメーションカラー */
  background-color: #fff; /* 背景カラー */
}

.boxroad.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ローディングアニメーション */
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 120px;
  height: 120px;
}

/* Loading テキスト */
.spinner span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}

.spinner.type {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  animation: spinner5_1 1.2s infinite linear forwards;
}

.spinner.type span {
  display: none;
}

@keyframes spinner5_1 {
  0% {
    opacity: 0.2;
    box-shadow: 0;
    transform: translate(-50%, -50%) rotate(0) scale(0.5);
  }
  50% {
    opacity: 1;
    box-shadow: 21px 21px, -21px -21px, 21px -21px, -21px 21px;
    transform: translate(-50%, -50%) rotate(180deg) scale(1);
  }
  100% {
    opacity: 0.2;
    box-shadow: 0;
    transform: translate(-50%, -50%) rotate(360deg) scale(0.5);
  }
}
/* ローディング要素のアニメーション内容 */
@keyframes spinner1_1 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Loading テキストのアニメーション内容 */
@keyframes spinner_loading_text {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.c-btn_search {
  width: 370px;
  margin: 0 auto;
  text-align: center;
  filter: drop-shadow(4px 6px 0 rgba(0, 0, 0, 0.08));
}
@media screen and (max-width: 767px) {
  .c-btn_search {
    width: 100%;
    filter: drop-shadow(3px 4px 0 rgba(0, 0, 0, 0.08));
  }
}
.c-btn_search a {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 180%;
  background-color: #F03D61;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  padding: 13px 0;
  transition: all 0.5s;
  border-radius: 100px;
  text-decoration: none;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-btn_search a {
    font-size: 3.4666666667vw;
    padding: 2.9333333333vw 0 3.2vw;
    padding-right: 4.2666666667vw;
  }
}
.c-btn_search a::after {
  display: block;
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-btn_search a::after {
    top: 5.0666666667vw;
    right: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.c-btn_search a:hover, .c-btn_search a:active {
  opacity: 0.7;
}
.c-btn_side {
  display: none;
}
.c-btn_side .side_btn a {
  position: fixed;
  top: 100px;
  z-index: 9999;
  width: 190px;
  height: 225px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-btn_side .side_btn a {
    top: inherit;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 21.3333333333vw;
  }
}
.c-btn_side .side_btn a:hover {
  top: 95px;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-btn_side .side_btn a:hover {
    top: inherit;
  }
}
.c-btn_formtop {
  width: 350px;
  margin: 0 auto;
  text-align: center;
  filter: drop-shadow(4px 6px 0 rgba(0, 0, 0, 0.08));
}
@media screen and (max-width: 767px) {
  .c-btn_formtop {
    width: 81.3333333333vw;
    filter: drop-shadow(3px 4px 0 rgba(0, 0, 0, 0.08));
  }
}
.c-btn_formtop a {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 130%;
  background: linear-gradient(to right, #FB5F7E, #F03D61);
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  padding: 14px 0 15px;
  transition: all 0.5s;
  border-radius: 100px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-btn_formtop a {
    font-size: 5.3333333333vw;
    padding: 3.2vw 0;
  }
}
.c-btn_formtop a::after {
  display: block;
  content: "";
  position: absolute;
  top: 23px;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-btn_formtop a::after {
    top: 5.0666666667vw;
    right: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.c-btn_formtop a:hover, .c-btn_formtop a:active {
  opacity: 0.7;
}
.c-btn_formlast {
  width: 350px;
  margin: 0 auto;
  text-align: center;
  filter: drop-shadow(4px 6px 0 rgba(0, 0, 0, 0.08));
}
@media screen and (max-width: 767px) {
  .c-btn_formlast {
    width: 81.3333333333vw;
    filter: drop-shadow(3px 4px 0 rgba(0, 0, 0, 0.08));
  }
}
.c-btn_formlast a {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 130%;
  background: linear-gradient(to right, #FB5F7E, #F03D61);
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  padding: 14px 0 15px;
  transition: all 0.5s;
  border-radius: 100px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-btn_formlast a {
    font-size: 5.3333333333vw;
    padding: 3.2vw 0;
  }
}
.c-btn_formlast a::after {
  display: block;
  content: "";
  position: absolute;
  top: 23px;
  left: 30px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .c-btn_formlast a::after {
    top: 5.0666666667vw;
    left: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.c-btn_formlast a:hover, .c-btn_formlast a:active {
  opacity: 0.7;
}

.c-list__dot {
  background-color: #F4F9FF;
  border-radius: 10px;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .c-list__dot {
    border-radius: 2.1333333333vw;
    padding: 3.2vw 4vw;
  }
}
.c-list__dot li {
  padding-left: 18px;
  position: relative;
  line-height: 150%;
  margin-bottom: 8px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-list__dot li {
    padding-left: 6.1333333333vw;
    margin-bottom: 3.2vw;
  }
}
.c-list__dot li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #222222;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-list__dot li::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    top: 2.6666666667vw;
    left: 2.1333333333vw;
  }
}
.c-list__dot li:last-child {
  margin-bottom: 0;
}
.c-list__no {
  background-color: #F4F9FF;
  border-radius: 10px;
  padding: 20px 30px 20px 52px;
  list-style-type: decimal;
}
@media screen and (max-width: 767px) {
  .c-list__no {
    border-radius: 2.1333333333vw;
    padding: 3.2vw 4vw 3.2vw 10.6666666667vw;
  }
}
.c-list__no li {
  padding-left: 5px;
  position: relative;
  line-height: 150%;
  margin-bottom: 8px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-list__no li {
    padding-left: 1.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
.c-list__no li:last-child {
  margin-bottom: 0;
}
.c-list__no li::marker {
  color: #098BDE;
  font-weight: 500;
}

.c-form {
  /* RADIO BUTTON */
  /* CHECKBOX */
}
.c-form_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .c-form_box {
    margin-bottom: 3.4666666667vw;
  }
}
.c-form_box dt {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  color: #222222;
  text-align: left;
  margin: 20px 0 5px;
}
@media screen and (max-width: 767px) {
  .c-form_box dt {
    font-size: 4.2666666667vw;
    line-height: 150%;
    margin: 4vw 0 1.3333333333vw;
  }
}
.c-form_box dt .red {
  color: #F03D61;
}
.c-form_box dd {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-form :-moz-placeholder-shown {
  color: #aaaaaa;
}
.c-form :placeholder-shown {
  color: #aaaaaa;
}
.c-form ::-webkit-input-placeholder {
  color: #aaaaaa;
}
.c-form :-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.c-form ::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.c-form :focus:-moz-placeholder-shown {
  color: inherit;
}
.c-form :focus:placeholder-shown {
  color: inherit;
}
.c-form :focus::-webkit-input-placeholder {
  font-size: 0;
}
.c-form :focus:-moz-placeholder {
  font-size: 0;
}
.c-form :focus::-moz-placeholder {
  font-size: 0;
}
.c-form :focus:-ms-input-placeholder {
  font-size: 0;
}
.c-form select::-ms-expand {
  display: none;
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form input[type=date] {
  text-align: left;
  width: 100%;
  height: auto;
  padding: 13px 22px 14px;
  border-radius: 5px;
  background-color: #F2F2F2;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  -webkit-appearance: none;
  color: #222222;
  caret-color: #222222;
}
@media screen and (max-width: 767px) {
  .c-form input[type=text],
  .c-form input[type=email],
  .c-form input[type=tel],
  .c-form input[type=date] {
    padding: 3.2vw 4vw;
    font-size: 4.2666666667vw;
    width: 100%;
  }
}
.c-form input[type=text].box_m,
.c-form input[type=email].box_m,
.c-form input[type=tel].box_m,
.c-form input[type=date].box_m {
  width: 49%;
}
.c-form input[type=checkbox],
.c-form input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  display: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.c-form label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  padding: 13px 30px 14px;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .c-form label {
    padding: 3.2vw;
  }
}
.c-form label:hover {
  background-color: #F4F9FF;
}
.c-form label input[type=checkbox] + span {
  position: relative;
  padding: 0 0 0 45px;
}
@media screen and (max-width: 767px) {
  .c-form label input[type=checkbox] + span {
    padding: 0 0 0 8.5333333333vw;
  }
}
.c-form label input[type=radio] + span {
  position: relative;
  padding: 0 0 0 45px;
}
@media screen and (max-width: 767px) {
  .c-form label input[type=radio] + span {
    padding: 0 0 0 8.5333333333vw;
  }
}
.c-form label span {
  display: inline-block;
}
.c-form label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-form label input[type=radio] + span::before {
  content: "";
  width: 27px;
  height: 27px;
  margin-top: -12px;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 27px;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .c-form label input[type=radio] + span::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    margin-top: -2.9333333333vw;
    border-radius: 5.8666666667vw;
  }
}
.c-form label input[type=radio] + span {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-form label input[type=radio] + span {
    font-size: 4.2666666667vw;
  }
}
.c-form label input[type=radio]:checked + span::before {
  border: 6px solid #098BDE;
}
.c-form label input[type=checkbox] + span::before,
.c-form label input[type=checkbox] + span::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
}
.c-form label input[type=checkbox] + span::before {
  width: 1.3em;
  height: 1.3em;
  margin-top: -0.65em;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 3px;
  z-index: 0;
  transition: 0.3s;
}
.c-form label input[type=checkbox] + span::after {
  width: 0.4em;
  height: 0.65em;
  margin-top: -0.45em;
  margin-left: 0.45em;
  transform: scale(0) rotate(45deg);
  z-index: 1;
}
.c-form label input[type=checkbox]:checked + span::before {
  border: none;
}
.c-form label input[type=checkbox]:checked + span::after {
  border: 0.1875em solid #ffffff;
  border-width: 0 0.1875em 0.1875em 0;
  transform: scale(1) rotate(45deg);
}
.c-form label input[type=checkbox]:checked + span::before {
  background-color: #098BDE;
}
.c-form_error {
  font-size: 16px;
  color: #F03D61;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-form_error {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.c-form_error2 {
  font-size: 14px;
  color: #F03D61;
}
@media screen and (max-width: 767px) {
  .c-form_error2 {
    font-size: 3.7333333333vw;
  }
}

.rounded-table {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #cccccc;
}
.rounded-table .c-table {
  border-collapse: collapse;
  width: 100%;
}
.rounded-table .c-table th {
  background: #F4F9FF;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  font-size: 15px;
  line-height: 150%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .rounded-table .c-table th {
    font-size: 3.4666666667vw;
    line-height: 130%;
    padding: 2.6666666667vw;
  }
}
.rounded-table .c-table th:first-of-type {
  width: 200px;
  border-right: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .rounded-table .c-table th:first-of-type {
    width: 24vw;
  }
}
.rounded-table .c-table td {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  vertical-align: middle;
  padding: 10px;
  font-size: 15px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .rounded-table .c-table td {
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw;
  }
}
.rounded-table .c-table td:first-of-type {
  border-right: 1px solid #cccccc;
  padding: 2.6666666667vw 1.3333333333vw;
}
.rounded-table .c-table td.last {
  border-bottom: none;
}

.c-title_h1 {
  font-size: 32px;
  line-height: 160%;
  font-weight: 900;
  color: #222222;
  margin-bottom: 19px;
}
.c-title_h1 span {
  background: linear-gradient(transparent 70%, #FFE70E 70%);
}
@media screen and (max-width: 767px) {
  .c-title_h1 {
    font-size: 5.3333333333vw;
    line-height: 140%;
    margin-bottom: 6.6666666667vw;
  }
}
.c-title_h2 {
  font-size: 24px;
  line-height: 160%;
  font-weight: 700;
  color: #ffffff;
  border-left: solid 10px #5BADE2;
  border-top: inherit;
  background: #098BDE;
  border-radius: 6px;
  padding: 14px 14px 14px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-title_h2 {
    font-size: 5.3333333333vw;
    line-height: 160%;
    border-left: solid 2.6666666667vw #5BADE2;
    border-radius: 1.0666666667vw;
    padding: 1.6vw 2.6666666667vw 2.1333333333vw 4vw;
    margin-bottom: 4.5333333333vw;
  }
}
.c-title_h2_toc-title {
  font-size: 18px;
  font-weight: 700;
  color: #098BDE;
  line-height: 180%;
  position: relative;
  padding-left: 42px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .c-title_h2_toc-title {
    font-size: 4.8vw;
    line-height: 180%;
    padding-left: 11.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
.c-title_h2_toc-title::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../../src/img/common/icon01.svg) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .c-title_h2_toc-title::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.c-title_h3 {
  border-top: solid 2px #098BDE;
  border-bottom: solid 2px #098BDE;
  padding: 9px 0px 10px;
  font-size: 20px;
  line-height: 160%;
  color: #098BDE;
  margin-bottom: 25px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-title_h3 {
    padding: 2.9333333333vw 0px 2.6666666667vw;
    font-size: 4.8vw;
    margin-bottom: 4.5333333333vw;
  }
}
.c-title_h4 {
  padding: 0;
  font-size: 20px;
  line-height: 160%;
  color: #222222;
  margin-bottom: 25px;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .c-title_h4 {
    font-size: 4.8vw;
    margin-bottom: 4.5333333333vw;
  }
}
.c-title_h4::before {
  content: "";
  width: 6px;
  background: #098BDE;
  margin-right: 9px;
  border-radius: 3px;
  flex-shrink: 0;
  align-self: stretch;
  min-height: 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-title_h4::before {
    width: 1.6vw;
    margin-right: 2.4vw;
    border-radius: 0.8vw;
    min-height: 5.8666666667vw;
  }
}
.c-title_h42 {
  padding: 0;
  font-size: 30px;
  line-height: 140%;
  color: #222222;
  margin-bottom: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-title_h42 {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}

.p-header {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-header_logo {
  position: absolute;
  top: 0;
  left: 2.6%;
  width: 13.02%;
  height: auto;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
  padding: 1.6vh 1.14%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.08));
}
@media screen and (max-width: 1060px) {
  .p-header_logo {
    padding: 9px 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-header_logo {
    width: 100%;
    height: 13.8666666667vw;
    background-color: #ffffff;
    left: 0;
    border-radius: 0;
    padding: 0 0 0 4vw;
    justify-content: flex-start;
    filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.08));
  }
}
.p-header_logo img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-header_logo img {
    width: 35.2vw;
    margin: 0;
  }
}
.p-header_btn {
  position: absolute;
  top: 3vh;
  right: 2.6%;
}
@media screen and (max-width: 767px) {
  .p-header_btn {
    top: 16.8vw;
    right: 4vw;
  }
}
.p-header_btn a {
  color: #ffffff;
  text-decoration: none;
  background-color: #1B6FC7;
  border-radius: 100px;
  border: 1px solid #ffffff;
  font-size: 14px;
  line-height: 180%;
  padding: 8px 34px 9px 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-header_btn a {
    background-color: rgba(0, 0, 0, 0);
    border-radius: inherit;
    border: none;
    font-size: 3.2vw;
    line-height: 130%;
    padding: 0 2.6666666667vw 0 0;
  }
}
.p-header_btn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  right: 17px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-header_btn a::after {
    top: 1.3333333333vw;
    right: 0;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }
}
.p-header_btn a:hover {
  background-color: #5BADE2;
}

.p-footer {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer {
    z-index: -1;
    padding: 6.6666666667vw 4vw 21.3333333333vw;
  }
}
.p-footer_top {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.p-footer_top_logo {
  width: 130px;
  margin-right: 27px;
}
@media screen and (max-width: 767px) {
  .p-footer_top_logo {
    width: 34.4vw;
    margin: 0 auto 4.8vw;
  }
}
.p-footer_top_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-footer_top_nav li {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer_top_nav li {
    width: 50%;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 4vw;
  }
}
.p-footer_top_nav li::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #222222;
  top: 1px;
  right: 0;
  width: 1px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-footer_top_nav li::after {
    display: none;
  }
}
.p-footer_top_nav li a {
  color: #222222;
  text-decoration: none;
}
.p-footer_top_nav li a:hover {
  color: #098BDE;
}
.p-footer_bottom {
  max-width: 900px;
  margin: 25px auto 0;
  padding-top: 25px;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .p-footer_bottom {
    margin: 1.3333333333vw auto 0;
    padding-top: 4vw;
    text-align: center;
    padding-bottom: 8vw;
  }
}
.p-footer_bottom_logo {
  width: 174px;
  margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
  .p-footer_bottom_logo {
    width: 46.4vw;
    margin: 0 auto 4vw;
  }
}
.p-footer_bottom_txt {
  font-size: 14px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-footer_bottom_txt {
    font-size: 3.2vw;
    margin-bottom: 4.8vw;
    line-height: 160%;
  }
}
.p-footer_bottom_copy {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-footer_bottom_copy {
    font-size: 3.2vw;
  }
}

.p-main {
  width: 100%;
  height: 100vh;
  background: url(/lp/steppable/src/img/common/main_bg.png) center center no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.p-main.shindan {
  color: #222222;
}
@media screen and (max-width: 1060px) {
  .p-main {
    max-height: 550px;
    height: 100vh;
  }
  .p-main.shindan {
    max-height: 100vh;
    min-height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .p-main.shindan {
    margin-bottom: 50vh;
  }
}
@media screen and (max-width: 767px) {
  .p-main {
    background: url(/lp/steppable/src/img/common/main_bg_sp.webp) center center no-repeat;
    background-size: cover;
    max-height: 192vw;
  }
  .p-main.shindan {
    max-height: none;
    min-height: 100dvh;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap {
    width: 100%;
    height: auto;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    margin-top: 4vw;
  }
}
.p-main_wrap_catch {
  font-size: 3.958vw;
  font-weight: 900;
  color: #ffffff;
  padding-top: 18.6vh;
  line-height: 120%;
}
@media screen and (max-width: 1060px) {
  .p-main_wrap_catch {
    font-size: 42px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_catch {
    font-size: 6.9333333333vw;
    padding-top: 0;
  }
}
.p-main_wrap_catch .small {
  font-size: 3.646vw;
}
@media screen and (max-width: 1060px) {
  .p-main_wrap_catch .small {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_catch .small {
    font-size: 6.4vw;
  }
}
.p-main_wrap_catch2 {
  font-size: 3.958vw;
  font-weight: 900;
  color: #ffffff;
  margin-top: 2vh;
  line-height: 120%;
}
@media screen and (max-width: 1060px) {
  .p-main_wrap_catch2 {
    font-size: 42px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_catch2 {
    font-size: 6.9333333333vw;
    margin-top: 1.0666666667vw;
  }
}
.p-main_wrap_catch2 .ye1 {
  font-size: 5.208vw;
  color: #FFE70E;
}
@media screen and (max-width: 1060px) {
  .p-main_wrap_catch2 .ye1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_catch2 .ye1 {
    font-size: 9.3333333333vw;
  }
}
.p-main_wrap_catch2 .ye2 {
  font-size: 4.6875vw;
  color: #FFE70E;
}
@media screen and (max-width: 1060px) {
  .p-main_wrap_catch2 .ye2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_catch2 .ye2 {
    font-size: 8vw;
  }
}
.p-main_wrap_catch2 .txt {
  position: relative;
}
.p-main_wrap_catch2 .txt::before, .p-main_wrap_catch2 .txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 5px;
  background-color: #ffffff;
  border-radius: 5px;
}
.p-main_wrap_catch2 .txt::before {
  left: -5%;
  height: 5vw;
  transform: rotate(-25deg);
}
@media screen and (max-width: 1060px) {
  .p-main_wrap_catch2 .txt::before {
    height: 47px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_catch2 .txt::before {
    width: 2px;
    height: 8vw;
  }
}
.p-main_wrap_catch2 .txt::after {
  right: -5%;
  height: 5vw;
  transform: rotate(25deg);
}
@media screen and (max-width: 1060px) {
  .p-main_wrap_catch2 .txt::after {
    height: 47px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_catch2 .txt::after {
    width: 2px;
    height: 8vw;
  }
}
.p-main_wrap_shindan {
  width: 50%;
  background-color: #ffffff;
  border-radius: 10px;
  border: 6px solid #89C7EF;
  margin: 5.5vh 25% 0;
  filter: drop-shadow(4px 6px 0 rgba(0, 0, 0, 0.08));
  padding: 6.4vh 0 0;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .p-main_wrap_shindan {
    margin: 30px 25% 0;
    padding: 35px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan {
    width: 92vw;
    border-radius: 2.1333333333vw;
    border: 1.0666666667vw solid #89C7EF;
    margin: 6.4vw 4vw 0;
    padding: 9.6vw 0 0;
  }
}
.p-main_wrap_shindan_title {
  color: #222222;
  font-weight: 700;
  font-size: 2.8125vw;
  line-height: 140%;
}
@media screen and (max-width: 1060px) {
  .p-main_wrap_shindan_title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan_title {
    font-size: 6.5066666667vw;
  }
}
.p-main_wrap_shindan_button-wrapper {
  width: 68%;
  margin: 4.5vh auto 6.7vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1060px) {
  .p-main_wrap_shindan_button-wrapper {
    margin: 25px auto 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan_button-wrapper {
    width: 53.3333333333vw;
    margin: 4vw auto 11.7333333333vw;
  }
}
.p-main_wrap_shindan_button-wrapper li {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan_button-wrapper li {
    width: 100%;
    margin-bottom: 3.2vw;
  }
  .p-main_wrap_shindan_button-wrapper li:last-child {
    margin-bottom: 0;
  }
}
.p-main_wrap_shindan_button-wrapper li .firstText a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875vw;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  width: 100%;
  height: 8vh;
  background: linear-gradient(to right, #FB5F7E, #F03D61);
  border-radius: 150px;
  filter: drop-shadow(4px 6px 0 rgba(0, 0, 0, 0.08));
  transition: all 0.5s;
}
@media screen and (max-width: 1060px) {
  .p-main_wrap_shindan_button-wrapper li .firstText a {
    font-size: 20px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-main_wrap_shindan_button-wrapper li .firstText a {
    width: 100%;
    font-size: 5.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
    filter: drop-shadow(3px 4px 0 rgba(0, 0, 0, 0.08));
  }
}
.p-main_wrap_shindan_button-wrapper li .firstText a:hover {
  opacity: 0.7;
}
.p-main .illust01 {
  position: absolute;
  width: 26.61%;
  bottom: 0;
  left: 8.802%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-main .illust01 {
    width: 39.7333333333vw;
    left: 1.8666666667vw;
  }
}
.p-main .illust01 img {
  width: 100%;
}
.p-main .illust02 {
  position: absolute;
  width: 25.28%;
  bottom: 0;
  right: 9.427%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-main .illust02 {
    width: 37.6vw;
    right: 2.1333333333vw;
  }
}
.p-main .illust02 img {
  width: 100%;
}

.p-system {
  max-width: 900px;
  background-color: #ffffff;
  margin: 70px auto;
  text-align: left;
  padding: 40px 50px 90px;
  border-radius: 6px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  .p-system {
    margin: 0;
    padding: 10.6666666667vw 4vw 13.3333333333vw;
    filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.08));
    border-radius: 0;
  }
}
.p-system p {
  line-height: 170%;
  letter-spacing: 0.02em;
}
.p-system p .blue {
  color: #098BDE;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-system p {
    line-height: 180%;
    letter-spacing: 0;
  }
}
.p-system_toc_container {
  width: 100%;
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 30px 50px 35px;
}
@media screen and (max-width: 767px) {
  .p-system_toc_container {
    border-radius: 2.1333333333vw;
    padding: 4.5333333333vw 4vw 4.8vw;
  }
}
.p-system_toc_container_list {
  list-style-type: decimal;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .p-system_toc_container_list {
    padding-left: 6.4vw;
  }
}
.p-system_toc_container_list li {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 15px;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-system_toc_container_list li {
    font-size: 4vw;
    line-height: 160%;
    margin-bottom: 2.6666666667vw;
    padding-left: 1.3333333333vw;
  }
}
.p-system_toc_container_list li a {
  color: #222222;
  text-decoration: none;
}
.p-system_toc_container_list li a:hover {
  color: #098BDE;
}
.p-system_toc_container_list li:last-child {
  margin-bottom: 0;
}
.p-system_img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-system_img {
    margin-bottom: 4.5333333333vw;
  }
  .p-system_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 1.6vw;
    background-position: center;
  }
}
.p-system .bana_wrap a {
  width: 100%;
}
.p-system .bana_wrap a:hover {
  opacity: 0.7;
}
.p-system_box {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 40px;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 4px rgba(9, 139, 222, 0.3));
}
@media screen and (max-width: 767px) {
  .p-system_box {
    padding: 4.2666666667vw 5.3333333333vw 6.6666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.p-system_box_ditail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #cccccc;
}
.p-system_box_ditail dl {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail dl {
    width: 100%;
  }
}
.p-system_box_ditail dl dt {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background-color: #6ABFF5;
  color: #ffffff;
  padding: 10px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  padding-left: 26px;
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail dl dt {
    border-right: none;
    padding: 1.6vw 2.6666666667vw 2.1333333333vw;
    font-size: 3.7333333333vw;
    padding-left: 9.0666666667vw;
    text-align: left;
  }
}
.p-system_box_ditail dl dt span {
  position: relative;
}
.p-system_box_ditail dl dt span::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../../src/img/common/icon02.svg) no-repeat;
  background-size: cover;
  top: 1px;
  left: -26px;
  width: 23px;
  height: 23px;
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail dl dt span::before {
    top: 0;
    left: -6.4vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-system_box_ditail dl dd {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 10px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  min-width: 240px;
  height: calc(100% - 45px);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail dl dd {
    border-right: none;
    padding: 2.1333333333vw 2.6666666667vw;
    font-size: 3.7333333333vw;
    min-width: 100%;
    height: auto;
    text-align: left;
    justify-content: flex-start;
  }
}
.p-system_box_ditail dl dd p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail dl dd p {
    font-size: 3.7333333333vw;
  }
}
.p-system_box_ditail dl dd span {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail dl dd span {
    font-size: 3.4666666667vw;
  }
}
.p-system_box_ditail dl dd.left {
  text-align: left;
}
.p-system_box_ditail dl:last-child dt,
.p-system_box_ditail dl:last-child dd {
  border-right: none;
}
.p-system_box_ditail2 {
  width: 100%;
}
.p-system_box_ditail2 dl {
  width: 100%;
}
.p-system_box_ditail2 dl dt {
  border-bottom: 1px solid #cccccc;
  background-color: #F4F9FF;
  color: #222222;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail2 dl dt {
    font-size: 3.4666666667vw;
    padding: 2.1333333333vw 2.6666666667vw;
  }
}
.p-system_box_ditail2 dl dd {
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  color: #222222;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 150%;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail2 dl dd {
    font-size: 3.4666666667vw;
    padding: 2.1333333333vw 2.6666666667vw;
  }
}

.p-system_box_ditail2 .list > dt.btn_detail {
  position: relative;
  cursor: pointer;
}

.p-system_box_ditail2 .list > dt.btn_detail .btn {
  position: absolute;
  right: 25px;
  height: 11px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  color: #098BDE;
  background-color: #ffffff;
  border: 1px solid #098BDE;
  width: 95px;
  height: 22px;
  border-radius: 11px;
  text-align: center;
  line-height: 150%;
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail2 .list > dt.btn_detail .btn {
    right: 2.6666666667vw;
    height: 2.1333333333vw;
    font-size: 2.6666666667vw;
    width: 21.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 2.6666666667vw;
    line-height: 170%;
  }
}

.p-system_box_ditail2 .list > dt.btn_detail .btn span {
  position: relative;
}

.p-system_box_ditail2 .list > dt.btn_detail .btn span::before {
  content: "もっと見る";
  display: block;
}

.p-system_box_ditail2 .list > dt.btn_detail .btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  right: 9px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #098BDE;
  border-right: 1px solid #098BDE;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail2 .list > dt.btn_detail .btn::after {
    top: 1.0666666667vw;
    right: 2.4vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

.p-system_box_ditail2 .list > dt.btn_detail.active .btn span::before {
  content: "閉じる";
  display: block;
}

.p-system_box_ditail2 .list > dt.btn_detail.active .btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #098BDE;
  border-right: 1px solid #098BDE;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-system_box_ditail2 .list > dt.btn_detail.active .btn::after {
    top: 1.8666666667vw;
    right: 4vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

.p-system_box_ditail2 .list > dd.close {
  display: none;
}

.p-system_box_ditail2 .list > dt .btn_detail.active + dd.close {
  display: block !important;
}

.p-shindan {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.p-shindan_wrap {
  height: calc(100vh - 120px);
  max-height: 700px;
  left: 50%;
  margin: 30px auto 0;
  /*padding-top: 40px;
  padding-bottom: 50px;*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  max-width: 800px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap {
    height: 100dvh;
    left: inherit;
    margin: 0 auto;
    padding-top: 24.8vw;
    padding-bottom: 18.6666666667vw;
    max-height: none;
    position: relative;
    top: inherit;
    transform: inherit;
    width: calc(100% - 8vw);
    max-width: calc(100% - 8vw);
  }
}
.p-shindan_wrap_main {
  background-color: #ffffff;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  border: 6px solid #89C7EF;
  height: 100%;
  max-height: 100%;
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main {
    border-radius: 2.1333333333vw;
    border: 4px solid #89C7EF;
    height: calc(100dvh - 26.6666666667vw);
    max-height: calc(100dvh - 26.6666666667vw);
    /*height: 100vh;
    max-height: none;*/
    padding: 3.2vw 5.3333333333vw 8vw;
  }
}
.p-shindan_wrap_main .close_btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -15px;
  right: -15px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main .close_btn {
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    top: -2.9333333333vw;
    right: -2.6666666667vw;
  }
}
.p-shindan_wrap_main .close_btn img {
  width: 100%;
}
.p-shindan_wrap_main .close_btn:hover {
  transform: scale(1.05);
}
.p-shindan_wrap_main_top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.p-shindan_wrap_main_top .top_txt {
  color: #098BDE;
  font-size: 40px;
  font-weight: 900;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_top .top_txt {
    font-size: 8vw;
  }
}
.p-shindan_wrap_main_top .top_txt span {
  position: relative;
}
.p-shindan_wrap_main_top .top_txt span::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: -20px;
  display: block;
  width: 3px;
  height: 40px;
  background-color: #098BDE;
  transform: rotate(-25deg);
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_top .top_txt span::before {
    bottom: 1.3333333333vw;
    left: -4vw;
    width: 2px;
    height: 8vw;
  }
}
.p-shindan_wrap_main_top .top_txt span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -20px;
  display: block;
  width: 3px;
  height: 40px;
  background-color: #098BDE;
  transform: rotate(25deg);
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_top .top_txt span::after {
    bottom: 1.3333333333vw;
    right: -4vw;
    width: 2px;
    height: 8vw;
  }
}
.p-shindan_wrap_main_top .top_txt2 {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_top .top_txt2 {
    font-size: 4.8vw;
    margin: 3.2vw 0 4vw;
  }
}
.p-shindan_wrap_main_top .top_txt3 {
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  line-height: 160%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_top .top_txt3 {
    font-size: 4.8vw;
  }
}
.p-shindan_wrap_main_top .top_txt4 {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_top .top_txt4 {
    font-size: 4vw;
    margin: 0;
    line-height: 160%;
  }
}
.p-shindan_wrap_main_top .top_txt4 span {
  color: #098BDE;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_top .top_txt4 span {
    font-size: 5.3333333333vw;
  }
}
.p-shindan_wrap_main_top .top_txt5 {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 5px 0 10px;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_top .top_txt5 {
    font-size: 4vw;
    margin: 1.3333333333vw 0 2.6666666667vw;
    line-height: 150%;
  }
}
.p-shindan_wrap_main_top .top_illust {
  width: 180px;
  height: 169px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_top .top_illust {
    width: 48vw;
    height: 45.3333333333vw;
    margin: 0 auto 4vw;
  }
}
.p-shindan_wrap_main_top .top_illust.last {
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_top .top_illust.last {
    margin: 0 auto 4vw;
  }
}
.p-shindan_wrap_main_top .top_illust img {
  width: 100%;
}
.p-shindan_wrap_main_top .top_txt_link {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_top .top_txt_link {
    margin-top: 4vw;
  }
}
.p-shindan_wrap_main_ditail {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-shindan_wrap_main_ditail .progress-wrapper {
  width: calc(100% - 158px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_ditail .progress-wrapper {
    width: 100%;
  }
}
.p-shindan_wrap_main_ditail .progress-wrapper .status-bar {
  width: 100%;
  max-width: 570px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_ditail .progress-wrapper .status-bar {
    width: 66.6666666667vw;
    max-width: none;
    height: 28px;
  }
}
.p-shindan_wrap_main_ditail .progress-wrapper .status-bar_base {
  fill: #E1E1E1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_ditail .progress-wrapper .status-bar_base {
    height: 35px;
    rx: 20;
    ry: 20;
  }
}
.p-shindan_wrap_main_ditail .progress-wrapper .status-bar_line {
  fill: #098BDE;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_ditail .progress-wrapper .status-bar_line {
    height: 35px;
    rx: 20;
    ry: 20;
  }
}
.p-shindan_wrap_main_ditail .progress-wrapper .status-bar_num {
  font-size: 18px;
  font-weight: 700;
  color: #098BDE;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_ditail .progress-wrapper .status-bar_num {
    font-size: 4.2666666667vw;
    margin-top: 1.8666666667vw;
  }
}
.p-shindan_wrap_main_ditail .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  color: #222222;
  text-align: left;
  margin: 40px auto 22px;
  width: calc(100% - 158px);
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_ditail .title {
    font-size: 4.6666666667vw;
    line-height: 150%;
    margin: 4vw 0;
    letter-spacing: -0.05em;
    width: 100%;
  }
}
.p-shindan_wrap_main_ditail .title_last {
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  color: #222222;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_ditail .title_last {
    font-size: 5.3333333333vw;
    margin-top: 4vw;
  }
}
.p-shindan_wrap_main_ditail .title_last span {
  position: relative;
}
.p-shindan_wrap_main_ditail .title_last span::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: -15px;
  display: block;
  width: 2px;
  height: 24px;
  background-color: #222222;
  transform: rotate(-25deg);
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_ditail .title_last span::before {
    height: 5.3333333333vw;
    left: -2.6666666667vw;
  }
}
.p-shindan_wrap_main_ditail .title_last span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -15px;
  display: block;
  width: 2px;
  height: 24px;
  background-color: #222222;
  transform: rotate(25deg);
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_ditail .title_last span::after {
    height: 5.3333333333vw;
    right: -2.6666666667vw;
  }
}
.p-shindan_wrap_main_ditail .title_last2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
  color: #222222;
  text-align: center;
  margin: -5px 0 0;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_ditail .title_last2 {
    font-size: 4.2666666667vw;
    margin: -0.8vw 0 0;
    letter-spacing: -0.05em;
  }
}
.p-shindan_wrap_main_ditail .title_last2 span {
  background: linear-gradient(transparent 70%, #FFE70E 70%);
}
.p-shindan_wrap_main_ditail .form-step {
  /*max-height: 40vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  padding-bottom: 10vh;*/
  width: 100%;
  flex: 1;
  overflow-y: auto;
  padding: 1px 79px 140px;
}
.p-shindan_wrap_main_ditail .form-step.line3 {
  /*max-height: 33vh;*/
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_ditail .form-step {
    max-height: calc(100dvh - 58.6666666667vw);
    padding: 1px 0 32vw;
  }
  .p-shindan_wrap_main_ditail .form-step.line2 {
    max-height: calc(100dvh - 65.3333333333vw);
  }
  .p-shindan_wrap_main_ditail .form-step.line3 {
    max-height: calc(100dvh - 72vw);
  }
}
.p-shindan_wrap_main_ditail .form-step_wrap {
  width: 100%;
  border: 1px solid #cccccc;
  font-size: 18px;
  line-height: 160%;
  font-weight: 700;
  text-align: left;
  margin-top: -1px;
  color: #222222;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_ditail .form-step_wrap {
    font-size: 4.2666666667vw;
    line-height: 150%;
  }
}
.p-shindan_wrap_main_ditail .form-step_wrap .box_sub {
  position: absolute;
  width: 450px !important;
  height: 42px !important;
  right: 20px;
  top: 7px;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_ditail .form-step_wrap .box_sub {
    position: relative;
    width: 73.3333333333vw !important;
    height: auto !important;
    right: 0;
    top: 0;
    margin: 0 2.6666666667vw 3.2vw;
  }
}
.p-shindan_wrap_main_ditail .form-step.long {
  /*max-height: 43vh;*/
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_ditail .form-step.long {
    max-height: calc(100dvh - 58.6666666667vw);
  }
}
.p-shindan_wrap_main_ditail .input_txt {
  text-align: center;
  font-size: 16px;
  color: #222222;
  line-height: 170%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_ditail .input_txt {
    font-size: 3.7333333333vw;
    line-height: 150%;
    text-align: left;
  }
}
.p-shindan_wrap_main_btnwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 0;
  background: rgba(224, 238, 255, 0.7);
  overflow: hidden;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_btnwrap {
    padding: 4.5333333333vw 0;
  }
}
.p-shindan_wrap_main_btnwrap .btn {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.p-shindan_wrap_main_btnwrap .btn button {
  width: 300px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 30px;
  filter: drop-shadow(4px 6px 0 rgba(0, 0, 0, 0.08));
  background: #FB5F7E;
  margin: 0 15px;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_btnwrap .btn button {
    width: 39.2vw;
    height: 13.3333333333vw;
    line-height: 10.6666666667vw;
    font-size: 5.3333333333vw;
    border-radius: 6.6666666667vw;
    margin: 0 1.3333333333vw;
    filter: drop-shadow(3px 4px 0 rgba(0, 0, 0, 0.08));
  }
}
.p-shindan_wrap_main_btnwrap .btn button:hover {
  opacity: 0.7;
}
.p-shindan_wrap_main_btnwrap .btn button.next {
  background: linear-gradient(to right, #FB5F7E, #F03D61);
  position: relative;
}
.p-shindan_wrap_main_btnwrap .btn button.next::after {
  display: block;
  content: "";
  position: absolute;
  top: 23px;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_btnwrap .btn button.next::after {
    top: 5.0666666667vw;
    right: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.p-shindan_wrap_main_btnwrap .btn button.next.long {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_btnwrap .btn button.next.long {
    width: 81.3333333333vw;
    font-size: 4.8vw;
    line-height: 8vw;
  }
}
.p-shindan_wrap_main_btnwrap .btn button.back {
  background: linear-gradient(to right, #B8B8B8, #888888);
  position: relative;
}
.p-shindan_wrap_main_btnwrap .btn button.back::before {
  display: block;
  content: "";
  position: absolute;
  top: 23px;
  left: 30px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .p-shindan_wrap_main_btnwrap .btn button.back::before {
    top: 5.0666666667vw;
    left: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}

.close_wrap.close {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transform: inherit;
}
.close_wrap.close::before {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  height: 100vh;
  width: 100%;
}
.close_wrap.close .p-shindan_wrap_main_top.close {
  z-index: 150;
  background-color: #ffffff;
  width: auto;
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .close_wrap.close .p-shindan_wrap_main_top.close {
    padding: 4vw;
    border-radius: 2.1333333333vw;
    margin-top: 0;
  }
}

.scrollable-div::-webkit-scrollbar {
  width: 18px;
}
@media screen and (max-width: 767px) {
  .scrollable-div::-webkit-scrollbar {
    width: 1px;
  }
}

.scrollable-div::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .scrollable-div::-webkit-scrollbar-track {
    background-color: #ffffff;
  }
}

.scrollable-div::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
  border-radius: 0;
  border: 4px solid #f1f1f1;
  background-clip: content-box;
}
@media screen and (max-width: 767px) {
  .scrollable-div::-webkit-scrollbar-thumb {
    border: 1;
    background-color: #ffffff;
  }
}

.u-mb--0 {
  margin-bottom: 0px !important;
}
.u-mb--xxs {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--xxs {
    margin-bottom: 4vw !important;
  }
}
.u-mb--xs {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--xs {
    margin-bottom: 4vw !important;
  }
}
.u-mb--s {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--s {
    margin-bottom: 5.3333333333vw !important;
  }
}
.u-mb--m {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--m {
    margin-bottom: 6.6666666667vw !important;
  }
}
.u-mb--l {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--l {
    margin-bottom: 9.3333333333vw !important;
  }
}

.u-mt--0 {
  margin-top: 0px !important;
}
.u-mt--xxs {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--xxs {
    margin-top: 4vw !important;
  }
}
.u-mt--xs {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--xs {
    margin-top: 4vw !important;
  }
}
.u-mt--s {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--s {
    margin-top: 5.3333333333vw !important;
  }
}
.u-mt--m {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--m {
    margin-top: 6.6666666667vw !important;
  }
}
.u-mt--l {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--l {
    margin-top: 9.3333333333vw !important;
  }
}

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

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}
/* 202507追加 */
.p-system_box_ditail2 ol {list-style-type: decimal; margin-left:1em;}
.p-system_box_ditail2 ul {list-style-type: disc; margin-left:1em;}
.c-list__dot .blue, .c-list__check .blue, .c-list__check2 .blue { color: #098BDE; font-weight: 700;}
.blueback { background: #098BDE; color: #fff; margin-right: 5px; padding:0 3px;}
.c-list__check { background-color: #F4F9FF; border-radius: 10px; padding: 20px 30px;}
@media screen and (max-width: 767px) {
  .c-list__check { border-radius: 2.1333333333vw; padding: 3.2vw 4vw;}
}
.c-list__check li { padding-left: 18px; position: relative; line-height: 150%; margin-bottom: 8px; font-weight: 500;}
@media screen and (max-width: 767px) {
  .c-list__check li { padding-left: 6.1333333333vw; margin-bottom: 3.2vw;}
}
.c-list__check li:last-child { margin-bottom: 0;}
.c-list__check li::before { position: absolute; display: inline-block; width:1em; height: 1em; text-align: center; left:0; top:5px; content: ""; background-image: url(../../src/img/common/cta_check1.svg);   background-size: 100%; background-repeat: no-repeat;}
@media screen and (min-width: 768px) {
.c-list__check li::before { left: -1rem;top:0; height: 1.5rem; width: 1.5rem; }
}

.c-list__check2 { background-color: #fdf5f7; border-radius: 10px; padding: 20px 30px;}
@media screen and (max-width: 767px) {
  .c-list__check2 { border-radius: 2.1333333333vw; padding: 3.2vw 4vw;}
}
.c-list__check2 li { padding-left: 18px; position: relative; line-height: 150%; margin-bottom: 8px; font-weight: 500;}
@media screen and (max-width: 767px) {
  .c-list__check2 li { padding-left: 6.1333333333vw; margin-bottom: 3.2vw;}
}
.c-list__check2 li:last-child { margin-bottom: 0;}
.c-list__check2 li::before { position: absolute; display: inline-block; width:1em; height: 1em; text-align: center; left:0; top:3px; content: ""; background-image: url(../../src/img/common/cta_check7.svg);   background-size: 100%; background-repeat: no-repeat;}
@media screen and (min-width: 768px) {
.c-list__check2 li::before { left: -1rem;top:0; height: 1.5rem; width: 1.5rem; }
}

.newTabLink:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: .7rem;
    height: .7rem;
    margin-left: .25rem;
    background-image: url(../../src/img/common/squareNewTabIcon.svg);
}
.rounded-table .c-table td:nth-of-type(3), .rounded-table .c-table th:nth-of-type(3) {
  border-left: 1px solid #cccccc;
  padding: 2.6666666667vw 1.3333333333vw;
}
.p-system_img {text-align:center;}
