@charset "Shift_JIS";

/* Updated 2025/10/01.T */

/*==========================================
  Base style（Shift_JISシフトジス）
=============================================*/
.formcp-section {
  display: block;
  padding: 80px 0;
  position: relative;
}
.formcp-section > .inner {
  max-width: 1008px;
  width: 100%;
  margin: 0 auto;
}
.formcp-section b,
.formcp-section em,
.formcp-section strong {
  font-weight: inherit;
}
@media screen and (min-width: 768px) and (max-width: 1024.98px) {
  .formcp-section > .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .formcp-section {
    margin: 0 auto;
    padding: 32px 0 40px;
  }
  .formcp-section > .inner {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}
/*------------------------------
  Layout
--------------------------------*/
/* -layout01 */
.formcp-layout01 {
  display: grid;
  gap: 24px 48px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto 1fr;
  grid-template-areas:
    "campaign02 form"
    "campaign01 form";
}
.formcp-layout01 > .campaign01 {
  grid-area: campaign01;
}
.formcp-layout01 > .campaign02 {
  grid-area: campaign02;
}
.formcp-layout01 > .form {
  grid-area: form;
}
@media screen and (max-width: 767.98px) {
  /* -layout01 */
  .formcp-layout01 {
    gap: 40px 0;
    grid-template-columns: none;
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-areas:
      "campaign02"
      "form"
      "campaign01";
  }
}
/*------------------------------
  Title
--------------------------------*/
.formcp-title01 {
  color: #141D1D;
  font-size: 2.8rem;
  font-weight: 700;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .formcp-title01 {
    font-size: 2.4rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .formcp-title01 {
    font-size: 6.13vw;
  }
}

/*------------------------------
  Text, List
--------------------------------*/
/* -textCation01 */
.formcp-textCation01 {
  color: #c83030;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 34px;
  line-height: 32px;
  position: relative;
}
.formcp-textCation01::before {
  content: "";
  width: 26px;
  height: 32px;
  background: url(/hojin/kouza/form/cp_invitation_202510/imgs/index_ico_status_01.svg) 0 0 / cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
/* -textEnd01 */
.formcp-textEnd01 {
  background-color: #004831;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  padding: 12px 4px;
}
/* -textFaq01 */
.formcp-textFaq01 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 30px 4px;
}
.formcp-textFaq01 a {
  color: inherit;
  text-decoration: underline;
}
/* -listCircle01 */
.formcp-listCircle01 > .item {
  position: relative;
  padding-left: 1em;
}
.formcp-listCircle01 > .item:not(:first-child) {
  margin-top: 16px;
}
.formcp-listCircle01 > .item::before {
  background-color: #b4431d;
  border-radius: 50%;
  content: "";
  display: block;
  height: .5em;
  left: 0;
  position: absolute;
  top: .5em;
  width: .5em;
}
/* -listCircle02 */
.formcp-listCircle02 {
  color: #788883;
  font-size: 1.2rem;
}
.formcp-listCircle02:not(:first-child) {
  margin-top: 16px;
}
.formcp-listCircle02 > .item {
  position: relative;
  padding-left: 1em;
}
.formcp-listCircle02 > .item:not(:first-child) {
  margin-top: 8px;
}
.formcp-listCircle02 > .item::before {
  background-color: #b4431d;
  border-radius: 50%;
  content: "";
  display: block;
  height: .5em;
  left: 0;
  position: absolute;
  top: .5em;
  width: .5em;
}
.formcp-listCircle02 > .item > .child > .description {
  margin-top: 8px;
}
/* -listNote01 */
.formcp-listNote01 {
  color: #788883;
  font-size: 1.2rem;
}
.formcp-listNote01:not(:first-child) {
  margin-top: 16px;
}
.formcp-listNote01 > .item {
  position: relative;
  padding-left: calc(1em + 5px);
}
.formcp-listNote01 > .item > .mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  text-align: right;
}
/* -listNum01 */
.formcp-listNum01 {
  color: #788883;
  font-size: 1.2rem;
}
.formcp-listNum01 > .item {
  position: relative;
  padding-left: calc(1.5em + 5px);
}
.formcp-listNum01 > .item > .mark {
  left: 0;
  position: absolute;
  text-align: right;
  top: 0;
  width: 1.5em;
}
@media screen and (max-width: 767.98px) {
  /* -textEnd01 */
  .formcp-textEnd01 {
    font-size: 2.2rem;
    padding: 20px 2px;
  }
  /* -textFaq01 */
  .formcp-textFaq01 {
    padding: 42px 2px 38px;
  }
}

/*==========================================
  Override mkto style
=============================================*/
/*------------------------------
  Reset
--------------------------------*/
.formcp-form .mktoForm {
  padding: 0;
  width: 100% !important;
}
.formcp-form .mktoForm * {
  padding: 0;
}
.formcp-form .mktoForm input {
  box-sizing: border-box;
  width: 100% !important;
}
.formcp-form .mktoForm .mktoOffset,
.formcp-form .mktoForm .mktoGutter,
.formcp-form .mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}
.formcp-form .mktoForm .mktoOffset,
.formcp-form .mktoForm .mktoGutter,
.formcp-form .mktoForm .mktoFieldWrap,
.formcp-form .mktoForm .mktoField,
.formcp-form .mktoForm .mktoLabel,
.formcp-form .mktoForm .mktoAsterix,
.formcp-form .mktoForm .mktoFormCol,
.formcp-form .mktoForm .mktoRadioList,
.formcp-form .mktoForm .mktoCheckboxList {
  float: none;
}
.formcp-form .mktoForm .mktoFormRow {
  margin-bottom: 0;
}
.formcp-form .mktoForm .mktoFormCol {
  margin-bottom: 0 !important;
  min-height: auto;
}
.formcp-form .mktoForm .mktoHtmlText {
  color: #141d1d;
  width: auto !important;
}
.formcp-form .mktoForm strong {
  font-size: unset;
  font-weight: unset;
}
/*------------------------------
  Parts
--------------------------------*/
/* row */
.formcp-form .mktoForm .mktoFormRow:not(:first-of-type) {
  margin-top: 35px;
}
/* label */
.formcp-form .mktoForm .mktoFieldWrap .mktoLabel {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: unset;
  margin-bottom: 16px;
  padding: 0;
  width: 100% !important;
}
.formcp-form .mktoForm .mktoRequiredField .mktoLabel::after {
  border-radius: 4px;
  background: #b4431d;
  content: "必須";
  color: #fff;
  display: inline-block;
  font-weight: 700;/* 600 */
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 16px;
  padding: 5px 6px 4px 6px;
  position: relative;
  top: -0.15em;
}
/* input */
.formcp-form .mktoForm .mktoField {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #c6d4d1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: none;
  color: #141d1d;
  font-size: 1.6rem;
  height: 54px;
  min-height: auto;
  padding-left: 10px;
  transition: all .15s ease;
  width: 100%;
}
.formcp-form .mktoForm .mktoField:-moz-placeholder-shown {
  background: #f8f8f9;
}
.formcp-form .mktoForm .mktoField:-ms-input-placeholder {
  background: #f8f8f9;
}
.formcp-form .mktoForm .mktoField:placeholder-shown {
  background: #f8f8f9;
}
.formcp-form .mktoForm .mktoField:focus {
  outline: none;
  border-color: #004831;
}
.formcp-form .mktoForm .mktoField.mktoInvalid {
  background-color: #ffebeb !important;
  border-color: #c83030;
  color: #c83030 !important;
}
/* error */
.formcp-form .mktoForm .mktoError .mktoErrorArrow {
  background-color: #b4431d;
  border: none;
  font-size: 1.2rem;
}
.formcp-form .mktoForm .mktoError .mktoErrorMsg {
  background-color: #b4431d;
  background-image: none;
  border: none;
  border-radius: 8px;
  box-shadow: none;
  color: #fff;
  font-weight: 700;
  padding: 6px 16px;
  text-shadow: none;
  font-size: 1.2rem;
}
/* checkbox, radio */
.formcp-form .mktoForm .mktoCheckboxList,
.formcp-form .mktoForm .mktoRadioList {
  display: flex;
  padding: 0;
  position: relative;
  width: auto !important;
}
.formcp-form .mktoForm .mktoCheckboxList > input,
.formcp-form .mktoForm .mktoRadioList > input {
  height: 1px;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
  position: absolute;
  -webkit-clip-path: inset(50%);
  white-space: nowrap;
  width: 1px !important;
}
.formcp-form .mktoForm .mktoCheckboxList > label,
.formcp-form .mktoForm .mktoRadioList > label {
  align-items: center;
  display: flex;
  line-height: 1;
  margin: 0;
  position: relative;
}
.formcp-form .mktoForm input[type=checkbox] + label::before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2221%22%20height%3D%2221%22%20rx%3D%223.5%22%20fill%3D%22white%22%20stroke%3D%22%23C83030%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.7072%2014.9593C9.93111%2015.7979%208.6114%2015.8169%207.81142%2015.0011L4.91053%2012.0428C4.47%2011.5935%204.45768%2010.8782%204.8825%2010.414V10.414C5.34013%209.91401%206.12328%209.89938%206.59927%2010.382L9.25089%2013.0703L15.3917%206.42474C15.8543%205.92407%2016.6438%205.91864%2017.1133%206.41292V6.41292C17.5417%206.86391%2017.5462%207.57003%2017.1237%208.02652L10.7072%2014.9593Z%22%20fill%3D%22%23D5DEDB%22%2F%3E%3C%2Fsvg%3E);
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  content: "";
  display: inline-block;
  position: static;
  height: 28px;
  margin: 0;
  width: 28px;
}
.formcp-form .mktoForm input[type=checkbox]:checked + label::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2221%22%20height%3D%2221%22%20rx%3D%223.5%22%20fill%3D%22white%22%20stroke%3D%22%23D5DEDB%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.7072%2014.9593C9.93111%2015.7979%208.6114%2015.8169%207.81142%2015.0011L4.91053%2012.0428C4.47%2011.5935%204.45768%2010.8782%204.8825%2010.414V10.414C5.34013%209.91401%206.12328%209.89938%206.59927%2010.382L9.25089%2013.0703L15.3917%206.42474C15.8543%205.92407%2016.6438%205.91864%2017.1133%206.41292V6.41292C17.5417%206.86391%2017.5462%207.57003%2017.1237%208.02652L10.7072%2014.9593Z%22%20fill%3D%22%23D5DEDB%22%2F%3E%3Crect%20width%3D%2222%22%20height%3D%2222%22%20rx%3D%224%22%20fill%3D%22%23C83030%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.7072%2014.9593C9.93111%2015.7979%208.6114%2015.8169%207.81142%2015.0011L4.91053%2012.0428C4.47%2011.5935%204.45768%2010.8782%204.8825%2010.414V10.414C5.34013%209.91401%206.12328%209.89938%206.59927%2010.382L9.25089%2013.0703L15.3917%206.42474C15.8543%205.92407%2016.6438%205.91864%2017.1133%206.41292V6.41292C17.5417%206.86391%2017.5462%207.57003%2017.1237%208.02652L10.7072%2014.9593Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  content: "";
}
.formcp-form .mktoForm input[type=checkbox]:focus + label::before {
  border-color: transparent;
}
.formcp-form .mktoForm .mktoRadioList {
  display: flex;
  padding: 0;
  position: relative;
  width: auto !important;
}

