body {
  width: 100%;
}

.contact-index,
.contact-lower {
  padding: 50px 0 85px;
  border-bottom: 1px solid #ddd;
}

.contact-index .c-section-lead,
.contact-lower .c-section-lead {
  margin-bottom: 53px;
}

.contact-index .l-section-box + .l-section-box,
.contact-lower .l-section-box + .l-section-box {
  margin-top: 60px;
}

.p-page-header--contact {
  height: 105px;
}

.p-page-header--contact .p-page-header__inner {
  height: 105px;
  min-height: auto;
}

.contact-index-links .c-section-title {
  margin-bottom: 24px;
}

.contact-form .l-section-box__inner {
  padding: 30px 46px 55px;
}

.contact-form .l-section-box__inner_doc-sample-img {
  background-color: #f3f0eb;
  padding: 40px 100px;
  margin-bottom: 0px;
}

.contact-form .c-section-title {
  margin-bottom: 34px;
}

.contact-form.l-section-box:not(.l-section-box--key) {
  border: 1px solid #d5d5d5;
  border-radius: 10px;
}

.contact-form.l-section-box:not(.l-section-box--key) .l-section-box__inner {
  padding-top: 35px;
  padding-bottom: 35px;
}

.contact-form .p-tab-group {
  margin-top: 35px;
}

.contact-form .p-tab-list {
  justify-content: space-between;
  background-color: transparent;
}

.contact-form .p-tab-e-learning .p-form-input-list__content dt {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  background-color: #f3f0eb;
  padding-left: 1rem;
  padding-top: 5px;
}

.contact-form .p-tab-list__item {
  position: relative;
  flex: 0 0 470px;
  padding-bottom: 15px;
}

.contact-form .p-tab-list__item:nth-child(1n) .p-tab__toggle {
  border: none;
}

.contact-form .p-tab-list__item.is-current::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 35px;
  height: 30px;
  transform: translateX(-50%);
  background: url(/houjin/assets/images/contact/tab_arrow.png) no-repeat center bottom;
  background-size: contain;
  content: '';
}

.contact-form .p-tab-list__item b {
  font-weight: normal;
}

.contact-form .p-tab-list__item.is-current b {
  font-weight: bold;
}

.contact-form .p-tab__toggle {
  height: 70px;
  padding-right: 5px;
  padding-left: 5px;
  border: none;
  border-radius: 6px;
  font-size: 1.8rem;
  text-align: center;
}

.contact-form .p-tab__toggle::after {
  display: none;
}

.contact-form .p-tab__toggle b {
  font-size: inherit;
}

.contact-form .p-tab__body {
  padding: 0;
}

.contact-form .p-tab__onepiece {
  display: inline-block;
}

.contact-form .p-tab__category-block {
  padding: 20px 30px;
  background: #fff2e5;
}

.contact-form .p-tab__form-block {
  padding: 35px 30px 0;
}

.contact-form .p-tab .p-search-category--icon {
  padding-right: 0;
  padding-left: 0;
}

.contact-form .p-tab .p-category-icon-list {
  justify-content: space-between;
  width: 290px;
}

.contact-form .p-tab .p-category-icon-list__item {
  flex-basis: 90px;
  min-height: 90px;
}

.contact-form .p-tab .p-category-icon-list__item a {
  padding-top: 52px;
  padding-bottom: 5px;
}

.contact-form .p-tab .p-category-icon-list__item a::before {
  width: 36px;
  height: 36px;
}

.contact-form .p-tab .p-category-icon-list__item a::after {
  top: 28px;
  width: 20px;
  height: 20px;
}

.contact-form .p-tab .p-category-icon-list__item-text {
  font-size: 1.26rem;
  line-height: 1.286;
}

.contact-form .p-tab .p-category-button-list__item-text {
  font-size: 1.5rem;
}

.contact-form .p-tab .p-form-input-list {
  margin-bottom: 45px;
}

