@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("/assets/font/NotoSansJP-Thin-f8a73190aed586bb328251ba979fea40.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("/assets/font/NotoSansJP-ExtraLight-f1aedeea2cdd380d8d108508f81ac070.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("/assets/font/NotoSansJP-Light-daa12f424c62019044536d563cd3ab11.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/assets/font/NotoSansJP-Regular-d7b3c0ac56050de4c152bd8394a16c9a.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/assets/font/NotoSansJP-Medium-90f49e4198daccead3dab1e56b598e3f.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/assets/font/NotoSansJP-SemiBold-d3e5f9927153d02f5b42d1a863b39061.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/assets/font/NotoSansJP-Bold-485e5ded4ecbe334b90b239f662c968b.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("/assets/font/NotoSansJP-ExtraBold-a393a728c3675401a88082ab227f2237.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("/assets/font/NotoSansJP-Black-45e1fb079495f3e3128cbc57eabdea3a.ttf") format("truetype");
}

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 {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

body {
  line-height: 1;
}

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;
}

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

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  word-wrap: break-word;
  color: #373737;
  background-color: #f4f4f9;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

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

a,
input,
textarea,
button {
  outline: none;
}

a {
  text-decoration: none;
  color: #373737;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

small {
  font-family: Verdana, Arial, Geneva, Tahoma, sans-serif;
}

.is-sp {
  display: none !important;
}

.is-sp375 {
  display: none !important;
}

.is-hidden {
  display: none !important;
}

@media screen and (width <= 375px) {
  .is-sp375 {
    display: block !important;
  }
}

@media screen and (width <= 768px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}

.header {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.72);
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.header-menu-btn {
  position: relative;
  width: 24px;
  height: 24px;
}

.header-menu-btn-line {
  position: absolute;
  right: 0;
  left: 0;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: #373737;
}

.header-menu-btn-line:nth-child(1) {
  top: 6px;
}

.header-menu-btn-line:nth-child(2) {
  top: 0;
  bottom: 0;
}

.header-menu-btn-line:nth-child(3) {
  bottom: 6px;
}

.menu {
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.is-open .menu {
  visibility: visible;
  opacity: 1;
}

.menu-contents {
  position: relative;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 86.2595419847vw;
  height: 100vh;
  margin-left: auto;
  padding: 16px;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translateX(60%);
  transform: translateX(60%);
  background-color: #f4f4f9;
}

.is-open .menu-contents {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.menu-close {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 0 16px auto;
}

.menu-close-line {
  position: absolute;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: #373737;
  inset: 0;
}

.menu-close-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-close-line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-name {
  margin-bottom: 16px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #686868;
}

.menu-list-item {
  margin-bottom: 16px;
}

.menu-list-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 35px 20px 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #373737;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-list-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
}

.menu-list-icon {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.logo-ai {
  position: relative;
  z-index: 10;
  padding-top: 16px;
  text-align: center;
}

.logo-ai-img {
  width: 215px;
}

.footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 0 8px;
}

.footer-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}

.footer-list-item:last-child {
  margin-right: 0;
}

.footer-list-item::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  margin-left: 12px;
  -webkit-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
  background-color: #f0f0f0;
}

.footer-list:nth-child(3) .footer-list-item::after {
  display: none;
}

.footer-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #373737;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-list-link.is-blank::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url("/assets/img/icon_blank-a9faebec6bff9c9fae717420e69f917d.svg") no-repeat center center/contain;
}

.footer-copyright {
  display: block;
  padding-top: 10px;
  font-size: 1rem;
  text-align: center;
  color: #686868;
  border-top: 1px solid #ccc;
}

.btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  border-radius: 6px;
  background: linear-gradient(101deg, rgb(0, 155, 255) 0%, rgb(102, 195, 255) 100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-primary.is-s {
  height: 40px;
}

.btn-primary.is-xs {
  height: 32px;
  font-size: 1.4rem;
}

.btn-primary.is-disabled {
  color: #ccc;
  background: #e6e6e6;
}

.btn-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  color: #373737;
  border: solid 1px #373737;
  border-radius: 6px;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-secondary.is-s {
  height: 40px;
}

.btn-secondary.is-xs {
  height: 32px;
  font-size: 1.4rem;
}

.btn-secondary.is-disabled {
  color: #ccc;
  border: none;
  background: #e6e6e6;
}

.btn-secondary.is-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-secondary.is-arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #373737;
  border-right: solid 2px #373737;
}

.btn-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  border-radius: 6px;
  background: #2dbe01;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-line.is-s {
  height: 32px;
  font-size: 1.4rem;
}

.btn-line.is-xs {
  height: 32px;
  font-size: 1.4rem;
}

.btn-area {
  margin-top: 16px;
}

.btn-area.is-bottom {
  margin-top: 24px;
}

.btn-area + .btn-area {
  margin-top: 32px;
}

.btn-item {
  margin-bottom: 16px;
}

.btn-item:last-child {
  margin-bottom: 0;
}

