/* line 5, sass/partial/_form.scss */
.required {
  display: inline-block;
  background: #e80000;
  line-height: 1;
  padding: 5px 6px 0;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

/* line 16, sass/partial/_form.scss */
.basic-table {
  width: 100%;
  padding: 40px 0 0;
}

/* line 21, sass/partial/_form.scss */
.basic-table tr {
  border-top: 1px solid #e6e6e6;
}

/* line 25, sass/partial/_form.scss */
.basic-table tr:first-child {
  border-top: 0;
}

/* line 29, sass/partial/_form.scss */
.basic-table th,
.basic-table td {
  padding: 20px 0;
}

/* line 34, sass/partial/_form.scss */
.basic-table th {
  width: 250px;
  min-width: 250px;
  font-weight: 700;
  margin-right: 40px;
  vertical-align: middle;
}

/* line 42, sass/partial/_form.scss */
.basic-table .d-flex {
  display: flex;
  justify-content: space-between;
}

/* line 47, sass/partial/_form.scss */
.basic-table td {
  width: calc(100% - 250px);
  padding-left: 40px;
}

/* line 52, sass/partial/_form.scss */
.basic-table .row {
  margin-top: 10px;
}

/* line 56, sass/partial/_form.scss */
.basic-table .bl_address_row {
  display: flex;
  align-items: center;
}

/* line 60, sass/partial/_form.scss */
.basic-table .bl_address_row .two {
  font-weight: 700;
}

/* line 64, sass/partial/_form.scss */
.basic-table .bl_address_row .three {
  width: 120px;
  min-width: 120px;
  margin: 0 1em;
}

/* line 70, sass/partial/_form.scss */
.basic-table .bl_address_row .four {
  width: 100%;
}

/* line 77, sass/partial/_form.scss */
.basic-table .wpcf7-not-valid-tip {
  color: #FF0000;
}

/* line 81, sass/partial/_form.scss */
.basic-table .wpcf7-form-control-wrap {
  width: 100%;
}

/* line 85, sass/partial/_form.scss */
.basic-table .wpcf7-list-item-label {
  display: inline-block;
  margin-left: 5px;
}

/* line 90, sass/partial/_form.scss */
.basic-table .wpcf7-list-item {
  margin-left: 0;
}

/* line 93, sass/partial/_form.scss */
.basic-table .wpcf7-list-item > label {
  display: block;
  width: 100%;
}

/* line 97, sass/partial/_form.scss */
.basic-table .wpcf7-list-item > label span {
  color: #000;
}

/* line 104, sass/partial/_form.scss */
.basic-table input[type=text],
.basic-table input[type=tel],
.basic-table input[type=email],
.basic-table input[type=password],
.basic-table textarea {
  width: 100%;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  padding: 5px 10px;
  color: #000;
}

/* line 116, sass/partial/_form.scss */
.basic-table textarea {
  height: 150px;
  padding: 15px;
}

/* line 121, sass/partial/_form.scss */
.basic-table select {
  border: 1px solid #ddd;
  width: 100%;
  background-color: white;
  padding: 10px;
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
}

/* line 135, sass/partial/_form.scss */
.basic-table input[type=text]:focus,
.basic-table input[type=tel]:focus,
.basic-table input[type=email]:focus,
.basic-table input[type=password]:focus,
.basic-table textarea:focus,
.basic-table select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 143, sass/partial/_form.scss */
.basic-table input[disabled=disabled],
.basic-table textarea[disabled=disable] {
  background-color: #eaeaea;
  border: #d1d1d1 1px solid;
}

/* line 149, sass/partial/_form.scss */
.basic-table input[name=keisan] {
  width: 100px;
  display: inline-block;
}

/* line 157, sass/partial/_form.scss */
.radio-list > li {
  display: inline-block;
  margin-right: 1em;
}

/* line 160, sass/partial/_form.scss */
.radio-list > li label {
  vertical-align: middle;
}

/* line 165, sass/partial/_form.scss */
.radio-list > li:last-child {
  margin-right: 0;
}

/* line 170, sass/partial/_form.scss */
.form-error {
  color: #f00;
  padding: 5px 0 0;
}

/* line 175, sass/partial/_form.scss */
.error-field {
  border: #FF0000 1px solid !important;
  background-color: #fce4e4 !important;
}

/* line 180, sass/partial/_form.scss */
#error-message-count {
  border: #d00000 2px solid;
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
  color: #d00000;
}