.contact-form .p-tab .p-form-input-list__title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
  font-size: 1.7rem;
  line-height: 1.412;
}

.contact-index-overseas .c-section-lead,
.contact-index-agency .c-section-lead {
  margin-bottom: 32px;
}

.contact-index-agency .l-section-box__inner {
  padding-bottom: 5px;
}

.contact-index-agency .c-button-list {
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
}

.contact-index-agency .c-button-list__item {
  width: 100%;
}

.p-contact-index-list {
  margin-top: 36px;
  margin-bottom: 35px;
  border-top: 1px solid #ddd;
}

.p-contact-index-list__item {
  display: flex;
  align-items: center;
  padding: 18px 0;
}

.p-contact-index-list__title {
  flex: 1 0 0px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.667;
}

.p-contact-index-list .p-button-contact {
  width: 300px;
}

.p-download-title {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.p-button-package {
  display: flex;
  position: relative;
  align-items: center;
  width: 620px;
  padding: 17px 13px;
  border-radius: 4px;
  background: #f2f2f2;
  letter-spacing: -0.03em;
  line-height: 1.438;
  transition: opacity 0.2s ease;
}

.p-button-package:hover {
  opacity: 0.6;
}

.p-button-package::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 11px;
  margin-top: -6px;
  background: url(/houjin/assets/images/common/icon_blank.png) no-repeat left top;
  background-size: cover;
  content: "";
}

.p-download-button-unit {
  margin: 0 -10px;
}

.p-download-button-unit .c-button-list__item {
  margin-top: 20px;
  padding: 0 10px;
}

.p-table-form {
  border-left-width: 0;
}

.p-table-form .c-table__head {
  width: 185px;
  padding-right: 15px;
}

.c-table__head--content__title {
  background-color: #428dff;
  color: white;
}

.p-table-form .c-table__head-sub {
  padding-left: 34px;
}

.p-table-form .c-table__head--lv2 {
  width: 182px;
  padding: 14px;
  background: #fff;
}

.p-table-form .c-table__cell {
  padding: 10px;
}

.p-table-form .c-notes {
  margin-top: 5px;
}

.p-table-form tr.is-error .p-textarea,
.p-table-form tr.is-error .p-textbox,
.p-table-form tr.is-error .p-select {
  border-color: #e67e7e;
  background: #fcebeb;
}

.p-table-form tr.is-error .p-file-label,
.p-table-form tr.is-error .p-radio input[type="radio"] + .p-radio__text::before {
  border-color: #e67e7e;
}

.p-table-form tr.is-error .p-checkbox input[type="checkbox"] + .p-checkbox__text::before {
  border-color: #e67e7e;
}

.p-table-input .c-table__head {
  padding-left: 10px;
}

.p-table-input .c-table__head--lv2 {
  padding-left: 10px;
}

.p-table-input .c-table__head--va-top {
  vertical-align: top;
}

.p-table-order {
  margin-bottom: 10px;
}

.p-table-order .c-table__head {
  width: 15%;
  text-align: center;
  white-space: nowrap;
}

.p-table-order .c-table__head,
.p-table-order .c-table__cell {
  padding: 11px 12px;
  border-right: none;
  border-left: 1px solid #ddd;
}

.p-table-order .c-table__head--lv2 {
  background-color: #f2f2f2;
}

.p-table-order .c-table__head--name {
  width: 70%;
  text-align: left;
}

.p-table-order .c-table__cell {
  border-bottom: 1px solid #ddd;
}

.p-table-order .c-table__cell--num {
  text-align: center;
}

.p-table-order .c-table__cell--money {
  text-align: center;
}

.p-table-order tr > *:last-child {
  border-right: 1px solid #ddd;
}

.c-notes--order {
  margin-bottom: 10px;
}

.p-table-order + .c-notes--order {
  margin-top: 10px;
}

.p-textbox-group {
  display: flex;
}

.p-textbox-group .p-textbox + .p-textbox {
  margin-left: 10px;
}

