@charset "UTF-8";
/*
/wp-content/themes/trueteamconsulting/
*/

.txt-red {
  color: #BF0E0D;
  font-weight: bold;
}

.page-header {
  background: url(/wp-content/themes/trueteamconsulting/img/bg_cds-header.jpg) no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: 42px;
  height: 500px;
}

.page-header__inner {
  padding: 12.5% 2% 4% 2%;
  max-width: 1016px;
  margin: auto;
}

.page-header__txt {
  font-weight: 700;
  padding-bottom: 11.5%;
  margin-left: 8.5%;
}

.page-header__txt--small {
  font-size: clamp(1.2rem, 3vw, 2.1rem);
  margin-left: 4.5%;
}

.page-header__txt--large {
  font-size: clamp(1.4rem, 5vw, 6.2rem);
}

.cd {
  margin-top: 9.7rem;
}

.cd__inner {
  max-width: 1013px;
  padding: 5rem 2rem 9.5rem;
  margin: auto;
}

.cd__ttl {
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin: 1em;
}

.cd__box {
  padding: 78px 0;
}

.cd {
  max-width: 1013px;
  margin: auto;
}

.cd__inner {
  padding: 47px 2rem 0;
}

.cd-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cd-item__info {
  width: 73%;
}

.cd-item__ttl {
  color: #55360C;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-thickness: 2px;
  margin-bottom: 24px;
}

.cd-item__name {
  font-weight: 500;
}

.cd-item__txt {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 11px;
}



strong {
  color: #7C070F;
  font-weight: bold;
}

.bold-text{
  font-weight: bold;
}


@media screen and (min-width: 1050px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  .sp-hidden {
    display: none;
  }

  .cd-item {
    display: block;
  }

  .cd-item__info {
    width:100%;
  }

  .cd-item__ttl {
    text-align: center;
    text-decoration:none;
  }

  .cd-item__img {
    text-align: center;
  }
  .cd-item__img img{
    width: 70%;
  }

  .cd__box {
    padding: 78px 1em;
  }
}

.form {
  padding-top: 80px;
}

.form__inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 2rem;
}

.form__title {
  margin-bottom: 25px;
  font-size: 3.2rem;
  font-size: clamp(1.8rem, 2.5vw, 3.2rem);
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6";
  text-align: center;
}

.form__description {
  font-size: 1.8rem;
  line-height: 1.4444;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 17px;
}

.form__form {
  max-width: 1020px;
  margin: auto;
}

dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #707070;
}

dl:first-child {
  border-top: 1px solid #707070;
}