.modal {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  width: 100%;
  height: 100%;
  padding: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal.is-show {
  visibility: visible;
  opacity: 1;
}

.modal-contents {
  max-width: 600px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.modal-lead {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.modal-text {
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #686868;
}

.modal-btn-item {
  margin-bottom: 8px;
}

.modal-btn-item:last-child {
  margin-bottom: 0;
}

.modal-recommend {
  margin-bottom: 24px;
  padding: 10px;
  color: #009bff;
  border-radius: 8px;
  background: #f2faff;
}

.modal-recommend-lead {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.modal-recommend-text {
  position: relative;
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.modal-recommend-text:last-child {
  margin-bottom: 0;
}

.modal-img-search {
  width: 100%;
  margin-bottom: 16px;
}

.select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding: 0 12px;
  border: solid 1px #373737;
  border-radius: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 12px;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
  border-top: solid 1px #373737;
  border-right: solid 1px #373737;
}

.select-form {
  position: relative;
  width: 100%;
  height: 48px;
  margin-right: 8px;
  padding: 0 16px;
  line-height: 1;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.13);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.select-form:last-child {
  margin-right: 0;
}

.select-form::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 16px;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  pointer-events: none;
  border-top: solid 1px #373737;
  border-right: solid 1px #373737;
}

.select-form.is-no-arrow::after {
  display: none;
}

.select-form .select-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

.select-box {
  padding-right: 18px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #373737;
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 1.4rem;
}

.check-item {
  position: absolute;
  opacity: 0;
}

.check-item:checked + .check-label {
  background-image: url("/assets/img/check_active-c0f2da3a40b88f04a0b9780f3e2f6276.svg");
}

.check-label {
  display: inline-block;
  padding: 2px 0;
  padding-left: 30px;
  line-height: 1.4;
  background: url("/assets/img/check-8d14e5c89c021a6e34646607d7d3b0a9.svg") no-repeat 0 center;
  background-size: 24px auto;
}

.check-lead {
  margin-bottom: 2px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.check-text {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #686868;
}

.textarea {
  width: 100%;
  height: 116px;
  padding: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #373737;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.13);
}

.input-text {
  width: 100%;
  height: 48px;
  margin-right: 8px;
  padding: 0 16px;
  font-size: 1.6rem;
  line-height: 1;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.13);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.input-text.is-clear {
  padding-right: 45px;
}

.input-text:last-child {
  margin-right: 0;
}

.input-text::-webkit-input-placeholder {
  color: #CCCCCC;
}

.input-text::-moz-placeholder {
  color: #CCCCCC;
}

.input-text:-ms-input-placeholder {
  color: #CCCCCC;
}

.input-text::-ms-input-placeholder {
  color: #CCCCCC;
}

.input-text::placeholder {
  color: #CCCCCC;
}

.textarea.feedback::placeholder {
  color: #CCCCCC;
}

.input-text-clear {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 16px;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.input-text-clear::before,
.input-text-clear::after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 16px;
  margin: auto;
  background-color: #ccc;
  inset: 0;
}

.input-text-clear::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.input-text-clear::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-lead {
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1;
}

.form-lead-sub {
  font-size: 1.2rem;
  text-align: right;
  flex: 1 0 auto;
  color: #686868;
}

@media screen and (max-width: 600px) {
  .form-lead-sub {
    font-size: 1.2rem;
    text-align: left;
    width: 100%;
    margin-bottom: 1em;
  }
}

.confirm .form-lead {
  margin-bottom: 8px;
}

.form-lead.is-bold {
  font-size: 1.6rem;
  font-weight: bold;
}

.form-text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.form-text-sub {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #686868;
}

.form-introduction {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.required {
  margin-left: 4px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #686868;
}

.form-error {
  display: none;
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #f55752;
}

.form-error.is-bottom {
  font-size: 1.6rem;
  text-align: center;
}

.form-item {
  position: relative;
  margin-bottom: 24px;
}

.form-item:last-child {
  margin-bottom: 0;
}

.form-block {
  margin: 32px 0;
}

.form-box {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(59, 130, 246, 0.12);
  border-radius: 8px;
  background: #fff;
}

.form-box-inner {
  position: relative;
}

.input-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.input-column.is-2column {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.input-column.is-2column .checkbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

.input-sub-text {
  font-size: 1.6rem;
  white-space: nowrap;
}

.input-item {
  position: relative;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 56px;
  margin-bottom: 16px;
  border: none;
}

.checkbox-input {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.checkbox-input:checked + .checkbox-label::before {
  opacity: 1;
}

.checkbox-label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  font-size: 1.6rem;
  line-height: 1;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.13);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  border-radius: 12px;
  background: linear-gradient(92deg, #009bff 23.63%, #66c3ff 86.7%);
}

.checkbox-label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  pointer-events: none;
  border-radius: 8px;
  background: #fff;
}

.checkbox-label-text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}

.checkbox-label-text .icon {
  display: block;
  width: 24px;
  margin-right: 8px;
}

.movingtime-label {
  display: flex;
  flex-wrap: wrap;
}

.form-note {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: right;
}

.form-note.is-center {
  text-align: center;
}

.form-note:last-child {
  margin-bottom: 0;
}

.form-attention {
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #f55752;
}

.form-note-list {
  margin-top: 8px;
}

.form-note-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #686868;
}

.form-note-item::before {
  content: "・";
  display: inline-block;
  margin-right: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form-note-item:last-child {
  margin-bottom: 0;
}

.form-info {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #686868;
}

.selected-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.selected-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 8px 6px 12px;
  border: 1px solid #ccc;
  border-radius: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.selected-text {
  font-size: 1.6rem;
  line-height: 1.4;
}

.selected-close {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
}

.selected-close::before,
.selected-close::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  margin: auto;
  background-color: #ccc;
  inset: 0;
}

.selected-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.selected-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.panel {
  margin-bottom: 24px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
}

.panel.is-recommend {
  position: absolute;
  z-index: 5;
  top: 75px;
  left: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  background-color: #fff;
}

.panel.is-recommend.is-show {
  visibility: visible;
  opacity: 1;
}

.panel.is-suggest {
  position: absolute;
  z-index: 5;
  top: 75px;
  left: 0;
  visibility: hidden;
  width: 100%;
  padding: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  background-color: #fff;
}

.panel.is-suggest.is-show {
  visibility: visible;
  opacity: 1;
}

.panel-lead {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.panel-text {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #686868;
}

.panel-finish {
  position: fixed;
  top: 58px;
  right: 0;
  left: 0;
  width: calc(100% - 48px);
  max-width: 600px;
  margin: auto;
  padding: 12px 44px 12px 12px;
  border: 1px solid #6fc02c;
  border-radius: 4px;
  background: #eef8e6;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
}

.panel-finish-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #242424;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel-finish-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.panel-close {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.panel-close::before,
.panel-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #000;
}

.panel-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.panel-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.recommend-item {
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}

.recommend-item:first-child {
  padding-top: 0;
}

.recommend-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.recommend-text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
}

.suggest-item {
  border-bottom: 1px solid #ccc;
}

.suggest-item:first-child {
  padding-top: 0;
}

.suggest-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.suggest-text {
  position: relative;
  display: block;
  padding: 16px 46px 16px 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.suggest-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  background-image: url("/assets/img/icon_add-25649e4c15ff7fb9dbe55ded149d7fcd.svg");
  background-size: contain;
}

body {
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 130, 246, 0.12)), color-stop(65.87%, rgba(139, 92, 246, 0.12)), to(rgba(154, 72, 236, 0.12))), #fff;
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.12) 0%, rgba(139, 92, 246, 0.12) 65.87%, rgba(154, 72, 236, 0.12) 100%), #fff;
}

