@charset "UTF-8";
body {
  color: var(--theme-font-color, #333);
}
#customform-wrapper * {
  box-sizing: border-box;
}
#customform-wrapper.font-gothic {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#customform-wrapper.font-meiryo {
  font-family: "メイリオ", Meiryo, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#customform-wrapper.font-arial {
  font-family: Arial, Helvetica, sans-serif;
}
#customform-wrapper.font-cosmic {
  font-family: "Comic Sans MS", cursive;
}
#customform-wrapper.font-monospace {
  font-family: "Courier New", Courier, monospace;
}
#customform-wrapper.font-georgia {
  font-family: Georgia, serif;
}
#customform-wrapper.font-lucida {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#customform-wrapper.font-tahoma {
  font-family: Tahoma, Geneva, sans-serif;
}
#customform-wrapper.font-times {
  font-family: "Times New Roman", Times, serif;
}
#customform-wrapper.font-trebuchet {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#customform-wrapper.font-verdana {
  font-family: Verdana, Geneva, sans-serif;
}
#customform-wrapper.font-mincho {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", sans-serif;
}
#customform-wrapper.font-cursive {
  font-family: Italianno, Zapf-Chancery, cursive;
}
#customform-wrapper.font-fantasy {
  font-family: Western, fantasy;
}
#customform-wrapper .input_error {
  width: 100%;
  min-width: 769px;
  max-width: 980px;
  margin: 0 auto;
  padding: 15px;
}
#customform-wrapper .input_error .input_error_title {
  margin-bottom: 10px;
  font-size: 12px;
}
#customform-wrapper .input_error ul li {
  color: #FF7F74;
  font-size: 11px;
}
#customform-wrapper form.widget-customform-form.is-preview {
  pointer-events: none !important;
}
#customform-wrapper #customform-contents {
  width: 100%;
  min-width: 769px;
  max-width: 980px;
  margin: 0 auto;
  padding: 15px;
}
#customform-wrapper #customform-contents input[type="text"], #customform-wrapper #customform-contents input[type="tel"], #customform-wrapper #customform-contents input[type="email"], #customform-wrapper #customform-contents textarea {
  font-family: Verdana, 'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  border-bottom: 1px solid #b6b6b6;
  outline: none;
  background: #F9F9F7;
  padding: 8px;
  width: 100%;
}
#customform-wrapper #customform-contents select {
  width: 100%;
  min-width: 50px;
  max-width: 300px;
  color: #333;
  background: #fff;
  border: none;
  border-bottom: 1px solid #B6B6B6;
  margin-bottom: 10px;
  height: 30px;
}
#customform-wrapper #customform-contents .customform-date {
  width: 200px;
  position: relative;
}
#customform-wrapper #customform-contents .customform-date .remove {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
#customform-wrapper #customform-contents .customform-time {
  width: 200px;
}
#customform-wrapper #customform-contents .customform-time .form-group {
  display: none;
}
#customform-wrapper #customform-contents .customform-time .customform-time-display {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#customform-wrapper #customform-contents .customform-time .customform-time-display select {
  width: 50px;
  height: 32px;
  margin-bottom: 0;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
}
#customform-wrapper #customform-contents .customform-datetime {
  display: flex;
}
#customform-wrapper #customform-contents .customform-datetime .customform-date {
  margin-right: 15px;
}
#customform-wrapper #customform-contents .error_msg.text-danger {
  font-size: 10px;
  color: #FF7F74;
  display: inline-block;
}
#customform-wrapper #customform-contents .customform-row {
  width: 100%;
  margin: 0 0 15px;
}
#customform-wrapper #customform-contents .customform-row > label {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px;
  margin: 0 0 10px;
  background-color: var(--theme-color, #F9F9F7);
  color: var(--theme-font-color2, #333);
  font-size: 14px;
}
#customform-wrapper #customform-contents .customform-row > label strong {
  color: #FFFFFF;
  background: #FF7F74;
  padding: 2px 4px;
  font-size: 10px;
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .col-sm-3 {
  display: none !important;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .col-sm-9 {
  width: 100%;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .other-wrapper {
  display: none;
  margin-top: 10px;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-row-selects {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-row-selects > .form-group {
  width: calc(100% / 3 - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-meter {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-meter .min-name {
  margin-right: 10px;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-meter .max-name {
  margin-left: 10px;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-meter .radio-fields {
  text-align: center;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-meter .radio-fields > div {
  display: inline-flex !important;
  flex-direction: column;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-meter .error_msg.text-danger {
  display: block;
  text-align: left;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .grid-table-wrapper {
  width: 100%;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .grid-table-wrapper table.grid-table {
  width: 100%;
  table-layout: fixed;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .grid-table-wrapper table.grid-table th, #customform-wrapper #customform-contents .customform-row > .customform-row-value .grid-table-wrapper table.grid-table td {
  text-align: center;
  border: 1px solid #eee;
  padding: 2px 5px;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .grid-table-wrapper table.grid-table tbody th {
  text-align: right;
  padding-right: 10px;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-names {
  display: flex;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-names > .form-group {
  width: calc(50% - 5px);
  max-width: 150px;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-names > .form-group:first-child {
  margin-right: 10px;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-tel > .form-group, #customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-email > .form-group {
  width: 100%;
  max-width: 400px;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-submit-btns {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-submit-btns a {
  color: var(--theme-font-color, #333) !important;
  font-size: 11px;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-submit-btns input[type="submit"] {
  appearance: none;
  display: flex;
  width: 300px;
  height: auto;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
  border: 0;
  color: var(--theme-font-color2, #333) !important;
  background-color: var(--theme-color, #F9F9F7);
  padding: 15px 10px;
  cursor: pointer;
  font-family: inherit;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-submit-btns.confirm-btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-submit-btns.confirm-btns a {
  appearance: none;
  display: flex;
  width: 200px;
  height: auto;
  align-items: center;
  justify-content: center;
  margin: 10px 5px 0;
  border: 0;
  color: var(--theme-font-color2, #333) !important;
  background-color: var(--theme-color, #F9F9F7);
  padding: 15px 10px;
  cursor: pointer;
  font-size: 14px;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-submit-btns.confirm-btns a#confirm-btn-back {
  width: 100px;
  background-color: transparent;
  border: 1px solid var(--theme-color, #F9F9F7);
  color: var(--theme-font-color, #333) !important;
}
#customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-confirm {
  padding: 0 15px;
  min-height: 30px;
}
#resend-form {
  display: none !important;
}
#customform-send-wrapper {
  width: 100%;
  min-width: 769px;
  max-width: 980px;
  margin: 0 auto;
  padding: 15px;
}
.ui-datepicker-title .ui-datepicker-year {
  width: 70px !important;
  height: 24px !important;
  line-height: 24px !important;
  margin-right: 5px !important;
  -webkit-appearance: none;
  appearance: none;
}
.ui-datepicker-title .ui-datepicker-month {
  height: 24px !important;
  line-height: 24px !important;
  margin-left: 10px !important;
  -webkit-appearance: none;
  appearance: none;
}
/**
 * PC only
 */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
/**
 * SP
 */
@media screen and (max-width: 768px) {
  body {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .pc {
    display: none !important;
  }
  #customform-wrapper .input_error {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0 auto;
    padding: 15px;
  }
  #customform-wrapper .input_error .input_error_title {
    margin-bottom: 10px;
    font-size: 12px;
  }
  #customform-wrapper .input_error ul li {
    color: #FF7F74;
    font-size: 11px;
  }
  #customform-wrapper #customform-contents {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0 auto;
    padding: 15px;
  }
  #customform-wrapper #customform-contents input[type="text"], #customform-wrapper #customform-contents input[type="tel"], #customform-wrapper #customform-contents input[type="email"], #customform-wrapper #customform-contents textarea {
    font-size: 16px;
  }
  #customform-wrapper #customform-contents select {
    -webkit-appearance: none;
    appearance: none;
    max-width: none;
    font-size: 16px;
  }
  #customform-wrapper #customform-contents .customform-time .customform-time-display select {
    height: 35px;
  }
  #customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-row-selects {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  #customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-row-selects > .form-group {
    width: 100%;
    margin: 0 0 10px;
  }
  #customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-meter {
    position: relative;
    padding-top: 20px;
  }
  #customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-meter .min-name {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 50%;
    font-size: 10px;
  }
  #customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-meter .max-name {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50%;
    font-size: 10px;
  }
  #customform-wrapper #customform-contents .customform-row > .customform-row-value .customform-submit-btns input[type="submit"] {
    max-width: calc(100% - 40px);
  }
  #customform-send-wrapper {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0 auto;
    padding: 15px;
  }
}
