@charset "UTF-8";

.sec-inner {
  max-width: 980px;
  margin: 0 auto;
}

.u-pc-hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc-hidden {
    display: block;
  }

  .u-sp-hidden {
    display: none;
  }
}

.p-factory__headline {
  position: relative;
  color: #398B28;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.8px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-factory__headline {
    font-size: 28px;
    letter-spacing: 1.4px;
  }
}

.p-factory__headline::before {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -22px;
  display: block;
  content: "";
  background-color: #5BAF49;
  width: 62px;
  height: 4px;
  margin: auto;
}

.p-factory__headline::after {
  position: absolute;
  left: -31px;
  right: 0;
  top: auto;
  bottom: -22px;
  display: block;
  content: "";
  background-color: #99CF8E;
  width: 31px;
  height: 4px;
  margin: auto;
}

.p-factory__headline--small {
  display: inline-block;
  color: #382712;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.2px;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .p-factory__headline--small {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.p-factory__headline--bg {
  color: #FFF3B3;
  font-size: 32px;
  line-height: 150%;
  background: #419030;
  padding: 0 6px;
  margin-right: 6px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-factory__headline--bg {
    font-size: 24px;
    margin-right: 4px;
  }
}

.p-factory__headline--bg:last-child {
  margin-right: 0;
}

/* 問い合わせボタン */
.p-factory__contact .sec-inner {
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .p-factory__contact .sec-inner {
    padding: 0;
  }
}

.p-factory__contact-wrap {
  width: 100%;
  background: #FFF3B3;
  margin: 25px auto;
  padding: 16px;
}

@media screen and (max-width: 767px) {
  .p-factory__contact-wrap {
    margin: 0 auto;
    padding: 16px 29.5px 24px;
  }
}

.p-factory__contact-block {
  position: relative;
  max-width: 582px;
  display: flex;
  align-items: center;
  gap: 64px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-factory__contact-block {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 316px;
  }
}