.p-textbox,
.p-textarea {
  width: 100%;
  max-width: 560px;
  padding: 13px 18px;
  border: 1px solid #ddd;
  border-radius: 0;
  outline: none;
  background: none;
  vertical-align: middle;
}

.p-textbox {
  height: 50px;
}

.p-textbox--name {
  max-width: 200px;
}

.p-textbox--zip {
  max-width: 100px;
}

:-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

.p-textarea {
  height: 140px;
}

.p-form-button {
  margin: 40px 0 13px;
}

.p-select::-ms-expand {
  display: none;
}

.p-select:-moz-focusring {
  color: transparent;
}

.p-select-flex {
  display: flex;
}

.p-select-wrap {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  background: #fff;
}

.p-select-wrap::before, .p-select-wrap::after {
  display: block;
  z-index: 2;
  position: absolute;
  right: 10px;
  width: 0;
  height: 0;
  pointer-events: none;
}

.p-select-wrap::before {
  top: 15px;
  border-width: 0 5px 8px 5px;
  border-style: solid;
  border-color: transparent transparent #999 transparent;
  content: '';
}

.p-select-wrap::after {
  bottom: 15px;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #999 transparent transparent transparent;
  content: '';
}

.p-select-wrap--tokyo {
  display: none;
  margin-left: 10px;
}

.p-select-wrap--tokyo .p-select {
  min-width: 240px;
}

.p-select {
  -webkit-appearance: none;
          appearance: none;
  z-index: 1;
  position: relative;
  min-width: 400px;
  height: 50px;
  padding: 13px 30px 13px 18px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

.p-select--num {
  min-width: 144px;
  text-align: center;
}

.p-file-label,
.p-button-zip {
  -webkit-appearance: none;
          appearance: none;
  display: inline-block;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  background: #f2f2f2;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: -0.03em;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.p-file-label:hover,
.p-button-zip:hover {
  opacity: 0.6;
}

.p-file-label {
  width: 140px;
}

.p-button-zip {
  width: 120px;
  margin: 0 0 0 5px;
  padding: 0;
}

.p-file {
  display: none;
}

.p-file-name {
  display: inline-block;
  margin: 5px 0 5px 5px;
}

.p-checkbox,
.p-radio {
  display: inline-block;
  position: relative;
  margin-right: 1em;
  vertical-align: middle;
  cursor: pointer;
}

.p-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
}

.p-radio input[type="radio"] + .p-radio__text {
  display: inline-block;
  z-index: 1;
  position: relative;
  min-height: 24px;
  padding-left: 32px;
  vertical-align: middle;
}

.p-radio input[type="radio"] + .p-radio__text::before, .p-radio input[type="radio"] + .p-radio__text::after {
  display: block;
  position: absolute;
  content: "";
}

.p-radio input[type="radio"] + .p-radio__text::before {
  z-index: 2;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #aaa;
  border-radius: 50%;
  background: #fff;
}

.p-radio input[type="radio"] + .p-radio__text::after {
  z-index: 3;
  top: 8px;
  left: 6px;
  width: 12px;
  height: 12px;
}

.p-radio input[type="radio"]:checked + .p-radio__text::after {
  border-radius: 100%;
  background-color: #333333;
}

.p-radio input[type="radio"]:disabled + .p-radio__text, .p-radio input[type="radio"].is-disabled + .p-radio__text {
  color: #999;
  cursor: default;
}

.p-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
}

.p-checkbox input[type="checkbox"] + .p-checkbox__text {
  display: inline-block;
  z-index: 1;
  position: relative;
  min-height: 20px;
  padding-left: 30px;
  vertical-align: middle;
}

.p-checkbox input[type="checkbox"] + .p-checkbox__text::before, .p-checkbox input[type="checkbox"] + .p-checkbox__text::after {
  display: block;
  position: absolute;
  content: "";
}

.p-checkbox input[type="checkbox"] + .p-checkbox__text::before {
  z-index: 2;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: #fff;
}