dl:first-child .require::after {
  bottom: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

dl:nth-child(9) .require::after {
  top: 7%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

dt {
  width: 28.5%;
  position: relative;
  background: #EEEEEE;
  padding-left: 7.3%;
  padding-top: 1.4%;
}

dt.require::after {
  content: "必須";
  position: absolute;
  background: #BF0E0D;
  color: #fff;
  border: 1px solid #707070;
  width: 46px;
  height: 28px;
  font-size: 14px;
  font-weight: 500;
  right: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 46px;
  border-radius: 6px;
  text-align: center;
}

dd {
  width: 71.5%;
  padding: 8px 0 6px 3.1%;
}

select {
  border-radius: 5px;
  height: 40px;
  outline: none;
  border: 1px solid #707070;
  width: 48.5%;
  background: #fff;
  padding-left: 5px;
  margin-bottom: 8px;
}

.form__text {
  width: 39%;
  border-radius: 5px;
  outline: none;
  border: 1px solid #707070;
  height: 41px;
  padding-left: 8px;
}

.zip-code {
  width: 28.3%;
}

.tel1,
.tel2,
.fax1,
.fax2 {
  margin-right: 14px;
  position: relative;
}

.tel1::after,
.tel2::after,
.fax1::after,
.fax2::after {
  position: absolute;
  content: "";
  background: #707070;
  width: 8.5px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -12px;
}

.form__tel-fax {
  width: 11.5%;
  border-radius: 5px;
  outline: none;
  border: 1px solid #707070;
  height: 41px;
  padding-left: 8px;
}

.form__post-number {
  border-radius: 5px;
  outline: none;
  border: 1px solid #707070;
  height: 41px;
  padding-left: 8px;
}

.form__post-number1 {
  width: 34%;
  margin-left: 4px;
}

.form__post-number2 {
  width: 40%;
}

.postal1 {
  margin-right: 14px;
  position: relative;
}

.postal1::after {
  position: absolute;
  content: "";
  background: #707070;
  width: 8.5px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -12px;
}

.form__textarea {
  border-radius: 5px;
  height: 112px;
  padding-left: 8px;
  outline: none;
  border: 1px solid #707070;
  width: 100%;
}

.zip-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

.address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.form__address {
  width: 100%;
  border-radius: 5px;
  outline: none;
  padding-left: 8px;
  border: 1px solid #707070;
  height: 41px;
}

.prefecture {
  width: 48.7%;
  margin-right: 2.7%;
}

.city {
  width: 48.6%;
}

.addr {
  width: 48.7%;
}

.addr input {
  width: 48.7%;
}

.post-number__btn {
  color: #3A3A3A;
  font-weight: 500;
  width: 139px;
  height: 41px;
  background: #D6D6D6;
  border: 1px solid #707070;
  border-radius: 3px;
}

.form__annotation {
  font-size: 1.8rem;
  line-height: 1.4444;
  font-weight: 500;
  padding-top: 1px;
}

.privacy-policy {
  max-width: 1020px;
  margin: auto;
}

.privacy-policy__wrapper {
  margin-top: 31px;
  height: 221px;
  overflow-y: scroll;
  padding: 19px 20px 20px 25px;
  border: 1px solid #707070;
}

.privacy-policy p {
  padding-bottom: 25px;
}

.agree-check {
  padding-top: 25px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}

.agree-check label {
  position: relative;
  padding-left: 20px;
}

.agree-check input {
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  position: absolute;
  top: 5px;
  left: 0;
}

.form__send-btn {
  text-align: center;
}

.form__send-btn input {
  width: 231px;
  height: 50px;
  background: #573701;
  border: 1px solid #707070;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  margin-top: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

.form__send-btn input:hover {
  background: #fff;
  color: #573701;
}

.wpcf7-spinner {
  display: none;
}

.privacy {
  padding: 0 2rem 80px;
}

.privacy__inner {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 86px;
}

.privacy__ttl {
  font-size: 3.2rem;
  font-size: clamp(2.2rem, 2.5vw, 3.2rem);
  -webkit-text-decoration: underline 2px solid #3A3A3A;
          text-decoration: underline 2px solid #3A3A3A;
  text-underline-offset: 9px;
  font-weight: 700;
  color: #3A3A3A;
  padding-bottom: 13px;
}

.privacy__content > p {
  margin-bottom: 50px;
}

.message-box {
  background: #fff;
  padding-top: 5rem;
}

.message-box__item {
  margin: auto;
}

.message-box__ttl {
  font-size: 1.4rem;
  line-height: 1.8571;
  color: #fff;
  font-weight: 700;
  padding: 1.3rem;
  background: #674A19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.5rem;
}

.message-box__txt {
  font-size: 1.4rem;
  line-height: 1.4285;
  color: #707070;
  font-weight: 500;
  padding: 1.2rem 2.5rem 3rem;
  border: 1px solid #674A1A;
}

@media screen and (max-width: 1050px) {
  .main {
    padding-top: 66px;
  }
  .course__ttl {
    padding-bottom: 3rem;
  }
  .program .program-ttl-box__annotation {
    padding-left: 0;
  }
  .program-ttl-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form__form th,
  .form__form td {
    display: block;
    width: 100%;
  }
  .form__form th {
    padding-top: 14px;
  }
  .form__form td {
    padding: 10px 20px;
  }
  .form__personal-info-description {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .zip-code {
    width: 53.3%;
  }
  .privacy-policy {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 480px) {
  .page-header {
    height: 150px;
  }
  .page-header__inner {
    padding: 14.5% 2% 15% 2%;
  }
  dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  dt,
  dd {
    width: 100%;
  }
  dt {
    padding-top: 1.4%;
    padding-bottom: 1.4%;
    padding-left: 3%;
  }
  dd {
    padding: 2%;
  }
  select,
  .form__text {
    width: 100%;
  }
  dl:first-child .require::after,
  dl:nth-child(9) .require::after {
    right: 7%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .form__inner {
    padding: 0 1rem;
  }
  .form__description {
    font-size: 1.6rem;
  }
  .form__address1 {
    margin-right: 0;
  }
  .form__address {
    width: 100%;
  }
  .form__annotation {
    font-size: 1.3rem;
  }
  .form__tel-fax {
    width: 29%;
  }
  .form__post-number1,
  .form__post-number2 {
    width: 35%;
  }
  .privacy-policy__wrapper {
    padding: 1rem;
  }
  .agree-check {
    padding: 1rem 2rem 0;
  }
  .agree-check input {
    top: -24px;
  }
}
/*# sourceMappingURL=cd.css.map */