@charset "utf-8";

/* reset-css
============================================ */
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;
  border: 0;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.5;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  width: 100%;
}

/* #adjust-css
============================================ */
body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.5;
  color: #333;
  font-size: 16px;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  word-break: break-all;
}
input,
textarea,
select {
  font-size: 16px;
}

/* link
------------------------------------------------------------ */
a {
  text-decoration: none;
  outline: none;
}
a:link,
a:visited {
  color: #333;
}
a:hover {
  text-decoration: none;
}
/* ------------------------------------------------------------ */

img {
  border-style: none;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
br.sm {
  display: none;
}
.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.header {
  width: 100%;
  height: 92px;
  border-bottom: 1px solid #2188dd;
}

.header__inner {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding-left: 16px;
  height: inherit;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.header__img {
  padding: 16px;
}

.header__img img {
  width: 164px;
  height: 46px;
}

.main__inner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.main__inner .online-consultation__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #2188dd;
  text-align: center;
  margin-top: 34px;
}

.main__inner .online-consultation__inner {
  background: #f2f7fa;
  border-radius: 10px;
  margin: 80px 0 30px;
}

.main__inner .consultation__inner .online-request_goods__container {
  padding: 30px 24px 40px;
}

.main__inner .online-consultation__inner .online-consultation_input__container {
  padding: 30px 24px 40px;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.online-consultation_sub__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 15px;
}

.today__wrap {
  border: 2px solid #e57a00;
  background: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}
.today__wrap .tel {
  font-size: 20px;
  color: #e57a00;
  text-decoration: underline;
  padding-bottom: 3px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
}
.today__wrap .tel img {
  width: 17px;
  padding: 0 3px 3px 0;
}

.main__inner
  .online-consultation_privacy__inner
  .online-consultation_privacy__container {
  padding: 30px 24px 40px;
  margin: 0 auto;
  background: #f2f7fa;
}
.privacy__wrap {
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px;
  overflow-y: scroll;
  word-break: break-all;
  height: 100px;
  border: 1px solid #707070;

  position: relative; /* 如果存在定位问题，尝试设置为 relative */
}
.privacy__section {
  margin: 10px 0;
}

.cnf__title {
  text-align: center;
  color: #2188dd;
  font-size: 20px;
  padding: 30px 10px;
  font-weight: bold;
}

.cnf__caution {
  background: #fdf2f2;
  color: #cc0000;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 30px;
  font-weight: bold;
}
.cnf__sub-title {
  background: #f2f7fa;
  padding: 10px 0 10px 20px;
  font-size: 15px;
  font-weight: bold;
}
.cnf__inner {
  text-align: left !important; /* 使用 !important 确保覆盖其他样式 */
  margin: 30px 0 40px;
}

.cnf__inner .cnf__flex {
  display: flex;
  font-size: 15px;
}
.cnf__inner .cnf__flex dt {
  color: #2188dd;
  width: 50%;
  margin: 20px 30px 0 20px;
  font-weight: bold;
}

.cnf__inner .cnf__flex dd {
  width: 50%;
  margin: 20px 30px 0 0;
}
.cnf__text {
  text-align: center;
  padding-bottom: 30px;
}
.explanation__inner {
  margin: 30px 0 80px;
}
.explanation {
  margin: 30px;
}
.explanation dt {
  color: #2188dd;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}
.explanation dd {
  font-size: 18px;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 25px solid #2188dd;
  border-bottom: 0;
  margin: 0 auto;
}
/*form*/

input[type="text"],
input[type="tel"],
input[type="email"] {
  height: 48px;
  width: 100%;
  max-width: 640px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
}

.document__label {
  font-weight: bold;
  text-align: left !important; /* 使用 !important 确保覆盖其他样式 */
}

.document__label .must {
  display: inline-block;
  background: #d9333f;
  color: #fff;
  padding: 0 8px 2px;
  font-size: 12px;
  margin: 10px 10px 10px 0;
  border-radius: 4px;
}

.document__label .option {
  display: inline-block;
  background: #007aff;
  color: #fff;
  padding: 0 8px 2px;
  font-size: 12px;
  margin: 10px 10px 10px 0;
  border-radius: 4px;
}

.document__label__sub {
  padding: 3px 0 5px;
}
.input-caution__wrap {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding-bottom: 10px;
  text-align: left !important; /* 使用 !important 确保覆盖其他样式 */
}

.input-caution__wrap a {
  color: #2188dd;
}

.input-caution__wrap a img {
  width: 12px;
  padding: 0 0 1px 3px;
}
.select__control {
  width: 100% !important;
  padding: 0 -1 0 10px !important; /* 与 select-box 一致，左内边距 */
  font-size: 18px !important;
  height: 50px !important;
  border-radius: 8px !important; /* 和 select-box 匹配 */
  border: 1px solid #dbdbdb !important;
  background: #fff !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  color: #333 !important; /* 保持一致 */
  vertical-align: middle !important; /* 和 select-box 对齐 */
  margin-bottom: 30px !important; /* 下边距 */
  text-decoration: none !important; /* 移除默认 underline */
}

.select__indicators {
  display: none !important; /* 隐藏右侧竖线 */
}

/* 控制输入框文本位置，确保输入框中的文本不会偏移 */
.select__control input {
  text-align: left !important; /* 确保文本左对齐 */
  padding-left: 0 !important; /* 去掉左边的内边距，确保完全左对齐 */
  font-size: 18px !important; /* 调整字体大小 */
  color: #000000 !important; /* 强制设置字体颜色为黑色 */
  font-weight: bold !important; /* 设置字体加粗 */
  height: 100%; /* 确保输入框填满父容器的高度 */
  border: none !important; /* 去掉默认的边框 */
  background: transparent !important; /* 去掉背景色 */
  box-sizing: border-box !important; /* 包括内边距和边框在内 */
  margin: 0 !important; /* 防止外边距影响 */
  outline: none !important; /* 去掉聚焦框 */
}

/* 隐藏 react-select 默认的右侧箭头 */
.select__indicator {
  display: none !important; /* 隐藏原本的箭头 */
}

/* 重新定义自定义箭头 */
.select__control::after {
  content: "" !important;
  position: absolute;
  top: 50%;
  right: 15px; /* 向左靠近一点 */
  width: 0;
  height: 0;
  border-left: 7px solid transparent; /* 左侧透明 */
  border-right: 7px solid transparent; /* 右侧透明 */
  border-top: 10px solid black; /* 向下的黑色实心箭头，稍微大一点 */
  transform: translateY(-50%); /* 垂直居中 */
}

.text-flex {
  display: flex;
}
.text-flex input:first-child {
  margin-right: 20px;
}
.radio-box {
  padding-bottom: 10px;
}
.radio-button {
  display: none;
}
.radio-button + label {
  padding-left: 10px;
  position: relative;
  margin: 5px 5px 0;
}
.radio-button + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
}
.radio-button:checked + label {
  color: #2288dd;
  border: 2px solid #2188dd;
}
.radio-button:checked + label::before {
  border: 2px solid #2188dd;
}

.radio-button:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 25px;
  width: 14px;
  height: 14px;
  background: #2188dd;
  border-radius: 50%;
}
.radio-label {
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  width: 45%;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  margin: 10px 0;
}