.p-factory__contact--button {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-factory__contact--button {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-factory__contact-pc--tel {
    display: none;
  }
}

.p-factory__contact-pc--tel-num {
  margin-bottom: 8px;
  font-size: 12px;
  text-align: center;
}

.p-factory__contact-pc--tel-num span {
  color: #EB6120;
  display: inline-block;
  margin-bottom: 2px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.p-factory__contact-pc--tel-num span:before {
  content: "";
  width: 21px;
  height: 23px;
  background-image: url(../images/factory/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}

.p-factory__contact-text--small {
  width: fit-content;
  color: #3A3A3A;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.6px;
  margin: 0 auto 4px;
}

.p-factory__contact-text--middle {
  width: fit-content;
  color: #382712;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  display: flex;
  margin: 0 auto 16px;
  padding: 2px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #FFE664;
}

@media screen and (max-width: 767px) {
  .p-factory__contact-text--middle {
    position: relative;
    font-size: 12px;
    padding: 0 7px;
    letter-spacing: 0.1px;
    z-index: 1;
  }
}

.p-factory__president-image {
  position: absolute;
  top: -66px;
  right: -60px;
  translate: -50% -50%;
}

.p-factory__contact-sp--tel {
  display: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-factory__contact-sp--tel {
    display: block;
    width: 96%;
  }
}

.p-factory__contact-sp--tel-link {
  display: block;
  border-radius: 8px;
  border: 2px solid #FE7E42;
  background: linear-gradient(180deg, #FFF 5.25%, #FFE7DB 100%);
  box-shadow: 0px 5px 0px 0px #733316;
  padding: 3.7% 4.4%
}

@media screen and (max-width: 767px) {
  .p-factory__contact-sp--tel-link {
    padding: 6px 16px 8px;
  }
}

.p-factory__contact-sp--tel-num {
  font-size: 10px;
  text-align: center;
}

.p-factory__contact-sp--tel-num span {
  display: block;
  color: #EB6120;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.p-factory__contact-sp--tel-num span:before {
  content: "";
  width: 21px;
  height: 23px;
  background-image: url(../images/factory/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
}

/* メンテナンス */
.p-factory__maintenance-title {
  color: #FFF3B3;
  text-align: center;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.72px;
  padding: 16px 21px 14px;
  background: url(../images/factory/bg_factory-maintenance_head_pc.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-factory__maintenance-title {
    background: url(../images/factory/bg_factory-maintenance_head_sp.png) no-repeat center;
  }
}

.p-factory__maintenance .p-factory__headline {
  width: fit-content;
  margin: 0 auto 50px;
}

.p-factory__maintenance-deco {
  position: absolute;
  right: -150px;
  top: -46px;
  max-width: 150px;
}

@media screen and (max-width: 767px) {
  .p-factory__maintenance-deco {
    right: -10px;
    top: -50px;
    max-width: 100px;
  }
}

.p-factory__maintenance-title--small {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.54px;
}

.p-factory__maintenance-inner {
  position: relative;
  background: url(../images/factory/bg_factory-maintenance_content_pc.png) no-repeat center;
  background-size: cover;
  padding: 40px 50px 32px;
}

@media screen and (max-width: 767px) {
  .p-factory__maintenance-inner {
    background: url(../images/factory/bg_factory-maintenance_content_sp.png) no-repeat center;
    background-size: cover;
    padding: 40px 20px;
  }
}

.p-factory__maintenance-list {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .p-factory__maintenance-list {
    flex-wrap: wrap;
    row-gap: 11px;
    margin-bottom: 24px;
  }
}

.p-factory__maintenance-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: calc(25% - 6px);
  background: #fff;
  box-shadow: 0px 5.2px 0px 0px #78B36C;
}

@media screen and (max-width: 767px) {
  .p-factory__maintenance-item {
    width: calc(50% - 4px);
  }
}

.p-factory__maintenance-item span {
  color: #382712;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.6px;
  padding: 5.2px 0;
}

.p-factory__maintenance-text {
  color: #382712;
  text-align: center;
  font-size: 20.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.04px;
}

@media screen and (max-width: 767px) {
  .p-factory__maintenance-text {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.p-factory__maintenance-text span {
  color: #382712;
  text-align: center;
  font-size: 18.2px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.91px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .p-factory__maintenance-text span {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-bottom: 8px;
  }
}

.p-factory__maintenance-image {
  text-align: center;
  margin-bottom: 10px;
}

.p-factory__maintenance-text--company {
  color: #25551B;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .p-factory__maintenance-text--company {
    font-size: 20px;
  }
}

/* 選ばれる理由 */
.p-factory__select .sec-inner {
  background: #F1FDEF;
  padding: 48px 20px;
}

.p-factory__select .p-factory__headline {
  line-height: 150%;
}

.p-factory__select-block {
  max-width: 800px;
  background: #fff;
  margin: 0 auto 24px;
  padding: 24px 70px;
}

@media screen and (max-width: 767px) {
  .p-factory__select-block {
    background: none;
    max-width: 100%;
    padding: 0;
  }
}

.p-factory__select-block:last-child {
  margin-bottom: 0;
}

.p-factory__select-image {
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .p-factory__select-image {
    margin-bottom: 8px;
  }
}

.p-factory__select-text {
  color: #382712;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 767px) {
  .p-factory__select-text {
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}

.p-factory__select-text span {
  color: #419030;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.72px;
  text-decoration-line: underline;
}

@media screen and (max-width: 767px) {
  .p-factory__select-text span {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
}

/* 雨漏り */
.p-factory__amamori-title {
  background: #1B6695;
  width: 100%;
  padding: 12px 10px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.54px;
}

.p-factory__amamori-title--color {
  color: #FFF3B3;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.6px;
}

.p-factory__amamori-text {
  color: #382712;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.8px;
  padding: 16px 20px 24px;
}

@media screen and (max-width: 767px) {
  .p-factory__amamori-text {
    font-size: 14px;
    text-align: left;
  }
}

/* お客様の声 */
.p-factory__voice .sec-inner {
  background: url(../images/factory/bg_factory-voice_content_pc.png) no-repeat center;
  background-size: cover;
  padding: 31px 51px 48px;
}

@media screen and (max-width: 767px) {
  .p-factory__voice .sec-inner {
    background: url(../images/factory/bg_factory-voice_content_sp.png) no-repeat center;
    background-size: cover;
    padding: 40px 20px;
  }
}

.p-factory__voice-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .p-factory__voice-block {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }
}

.p-factory__voice-image {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .p-factory__voice-image {
    gap: 16px;
  }
}

.p-factory__voice-detail {
  width: 100%;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
  padding: 24px 22px;
}

@media screen and (max-width: 767px) {
  .p-factory__voice-detail {
    padding: 16px 15px;
  }
}

.p-factory__voice-title {
  color: #382712;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}

.p-factory__voice-text {
  color: #382712;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.42px;
}

/* 〇〇だからできる */
.p-factory__possible .sec-inner {
  background: #F1FDEF;
  padding: 48px 50px;
}

@media screen and (max-width: 767px) {
  .p-factory__possible .sec-inner {
    padding: 40px 20px 24px;
  }
}

.p-factory__possible .u-sec-inner {
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .p-factory__possible .u-sec-inner {
    padding: 0 20px 16px;
  }
}

.p-factory__possible-content {
  background: #FFF;
  padding: 24px 40px 26px;
}

@media screen and (max-width: 767px) {
  .p-factory__possible-content {
    padding: 24px 20px;
  }
}

.p-factory__possible-attention {
  color: #D02727;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.72px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .p-factory__possible-attention {
    font-size: 21px;
    letter-spacing: 0.6px;
  }
}

.p-factory__possible-block {
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .p-factory__possible-block {
    margin-bottom: 28px;
  }
}

.p-factory__possible-block:last-child {
  margin-bottom: 0;
}

.p-factory__possible-speech-bubble {
  position: relative;
  max-width: 524px;
  width: 100%;
  height: auto;
  margin: 0 auto 28px;
  padding: 5px 7px;
  color: #25551B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  border-radius: 12px;
  border: 2px solid #25551B;
  background: #FFF;
}

@media screen and (max-width: 767px) {
  .p-factory__possible-speech-bubble {
    border-radius: 24px;
    padding: 5px 7px 5px 40px;
  }
}

.p-factory__possible-speech-bubble::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  border-color: #25551B rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.p-factory__no1-image {
  position: absolute;
  top: 50%;
  left: 0;
  translate: -50% -50%;
}

@media screen and (max-width: 767px) {
  .p-factory__no1-image {
    left: 5%;
  }
}

.p-factory__possible-detail {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

@media screen and (max-width: 767px) {
  .p-factory__possible-detail {
    flex-direction: column;
    gap: 8px;
  }
}

.p-factory__possible-text {
  color: #382712;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-top: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 767px) {
  .p-factory__possible-text {
    font-size: 14px;
    padding-top: 0;
    padding-right: 0;
  }
}

.p-factory__possible-text--bold {
  display: inline-block;
  color: #382712;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #B8B8B8;
}

.p-factory__possible-text--small {
  color: #382712;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .p-factory__possible-text--small {
    font-size: 10px;
  }
}

.p-factory__possible .p-factory__amamori .sec-inner {
  padding: 0;
}

.p-factory__lineup {
  padding: 48px 0
}

@media screen and (max-width: 767px) {
  .p-factory__lineup {
    background: #fff;
    margin-bottom: 24px;
    padding: 0 0 24px;
  }
}

.p-factory__lineup-title {
  max-width: 586px;
  width: 100%;
  background: #fff;
  color: #25551B;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto 30px;
  padding: 8px 20px;
}

@media screen and (max-width: 767px) {
  .p-factory__lineup-title {
    background: #F1FDEF;
    ;
    max-width: 100%;
    width: 90%;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 24px;
    padding: 12px 10px;
  }
}

.p-factory__lineup-list {
  display: flex;
  justify-content: center;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .p-factory__lineup-list {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }
}

.p-factory__lineup-item {
  width: calc(25% - 7px);
  text-align: center;
  padding-right: 12px;
  border-right: 1px dashed #000;
}

@media screen and (max-width: 767px) {
  .p-factory__lineup-item {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}

.p-factory__lineup-name {
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #382712;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid #B8B8B8;
}

@media screen and (max-width: 767px) {
  .p-factory__lineup-name {
    min-height: auto;
    justify-content: flex-start;
    font-size: 16px;
    margin-bottom: 14px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-factory__lineup-image {
    max-width: 70px;
    margin-right: 16px;
    float: left;
  }

}

.p-factory__lineup-text {
  color: #382712;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .p-factory__lineup-text {
    font-size: 12px;
    margin-top: 10px;
  }
}

/* 挨拶 */
.p-factory__greeting .sec-inner {
  background: #F1FDEF;
  padding: 40px 50px;
}

@media screen and (max-width: 767px) {
  .p-factory__greeting .sec-inner {
    padding: 40px 20px;
  }
}

.p-factory__greeting-wrap {
  display: flex;
  justify-content: space-between;
  gap: 44px;
}

@media screen and (max-width: 767px) {
  .p-factory__greeting-wrap {
    flex-direction: column;
    gap: 12px;
  }
}

.p-factory__greeting-compname {
  color: #382712;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 16px;
}

.p-factory__greeting-content {
  color: #382712;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  .p-factory__greeting-content {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}


/* お問い合わせからの流れ */
.p-factory__flow .sec-inner {
  background: #fff;
  padding: 48px 50px;
}

@media screen and (max-width: 767px) {
  .p-factory__flow .sec-inner {
    padding: 40px 20px;
  }
}

.p-factory__flow-list {
  max-width: 640px;
  margin: 0 auto;
}

.p-factory__flow-item {
  position: relative;
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .p-factory__flow-item {
    margin-bottom: 16px;
  }
}

.p-factory__flow-item:last-child {
  margin-bottom: 0;
}

.p-factory__flow-item:nth-last-of-type(n+2)::before {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 17px;
  z-index: 1;
  display: block;
  width: 0;
  height: 100%;
  border-right: 4.6px solid #E5F1E2;
}

@media screen and (max-width: 767px) {
  .p-factory__flow-item:nth-last-of-type(n+2)::before {
    bottom: -20%;
  }
}

.p-factory__flow-item--step {
  position: relative;
  z-index: 10;
}

.p-factory__flow-item--icon {
  display: block;
  width: 38px;
  height: 38px;
}

@media screen and (max-width: 767px) {
  .p-factory__flow-item--icon {
    width: 32px;
    height: 32px;
  }
}

.p-factory__flow-block {
  width: calc(100% - 78px);
}

.p-factory__flow-title {
  color: #398B28;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .p-factory__flow-title {
    font-size: 18px;
    margin-bottom: 4px;
  }
}

.p-factory__flow-text {
  color: #382712;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .p-factory__flow-text {
    font-size: 14px;
  }
}


/* よくある質問 */
.p-factory__faq .sec-inner {
  background: #fff;
  padding: 64px 50px;
}

@media screen and (max-width: 767px) {
  .p-factory__faq .sec-inner {
    padding: 40px 20px;
  }
}

.p-factory__faq .p-faq__wrapp {
  margin: 80px 0 0;
  padding: 0;
  background: none;
}

.p-factory__faq .p-faq__headline {
  background: none;
  padding: 0 80px 0 62px;
}

@media screen and (max-width: 767px) {
  .p-factory__faq .p-faq__headline {
    padding: 0 50px 0 40px;
  }
}

.p-factory__faq .p-faq__flexchild {
  background: #F1FDEF;
}

.p-factory__faq .p-faq__headline::before {
  top: 16px;
  left: 24px;
  width: 28px;
  height: 28px;
  background-image: url(../images/factory/icon-question.svg);
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-factory__faq .p-faq__headline::before {
    top: 6px;
    left: 8px;
    width: 24px;
    height: 24px;
  }
}

.p-factory__faq .p-faq__answer::before {
  top: 16px;
  left: 24px;
  width: 28px;
  height: 28px;
  background-image: url(../images/factory/icon-answer.svg);
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-factory__faq .p-faq__answer::before {
    top: 10px;
    left: 8px;
    width: 24px;
    height: 24px;
  }
}

.p-factory__faq .p-faq__headline::after {
  background-image: url(../images/factory/icon-plus.svg);
  width: 18px;
  height: 18px;
  top: calc(50% - 8px);
}

.p-factory__faq .p-faq__headline.toggletransform::after {
  background-image: url(../images/factory/icon-minus.svg);
  width: 18px;
  height: 9px;
}

.p-factory__faq .p-faq__answer {
  margin: 0;
  padding: 16px 30px 16px 62px;
}

@media screen and (max-width: 767px) {
  .p-factory__faq .p-faq__answer {
    padding: 10px 50px 10px 40px;
  }
}

.p-factory__faq .p-faq__flexchild {
  margin-bottom: 16px;
}

/* お申し込みフォーム */
.p-factory__form .sec-inner {
  background: #fff;
  padding: 42px 50px 80px;
}

@media screen and (max-width: 767px) {
  .p-factory__form .sec-inner {
    padding: 22px 0 40px;
  }
}

.p-factory__form .c-basicform {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.p-factory__form .c-basicform__headline {
  max-width: 980px;
  background: var(--main-color);
  height: auto;
  font-size: 24px;
  margin: 0 auto;
  padding: 10px 20px;
}

.p-factory__form .c-basicform__table {
  max-width: 100%;
  width: 100%;
}

.p-factory__form .c-basicform__tableContent {
  max-width: 100%;
  padding: 8px 16px;
}

.p-factory__form .c-basicform__tableContent input[type=text] {
  height: 45px;
}

@media screen and (max-width: 920px) {
  .l-main {
    margin-bottom: 0;
  }
}

.p-factory__form .c-basicform__tableContent .c-basicform__postarea span.c-postcode{
  width: 100%;
}