@charset "UTF-8";
/* Scss Document */
@media screen and (max-width: 575px) {
  #inquiry {
    padding: 0 15px;
  }
}
#inquiry .page-title {
  text-align: center;
  margin: 50px 0;
  letter-spacing: 4px;
}
@media screen and (max-width: 575px) {
  #inquiry .page-title {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0 15px;
  }
}
#inquiry .bnr-wrap {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  #inquiry .bnr-wrap {
    margin-left: 0;
  }
}
#inquiry .bnr-wrap .bnr-item {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #inquiry .bnr-wrap .bnr-item {
    margin-left: 0;
  }
}
#inquiry .inquiry-title {
  margin: 60px 0 50px;
}
#inquiry .order-wrap {
  text-align: center;
  margin-left: -50px;
}
@media screen and (max-width: 767px) {
  #inquiry .order-wrap {
    margin-left: -25px;
  }
}
#inquiry .order-wrap .order-item {
  background-color: #44af35;
  padding: 20px 0;
  border-radius: 3px;
  color: #fff;
  margin-left: 50px;
  font-size: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #inquiry .order-wrap .order-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#inquiry .order-wrap .order-item::after {
  content: '\▶︎';
  display: block;
  color: #44af35;
  font-family: "font Awesome 5 free";
  font-weight: bold;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #inquiry .order-wrap .order-item::after {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  #inquiry .order-wrap .order-item {
    margin-left: 25px;
    font-size: 1rem;
  }
}
#inquiry .order-wrap .no-tryangle::after {
  display: none;
}
#inquiry .order-wrap .no-complete {
  color: rgba(51, 51, 51, 0.3);
  background-color: rgba(68, 175, 53, 0.1);
}
#inquiry .input-field-wrap {
  padding: 45px 0;
  border-bottom: dashed 0.8px #A0A0A0;
}
@media screen and (max-width: 991px) {
  #inquiry .input-field-wrap {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #inquiry .input-field-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1rem;
  }
}
#inquiry .input-field-wrap label {
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  #inquiry .input-field-wrap label {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #inquiry .input-field-wrap label {
    padding-bottom: 20px;
    font-size: 1rem;
  }
}
#inquiry .input-field-wrap .input-radio {
  font-size: 1.25rem;
}
@media screen and (max-width: 991px) {
  #inquiry .input-field-wrap .input-radio {
    font-size: 1rem;
    padding-bottom: 5px;
  }
}
#inquiry .input-field-wrap .mandatory {
  display: inline-block;
  padding: 5px 15px;
  background-color: #e38092;
  color: #fff;
  margin-left: 30px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  #inquiry .input-field-wrap .mandatory {
    margin-left: 15px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  #inquiry .input-field-wrap .mandatory {
    font-size: 0.875rem;
  }
}
#inquiry .input-field-wrap .pulldown {
  position: relative;
}
#inquiry .input-field-wrap .pulldown select {
  height: 45px;
  width: 60%;
  padding-left: 15px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #inquiry .input-field-wrap .pulldown select {
    height: 40px;
    width: 100%;
    color: #333;
  }
}
#inquiry .input-field-wrap .pulldown::after {
  position: absolute;
  content: '\▼';
  right: 280px;
  transform: translateY(40%);
}
@media screen and (max-width: 1199px) {
  #inquiry .input-field-wrap .pulldown::after {
    right: 238px;
  }
}
@media screen and (max-width: 991px) {
  #inquiry .input-field-wrap .pulldown::after {
    right: 178px;
  }
}
@media screen and (max-width: 767px) {
  #inquiry .input-field-wrap .pulldown::after {
    transform: translateY(35%);
    right: 15px;
  }
}
#inquiry .input-field-wrap .input-field {
  height: 45px;
  width: 85%;
}
@media screen and (max-width: 767px) {
  #inquiry .input-field-wrap .input-field {
    height: 40px;
    width: 100%;
  }
}
#inquiry .input-field-wrap .post-area {
  width: 40%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #inquiry .input-field-wrap .post-area {
    margin-bottom: 15px;
  }
}
#inquiry .input-field-wrap .caution {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 33px;
}
@media screen and (max-width: 767px) {
  #inquiry .input-field-wrap .caution {
    line-height: 26px;
    margin-top: 15px;
    font-size: 0.875rem;
  }
}
#inquiry .privacy .privacy-text {
  border: solid 0.5px #A0A0A0;
  padding: 20px;
  overflow: auto;
  height: 140px;
  margin: 40px 0 30px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 26px;
}
@media screen and (max-width: 575px) {
  #inquiry .privacy .privacy-text {
    padding: 0;
    margin: 30px 0 15px;
  }
}
#inquiry .privacy p {
  text-align: center;
  font-size: 1.25rem;
  line-height: 33px;
}
@media screen and (max-width: 991px) {
  #inquiry .privacy p {
    text-align: left;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #inquiry .privacy p {
    font-size: 1rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  #inquiry .privacy p {
    font-size: 0.875rem;
  }
}
#inquiry .privacy .mod_btn-r-tryangle {
  margin-top: 40px;
  margin-bottom: 0;
  color: #fff;
  background-color: #44af35;
  border-color: #44af35;
}
@media screen and (max-width: 767px) {
  #inquiry .privacy .mod_btn-r-tryangle {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  #inquiry .privacy .mod_btn-r-tryangle {
    font-size: 0.875rem;
  }
}

.mod_contact-area {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .mod_contact-area {
    margin-top: 60px;
  }
}

/*お問い合わせ追加スタイル*/
textarea {
  height: 200px;
  width: 85%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 120px;
    width: 100%;
    padding: 0;
  }
}

/*//お問い合わせ追加スタイル*/
.bnr-item .mod_btn-r-tryangle {
  padding: 20px 25px;
}
.bnr-item .mod_btn-r-tryangle::after {
  display: none;
}
@media screen and (max-width: 1199px) {
  .bnr-item .mod_btn-r-tryangle {
    margin: 5px;
    width: calc(100% - 5px);
    padding: 13px 10px;
  }
}
.bnr-item .mod_btn-r-tryangle.current-tab {
  background-color: #44af35;
  color: #FFF;
  pointer-events: none;
  position: relative;
  border: none;
  padding: 20px 25px;
}
@media screen and (max-width: 1199px) {
  .bnr-item .mod_btn-r-tryangle.current-tab {
    padding: 13px 10px;
  }
}
.bnr-item .mod_btn-r-tryangle.current-tab:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-color: #44af35;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
  top: auto;
  right: auto;
  transform: rotate(45deg);
  z-index: -5;
}

.download-title {
  border-left: solid 5px #44af35;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .download-title {
    font-size: 1.25rem;
  }
}

.result-text {
  font-size: 1.625rem;
  text-align: center;
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .result-text {
    font-size: 1.5rem;
  }
}
