@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;
}
.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.header {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #2188dd;
}

.header__inner {
  margin: 0 auto;
  display: flex;
  height: inherit;
}

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

.header__img {
  padding: 5px 16px;
}

.header__img img {
  width: 140px;
  height: 39px;
}

.main__inner {
  width: 100%;
  margin: 0 auto;
}

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

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

.main__inner .online-consultation__inner .online-request_goods__container {
  padding: 20px 15px 15px;
}

.main__inner .online-consultation__inner .online-consultation_input__container {
  padding: 20px 15px 40px;
  max-width: 640px;
  margin: 0 auto;
}

.online-consultation_sub__title {
  font-size: 16px;
  font-weight: bold;
  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 {
  background: #f2f7fa;
  border-radius: 10px;
  margin: 0 10px 30px;
}

.main__inner
  .online-consultation_privacy__inner
  .online-consultation_privacy__container {
  padding: 30px 24px 40px;
  max-width: 640px;
  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;
  background-color: white;
}
.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 15px;
  font-size: 15px;
  font-weight: bold;
}
.cnf__inner {
  margin: 20px 0;
}

.cnf__inner .online-request_goods__list {
  margin: 20px 20px 0;
}

.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;
}
/* 外层用于包裹日期和时间 */
.formatted-date {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

/* 默认横向展示 */
.date-part,
.time-part {
  display: inline-block;
}

.formatted-date {
  flex-direction: column;
  align-items: flex-start;
}

.time-part {
  margin-top: 0px;
}

.cnf__flex dd .date-part {
  margin-bottom: 4px;
}
.cnf__text {
  text-align: center;
  padding: 0 10px 30px;
}
.explanation__inner {
  margin: 30px 0 80px;
}
.explanation {
  margin: 20px 15px;
}
.explanation dt {
  color: #2188dd;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.explanation dd {
  font-size: 14px;
}
.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;
}
.explanation__inner .today__wrap {
  margin: 0 15px;
}
/*form*/

input[type="text"],
input[type="tel"],
input[type="email"] {
  height: 44px;
  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;
}
.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;
}

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

.input-caution__wrap a img {
  width: 12px;
  padding: 0 0 1px 3px;
}

.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: 17px;
  left: 25px;
  width: 14px;
  height: 14px;
  background: #2188dd;
  border-radius: 50%;
}
.radio-label {
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  width: 42%;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  margin: 10px 0;
}

/*button*/
.main__inner .online-consultation__next-button {
  position: relative;
  width: 350px;
  text-align: center;
  font-size: 20px;
  background: #ccc;
  border-radius: 100px;
  margin: 20px auto 30px;
}
.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: 30px;
  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: 350px;
  text-align: center;
  font-size: 20px;
  background: #2188dd;
  border-radius: 100px;
  margin: 30px auto;
}
.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: 33%;
  right: 20px;
  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 {
  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;
}

.main__inner .online-consultation__submit-button {
  position: relative;
  width: 350px;
  text-align: center;
  font-size: 20px;
  background: #2188dd;
  border-radius: 100px;
  margin: 30px auto;
}
.main__inner
  .online-consultation_privacy__inner
  .online-consultation_privacy__container {
  padding: 30px 24px 40px;
  max-width: 640px;
  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;
}
.cnf__sub-title {
  background: #f2f7fa;
  padding: 10px 0 10px 15px;
  font-size: 15px;
  font-weight: bold;
}
.explanation {
  margin: 20px 15px;
}
.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;
}
.explanation {
  margin: 20px 15px;
}
.explanation__inner .today__wrap {
  margin: 0 15px;
}

.today__wrap {
  border: 2px solid #e57a00;
  background: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}
.explanation dt {
  color: #2188dd;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.explanation dd {
  font-size: 14px;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  height: 44px;
  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;
}
