@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@charset "UTF-8";
* {
  box-sizing: border-box;
}

html,
body,
h1,
p {
  margin: 0;
  font-size: 3.5vw;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #333;
}

time {
  font-size: 13px;
}

@media (min-width: 768px) {
  html,
  body,
  h1,
  p {
    line-height: 1 !important;
  }
}
/* Box sizing rules */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-style: inherit;
  margin: 0;
}

h1,
h2 {
  text-align: center;
  margin: 20px auto;
  font-size: 6.5vw;
}

h3 {
  margin: 15px 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: menulist; /* 1 */
  appearance: menulist;
  -moz-appearance: menulist;
  -o-appearance: menulist;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  border: solid 1px #000;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
 * Mixin
 * -------------------------------------------------------------------
 */
/*
 * Module
 * -------------------------------------------------------------------
 */
.badge--required {
  width: 34px;
  height: 18px;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  background-color: #ed8200;
  display: block;
  text-align: center;
}
.badge--optional {
  width: 34px;
  height: 18px;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  background-color: #AAAAAA;
  display: block;
  text-align: center;
}

.block.show {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.block--overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.block--anchor-link {
  height: 0;
  position: absolute;
  margin-top: -60px;
}
.block--input-confirm .heading {
  margin-bottom: 10px;
}
.block--input-confirm .btn--main_m {
  margin-top: 40px;
}
.block--input-confirm .block--job-number {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 20px;
}
.block--input-confirm .block--job-number .text-box .text--output {
  margin-top: 10px;
  line-height: 14px;
}
.block--input-confirm .block--job-number .block--contact-job {
  margin-top: 20px;
}
.block--input-complete {
  margin: 40px auto 0;
}
.block--input-complete h2.heading {
  margin-top: 20px;
  margin-bottom: 15px;
}
.block--input-complete .image-box--center .image {
  width: 55px;
  height: 55px;
}
.block--input-complete .text {
  font-size: 14px;
}
.block--center {
  text-align: center;
}
.block--inner-section {
  margin-top: 40px;
}
body.wide-margin .block--inner-section {
  margin-top: 30px;
}
.block--back {
  margin-top: 40px;
  margin-bottom: 40px;
}
body.wide-margin .block--back {
  margin-top: 60px;
  margin-bottom: 60px;
}
.block--btn-section {
  margin: 0 auto;
}

.form {
  background-color: #f8f5ed;
  padding: 30px 0 0 0;
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
}
.form p {
  text-align: center;
}
.form .form_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .form_btn .btn_06 {
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 80%;
  margin: 25px auto;
  padding: 10px 70px 10px 0px;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 2px solid #707070;
  background: #fff;
  color: #b79861;
  align-items: center;
}
.form .form_btn .btn_06 img {
  display: inline;
  width: 8%;
  text-align: right;
  margin: 0px 70px 0px 0px;
}

.footer_menu {
  width: 100%;
  max-width: 100%;
}
.footer_menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
  margin: 15px auto;
}
.footer_menu ul li {
  font-size: 14px;
  margin: 8px 5px;
  padding: 0 6px;
  line-height: 20px;
  display: inline-block;
  position: relative;
}
.footer_menu ul li a {
  text-decoration: none;
  color: #5f5c5c;
}
.footer_menu ul li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #5f5c5c;
  position: absolute;
  top: 5px;
  left: -5px;
}
.footer_menu ul li:last-child::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #5f5c5c;
  position: absolute;
  top: 5px;
  right: -5px;
}

.copyright {
  width: 100%;
  background-color: #f8f5ed;
  text-align: center;
  font-size: 13px;
  padding: 18px 0;
}

.input-email,
.input-password,
.input-tel,
.input-text,
.input-url,
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
input[type=search],
input[type=tel] {
  display: block;
  width: 100%;
  height: 46px;
  background-clip: padding-box;
  border: 1px solid;
  color: #333;
  background-color: #FFFFFF;
  border-color: #AAAAAA;
  padding-left: 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 300;
}
.input-email::-moz-placeholder, .input-password::-moz-placeholder, .input-tel::-moz-placeholder, .input-text::-moz-placeholder, .input-url::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #AAAAAA;
  line-height: 1.5;
}
.input-email::placeholder,
.input-password::placeholder,
.input-tel::placeholder,
.input-text::placeholder,
.input-url::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #AAAAAA;
  line-height: 1.5;
}
.input-email:focus,
.input-password:focus,
.input-tel:focus,
.input-text:focus,
.input-url:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus {
  outline: none;
  background-color: #FFFFFF;
  border-color: #EDB326;
}
.input-email:disabled, .input-email[readonly],
.input-password:disabled,
.input-password[readonly],
.input-tel:disabled,
.input-tel[readonly],
.input-text:disabled,
.input-text[readonly],
.input-url:disabled,
.input-url[readonly],
input[type=text]:disabled,
input[type=text][readonly],
input[type=password]:disabled,
input[type=password][readonly],
input[type=email]:disabled,
input[type=email][readonly],
input[type=url]:disabled,
input[type=url][readonly],
input[type=number]:disabled,
input[type=number][readonly],
input[type=search]:disabled,
input[type=search][readonly],
input[type=tel]:disabled,
input[type=tel][readonly] {
  color: #888888;
  background-color: #F0F0F0;
  opacity: 1;
}
.input-email:disabled[data-datepicker=true], .input-email[readonly][data-datepicker=true],
.input-password:disabled[data-datepicker=true],
.input-password[readonly][data-datepicker=true],
.input-tel:disabled[data-datepicker=true],
.input-tel[readonly][data-datepicker=true],
.input-text:disabled[data-datepicker=true],
.input-text[readonly][data-datepicker=true],
.input-url:disabled[data-datepicker=true],
.input-url[readonly][data-datepicker=true],
input[type=text]:disabled[data-datepicker=true],
input[type=text][readonly][data-datepicker=true],
input[type=password]:disabled[data-datepicker=true],
input[type=password][readonly][data-datepicker=true],
input[type=email]:disabled[data-datepicker=true],
input[type=email][readonly][data-datepicker=true],
input[type=url]:disabled[data-datepicker=true],
input[type=url][readonly][data-datepicker=true],
input[type=number]:disabled[data-datepicker=true],
input[type=number][readonly][data-datepicker=true],
input[type=search]:disabled[data-datepicker=true],
input[type=search][readonly][data-datepicker=true],
input[type=tel]:disabled[data-datepicker=true],
input[type=tel][readonly][data-datepicker=true] {
  background-color: #fff;
}
.input-email.is-invalid,
.input-password.is-invalid,
.input-tel.is-invalid,
.input-text.is-invalid,
.input-url.is-invalid,
input[type=text].is-invalid,
input[type=password].is-invalid,
input[type=email].is-invalid,
input[type=url].is-invalid,
input[type=number].is-invalid,
input[type=search].is-invalid,
input[type=tel].is-invalid {
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-position: right calc(0.375em + 0.1875rem) center;
  background-color: #fff1f2;
  border-color: #e34958;
  font-size: 16px;
  color: #333;
}

