/**
 * セミナー申込フォーム用スタイル（子テーマ）
 *
 * 親テーマ aimc の css/style.css・css/common.css から、申込フォームで使用する
 * クラス（.p-form* / .p-formTable* / .p-formFlow* / .p-formSurvey* / .c-formSection* /
 * .c-iCheck* / .c-customSelect* / .c-btn* / .c-seminarTable* / .p-seminarFormExcerpt*）の
 * ルールのみを抽出して移植したもの。子テーマでは親CSSを dequeue しているため、
 * フォームの見た目を再現する目的でここに同梱する。
 *
 * 対象ページ: page-apply_seminar.php / page-paid_seminar_form.php
 * および申込フロー中の確認/完了画面（親 inc/*-confirm.php / *-complete.php）。
 *
 * iCheck はスキン未使用（cursor:true のみ）の運用で、ラジオ/チェックの見た目は
 * 上記 .c-iCheck ルールが担う。ラジオ/セレクトの初期化JSは親 common.bundle.js に含まれ、
 * 子テーマでも読み込まれているためそのまま動作する。
 *
 * フォームの入力欄サイズずれ防止のため box-sizing を明示。
 */
.inquiry__form .p-form,
.inquiry__form .p-form * {
  box-sizing: border-box;
}


/* ===== extracted from style.css (165 rules) ===== */
.p-aboutStrength__action .c-btn {
  width: 18.125rem;
  padding: 0.9375rem 0;
  text-align: center;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
.p-aboutStrength__action .c-btn {
    width: 100%;
    padding: 3.91vw 0;
    font-size: 3.65vw;
  }
}
.p-casesAssoc__itemActionLink.c-btn {
  border-width: 1px;
  font-size: 0.875rem;
  padding: 0.3125rem 3.125rem 0.3125rem 1.25rem;
}
@media only screen and (max-width: 768px) {
.p-casesAssoc__itemActionLink.c-btn {
    font-size: 3.13vw;
    padding: 1.31vw 13.03vw 1.31vw 5.21vw;
  }
}
.p-casesAssoc__itemActionLink.c-btn:after {
  right: 0.625rem;
}
@media only screen and (max-width: 768px) {
.p-casesAssoc__itemActionLink.c-btn:after {
    right: 2.61vw;
  }
}
.p-casesCategoryBanner .c-btn {
  width: 100%;
  padding: 1.875rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #08447e;
  color: #fff;
  border: 2px solid #08447e;
}
@media only screen and (max-width: 768px) {
.p-casesCategoryBanner .c-btn {
    padding: 5.21vw 0;
  }
}
.p-casesCategoryBanner .c-btn:after {
  background-image: url("../images/common/cmn-ico02.svg");
}
.p-casesCategoryBanner .c-btn:hover {
  background: #fff;
  color: #08447e;
}
.p-casesCategoryBanner .c-btn:hover:after {
  background-image: url("../images/common/cmn-ico01.svg");
}
.p-companyBanner__item .c-btn {
  width: 50%;
  height: 3.125rem;
  padding: 0.9375rem 1.25rem;
}
@media only screen and (max-width: 768px) {
.p-companyBanner__item .c-btn {
    height: auto;
    padding: 2.61vw 2.61vw;
  }
}
@media only screen and (max-width: 768px) {
.p-companyBanner__item .c-btn:after {
    right: 2.61vw;
  }
}
.p-downloadPopup .c-formSection {
  margin-top: 0;
}
.p-downloadPopup .p-formTable {
  margin-top: 1.875rem;
}
@media only screen and (max-width: 768px) {
.p-downloadPopup .p-formTable {
    margin-top: 5.21vw;
  }
}
.p-downloadPopup .p-form__action {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
.p-downloadPopup .p-form__action {
    margin-top: 5.21vw;
  }
}
.p-faqCatSelect__item .c-btn {
  font-size: 1rem;
  display: block;
  width: 100%;
  line-height: 1.5;
  padding: 0.5rem 0.625rem 1.375rem;
}
@media only screen and (max-width: 768px) {
.p-faqCatSelect__item .c-btn {
    font-size: 3.13vw;
    padding: 1.05vw 1.31vw 2.87vw;
  }
}
.p-faqCatSelect__item .c-btn:after {
  top: auto;
  right: 0.625rem;
  bottom: 0.625rem;
}
@media only screen and (max-width: 768px) {
.p-faqCatSelect__item .c-btn:after {
    right: 1.31vw;
    bottom: 1.31vw;
  }
}
@media only screen and (max-width: 768px) {
.p-form {
    padding: 0 5.21vw;
  }
}
.p-form__label {
  float: right;
  margin-top: 0.125rem;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0.125rem 0;
  width: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
.p-form__label {
    margin-top: 0.53vw;
    font-size: 2.61vw;
    padding: 0.4vw 0;
    width: 7.82vw;
  }
}
.p-form__label--optional {
  background: #08447e;
}
.p-form__label--required {
  background: #9f182f;
}
.p-form__field {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #b5b5b5;
  padding: 0 0.875rem;
  height: 3.125rem;
  font-size: 1rem;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  min-width: 0;
}
@media only screen and (max-width: 768px) {
.p-form__field {
    padding: 0 2.61vw;
    height: 10.42vw;
    font-size: 3.13vw;
  }
}
.p-form__field--textarea {
  height: auto;
  padding: 0.625rem 0.875rem;
}
@media only screen and (max-width: 768px) {
.p-form__field--textarea {
    padding: 1.96vw 2.61vw;
  }
}
.p-form__field--height01 {
  height: 15.625rem;
}
@media only screen and (max-width: 768px) {
.p-form__field--height01 {
    height: 52.09vw;
  }
}
.p-form__error {
  color: #f00;
  font-size: 0.9375rem;
  margin-top: 0.3125rem;
}
.p-form__error + .p-form__error {
  margin-top: 0.1875rem;
}
.p-form__text {
  height: 3.125rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
.p-form__text {
    height: 10.42vw;
  }
}
.p-form__checks {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: -1.25rem;
}
@media only screen and (max-width: 768px) {
.p-form__checks {
    margin-bottom: -2.6vw;
  }
}
.p-form__checks label {
  margin-right: 0.9375rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 768px) {
.p-form__checks label {
    margin-right: 3.26vw;
    margin-bottom: 2.61vw;
  }
}
.p-form__checks label.disabled {
  opacity: 0.5;
  text-decoration: line-through;
}
.p-form__checks--line {
  padding-top: 0.9375rem;
}
@media only screen and (max-width: 768px) {
.p-form__checks--line {
    padding-top: 0;
  }
}
.p-form__component--zip {
  width: 18.75rem;
}
@media only screen and (max-width: 768px) {
.p-form__component--zip {
    width: 58.6vw;
  }
}
.p-form__row {
  display: flex;
  justify-content: space-between;
  margin: 0 -0.9375rem;
}
@media only screen and (max-width: 768px) {
.p-form__row {
    margin: 0 -2.6vw;
  }
}
.p-form__row .p-form__field {
  width: calc(100% - 1.875rem);
  margin: 0 0.9375rem;
}
@media only screen and (max-width: 768px) {
.p-form__row .p-form__field {
    width: calc(100% - 5.34vw);
    margin: 0 2.61vw;
  }
}
.p-form__row .p-form__text:first-child {
  margin-left: 0.9375rem;
}
@media only screen and (max-width: 768px) {
.p-form__row .p-form__text:first-child {
    margin-left: 2.61vw;
  }
}
.p-form__row .p-form__text:last-child {
  margin-right: 0.9375rem;
}
@media only screen and (max-width: 768px) {
.p-form__row .p-form__text:last-child {
    margin-right: 2.61vw;
  }
}
.p-form__acceptance {
  margin-top: 5rem;
  background: #f4f4f4;
  border: 1px solid #e6e6e6;
  font-size: 1rem;
  padding: 1.25rem;
  text-align: center;
}
.p-form__acceptance.c-iCheck label {
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
.p-form__acceptance.c-iCheck label {
    line-height: 1.3;
  }
}
@media only screen and (max-width: 768px) {
.p-form__acceptance {
    margin-top: 10.42vw;
    font-size: 3.39vw;
    padding: 2.61vw;
  }
}
.p-form__acceptance a {
  color: #08447e;
  border-bottom: 1px dotted #08447e;
}
.p-form__acceptance a:hover {
  border-bottom: none;
}
.p-form__footerNote {
  margin-top: 0.9375rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
.p-form__footerNote {
    font-size: 3.39vw;
    margin-top: 2.61vw;
  }
}
.p-form__action {
  margin: 5rem -0.9375rem 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
.p-form__action {
    margin: 10.42vw 0 0;
    display: block;
  }
}
.p-form__actionBtn {
  width: calc(100% - 1.875rem);
  margin: 0 0.9375rem;
  max-width: 31.25rem;
  padding: 1.875rem 0;
}
@media only screen and (max-width: 768px) {
.p-form__actionBtn {
    width: 100%;
    padding: 2.61vw 0;
    max-width: 100%;
    margin: 2.61vw 0 0;
  }
.p-form__actionBtn:first-child {
    margin-top: 0;
  }
}
.p-form__actionNote {
  width: calc(50% - 0.9375rem);
  margin: 1.25rem 0 0 auto;
  text-align: right;
  font-size: 0.71875rem;
  line-height: 1.5;
  color: #f00;
}
@media only screen and (max-width: 768px) {
.p-form__actionNote {
    width: auto;
    text-align: left;
    font-size: 2.61vw;
    margin-top: 3.91vw;
  }
}
.p-formBadge {
  display: flex;
  align-items: stretch;
  margin: 2.5rem -1.25rem 0;
}
@media only screen and (max-width: 768px) {
.p-formBadge {
    margin: 5.21vw 0 0;
    display: block;
  }
}
.p-formBadge__box {
  width: calc(100% - 2.5rem);
  margin: 0 1.25rem;
  background: #dce1e7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.875rem;
}
@media only screen and (max-width: 768px) {
.p-formBadge__box {
    width: auto;
    margin: 0 5.21vw 3.91vw;
    padding: 3.91vw;
  }
}
.p-formBadge__ssl {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: bold;
  color: #45596c;
}
@media only screen and (max-width: 768px) {
.p-formBadge__ssl {
    font-size: 4.17vw;
  }
}
.p-formBadge__phoneTitle {
  font-weight: bold;
}
.p-formBadge__phoneNumber {
  font-family: "Lato", sans-serif;
  font-size: 2.75rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #08447e;
  margin-top: 0.625rem;
  padding-left: 2.8125rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
.p-formBadge__phoneNumber {
    font-size: 7.82vw;
    margin-top: 2.35vw;
    padding-left: 10.42vw;
  }
}
.p-formBadge__phoneNumber:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/common/cmn-ico08.svg") no-repeat center/2.1875rem;
  width: 2.1875rem;
  height: 2.1875rem;
}
@media only screen and (max-width: 768px) {
.p-formBadge__phoneNumber:before {
    background-size: 6.52vw;
    width: 3.125rem;
    height: 3.125rem;
  }
}
.p-formBadge__phoneHours {
  font-size: 1.125rem;
  margin-top: 0.75rem;
  font-weight: bold;
  color: #45596c;
}
@media only screen and (max-width: 768px) {
.p-formBadge__phoneHours {
    margin-top: 2.61vw;
    font-size: 3.65vw;
  }
}
.p-formFlow {
  margin-top: 3.75rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: 2px solid #08437e;
  height: 4.375rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.p-formFlow {
    height: auto;
    flex-wrap: wrap;
    border-width: 0.27vw;
    margin: 7.82vw 5.21vw 0;
  }
}
@media only screen and (max-width: 768px) {
.p-formFlow--col4 .p-formFlow__item {
    width: 25%;
    border-top: none;
  }
.p-formFlow--col4 .p-formFlow__item:before, .p-formFlow--col4 .p-formFlow__item:after {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
.p-formFlow--col4 .p-formFlow__item:first-child {
    width: 25%;
  }
.p-formFlow--col4 .p-formFlow__item:first-child:before, .p-formFlow--col4 .p-formFlow__item:first-child:after {
    display: block;
  }
}
.p-formFlow__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.25rem;
  padding-left: 0.625rem;
  font-weight: bold;
  width: 100%;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
.p-formFlow__item {
    border-top: 0.27vw solid #08437e;
    font-size: 2.87vw;
    padding-left: 2.61vw;
    width: 33.3333%;
    min-height: 10.42vw;
    box-sizing: border-box;
  }
}
.p-formFlow__item:before, .p-formFlow__item:after {
  position: absolute;
  width: 0;
  height: 0;
  top: -0.125rem;
  content: "";
  display: block;
  z-index: 10;
  border-style: solid;
}
@media only screen and (max-width: 768px) {
.p-formFlow__item:before, .p-formFlow__item:after {
    top: -0.26vw;
  }
}
.p-formFlow__item:before {
  right: -1.25rem;
  border-width: 35px 0 35px 20px;
  border-color: transparent transparent transparent #08447e;
}
@media only screen and (max-width: 768px) {
.p-formFlow__item:before {
    right: -2.6vw;
    border-width: 5.21vw 0 5.21vw 2.61vw;
  }
}
.p-formFlow__item:after {
  right: -1.125rem;
  border-width: 35px 0 35px 20px;
  border-color: transparent transparent transparent #fff;
}
@media only screen and (max-width: 768px) {
.p-formFlow__item:after {
    right: -2.34vw;
    border-width: 5.21vw 0 5.21vw 2.61vw;
  }
}
@media only screen and (max-width: 768px) {
.p-formFlow__item:first-child {
    width: 100%;
    border-top: none;
  }
.p-formFlow__item:first-child:before, .p-formFlow__item:first-child:after {
    display: none;
  }
}
.p-formFlow__item:last-child:before, .p-formFlow__item:last-child:after {
  display: none;
}
.p-formFlow__item--current {
  background: #08447e;
  color: #fff;
}
.p-formFlow__item--current:after {
  border-color: transparent transparent transparent #08447e;
}
.p-formFlow__item--note {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
.p-formFlow__item--note {
    font-size: 3.39vw;
  }
}
.p-formFlow__itemInner {
  font-weight: inherit;
}
@media only screen and (max-width: 768px) {
.p-formFlow__itemInner br {
    display: none;
  }
}
.p-formFlow__itemNotice {
  display: inline-block;
  padding: 0 0.125rem;
  font-size: 1.375rem;
  font-weight: bold;
  color: #95001c;
}
@media only screen and (max-width: 768px) {
.p-formFlow__itemNotice {
    padding: 0 0.27vw;
    font-size: 3.91vw;
  }
}
.p-formSurvey {
  display: flex;
  font-size: 1.125rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 768px) {
.p-formSurvey {
    font-size: 3.65vw;
    display: block;
    padding-bottom: 5.21vw;
    margin-bottom: 5.21vw;
  }
}
.p-formSurvey:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.p-formSurvey__title {
  width: 28.125rem;
}
@media only screen and (max-width: 768px) {
.p-formSurvey__title {
    width: auto;
  }
}
.p-formSurvey__data {
  width: 34.375rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
.p-formSurvey__data {
    margin-top: 5.21vw;
    font-size: 3.13vw;
    width: auto;
  }
}
.p-formSurvey__row {
  margin-top: 1.25rem;
}
@media only screen and (max-width: 768px) {
.p-formSurvey__row {
    margin-top: 2.61vw;
  }
}
.p-formSurvey__row:first-child {
  margin-top: 0;
}
.p-formTable {
  width: 100%;
  margin-top: 3.125rem;
  font-size: 1.125rem;
  table-layout: fixed;
}
@media only screen and (max-width: 768px) {
.p-formTable {
    margin-top: 5.21vw;
    font-size: 3.13vw;
  }
.p-formTable thead, .p-formTable tbody, .p-formTable tr, .p-formTable th, .p-formTable td {
    width: 100%;
    display: block;
  }
}
.p-formTable tr:first-child th, .p-formTable tr:first-child td {
  padding-top: 0;
}
.p-formTable tr:last-child th, .p-formTable tr:last-child td {
  padding-bottom: 0;
}
.p-formTable th, .p-formTable td {
  padding: 0.9375rem 0;
  line-height: 1.5;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
.p-formTable th, .p-formTable td {
    padding: 0;
  }
}
.p-formTable th {
  text-align: left;
  font-weight: bold;
  width: 16.25rem;
  padding-right: 1.875rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
.p-formTable th {
    width: auto;
    font-size: 3.65vw;
    padding: 0;
    margin-bottom: 1.31vw;
  }
}
.p-formTable th .p-formTable__thInner {
  display: flex;
  font-weight: inherit;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
.p-formTable th .p-formTable__thInner {
    display: block;
  }
}
.p-formTable th .p-formTable__thInner .p-form__label {
  margin-left: 0.9375rem;
}
@media only screen and (max-width: 768px) {
.p-formTable th .p-formTable__thInner .p-form__label {
    margin-left: 1.96vw;
  }
}
.p-formTable th .p-formTable__thInner--align {
  padding-top: 0.625rem;
}
@media only screen and (max-width: 768px) {
.p-formTable th .p-formTable__thInner--align {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
.p-formTable td {
    margin-bottom: 3.91vw;
  }
}
.p-formTable--confirm th, .p-formTable--confirm td {
  padding: 1.5625rem 0;
  border-bottom: 0.125rem solid #ececec;
}
@media only screen and (max-width: 768px) {
.p-formTable--confirm th, .p-formTable--confirm td {
    padding: 0;
    border: none;
  }
}
.p-formTable--confirm th {
  padding-right: 1.875rem;
}
@media only screen and (max-width: 768px) {
.p-formTable--confirm th {
    padding-right: 0;
    padding-bottom: 1.96vw;
    margin-bottom: 1.96vw;
    border-bottom: 0.0625rem dotted #08437e;
  }
}
.p-formTable--confirm tr:last-child th, .p-formTable--confirm tr:last-child td {
  padding-bottom: 1.5625rem;
}
@media only screen and (max-width: 768px) {
.p-formTable--confirm tr:last-child th, .p-formTable--confirm tr:last-child td {
    padding-bottom: 1.96vw;
  }
}
.p-recruitSubFeature__action .c-btn {
  text-align: center;
  width: calc(50% - 2.5rem);
  margin: 0 2.5rem;
  padding: 1.875rem 0;
}
@media only screen and (max-width: 768px) {
.p-recruitSubFeature__action .c-btn {
    width: 100%;
    margin: 5.21vw 0 0;
    padding: 3.91vw 0;
  }
}
.p-seminarAccept__itemLink.c-btn {
  flex-basis: calc(50% - 0.625rem);
  margin: 0 0.625rem;
  text-align: center;
  padding: 0.9375rem 0;
}
@media only screen and (max-width: 768px) {
.p-seminarAccept__itemLink.c-btn {
    width: auto;
    display: block;
    font-size: 3.65vw;
    flex-basis: calc(50% - 3.91vw);
    margin: 3.91vw 0 0;
    padding: 3.26vw 0;
  }
.p-seminarAccept__itemLink.c-btn:after {
    display: none;
  }
}
.p-seminarAccept__itemLink.c-btn:after {
  background-image: url("../images/common/cmn-ico02.svg");
}
.p-seminarAccept__itemLink--detail.c-btn {
  background: #09447f;
  color: #fff;
}
.p-seminarAccept__itemLink--detail.c-btn:hover {
  background: #fff;
  color: #09447f;
}
.p-seminarAccept__itemLink--detail.c-btn:hover:after {
  background-image: url("../images/common/cmn-ico01.svg");
}
.p-seminarAccept__itemLink--entry.c-btn {
  background: #95001c;
  border-color: #95001c;
  color: #fff;
}
.p-seminarAccept__itemLink--entry.c-btn:hover {
  background: #fff;
  color: #95001c;
}
.p-seminarAccept__itemLink--entry.c-btn:hover:after {
  background-image: url("../images/common/cmn-ico30.svg");
}
.p-seminarDetail__entry .c-btn {
  width: 100%;
  text-align: center;
  padding: 1.5625rem 0;
  font-size: 1.125rem;
  background: #95001c;
  border-color: #95001c;
  color: #fff;
}
@media only screen and (max-width: 768px) {
.p-seminarDetail__entry .c-btn {
    padding: 3.91vw 0;
    font-size: 3.65vw;
  }
}
.p-seminarDetail__entry .c-btn:after {
  background-image: url("../images/common/cmn-ico02.svg");
}
.p-seminarDetail__entry .c-btn:hover {
  background: #fff;
  color: #95001c;
}
.p-seminarDetail__entry .c-btn:hover:after {
  background-image: url("../images/common/cmn-ico30.svg");
}
@media only screen and (max-width: 768px) {
.p-seminarFormExcerpt {
    padding: 0 5.21vw;
  }
}
.p-seminarFormExcerpt__text {
  margin-bottom: 1.875rem;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
.p-seminarFormExcerpt__text {
    margin-bottom: 5.21vw;
    font-size: 3.39vw;
  }
}
.p-seminarSearch__action .c-btn {
  padding: 0.75rem 3.125rem;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
.p-seminarSearch__action .c-btn {
    width: 100%;
    padding: 2.61vw 0;
    font-size: 3.65vw;
  }
}
.p-seminarSearch__action .c-btn--blue {
  min-width: 18.75rem;
  margin-right: 1.875rem;
}
@media only screen and (max-width: 768px) {
.p-seminarSearch__action .c-btn--blue {
    min-height: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
.p-seminarSearch__action .c-btn--lightBlue {
    margin-top: 2.61vw;
  }
}
.p-solution__itemPoint .c-btn {
  padding: 0.3125rem 1.25rem;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: auto;
  border-width: 1px;
}
@media only screen and (max-width: 768px) {
.p-solution__itemPoint .c-btn {
    padding: 1.31vw 2.61vw;
    font-size: 3.13vw;
    margin-left: 3.91vw;
    white-space: nowrap;
  }
}
.p-solution__itemPoint .c-btn:after {
  display: none;
}
.p-solution__action .c-btn {
  width: 100%;
  text-align: center;
  border-width: 1px;
}
.p-topMainImage__actionBtn.c-btn {
  letter-spacing: 0.1em;
  padding: 0.9375rem 5.625rem;
}
@media only screen and (max-width: 768px) {
.p-topMainImage__actionBtn.c-btn {
    padding: 3.91vw 23.44vw;
  }
}

/* ===== extracted from common.css (89 rules) ===== */
.c-aboutExcerpt__action .c-btn {
  font-size: 0.875rem;
  padding: 0.75rem 5rem 0.75rem 2.5rem;
}
@media only screen and (max-width: 768px) {
.c-aboutExcerpt__action .c-btn {
    width: 100%;
    padding: 3.26vw 0;
    text-align: center;
  }
}
.c-action .c-btn {
  text-align: center;
  margin: 0 3.125rem;
  width: calc(50% - 3.125rem);
}
.c-backBtn.c-btn {
  width: 28.125rem;
  text-align: center;
  padding: 1.875rem 0;
}
@media only screen and (max-width: 768px) {
.c-backBtn.c-btn {
    width: 100%;
    padding: 3.91vw 0;
    font-size: 3.65vw;
  }
}
.c-backBtn.c-btn:after {
  right: auto;
  left: 1.25rem;
  transform: rotate(180deg) translateY(50%);
}
@media only screen and (max-width: 768px) {
.c-backBtn.c-btn:after {
    left: 3.91vw;
  }
}
.c-btn {
  position: relative;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #08447e;
  box-sizing: border-box;
  border: 0.125rem solid #08447e;
  padding: 1.25rem 3.75rem;
  transition: background 0.4s ease, color 0.4s ease;
}
@media only screen and (max-width: 768px) {
.c-btn {
    font-size: 3.65vw;
    padding: 2.61vw 7.82vw;
    border-width: 0.53vw;
  }
}
.c-btn:after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4375rem;
  height: 0.5rem;
  background: url("../images/common/cmn-ico01.svg") no-repeat left top/1.4375rem auto;
  transition: background 0.4s ease;
}
@media only screen and (max-width: 768px) {
.c-btn:after {
    width: 6.25vw;
    height: 2.35vw;
    right: 4.56vw;
    background-size: 6.25vw auto;
  }
}
@media only screen and (min-width: 769px) {
.c-btn:hover {
    background-color: #08447e;
    color: #fff;
  }
.c-btn:hover:after {
    background-image: url("../images/common/cmn-ico02.svg");
  }
}
.c-btn--white {
  color: #fff;
  border-color: #fff;
}
.c-btn--white:after {
  background-image: url("../images/common/cmn-ico02.svg");
}
@media only screen and (min-width: 769px) {
.c-btn--white:hover {
    background-color: #fff;
    color: #08447e;
  }
.c-btn--white:hover:after {
    background-image: url("../images/common/cmn-ico01.svg");
  }
}
.c-btn--red {
  border-color: #94001c;
  color: #94001c;
}
.c-btn--red:after {
  background-image: url("../images/common/cmn-ico30.svg");
}
@media only screen and (min-width: 769px) {
.c-btn--red:hover {
    background-color: #94001c;
    color: #fff;
  }
}
.c-btn--lightBlue {
  border-color: #9babbc;
  color: #9babbc;
}
.c-btn--lightBlue:after {
  background-image: none;
}
@media only screen and (min-width: 769px) {
.c-btn--lightBlue:hover {
    background-color: #9babbc;
    color: #fff;
  }
}
.c-btn--grey {
  border-color: #878787;
  color: #878787;
}
.c-btn--grey:after {
  background-image: url("../images/common/cmn-ico30.svg");
}
@media only screen and (min-width: 769px) {
.c-btn--grey:hover {
    background-color: #878787;
    color: #fff;
  }
}
.c-btn--fillReverse {
  color: #fff;
  background-color: #08447e;
  border-color: #08447e;
}
.c-btn--fillReverse:after {
  background-image: url("../images/common/cmn-ico02.svg");
}
@media only screen and (min-width: 769px) {
.c-btn--fillReverse:hover {
    background-color: #fff;
    color: #08447e;
  }
.c-btn--fillReverse:hover:after {
    background-image: url("../images/common/cmn-ico01.svg");
  }
}
.c-btn--fillReverse.c-btn--red {
  color: #fff;
  background-color: #94001c;
  border-color: #94001c;
}
.c-btn--fillReverse.c-btn--red:after {
  background-image: url("../images/common/cmn-ico02.svg");
}
@media only screen and (min-width: 769px) {
.c-btn--fillReverse.c-btn--red:hover {
    background-color: #fff;
    color: #94001c;
  }
.c-btn--fillReverse.c-btn--red:hover:after {
    background-image: url("../images/common/cmn-ico30.svg");
  }
}
.c-btn--fillReverse.c-btn--lightBlue {
  color: #fff;
  background-color: #9babbc;
  border-color: #9babbc;
}
.c-btn--fillReverse.c-btn--lightBlue:after {
  background-image: none;
}
@media only screen and (min-width: 769px) {
.c-btn--fillReverse.c-btn--lightBlue:hover {
    background-color: #fff;
    color: #9babbc;
  }
.c-btn--fillReverse.c-btn--lightBlue:hover:after {
    background-image: none;
  }
}
.c-btn--fillReverse.c-btn--grey {
  color: #fff;
  background-color: #878787;
  border-color: #878787;
}
.c-btn--fillReverse.c-btn--grey:after {
  background-image: url("../images/common/cmn-ico02.svg");
}
@media only screen and (min-width: 769px) {
.c-btn--fillReverse.c-btn--grey:hover {
    background-color: #fff;
    color: #666;
  }
.c-btn--fillReverse.c-btn--grey:hover:after {
    background-image: url("../images/common/cmn-ico35.svg");
  }
}
.c-btn--arrowReverse:after {
  transform: translateY(-50%) rotate(180deg);
  right: auto;
  left: 1.25rem;
}
@media only screen and (max-width: 768px) {
.c-btn--arrowReverse:after {
    left: 4.56vw;
    right: auto;
  }
}
.c-btn--wide {
  padding: 1.875rem 3.75rem;
}
.c-casesExcerpt__itemLink.c-btn {
  border-width: 1px;
  font-size: 0.875rem;
  padding: 0.3125rem 3.125rem 0.3125rem 1.25rem;
}
@media only screen and (max-width: 768px) {
.c-casesExcerpt__itemLink.c-btn {
    font-size: 2.61vw;
    padding: 1.31vw 10.42vw 1.31vw 3.91vw;
  }
}
.c-casesExcerpt__itemLink.c-btn:after {
  right: 0.625rem;
}
.c-customSelect {
  height: 3.125rem;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
.c-customSelect {
    height: 10.42vw;
  }
}
.c-customSelect select {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  z-index: 100;
}
.c-customSelect .customSelect {
  display: block !important;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-customSelect .customSelect:after {
  content: "";
  display: block;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  right: 1rem;
  top: 46%;
}
@media only screen and (max-width: 768px) {
.c-customSelect .customSelect:after {
    right: 3.91vw;
  }
}
.c-customSelect .customSelectInner {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  padding: 0 2.1875rem 0 0.75rem;
  align-items: center;
  color: #000;
  background: #fff;
  border: 1px solid #b5b5b5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
.c-customSelect .customSelectInner {
    font-size: 3.65vw;
    padding: 2.87vw 7.04vw 2.87vw 2.87vw;
  }
}
.c-formSection {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 768px) {
.c-formSection {
    margin-top: 7.82vw;
  }
}
.c-formSection__title {
  border-left: 0.3125rem solid #08447e;
  padding-left: 0.75rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 768px) {
.c-formSection__title {
    border-left-width: 1.31vw;
    padding-left: 2.61vw;
    font-size: 4.69vw;
    margin-bottom: 3.91vw;
  }
}
.c-formSection__desc {
  line-height: 1.5;
}
.c-iCheck label {
  display: flex;
  align-items: center;
  line-height: 1.25;
}
.c-iCheck label .icheckbox {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  flex-shrink: 0;
  background: url("../images/common/cmn-ico22.svg") no-repeat left top/22px auto;
}
.c-iCheck label .icheckbox.checked {
  background-image: url("../images/common/cmn-ico21.svg");
}
.c-iCheck label .iradio {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  flex-shrink: 0;
  background: url("../images/common/cmn-ico43.svg") no-repeat left top/18px auto;
}
.c-iCheck label .iradio.checked {
  background-image: url("../images/common/cmn-ico42.svg");
}
.c-more__btn.c-btn {
  width: 28.125rem;
  padding: 1.875rem 0;
}
@media only screen and (max-width: 768px) {
.c-more__btn.c-btn {
    width: 67.71vw;
    padding: 3.91vw;
  }
}
.c-postExcerpt__itemLink.c-btn {
  border-width: 1px;
  font-size: 0.875rem;
  padding: 0.3125rem 3.125rem 0.3125rem 1.25rem;
}
@media only screen and (max-width: 768px) {
.c-postExcerpt__itemLink.c-btn {
    width: 100%;
    font-size: 3.65vw;
    padding: 2.61vw;
    text-align: center;
  }
}
.c-postExcerpt__itemLink.c-btn:after {
  right: 0.625rem;
}
.c-seminarClosed__itemLink.c-btn {
  width: 100%;
  padding: 1.25rem 0;
  text-align: center;
  font-size: 0.875rem;
  border-width: 1px;
}
@media only screen and (max-width: 768px) {
.c-seminarClosed__itemLink.c-btn {
    padding: 3.39vw 0;
    font-size: 3.65vw;
  }
}
.c-seminarClosed__itemLink.c-btn:after {
  right: 0.625rem;
}
.c-seminarTable {
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  padding: 0.9375rem 1.25rem;
}
@media only screen and (max-width: 768px) {
.c-seminarTable {
    padding: 1.96vw 2.61vw;
    font-size: 3.13vw;
  }
}
.c-seminarTable__row {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  color: #333;
}
@media only screen and (max-width: 768px) {
.c-seminarTable__row {
    margin-bottom: 2.09vw;
    padding-bottom: 2.09vw;
  }
}
.c-seminarTable__row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-seminarTable__title {
 flex-basis: 6rem;
  flex-shrink: 0;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
.c-seminarTable__title {
    flex-basis: 19.54vw;
    font-size: 3.13vw;
  }
}
.c-seminarTable__data {
  width: 100%;
}
.c-seminarTable__data a {
  font-size: 0.875rem;
  color: #08447e;
  border-bottom: 1px dotted #08447e;
}
@media only screen and (max-width: 768px) {
.c-seminarTable__data a {
    font-size: 3.13vw;
  }
}
.c-seminarTable__note {
  color: #95001c;
  font-size: 0.75rem;
}
@media only screen and (max-width: 768px) {
.c-seminarTable__note {
    font-size: 2.61vw;
  }
}
.c-seminarTable--simple {
  border: 1px solid #f5f5f5;
  padding: 0;
  background: #fff;
}
@media only screen and (max-width: 768px) {
.c-seminarTable--simple {
    font-size: 3.13vw;
  }
}
.c-seminarTable--simple .c-seminarTable__row {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  align-items: stretch;
  line-height: 1.5;
  color: #333;
}
.c-seminarTable--simple .c-seminarTable__row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-seminarTable--simple .c-seminarTable__title {
  display: flex;
  box-sizing: border-box;
  width: 5rem;
  flex-shrink: 0;
  background: #f5f5f5;
  padding: 16px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
.c-seminarTable--simple .c-seminarTable__title {
    flex-basis: 19.54vw;
    font-size: 3.13vw;
    padding: 2.61vw;
  }
}
.c-seminarTable--simple .c-seminarTable__data {
  width: 100%;
  padding: 16px;
}
.c-seminarTable--simple .c-seminarTable__data a {
  font-size: 0.875rem;
  color: #08447e;
  border-bottom: 1px dotted #08447e;
}
@media only screen and (max-width: 768px) {
.c-seminarTable--simple .c-seminarTable__data a {
    font-size: 3.13vw;
    padding: 2.61vw;
  }
}

/* ============================================================
 * 【暫定】確認/完了画面用レイアウト（親テーマから移植）
 *
 * 確認(inc/seminar-form-confirm.php 等)・完了画面は親の独立テンプレで、
 * .l-container / .c-pageHeader / .c-pageBody / .c-breadcrumb という親FLOCSSの
 * レイアウト枠を使う。子テーマは親CSSを停止しているためこれらが無装飾になり、
 * 全幅・余白なしの崩れた表示になる。本番のデザイン刷新までの暫定として、
 * 親 css/layout.css・common.css から該当ルールのみ移植して体裁を整える。
 *
 * ※これらクラスは子テーマの他テンプレでは未使用（衝突なし）。本CSSは
 *   apply_seminar / paid_seminar_form ページでのみ読み込まれるためスコープも限定的。
 *   入力画面(.inquiry構成)には該当要素が無いため影響しない。
 * ============================================================ */

/* ===== from layout.css (11 rules) ===== */
.l-container {
  box-sizing: border-box;
  position: relative;
  width: 80rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1179px) {
.l-container {
    width: auto;
    max-width: 80rem;
  }
}
@media only screen and (max-width: 768px) {
.l-container {
    width: auto;
  }
}
.l-container--narrow {
  width: 62.5rem;
}
@media only screen and (min-width: 769px) and (max-width: 1179px) {
.l-container--narrow {
    width: auto;
    max-width: 62.5rem;
  }
}
@media only screen and (max-width: 768px) {
.l-container--narrow {
    width: auto;
  }
}
.l-container--exNarrow {
  width: 58.75rem;
}
@media only screen and (min-width: 769px) and (max-width: 1179px) {
.l-container--exNarrow {
    width: auto;
    max-width: 58.75rem;
  }
}
@media only screen and (max-width: 768px) {
.l-container--exNarrow {
    width: auto;
  }
}
.l-pageTop .l-container {
  height: 0;
}
@media only screen and (max-width: 768px) {
.l-pageTop .l-container {
    padding-right: 2.61vw;
  }
}

/* ===== from common.css (26 rules) ===== */
.c-breadcrumb__list {
  background: #f6f6f6;
  padding: 0.3125rem 2.5rem;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0.75rem;
  display: flex;
  line-height: 1.5;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 769px) and (max-width: 1179px) {
.c-breadcrumb__list {
    padding: 0.3125rem 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
.c-breadcrumb__list {
    padding: 1.57vw 5.21vw;
    font-size: 2.61vw;
  }
}
.c-breadcrumb__item a {
  color: #08447e;
}
@media only screen and (min-width: 769px) {
.c-breadcrumb__item a {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media only screen and (min-width: 769px) {
.c-breadcrumb__item a:hover {
    opacity: 0.6;
  }
}
.c-breadcrumb__item:after {
  display: inline-block;
  content: '>';
  margin: 0 0.1875rem;
}
@media only screen and (max-width: 768px) {
.c-breadcrumb__item:after {
    margin: 0 0.79vw;
  }
}
.c-breadcrumb__item:last-child:after {
  display: none;
}
.c-pageBody {
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: 768px) {
.c-pageBody {
    padding-bottom: 10.42vw;
  }
}
.c-pageBody--topPad {
  padding-top: 3.125rem;
}
@media only screen and (max-width: 768px) {
.c-pageBody--topPad {
    padding-top: 5.21vw;
  }
}
.c-pageHeader {
  background: url("../images/common/cmn-pageHeader-bg01.jpg") no-repeat center/cover;
  height: 11.875rem;
}
@media only screen and (max-width: 768px) {
.c-pageHeader {
    height: 24.74vw;
  }
}
.c-pageHeader__inner {
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (min-width: 769px) and (max-width: 1179px) {
.c-pageHeader__inner {
    padding: 0 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
.c-pageHeader__inner {
    padding: 0 5.21vw;
  }
}
.c-pageHeader__subTitle {
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.625rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
.c-pageHeader__subTitle {
    font-size: 3.39vw;
    margin-bottom: 2.61vw;
  }
}
.c-pageHeader__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  width: 100%;
}
@media only screen and (max-width: 768px) {
.c-pageHeader__title {
    font-size: 4.69vw;
  }
}
.c-pageHeader__category {
  display: inline-block;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
.c-pageHeader__category {
    font-size: 3.13vw;
  }
}
.c-pageHeader__category:before {
  content: "-";
  margin-right: 0.625rem;
}
@media only screen and (max-width: 768px) {
.c-pageHeader__category:before {
    margin-right: 2.09vw;
  }
}

/* ===== from style.css (0 rules) ===== */


/* ============================================================
 * apply（採用CF7フォーム）: .inquiry__form 内に収める暫定調整
 *
 * CF7フォーム本体の冒頭に .l-container--narrow（本CSS移植分で width:62.5rem=1000px）が
 * 含まれており、子デザインの .inquiry__form（max-width:684px）を横に超えてはみ出す。
 * apply の .inquiry__form 内に限定して fluid 化する。
 * ※ thanks(/apply/thanks/) は .inquiry__form を持たない（the_content 直出し）ため影響しない。
 * ============================================================ */
#page-apply .inquiry__form .l-container,
#page-apply .inquiry__form .l-container--narrow {
  width: 100%;
  max-width: 100%;
}
/* 念のため、フォーム内要素が列幅を超えないように */
#page-apply .inquiry__form .p-form,
#page-apply .inquiry__form .wpcf7-form-control-wrap,
#page-apply .inquiry__form .codedropz-upload-wrapper {
  max-width: 100%;
}
/* ステップ表示(.p-formFlow)はひとまず非表示 */
#page-apply .inquiry__form .p-formFlow {
  display: none;
}
