@charset "UTF-8";
.o-FormPage .container-fluid {
  max-width: 1110px;
}
.o-FormPage .l-main {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .o-FormPage .l-main {
    padding-top: 140px;
  }
}
.o-FormPage .l-main--passwordChange {
  max-width: 600px;
  margin: auto;
}

.o-textarea {
  width: 100%;
  max-height: 125px;
  min-height: 75px;
  padding: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .o-textarea {
    font-size: 16px;
  }
}
.o-textarea::-webkit-scrollbar {
  width: 6px;
}
.o-textarea::-webkit-scrollbar-track {
  border-radius: 30px;
  background: #eee;
}
.o-textarea::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #00BCD4), to(#036eb8));
  background: linear-gradient(to bottom, #00BCD4 30%, #036eb8);
}

.p-formName {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-formName span {
    display: block;
  }
}
.p-formName span.project {
  padding-right: 0.8rem;
}
.p-ErrorMessage {
  font-weight: bold;
  font-size: 1rem;
  color: #036eb8;
  width: 100%;
  border: 2px solid;
  max-width: 530px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-ErrorMessage {
    padding: 1.6rem 0.8rem;
    text-align: center;
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ErrorMessage {
    display: block;
    font-size: 0.8rem;
    padding: 0.4rem;
    margin-bottom: 2.4rem;
  }
}

.gpformexplanation {
  width: 100%;
  max-width: 530px;
  margin: auto;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .gpformexplanation {
    text-align: center;
  }
}

.p-privacyPolicy {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-privacyPolicy {
    text-align: center;
  }
}

.o-list {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .o-list tr {
    padding-bottom: 1.6rem;
    display: block;
  }
}
.o-list th, .o-list td {
  border: 1px solid #ccc;
}
@media screen and (max-width: 767.98px) {
  .o-list th, .o-list td {
    border: none;
    display: block;
  }
}
.o-list th {
  background-color: #eee;
  font-weight: bold;
  text-align: right;
  line-height: 1.6;
  padding: 0.8rem;
  white-space: nowrap;
}
.o-list th span {
  font-size: 0.75rem;
}
@media screen and (max-width: 767.98px) {
  .o-list th {
    padding: 0.4rem;
    text-align: left;
    margin-bottom: 0.8rem;
  }
}
.o-list td {
  padding: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .o-list td {
    padding: 0.4rem;
  }
}

.o-list--confirm {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .o-list--confirm {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .o-list--confirm th {
    width: 30%;
  }
}
@media screen and (max-width: 767.98px) {
  .o-list--confirm th {
    margin-bottom: 0;
    white-space: initial;
  }
}
@media screen and (max-width: 767.98px) {
  .o-list--confirm tr {
    padding-bottom: 0;
  }
}

.o-stepBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .o-stepBar {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
}

.o-stepBar_item {
  position: relative;
  display: inline-block;
  width: 33.33%;
  text-align: center;
}
.o-stepBar_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: -1;
}
.o-stepBar_item:last-of-type::before {
  display: none;
}
.o-stepBar_item .number {
  display: block;
  background-color: #ccc;
  color: #fff;
  width: 96px;
  height: 24px;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.2rem;
  border-radius: 6px;
}
@media screen and (max-width: 767.98px) {
  .o-stepBar_item .number {
    width: 60px;
  }
}
.o-stepBar_item .desc {
  color: #ccc;
  font-size: 0.7rem;
}
.o-stepBar_item--visited .number {
  background-color: #484848;
  -webkit-box-shadow: 5px 5px 4px 0px #ccc;
          box-shadow: 5px 5px 4px 0px #ccc;
}
.o-stepBar_item--visited .desc {
  color: #484848;
  font-weight: bold;
}

.p-entry {
  margin-bottom: 4.8em;
}

.p-entry__stepBar {
  margin-bottom: 1.6rem;
}

.p-entry__heading {
  border-bottom: 1px solid #484848;
  font-weight: bold;
  line-height: 2.4;
  display: inline-block;
  padding-right: 0.8rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-entry__heading {
    display: block;
  }
}
.p-entry__heading span {
  font-size: 1rem;
  display: inline-block;
  padding: 0 0.8rem;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  background: #484848;
  margin-right: 0.8rem;
}

.p-thanks {
  margin-bottom: 2.4rem;
}

.p-thanks__stepBar {
  margin-bottom: 2.4rem;
}

.p-thanks__message {
  margin-bottom: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-thanks__message {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}

.p-thanks__caution {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-thanks__caution {
    max-width: 590px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
  }
}
.p-thanks__caution .spam span {
  color: red;
  font-weight: bold;
}
/*------------------------
全プロジェクト対象個別セミナー
------------------------*/
.p-ConsultationBlock {
  margin-bottom: 4rem;
}

.p-ConsultationBlock__desc {
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.p-ConsultationBlock__Consultation .p-Consultation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .p-ConsultationBlock__Consultation .p-Consultation {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-ConsultationBlock__Consultation .p-Consultation__item {
  width: 48.5%;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-ConsultationBlock__Consultation .p-Consultation__item {
    width: 32.3%;
  }
}
@media screen and (min-width: 992px) {
  .p-ConsultationBlock__Consultation .p-Consultation__item {
    width: 24%;
    margin-right: 1.3%;
  }
  .p-ConsultationBlock__Consultation .p-Consultation__item:nth-of-type(4n) {
    margin-right: initial;
  }
}
.p-ConsultationBlock__Consultation .p-Consultation__item a {
  display: block;
  line-height: 3;
  border-radius: 6px;
  border: 1px solid #ccc;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #484848;
}
.p-ConsultationBlock__Consultation .p-Consultation__item a:hover {
  background-color: #484848;
  border: 1px solid #484848;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

/*------------------------
フォームの各項目のブロック
------------------------*/
.p-name input {
  margin-right: 0.4rem;
  min-width: 200px;
}
@media screen and (max-width: 767.98px) {
  .p-name span {
    display: block;
  }
}

.p-phone input {
  margin-right: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-phone span {
    display: block;
  }
}

.p-mail input {
  margin-right: 0.8rem;
  width: 400px;
}
@media screen and (max-width: 767.98px) {
  .p-mail input {
    width: 100%;
  }
}
.p-mail span {
  display: block;
}

.p-address__item:first-of-type {
  margin-bottom: 0.8rem;
}
.p-address__item .display {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  font-weight: bold;
}
.p-address__item .postalCode {
  width: 100px;
  display: block;
}
.p-address__item .address {
  width: 500px;
}
@media screen and (max-width: 767.98px) {
  .p-address__item .address {
    width: 100%;
  }
}

.p-scheduleBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-scheduleBlock__item {
  padding: 0.4rem;
  min-width: 160px;
  width: 20%;
}
@media screen and (max-width: 575.98px) {
  .p-scheduleBlock__item {
    width: 50%;
    margin-bottom: 1.6rem;
  }
  .p-scheduleBlock__item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 576px) {
  .p-scheduleBlock__item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .p-scheduleBlock__item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  .p-scheduleBlock__item {
    width: 25%;
  }
}

.p-date__day {
  font-weight: bold;
  margin-bottom: 0.4rem;
  border-left: 2px solid rgb(68, 168, 224);
  padding-left: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-date__day {
    margin-bottom: 0.8rem;
  }
}

.p-date__time {
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-date__time {
    margin-bottom: 0.8rem;
  }
}
.p-date__time .check {
  position: relative;
  left: 0.7rem;
  vertical-align: middle;
}
.p-date__time .display {
  padding-left: 0.8rem;
  vertical-align: middle;
}
.p-date__time .remind {
  color: red;
  font-size: 0.8rem;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  .p-date__time .remind {
    font-size: 0.7rem;
  }
}

.p-people__check {
  vertical-align: middle;
}

.p-people__display {
  padding: 0 0.8rem 0 0.2rem;
  vertical-align: middle;
}

.p-sizeOfLand__item {
  display: inline-block;
  padding-right: 0.8rem;
}
@media screen and (max-width: 991.98px) {
  .p-sizeOfLand__item {
    margin-bottom: 0.8rem;
  }
}

.p-sizeOfLand__check {
  vertical-align: middle;
}

.p-sizeOfLand__display {
  padding: 0 0.8rem 0 0.1rem;
  vertical-align: middle;
}

.p-floorPlan__item {
  display: inline-block;
  padding-right: 0.8rem;
}
@media screen and (max-width: 991.98px) {
  .p-floorPlan__item {
    margin-bottom: 0.8rem;
  }
}

.p-floorPlan__checkArea .check {
  vertical-align: middle;
}
.p-floorPlan__checkArea .display {
  padding: 0 0.8rem 0 0.2rem;
  vertical-align: middle;
}

.p-seminarGuide .check {
  vertical-align: middle;
}
.p-seminarGuide .display {
  padding: 0 1.2rem 0 0.2rem;
  vertical-align: middle;
}

.p-remote .check {
  vertical-align: middle;
}
.p-remote .display {
  padding: 0 1.2rem 0 0.2rem;
  vertical-align: middle;
}

.p-considerationUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-considerationUnit__item {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-considerationUnit__item {
    margin-bottom: 0.8rem;
  }
}
.p-considerationUnit__item .check {
  vertical-align: middle;
}
.p-considerationUnit__item .display {
  padding: 0 1.2rem 0 0;
  vertical-align: middle;
}

.p-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-project__item {
  margin-bottom: 0.8rem;
}
.p-project__item .check {
  vertical-align: middle;
}
.p-project__item .display {
  padding: 0 1.2rem 0 0;
  vertical-align: middle;
}

.p-menseki {
  width: 500px;
}
@media screen and (max-width: 767.98px) {
  .p-menseki {
    width: 100%;
  }
}

.p-yosan {
  width: 500px;
}
@media screen and (max-width: 767.98px) {
  .p-yosan {
    width: 100%;
  }
}

.p-moyoristation {
  width: 500px;
}
@media screen and (max-width: 767.98px) {
  .p-moyoristation {
    width: 100%;
  }
}

.p-station {
  width: 500px;
}
@media screen and (max-width: 767.98px) {
  .p-station {
    width: 100%;
  }
}

.p-parking .check {
  vertical-align: middle;
}
.p-parking .display {
  padding: 0 1.2rem 0 0.2rem;
  vertical-align: middle;
}

.o-radio__item {
  display: inline-block;
  padding-right: 0.8rem;
}
@media screen and (max-width: 991.98px) {
  .o-radio__item {
    margin-bottom: 0.8rem;
  }
}

.o-radio__check {
  vertical-align: middle;
}

.o-radio__display {
  padding: 0 0 0 0.2rem;
  vertical-align: middle;
}

.o-select__item {
  display: block;
  margin-bottom: 1.6rem;
}

.o-select__heading {
  font-weight: bold;
  margin-bottom: 0.4rem;
}

/*------------------------
ボタン
------------------------*/
.p-btnBlock {
  padding-bottom: 0.8rem;
  text-align: center;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.p-btnBlock--confirm {
  padding-top: 0;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-btnBlock--confirm {
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-btnBlock--confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3.2rem;
  }
}
.p-btnBlock--confirm .c-btn {
  margin: 0 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-btnBlock--confirm .c-btn {
    margin: 0.4rem;
    min-width: 300px;
  }
}

.p-btnBlock--wait {
  display: none;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .p-wait {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  .p-wait {
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-wait__icon {
    width: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-wait__icon {
    width: 50px;
    margin: 0 auto 0.8rem;
  }
}

@media screen and (max-width: 767.98px) {
  .o-unit__notice {
    margin-bottom: 0.8rem;
  }
}

.o-unit__item {
  display: inline-block;
  padding-right: 0.8rem;
}
.o-unit__item:last-of-type {
  padding-right: 0;
}
.o-unit__item .check {
  vertical-align: middle;
}
.o-unit__item .display {
  vertical-align: middle;
  padding-left: 0.2rem;
}

/*------------------------
// お問い合わせページ__ご確認ください。
------------------------*/
.p-contactInfo__item {
  margin-bottom: 1.6rem;
}
.p-contactInfo__item .heading {
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .p-contactInfo__item .desc {
    padding-left: 1rem;
  }
}
.p-contactInfo__item .desc ul {
  padding-left: 1rem;
}
.p-contactInfo__item .desc ul li {
  list-style: initial;
}

/*------------------------
印刷時のスタイル
------------------------*/
@media print {
  .p-btnBlock,
  .print,
  .o-stepBar,
  .acountID__link,
  header,
  footer {
    display: none;
  }
  body {
    font-size: 30px !important;
  }
}
/*------------------------
その他共通
------------------------*/
input[type=text] {
  padding-left: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  input[type=text] {
    font-size: 16px;
  }
}

.required {
  display: inline-block;
  padding: 0.1rem 0.8rem;
  color: #fff;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(30%, #00BCD4), to(#036eb8));
  background: linear-gradient(to bottom right, #00BCD4 30%, #036eb8);
  border-radius: 10px;
  margin-left: 0.8rem;
  font-size: 0.6rem;
  font-weight: normal;
}

@media screen and (max-width: 575.98px) {
  .textWrap-sm-normal {
    white-space: initial;
  }
}/*# sourceMappingURL=gpform.css.map */