.p-checkbox input[type="checkbox"] + .p-checkbox__text::after {
  z-index: 3;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
}

.p-tab__form-block .p-checkbox input[type="checkbox"]:checked + .p-checkbox__text {
  font-weight: bold;
}

.p-checkbox input[type="checkbox"]:checked + .p-checkbox__text::after {
  background: url(/houjin/assets/images/contact/ico_check.png) no-repeat center center;
}

.p-checkbox input[type="checkbox"]:disabled + .p-checkbox__text, .p-checkbox input[type="checkbox"].is-disabled + .p-checkbox__text {
  color: #999;
  cursor: default;
}

.p-checkbox__group {
  margin: 8px 0 0 30px;
  display: none;
}

.p-form-accordion {
  display: inline-block;
  position: relative;
  min-height: 20px;
  padding-left: 30px;
}

.p-form-accordion::before, .p-form-accordion::after {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
}

.p-form-accordion::before {
  z-index: 2;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: #fff;
}

.p-form-accordion::after {
  z-index: 3;
  background: url(/houjin/assets/images/common/icon_plus.png) no-repeat center center;
  background-size: 10px auto;
}

.p-form-accordion.is-opened::after {
  background-image: url(/houjin/assets/images/common/icon_minus.png);
}

.p-form-accordion__text {
  position: relative;
  cursor: pointer;
}

.p-form-err {
  margin-top: 5px;
  color: #d93636;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.688;
}

.p-form-err + form {
  margin-top: 20px;
}

.p-form-input-list__title {
  margin-bottom: 8px;
  font-weight: bold;
}

.p-form-input-list__content .p-checkbox,
.p-form-input-list__content .p-radio {
  margin: 0 1rem 0 0;
}

.c-table .p-form-input-list .p-form-input-list__content {
  padding-left: 0;
}

.c-table .p-form-input-list .p-form-input-list__content::before {
  display: none;
}

.p-form-input-list__content .p-radio + .p-radio {
  margin-top: 8px;
}

.p-form-input-list__content .p-checkbox + .p-checkbox {
  margin-top: 8px;
}

.p-form-flex {
  display: flex;
  justify-content: space-between;
}

.p-form-flex + .p-form-flex {
  margin-top: 5px;
}

.p-form-flex__item {
  flex: 1;
  font-weight: normal;
  padding: 0;
  line-height: 2;
}

.p-form-flex-notes {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.p-form-flex-notes__text {
  flex: 1;
  padding-right: 30px;
}

.p-form-flex-notes__img {
  flex-basis: 400px;
}
.p-form-flex-notes__doc-sample-img {
  flex-basis: 365px;
}

.p-form-flex-notes .c-note-list {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.571;
}

.p-form-flex-notes-list__title {
  font-weight: bold;
}

.p-form-message {
  text-align: center;
}

.l-section-box__inner .p-form-message {
  margin-top: -5px;
  margin-bottom: -5px;
}

.p-form-message p {
  margin-bottom: 2em;
}

.p-form-select .p-form-button {
  margin-top: 0;
  margin-bottom: 30px;
}

.p-form-select .c-note-list {
  display: table;
  width: auto;
  margin-left: 20px;
}

.p-form-select .c-note-list a {
  text-decoration: underline;
}

.p-mark {
  display: inline-block;
  margin-right: 5px;
  padding: 1px 5px;
  color: #fff;
  font-size: 1.2rem;
}

.p-mark--required {
  background: #e05043;
}

.p-mark--optional {
  background: #8c8c8c;
}

.p-step-nav {
  margin-bottom: 40px;
}

.p-step-nav-list {
  display: flex;
  position: relative;
  justify-content: center;
  height: 75px;
}

.p-step-nav-list__item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 230px;
  margin-right: -30px;
  background: url(/houjin/assets/images/contact/step_arrow_bg.png) no-repeat right top;
}

.p-step-nav-list__item:last-child {
  background: none;
}

