@charset "utf-8";
/* CSS Document */
/*apply*/
.apply-main-box-menu__title {
  padding: 15px 10px 15px 20px;
  border-left: 3px solid #ea6f00;
  background: #f6f0ea;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.apply-main-box-menu__list {
  width: 100%;
}
.apply-main-box-menu__item {
  border: 1px solid #d2d2d2;
}
a.apply-main-box-menu__link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #464646;
  position: relative;
  font-weight: bold;
  padding: 8px 20px 8px 35px;
}
a.apply-main-box-menu__sub-link {
  position: relative;
  display: block;
  padding: 4px 20px 6px 60px;
  font-size: 14px;
  color: #343434;
  text-decoration: none;
  font-weight: bold;
}
.apply-main-box-menu__link--add-icon::before,
.apply-main-box-menu__sub-link--add-icon::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/asset/image/icon_arrow-under.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 15px;
  pointer-events: none;
  transform: translateY(-50%) translateY(0);
  transition: transform 0.3s ease;
}
.apply-main-box-menu__sub-link--add-icon::before{
  left: 40px;
  top: 51%;
}
a.apply-main-box-menu__link:hover,
a.apply-main-box-menu__sub-link:hover {
  background-color: #f5f5f5;
}
.apply-main-box-menu__link--add-icon:hover::before,
.apply-main-box-menu__sub-link--add-icon:hover::before {
  transform: translateY(-50%) translateY(3px);
  transition: transform 0.3s ease;
}
.apply-box__heading-l {
  background: #f5f5f5;
  font-size: 30px;
  padding: 24px 20px;
  border-left: 5px solid #ea6f00;
}
.apply-box__heading-m {
  border-bottom: 1px solid #898989;
  font-size: 24px;
  position: relative;
  padding: 14px 20px 14px 25px;
}
[class^="apply-box__heading"] {
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 120%;
}
.apply-box__heading-m::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background: #ea6f00;
  left: 0;
  top: 24px;
}
.apply-box__heading-s-step {
  font-size: 20px;
  border-bottom: 1px solid #ea6f00;
  padding: 15px 0;
  font-family: roboto;
  letter-spacing: 0;
}
.apply-box__heading-s-step-title {
  background: #ea6f00;
  padding: 2px 10px 3px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  letter-spacing: 0.1em;
}
.apply-box__text {
  margin-bottom: 30px;
}
.apply-box__color-box {
  padding: 25px;
}
a.apply-box__text-link {
  display: table;
  position: relative;
  line-height: 120%;
}
.apply-box__text-link::after {
  content: "";
  position: absolute;
  background: url(/asset/image/icon_pdf.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 20px;
  right: -25px;
  top: 0;
}
.apply-box__figure {
  max-width: 600px;
  width: 100%;
}
.apply-box-deadline__main-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.apply-box-deadline {
  padding: 15px;
}
.apply-box-deadline__sub-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 10px 5px;
  border-bottom: 2px solid #f5f5f5;
}
.apply-box-deadline__sub-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 18px 18px 0 18px;
  border-color: #f5f5f5 transparent transparent;
  translate: -50% 100%;
}
.apply-box-deadline__sub-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14.8px 14.8px 0 14.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.apply-box-deadline__date {
  font-size: 20px;
  text-align: center;
  padding: 15px 5px 20px;
  letter-spacing: 0;
  line-height: 1.2;
}
.apply-box-deadline__day {
  font-size: 40px;
  font-weight: bold;
  font-family: roboto;
}
.apply-box__table {
  border-collapse: collapse;
  width: 100%;
  max-width: 1000px;
  font-size: 14px;
  background-color: white;
}
.apply-box__table th,
.apply-box__table td {
  border: 1px solid #e2e2e2;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6;
  font-weight: bold;
}
.apply-box-thead__tr1 {
  background-color: #ea6f00;
  border-right-color: #fff;
  border-bottom-color: #fff;
  color: #fff;
  font-weight: bold;
}
.apply-box-thead__tr2 {
  background: #f6f0ea;
  font-weight: bold;
}
.apply-box__table tbody tr td:first-child {
  background-color: #f6f0ea;
  text-align: left;
  font-weight: bold;
  padding-left: 10px;
  border-bottom: 1px solid #e2e2e2;
  width: 30%;
}
.apply-box-text-s{
  font-size: 13px;
  font-weight: normal;
  line-height: 1.1;
  display: block;
}
/*faq*/
.faq-list-question {
  margin: 0 0 30px 40px;
  padding: 16px 20px;
  background: #f5f5f5;
  position: relative;
  border-left: 2px solid #6e6e6e;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.faq-list-question::after {
  content: "Q";
  position: absolute;
  font-family: "Roboto", "Noto Sans JP";
  color: #464646;
  font-size: 40px;
  left: -42px;
  top: -11px;
  font-weight: normal;
}
.faq-list-answer {
  margin: 0 0 30px 40px;
  padding: 15px 20px;
  border-left: 2px solid #ea6f00;
  position: relative;
}
.faq-list-answer::after {
  content: "A";
  position: absolute;
  font-family: "Roboto", "Noto Sans JP";
  color: #ea6f00;
  font-size: 40px;
  left: -42px;
  top: -11px;
}
.faq-list-answer__text {
  font-size: 18px;
}
.faq-list-answer__text--small {
  font-size: 14px;
  font-weight: normal;
}
.faq-list-answer__text-bold {
  font-weight: bold;
}
.faq-list-answer-box {
  background: #f6f0ea;
  padding: 15px 25px;
  margin: 10px 0 0;
}
.faq-list-answer-box__title {
  font-weight: bold;
}
/*contactボックス*/
.contact {
  background: #f5f5f5;
  padding: 50px 25px 25px;
  text-align: center;
}
.contact-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  grid-gap: 20px;
  margin: auto;
}
.contact__heading-l {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-box__inbox {
  background: #fff;
  padding: 30px;
}
.contact-box__inbox--big {
  grid-column: span 2;
}
.contact__heading-m {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact__caution-text {
  margin-top: 20px;
  font-size: 14px;
}
.contact-box__category {
  display: inline-block;
  margin: 0 10px 0 30px;
  background: #fff;
  border: 1px solid #323232;
  padding: 3px;
  font-size: 12px;
  line-height: 1;
}
/*sp*/
@media screen and (max-width: 768px) {
  [class^="apply-box__heading"]{
    margin-bottom: 30px;
  }
  .apply-box__heading-l {
    font-size: 24px;
    padding: 15px;
  }
  .apply-box__heading-m {
    font-size: 20px;
  }
  .apply-box__heading-s-step-title {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .apply-box__heading-s-step {
    font-size: 18px;
  }
  .apply-box__heading-s-step-title{
    padding: 8px;
  }
  .apply-box__text-link::after{
    right: -20px;
  }
  .apply-box__table th, .apply-box__table td{
    font-size: 13px;
    line-height: 1.3;
  }
  .apply-box__table tbody tr td:first-child{
    font-size: 13px;
    line-height: 1.2;
    padding: 5px;
    width: 20%;
    letter-spacing: 0;
  }
  .apply-box-text-s{
    font-size: 11px;
  }
  .faq-list-question {
    font-size: 17px;
    margin-left: 30px;
    padding: 12px 20px;
  }
  .faq-list-question::after,
  .faq-list-answer::after {
    font-size: 30px;
    left: -32px;
    top: -5px;
  }
  .faq-list-answer {
    margin-left: 30px;
  }
  .faq-list-answer__text {
    font-size: 15px;
    line-height: 1.4;
  }
  .contact {
    padding: 15px;
  }
  .contact-box {
    grid-template-columns: 1fr;
  }
  .contact-box__inbox--big {
    grid-column: span 1;
  }
  .contact__heading-l {
    font-size: 24px;
  }
  .contact__heading-m {
    line-height: 1.2;
    font-size: 16px;
  }
  .contact__caution-text {
    line-height: 1.2;
    text-align: left;
  }
}