@media screen and (max-width: 767.98px) {
  /* row */
  .formcp-form .mktoForm .mktoFormRow:not(:first-of-type) {
    margin-top: 24px;
  }
}
/*------------------------------
  Title（first-of-type）
--------------------------------*/
.formcp-form .mktoForm .mktoFormRow:first-of-type .mktoHtmlText {
  font-size: 2.0rem;
  font-weight: 700;
  width: auto !important;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .formcp-form .mktoForm .mktoFormRow:first-of-type .mktoHtmlText {
    font-size: 1.6rem;
  }
}

/*------------------------------
  Link（nth-of-type(11)
--------------------------------*/
.formcp-form .mktoForm .mktoFormRow:nth-of-type(11) {
  margin-top: 16px;
}
.formcp-form .mktoForm .mktoFormRow:nth-of-type(11) .mktoHtmlText {
  font-size: 1.4rem;
}

/*------------------------------
  Name（nth-of-type(2)
--------------------------------*/
.formcp-form .mktoForm .mktoFormCol + .mktoFormCol .mktoRequiredField .mktoLabel::after {
  content: none;
}
.formcp-form .mktoForm .mktoFormRow:nth-of-type(3) {
  align-items: flex-end;
  display: grid;
  gap: 0 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.formcp-form .mktoForm .mktoFormRow:nth-of-type(9) {
  align-items: flex-end;
  display: grid;
  gap: 0 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.formcp-form .mktoForm .mktoFormRow:nth-of-type(9) .mktoFieldWrap .mktoLabel {
  white-space: nowrap;
}

/*------------------------------
  Privacy Policy（nth-last-of-type(9)）
--------------------------------*/
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(9) {
  margin-top: 40px;
}
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(9) .mktoHtmlText a {
  text-decoration: underline;
}
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(9) .mktoHtmlText a {
  text-decoration: underline;
}
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(9) .mktoHtmlText a:hover {
  text-decoration: none;
}
/*------------------------------
  Purpose of Use（nth-last-of-type(8)）
--------------------------------*/
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(8) {
  margin-top: 16px;
}
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(8) .mktoFieldWrap {
  background-color: #fff;
  border: 1px solid #d5dedb;
  border-radius: 8px;
  overflow: hidden;
  padding: 4px;
}
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(8) .mktoFieldWrap .inlineframe {
  background-color: #fff;
  height: 162px;
  padding: 8px 14px 16px;
  font-size: 1.2rem;
}
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(8) .mktoFieldWrap .inlineframe::-webkit-scrollbar {
  background: #fff;
  width: 6px;
}
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(8) .mktoFieldWrap .inlineframe::-webkit-scrollbar-thumb {
  background-color: #d5dedb;
  border-radius: 6px;
}
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(8) .mktoFieldWrap .inlineframe strong {
  color: #b4431d;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(8) .mktoFieldWrap .inlineframe hr {
  margin: 12px 0 21px;
}
/*------------------------------
  Agreement check（nth-last-of-type(7)）
--------------------------------*/
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(7) {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(7) .mktoRequiredField .mktoLabel {
  display: none;
}
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(7) .mktoHtmlText {
  margin-left: 14px;
}
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(7) .mktoHtmlText > span > strong {
  font-size: 1.4rem;
}
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(7) .mktoHtmlText::before {
  border-radius: 4px;
  background: #b4431d;
  content: "必須";
  color: #fff;
  display: inline-block;
  font-weight: 700;/* 600 */
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 10px;
  padding: 5px 6px 6px 6px;
  position: relative;
  top: -0.15em;
}
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(7) .mktoLogicalField.mktoInvalid {
  border-color: transparent;
}
@media screen and (max-width: 767.98px) {
  .formcp-form .mktoForm .mktoFormRow:nth-last-of-type(7) .mktoHtmlText > span > strong {
    font-size: 1.3rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .formcp-form .mktoForm .mktoFormRow:nth-last-of-type(7) .mktoHtmlText::before {
    margin-right: 2.13vw;
  }
  .formcp-form .mktoForm .mktoFormRow:nth-last-of-type(7) .mktoHtmlText {
    margin-left: 3.2vw;
  }
  .formcp-form .mktoForm .mktoFormRow:nth-last-of-type(7) .mktoHtmlText > span > strong {
    font-size: 3.4vw;
  }
}

/*------------------------------
  Notice
--------------------------------*/
.formcp-form .mktoForm .mktoFormRow:nth-of-type(5) {
  margin-top: 8px;
  margin-bottom: 35px;
  font-size: 1.2rem;
}
.formcp-form .mktoForm .mktoFormRow:nth-of-type(5) .mktoFieldWrap .mktoHtmlText > div {
  color: #788883 !important;
  text-align: left !important;
}
.formcp-form .mktoForm .mktoFormRow:nth-of-type(8) {
  margin-top: 8px;
  margin-bottom: 35px;
  font-size: 1.2rem;
}
.formcp-form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText > div {
  color: #788883 !important;
  text-align: left !important;
}
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(12) {
  margin-top: 8px;
  margin-bottom: 35px;
  font-size: 1.2rem;
}
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(12) .mktoFieldWrap .mktoHtmlText > div {
  color: #788883 !important;
  text-align: left !important;
}

/*------------------------------
  Title
--------------------------------*/
.formcp-form .mktoForm .mktoFormRow:nth-of-type(2) {
  margin-top: 8px;
}
.formcp-form .mktoForm .mktoFormRow:nth-of-type(2) .mktoHtmlText {
  font-size: 2.2rem;
  font-weight: 700;
  width: auto !important;
}

.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(15) .mktoHtmlText {
  font-size: 2.2rem;
  font-weight: 700;
  width: auto !important;
}
.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(15) .mktoHtmlText strong > span {
  top: -.8em;
  position: relative;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .formcp-form .mktoForm .mktoFormRow:nth-of-type(2) .mktoHtmlText {
    font-size: 1.8rem;
  }
  .formcp-form .mktoForm .mktoFormRow:nth-last-of-type(15) .mktoHtmlText {
    font-size: 1.8rem;
  }
}

.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(14) {
  margin-top: 8px;
  margin-bottom: 35px;
  font-size: 1.4rem;
}

.formcp-form .mktoForm .mktoFormRow:nth-last-of-type(17) {
  margin-top: 8px;
  margin-bottom: 35px;
  font-size: 1.4rem;
}

/*------------------------------
  Submit
--------------------------------*/
.formcp-form .mktoForm .mktoButtonRow {
  margin-top: 40px;
}
.formcp-form .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin: 0 !important;
}
.formcp-form .mktoForm .mktoButtonRow .mktoButtonWrap.mktoInset .mktoButton {
  align-items: center;
  background-color: #ee7800 !important;
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
  border: none;
  border-radius: 9999px;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: center;
  margin: 0 auto;
  min-height: 50px;
  padding: 8px;
  transition: opacity 0.3s ease-out;
  width: 343px;
}
.formcp-form .mktoForm .mktoButtonRow .mktoButtonWrap.mktoInset .mktoButton:hover {
  opacity: 0.9;
}
@media screen and (max-width: 767.98px) {
  .formcp-form .mktoForm .mktoButtonRow .mktoButtonWrap.mktoInset .mktoButton {
    width: 100%;
  }
}

/*==========================================
  Override Common style
=============================================*/
#content-area {
  background-color: #f9f8f3;
}
#main-area {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#footer-content {
  margin-top: 0;
}
/* accordion area */
.toggle-block01.-biz {
  background-color: #fff;
  border-radius: 8px;
}
.toggle-block01.-biz:not(:first-child) {
  margin-top: 40px;
}
.toggle-block01.-biz.card-normal01:not(.-red01) > .inner > .header[role="tab"] > .title {
  color: #b4431d;
}
.toggle-block01.-biz > [role="tablist"] > [role="tab"]::after {
  background: url(/hojin/kouza/form/cp_invitation_202510/imgs/index_ico_arrow_01.svg) 0 0 / cover no-repeat;
  transform: rotate(180deg);
}
.toggle-block01.-biz > [role="tablist"] > [role="tab"][aria-selected="true"]::after {
  transform: rotate(0deg);
}
.toggle-block01.-biz.card-normal01 > .inner > .header[role="tab"]::after {
  height: 18px;
  right: 15px;
  top: calc(50% - 9px);
  width: 18px;
}
.card-normal01.-biz > .inner > .header {
  padding: 12px 15px 12px 20px;
  text-align: left;
}
.card-normal01.-biz > .inner > .header > .title {
  font-size: 1.6rem;
}
.card-normal01.-biz > .inner > .body {
  padding: 21px 18px 20px;
}
.card-normal01.-biz > .inner > .body:not(:first-child)::before {
  left: 0;
  width: 100%;
}


._t-red01 {
  color: #B4431D !important;
}
.text-mark01.-trunk01 {
  background: linear-gradient(90deg, #FFDABE 0%, #FFE995 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 40%;
}

.formcp-content {
  margin-top: 24px;
}

.formcp-section .link {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.formcp-section .link:hover {
  text-decoration: none;
}

.formcp-content01 {
  margin-top: 40px;
}
.formcp-content01 > .lead {
  font-size: 2.4rem;
  text-align: center;
}
.formcp-content01 > .lead > em,
.formcp-content01 > .lead > span {
  font-weight: 700;
  text-align: center;
  width: fit-content;
}
.formcp-content01 > .lead > em {
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  background-image: radial-gradient(circle at center, #b4431d 16%, transparent 20%);
  padding-top: .2em;
  color: #b4431d;
  display: block;
  font-size: 2.4rem;
  margin: 0 auto 8px;
}
.formcp-content01 > .lead > span {
  font-size: 2.4rem;
  background: linear-gradient(90deg, #ffdabe 0%, #ffe995 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 40%;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 0 0.2em;
}
.formcp-content01 > .button {
  margin-top: 24px;
  text-align: center;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .formcp-content01 > .lead {
    line-height: 1.2;
  }
  .formcp-content01 > .lead > em,
  .formcp-content01 > .lead > span {
    font-size: 1.6rem;
  }
  .formcp-content01 > .lead > em {
    padding-top: .4em;
  }
}

/*-------------------------------------
End
-------------------------------------*/

.formcp-section.-end::before {
  background-color: rgb(0 0 0 / 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}