/* line 188, sass/partial/_form.scss */
#error-message-count span {
  font-size: 24px;
}

/* line 194, sass/partial/_form.scss */
#frame-container h3 {
  margin-top: 0;
}

@media (max-width: 800px) {
  /* line 202, sass/partial/_form.scss */
  .basic-table th, .basic-table td {
    width: 100%;
    display: block;
  }
  /* line 207, sass/partial/_form.scss */
  .basic-table th {
    margin-right: 0;
    padding: 10px 0;
  }
  /* line 212, sass/partial/_form.scss */
  .basic-table td {
    padding: 0 0 20px 0;
  }
  /* line 216, sass/partial/_form.scss */
  .basic-table .d-flex {
    display: block;
  }
  /* line 219, sass/partial/_form.scss */
  .basic-table .d-flex span {
    display: inline-block;
  }
  /* line 222, sass/partial/_form.scss */
  .basic-table .d-flex .required {
    line-height: 1.8;
    padding: 0 6px 1px;
    margin-left: 10px;
  }
  /* line 229, sass/partial/_form.scss */
  .basic-table input[name=tel],
  .basic-table input[name=email] {
    max-width: 350px;
  }
}

/* line 8, sass/page-request.scss */
.page_ttl h2 {
  font-size: 1.6em;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
}

/* line 16, sass/page-request.scss */
.bl_page_inner h3:first-child {
  margin-top: 0;
}

/* line 23, sass/page-request.scss */
.entry-form {
  margin-top: 50px;
}

/* line 31, sass/page-request.scss */
.store-main {
  padding: 40px 60px 80px;
  position: relative;
  overflow: hidden;
}

/* line 37, sass/page-request.scss */
.store-main .wrapper {
  max-width: 1090px;
  z-index: 2;
}

/* line 41, sass/page-request.scss */
.store-main .wrapper.contact {
  padding-top: 60px;
}

/* line 47, sass/page-request.scss */
.store-main .flex {
  display: flex;
  justify-content: space-around;
}

/* line 52, sass/page-request.scss */
.store-main .tel {
  padding: 20px 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 55%;
  margin-right: 10px;
}

/* line 62, sass/page-request.scss */
.store-main .tel .left {
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  width: auto;
}

/* line 69, sass/page-request.scss */
.store-main .tel .center {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  color: #333;
  transition: 0.3s;
  padding: 0 0 10px;
}

/* line 80, sass/page-request.scss */
.store-main .tel .center:hover {
  transition: 0.3s;
  transform: scale(0.94);
}

/* line 85, sass/page-request.scss */
.store-main .tel .center .icon {
  width: 0.8em;
  height: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.3em;
}

/* line 93, sass/page-request.scss */
.store-main .tel .center .icon svg {
  width: 0.8em;
  height: 0.8em;
  color: #0095d8;
}

/* line 101, sass/page-request.scss */
.store-main .tel .right {
  max-width: 370px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  padding: 0 15px 0;
}

/* line 110, sass/page-request.scss */
.store-main .tel:nth-child(2) {
  width: 45%;
  margin: 0 10px;
  margin-right: 0;
}

/* line 116, sass/page-request.scss */
.store-main .form-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 1em 0;
  margin-bottom: 1em;
}

/* line 123, sass/page-request.scss */
.store-main .form-ttl .icon {
  width: 60px;
  color: #0095d8;
  margin: 0 auto;
  height: 50px;
}

/* line 129, sass/page-request.scss */
.store-main .form-ttl .icon svg {
  width: 60px;
  height: 50px;
}

/* line 137, sass/page-request.scss */
.store-main .form-list dl {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
}

/* line 143, sass/page-request.scss */
.store-main .form-list dl:first-child {
  border-top: none;
}

/* line 147, sass/page-request.scss */
.store-main .form-list dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 265px;
  min-width: 265px;
  font-weight: 700;
  margin-right: 40px;
}

