@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.lower {
  padding-top: 0 !important; }
  .lower .mainImg {
    margin-bottom: 75px;
    background: url("/inc/image/contact/pic_main_contact.jpg") no-repeat;
    background-position: center;
    background-size: cover; }
  .lower .contact_info {
    margin: 0; }
    .lower .contact_info .gridwrap {
      width: 75%; }
      @media screen and (max-width: 1280px) {
        .lower .contact_info .gridwrap {
          width: 80%; } }
      @media screen and (max-width: 1024px) {
        .lower .contact_info .gridwrap {
          width: 90%; } }
      @media screen and (max-width: 768px) {
        .lower .contact_info .gridwrap {
          width: 100%; } }

#formTable .form_error select {
  background: #f7dada;
  padding: 4px 10px;
  color: #d53030; }

#formTable select {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px 10px;
  background: #fff; }
  #formTable select.has_error {
    border: 1px solid #d53030; }

#formTable label.form-check-label.form-check-inline {
  display: inline-block;
  padding: 6px; }
  #formTable label.form-check-label.form-check-inline input {
    width: unset !important;
    display: inline !important; }

.form-container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.step ul {
  width: 100%; }

.pfwform > section {
  padding: 0; }

#formTable label.form-check-label.form-check-inline {
  display: inline-block;
  padding: 6px; }
  #formTable label.form-check-label.form-check-inline input {
    width: unset !important;
    display: inline !important; }

@media screen and (max-width: 1024px) {
  #formTable .tip {
    height: 44px; } }

/*# sourceMappingURL=../../_map/page/form/form.css.map */