body.is-modal-open {
  overflow: hidden;
}

.main {
  position: relative;
  width: 100%;
  max-width: 600px;
  min-height: calc(100vh - 200px);
  margin: 0 auto;
}

.title {
  margin-bottom: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.text-omission {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-description {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #686868;
}

.box-lead {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.box-lead.is-type01 {
  margin-bottom: 8px;
}

.box-text {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #686868;
}

.box-text:last-child {
  margin-bottom: 0;
}

.note {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #686868;
}

.link-primary {
  color: #009bff;
}

.link-secondary {
  color: #686868;
}

.link-block {
  margin-bottom: 24px;
}

.link-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding: 20px 35px 20px 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-box:last-child {
  margin-bottom: 0;
}

.link-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
}

.link-box-icon {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.link-box-text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #373737;
}

.link-box-text.is-withdrawal {
  color: #686868;
}

.link-box-text-sub {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #686868;
}

.lead-box {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #686868;
}

.contents {
  padding: 24px 16px 16px;
}

.back + .contents {
  padding-top: 0;
}

.block {
  padding: 16px;
}

.round-box {
  margin-bottom: 16px;
  padding: 20px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.72);
}

.round-box.is-nomargin {
  margin-bottom: 0;
}

.round-box.is-disabled {
  color: #686868;
  background: #e6e6e6;
}

.card-box {
  margin-bottom: 16px;
  padding: 24px 20px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
}

.info-box {
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 8px;
  background: #f0f0f0;
}

.info-lead {
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.info-text {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #686868;
}

.bg-white {
  background-color: rgba(255, 255, 255, 0.72);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.back {
  padding: 20px 16px;
}

.back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  color: #373737;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-link::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-top: solid 2px #373737;
  border-right: solid 2px #373737;
}

.flow {
  margin-bottom: 16px;
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flow-item {
  margin-right: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flow-item:last-child {
  margin-right: 0;
}

.flow-line {
  height: 4px;
  background: #e6e6e6;
}

.is-active .flow-line {
  background: linear-gradient(92deg, #009bff 23.63%, #66c3ff 86.7%);
}

.flow-text {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  background: linear-gradient(92deg, #009bff 23.63%, #66c3ff 86.7%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.line-alignment {
  margin-bottom: 24px;
  padding: 16px;
  border: 2px solid #06c755;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  background-color: #fff;
  -webkit-box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
}

.line-alignment-title {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.line-alignment-text {
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #686868;
}

.loading-icon {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 21px;
  height: 21px;
  margin: 20px auto;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#009bff), to(#66c3ff));
  background: linear-gradient(to right, #009bff, #66c3ff);
}

.loading-icon::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background: #f3f3f3;
}

.loading-icon::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: loading-fill 2s linear infinite;
  animation: loading-fill 2s linear infinite;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #009bff 0deg, transparent 30deg);
}

@-webkit-keyframes loading-fill {
  0% {
    background: conic-gradient(from 0deg, #009bff 0deg, transparent 30deg);
  }
  3.125% {
    background: conic-gradient(from 0deg, #009bff 22.5deg, transparent 52.5deg);
  }
  6.25% {
    background: conic-gradient(from 0deg, #009bff 45deg, transparent 75deg);
  }
  9.375% {
    background: conic-gradient(from 0deg, #009bff 67.5deg, transparent 97.5deg);
  }
  12.5% {
    background: conic-gradient(from 0deg, #009bff 90deg, transparent 120deg);
  }
  15.625% {
    background: conic-gradient(from 0deg, #009bff 112.5deg, transparent 142.5deg);
  }
  18.75% {
    background: conic-gradient(from 0deg, #009bff 135deg, transparent 165deg);
  }
  21.875% {
    background: conic-gradient(from 0deg, #009bff 157.5deg, transparent 187.5deg);
  }
  25% {
    background: conic-gradient(from 0deg, #009bff 180deg, transparent 210deg);
  }
  28.125% {
    background: conic-gradient(from 0deg, #009bff 202.5deg, transparent 232.5deg);
  }
  31.25% {
    background: conic-gradient(from 0deg, #009bff 225deg, transparent 255deg);
  }
  34.375% {
    background: conic-gradient(from 0deg, #009bff 247.5deg, transparent 277.5deg);
  }
  37.5% {
    background: conic-gradient(from 0deg, #009bff 270deg, transparent 300deg);
  }
  40.625% {
    background: conic-gradient(from 0deg, #009bff 292.5deg, transparent 322.5deg);
  }
  43.75% {
    background: conic-gradient(from 0deg, #009bff 315deg, transparent 345deg);
  }
  46.875% {
    background: conic-gradient(from 0deg, #009bff 337.5deg, transparent 367.5deg);
  }
  50% {
    background: conic-gradient(from 0deg, #009bff 360deg, transparent 390deg);
  }
  100% {
    background: conic-gradient(from 0deg, #009bff 360deg, transparent 390deg);
  }
}

@keyframes loading-fill {
  0% {
    background: conic-gradient(from 0deg, #009bff 0deg, transparent 30deg);
  }
  3.125% {
    background: conic-gradient(from 0deg, #009bff 22.5deg, transparent 52.5deg);
  }
  6.25% {
    background: conic-gradient(from 0deg, #009bff 45deg, transparent 75deg);
  }
  9.375% {
    background: conic-gradient(from 0deg, #009bff 67.5deg, transparent 97.5deg);
  }
  12.5% {
    background: conic-gradient(from 0deg, #009bff 90deg, transparent 120deg);
  }
  15.625% {
    background: conic-gradient(from 0deg, #009bff 112.5deg, transparent 142.5deg);
  }
  18.75% {
    background: conic-gradient(from 0deg, #009bff 135deg, transparent 165deg);
  }
  21.875% {
    background: conic-gradient(from 0deg, #009bff 157.5deg, transparent 187.5deg);
  }
  25% {
    background: conic-gradient(from 0deg, #009bff 180deg, transparent 210deg);
  }
  28.125% {
    background: conic-gradient(from 0deg, #009bff 202.5deg, transparent 232.5deg);
  }
  31.25% {
    background: conic-gradient(from 0deg, #009bff 225deg, transparent 255deg);
  }
  34.375% {
    background: conic-gradient(from 0deg, #009bff 247.5deg, transparent 277.5deg);
  }
  37.5% {
    background: conic-gradient(from 0deg, #009bff 270deg, transparent 300deg);
  }
  40.625% {
    background: conic-gradient(from 0deg, #009bff 292.5deg, transparent 322.5deg);
  }
  43.75% {
    background: conic-gradient(from 0deg, #009bff 315deg, transparent 345deg);
  }
  46.875% {
    background: conic-gradient(from 0deg, #009bff 337.5deg, transparent 367.5deg);
  }
  50% {
    background: conic-gradient(from 0deg, #009bff 360deg, transparent 390deg);
  }
  100% {
    background: conic-gradient(from 0deg, #009bff 360deg, transparent 390deg);
  }
}

.favarite-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  padding: 4px 16px 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.favarite-head-title {
  font-size: 1.6rem;
  font-weight: bold;
}

.favorite-list {
  padding: 0 16px;
}

.favorite-item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #ccc;
}

.favorite-item:last-child {
  margin-bottom: 0;
}

.favorite-item-inner {
  padding: 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.favorite-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  border-bottom: solid 1px #ccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.favorite-item-delete {
  width: 24px;
  height: 24px;
}

.favorite-data {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0;
  padding-right: 15px;
  color: #373737;
}

.favorite-data::after {
  content: "";
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
}

.favorite-data-img {
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.favorite-rent {
  margin-bottom: 4px;
  font-size: 1.6rem;
  font-weight: bold;
}

.favorite-rent-main {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4px;
}

.favorite-rent-sub {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 1.2rem;
  font-weight: normal;
  white-space: nowrap;
}

.favorite-deposit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.favorite-deposit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 1.4rem;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.favorite-deposit-item:last-child {
  margin-right: 0;
}

.favorite-deposit-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  font-size: 1.2rem;
  color: #686868;
  border: solid 1px #ccc;
  border-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.favorite-data-text {
  margin-bottom: 4px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.favorite-data-text:last-child {
  margin-bottom: 0;
}

.favorite-recommend {
  position: relative;
  margin-top: 16px;
  padding: 12px 16px;
  border: 2px solid #009bff;
  border-radius: 8px;
  background-color: #f2faff;
}

.favorite-recommend::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 10%;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-45deg) skew(-15deg, -15deg);
  transform: rotate(-45deg) skew(-15deg, -15deg);
  border-top: solid 2px #009bff;
  border-right: solid 2px #009bff;
  border-radius: 0 4px 0 0;
  background-color: #f2faff;
}

.favorite-recommend-title {
  position: relative;
  padding-right: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  color: #686868;
}

.favorite-recommend-title.is-open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.favorite-recommend-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  border-top: solid 1px #686868;
  border-right: solid 1px #686868;
}

.favorite-recommend-date {
  margin-left: 4px;
  font-weight: normal;
  color: #686868;
}

.favorite-recommend-contents {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}

.favorite-recommend-list {
  margin-top: 12px;
}

.favorite-recommend-item {
  position: relative;
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.favorite-recommend-item:last-child {
  margin-bottom: 0;
}

.favorite-lead-function {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}

.favorite-lead-compare {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: bold;
}

.float-btn {
  position: fixed;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 16px;
  padding: 16px 16px 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.float-btn.is-show {
  visibility: visible;
  opacity: 1;
}

.float-btn-lead {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

.float-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.float-btn-area a {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.favorite-note {
  margin-top: 8px;
  font-size: 1.2rem;
  text-align: right;
  color: #686868;
}

.favorite-recommend-content {
  display: none;
  padding-top: 8px;
}

.favorite-recommend-content.is-open {
  display: block;
}

.favorite-recommend-text {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #686868;
}

.favorite-chara {
  margin-right: 16px;
}

.favorite-chara.is-chara01 {
  width: 85px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
}

.favorite-chara.is-chara02 {
  width: 48px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
}

.comparison {
  padding: 0 16px 32px;
}

.comparison-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px 8px 0 0;
  background: #f2faff;
}

.comparison-head .comparison-cell {
  background: #f2faff;
}

.comparison-contents {
  position: relative;
  overflow: auto;
  padding-bottom: 64px;
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, 0.72);
}

.comparison-inner {
  position: relative;
}

.sticky-placeholder {
  -webkit-transition: height 0.1s ease;
  transition: height 0.1s ease;
  opacity: 0.5;
  border: 2px dashed red;
}

.sticky-placeholder::before {
  content: "PLACEHOLDER";
  display: block;
  padding: 4px;
  font-size: 12px;
  text-align: center;
  color: red;
}

.comparison-head-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 8px;
  font-size: 1.2rem;
  font-weight: bold;
  background: #f2faff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comparison-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  font-size: 1.4rem;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comparison-cell-link {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.comparison-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comparison-item-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  font-size: 1.2rem;
  color: #686868;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comparison-img-item {
  overflow: hidden;
  width: 82px;
  height: 82px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -o-object-fit: contain;
  object-fit: contain;
}

.comparison-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comparison-price {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}

.comparison-price .sub {
  font-size: 1.2rem;
  font-weight: normal;
}

.comparison-text {
  font-size: 1.4rem;
  line-height: 1.5;
}

.comparison-btn-area {
  padding: 12px 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
}

.comparison-foot {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 0 8px 8px;
  will-change: bottom;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.comparison-foot .comparison-btn-area,
.comparison-foot .comparison-item-lead {
  background: #fff;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.06);
}

.comparison-foot::-webkit-scrollbar {
  display: none;
}

.complete-message {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.complete-img {
  display: block;
  width: 55.4%;
  margin: 0 auto 24px;
}

.complete-lead {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}

@media (width <= 376px) {
  .complete-lead {
    font-size: 1.6rem;
  }
}

.complete-text {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #686868;
}

.complete-text:last-child {
  margin-bottom: 0;
}

.img-alignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-alignment-item:nth-child(2) {
  margin: 0 28px;
}

.alignment-list {
  margin-bottom: 24px;
}

.alignment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding: 12px 14px;
  border: 2px solid #009bff;
  border-radius: 8px;
  background-color: #f2faff;
}

.alignment-item.is-done {
  border-color: #e6e6e6;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.alignment-icon {
  width: 40px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.is-done .alignment-icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}

.is-done .alignment-icon::before,
.is-done .alignment-icon::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 26px;
  margin: auto;
  background-color: #686868;
  inset: 0;
}

.is-done .alignment-icon::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-done .alignment-icon::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.alignment-lead {
  margin-bottom: 2px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.alignment-text {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #000;
}

.alignment-lead + .alignment-text {
  color: #686868;
}

.img-maintenance {
  display: block;
  width: 56.2%;
  height: auto;
  margin: 0 auto 24px;
}

.img-notfound {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 24px;
}

.term h1 {
  color: #373737;
}

.term h2 {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #373737;
}

.term h3 {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #373737;
}

.term h4 {
  margin-bottom: 8px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #373737;
}

.term p,
.term li,
.term div {
  margin-bottom: 8px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #686868;
}

.term ul,
.term ol {
  margin: 16px 0;
}

.term ul.dot li,
.term ol.dot li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.term ul.dot li::before,
.term ol.dot li::before {
  content: "・";
}

.term ul.number,
.term ol.number {
  padding-left: 16px;
  list-style: decimal;
}

.term a {
  color: #009bff;
}

.term .siteinfo-right {
  text-align: right;
}

/* ===== カスタマイズ用の変数 ===== */
.loader {
  --size: 128px;           /* 全体サイズ（正方形） */
  --dot-size: 9px;        /* ドットの基準サイズ */
  --dot-scale: 1.7;       /* 最大時の拡大率 */
  --radius: 44px;         /* 円の半径（中心からの距離） */
  --color: #000000;       /* ドットの色 */
  --duration: 1.2s;       /* 1周のアニメーション時間 */
}

.loader {
  display: flex;
  justify-content: center; /* 横方向中央 */
  align-items: center;     /* 縦方向中央 */
  position: fixed;         /* 画面全体に固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ring {
  position: relative;
  width: 100%;
  height: 100%;
  --color: #0091FF; 
}

/* ===== ドット共通 ===== */
.ring span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--dot-size);
  height: var(--dot-size);
  background: var(--color);
  border-radius: 50%;
  /* 配置用の変形（--pos）＋ スケールを合成して使う */
  transform: var(--pos) scale(1);
  animation: pulse var(--duration) ease-in-out infinite;
}

/* ===== 円周上に12個を配置（30度刻み） ===== */
/* 配置は transform を直接書かず、--pos に入れる */
.ring span:nth-child(1)  { --pos: translate(-50%, -50%) rotate(0deg)   translate(var(--radius)) rotate(-0deg); }
.ring span:nth-child(2)  { --pos: translate(-50%, -50%) rotate(30deg)  translate(var(--radius)) rotate(-30deg); }
.ring span:nth-child(3)  { --pos: translate(-50%, -50%) rotate(60deg)  translate(var(--radius)) rotate(-60deg); }
.ring span:nth-child(4)  { --pos: translate(-50%, -50%) rotate(90deg)  translate(var(--radius)) rotate(-90deg); }
.ring span:nth-child(5)  { --pos: translate(-50%, -50%) rotate(120deg) translate(var(--radius)) rotate(-120deg); }
.ring span:nth-child(6)  { --pos: translate(-50%, -50%) rotate(150deg) translate(var(--radius)) rotate(-150deg); }
.ring span:nth-child(7)  { --pos: translate(-50%, -50%) rotate(180deg) translate(var(--radius)) rotate(-180deg); }
.ring span:nth-child(8)  { --pos: translate(-50%, -50%) rotate(210deg) translate(var(--radius)) rotate(-210deg); }
.ring span:nth-child(9)  { --pos: translate(-50%, -50%) rotate(240deg) translate(var(--radius)) rotate(-240deg); }
.ring span:nth-child(10) { --pos: translate(-50%, -50%) rotate(270deg) translate(var(--radius)) rotate(-270deg); }
.ring span:nth-child(11) { --pos: translate(-50%, -50%) rotate(300deg) translate(var(--radius)) rotate(-300deg); }
.ring span:nth-child(12) { --pos: translate(-50%, -50%) rotate(330deg) translate(var(--radius)) rotate(-330deg); }

/* ===== アニメーションの位相（時間差） ===== */
.ring span:nth-child(1)  { animation-delay: calc(var(--duration) * 0 / 12); }
.ring span:nth-child(2)  { animation-delay: calc(var(--duration) * 1 / 12); }
.ring span:nth-child(3)  { animation-delay: calc(var(--duration) * 2 / 12); }
.ring span:nth-child(4)  { animation-delay: calc(var(--duration) * 3 / 12); }
.ring span:nth-child(5)  { animation-delay: calc(var(--duration) * 4 / 12); }
.ring span:nth-child(6)  { animation-delay: calc(var(--duration) * 5 / 12); }
.ring span:nth-child(7)  { animation-delay: calc(var(--duration) * 6 / 12); }
.ring span:nth-child(8)  { animation-delay: calc(var(--duration) * 7 / 12); }
.ring span:nth-child(9)  { animation-delay: calc(var(--duration) * 8 / 12); }
.ring span:nth-child(10) { animation-delay: calc(var(--duration) * 9 / 12); }
.ring span:nth-child(11) { animation-delay: calc(var(--duration) * 10 / 12); }
.ring span:nth-child(12) { animation-delay: calc(var(--duration) * 11 / 12); }

/* ===== 拡大縮小のキーフレーム（--pos を維持して scale だけ変える） ===== */
@keyframes pulse {
  0%, 20%, 80%, 100% { transform: var(--pos) scale(1); }
  50%      { transform: var(--pos) scale(var(--dot-scale)); }
}