/* line 156, sass/page-request.scss */
.store-main .form-list dl dt .must {
  background: #e80000;
  line-height: 1;
  padding: 6px 6px 6px;
  color: #fff;
  font-size: 14px;
}

/* line 166, sass/page-request.scss */
.store-main .form-list dl dd {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 171, sass/page-request.scss */
.store-main .form-list dl dd .one {
  width: 100%;
}

/* line 174, sass/page-request.scss */
.store-main .form-list dl dd .one.short input {
  width: 100%;
  max-width: 350px;
}

/* line 180, sass/page-request.scss */
.store-main .form-list dl dd .two {
  font-weight: 700;
}

/* line 184, sass/page-request.scss */
.store-main .form-list dl dd .three {
  width: 120px;
  min-width: 120px;
  margin: 0 1em;
}

/* line 190, sass/page-request.scss */
.store-main .form-list dl dd .four {
  width: 100%;
}

/* line 194, sass/page-request.scss */
.store-main .form-list dl dd input,
.store-main .form-list dl dd textarea {
  width: 100%;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  padding: 5px 10px;
}

/* line 207, sass/page-request.scss */
.store-main form label {
  margin-right: 10px;
}

/* line 212, sass/page-request.scss */
.store-main .infor {
  background: #fff;
  border: 1px solid #cdcdcd;
  padding: 40px;
  font-size: 14px;
  max-height: 300px;
  overflow-y: scroll;
}

/* line 220, sass/page-request.scss */
.store-main .infor h6 {
  text-align: center;
  font-size: 1.2em;
}

/* line 225, sass/page-request.scss */
.store-main .infor ul > li {
  margin-top: 1.5em;
}

/* line 228, sass/page-request.scss */
.store-main .infor ul > li .ttl {
  font-weight: 700;
}

/* line 232, sass/page-request.scss */
.store-main .infor ul > li p {
  text-indent: 2em;
}

/* line 236, sass/page-request.scss */
.store-main .infor ul > li .margin {
  margin-top: 0.5em;
}

/* line 240, sass/page-request.scss */
.store-main .infor ul > li p.margin {
  margin-top: 1em;
}

/* line 244, sass/page-request.scss */
.store-main .infor ul > li ul {
  margin-top: 0.5em;
}

/* line 248, sass/page-request.scss */
.store-main .infor ul > li ul li {
  margin-top: 0em;
  padding-left: 2em;
}

/* line 255, sass/page-request.scss */
.store-main .infor .number {
  margin-top: 2em;
  margin-bottom: 1.5em;
}

/* line 262, sass/page-request.scss */
.store-main .conform-info {
  text-align: center;
  padding: 20px 0 40px;
  font-size: 14px;
}

/* line 267, sass/page-request.scss */
.store-main .conform-info input {
  background: #fff;
  margin-right: 0.5em;
}

/* line 272, sass/page-request.scss */
.store-main .conform-info p {
  font-size: 12px;
}

/* line 277, sass/page-request.scss */
.store-main .more-button {
  display: flex;
  justify-content: center;
  position: relative;
}

/* line 283, sass/page-request.scss */
.store-main .bg {
  width: 100%;
  position: absolute;
  bottom: -10%;
  z-index: 0;
  left: 20%;
}

/* line 295, sass/page-request.scss */
.more-button {
  border: 1px solid #000;
  width: 180px;
  display: inline-block;
  text-align: center;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  padding: 12px;
  line-height: 1;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/* line 313, sass/page-request.scss */
.more-button.input input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
  left: 0;
  top: 0;
}

/* line 327, sass/page-request.scss */
.more-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000;
  position: relative;
  width: 180px;
  text-align: center;
  transition: 0.3s;
  padding: 5px 20px;
  white-space: nowrap;
}

/* line 340, sass/page-request.scss */
.more-button a:hover {
  transition: 0.3s;
  background: transparent;
  color: #000;
  background-color: #efefef;
  border: 0;
}

/* line 348, sass/page-request.scss */
.more-button a .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  display: flex;
  align-items: center;
}

/* line 358, sass/page-request.scss */
.more-button a .icon svg {
  width: 1em;
  height: 1em;
}

/* line 366, sass/page-request.scss */
.more-button:hover {
  background-color: #e6e6e6;
  transition: 0.5;
}