.input-textarea {
  display: block;
  width: 100%;
  background-clip: padding-box;
  border: 1px solid;
  color: #333;
  background-color: #FFFFFF;
  border-color: #AAAAAA;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 300;
  font-family: auto;
}
.input-textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #AAAAAA;
  line-height: 1.5;
}
.input-textarea::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #AAAAAA;
  line-height: 1.5;
}
.input-textarea:focus {
  outline: none;
  background-color: #FFFFFF;
  border-color: #EDB326;
}
.input-textarea:disabled, .input-textarea[readonly] {
  color: #888888;
  background-color: #F0F0F0;
  opacity: 1;
}
.input-textarea:disabled[data-datepicker=true], .input-textarea[readonly][data-datepicker=true] {
  background-color: #fff;
}
.input-textarea.is-invalid {
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: right calc(0.375em + 0.1875rem) center;
  background-color: #fff1f2;
  border-color: #e34958;
}

.firefox input[type=text]:-moz-placeholder, .firefox input[type=text]::-moz-placeholder,
.firefox input[type=password]:-moz-placeholder,
.firefox input[type=password]::-moz-placeholder,
.firefox input[type=email]:-moz-placeholder,
.firefox input[type=email]::-moz-placeholder,
.firefox input[type=url]:-moz-placeholder,
.firefox input[type=url]::-moz-placeholder,
.firefox input[type=tel]:-moz-placeholder,
.firefox input[type=tel]::-moz-placeholder {
  line-height: 50px;
}
.firefox input[type=text]:focus:-moz-placeholder, .firefox input[type=text]:focus::-moz-placeholder,
.firefox input[type=password]:focus:-moz-placeholder,
.firefox input[type=password]:focus::-moz-placeholder,
.firefox input[type=email]:focus:-moz-placeholder,
.firefox input[type=email]:focus::-moz-placeholder,
.firefox input[type=url]:focus:-moz-placeholder,
.firefox input[type=url]:focus::-moz-placeholder,
.firefox input[type=tel]:focus:-moz-placeholder,
.firefox input[type=tel]:focus::-moz-placeholder {
  color: #dfe1e1;
}

.input-select {
  position: relative;
  padding: 0;
  max-width: 260px;
}
.input-select select {
  width: 100%;
  padding: 0.375rem 0.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  height: 47px;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #AAAAAA;
  position: relative;
  font-size: 16px;
  color: #333;
}
.input-select select::-ms-expand {
  display: none;
}
.input-select select optgroup {
  font-style: normal;
}
.input-select select.is-invalid {
  background-color: #fff1f2;
  border-color: #e34958;
}
.input-select select:disabled, .input-select select[readonly] {
  color: #888888 !important;
  background-color: #F0F0F0;
  opacity: 1;
  cursor: not-allowed;
}
.input-select:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  position: absolute;
  top: 20px;
  right: 10px;
  pointer-events: none;
  rotate: 135deg;
}
.input-select:focus {
  outline: none;
  background-color: #dfe1e1;
}
.input-select:focus:after {
  transform: rotate(180deg);
}

.input-radio {
  display: flex;
  align-items: center;
}
.input-radio .input-radio-label {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
}
.input-radio .input-radio-input {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  border: 1px solid #C6C6C6;
  border-radius: 50%;
  box-sizing: content-box;
}
.input-radio .input-radio-input:checked {
  border: 1px solid #ed8200;
}
.input-radio .input-radio-input:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}
.input-radio .input-radio-input:checked:before {
  background: #ed8200;
}
.input-radio .input-radio-input:disabled, .input-radio .input-radio-input[readonly] {
  opacity: 1;
  cursor: not-allowed;
}
.input-radio .input-radio-input:disabled:checked, .input-radio .input-radio-input[readonly]:checked {
  border: 1px solid #AAAAAA;
}
.input-radio .input-radio-input:disabled:checked:before, .input-radio .input-radio-input[readonly]:checked:before {
  background: #AAAAAA;
}

.input-checkbox-btn {
  width: calc((100% - 20px) / 3);
  height: 45px;
  background-color: #F0F0F0;
  border-radius: 5px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  padding: 5px;
}
.input-checkbox-btn input {
  opacity: 0;
  position: absolute;
  left: 0;
}
.input-checkbox-btn:has(input:checked):not(:has([data-target])) {
  background: #FF7B7F;
  color: #FFF;
  font-weight: 600;
}
.input-checkbox-btn:has(input.active) {
  background: #FF7B7F;
  color: #FFF;
  font-weight: 600;
}

.custom-checkbox input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.custom-checkbox input:before {
  content: "";
  display: block;
  background-color: #FFFFFF;
  width: 15px;
  height: 15px;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
  top: 2px;
  position: relative;
}
.custom-checkbox input:after {
  content: "";
  border-bottom: 3px solid #FFFFFF;
  border-left: 3px solid #FFFFFF;
  border-radius: 3px;
  opacity: 0;
  height: 4px;
  width: 8px;
  transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  left: 3px;
}
.custom-checkbox input.is-invalid:before {
  background-color: #fff1f2;
  border-color: #e34958;
}
.custom-checkbox input:checked:before {
  background-color: #FF7B7F;
  border: 1px solid #FF7B7F;
}
.custom-checkbox input:checked:after {
  opacity: 1;
}
.custom-checkbox input:disabled:before {
  background-color: #AAAAAA;
}
.custom-checkbox input:disabled:after {
  opacity: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url(/img/icon/clear_pink.webp);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  padding-right: 5px;
}

.custom-control-label {
  color: #333;
}

