@charset "UTF-8";
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%;
  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;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
}

img {
  width: 100%;
  height: inherit;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Serif JP", serif;
  word-break: break-all;
}

img {
  vertical-align: top;
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*
  xl-pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.hidden {
  display: none;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.shippori-mincho {
  font-family: "Shippori Mincho B1", serif;
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  xl-pc
----------------------------------------------- */
@media screen and (min-width: 2000px) {
  html {
    font-size: 16px;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 43.125rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 62.5rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header-bg {
    padding: 2.1875rem 0;
    background: #f3ece9;
  }
  .header-logo {
    width: 14.125rem;
    margin: 0 auto;
  }
  .fv-bg {
    padding: 5.625rem 0 3.875rem;
    background: url(../images/monitor/fv-bg.webp) no-repeat top/cover;
  }
  .fv-inner {
    width: 48.75rem;
  }
  .fv h1 {
    margin: 0 0 1.1875rem 11.5625rem;
    color: #8c6962;
    font-size: 2.375rem;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .fv-txt {
    margin: 0 0 0 9.0625rem;
    color: #8c6962;
    font-size: 1.625rem;
    line-height: 1;
  }
  .form-bg {
    padding: 4.375rem 0 3.75rem;
    background: #f3ece9;
  }
  .form h2 {
    margin: 0 0 1.5rem;
    color: #444444;
    font-weight: 500;
    font-size: 3.3125rem;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .form h2 .red {
    color: #bd4e63;
  }
  .form h2 .num {
    font-size: 3.9375rem;
  }
  .form-txt {
    margin: 0 0 3.5625rem;
    color: #444444;
    font-family: "Yu Mincho", serif;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .form-item {
    position: relative;
    width: 48.75rem;
    margin: 0 auto 3.125rem;
    padding: 0 0 3.4375rem;
    background: #ffffff;
    scroll-margin-top: 6.25rem;
  }
  .form-item:not(.is-active) {
    display: none;
  }
  .form-item-num {
    position: absolute;
    top: -1.375rem;
    right: 4.6875rem;
    width: 6.625rem;
  }
  .form-item-ttl {
    margin: 0 0 1.4375rem;
    padding: 1.0625rem 0;
    background: #8c6962;
    color: #ffffff;
    font-weight: 500;
    font-size: 2.125rem;
    text-align: center;
    line-height: 1;
  }
  .form-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 1.25rem 3.125rem;
  }
  .form-item-doctor {
    width: 8.875rem;
    margin: 0 2.0625rem 0 0;
  }
  .form-item-txt {
    position: relative;
    width: 29.875rem;
    height: 6.5625rem;
    padding: 0 0 0 2.125rem;
    place-content: center;
    background: #f7edef;
    border-radius: 0.3125rem;
    color: #555555;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.777;
  }
  .form-item-txt span {
    font-size: 1rem;
  }
  .form-item-txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.6875rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.6875rem;
    height: 0.875rem;
    background: url(../images/monitor/arrow.webp) no-repeat center/contain;
  }
  .form-item-label {
    display: block;
    width: 100%;
    margin: 0 0 0.8125rem 7.25rem;
    color: #555555;
    font-weight: 500;
    font-size: 1.125rem;
  }
  .form-item-subttl {
    margin: 0 1.875rem 0 0;
    color: #555555;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.08em;
  }
  .form-item-input {
    width: 34.3125rem;
    margin: 0 0 0 7.25rem;
    padding: 0.875rem 1.1875rem;
    border: 1px solid #8c6962;
    border-radius: 0.3125rem;
    color: #555555;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1;
  }
  .form-item-input::-webkit-input-placeholder {
    color: #999999;
  }
  .form-item-input::-moz-placeholder {
    color: #999999;
  }
  .form-item-input::-ms-input-placeholder {
    color: #999999;
  }
  .form-item-input::placeholder {
    color: #999999;
  }
  .form-item-input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 0.9375rem 7.25rem;
  }
  .form-item-input-date {
    width: 8.4375rem;
    height: 2.5rem;
    margin: 0 0.9375rem 0 0;
    padding: 0 1.5625rem;
    border: 0.125rem solid #c2afab;
    border-radius: 0.3125rem;
    line-height: 1;
    font-weight: 500;
    font-size: 0.875rem;
  }
  .form-item-input-time {
    width: 13.4375rem;
    height: 2.8125rem;
    padding: 0 1.5625rem;
    border: 0.125rem solid #c2afab;
    border-radius: 0.3125rem;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/monitor/form-select-arrow.webp) no-repeat right 0.9375rem center/0.6875rem;
    font-weight: 500;
    font-size: 0.875rem;
  }
  .form-item-input-textarea {
    width: 34.3125rem;
    min-height: 5.9375rem;
    margin: 0 0 0 7.25rem;
    padding: 0.875rem 1.1875rem;
    border: 1px solid #8c6962;
    border-radius: 0.3125rem;
    color: #333333;
    font-weight: 500;
    font-size: 1.125rem;
  }
  .form-item-input-textarea::-webkit-input-placeholder {
    color: #999999;
  }
  .form-item-input-textarea::-moz-placeholder {
    color: #999999;
  }
  .form-item-input-textarea::-ms-input-placeholder {
    color: #999999;
  }
  .form-item-input-textarea::placeholder {
    color: #999999;
  }
  .form-item-btn {
    position: relative;
    width: 21.5rem;
    margin: 1.8125rem auto 0;
    padding: 1.5rem 0 1.25rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#b4b4b4), to(#999999));
    background: linear-gradient(to bottom, #b4b4b4, #999999);
    -webkit-box-shadow: 0 0.375rem 0 #989898;
            box-shadow: 0 0.375rem 0 #989898;
    border-radius: 3.125rem;
    cursor: not-allowed;
  }
  .form-item-btn-txt {
    color: #ffffff;
    font-size: 1.15125rem;
    text-align: center;
    line-height: 1;
  }
  .form-item-btn-arrow {
    position: absolute;
    top: 1.6875rem;
    right: 3.125rem;
    width: 2.4375rem;
  }
  .form-item-btn.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#d38090), to(#bf707f));
    background: linear-gradient(to bottom, #d38090, #bf707f);
    -webkit-box-shadow: 0 0.625rem 0 #bc6d7c;
            box-shadow: 0 0.625rem 0 #bc6d7c;
    cursor: pointer;
  }
  .form-item-btn-submit {
    display: block;
    border: 0;
    position: relative;
    width: 21.5rem;
    margin: 1.8125rem auto 0;
    padding: 1.125rem 0 1.1875rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ad836b), to(#8f6b63));
    background: linear-gradient(to bottom, #ad836b, #8f6b63);
    -webkit-box-shadow: 0 0.375rem 0 #78584f;
            box-shadow: 0 0.375rem 0 #78584f;
    border-radius: 3.125rem;
    cursor: pointer;
  }
  .form-item-btn-submit-txt {
    color: #ffffff;
    font-size: 1.625rem;
    text-align: center;
    line-height: 1;
  }
  .form-item-privacy {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1.875rem auto 0;
    padding: 0 0 0.3125rem;
    color: #000000;
    border-bottom: 1px solid #000000;
    text-align: center;
  }
  .thanks-bg {
    padding: 5.6875rem 0;
    background: #f3ece9;
  }
  .thanks h2 {
    margin: 0 0 3.75rem;
    color: #8c6962;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.35;
  }
  .thanks-txt {
    color: #000000;
    font-weight: bold;
    font-size: 1.375rem;
    text-align: center;
    line-height: 2.45;
  }
  .footer{
    font-family: "Shippori Mincho B1", serif;
  }
  .footer-inner {
    padding: 4.125rem 0 4.375rem;
  }
  .footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
    margin: 0 0 4.1875rem;
  }
  .footer-info {
    color: #000000;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.833;
  }
  .footer-info a {
    display: inline-block;
    padding: 0 0 0.1875rem;
    color: #bd4e63;
    border-bottom: 1px solid #bd4e63;
    line-height: 1;
  }
  .footer-tel {
    pointer-events: none;
    position: relative;
    margin: 0 0 1.4375rem;
    color: #bd4e63;
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .footer-tel::before {
    content: "";
    position: absolute;
    top: 0.75rem;
    left: -4.375rem;
    width: 2.875rem;
    height: 2.875rem;
    background: url(../images/monitor/tel-icon.webp) no-repeat center/contain;
  }
  .footer-time {
    color: #000000;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
  }
  .footer-copyright {
    color: #000000;
    font-weight: 300;
    font-size: 0.9rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .header-bg {
    padding: 3.125rem 0 2.8125rem;
    background: #f3ece9;
  }
  .header-inner {
    width: 39.375rem;
  }
  .header-logo {
    width: 14.125rem;
  }
  .fv-bg {
    padding: 5.625rem 0 3.875rem;
    background: url(../images/monitor/fv-bg-sp.webp) no-repeat top/cover;
  }
  .fv-inner {
    width: 39.375rem;
  }
  .fv h1 {
    margin: 0 0 1.1875rem 6.375rem;
    color: #8c6962;
    font-size: 2.375rem;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .fv-txt {
    margin: 0 0 0 4rem;
    color: #8c6962;
    font-size: 1.625rem;
    line-height: 1;
  }
  .form-bg {
    padding: 3.8125rem 0 7.9375rem;
    background: #f3ece9;
  }
  .form h2 {
    margin: 0 0 1.5rem;
    color: #444444;
    font-weight: 500;
    font-size: 3.3125rem;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1;
  }
  .form h2 .red {
    color: #bd4e63;
  }
  .form h2 .num {
    font-size: 3.9375rem;
  }
  .form-txt {
    margin: 0 0 3.5rem;
    color: #444444;
    font-family: "Yu Mincho", serif;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .form-item {
    position: relative;
    margin: 0 auto 4.4375rem;
    padding: 0 0 3.4375rem;
    background: #ffffff;
    scroll-margin-top: 5rem;
  }
  .form-item:not(.is-active) {
    display: none;
  }
  .form-item:last-child {
    margin: 0;
  }
  .form-item-num {
    position: absolute;
    top: -1.375rem;
    right: 1.875rem;
    width: 6.625rem;
  }
  .form-item-ttl {
    margin: 0 0 2.125rem;
    padding: 0.9375rem 0;
    background: #8c6962;
    color: #ffffff;
    font-weight: 500;
    font-size: 2.375rem;
    text-align: center;
    line-height: 1;
  }
  .form-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 2.4375rem 0.9375rem;
  }
  .form-item-doctor {
    width: 8.875rem;
    margin: 0 1.375rem 0 0;
  }
  .form-item-txt {
    position: relative;
    width: 28rem;
    height: 8.4375rem;
    padding: 0 0 0 2.125rem;
    place-content: center;
    background: #f7edef;
    border-radius: 0.3125rem;
    color: #555555;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.39;
  }
  .form-item-txt.diff {
    line-height: 1.32;
    min-height: 13.4rem;
  }
  .form-item-txt span {
    font-size: 1.375rem;
  }
  .form-item-txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.6875rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.6875rem;
    height: 0.875rem;
    background: url(../images/monitor/arrow.webp) no-repeat center/contain;
  }
  .form-item-label {
    display: block;
    width: 100%;
    margin: 0 0 1.3125rem 4.5625rem;
    color: #555555;
    font-weight: 500;
    font-size: 1.75rem;
  }
  .form-item-subttl {
    width: 100%;
    margin: 0 0 1.3125rem 0;
    color: #555555;
    font-weight: 500;
    font-size: 1.75rem;
    letter-spacing: 0.08em;
  }
  .form-item-input {
    width: 31.9375rem;
    margin: 0 0 0 4.4375rem;
    padding: 1.1875rem;
    border: 1px solid #8c6962;
    border-radius: 0.3125rem;
    color: #555555;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1;
  }
  .form-item-input::-webkit-input-placeholder {
    color: #999999;
  }
  .form-item-input::-moz-placeholder {
    color: #999999;
  }
  .form-item-input::-ms-input-placeholder {
    color: #999999;
  }
  .form-item-input::placeholder {
    color: #999999;
  }
  .form-item-input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 1.625rem 3.25rem;
  }
  .form-item-input-date {
    width: 10.5625rem;
    height: 3.875rem;
    margin: 0 1.4375rem 0 0;
    padding: 0 1.8125rem;
    border: 0.125rem solid #c2afab;
    border-radius: 0.3125rem;
    line-height: 1;
    font-weight: 500;
    font-size: 1.35625rem;
  }
  .form-item-input-time {
    width: 20.8125rem;
    height: 3.875rem;
    padding: 0 1.4375rem;
    border: 0.125rem solid #c2afab;
    border-radius: 0.3125rem;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/monitor/form-select-arrow.webp) no-repeat right 0.9375rem center/0.6875rem;
    font-weight: 500;
    font-size: 1.35625rem;
  }
  .form-item-input-textarea {
    width: 34.3125rem;
    min-height: 10.3125rem;
    margin: 0 0 0 4.4375rem;
    padding: 1.1875rem;
    border: 1px solid #8c6962;
    border-radius: 0.3125rem;
    color: #333333;
    font-weight: 500;
    font-size: 1.75rem;
  }
  .form-item-input-textarea::-webkit-input-placeholder {
    color: #999999;
  }
  .form-item-input-textarea::-moz-placeholder {
    color: #999999;
  }
  .form-item-input-textarea::-ms-input-placeholder {
    color: #999999;
  }
  .form-item-input-textarea::placeholder {
    color: #999999;
  }
  .form-item-btn {
    position: relative;
    width: 22.9375rem;
    margin: 1.875rem auto 0;
    padding: 1.625rem 0 1.5625rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#b4b4b4), to(#999999));
    background: linear-gradient(to bottom, #b4b4b4, #999999);
    -webkit-box-shadow: 0 0.375rem 0 #989898;
            box-shadow: 0 0.375rem 0 #989898;
    border-radius: 3.125rem;
    cursor: not-allowed;
  }
  .form-item-btn-txt {
    color: #ffffff;
    font-size: 1.875rem;
    text-align: center;
    line-height: 1;
  }
  .form-item-btn-arrow {
    position: absolute;
    top: 2.375rem;
    right: 3.125rem;
    width: 2.4375rem;
  }
  .form-item-btn.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#d38090), to(#bf707f));
    background: linear-gradient(to bottom, #d38090, #bf707f);
    -webkit-box-shadow: 0 0.625rem 0 #bc6d7c;
            box-shadow: 0 0.625rem 0 #bc6d7c;
    cursor: pointer;
  }
  .form-item-btn-submit {
    display: block;
    border: 0;
    position: relative;
    width: 22.9375rem;
    margin: 1.875rem auto 0;
    padding: 1.625rem 0 1.5625rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#ad836b), to(#8f6b63));
    background: linear-gradient(to bottom, #ad836b, #8f6b63);
    -webkit-box-shadow: 0 0.375rem 0 #78584f;
            box-shadow: 0 0.375rem 0 #78584f;
    border-radius: 3.125rem;
    cursor: pointer;
  }
  .form-item-btn-submit-txt {
    color: #ffffff;
    font-size: 1.625rem;
    text-align: center;
    line-height: 1;
  }
  .form-item-privacy {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1.875rem auto 0;
    padding: 0 0 0.3125rem;
    color: #000000;
    font-size: 1.5625rem;
    border-bottom: 1px solid #000000;
    text-align: center;
  }
  .thanks-bg {
    padding: 9.375rem 0;
    background: #f3ece9;
  }
  .thanks h2 {
    margin: 0 0 3.75rem;
    color: #8c6962;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.35;
  }
  .thanks-txt {
    color: #000000;
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
    line-height: 1.92;
  }
  .footer{
    font-family: "Shippori Mincho B1", serif;
  }
  .footer-inner {
    width: 34.625rem;
    padding: 5.125rem 0 4.8125rem;
  }
  .footer-info {
    margin: 0 0 4.375rem;
    color: #000000;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.78;
  }
  .footer-info a {
    display: inline-block;
    padding: 0 0 0.1875rem;
    color: #bd4e63;
    border-bottom: 1px solid #bd4e63;
    line-height: 1;
  }
  .footer-tel {
    position: relative;
    margin: 0 0 1.9375rem 3.125rem;
    color: #bd4e63;
    font-size: 4.5625rem;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .footer-tel::before {
    content: "";
    position: absolute;
    top: 1.5625rem;
    left: -3.4375rem;
    width: 2.875rem;
    height: 2.875rem;
    background: url(../images/monitor/tel-icon.webp) no-repeat center/contain;
  }
  .footer-time {
    margin: 0 0 6.125rem;
    color: #000000;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1;
  }
  .footer-copyright {
    color: #000000;
    font-weight: 300;
    font-size: 2rem;
    text-align: center;
  }
}

/* date input: フィールド全体クリックでカレンダー表示 */
.form-item-input-date {
  cursor: pointer;
}

.form-item-input-date::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 1;
}

/* validation */
.form-item-input.error,
.form-item-input-date.error,
.form-item-input-time.error,
.form-item-input-textarea.error {
  border-color: #bd4e63;
  background: #fff8f9;
}

.form-item-input-wrap {
  position: relative;
}

.error-msg-balloon {
  z-index: 10;
  max-width: 90%;
}

@media screen and (min-width: 768px) {
  /* PC用 */
  .error-msg-balloon span {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    background: #bd4e63;
    border-radius: 0.25rem;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.4;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  /* SP用 */
  .error-msg-balloon span {
    display: inline-block;
    padding: 0.75rem 1rem;
    background: #bd4e63;
    border-radius: 0.3125rem;
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.5;
    white-space: nowrap;
  }
}