@charset "UTF-8";
/* リセット */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 500;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}

p,
ol,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  padding-inline-start: 0;
}

em {
  font-style: normal;
}

img {
  line-height: 0;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.content__box .section__box.contact__form .sec__acc .acc__box + .acc__box {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.contact__form .sec__acc .acc__box + .acc__box {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.contact__form .sec__acc .acc__box {
    padding: 16px 0;
  }
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__btn {
  padding: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 700;
  color: #212121;
  position: relative;
  border-bottom: none;
  border: 3px solid #a5cb85;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s all;
}
@media print, screen and (min-width: 768px) {
  .content__box .section__box.contact__form .sec__acc .acc__box .acc__btn:hover {
    color: #45830E;
    background: #DCEACF;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.contact__form .sec__acc .acc__box .acc__btn {
    padding: 12px 16px;
    font-size: 2rem;
    border-radius: 10px;
  }
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__btn .btn {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 48px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.contact__form .sec__acc .acc__box .acc__btn .btn {
    right: 16px;
  }
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__btn .btn .btn__inner {
  position: relative;
  display: block;
  height: 21px;
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__btn .btn .btn__inner::before, .content__box .section__box.contact__form .sec__acc .acc__box .acc__btn .btn .btn__inner::after {
  background: #212121;
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__btn .btn .btn__inner::before {
  width: 26px;
  height: 2px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.contact__form .sec__acc .acc__box .acc__btn .btn .btn__inner::before {
    width: 15px;
  }
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__btn .btn .btn__inner::after {
  width: 2px;
  height: 26px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.contact__form .sec__acc .acc__box .acc__btn .btn .btn__inner::after {
    height: 15px;
  }
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__btn .btn.open .btn__inner::after {
  transform: rotate(90deg);
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list {
    display: block;
  }
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list li {
  display: grid;
  grid-template-columns: minmax(auto, 140px) auto;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list li {
    display: block;
  }
  .content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list li + li {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list li .img__box {
    width: 50%;
    margin-inline: auto;
  }
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list li .img__box img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list li .text__box {
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list li .text__box .title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #212121;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list li .text__box .title {
    border-bottom: 8px;
  }
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list li .text__box .title span {
  font-weight: 400;
  font-size: 1.8rem;
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list li .text__box .detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list li .text__box .detail {
    display: flex;
    justify-content: space-between;
  }
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list li .text__box .detail dl {
  display: flex;
  align-items: center;
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list li .text__box .detail dl dt,
.content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list li .text__box .detail dl dd {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #212121;
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list li .text__box .detail dl dt {
  margin-right: 1rem;
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list li .text__box .detail dl dd.select__box {
  display: inline-block;
  border: 1px solid #212121;
  background: #ffffff;
  position: relative;
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list li .text__box .detail dl dd.select__box::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0 10px 0 auto;
  margin: auto;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #D9D9D9;
}
.content__box .section__box.contact__form .sec__acc .acc__box .acc__content .order__list li .text__box .detail dl dd.select__box select {
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px 30px 10px 10px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.content__box .req {
  color: #CB0000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 300;
}
.content__box .attention {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: #212121;
  vertical-align: text-top;
  top: 0;
}
.content__box .attention.red {
  color: #CB0000;
}
.content__box .text__box:has(.attention) {
  margin-bottom: 40px;
}
.content__box .contact__form label {
  cursor: pointer;
}
.content__box .contact__form label input[type=text],
.content__box .contact__form label textarea {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 12px 16px;
  border: 1px solid #45830E;
  background: #edf4e7;
  width: 100%;
  border-radius: 10px;
}
.content__box .contact__form label input[type=text]:hover, .content__box .contact__form label input[type=text]:focus,
.content__box .contact__form label textarea:hover,
.content__box .contact__form label textarea:focus {
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form label input[type=text],
  .content__box .contact__form label textarea {
    padding: 8px 12px;
    border-radius: 8px;
  }
}
.content__box .contact__form label.check, .content__box .contact__form label.radio {
  font-size: 2rem;
  line-height: 1.6;
  margin-right: 3em;
  position: relative;
  padding: 10px 0 10px 36px;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form label.check, .content__box .contact__form label.radio {
    font-size: 1.6rem;
  }
}
.content__box .contact__form label.check.check, .content__box .contact__form label.radio.check {
  display: inline-block;
  position: relative;
  padding: 10px 0 10px 30px;
  cursor: pointer;
}
.content__box .contact__form label.check.check input, .content__box .contact__form label.radio.check input {
  display: none;
}
.content__box .contact__form label.check.check input + span::before, .content__box .contact__form label.radio.check input + span::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border: 1px solid #212121;
  border-radius: 5px;
  box-sizing: border-box;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.content__box .contact__form label.check.check input + span::after, .content__box .contact__form label.radio.check input + span::after {
  opacity: 0;
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  border-bottom: 2px solid #212121;
  border-right: 2px solid #212121;
  position: absolute;
  left: 7px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all;
}
.content__box .contact__form label.check.check input:checked + span::before, .content__box .contact__form label.radio.check input:checked + span::before {
  border-color: #45830E;
}
.content__box .contact__form label.check.check input:checked + span::after, .content__box .contact__form label.radio.check input:checked + span::after {
  opacity: 1;
  border-color: #45830E;
}
.content__box .contact__form label.check.radio input, .content__box .contact__form label.radio.radio input {
  display: none;
}
.content__box .contact__form label.check.radio input + span::before, .content__box .contact__form label.radio.radio input + span::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border: 1px solid #212121;
  border-radius: 100px;
  box-sizing: border-box;
  background: #ffffff;
  position: absolute;
  inset: 0 auto -2px 0;
  margin: auto;
  transition: 0.3s all;
}
.content__box .contact__form label.check.radio input + span::after, .content__box .contact__form label.radio.radio input + span::after {
  opacity: 0;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  background: #212121;
  position: absolute;
  inset: 0 auto -2px 4px;
  margin: auto;
  transition: 0.3s all;
}
.content__box .contact__form label.check.radio input:checked + span::after, .content__box .contact__form label.radio.radio input:checked + span::after {
  opacity: 1;
}
.content__box .contact__form label.check.radio span, .content__box .contact__form label.radio.radio span {
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1.6;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form label.check.radio span, .content__box .contact__form label.radio.radio span {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .content__box .contact__form label.check:hover span, .content__box .contact__form label.radio:hover span {
    color: #45830E;
  }
}
.content__box .contact__form .member__box {
  padding: 32px;
  background: #edf4e7;
  border-radius: 10px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form .member__box {
    padding: 24px;
  }
}
.content__box .contact__form .member__box .sec__ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: 400;
  color: #212121;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form .member__box .sec__ttl {
    font-size: 2rem;
  }
}
.content__box .contact__form .member__box .form__radio li + li {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form .member__box .form__radio li + li {
    margin-top: 8px;
  }
}
.content__box .contact__form .member__box .form__radio li label.radio {
  padding-block: 0;
}
.content__box .contact__form .member__box .select__box {
  margin-top: 16px;
  display: inline-block;
  border: 1px solid #45830E;
  border-radius: 10px;
  background: #ffffff;
  width: 100%;
  max-width: 260px;
  position: relative;
}
.content__box .contact__form .member__box .select__box::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  position: absolute;
  inset: 0 18px 0 auto;
  margin: auto;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form .member__box .select__box::after {
    width: 12px;
    height: 10px;
  }
}
.content__box .contact__form .member__box .select__box select {
  font-size: 1.6rem;
  line-height: 1;
  padding: 18px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form .member__box .select__box select {
    padding: 12px;
    border-radius: 8px;
  }
}
.content__box .contact__form .input__box {
  padding-block: 40px;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form .input__box {
    padding-block: 24px;
  }
}
.content__box .contact__form .input__box .grid__box.col2 {
  gap: 40px 24px;
  margin-bottom: 40px;
}
.content__box .contact__form .input__box .grid__box.col2 + .grid__box.col2 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form .input__box .grid__box.col2 + .grid__box.col2 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form .input__box .grid__box.col2 {
    display: block;
    margin-bottom: 24px;
  }
}
.content__box .contact__form .input__box .grid__box.col--number {
  display: grid;
  grid-template-columns: minmax(auto, 100px) auto minmax(auto, 100px) auto minmax(auto, 100px);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  justify-content: start;
  align-items: center;
  column-gap: 1rem;
  font-size: 1.6rem;
  align-items: center;
}
.content__box .contact__form .input__box .input__ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #212121;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.content__box .contact__form .input__box .input__ttl .req {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form .input__box .input__ttl {
    font-size: 1.6rem;
    padding-top: 16px;
    margin-bottom: 8px;
  }
}
.content__box .contact__form .input__box .input__subttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #212121;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form .input__box .input__subttl {
    font-size: 1.4rem;
    padding-top: 16px;
    margin-bottom: 8px;
  }
}
.content__box .contact__form .input__box .select__box {
  margin-top: 16px;
  border: 1px solid #45830E;
  border-radius: 10px;
  background: #edf4e7;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form .input__box .select__box {
    margin-top: 8px;
  }
}
.content__box .contact__form .input__box .select__box::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  position: absolute;
  inset: 0 18px 0 auto;
  margin: auto;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form .input__box .select__box::after {
    width: 12px;
    height: 10px;
  }
}
.content__box .contact__form .input__box .select__box:has(select:hover) {
  background: #ffffff;
}
.content__box .contact__form .input__box .select__box select {
  font-size: 1.6rem;
  line-height: 1;
  padding: 18px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.content__box .contact__form .agree__box {
  margin-top: 32px;
}
.content__box .contact__form .agree__box .agree__inner {
  border: 3px solid #a5cb85;
  padding: 40px 32px;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form .agree__box .agree__inner {
    padding: 32px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form .agree__box {
    margin-top: 16px;
    padding: 16px 0;
  }
}
.content__box .contact__form .agree__box .sec__ttl {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form .agree__box .sec__ttl {
    font-size: 2.2rem;
  }
}
.content__box .contact__form .agree__box .text__box {
  margin-top: 0;
}
.content__box .contact__form .agree__box .aft__blank {
  padding-bottom: 0;
  padding-right: 25px;
  color: #212121;
}
.content__box .contact__form .agree__box .aft__blank::after {
  width: 14px;
  height: 14px;
  inset: 0 5px 0 auto;
  margin: auto;
}
.content__box .contact__form .agree__box .form__check {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__form .agree__box .form__check {
    margin-top: 16px;
  }
}
.content__box .contact__form .agree__box .mark--ref {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 300;
}
.content__box .contact__form .agree__box > .text__box + .text__box {
  margin-top: 16px;
}
.content__box .contact__confirm dl {
  border-bottom: 1px solid #EBEBEB;
  padding: 24px 0;
  display: grid;
  grid-template-columns: minmax(auto, 280px) auto;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__confirm dl {
    display: block;
  }
}
.content__box .contact__confirm dl dt,
.content__box .contact__confirm dl dd {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #212121;
}
.content__box .contact__confirm dl dt {
  font-weight: 700;
  width: 240px;
}
.content__box .contact__confirm dl dd {
  width: calc(100% - 160px);
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.content__box .submit__box {
  margin-top: 80px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .content__box .submit__box {
    text-align: center;
    margin-top: 40px;
  }
}
.content__box .submit__box .submit {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 335px;
  box-sizing: border-box;
  margin-inline: auto;
  background: #45830E;
  border: 1px solid #45830E;
  padding: 10px 24px;
  border-radius: 10px;
}
.content__box .submit__box .submit.aft__arrow {
  padding-inline: 48px;
}
.content__box .submit__box .submit.aft__arrow::after {
  right: 24px;
}
.content__box .submit__box .submit input {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  background: none;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .content__box .submit__box .submit input {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-block: 4px;
  }
}
.content__box .submit__box .submit:hover {
  background: #ffffff;
}
.content__box .submit__box .submit:hover.aft__arrow::after {
  background: #45830E;
}
.content__box .submit__box .submit:hover input {
  color: #45830E;
}
.content__box .submit__box .back {
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  background: #ffffff;
  border-radius: 10px;
  padding-left: 20px;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .content__box .submit__box .back {
    position: relative;
    margin-top: 25px;
    max-width: none;
    display: inline-block;
    padding-inline: 30px;
  }
}
.content__box .submit__box .back.bef__arrow::after {
  transition: 0.3s all;
  inset: 0 auto 0 0;
  background: #45830E;
}
.content__box .submit__box .back input {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #45830E;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  background: none;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .content__box .submit__box .back input {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-block: 4px;
  }
}
.content__box .submit__box .back:hover.bef__arrow::after {
  background: #DCEACF;
}
.content__box .submit__box .back:hover input {
  color: #DCEACF;
}
.content__box .contact__thanks .thanks__box {
  border: 3px solid #a5cb85;
  padding: 40px 32px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__thanks .thanks__box {
    margin-top: 30px;
    padding: 32px 20px;
  }
}
.content__box .contact__thanks .sec__ttl {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 16px;
}
.content__box .contact__thanks .text__box p em {
  font-size: 2rem;
  font-weight: 700;
  color: #45830E;
  display: block;
}
@media only screen and (max-width: 767px) {
  .content__box .contact__thanks .text__box p em {
    font-size: 2rem;
  }
}
.content__box .link__box {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .content__box .link__box {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content__box .link__box a {
    max-width: none;
  }
}/*# sourceMappingURL=order.css.map */