@charset "UTF-8";
/**
 * メディアクエリ
 * @param {string} $mode - max または min
 * @param {number} $width - 設定値
 */
/**
 * メディアクエリ PC
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリ SP
 * @param {number} [$width:$breakpoin] - 設定値
 */
/**
 * メディアクエリによるIE11ハック
 */
/**
 * VW計算
 * @param {string} $property  - プロパティ
 * @param {number} $value - 基準となる値
 * @param {number} $basewidth - 基準となるウィンドウ幅
 * @param {number} [$maxwidth:0] - 拡大を停止するウィンドウ幅
 * @param {number} [$minwidth:0] - 縮小を停止するウィンドウ幅
 */
.p-contact .contact-block:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .p-contact .contact-block:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}
.p-contact .contact-block:not(:last-child) {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--border-blue);
}
@media screen and (max-width: 750px) {
  .p-contact .contact-block:not(:last-child) {
    padding-bottom: 10.6666666667vw;
  }
}
.p-contact .contact-block .contact-block-data {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .p-contact .contact-block .contact-block-data {
    margin-top: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.p-contact .contact-block .contact-block-tel {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .p-contact .contact-block .contact-block-tel {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.p-contact .contact-block .contact-block-tel .contact-block-tel-text {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.p-contact .contact-block .contact-block-tel .contact-block-tel-text span:first-child {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .p-contact .contact-block .contact-block-tel .contact-block-tel-text span:first-child {
    font-size: 4vw;
  }
}
.p-contact .contact-block .contact-block-tel .contact-block-tel-text span:last-child {
  font-size: 22px;
  font-weight: bold;
  margin-left: 5px;
}
@media screen and (max-width: 750px) {
  .p-contact .contact-block .contact-block-tel .contact-block-tel-text span:last-child {
    font-size: 5.6vw;
    margin-left: 1.3333333333vw;
  }
}
.p-contact .contact-block .contact-block-tel .contact-block-tel-text-form {
  width: 100%;
  line-height: 1.75;
}
.p-contact .contact-block .contact-block-detail {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .p-contact .contact-block .contact-block-detail {
    margin-top: 5.3333333333vw;
  }
}
.p-contact .contact-block .contact-block-detail .contact-block-detail-list {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .p-contact .contact-block .contact-block-detail .contact-block-detail-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.6666666667vw;
  }
}
.p-contact .contact-block .contact-block-detail .contact-block-detail-list:nth-child(2) {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .p-contact .contact-block .contact-block-detail .contact-block-detail-list:nth-child(2) {
    margin-top: 4vw;
  }
}
.p-contact .contact-block .contact-block-detail .contact-block-detail-list:nth-child(3) {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .p-contact .contact-block .contact-block-detail .contact-block-detail-list:nth-child(3) {
    margin-top: 4vw;
  }
}
.p-contact .contact-block .contact-block-detail .contact-block-term {
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #9397A5;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .p-contact .contact-block .contact-block-detail .contact-block-term {
    width: 286px;
  }
}
@media screen and (max-width: 750px) {
  .p-contact .contact-block .contact-block-detail .contact-block-term {
    font-size: 3.7333333333vw;
    height: 7.7333333333vw;
    padding-left: 2.4vw;
    padding-right: 2.4vw;
  }
}
@media screen and (min-width: 751px) {
  .p-contact .contact-block .contact-block-detail .contact-block-term.short {
    width: 90px;
  }
}
.p-contact .contact-block .contact-block-form {
  background-color: var(--bg-gray);
  margin-top: 30px;
  padding: 35px;
}
@media screen and (max-width: 750px) {
  .p-contact .contact-block .contact-block-form {
    flex-direction: column;
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 8.6666666667vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.p-contact .contact-block .contact-block-form h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
}
@media screen and (max-width: 750px) {
  .p-contact .contact-block .contact-block-form h4 {
    line-height: 1.6;
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    text-align: center;
    border: 1px solid #9397A5;
  }
}
@media screen and (max-width: 750px) {
  .p-contact .contact-block .contact-block-form h4 span {
    display: none;
  }
}
.p-contact .contact-block .contact-block-form p {
  line-height: 1.75;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p-contact .contact-block .contact-block-form p {
    margin-bottom: 2.6666666667vw;
    text-align: center;
  }
}
.p-contact .contact-block .contact-block-form .contact-block-form-link {
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .p-contact .contact-block .contact-block-form .contact-block-form-link {
    text-align: center;
  }
}

.p-cpdForm .cpdForm-id-block {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .p-cpdForm .cpdForm-id-block {
    margin-top: 4vw;
    gap: 2.4vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-cpdForm .cpdForm-id-block input {
  margin-top: 0;
}
.p-cpdForm .cpdForm-id-block .cpdForm-id-block-input {
  width: 520px;
}
@media screen and (max-width: 750px) {
  .p-cpdForm .cpdForm-id-block .cpdForm-id-block-input {
    width: 100%;
  }
}
.p-cpdForm .cpdForm-id-block .cpdForm-error-text {
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  .p-cpdForm .cpdForm-id-block .cpdForm-error-text {
    margin-top: 1.3333333333vw;
  }
}
.p-cpdForm .cpdForm-radio-block {
  margin-top: 30px;
}
.p-cpdForm .cpdForm-id-block-label {
  flex-wrap: wrap;
}
.p-cpdForm .cpdForm-id-block-note {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .p-cpdForm .cpdForm-id-block-note {
    font-size: 3.2vw;
  }
}
.p-cpdForm .cpdForm-sectionTitle {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .p-cpdForm .cpdForm-sectionTitle {
    margin-top: 13.3333333333vw;
  }
}
.p-cpdForm .cpdForm-sectionTitle h4 {
  margin-bottom: 12px;
  background-color: var(--bg-gray);
  line-height: 1.6;
  font-weight: bold;
  font-size: 24px;
  border-left: 4px solid var(--main-blue);
  padding: 15px 20px;
}
@media screen and (max-width: 750px) {
  .p-cpdForm .cpdForm-sectionTitle h4 {
    font-size: 5.3333333333vw;
    margin-top: 16vw;
    margin-bottom: 1.3333333333vw;
    border-left-width: 0.8vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}
.p-cpdForm .cpdForm-sectionTitle small {
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  .p-cpdForm .cpdForm-sectionTitle small {
    font-size: 3.2vw;
  }
}

.p-shinkoWebForm .destination-block {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .p-shinkoWebForm .destination-block {
    margin-top: 13.3333333333vw;
  }
}
.p-shinkoWebForm .destination-block .destination-block-title {
  margin-bottom: 12px;
  background-color: var(--bg-gray);
  line-height: 1.6;
  font-weight: bold;
  font-size: 24px;
  border-left: 4px solid var(--main-blue);
  padding: 15px 20px;
}
@media screen and (max-width: 750px) {
  .p-shinkoWebForm .destination-block .destination-block-title {
    font-size: 5.3333333333vw;
    margin-top: 16vw;
    margin-bottom: 1.3333333333vw;
    border-left-width: 0.8vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}
.p-shinkoWebForm .destination-block .destination-block-note {
  color: #FF0200;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .p-shinkoWebForm .destination-block .destination-block-note {
    font-size: 3.4666666667vw;
  }
}
.p-shinkoWebForm .destination-block .destination-block-number {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .p-shinkoWebForm .destination-block .destination-block-number {
    margin-top: 6.6666666667vw;
  }
}
.p-shinkoWebForm .destination-block .destination-block-number .destination-input-block {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .p-shinkoWebForm .destination-block .destination-block-number .destination-input-block {
    margin-top: 4vw;
    gap: 2.6666666667vw;
    flex-wrap: wrap;
  }
}
.p-shinkoWebForm .destination-block .destination-block-number .destination-input-block label {
  width: 105px;
}
@media screen and (max-width: 750px) {
  .p-shinkoWebForm .destination-block .destination-block-number .destination-input-block label {
    width: 24vw;
  }
}
.p-shinkoWebForm .destination-block .destination-block-number .destination-input-block .destination-input-form {
  margin-top: 0;
}
.p-shinkoWebForm .destination-block .destination-block-number small {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .p-shinkoWebForm .destination-block .destination-block-number small {
    margin-top: 4vw;
  }
}

.p-shinkoWebConf .shinkoWebConf-category {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  .p-shinkoWebConf .shinkoWebConf-category {
    gap: 2.4vw;
  }
}
.p-shinkoWebConf .shinkoWebConf-category .shinkoWebConf-category-mark {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid var(--main-blue);
  border-radius: 50%;
  content: "";
  display: block;
  vertical-align: -0.3660322108vw;
}
@media screen and (min-width: 1366px) {
  .p-shinkoWebConf .shinkoWebConf-category .shinkoWebConf-category-mark {
    vertical-align: -5px;
  }
}
@media screen and (max-width: 750px) {
  .p-shinkoWebConf .shinkoWebConf-category .shinkoWebConf-category-mark {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    vertical-align: -1.3333333333vw;
  }
}
.p-shinkoWebConf .shinkoWebConf-category .shinkoWebConf-category-mark:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--main-blue);
  display: block;
  content: "";
}
@media screen and (max-width: 750px) {
  .p-shinkoWebConf .shinkoWebConf-category .shinkoWebConf-category-mark:after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.p-shinkoWebConf .shinkoWebConf-category-block {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .p-shinkoWebConf .shinkoWebConf-category-block {
    margin-top: 13.3333333333vw;
  }
}
.p-shinkoWebConf .shinkoWebConf-category-block h4 {
  margin-bottom: 12px;
  background-color: var(--bg-gray);
  line-height: 1.6;
  font-weight: bold;
  font-size: 24px;
  border-left: 4px solid var(--main-blue);
  padding: 15px 20px;
}
@media screen and (max-width: 750px) {
  .p-shinkoWebConf .shinkoWebConf-category-block h4 {
    font-size: 5.3333333333vw;
    margin-top: 16vw;
    margin-bottom: 1.3333333333vw;
    border-left-width: 0.8vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}

.p-fcipForm .fcipForm-lead {
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .p-fcipForm .fcipForm-lead {
    margin-top: 5.3333333333vw;
  }
}
.p-fcipForm .fcipForm-lead a {
  padding-bottom: 2px;
}
.p-fcipForm .fcipForm-radio small {
  margin-top: 15px;
}
.p-fcipForm .fcipForm-radio-wrap {
  display: flex;
  margin-top: 20px;
  gap: 40px;
}
@media screen and (max-width: 750px) {
  .p-fcipForm .fcipForm-radio-wrap {
    margin-top: 4vw;
    gap: 5.3333333333vw;
  }
}

@media screen and (min-width: 751px) {
  .p-fcipConf dt {
    width: 220px;
  }
}

.p-fcipshikenForm .colorRed,
.p-fcipshikenConf .colorRed,
.p-fcipshikenDone .colorRed {
  color: #FF0200;
}
.p-fcipshikenForm .marker,
.p-fcipshikenConf .marker,
.p-fcipshikenDone .marker {
  background: linear-gradient(transparent 70%, #DEE5FF 70%);
}
.p-fcipshikenForm .fcipshikenForm-lead h4,
.p-fcipshikenConf .fcipshikenForm-lead h4,
.p-fcipshikenDone .fcipshikenForm-lead h4 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-lead h4,
.p-fcipshikenConf .fcipshikenForm-lead h4,
.p-fcipshikenDone .fcipshikenForm-lead h4 {
    margin-top: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.6;
  }
}
.p-fcipshikenForm .fcipshikenForm-lead-text,
.p-fcipshikenConf .fcipshikenForm-lead-text,
.p-fcipshikenDone .fcipshikenForm-lead-text {
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-lead-text,
.p-fcipshikenConf .fcipshikenForm-lead-text,
.p-fcipshikenDone .fcipshikenForm-lead-text {
    margin-top: 5.3333333333vw;
  }
}
.p-fcipshikenForm .fcipshikenForm-lead-text a,
.p-fcipshikenConf .fcipshikenForm-lead-text a,
.p-fcipshikenDone .fcipshikenForm-lead-text a {
  padding-bottom: 2px;
}
.p-fcipshikenForm .fcipshikenForm-block,
.p-fcipshikenConf .fcipshikenForm-block,
.p-fcipshikenDone .fcipshikenForm-block {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-block,
.p-fcipshikenConf .fcipshikenForm-block,
.p-fcipshikenDone .fcipshikenForm-block {
    margin-top: 10.6666666667vw;
  }
}
.p-fcipshikenForm .fcipshikenForm-block h4,
.p-fcipshikenConf .fcipshikenForm-block h4,
.p-fcipshikenDone .fcipshikenForm-block h4 {
  line-height: 1.6;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-block h4,
.p-fcipshikenConf .fcipshikenForm-block h4,
.p-fcipshikenDone .fcipshikenForm-block h4 {
    font-size: 4.8vw;
    gap: 2.1333333333vw;
  }
}
.p-fcipshikenForm .fcipshikenForm-block h4:before,
.p-fcipshikenConf .fcipshikenForm-block h4:before,
.p-fcipshikenDone .fcipshikenForm-block h4:before {
  content: "";
  display: block;
  min-width: 4px;
  height: 22px;
  background-color: var(--main-blue);
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-block h4:before,
.p-fcipshikenConf .fcipshikenForm-block h4:before,
.p-fcipshikenDone .fcipshikenForm-block h4:before {
    min-width: 0.8vw;
    height: 4.2666666667vw;
  }
}
.p-fcipshikenForm .fcipshikenForm-block dl,
.p-fcipshikenConf .fcipshikenForm-block dl,
.p-fcipshikenDone .fcipshikenForm-block dl {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-block dl,
.p-fcipshikenConf .fcipshikenForm-block dl,
.p-fcipshikenDone .fcipshikenForm-block dl {
    margin-top: 4vw;
  }
}
.p-fcipshikenForm .fcipshikenForm-block dl dt,
.p-fcipshikenConf .fcipshikenForm-block dl dt,
.p-fcipshikenDone .fcipshikenForm-block dl dt {
  font-weight: bold;
  font-size: 17px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-block dl dt,
.p-fcipshikenConf .fcipshikenForm-block dl dt,
.p-fcipshikenDone .fcipshikenForm-block dl dt {
    font-size: 3.7333333333vw;
  }
}
.p-fcipshikenForm .fcipshikenForm-block dl dt:before,
.p-fcipshikenConf .fcipshikenForm-block dl dt:before,
.p-fcipshikenDone .fcipshikenForm-block dl dt:before {
  content: "";
  display: block;
  background-color: #BABED1;
  width: 6px;
  height: 2px;
  margin-right: 5px;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-block dl dt:before,
.p-fcipshikenConf .fcipshikenForm-block dl dt:before,
.p-fcipshikenDone .fcipshikenForm-block dl dt:before {
    width: 1.6vw;
    height: 0.5333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.p-fcipshikenForm .fcipshikenForm-block dl dd,
.p-fcipshikenConf .fcipshikenForm-block dl dd,
.p-fcipshikenDone .fcipshikenForm-block dl dd {
  margin-top: 10px;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-block dl dd,
.p-fcipshikenConf .fcipshikenForm-block dl dd,
.p-fcipshikenDone .fcipshikenForm-block dl dd {
    margin-top: 2.1333333333vw;
  }
}
.p-fcipshikenForm .fcipshikenForm-block dl small,
.p-fcipshikenConf .fcipshikenForm-block dl small,
.p-fcipshikenDone .fcipshikenForm-block dl small {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-block dl small,
.p-fcipshikenConf .fcipshikenForm-block dl small,
.p-fcipshikenDone .fcipshikenForm-block dl small {
    margin-top: 2.6666666667vw;
  }
}
.p-fcipshikenForm .fcipshikenForm-block-note,
.p-fcipshikenConf .fcipshikenForm-block-note,
.p-fcipshikenDone .fcipshikenForm-block-note {
  background-color: #F0F1F4;
  margin-top: 60px;
  padding-block: 50px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-block-note,
.p-fcipshikenConf .fcipshikenForm-block-note,
.p-fcipshikenDone .fcipshikenForm-block-note {
    margin-top: 10.6666666667vw;
    padding-block: 6.6666666667vw;
    padding-inline: 2.6666666667vw;
    text-align: left;
  }
}
.p-fcipshikenForm .fcipshikenForm-block-note h4,
.p-fcipshikenConf .fcipshikenForm-block-note h4,
.p-fcipshikenDone .fcipshikenForm-block-note h4 {
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-block-note h4,
.p-fcipshikenConf .fcipshikenForm-block-note h4,
.p-fcipshikenDone .fcipshikenForm-block-note h4 {
    gap: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-block-note h4 img,
.p-fcipshikenConf .fcipshikenForm-block-note h4 img,
.p-fcipshikenDone .fcipshikenForm-block-note h4 img {
    width: 5.3333333333vw;
  }
}
.p-fcipshikenForm .fcipshikenForm-block-note ul,
.p-fcipshikenConf .fcipshikenForm-block-note ul,
.p-fcipshikenDone .fcipshikenForm-block-note ul {
  margin-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-block-note ul,
.p-fcipshikenConf .fcipshikenForm-block-note ul,
.p-fcipshikenDone .fcipshikenForm-block-note ul {
    margin-top: 2.6666666667vw;
  }
}
.p-fcipshikenForm .fcipshikenForm-block-note ul li,
.p-fcipshikenConf .fcipshikenForm-block-note ul li,
.p-fcipshikenDone .fcipshikenForm-block-note ul li {
  font-size: 14px;
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-block-note ul li,
.p-fcipshikenConf .fcipshikenForm-block-note ul li,
.p-fcipshikenDone .fcipshikenForm-block-note ul li {
    font-size: 3.4666666667vw;
    margin-top: 2.1333333333vw;
    line-height: 1.75;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.p-fcipshikenForm .fcipshikenForm-note,
.p-fcipshikenConf .fcipshikenForm-note,
.p-fcipshikenDone .fcipshikenForm-note {
  margin-top: 0;
}
.p-fcipshikenForm .fcipshikenForm-radio-block,
.p-fcipshikenConf .fcipshikenForm-radio-block,
.p-fcipshikenDone .fcipshikenForm-radio-block {
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-radio-block .fcipshikenForm-radio-wrap,
.p-fcipshikenConf .fcipshikenForm-radio-block .fcipshikenForm-radio-wrap,
.p-fcipshikenDone .fcipshikenForm-radio-block .fcipshikenForm-radio-wrap {
    flex-direction: column;
  }
}
@media screen and (min-width: 751px) {
  .p-fcipshikenForm .fcipshikenForm-radio-block .fcipshikenForm-radio-wrap:last-child,
.p-fcipshikenConf .fcipshikenForm-radio-block .fcipshikenForm-radio-wrap:last-child,
.p-fcipshikenDone .fcipshikenForm-radio-block .fcipshikenForm-radio-wrap:last-child {
    margin-left: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-radio-block .fcipshikenForm-radio-wrap:last-child,
.p-fcipshikenConf .fcipshikenForm-radio-block .fcipshikenForm-radio-wrap:last-child,
.p-fcipshikenDone .fcipshikenForm-radio-block .fcipshikenForm-radio-wrap:last-child {
    margin-left: 8vw;
    padding-left: 8vw;
    border-left: 1px solid #BEC4DD;
  }
}
.p-fcipshikenForm .fcipshikenForm-radio-wrap,
.p-fcipshikenConf .fcipshikenForm-radio-wrap,
.p-fcipshikenDone .fcipshikenForm-radio-wrap {
  display: flex;
  margin-top: 20px;
  gap: 40px;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-radio-wrap,
.p-fcipshikenConf .fcipshikenForm-radio-wrap,
.p-fcipshikenDone .fcipshikenForm-radio-wrap {
    margin-top: 4vw;
    gap: 2.6666666667vw;
  }
}
.p-fcipshikenForm .fcipshikenForm-radio small,
.p-fcipshikenConf .fcipshikenForm-radio small,
.p-fcipshikenDone .fcipshikenForm-radio small {
  margin-top: 15px;
}
.p-fcipshikenForm .fcipshikenForm-name-block,
.p-fcipshikenConf .fcipshikenForm-name-block,
.p-fcipshikenDone .fcipshikenForm-name-block {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-name-block,
.p-fcipshikenConf .fcipshikenForm-name-block,
.p-fcipshikenDone .fcipshikenForm-name-block {
    gap: 1.3333333333vw;
    flex-direction: column;
  }
}
.p-fcipshikenForm .fcipshikenForm-textarea,
.p-fcipshikenConf .fcipshikenForm-textarea,
.p-fcipshikenDone .fcipshikenForm-textarea {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-textarea,
.p-fcipshikenConf .fcipshikenForm-textarea,
.p-fcipshikenDone .fcipshikenForm-textarea {
    margin-top: 4vw;
  }
}
.p-fcipshikenForm .fcipshikenForm-radio-text,
.p-fcipshikenConf .fcipshikenForm-radio-text,
.p-fcipshikenDone .fcipshikenForm-radio-text {
  display: flex;
  line-height: 1.75;
}
@media screen and (min-width: 751px) {
  .p-fcipshikenForm .fcipshikenForm-radio-text,
.p-fcipshikenConf .fcipshikenForm-radio-text,
.p-fcipshikenDone .fcipshikenForm-radio-text {
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-radio-text input,
.p-fcipshikenConf .fcipshikenForm-radio-text input,
.p-fcipshikenDone .fcipshikenForm-radio-text input {
    min-width: 6.1333333333vw;
    min-height: 6.1333333333vw;
  }
}
.p-fcipshikenForm .fcipshikenForm-sectionTitle,
.p-fcipshikenConf .fcipshikenForm-sectionTitle,
.p-fcipshikenDone .fcipshikenForm-sectionTitle {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-sectionTitle,
.p-fcipshikenConf .fcipshikenForm-sectionTitle,
.p-fcipshikenDone .fcipshikenForm-sectionTitle {
    margin-top: 13.3333333333vw;
  }
}
.p-fcipshikenForm .fcipshikenForm-sectionTitle h4,
.p-fcipshikenConf .fcipshikenForm-sectionTitle h4,
.p-fcipshikenDone .fcipshikenForm-sectionTitle h4 {
  margin-bottom: 12px;
  background-color: var(--bg-gray);
  line-height: 1.6;
  font-weight: bold;
  font-size: 24px;
  border-left: 4px solid var(--main-blue);
  padding: 15px 20px;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-sectionTitle h4,
.p-fcipshikenConf .fcipshikenForm-sectionTitle h4,
.p-fcipshikenDone .fcipshikenForm-sectionTitle h4 {
    font-size: 5.3333333333vw;
    margin-top: 16vw;
    margin-bottom: 1.3333333333vw;
    border-left-width: 0.8vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}
.p-fcipshikenForm .fcipshikenForm-sectionTitle small,
.p-fcipshikenConf .fcipshikenForm-sectionTitle small,
.p-fcipshikenDone .fcipshikenForm-sectionTitle small {
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  .p-fcipshikenForm .fcipshikenForm-sectionTitle small,
.p-fcipshikenConf .fcipshikenForm-sectionTitle small,
.p-fcipshikenDone .fcipshikenForm-sectionTitle small {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 751px) {
  .p-fcipshikenConf dt {
    width: 220px;
  }
}
.p-fcipshikenConf .fcipshikenConf-reason {
  flex-wrap: wrap;
}
.p-fcipshikenConf .fcipshikenConf-reason p {
  width: 100%;
  line-height: 1.75;
}