.p-step-nav-list__item:nth-child(1) {
  z-index: 4;
}

.p-step-nav-list__item:nth-child(2) {
  z-index: 3;
}

.p-step-nav-list__item:nth-child(3) {
  z-index: 2;
}

.p-step-nav-list__item:nth-child(4) {
  z-index: 1;
}

.p-step-nav-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url(/houjin/assets/images/contact/step_arrow.png) no-repeat left top;
  color: white;
  line-height: 1.5;
}

.p-step-nav-list__item.is-pre .p-step-nav-content {
  background-image: url(/houjin/assets/images/contact/step_arrow_pre.png);
}

.p-step-nav-list__item.is-current .p-step-nav-content {
  background-image: url(/houjin/assets/images/contact/step_arrow_current.png);
}

.p-step-nav-list__item:first-child .p-step-nav-content {
  border-radius: 4px 0 0 4px;
}

.p-step-nav-list__item:last-child .p-step-nav-content {
  border-radius: 0 4px 4px 0;
  background-color: #cccccc;
  background-image: none;
}

.p-step-nav-list__item.is-current:last-child .p-step-nav-content {
  background-color: #e05043;
}

.p-step-nav-content__text {
  display: block;
  font-size: 1.7rem;
}

.p-step-nav-content__num {
  display: block;
  font-size: 1.3rem;
}

.p-step-nav-content__num b {
  margin-left: 0.1em;
  font-size: 1.625rem;
  font-weight: normal;
}

.p-form-notes {
  margin: 1rem;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
}

.p-form-notes__title {
  font-weight: bold;
}

.p-form-notes__content a:not([class]) {
  text-decoration: underline;
}

.p-form-notes__content a:not([class]):hover {
  text-decoration: none;
}

.p-form-notes .c-dot-list__item {
  font-weight: normal;
}

.p-alert-wrapper {
  margin-bottom: 10px;
}

