body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

* {
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.d-block {
  display: block !important
}

.d-none {
  display: none !important
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }

  .d-md-none {
    display: none !important;
  }
}

.text-center {
  text-align: center;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.justify-content-between {
  justify-content: space-between;
}

.col {
  flex: 1 0 0%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.w-auto {
  width: auto !important;
}

.mt-3 {
  margin-top: 1rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

@media (min-width: 730px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
}

@media (min-width: 993px) {
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

p {
  line-height: 1.6em;
}

.content {
  margin-bottom: 3em;
}

.img-c {
  text-align: center;
}

.txt-c {
  text-align: left;
}

.accent {
  font-weight: bold;
}

.deco {
  color: #f00;
  font-weight: bold;
}

.detail1 {
  color: #47b4e7;
  font-weight: bold;
  font-size: 14px;
}

.detail2 {
  color: #f00;
  font-size: 12px;
}

.yoko li {
  display: inline-block;
  margin: 0 1em 5px 0;
}

@media(min-width:730px) {
  .yoko li {
    margin-bottom: 15px;
  }
}

.kit-choice .yoko li {
  width: 40%;
  height: 24px;
}

@media(min-width:730px) {
  .kit-choice .yoko li {
    width: auto;
  }
}

.header {
  margin: 0 auto 50px;
  text-align: center;
}

.logo {
  background: #fff400;
  padding: 5px;
}

.header .logo img {
  margin-left: -20px;
  object-fit: cover;
  object-position: 0 100%;
  /*width: 105%;*/
}

.wrapper {
  margin: 0 auto;
  max-width: 1000px;
}

.pc-on {
  display: none;
}

.sp-on {
  display: block;
}

.col-1-2>* {
  margin-bottom: 1em;
}

/* 査定・買取お申込みフォーム */
.content h1 {
  font-size: 1.4em;
}

.content h2 {
  text-align: center;
}

/* 個人情報の取扱いについて */
.att-box {
  background: #ffffef;
  border: 1px solid #fdfbb5;
  margin: 0 auto 1.5em;
  padding: 0.5em 1.5em 0;
}

.att-box .att-heading {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 20px;
  text-align: center;
}

.att-box .att-heading img {
  margin-right: 5px;
}

.indent {
  text-indent: -1em;
  padding-left: -1em;
}

/* メールでのお問合わせ・電話番号 */
.customer p {
  font-weight: bold;
  margin: 3em 0 0;
}

.linemarker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.customer ul {
  padding: 0;
  text-align: center;
}

.customer ul li {
  font-size: 1.2em;
  list-style: none;
  margin-bottom: 1em;
}

.customer ul li i {
  font-size: 1.4em;
  margin-right: 0.2em;
}

.customer ul li:nth-child(2) {
  font-size: 1.4em;
  font-weight: bold;
}

.customer ul li:nth-child(2) i {
  vertical-align: text-top;
}


.sidebar {
  height: auto;
  width: 300px;
}

/* form-step */
.form-step {
  display: flex;
  position: relative;
  list-style: none;
  margin: 0 auto 3em;
  max-width: 700px;
  padding-left: 0 !important;
}

.form-step:before {
  background-color: #ccc;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 25%;
  width: 60%;
}

.form-step li {
  counter-increment: li;
  width: calc(100%/3);
  text-align: center;
}

.form-step li:before {
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  content: counter(li);
  display: block;
  font-size: 20px;
  height: 2em;
  margin: 0 auto 5px;
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-step li:first-child:before {
  background: #47b4e7;
}

/* SSLアイコン */
.yokonarabi {
  list-style-type: none;
  padding: 0;
}

.ssl-icon:before {
  font-family: "Font Awesome 5 Free";
  content: '\f023';
  color: #26c300;
  font-size: 140%;
  font-weight: 700;
  margin-right: 0.2em;
}

.yokonarabi li {
  display: inline-block;
  line-height: 1.8em;
}

/* 表 */
form>table {
  border-collapse: collapse;
  margin-bottom: 15px;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}

table th,
table td {
  line-height: 1.6em;
}

form>table th,
form>table td {
  border: none;
  box-sizing: border-box;
  display: block;
  padding: 5px 10px;
  width: 100%;
}

form>table th {
  background: #dbdbdb;
  text-align: left;
  vertical-align: middle;
}

form>table th .deco {
  margin-left: 0.5em;
}

form th:after {
  background: #0978d6fa;
  content: "任意";
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  margin-left: 0.5em;
  padding: 0 0.5em;
  vertical-align: inherit;
}

form th.hissu:after {
  background: #c00;
  content: "必須";
}

form>table td {
  background: #fff;
  line-height: 1.6em;
  text-align: left;
  vertical-align: middle;
}

form>table td:last-child {
  padding-bottom: 15px;
}

form>table td p:last-child {
  margin: 0;
}

form>table td ul {
  list-style-position: outside;
  list-style: none;
  padding-left: 0;
}

form>table td ul li {
  margin-bottom: 0.5em;
}

form>table tr td input:not([type=file]),
form>table tr td select,
form>table tr td textarea {
  font-size: 16px;
  margin: 0;
  padding: 6px;
  border: 1px solid #767676 !important;
}

form>table tr td input[type="text"],
form>table tr td input[type="email"],
form>table tr td input[type="tel"],
form>table tr td textarea {
  width: 100%;
  line-height: 1.6;
}

form>table tr td input[type="radio"],
form>table tr td input[type="checkbox"] {
  margin-right: 5px;
}

form>table tr td textarea {
  resize: none;
}

form>table tr td input[name^="file"] {
  margin-bottom: 0.5em;
}

form>table a {
  font-weight: normal;
}

/* 送信確認・リセット・送信ボタン */
.confirm-btn {
  text-align: center;
}

input[type="submit"],
input[type="reset"] {
  background-color: #47b4e7;
  color: #fff;
  font-size: 1.4em;
  font-weight: 800;
  line-height: 1;
  padding: 1em;
  max-width: 300px;
  width: 100%;
  border-radius: 6px;
  border: 0;
  text-align: center;
  cursor: pointer;
}

/* 選択で表示・非表示 */
.kit,
.kit-hitsuyo,
.kit-choice,
.kit-denpyo,
.store,
.raiten-date,
.shuccho-date,
.shuccho-parking,
.other,
.komoku {
  display: none;
}

.kit.open,
.kit-hitsuyo.open,
.kit-choice.open,
.store.open,
.raiten-date.open,
.shuccho-date.open,
.shuccho-parking.open,
.other.open,
.komoku.open {
  display: table-row;
}

.kit-denpyo {
  display: none !important;
}

.kit-denpyo.open {
  display: block !important;
}

/* Gマップ */
#gmap.open {
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 60%;
}

#gmap.open iframe {
  height: 100%;
  left: 0;
  max-width: 640px;
  position: absolute;
  top: 0;
  width: 100%;
}

/* 個人情報保護方針 */
.policy-contents {
  width: auto;
  height: 300px;
  background-color: #efefef;
  border: 1px solid #333;
  overflow-y: scroll;
  padding: 10px;
  max-width: 90%;
  margin: auto;
}

@media(min-width:730px) {
  .policy-contents {
    max-width: none;
  }
}

.policy-contents h4 {
  font-size: 16px;
  font-weight: bold;
}

.policy-contents .policy-strong {
  font-weight: bold;
}

@media (max-width: 729px) {

  .wrapper,
  .content,
  .sidebar {
    float: none;
    margin: 0;
    width: auto;
  }

  .content {
    margin-bottom: 3em;
  }

  .content img {
    height: auto;
    max-width: 100%;
  }
}

@media (min-width: 730px) {
  .header .logo img {
    margin-left: 0;
    width: 206px;
  }

  .txt-c {
    text-align: center;
  }

  .pc-on {
    display: block;
  }

  .sp-on {
    display: none;
  }

  .col-1-2,
  .col-1-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .col-1-2>* {
    width: 50%;
  }

  .col-1-3>* {
    width: 33%;
  }

  .col-1-2>*:first-child,
  .col-1-2>*:nth-child(odd),
  .col-1-3>*:first-child,
  .col-1-3>*:nth-child(2n + 1) {
    margin-left: 0;
  }

  .col-1-3 br.sp-on {
    display: none;
  }

  .content h1 {
    font-size: 2em;
  }

  .att-box.telfax {
    font-size: 2em;
    text-align: center;
    width: 80%;
  }


  .att-box img {
    width: auto;
  }

  .att-box li.fax {
    margin-left: 0.5em;
  }

  .content h2 {
    font-size: 2em;
    border-bottom: 2px dotted #a0a0a0;
  }


  form>table th,
  form>table td,
  form>table th:first-child,
  form>table td:first-child,
  form>table td:last-child {
    border: 1px solid #ccc;
    display: table-cell;
    padding: 10px 15px;
  }

  form>table th {
    background-color: #efefef;
    width: 24%;
  }

  #main table th br {
    display: none;
  }

  .yoko li {
    margin-bottom: 15px;
  }


  /* メールでのお問合わせ・電話番号 */
  .customer p {
    font-size: 1.4em;
    text-align: center;
  }

  .customer ul li {
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    margin-right: 2em;
  }

  .customer ul li:first-child i {
    font-size: 1.8em;
  }

  .customer ul li:nth-child(2) {
    font-size: 2em;
  }

}

/* Eo min730 */

@media (max-width: 1000px) {
  .content form>table tr td .long {
    width: 100%;
  }
}

/* Eo max1000 */

.form-control {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif !important;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #767676;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .2rem;
  transition: border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;

  @media(min-width:730px) {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control[type=file] {
  overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1
}

.form-control::-webkit-file-upload-button {
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  font-size: 17px !important;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;

  transition: color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;

  @media(min-width:730px) {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none
  }

  .form-control::file-selector-button {
    transition: none
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext:focus {
  outline: 0
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px)
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: .375rem
}

.form-control-color::-webkit-color-swatch {
  border-radius: .375rem
}

@media (min-width: 730px) {

  #tel,
  #zip {
    width: 50%;
  }
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #767676;
  border-radius: .2rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .form-select {
    transition: none
  }
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none
}

.form-select:disabled {
  background-color: #e9ecef
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  font-size: 16px;
  line-height: 2rem;
}

.form-check-input[type=checkbox] {
  border-radius: .25em
}

.form-check-input[type=radio] {
  border-radius: 50% !important;
  padding: 0 !important;
  margin-left: -1.5em !important;
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  cursor: default;
  opacity: .5
}

.form-switch {
  padding-left: 2.5em
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
    transition: none
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
  pointer-events: none;
  filter: none;
  opacity: .65
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.form-range:focus {
  outline: 0
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
  border: 0
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe
}

.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.form-range:disabled {
  pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

.form-floating {
  position: relative
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-floating>label {
    transition: none
  }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
  padding: 1rem .75rem
}

.form-floating>.form-control-plaintext::-moz-placeholder,
.form-floating>.form-control::-moz-placeholder {
  color: transparent
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
  color: transparent
}

.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control-plaintext:-webkit-autofill,
.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label {
  border-width: 1px 0
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
  z-index: 5
}

.input-group .btn {
  position: relative;
  z-index: 2
}

.input-group .btn:focus {
  z-index: 5
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .375rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .5rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .25rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

input[type="tel"],
#postal_code {
  max-width: 400px !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
input[type="tel"] {
  border: 1px solid #767676 !important;
  border-radius: 0.2rem;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select {
  min-height: 40px;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, .9);
  border-radius: .375rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3rem + calc(1.5em + .75rem))
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #198754
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: .5em
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid {
  z-index: 3
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .375rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3rem + calc(1.5em + .75rem))
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: .5em
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid {
  z-index: 4
}

.post input[type="file"] {
  border: 1px solid #767676 !important;
}

.input_file-content {
  flex: 0 0 auto;
  margin-bottom: 1rem;
}

@media (min-width: 993px) {
  .input_file-content {
    width: 50%;
  }
}

.input_file {
  position: relative;
  margin-bottom: 1rem;
}

@media (min-width: 993px) {
  .input_file {
    flex: 0 0 auto;
    width: 50%;
  }

  .input_file:nth-child(2n+1) {
    padding-right: 0.5rem;
  }

  .input_file:nth-child(2n) {
    padding-left: 0.5rem;
  }
}

/* 画像添付削除ボタン */
#clear1,
#clear2,
#clear3,
#clear4,
#clear5 {
  display: block;
  display: none;
  position: relative;
  top: 0;
  margin-bottom: -47.59px;
  margin-left: auto;
  text-align: right;
  width: 30px;
  z-index: 10;
}

#clear1 button,
#clear2 button,
#clear3 button,
#clear4 button,
#clear5 button {
  line-height: 1.6;
  background: transparent;
  border: 0;
  font-size: 32px;
  color: #888;
  cursor: pointer;
  position: relative;
  top: -36px;
  padding: 0;
}

img.kit-nakami {
  width: 100%;
  margin-top: 20px;
  max-width: 500px !important;
}

ul.kit-nakami_li {
  margin-top: 1rem;
}

ul.kit-nakami_li li {
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: none;
}

ul.kit-nakami_li li:before {
  content: "・";
}

.okurijou_content {
  padding: 1.5rem 5px;
  flex: 0 0 auto;
  width: 50%;
  text-align: left;
  font-size: 14px;
}

@media (min-width: 730px) {
  .okurijou_content {
    font-size: 15px;
  }
}

.okurijou_content select {
  margin: auto;
  font-size: 14px;
}

@media (min-width: 730px) {
  .okurijou_content select {
    margin: 0 auto 0 0;
    font-size: 16px;
  }
}

.error-container {
  position: relative;
}
#errormsg_naiyo,
#errormsg_store-name {
  position: absolute;
  top: 34px;
  left: 0;
  min-width: 300px;
}
@media (max-width: 528px) {
  #errormsg_naiyo {
    top: 60px;
  }
}