.form-horizontal .heading--form_title {
  margin-bottom: 10px;
}
.form-horizontal .text--description {
  margin-bottom: 10px;
}
.form-horizontal .form-group {
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  padding: 20px;
}
.form-horizontal .form-group .form-group-content {
  margin-bottom: 20px;
}
.form-horizontal .form-group .form-group-content:last-child {
  margin-bottom: 0;
}
.form-horizontal .form-group .form-group-content.bt {
  border-top: 1px solid #D8D8D8;
  padding-top: 20px;
}
.form-horizontal .form-group .form-group-content .error-tip p {
  color: #e6373c;
  font-size: 12px;
  margin-top: 5px;
}
.form-horizontal .form-group .form-group-content .error-tip .error-tip-inner {
  color: #e6373c;
  font-size: 12px;
  margin-top: 5px;
  white-space: nowrap;
}
.form-horizontal .form-group .form-group-content .form-label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 3.5vw;
  font-weight: 300;
  margin-bottom: 10px;
  color: #333;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner.flex {
  display: flex;
  align-items: flex-start;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--postcode {
  width: 61%;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--gender .input-radio, .form-horizontal .form-group .form-group-content .form-group-content-inner--document_request .input-radio {
  width: 50%;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--birthday {
  width: 100%;
  flex-direction: column;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--birthday .input-text {
  width: 80px;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--birthday .input-select {
  width: 90px;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--birthday .input-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--prefecture {
  width: 100%;
  flex-direction: column;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--prefecture .input-text {
  width: 80px;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--prefecture .input-select {
  width: 160px;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--prefecture .input-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--name .input-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--password {
  position: relative;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--password .anchor--show-password {
  position: absolute;
  top: 13px;
  right: 10px;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--height .input-box {
  display: flex;
  align-items: center;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--height .input-box .input-text {
  width: 147px;
  margin-right: 5px;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--date .input-select, .form-horizontal .form-group .form-group-content .form-group-content-inner--time .input-select, .form-horizontal .form-group .form-group-content .form-group-content-inner--payment .input-select {
  max-width: none;
  width: 100%;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--contact .custom-checkbox, .form-horizontal .form-group .form-group-content .form-group-content-inner--request_area .custom-checkbox {
  width: 50%;
  font-weight: 300;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--contact .custom-checkbox .input-checkbox, .form-horizontal .form-group .form-group-content .form-group-content-inner--request_area .custom-checkbox .input-checkbox {
  margin-right: 5px;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--contact.flex, .form-horizontal .form-group .form-group-content .form-group-content-inner--request_area.flex {
  flex-wrap: wrap;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--client_occupation, .form-horizontal .form-group .form-group-content .form-group-content-inner--client_service {
  flex-wrap: wrap;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--client_occupation .custom-checkbox, .form-horizontal .form-group .form-group-content .form-group-content-inner--client_service .custom-checkbox {
  width: 50%;
  font-weight: 300;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--client_occupation .custom-checkbox .input-checkbox, .form-horizontal .form-group .form-group-content .form-group-content-inner--client_service .custom-checkbox .input-checkbox {
  margin-right: 5px;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--client_occupation .custom-checkbox .custom-control-label, .form-horizontal .form-group .form-group-content .form-group-content-inner--client_service .custom-checkbox .custom-control-label {
  font-size: 14px;
  color: #333;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--client_occupation .error-tip, .form-horizontal .form-group .form-group-content .form-group-content-inner--client_service .error-tip {
  width: 100%;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--desired_people {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--desired_people .input-box {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner--desired_people .input-box .input-text {
  width: 80px;
  margin-right: 5px;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner .birthday {
  display: flex;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner .birthday .text--birthdate-label {
  margin-left: 5px;
  margin-right: 5px;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner .birthday .text {
  font-size: 16px;
}
.form-horizontal .form-group .form-group-content .form-group-content-inner .text--output {
  font-size: 16px;
}
.form-horizontal .form-group .form-group-content .text--annotation {
  margin-top: 5px;
}
.form-horizontal .form-group .anchor--password-forget {
  text-align: center;
  margin-top: 20px;
  display: block;
  color: #333;
}
.form-horizontal .form-group .anchor--password-forget .text {
  color: #333;
  font-size: 14px;
}
.form-horizontal .form-group .heading--form-inner-title {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.form-horizontal .form-group .heading--form-inner-title:before {
  content: "";
  border-left: 3px solid #FFD264;
  margin-right: 10px;
  height: 20px;
}
.form-horizontal .block--agree {
  display: flex;
  gap: 5px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.form-horizontal .block--agree .anchor {
  color: #333;
  text-decoration: underline;
}
.form-horizontal .block--agree .text {
  font-size: 14px;
  font-weight: 600;
}

#form-login,
#pass-forget {
  max-width: 335px;
  margin: 0 auto;
}

.topheader_sub {
  background-color: #fff;
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
}
.topheader_sub .grex_logo {
  width: 15%;
  margin: 5px 0 0 5px;
}
.topheader_sub .header_btn {
  display: flex;
  justify-content: end;
  width: 100%;
  max-width: 100%;
  margin: 0 10px;
}
.topheader_sub .header_btn .cart {
  width: 60px;
  height: 52px;
  display: inline;
}

.topheader {
  background-color: #fff;
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
}
.topheader a .grex_logo {
  width: 52px;
  margin: 8px 0 8px 24px;
}
.topheader .header_btn {
  display: flex;
  justify-content: end;
  width: 100%;
  max-width: 100%;
  margin: 0 10px;
}
.topheader .header_btn .cart {
  width: 60px;
  height: 52px;
  display: inline;
}

.sp_only {
  padding: 5px 15px;
  background-color: #b79861;
}
.sp_only p {
  font-size: 2vw;
  color: #fff;
}
.sp_only .nav_toggl_group {
  padding-top: 5px;
}

.nav_toggle {
  display: block;
  position: relative;
  width: 30px;
  height: 20px;
  margin: 0 auto;
}
.nav_toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2.5px;
  position: absolute;
  transition: transform 0.5s, opacity 0.5s;
}
.nav_toggle i:nth-child(1) {
  top: 0;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
}
.nav_toggle.show i:nth-child(1) {
  transform: translateY(11px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
  transform: translateY(-7px) rotate(45deg);
}

.hb_menu {
  position: absolute;
  z-index: 10;
  top: 88px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 20px;
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  background-color: #ffcccc;
  text-align: center;
}
.hb_menu ul li {
  list-style: none;
  text-align: right;
}
.hb_menu ul li a {
  color: #1e1d1d;
  font-size: 24px;
  line-height: 60px;
  text-decoration: none;
}
.hb_menu.show {
  opacity: 0.95;
  visibility: visible;
  transform: translateX(0);
}

.itemCard {
  display: inline-block;
  width: 45%;
  margin: 0 2.5% 3% 2.5%;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  color: black;
  text-decoration: none;
}
.itemCard__img {
  display: block;
  width: 100%;
  height: auto;
}
.itemCard__name {
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.itemCard__price {
  padding: 0 1rem 1rem;
  font-size: 1.1rem;
  font-weight: bold;
}
.itemCard__description {
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
.itemCard__volume {
  padding: 1rem;
  font-size: 1rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .itemCard {
    width: 23%;
    margin: 0 1% 2% 1%;
  }
}
.text {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.text--label {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  display: flex;
  align-items: end;
}
.text--annotation {
  font-size: 2.5vw;
}
.text--annotation:before {
  content: "※";
}
.text--center {
  text-align: center;
}
.text--btn-label {
  margin-bottom: 10px;
}
.text--external-link {
  display: flex;
  align-items: center;
  gap: 2px;
}
.text--external-link:after {
  content: "";
  background: url(/img/icon/external-link-black.webp) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}
.text--no-hit {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 50px 0;
  color: #707070;
}

/*
 * Page
 * -------------------------------------------------------------------
 */
.shoppingcartmain h1 {
  color: #b79861;
  border-top: solid 1px #b79861;
  border-bottom: solid 1px #b79861;
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
}
.shoppingcartmain .merchandise_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
  max-width: 100%;
  width: 90%;
  border-bottom: solid 1px #c0c0c0;
  padding-bottom: 20px;
}
.shoppingcartmain .merchandise_box .merchandise_box_left img {
  width: 150px;
  height: auto;
  display: block;
}
.shoppingcartmain .merchandise_box .merchandise_box_left .download {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  max-width: 100%;
}
.shoppingcartmain .merchandise_box .merchandise_box_left .download a {
  display: flex;
  text-decoration: none;
}
.shoppingcartmain .merchandise_box .merchandise_box_left .download a img {
  width: 10px;
  height: auto;
}
.shoppingcartmain .merchandise_box .merchandise_box_left .download a figcaption {
  font-size: 1vw;
  text-align: center;
}
.shoppingcartmain .merchandise_box .merchandise_box_right {
  max-width: 49%;
  margin: 0 10px;
}
.shoppingcartmain .merchandise_box .merchandise_box_right .quantity_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  max-width: 100%;
  margin: 10px auto;
}
.shoppingcartmain .merchandise_box .merchandise_box_right .quantity_box select {
  padding: 8px 24px 8px 10px;
}
.shoppingcartmain .merchandise_box .merchandise_box_right .quantity_box p {
  margin: 0 10px;
}
.shoppingcartmain .merchandise_box .merchandise_box_right .gift_options {
  margin: 24px auto;
}
.shoppingcartmain .merchandise_box .merchandise_box_right .gift_options select {
  margin: 0 0 34px 0;
  padding: 8px 24px 8px 10px;
}
.shoppingcartmain .merchandise_box .merchandise_box_right .gift_options .gift_option {
  margin: 16px 0 0 0;
}
.shoppingcartmain .merchandise_box .merchandise_box_right .gift_options .gift_option .gift_image {
  margin: 14px 0;
}
.shoppingcartmain .merchandise_box .merchandise_box_right .deleteCartItem {
  display: inline-block;
  margin: 28px 0 14px 0;
  padding: 8px 14px;
  background-color: #c0c0c0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: inherit;
}
.shoppingcartmain .bill_box {
  margin: 30px auto;
  border-bottom: solid 1px #c0c0c0;
  padding-bottom: 20px;
  width: 90%;
}
.shoppingcartmain .bill_box .bill {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  width: 90%;
  margin: 0 auto;
  line-height: 25px;
}
.shoppingcartmain .price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  width: 80%;
  margin: 30px auto;
}
.shoppingcartmain .price p {
  font-size: 5vw;
}
.shoppingcartmain .btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.shoppingcartmain .btn .btn_06 {
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 70%;
  margin: 20px auto;
  padding: 10px 0px 10px 55px;
  font-weight: bold;
  border: inherit;
  border-radius: 100vh;
  border-bottom: 3px solid #ca6500;
  background: #ff7e00;
  color: #fff;
  align-items: center;
}
.shoppingcartmain .btn .btn_06 img {
  display: inline;
  width: 8%;
  text-align: right;
  margin: 0px 0px 0px 55px;
}
.shoppingcartmain .btn2 {
  display: flex;
  align-items: center;
  justify-content: end;
}
.shoppingcartmain .btn2 .btn_07 {
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 70%;
  margin: 5px auto 30px;
  padding: 10px 10px 10px 25px;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 3px solid #1c5936;
  background: #38a869;
  color: #fff;
  align-items: center;
}
.shoppingcartmain .btn2 .btn_07 .btn2_mini {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0px 30px 0px 10px;
}
.shoppingcartmain .btn2 .btn_07 img {
  display: inline;
  width: 16.5px;
  height: auto;
  text-align: right;
  margin: 0px 5px 0px 0px;
}

.chiba h1 {
  color: #b79861;
  border-top: solid 1px #b79861;
  border-bottom: solid 1px #b79861;
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
}
.chiba__box {
  width: 90%;
  margin: 0 auto;
}
.chiba__box img {
  width: 100%;
}
.chiba__box-text {
  margin: 25px 0;
}
.chiba p {
  line-height: 25px;
}

.shoppingcart_confirmationmain {
  width: 90%;
  margin: 0 auto;
  line-height: 30px;
}
.shoppingcart_confirmationmain h1 {
  color: #b79861;
  border-top: solid 1px #b79861;
  border-bottom: solid 1px #b79861;
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
}
.shoppingcart_confirmationmain h2 {
  background-color: #c0c0c0;
  color: #fff;
  font-size: 3vw;
  text-align: start;
  padding: 10px 0px 10px 10px;
  margin: 20px auto;
}
.shoppingcart_confirmationmain .h_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0px auto;
  padding: 20px 0px;
  width: 100%;
  border-bottom: solid 1px #c0c0c0;
}
.shoppingcart_confirmationmain .h_box .h_box_mini {
  line-height: 30px;
  margin: 10px 0px 10px 20px;
}
.shoppingcart_confirmationmain .bill_box .bill {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列のグリッド */
  gap: 0px;
  align-items: center;
  max-width: 100%;
}
.shoppingcart_confirmationmain .bill_box .bill:nth-child(5) {
  border-bottom: solid 1px #000;
  margin-bottom: 20px;
}
.shoppingcart_confirmationmain .bill_box .bill:nth-child(6) p {
  font-size: 5vw;
  margin-bottom: 20px;
}
.shoppingcart_confirmationmain .payment-form {
  text-align: center;
  margin: 30px 0;
}
.shoppingcart_confirmationmain .btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.shoppingcart_confirmationmain .btn .btn_06 {
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 80%;
  margin: 20px auto;
  padding: 10px 10px 10px 65px;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 3px solid #ca6500;
  background: #ff7e00;
  color: #fff;
  align-items: center;
}
.shoppingcart_confirmationmain .btn .btn_06 img {
  display: inline;
  width: 18.5px;
  height: auto;
  text-align: right;
  margin: 0px 0px 0px 42px;
}
.shoppingcart_confirmationmain .btn2 {
  display: flex;
  align-items: center;
  justify-content: end;
}
.shoppingcart_confirmationmain .btn2 .btn_07 {
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 80%;
  margin: 5px auto 30px;
  padding: 10px 35px 10px 10px;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 3px solid #1c5936;
  background: #38a869;
  color: #fff;
  align-items: center;
}
.shoppingcart_confirmationmain .btn2 .btn_07 .btn2_mini {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0px 20px 0px 0px;
}
.shoppingcart_confirmationmain .btn2 .btn_07 img {
  display: inline;
  width: 18.5px;
  height: auto;
  text-align: right;
  margin: 0px 42px 0px 0px;
}

.order_completionmain h1 {
  color: #b79861;
  border-top: solid 1px #b79861;
  border-bottom: solid 1px #b79861;
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
}
.order_completionmain img {
  width: 50%;
  padding: 50px;
  display: block;
  margin: 0 auto;
}
.order_completionmain p {
  text-align: center;
}
.order_completionmain .top_returnbtn .btn_06 {
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 80%;
  margin: 40px auto 70px;
  padding: 10px 0 10px 0px;
  border-radius: 100vh;
  border: 1px solid #707070;
  box-shadow: 0px 2px #707070;
  background: #202020;
  align-items: center;
  color: #fff;
}

#previewContainer {
  position: relative;
  margin-top: 20px;
}

#previewWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#previewWrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

#fileUpload {
  display: none;
}

#createPreviewButton {
  background: none;
  border: 0;
  color: inherit;
}
#createPreviewButton img {
  width: 100%;
  height: 100%;
}

.make_labelmain {
  background-color: #f7f6f3;
}
.make_labelmain .make_text {
  padding: 10px 0;
}
.make_labelmain .make_text p {
  text-align: center;
  margin: 10px auto;
}
.make_labelmain .input {
  text-align: center;
  margin-bottom: 10px;
}
.make_labelmain .make_labelimg {
  margin: 0 auto;
  padding: 10px 0;
  display: block;
}
.make_labelmain .make_clickbox {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  align-items: flex-end;
}
.make_labelmain .make_clickbox img {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.make_labelmain .make_clickbox .make_click {
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  border-right: solid 1px black;
}
.make_labelmain .make_clickbox .make_click p {
  text-align: center;
  font-size: 18px;
}
.make_labelmain .make_clickbox .make_box {
  border: none;
}
.make_labelmain .make_clickbox .make_clicklast {
  padding: 3px 20px;
  background-color: #eaf763;
}
.make_labelmain .make_clickbox a {
  text-decoration: none;
  color: black;
}

.make_box {
  border-left: solid 1px black;
}

.about_deliverymain h1 {
  color: #B79861;
  border-top: solid 1px #B79861;
  border-bottom: solid 1px #B79861;
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
}
.about_deliverymain .about_deliverymainbox {
  width: 90%;
  margin: 0 auto;
}
.about_deliverymain .about_deliverymainbox h2 {
  text-align: left;
  font-size: 18px;
  border-top: solid 1px #B79861;
  border-bottom: solid 1px #B79861;
  padding: 15px;
  font-weight: normal;
  color: #B79861;
}
.about_deliverymain .about_deliverymainbox img {
  width: 100%;
}
.about_deliverymain .about_deliverymainbox .about_deliverytext {
  margin: 25px 0;
}
.about_deliverymain .about_deliverymainbox .city {
  display: flex;
  border-bottom: solid 1px #D0D0D0;
  justify-content: space-between;
  padding-bottom: 5px;
  margin: 10px 0;
}
.about_deliverymain .about_deliverymainbox .city span {
  padding-right: 10px;
}
.about_deliverymain .about_deliverymainbox .tax_included {
  text-align: right;
}
.about_deliverymain .about_deliverymainbox ul {
  padding: 0 0 0 20px;
  line-height: 20px;
}
.about_deliverymain p {
  line-height: 25px;
}

.questionmain h1 {
  color: #B79861;
  border-top: solid 1px #B79861;
  border-bottom: solid 1px #B79861;
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
}
.questionmain h2 {
  width: 90%;
  color: #000;
  font-weight: normal;
  text-align: left;
  font-size: 15px;
}
.questionmain .question_box {
  border-top: solid 1px #B79861;
  border-bottom: solid 1px #B79861;
  padding-bottom: 15px;
  width: 90%;
  margin: 20px auto;
}
.questionmain .question_box .question_icon {
  display: flex;
  align-items: center;
  background-color: #F8F5ED;
  padding: 10px 0 10px 5px;
  margin-bottom: 15px;
}
.questionmain .question_box .question_icon img {
  width: 8%;
  height: 8%;
  margin-right: 7px;
}
.questionmain .question_box p {
  line-height: 25px;
}

.info-title {
  font-size: 22px;
  margin-bottom: 16px;
}

.info-list {
  list-style-type: none;
  padding: 0;
}
.info-list__item {
  margin: 18px 40px;
}
.info-list__header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}
.itemlist_detailmain {
  width: 90%;
  margin: 0 auto;
}
.itemlist_detailmain .star_img {
  width: 25%;
  height: 25%;
}
.itemlist_detailmain .item_img {
  width: 100%;
  margin: 20px auto;
  display: block;
}
.itemlist_detailmain .star {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.itemlist_detailmain .quantity_box {
  display: flex;
  margin: 10px 0;
}
.itemlist_detailmain .quantity_box .quantity {
  margin: 0 10px;
  width: 20%;
}
.itemlist_detailmain .cart_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.itemlist_detailmain .cart_btn .btn_06 {
  display: flex;
  justify-content: center;
  text-decoration: none;
  margin: 25px auto;
  padding: 20px 10px 20px 10px;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 2px solid #707070;
  background: #b29968;
  color: #fff;
  align-items: center;
}
.itemlist_detailmain .cart_btn .btn_06 img {
  display: inline;
  width: 8%;
  text-align: right;
  margin: 0 5px 0 0;
}
.itemlist_detailmain .sns {
  display: flex;
  margin: 0 0 25px 0;
}
.itemlist_detailmain .sns p {
  color: #b29968;
}
.itemlist_detailmain .sns img {
  width: 24px;
  height: 24px;
  margin: 0 3px;
}
.itemlist_detailmain .item_detail__name {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.itemlist_detailmain .item_detail__volume {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.itemlist_detailmain .item_detail__price {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.itemlist_detailmain .item_detail__description {
  margin-bottom: 25px;
}
.itemlist_detailmain .item_detail__description p {
  font-size: 4vw;
}
.itemlist_detailmain .user_review h3 {
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
}
.itemlist_detailmain .review_btn .btn_06 {
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 80%;
  margin: 25px auto;
  padding: 10px 0 10px 0px;
  border-radius: 100vh;
  border: 1px solid #707070;
  box-shadow: 0px 2px #707070;
  background: #fff;
  align-items: center;
  color: #000;
}
.itemlist_detailmain .review_required {
  display: flex;
}
.itemlist_detailmain .review_required .required_text {
  background-color: #b9282d;
  color: #fff;
  border-radius: 5px;
  padding: 0 5px;
  margin-left: 5px;
}
.itemlist_detailmain input {
  margin: 0 0 10px 0;
  width: 100%;
  height: 30px;
}
.itemlist_detailmain select {
  margin: 0 0 10px 0;
  width: 100%;
  height: 30px;
}
.itemlist_detailmain .reviewsend_btn .btn_06 {
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 50%;
  margin: 25px 0;
  padding: 10px 0 10px 0px;
  border-radius: 100vh;
  box-shadow: 0px 2px #b3b2b2;
  background: #423f3f;
  align-items: center;
  color: #fff;
}
.itemlist_detailmain .review_box {
  border-top: solid 1px #111;
  border-bottom: solid 1px #111;
  margin: 15px 0;
  padding: 15px 0;
}
.itemlist_detailmain .review_box .message {
  padding-top: 15px;
}
.itemlist_detailmain .review_box p {
  line-height: 20px;
}

.delivery {
  background-color: #f8f5ed;
  width: 100%;
  padding: 20px;
  margin: 30px auto;
}
.delivery .check_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.delivery .check_icon h2 {
  margin: 20px 0;
  color: #b79861;
}
.delivery .check_icon img {
  width: 7%;
  height: 7%;
  margin-right: 7px;
}
.delivery .delivery_text {
  text-align: center;
  font-size: 3.5vw;
  margin-bottom: 20px;
}
.delivery .delivery_p {
  display: flex;
  justify-content: center;
  border: solid 1.5px #b79861;
  margin: 5px 0;
  padding: 25px;
  background-color: #fff;
}
.delivery .delivery_p span {
  padding: 0 20px;
  color: #b79861;
}
.delivery a {
  display: flex;
  justify-content: end;
}
.delivery a p {
  margin: 5px;
}

.itemlistmain {
  margin: 0 0 50px 0;
}
.itemlistmain h2 {
  border-top: solid 1px #b79861;
  border-bottom: solid 1px #b79861;
  padding: 10px 0;
  margin: 20px 0 0 0;
  color: #b79861;
}
.itemlistmain h3 {
  margin: 15px 0 0 0;
  padding: 15px 0 15px 10px;
  background-color: #f8f5ed;
  color: #b79861;
}
.itemlistmain .item_group .item_card {
  display: flex;
  padding: 8px;
}
.itemlistmain .item_group .item_card:not(:last-child) {
  border-bottom: solid 1px #d1d1d1;
}
.itemlistmain .item_group .item_card__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.itemlistmain .item_group .item_card__img {
  margin: 0 10px;
  width: 25%;
  height: 25%;
}
.itemlistmain .item_group .item_card__name, .itemlistmain .item_group .item_card__volume, .itemlistmain .item_group .item_card__price {
  font-weight: 600;
  margin: 4px 0;
}

.order__container {
  position: relative;
  max-width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .order__container {
    max-width: 280px;
  }
}
.order__heading {
  font-size: 28px;
  background-color: #ed8200;
}
.order__contentHeading {
  font-size: 22px;
}
.order__contentBlock {
  margin: 0 0 50px 0;
}
.order__contentItem {
  display: flex;
  align-items: center;
  width: 360px;
  height: 35px;
  margin-bottom: 20px;
}

.input__title {
  margin: 0;
  width: 105px;
  font-size: 16px;
  font-weight: 600;
}
.input__select {
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 500;
}
.input__text {
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 500;
}
.input__submit {
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 500;
}

.day_pay {
  width: 90%;
  margin: 0 auto;
  line-height: 30px;
}
.day_pay h1 {
  color: #b79861;
  border-top: solid 1px #b79861;
  border-bottom: solid 1px #b79861;
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
}
.day_pay h2 {
  background-color: #c0c0c0;
  color: #fff;
  font-size: 3vw;
  text-align: start;
  padding: 10px 0px 10px 10px;
  margin: 20px auto;
}
.day_pay .rapidDelivery__caution {
  font-size: 2.6vw;
  margin: 4px 0 10px 0;
}
.day_pay .review_required {
  display: flex;
}
.day_pay .review_required .required_text {
  background-color: #b9282d;
  color: #fff;
  border-radius: 5px;
  padding: 0px 5px;
  margin-left: 10px;
  font-size: 2vw;
  height: auto;
  display: flex;
  align-items: flex-end;
}
.day_pay .coupon_button {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 10px 120px;
  border: none;
  background-color: #38a869;
  color: #fff;
  border-radius: 3px;
}
.day_pay .btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.day_pay .btn .btn_06 {
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 80%;
  margin: 20px auto;
  padding: 10px 0px 10px 80px;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 3px solid #ca6500;
  background: #ff7e00;
  color: #fff;
  align-items: center;
  border: 1px solid #ff7e00;
  box-shadow: 0px 8px 5px -5px #ca6500;
}
.day_pay .btn .btn_06 img {
  display: inline;
  width: 17px;
  height: auto;
  text-align: right;
  margin: 0px 0px 0px 70px;
}
.day_pay .btn .btn_07 {
  display: flex;
  text-decoration: none;
  width: 80%;
  margin: 20px auto;
  padding: 10px 0px 10px 80px;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 3px solid #636363;
  background: #959595;
  color: #fff;
  align-items: center;
  border: 1px solid #959595;
  box-shadow: 0px 8px 5px -5px #636363;
}
.day_pay .btn .btn_07 img {
  display: inline;
  width: 17px;
  height: auto;
  text-align: right;
  margin: 0px 0px 0px 70px;
}
.day_pay .btn2 {
  display: flex;
  align-items: center;
  justify-content: end;
}
.day_pay .btn2 .btn_07 {
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 80%;
  margin: 5px auto 30px;
  padding: 10px 35px 10px 10px;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 3px solid #1c5936;
  background: #38a869;
  color: #fff;
  align-items: center;
}
.day_pay .btn2 .btn_07 .btn2_mini {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0px 20px 0px 0px;
}
.day_pay .btn2 .btn_07 img {
  display: inline;
  width: 18.5px;
  height: auto;
  text-align: right;
  margin: 0px 42px 0px 0px;
}

.personal__container {
  position: relative;
  max-width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .personal__container {
    max-width: 280px;
  }
}
.personal__heading {
  font-size: 28px;
  background-color: #ed8200;
}
.personal__contentHeading {
  font-size: 22px;
}
.personal__contentBlock {
  margin: 0 0 50px 0;
}
.personal__contentItem {
  align-items: center;
  width: 360px;
  margin-bottom: 50px;
}

.customer_information {
  width: 90%;
  margin: 0 auto;
  line-height: 30px;
}
.customer_information h1 {
  color: #b79861;
  border-top: solid 1px #b79861;
  border-bottom: solid 1px #b79861;
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
}
.customer_information .address {
  border-bottom: solid 1px #c0c0c0;
  padding: 20px 0;
}
.customer_information .address .address_number input {
  width: 30%;
}
.customer_information .address_city input {
  width: 100%;
}
.customer_information .check_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  max-width: 100%;
}
.customer_information .address2 {
  padding: 20px 0;
}
.customer_information .address2 .address_number input {
  width: 30%;
}
.customer_information .password {
  border-bottom: solid 1px #c0c0c0;
  padding: 20px 0;
}
.customer_information .password input {
  width: 100%;
}
.customer_information .btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.customer_information .btn .btn_06 {
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 80%;
  margin: 20px auto;
  padding: 10px 10px 10px 20px;
  border: 0;
  border-radius: 100vh;
  border-bottom: 3px solid #ca6500;
  background: #ff7e00;
  color: #fff;
  align-items: center;
  font-weight: bold;
}
.customer_information .btn .btn_06 img {
  display: inline;
  width: 18.5px;
  height: auto;
  text-align: right;
  margin: 0px 0px 0px 20px;
}
.customer_information .btn2 {
  display: flex;
  align-items: center;
  justify-content: end;
}
.customer_information .btn2 .btn_07 {
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 80%;
  margin: 5px auto 30px;
  padding: 10px 35px 10px 10px;
  border-radius: 100vh;
  border-bottom: 3px solid #1c5936;
  background: #38a869;
  color: #fff;
  align-items: center;
  font-weight: bold;
}
.customer_information .btn2 .btn_07 .btn2_mini {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0px 20px 0px 0px;
}
.customer_information .btn2 .btn_07 img {
  display: inline;
  width: 18.5px;
  height: auto;
  text-align: right;
  margin: 0px 42px 0px 0px;
}

/*  フェードインアニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#delivery-information {
  /*  初期状態で非表示にし、高さを0に設定 */
  display: block;
  visibility: hidden;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out, visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
#delivery-information.show {
  visibility: visible;
  height: auto;
  opacity: 1;
}

.customer_voicemain h1 {
  color: #B79861;
  border-top: solid 1px #B79861;
  border-bottom: solid 1px #B79861;
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
}
.customer_voicemain .voice_box {
  width: 90%;
  margin: 0 auto;
}
.customer_voicemain .voice_box .voice_box1 {
  display: flex;
}
.customer_voicemain .voice_box .voice_box1 img {
  width: auto;
  height: 50px;
  margin-right: 10px;
}
.customer_voicemain .voice_box .voice_box1 .voicetext_right {
  border: solid 1px #B79861;
  background-color: #F8F5ED;
  padding: 10px 10px 5px 10px;
}
.customer_voicemain .voice_box .voice_box1 .voicetext_right .voicetext_right2 p {
  border-bottom: dotted 1px #B79861;
  font-size: 10px;
  margin-bottom: 8px;
  padding-bottom: 3px;
}
.customer_voicemain .voice_box .voice_box1 .voicetext_right .date {
  font-size: 8px;
  text-align: right;
}
.customer_voicemain .voice_box .voice_box2 {
  display: flex;
  margin: 10px 0 30px 0;
}
.customer_voicemain .voice_box .voice_box2 .voicetext_left {
  border: solid 1px #B79861;
  padding: 10px 10px 5px 10px;
  position: relative;
  width: 100%;
}
.customer_voicemain .voice_box .voice_box2 .voicetext_left .voicetext_left2 p {
  border-bottom: solid 1px #B79861;
  font-size: 10px;
  margin-bottom: 8px;
  padding-bottom: 3px;
}
.customer_voicemain .voice_box .voice_box2 .voicetext_left img {
  position: absolute;
  width: 10%;
  top: 0;
  right: 5px;
}
.customer_voicemain .voice_box .voice_box2 .voicetext_left .staff {
  font-size: 8px;
  text-align: right;
}
.customer_voicemain .voice_box .voice_box2 .man_pic {
  width: auto;
  height: 50px;
  margin-left: 10px;
}
.customer_voicemain h2 {
  color: #B79861;
  border-top: solid 1px #B79861;
  border-bottom: solid 1px #B79861;
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
}
.customer_voicemain .episode {
  width: 90%;
  margin: 0 auto;
}
.customer_voicemain .btn {
  display: flex;
  align-items: center;
  justify-content: end;
}
.customer_voicemain .btn .btn_06 {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  width: 80%;
  margin: 20px auto 10px;
  padding: 15px;
  border-radius: 100vh;
  border-bottom: 3px solid #1c5936;
  background: #53B635;
  color: #fff;
  align-items: center;
  font-weight: bold;
}
.customer_voicemain .btn .btn_06 .left_icon {
  display: inline;
  width: 18.5px;
  height: auto;
  text-align: right;
}
.customer_voicemain .btn .btn_06 .right_button {
  width: 18.5px;
}
.customer_voicemain .btn2 {
  display: flex;
  align-items: center;
  justify-content: end;
}
.customer_voicemain .btn2 .btn_07 {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  width: 80%;
  margin: 5px auto 30px;
  padding: 15px;
  border-radius: 100vh;
  border-bottom: 3px solid #ca6500;
  background: #ff7e00;
  color: #fff;
  align-items: center;
  font-weight: bold;
}
.customer_voicemain .btn2 .btn_07 .left_icon {
  display: inline;
  width: 18.5px;
  height: auto;
  text-align: right;
}
.customer_voicemain .btn2 .btn_07 .right_button {
  width: 18.5px;
}

.use_scenemain h1 {
  color: #b79861;
  border-top: solid 1px #b79861;
  border-bottom: solid 1px #b79861;
  margin: 20px 0;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
}
.use_scenemain .scene_box {
  width: 90%;
  margin: 0 auto;
}
.use_scenemain img {
  width: 100%;
}
.use_scenemain .icon {
  display: flex;
  width: 90%;
  align-items: center;
}
.use_scenemain .icon img {
  width: 10%;
  height: auto;
  padding-left: 10px;
}
.use_scenemain .icon h2 {
  font-size: 4.5vw;
  border-left: solid 1px black;
  padding-left: 10px;
  margin-left: 10px;
  color: #333;
  font-weight: normal;
}
.use_scenemain .content_box {
  border: solid 1px #b79861;
  margin: 30px auto;
  border-radius: 5px;
  padding: 15px 0;
  width: 85%;
}
.use_scenemain .icon_title {
  background-color: #f8f5ed;
  border-radius: 5px;
  height: 50px;
  margin: 10px auto;
}
.use_scenemain .icon_title2 {
  margin: 0;
  width: 100%;
}
.use_scenemain .ribbon {
  position: relative;
  background: #b79861;
  padding: 10px;
  width: 6%;
  margin-right: 10px;
}
.use_scenemain .ribbon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #f8f5ed transparent transparent;
  border-width: 11px 7px 12px 0;
}
.use_scenemain .ribbon_box {
  background-color: #f8f5ed;
  display: flex;
  padding: 10px 0;
  border-radius: 5px;
  align-items: center;
}
.use_scenemain .scene_text {
  margin: 18px 0;
  line-height: 25px;
}
.use_scenemain h3 {
  color: #b79861;
  font-weight: normal;
  border-bottom: solid 1px #b79861;
  font-size: 15px;
}
.use_scenemain .scene_imgtext {
  width: 90%;
  margin: 0 auto;
}
.use_scenemain .messege_example {
  background-color: #f8f5ed;
  width: 100%;
  margin: 20px auto;
  padding: 10px 0px 10px 0;
  border-radius: 5px;
}
.use_scenemain .messege_example ul {
  padding-left: 30px;
}
.use_scenemain .messege_example ul li {
  margin: 20px 0;
}
.use_scenemain .btn2 {
  display: flex;
  align-items: center;
  justify-content: end;
}
.use_scenemain .btn2 .btn_07 {
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 80%;
  margin: 5px auto 30px;
  padding: 15px 10px 15px 25px;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 3px solid #1c5936;
  background: #38a869;
  color: #fff;
  align-items: center;
}
.use_scenemain .btn2 .btn_07 .btn2_mini {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0px 15px 0px 10px;
}
.use_scenemain .btn2 .btn_07 img {
  display: inline;
  width: 16.5px;
  height: auto;
  text-align: right;
  margin: 0px 5px 0px 0px;
}

.topheader {
  background-color: #FFCCCC;
}

.topheader_sub {
  background-color: #fff;
}

.topmain img {
  width: 100%;
  max-width: 100%;
}
.topmain section {
  width: 90%;
  margin: 0 auto;
}
.topmain .about p {
  margin: 30px auto;
  line-height: 25px;
}
.topmain .about div {
  display: flex;
  align-items: center;
  justify-content: end;
}
.topmain .about div .btn_06 {
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 80%;
  margin: 20px auto;
  padding: 10px 0px 10px 70px;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 3px solid #ca6500;
  background: #ff7e00;
  color: #fff;
  align-items: center;
}
.topmain .about div .btn_06 img {
  display: inline;
  width: 8%;
  text-align: right;
  margin: 0px 0px 0px 70px;
}
.topmain .use {
  background-color: #F8F5ED;
  width: 100%;
  margin: 10px auto;
  padding: 5px 0;
}
.topmain .use .inuse {
  width: 90%;
  margin: 30px auto;
  background-color: #fff;
  padding: 20px 0;
}
.topmain .use .inuse .usetext {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
  line-height: 25px;
}
.topmain .use .inuse .label {
  display: block;
  width: 90%;
  margin: 0 auto 20px;
}
.topmain .use .inuse .icon {
  display: flex;
  margin-left: 15px;
  margin-bottom: 10px;
  width: 90%;
  padding: 6px;
  align-items: center;
}
.topmain .use .inuse .icon img {
  width: 7%;
}
.topmain .use .inuse .icon p {
  font-size: 4.5vw;
  border-left: solid 1px black;
  padding-left: 10px;
  margin-left: 10px;
}
.topmain .use .inuse .iconkisuu {
  background-color: #F8F5ED;
}
.topmain .use .inuse .btn_06 {
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 80%;
  margin: 20px auto;
  padding: 10px 0px 10px 10px;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 3px solid #ca6500;
  background: #ff7e00;
  color: #fff;
  align-items: center;
}
.topmain .use .inuse .btn_06 img {
  display: inline;
  width: 20px;
  height: auto;
  text-align: right;
  margin: 0px 0px 0px 10px;
}
.topmain .review {
  background-color: #F8F5ED;
  width: 100%;
  margin: 50px 0;
  padding: 50px 0;
}
.topmain .review .inreview {
  background-color: #fff;
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding: 15px 0 15px 15px;
  border-radius: 10px;
}
.topmain .review .inreview img {
  margin: auto;
  width: 50%;
  height: auto;
}
.topmain .review .inreview .reviewright {
  padding: 0 10px;
}
.topmain .review .inreview .reviewright img {
  width: 60%;
}
.topmain .review .inreview .reviewright p {
  font-size: 14px;
}
.topmain .review .inreview .reviewright .message {
  margin-top: 10px;
}
.topmain .review .clickscroll {
  display: flex;
  justify-content: center;
}
.topmain .review .clickscroll a {
  display: block;
  margin: 5px 5px;
  font-weight: bold;
  font-size: 30px;
}
.topmain .news {
  margin-bottom: 30px;
}
.topmain .news .news_box {
  display: flex;
  border-bottom: solid 1px #D0D0D0;
  padding: 10px 0;
}
.topmain .news .news_box img {
  width: 50%;
  height: 120px;
}
.topmain .news .news_box h3 {
  font-size: 4vw;
  color: #B79861;
  margin: 0 auto;
}
.topmain .news .news_box p {
  font-size: 14px;
  line-height: 20px;
}
.topmain .news .news_box div {
  margin: 0 0 0 15px;
}
.topmain .news a {
  display: flex;
  justify-content: end;
}
.topmain .news a p {
  margin: 5px;
}
.topmain .delivery {
  background-color: #F8F5ED;
  width: 100%;
  padding: 20px;
}
.topmain .delivery .check_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.topmain .delivery .check_icon h2 {
  margin: 20px 0;
  color: #B79861;
}
.topmain .delivery .check_icon img {
  width: 7%;
  height: 7%;
  margin-right: 7px;
}
.topmain .delivery .delivery_text {
  text-align: center;
  font-size: 3.5vw;
  margin-bottom: 20px;
}
.topmain .delivery .delivery_p {
  display: flex;
  justify-content: center;
  border: solid 1.5px #B79861;
  margin: 5px 0;
  padding: 25px;
  background-color: #fff;
}
.topmain .delivery .delivery_p span {
  padding: 0 20px;
  color: #B79861;
}
.topmain .delivery a {
  display: flex;
  justify-content: end;
}
.topmain .delivery a p {
  margin: 5px;
}
.topmain .question {
  width: 100%;
}
.topmain .question h2 {
  border-top: solid 1px #B79861;
  border-bottom: solid 1px #B79861;
  width: 100%;
  max-width: 100%;
  display: block;
  padding: 10px 0;
  color: #B79861;
}
.topmain .question .question_box {
  border-top: solid 1px #B79861;
  border-bottom: solid 1px #B79861;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 90%;
  margin: 0 auto;
}
.topmain .question .question_box .question_icon {
  display: flex;
  align-items: center;
  background-color: #F8F5ED;
  padding: 10px 0 10px 5px;
  margin-bottom: 15px;
}
.topmain .question .question_box .question_icon img {
  width: 8%;
  height: 8%;
  margin-right: 7px;
}
.topmain .question .question_box p {
  line-height: 25px;
}
.topmain .question .button {
  display: flex;
  align-items: center;
  justify-content: end;
}
.topmain .question .button .btn_06 {
  display: flex;
  justify-content: center;
  text-decoration: none;
  width: 80%;
  margin: 40px auto;
  padding: 10px 0px 10px 70px;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 3px solid #ca6500;
  background: #ff7e00;
  color: #fff;
  align-items: center;
}
.topmain .question .button .btn_06 img {
  display: inline;
  width: 8%;
  text-align: right;
  margin: 0px 0px 0px 70px;
}

.complete_imgmain {
  background-color: #f7f6f3;
}
.complete_imgmain .title {
  background-color: #6c6969;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.complete_imgmain > img {
  display: block;
  margin: auto;
}
.complete_imgmain .complete_img {
  width: 90%;
  margin: 20px auto;
  display: block;
}
.complete_imgmain .make_btnbox {
  background-color: #fff;
  display: flex;
}
.complete_imgmain .make_btnbox .make_btn {
  text-align: center;
  width: 50%;
  padding: 30px;
}
.complete_imgmain .make_btnbox .make_btn:not(:last-child) {
  border-right: solid 1px #707070;
}
.complete_imgmain .make_btnbox .return_img {
  width: 50%;
}
.complete_imgmain .make_btnbox .nextcart_img {
  width: 100%;
}
.complete_imgmain .caution {
  font-size: 14px;
  color: grey;
  margin: 0 0 32px 0;
  padding: 42px 34px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
  * Fonts
  * -------------------------------------------------------------------
  */