.p-indent {
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .contact-index,
  .contact-lower {
    padding: 45px 0 60px;
  }
  .contact-index .c-section-lead,
  .contact-lower .c-section-lead {
    margin-bottom: 40px;
  }
  .contact-index .l-section-box + .l-section-box,
  .contact-lower .l-section-box + .l-section-box {
    margin-top: 40px;
  }
  .p-page-header--contact .p-page-header__inner {
    min-height: 105px;
  }
  .contact-index-links .c-section-title {
    margin-bottom: 18px;
  }
  .contact-form .l-section-box__inner {
    padding: 26px 20px 16px;
  }
  .contact-form .l-section-box__inner_doc-sample-img {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact-form .c-section-title {
    margin-bottom: 25px;
  }
  .contact-form.l-section-box:not(.l-section-box--key) .l-section-box__inner {
    padding-top: 26px;
    padding-bottom: 16px;
  }
  .contact-form .p-tab-list {
    display: flex;
  }
  .contact-form .p-tab-list__item {
    flex-basis: calc(100% / 2 - 7px);
  }
  .contact-form .p-tab__toggle {
    height: 80px;
    font-size: 1.7rem;
    line-height: 1.235;
  }
  .contact-form .p-tab__category-block {
    padding: 15px;
  }
  .contact-form .p-tab__form-block {
    padding: 15px 15px 0;
  }
  .contact-form .p-tab .p-category-icon-list {
    width: 100%;
  }
  .contact-form .p-tab .p-category-icon-list__item {
    flex-basis: calc(50% - 5px);
    min-height: 50px;
  }
  .contact-form .p-tab .p-category-icon-list__item a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-form .p-tab .p-category-icon-list__item a::before {
    width: 32px;
    height: 32px;
  }
  .contact-form .p-tab .p-category-icon-list__item a::after {
    top: 16px;
    left: 16px;
  }
  .contact-form .p-tab .p-category-icon-list__item-text {
    font-size: 1.3rem;
    line-height: 1.385;
  }
  .contact-form .p-tab .p-category-button-list__item-text {
    font-size: 1.3rem;
    line-height: 1.385;
  }
  .contact-form .p-tab .p-form-input-list {
    margin-bottom: 25px;
  }
  .contact-form .p-tab .p-form-input-list__title {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .p-contact-index-list {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .p-contact-index-list__item {
    display: block;
  }
  .p-contact-index-list__title {
    font-size: 1.6rem;
  }
  .p-contact-index-list .p-button-contact {
    width: auto;
    max-width: 300px;
    margin: 15px auto 0;
  }
  .p-download-title {
    font-size: 2rem;
  }
  .p-button-package {
    width: 100%;
    padding-right: 35px;
  }
  .p-download-button-unit .c-button-list__item {
    margin-top: 10px;
  }
  .p-table-form {
    border-left-width: 1px;
  }
  .p-table-form .c-table__head {
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-table-order {
    border-left-width: 0;
  }
  .p-table-order .c-table__head,
  .p-table-order .c-table__cell {
    padding: 10px;
  }
  .p-table-order .c-table__head--name {
    width: auto;
  }
  .p-table-order tr > *:last-child {
    border-right: 1px solid #ddd;
  }
  .p-table-order tr > *:last-child:not(:first-child) {
    width: 70px;
  }
  .p-textbox-group {
    flex-direction: column;
  }
  .p-textbox-group--zip {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .p-textbox-group .p-textbox + .p-textbox {
    margin: 10px 0 0;
  }
  .p-textbox-group--zip .p-button-zip,
  .p-textbox-group--zip .p-textbox {
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0;
  }
  .p-textbox-group--zip .p-textbox + .p-textbox {
    margin-top: 0;
    margin-right: 5px;
  }
  .p-textbox {
    padding: 12px 10px;
    font-size: 1.6rem;
  }
  .p-textbox--name {
    max-width: 560px;
  }
  .p-select-flex {
    display: block;
  }
  .p-select-wrap--tokyo {
    width: 150px;
    margin-top: 10px;
    margin-left: 0;
  }
  .p-select-wrap--tokyo .p-select {
    min-width: 100px;
  }
  .p-select {
    min-width: 160px;
    padding: 12px 26px 12px 10px;
    font-size: 1.6rem;
  }
  .p-select--num {
    min-width: 50px;
  }
  .p-checkbox + .p-checkbox,
  .p-radio + .p-checkbox, .p-checkbox +
  .p-radio,
  .p-radio +
  .p-radio {
    margin-top: 5px;
  }
  .p-form-input-list .p-form-flex__item + .p-form-flex__item {
    margin-top: 8px;
  }
  .p-form-flex {
    display: block;
  }
  .p-form-flex + .p-form-flex {
    margin-top: 15px;
  }
  .p-form-flex-notes {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .p-form-flex-notes__img {
    flex-basis: auto;
    margin-bottom: 20px;
  }
  .p-form-flex-notes__doc-sample-img {
    flex-basis: auto;
  }
  .p-form-flex-notes__doc-sample-img:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-step-nav {
    margin-bottom: 20px;
  }
  .p-step-nav-list {
    width: 100%;
    height: 37px;
  }
  .p-step-nav-list__item {
    width: calc(100% / 3);
    margin-right: -1px;
    background: none;
  }
  .p-step-nav-list--4step .p-step-nav-list__item {
    width: 25%;
  }
  .p-step-nav-content {
    padding-left: 10px;
    background-color: #cccccc;
    line-height: 1.2;
  }
  .p-step-nav-content::before {
    display: block;
    position: absolute;
    top: 0;
    right: -14px;
    width: 14px;
    height: 37px;
    background: url(/houjin/assets/images/contact/step_arrow_sp.png) no-repeat left top;
    background-size: contain;
    content: '';
  }
  .p-step-nav-list__item.is-pre .p-step-nav-content {
    background-color: #fab5af;
  }
  .p-step-nav-list__item.is-pre .p-step-nav-content::before {
    background-image: url(/houjin/assets/images/contact/step_arrow_pre_sp.png);
  }
  .p-step-nav-list__item.is-current .p-step-nav-content {
    background-color: #e05043;
  }
  .p-step-nav-list__item.is-current .p-step-nav-content::before {
    background-image: url(/houjin/assets/images/contact/step_arrow_current_sp.png);
  }
  .p-step-nav-list__item:last-child .p-step-nav-content::before {
    background-image: none;
  }
  .p-step-nav-content__text {
    font-size: 1.4rem;
  }
  .p-step-nav-content__num {
    font-size: 1.1rem;
  }
  .p-step-nav-content__num b {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 375px) {
  .contact-form .l-section-box__inner {
    padding: 26px 10px 16px;
  }
}

/******************************************/
.course-list__detail {
  display: inline-block !important;
  margin-right: 2rem;
  vertical-align: middle;
  margin-top: 0px;
}
@media screen and (min-width: 768px){
  .course-list__detail {
    position: relative;
    top: -2px;
  }
}

@media screen and (min-width: 769px) {
  .pc-hide {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-hide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .contact-form .p-tab .p-category-button-list__item {
    flex-basis: calc(25% - 10px);
    min-height: 90px;
  }
  .contact-form .p-tab .p-category-button-list__item a {
    padding-left: 80px;
  }
  .contact-form .p-tab .p-category-button-list__item a::after {
    top: 10px;
  }
  .contact-form .p-tab .p-category-button-list__item:nth-child(2) a::after {
    top: 15px;
  }
}

@media screen and (min-width: 768px){
  .c-table__cell--course_name {
    position: relative;
    padding-right: 70px;
  }
}

.c-table__head--flex {
  display: flex !important;
  align-items: center;
}

@media screen and (max-width: 768px){
  .c-table__head_col {
    display: flex;
  }
}

.p-button-del_course {
  display: block;
  border: 1px solid #ddd;
  background: #f2f2f2;
  border-radius: 5px;
  padding: .5rem;
  letter-spacing: 2px;
  white-space: nowrap;
}
@media screen and (min-width: 768px){
  .p-button-del_course {
    display: inline-block;
    right: 0;
    top: 20px;
    margin: 0px 10px;
  }
}

#add_course {
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 6px;
}
#add_course::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 6px;
  background: url(/houjin/assets/images/common/icon_plus.png) no-repeat center center;
  filter: invert(59%) sepia(99%) saturate(547%) hue-rotate(337deg) brightness(95%) contrast(94%);
}

.course-list__link:link, .course-list__link:visited{
  padding: 4px 5px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2rem;
  border: 1px solid #eb8d2f;
  color: #eb8d2f;
}

.pc .course-list__link:active, .pc .course-list__link:hover {
  background: #eb8d2f;
}

.l-section-box--key {
  border: 4px solid #428dff;
}

.request-document-container {
  margin-bottom: 2rem;
  padding: 3rem;

  background-color: #edf4ff;
}
.request-document-title-text {
  margin: 0 auto;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: start;
}
.inquiry-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.inquiry-list-child {
  width: calc(50% - 1em);
}
.inquiry-list-child .p-checkbox {
  margin-right: 0;
}
.icon-info-mark {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: #428dff;
  border-radius: .6em;
  color: white;
  text-align: center;
  line-height: 1.3em;
  cursor: pointer;
}
.icon-info-mark::before {
  content: 'i';
}

.info-popup-container {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0 0 0 / 25%);
}
.info-popup-container.active {
  display: block;
}
.info-popup-window {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 3rem);
  max-width: 768px;
  background: white;
  transform: translate(-50%, -50%);
}
.popup-title-text {
  padding: 1.5rem 0;
  background-color: #428dff;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.info-popup-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  padding: 4rem;
  max-height: calc(100vh - 28rem);
}
.popup-image {
  margin-bottom: 2rem;
  width: 100%;
  height: auto;
  background-color: #a6a6a6;
  aspect-ratio: 16 / 9;
}
.popup-desc-text {
  margin-bottom: 2rem;
  width: 100%;
}
button.info-popup-close-button {
  position: relative;
  margin: 2rem 0;
  padding: 1.2em 1.5em 1.1em;
  left: calc(50% - 120px);
  width: 240px;
  border: 1px solid;
  color: #428dff;
}
button.info-popup-close-button::before {
  content: '\d7';
  position: absolute;
  top: 50%;
  left: 1em;
  font-size: 1.2em;
  transform: translateY(-50%);
}
span.info-popup-close-button {
  position: absolute;
  top: -35px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
span.info-popup-close-button::before,
span.info-popup-close-button::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: white;
}
span.info-popup-close-button::before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
span.info-popup-close-button::after {
  transform: translate(-50%, -50%) rotateZ(135deg);
}

@media screen and (max-width: 768px) {
  .inquiry-list-child {
    width: 100%;
  }

  .request-document-container {
    padding: 2rem;
  }
  .info-popup-wrap {
    padding: 2rem;
  }
  span.info-popup-close-button {
    top: -45px;
    width: 40px;
    height: 40px;
  }
}

/*
  講座選択
*/
.contact-form .p-tab-list__item:nth-child(1n) .p-tab__toggle {
  background-color: #edf4ff;
}
.p-tab__toggle[aria-selected="true"],
.p-tab-list__item.is-current .p-tab__toggle {
  background-color: #428dff !important;
}
.p-tab__toggle:hover {
  background-color: #428dff !important;
  color: #fff;
}
.p-tab__body {
  border-color: #428dff;
}
.contact-form .p-tab__category-block {
  background-color: #f5f5f5;
}
.course-list__link:link, .course-list__link:visited {
  border-color: #428dff;
  color: #428dff;
}
.pc .course-list__link:active, .pc .course-list__link:hover {
  background-color: #428dff;
}
.container:not(.sp) .course-list__detail {
  top: 0;
}

.contact-form .p-tab-list__item {
  flex: 0 0 310px;
}
.l-page {
  padding-bottom: 90px;
}

/* ビジトレホーダイ */
.bussi_train-text-top {}
.bussi_train-text-title {
  font-size: 32px;
}
.bussi_train-text-bottom {
  font-size: 11px;
}
/* 選択中のリスト */
.list+.form-btn {
  padding: 0;
}
.select-wrap {
  padding: 1.3rem 1.5rem 1.7rem;
  width: 100%;
}
.select-list {
  width: 100%;
  border: 1px solid #428dff;
}
.select-list .select-list__head {
  background: #428dff;
  font-size: 1.8rem;
}
.select-list__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.select-list__course-name {
  width: 100%;
  min-height: 4em;
  border: 1px solid #428dff;
  font-weight: normal;
}
.select-list__course-name:first-of-type {
  border-right: 1px solid #428dff;
}
.form-btn--list .form-btn__form {
  align-self: flex-end;
}
.select-list__times {
  color: #428dff;
}

.modal__alert {
  padding: 2em;
  width: 50%;
  font-size: 1.5rem;
}
.modal__message {
  text-align: center;
}
.modal__confirm {
  margin-top: 2em;
  padding: 1em 5em;
  width: auto;
  border: 1px solid;
  color: #428dff;
}

@media screen and (min-width: 568px) {
  .form-btn--list .form-btn__form {
    margin-bottom: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .p-tab-list__item {
    flex-basis: calc(100% / 3 - 7px);
  }
  .l-page {
    padding-bottom: 180px;
  }
  /* eラーニング研修 > カテゴリ */
  .p-category-button-list {
    justify-content: flex-start;
  }
  .p-category-button-list__item {
    min-width: unset;
  }
  .select-list__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .form-btn--list .form-btn__inner {
    display: block;
  }
  .form-btn--list .form-btn__form {
    margin-bottom: unset;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .modal__alert {
    width: calc(100% - 4rem);
  }
}
