@charset "UTF-8";

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

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;*/
  font-size: 13px; /* 基本フォントサイズ */
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color:#4c4c4c;
  line-height:1.6;
  background:#fff;
}

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

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 Sans JP", sans-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;
}

/*==============================================================================
Responsive
============================================================================= */
.inner {
  width: 860px;
  margin: 0 auto;
  position: relative;
}
/*==============================================================================
Scroll offset for anchor links
============================================================================= */
section[id] {
/*  scroll-margin-top: 4.25rem;*/
}
.form-table {
  width: 100%;
  margin-top: 20px;
  border-top: 1px #ddd solid;
  background: #ffffff;
}
.form-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px #ddd solid;
  border-top: none;
}
.form-dl-confirm {
}
.form-dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 200px;
  padding: 7px 0px 7px 20px;
  color: #1b1b1b;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.333;
  border-right: 1px #ddd solid;
  background: #f4f4f4;
}
.form-dt::after {
  content: "*";
  height: 1.5em;
  line-height: 1;
  font-size: 90%;
  font-weight: bold;
  color: #ff7300;
}
.form-dt-optional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 200px;
  padding: 7px 0px 7px 20px;
  color: #1b1b1b;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1.333;
  border-right: 1px #ddd solid;
  background: #f4f4f4;
}
.form-dt-confirm {
}
.form-dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5625rem;
  color: #1b1b1b;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  padding: 7px 10px 7px 20px;
}
.form-dd-confirm {
}
.form-dd input {
  width: 285px;
  padding: 0.875rem 1.375rem;
  font-size: 13px;
  letter-spacing: 0.02em;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f3f3f3;
  border: none;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.3125rem;
  text-align: left;
}
.form-dd input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.form-dd input::-moz-placeholder {
  color: #aaaaaa;
}
.form-dd input::-ms-input-placeholder {
  color: #aaaaaa;
}
.form-dd input::placeholder {
  color: #aaaaaa;
}
.form-dd select {
  position: relative;
  display: block;
  width: 21.25rem;
  font-size: 1.125rem;
  background: #f3f3f3;
  color: #1b1b1b;
  letter-spacing: 0.02em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.9375rem 0;
  border: none;
  border-radius: 0.3125rem;
  text-align: center;
}
.form-dd.select {
  position: relative;
}
.form-dd.select::after {
}
.form-dd textarea {
  width: 43.125rem;
  min-height: 18.5625rem;
  height: inherit;
  padding: 0.9375rem;
  border: none;
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-size: 1.125rem;
  border-radius: 0.3125rem;
}
.form-dd .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 330px;
  height: 100%;
  color: #4c4c4c;
  font-size: 12px;
}
.form-btn {
  margin: 20px 0 0;
  text-align: center;
}
.form-table-confirm .form-btn {
  margin: 0;
}
.form-btn button:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-btn-contents {
  position: relative;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  width: 350px;
  margin: 0 auto;
  background: none;
  opacity: 0.5;
}
.form-btn-contents.true {
  opacity: 1;
}
.form-btn-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 80px 0;
}
.form-btn-confirm #btn-send {
}
.form-btn-back {
}
.form-btn-back button {
  width: 300px;
  background: none;
  border: none;
  cursor: pointer;
}
.form-btn-back button:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-confirm-bg {
}
.form-confirm-ttl {
  width: 11.375rem;
  margin: 0 auto 3.875rem;
}
/*----------------------------------------------------------
validation message
----------------------------------------------------------*/
.errmsg-box {
  margin: 1rem 0 1rem;
  padding: 0.5rem 1rem;
  color: #cb1d46;
  font-size: 1rem;
  font-weight: bold;
  line-height: normal;
  background: #ffe8f7;
}
.form-table .error {
  background: #ffe8e8;
}
.form-table .error-msg-balloon {
  position: relative;
  margin: 0.75rem 0 0;
  padding: 0.1875rem 0.3125rem;
  background: #e11d1d;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 0.25rem;
}
.form-table .error-msg-balloon span:before {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 0.375rem;
  border-style: solid;
  border-color: #e11d1d transparent transparent transparent;
}

/*===============================================================================
# calendar
===============================================================================*/
div.ui-datepicker {
  font-size: 18px;
}
::-moz-placeholder {
  color: #a9a9a9;
}
::placeholder {
  color: #a9a9a9;
}
label {
  display: block;
}
label:hover {
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.select-calendar {
  position: relative;
  width: 100%;
}
.select-calendar-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  display: inline-block;
  color: #000;
  font-family: inherit;
  font-size: 16px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: .05rem;
  padding: 6px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.select-calendar-box-icon::before {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/common/select-calender.webp) no-repeat center/contain;
  content: "";
}
@-moz-document url-prefix() {
  .select-calendar-box-icon::before {
    position: absolute;
    top: 40%;
    right: 5%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../img/common/select-calender.webp) no-repeat center/contain;
    content: "";
  }
}