/*button*/
.main__inner .online-consultation__next-button {
  position: relative;
  width: 400px;
  text-align: center;
  font-size: 20px;
  background: #ccc;
  border-radius: 100px;
  margin: 60px auto;
}
.main__inner .online-consultation__next-button::after {
  content: "";
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 28%;
  right: 45px;
  transform: translateY(-50%) rotate(45deg);
}
.main__inner .online-consultation__next-button a {
  padding: 15px;
  color: #fff;
  font-weight: bold;
  display: block;
}

.main__inner .online-consultation__back-button {
  position: relative;
  width: 100px;
  text-align: center;
  font-size: 20px;
  background: #e3f2fc;
  border-radius: 50px;
  margin: 20px auto 40px;
  font-size: 15px;
  padding-left: 15px;
}

.main__inner .online-consultation__back-button::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #2188dd;
  position: absolute;
  left: 20px;
  top: 12px;
}

.main__inner .online-consultation__back-button::after {
  content: "";
  border: 0;
  border-bottom: solid 3px #fff;
  border-left: solid 3px #fff;
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 22px;
  left: 26px;
  transform: translateY(-50%) rotate(45deg);
}
.main__inner .online-consultation__back-button a {
  padding: 10px;
  color: #2188dd;
  font-weight: bold;
  display: block;
}

.main__inner .online-consultation__submit-button {
  position: relative;
  width: 380px;
  text-align: center;
  font-size: 20px;
  background: #2188dd;
  border-radius: 100px;
  margin: 60px auto 30px;
}
.main__inner .online-consultation__submit-button::after {
  content: "";
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 28%;
  right: 45px;
  transform: translateY(-50%) rotate(45deg);
}
.main__inner .online-consultation__submit-button a {
  padding: 15px;
  color: #fff;
  font-weight: bold;
  display: block;
}

.main__inner .online-consultation__submit-button span {
  font-size: 15px;
  display: block;
}
.main__inner .online-consultation__correction-button {
  width: 250px;
  text-align: center;
  background: #858585;
  font-size: 18px;
  border-radius: 100px;
  margin: 0 auto 70px;
}
.main__inner .online-consultation__correction-button a {
  color: #fff;
  display: block;
  padding: 10px;
}

.add-date__button .txt-hide {
  display: none; /* 默认隐藏 */
  width: 100%; /* 确保文本容器宽度占满父级 */
  margin-top: 10px; /* 控制和按钮之间的间距 */
}

