@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-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

/*==============================================================================
font-size
============================================================================= */
/*
  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
/*
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
*/
}
/*==============================================================================
Responsive
============================================================================= */
.inner {
/*  width: 29.4rem;*/
  margin: 0 auto;
  position: relative;
}
/*==============================================================================
Scroll offset for anchor links
============================================================================= */
section[id] {
  scroll-margin-top: 4.263rem;
}
.form-table {
  width: 100%;
  padding: 1rem 1rem 3rem;
}
.form-dl {
  margin: 0 0 1.5rem;
}
.form-dl-confirm {
  padding: 0 0 1rem;
  border-bottom: 1px solid #ddd;
}
.form-dt {
  position: relative;
  margin: 0 0 1rem;
  color: #1b1b1b;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
}
.form-dt::after {
  position: relative;
  top: -0.25rem;
  content: "*";
  font-size: 90%;
  font-weight: bold;
  color: #ff7300;
}
.form-dt-optional {
  position: relative;
  margin: 0 0 1rem;
  color: #1b1b1b;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
}
.form-dt-confirm {
  font-size: 1.2rem;
}
.form-dd {
  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;
  color: #1b1b1b;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}
.form-dd-confirm {
  min-height: 1rem;
}
.form-dd-confirm p {
  padding: 0 0 0 1em;
  font-size: 1.4rem;
}
.form-dd.long input {
  width: 100%;
}
.form-dd input {
  width: 13.2rem;
  padding: 0.75rem 0.5rem 0.75rem 0.75rem;
  font-size: 1.1rem;
  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.25rem;
  line-height: 1;
  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: 18.75rem;
  font-size: 1.625rem;
  background: #f3f3f3;
  color: #1b1b1b;
  letter-spacing: 0.02em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1.875rem 0 1.875rem 1.625rem;
  border: none;
  border-radius: 0.3125rem;
}
.form-dd.select {
  position: relative;
  -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: 1.0625rem;
}
.form-dd.select::after {
}
.form-dd textarea {
  width: 100%;
  min-height: 17.5rem;
  height: inherit;
  padding: 0.9375rem;
  border: none;
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-size: 1.875rem;
  border-radius: 0.3125rem;
}
.form-dd .note {
  display:block;
  position: relative;
  width: 100%;
  margin: 0.5rem 0 0;
  color: #4c4c4c;
  font-size: 0.8rem;
  text-align: left;
}
.form-btn {
  padding: 1rem 0 0;
  text-align: center;
}
.form-btn-contents {
  position: relative;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  width: 25rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin: 2rem 0 0;
}
.form-btn-confirm #btn-send {
  margin: 0 0 1.5rem;
}
.form-btn-back {
  width: 20rem;
  margin: 0 auto;
}
.form-btn-back button {
  background: none;
  border: none;
}
.form-confirm-bg {
}
.form-confirm-ttl {
  width: 12.5rem;
  margin: 0 auto 4.0625rem;
}
#thanks p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}
#thanks p:last-of-type {
  margin: 2rem 0 0;
}
#thanks p a {
  text-decoration: underline;
}
/*----------------------------------------------------------
    validation message
----------------------------------------------------------*/
.errmsg-box {
  margin: 0 0 1.5rem;
  padding: 0.5rem 1rem;
  color: #cb1d46;
  font-size: 1.6875rem;
  font-weight: bold;
  line-height: normal;
  background: #ffe8f7;
}
.form-table .error {
  background: #ffe8e8;
}
.form-table .error-msg-balloon {
  left: auto;
  position: relative;
  margin: 1rem 0 0;
  padding: 0.25rem 0.25rem;
  background: #e11d1d;
  color: #fff;
  text-align: center;
  font-size: 1rem;
}
.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;
  pointer-events: none;
}

/*===============================================================================
# calendar
===============================================================================*/
div.ui-datepicker {
/*  font-size: 161.178%;*/
  font-size: 1.61178rem;
}
::-moz-placeholder {
  color: #a9a9a9;
}
::placeholder {
  color: #a9a9a9;
}
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;
}
.select-calendar-box-icon::before {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  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: 1.25rem;
    height: 1.25rem;
    background: url(../../img/common/select-calender.webp) no-repeat center/contain;
    content: "";
  }
}