.add-date__button .txt-hide.show {
  display: block; /* 显示时 */
}
.add-date__button .more {
  width: 342px;
  text-align: center;
  margin: 0 auto;
  border-radius: 30px;
  border: 2px solid #2188dd;
  background: #fff;
  padding: 10px;
  cursor: pointer;
}
.add-date__button p.more.on-click::after {
  content: "閉じる";
  background: url(/onlined/images/minus.png) no-repeat left center;
  padding-left: 30px;
  color: #2188dd;
  font-weight: bold;
}
.add-date__button p.more::after {
  content: "希望日を追加する";
  background: url(/onlined/images/plus.png) no-repeat left center;
  padding-left: 30px;
  color: #2188dd;
  font-weight: bold;
}

/*step*/
.step__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}

.percent {
  font-size: 10px;
  color: #2188dd;
  display: block;
  padding: 0 5px;
}

.step__wrap1 {
  max-width: 295px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.step__wrap1 .step__item1 {
  padding: 12px 0;
  width: 49%;
  background: #d9d9d9;
  color: #2188dd;
}

.step__wrap1 .step__item1.active {
  background: #2188dd;
}
.step__wrap1 .step__item1:first-child {
  border-radius: 20px 0px 0px 20px;
  border-right: none;
}
.step__wrap1 .step__item1:not(:first-child, :last-child) {
  border-left: none;
  border-right: none;
}
.step__wrap1 .step__item1:last-child {
  border-radius: 0px 20px 20px 0px;
  border-left: none;
}
.step__wrap2 {
  max-width: 295px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.step__wrap2 .step__item2 {
  padding: 12px 0;
  width: 49%;
  background: #d9d9d9;
  color: #2188dd;
}
.step__wrap2 .step__item2.not-active {
  background: #2188dd;
}
.step__wrap2 .step__item2.active {
  background: #2188dd;
}
.step__wrap2 .step__item2:first-child {
  border-radius: 20px 0px 0px 20px;
  border-right: none;
}
.step__wrap2 .step__item2:not(:first-child, :last-child) {
  border-left: none;
  border-right: none;
}
.step__wrap2 .step__item2:last-child {
  border-radius: 0px 20px 20px 0px;
  border-left: none;
}

footer {
  text-align: center;
  font-size: 12px;
  padding-bottom: 30px;
  margin-top: auto;
}
/*error*/
.error-text {
  color: #cc0000;
  padding: 10px;
  font-size: 14px;
  background: #fce8e8;
  margin-bottom: 20px;
}
/* 默认 (PC模式下) 的样式 */

.online-consultation_input__container {
  width: 100%; /* 确保宽度是100% */
  max-width: 688px; /* 设置最大宽度，适应大屏幕 */
  margin: 0 auto; /* 居中对齐 */
  padding: 0 15px; /* 给左右增加内边距，避免内容贴边 */
  box-sizing: border-box; /* 确保边框和内边距在宽度内 */
}

div {
  display: block;
}
.main__inner .online-consultation_privacy__inner {
  background: #f2f7fa;
  border-radius: 10px;
  margin: 0 0 30px;
}
.main__inner
  .online-consultation_privacy__inner
  .online-consultation_privacy__container {
  padding: 30px 24px 40px;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.privacy__wrap {
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px;
  overflow-y: scroll;
  word-break: break-all;
  height: 100px;
  border: 1px solid #707070;
}
.main__inner .online-consultation__submit-button {
  position: relative;
  width: 400px;
  text-align: center;
  font-size: 20px;
  background: #2188dd;
  border-radius: 100px;
  margin: 60px auto 30px;
}
.main__inner .online-consultation__back-button {
  position: relative;
  width: 100px;
  text-align: center;
  font-size: 20px;
  background: #e3f2fc;
  border-radius: 50px;
  margin: 20px auto 40px;
  font-size: 15px;
  padding-left: 15px;
}
.main__inner .online-consultation__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  color: #2188dd;
  text-align: center;
  margin-top: 34px;
}
.cnf__title {
  text-align: center;
  color: #2188dd;
  font-size: 24px;
  padding: 30px 0 50px;
  font-weight: bold;
}
.cnf__caution {
  background: #fdf2f2;
  color: #cc0000;
  text-align: center;
  font-size: 24px;
  padding: 20px;
  font-weight: bold;
}
.cnf__sub-title {
  background: #f2f7fa;
  padding: 10px 0 10px 20px;
  font-size: 24px;
  font-weight: bold;
}
.cnf__inner .cnf__flex {
  display: flex;
  font-size: 20px;
}
.main__inner .online-consultation__submit-button {
  position: relative;
  width: 400px;
  text-align: center;
  font-size: 20px;
  background: #2188dd;
  border-radius: 100px;
  margin: 60px auto 30px;
}
