/****************************************
app-method
*****************************************/
.app-method__description {
  padding: 34px 0;
  border: 1px solid #c23333;
  font-size: 2.2rem;
  color: #c23333;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .app-method__description {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .app-method__description {
    font-size: 1.8rem;
  }
}

/****************************************
app-guide
*****************************************/
.app-guide {
  margin: 80px 0 0 0;
}

@media screen and (max-width: 480px) {
  .app-guide {
    margin: 40px 0 100px;
  }
}

.app-guide__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.app-guide__container.out-of-date .app-guide__list span {
  color: #666;
  display: block;
  width: 100%;
  background-color: #eaeaea;
  border: 1px solid #dcdcdc;
  font-size: 1.6rem;
  text-align: center;
  padding: 32px 10px;
  cursor: not-allowed;
}

@media screen and (max-width: 480px) {
  .app-guide__container.out-of-date .app-guide__list span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .app-guide__container {
    display: block;
  }
}

.app-guide__list {
  width: 60%;
}

.app-guide__list:first-child {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .app-guide__list {
    width: 100%;
    margin: 0 auto 20px;
  }
  .app-guide__list:last-child {
    margin-bottom: 0;
  }
}

.app-guide__list a {
  display: block;
  width: 100%;
  border: 1px solid #dcdcdc;
  font-size: 1.6rem;
  text-align: center;
  padding: 32px 10px;
  color: #fff;
  background-color: #288A2C;
}

@media screen and (max-width: 480px) {
  .app-guide__list a {
    font-size: 1.4rem;
  }
}

.app-guide__list a:hover {
  background-color: #dcdcdc;
}

/****************************************
q_a-container
*****************************************/
.q_a-container {
  background-color: #ececec;
}

/****************************************
q_a-sec
*****************************************/
.q_a-sec:last-child {
  margin-top: 110px;
  padding-bottom: 150px;
}

@media screen and (max-width: 480px) {
  .q_a-sec:last-child {
    margin-top: 55px;
    padding-bottom: 75px;
  }
}

.q_a-sec .section-ttl {
  text-align: left;
}

.q_a-sec__list {
  margin-bottom: 45px;
}

.q_a-sec__list:last-child {
  margin-bottom: 0;
}

.q_a-sec__list .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}

.q_a-sec__list .question.open::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.q_a-sec__list .question::before, .q_a-sec__list .question::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #de0010;
  position: absolute;
  top: 30px;
  right: 19px;
  -webkit-transition: .25s all ease-out;
  -o-transition: .25s all ease-out;
  transition: .25s all ease-out;
}

.q_a-sec__list .question::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.q_a-sec__list .question .icon {
  width: 70px;
  text-align: center;
  padding: 20px 0;
  background-color: #80000a;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .q_a-sec__list .question .icon {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .q_a-sec__list .question .icon {
    font-size: 1.8rem;
  }
}

.q_a-sec__list .question .txt {
  font-size: 2rem;
  color: #80000a;
  background-color: #fff;
  width: 100%;
  padding: 17px 45px 17px 21px;
}

@media screen and (max-width: 767px) {
  .q_a-sec__list .question .txt {
    font-size: 1.6rem;
    padding: 18px 45px 18px 10px;
  }
}

@media screen and (max-width: 480px) {
  .q_a-sec__list .question .txt {
    font-size: 1.4rem;
    padding: 19px 45px 19px 10px;
  }
}

.q_a-sec__list .answer {
  background-color: #80000a;
  /*height: 0;*/
  display: none;
  overflow: hidden;
/*  -webkit-transition: .25s all ease-out;
  -o-transition: .25s all ease-out;
  transition: .25s all ease-out;*/
}
.q_a-sec__list .answer-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
}

@media screen and (max-width: 767px) {
  .q_a-sec__list .answer-inner {
    padding: 0 11px;
  }
}

.q_a-sec__list .answer-inner {
  padding: 23px 24px;
  /*height: 92px;*/
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .q_a-sec__list .answer-inner {
    padding: 23px 11px;
  }
}

.q_a-sec__list .answer .icon {
  background-color: #fff;
  display: block;
  width: 46px;
  height: 46px;
  color: #80000a;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 44px;
}

@media screen and (max-width: 767px) {
  .q_a-sec__list .answer .icon {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .q_a-sec__list .answer .icon {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .q_a-sec__list .answer .icon {
    width: 35px;
    height: 35px;
    line-height: 34px;
    margin-right: 22px;
  }
}

.q_a-sec__list .answer .txt {
  color: #fff;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .q_a-sec__list .answer .txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .q_a-sec__list .answer .txt {
    font-size: 1.4rem;
  }
}

/****************************************
topics-container
*****************************************/
.topics-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 40px;
  margin-bottom: 133px;
}

@media screen and (max-width: 1180px) {
  .topics-container {
    display: block;
    padding-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .topics-container {
    margin-bottom: 65px;
  }
}

/****************************************
topics
*****************************************/
.topics__ttl {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

@media screen and (max-width: 1180px) {
  .topics__ttl {
    max-width: 758px;
    margin: 0 auto 50px;
  }
}

.topics__ttl .en img {
  width: 204px;
  height: 58px;
}

@media screen and (max-width: 480px) {
  .topics__ttl .en img {
    height: 40px;
    width: 140px;
  }
}

.topics__ttl .ja {
  font-size: 1.8rem;
  color: #bb0007;
  font-weight: 400;
  line-height: 1;
  margin-top: 18px;
}

@media screen and (max-width: 480px) {
  .topics__ttl .ja {
    font-size: 1.6rem;
  }
}

.topics__articles {
  max-width: 758px;
  width: 80%;
}

@media screen and (max-width: 1180px) {
  .topics__articles {
    width: 100%;
    margin: 0 auto;
  }
}

.topics__article:first-child {
  border-top: 1px solid #dcdcdc;
}

.topics__article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dcdcdc;
  padding: 35px 0;
}

@media screen and (max-width: 480px) {
  .topics__article a {
    display: block;
  }
}

.topics__article a time {
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  margin-right: 19px;
}

@media screen and (max-width: 480px) {
  .topics__article a time {
    margin-right: 0;
    display: block;
  }
}

.topics__article a .title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
}

/****************************************
topics-single
*****************************************/
.topics-single {
  margin-bottom: 205px;
}

@media screen and (max-width: 480px) {
  .topics-single {
    font-size: 100px;
  }
}

.topics-single__ttl {
  margin-bottom: 0;
}

.topics-single__time {
  text-align: center;
}

.topics-single__time time {
  font-size: 1.4rem;
  color: #222;
}

.topics-single__content {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 60px 0;
  color: #222;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 45px;

  text-align: center;
}
.topics-single__content a {
  text-decoration: underline !important;
  color: blue;
}
@media screen and (max-width: 480px) {
  .topics-single__content {
    font-size: 1.4rem;
    padding: 30px 0;
  }
}

.topics-single .to-top a {
  width: auto;
  padding: 0 38px;
}

/****************************************
autorace-btns
*****************************************/
.autorace-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .autorace-btns {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .autorace-btns {
    margin-bottom: 32px;
  }
}

.autorace-btns li {
  width: 33.33%;
}

@media screen and (max-width: 767px) {
  .autorace-btns li {
    width: 100%;
  }
}

.autorace-btns li.active a {
  background-color: #dcdcdc;
  pointer-events: none;
}

.autorace-btns li a {
  display: flex;
  align-items: center;      
  justify-content: center; 
  text-align: center;
  height: 108px;
  width: 100%;
  padding: 24px 16px;
  border: 1px solid #dcdcdc;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #000;
}

.autorace-btns li a:hover {
  background-color: #dcdcdc;
}

/****************************************
whats-autorace
*****************************************/
.whats-autorace {
  margin-bottom: 120px;
}

@media screen and (max-width: 480px) {
  .whats-autorace {
    margin-bottom: 60px;
  }
}

.whats-autorace .section-ttl {
  text-align: left;
  margin-bottom: 35px;
}

.whats-autorace__description {
  font-size: 1.4rem;
  color: #000;
}

.whats-autorace__description:not(:first-of-type) {
  margin-top: 30px;
}

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

@media screen and (max-width: 767px) {
  .whats-autorace__container {
    display: block;
  }
}

.whats-autorace__list li {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 2;
}

.whats-autorace__list li:first-child {
  margin-top: 30px;
}

.whats-autorace__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 65px;
}

@media screen and (max-width: 1180px) {
  .whats-autorace__img {
    margin-left: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .whats-autorace__img {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}

.whats-autorace__img img {
  width: 450px;
}

.whats-autorace__table {
  width: 100%;
  margin-top: 30px;
}

.whats-autorace__table caption {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 38px;
  text-align: left;
}

.whats-autorace__table thead th {
  background: #feced0;
}

.whats-autorace__table tbody td span {
  color: #ff69b4;
}

/****************************************
auto-dream-movie
*****************************************/
.auto-dream-movie {
  margin-bottom: 170px;
}

@media screen and (max-width: 480px) {
  .auto-dream-movie {
    margin-bottom: 85px;
  }
}

.auto-dream-movie__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .auto-dream-movie__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.auto-dream-movie__block {
  max-width: 365px;
  width: 32%;
  margin-right: 21px;
}

@media screen and (max-width: 1180px) {
  .auto-dream-movie__block {
    margin-right: 14px;
  }
}

@media screen and (max-width: 767px) {
  .auto-dream-movie__block {
    width: 49%;
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .auto-dream-movie__block {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.auto-dream-movie__block:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .auto-dream-movie__block:nth-child(3n) {
    margin-right: auto;
  }
}

.auto-dream-movie__block .movie {
  width: 100%;
  margin-bottom: 17px;
}

@media screen and (max-width: 480px) {
  .auto-dream-movie__block .movie {
    margin-bottom: 10px;
  }
}

.auto-dream-movie__block .movie iframe {
  width: 100%;
  height: 205px;
}

@media screen and (max-width: 1180px) {
  .auto-dream-movie__block .movie iframe {
    height: 18vw;
  }
}

@media screen and (max-width: 767px) {
  .auto-dream-movie__block .movie iframe {
    height: 26.8vw;
  }
}

@media screen and (max-width: 480px) {
  .auto-dream-movie__block .movie iframe {
    height: 53vw;
  }
}

.auto-dream-movie__block--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  line-height: 1;
}

.auto-dream-movie__block--txt .num {
  font-weight: 600;
  color: #fff;
  font-size: 2.4rem;
  background-color: #df0010;
  padding: 0 6px;
  height: 40px;
  line-height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}

.auto-dream-movie__block--txt .txt {
  font-size: 1.6rem;
  color: #000;
}

.auto-dream-movie .full-movie {
  max-width: 847px;
  width: 100%;
  margin: 0 auto 92px;
}

@media screen and (max-width: 480px) {
  .auto-dream-movie .full-movie {
    margin-bottom: 46px;
  }
}

.auto-dream-movie .full-movie iframe {
  width: 100%;
  height: 534px;
}

@media screen and (max-width: 877px) {
  .auto-dream-movie .full-movie iframe {
    height: 53vw;
  }
}
.auto-dream-movie p.record-total {
  text-align: center;
    margin-bottom: 40px;

    font-size: 1.6rem;
    color: #000;
    text-decoration: none;
}
.auto-dream-movie .full-movie p {
  text-align: center;
  margin-top: 20px;
  color: #d80909;
  text-decoration: underline;
  font-size: 1.6rem;
}

/****************************************
chief-comment
*****************************************/
.chief-comment {
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .chief-comment {
    margin-bottom: 50px;
  }
}

.chief-comment .section-ttl {
  margin-bottom: 65px;
}

@media screen and (max-width: 480px) {
  .chief-comment .section-ttl {
    margin-bottom: 32px;
  }
}

.chief-comment__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1180px) {
  .chief-comment__container {
    display: block;
  }
}

.chief-comment__img {
  max-width: 420px;
}

@media screen and (max-width: 1180px) {
  .chief-comment__img {
    margin: 0 auto 30px;
  }
}

.chief-comment__txt {
  max-width: 652px;
  margin-left: 10px;
}

@media screen and (max-width: 1180px) {
  .chief-comment__txt {
    margin: 0 auto;
  }
}

.chief-comment__txt p {
  font-size: 1.6rem;
  color: #000;
  line-height: 28px;
}

.chief-comment__txt p:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 1180px) {
  .chief-comment__txt p:not(:first-child) {
    margin-top: 20px;
  }
}

/****************************************
message
*****************************************/
.message {
  padding: 80px 0 200px;
  background-color: #fff4f5;
}

@media screen and (max-width: 480px) {
  .message {
    padding: 40px 0 100px;
  }
}

.message .section-ttl {
  margin-bottom: 88px;
}

@media screen and (max-width: 480px) {
  .message .section-ttl {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .message .wrapper {
    padding: 0 30px;
  }
}

@media screen and (max-width: 480px) {
  .message .wrapper {
    padding: 0 15px;
  }
}

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

@media screen and (max-width: 767px) {
  .message__container {
    display: block;
  }
}

.message__block {
  max-width: 542px;
  background-color: #fff;
  padding: 64px 55px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .message__block {
    padding: 64px 20px;
  }
}

@media screen and (max-width: 767px) {
  .message__block {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .message__block {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 1200px) {
  .message__block:last-child {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .message__block:last-child {
    margin-left: 0;
    margin-top: 50px;
  }
}

.message__block--100 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -36px;
  left: -29px;
}

@media screen and (max-width: 1200px) {
  .message__block--100 {
    top: -40px;
  }
}

@media screen and (max-width: 480px) {
  .message__block--100 {
    width: 60px;
    height: 60px;
    top: -20px;
    left: -10px;
  }
}

.message__block--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}

@media screen and (max-width: 1180px) {
  .message__block--container {
    display: block;
  }
}

.message__block--container .profile-img {
  max-width: 203px;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1180px) {
  .message__block--container .profile-img {
    margin: 0 auto 30px;
  }
}

.message__block--container .profile-txt {
  margin-left: 26px;
}

@media screen and (max-width: 1180px) {
  .message__block--container .profile-txt {
    margin-left: 0;
  }
}

.message__block--container .profile-txt h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 27px;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .message__block--container .profile-txt h3 {
    font-size: 2rem;
  }
}

.message__block--container .profile-txt p {
  font-size: 1.4rem;
  color: #000;
  line-height: 20px;
}

.message__block h4 {
  font-size: 2rem;
  color: #df0010;
  font-weight: 600;
  margin-bottom: 20px;
}

.message__block h4:not(:first-of-type) {
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  .message__block h4 {
    font-size: 1.8rem;
  }
}

.message__block p {
  font-size: 1.6rem;
  line-height: 28px;
  color: #000;
}

/****************************************
message renewal 2024.07
*****************************************/
.message {
  background-color: #fff;
  padding: 0;
}

.message__inner {
  padding-bottom: 60px;
}

.message-top {
  padding-block: 100px 80px;
  position: relative;
  overflow: hidden;
}

.message-top img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.22;
  object-fit: cover;
}

.message-top .section-ttl {
  margin-block: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .message-top {
    padding-block: 30px;
  }
}

.message__main {
  padding: 100px 100px 60px;
}

.message__box {
  background-color: #F2E2CE;
  padding: 60px 100px;
}

.message__box {
  margin-bottom: 60px;
}

.message__title {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 63px;
  border-bottom: 2px solid #F2380F;
  padding-bottom: 10px;
}

.message__title.first {
  gap: 23px;
}

.message__index {
  width: 62px;
  max-width: 100%;
}

.message__title.first .message__index {
  width: 48px;
}

.message__index img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.message__question {
  font-size: 18px;
  font-weight: 500;
  color: #F2380F;
  line-height: 1.6666;
  letter-spacing: 0;
}

.message__item:not(:last-of-type) {
  margin-bottom: 50px;
}

.message__answer {
  font-size: 16px;
  font-weight: 400;
  color: #17293C;
  line-height: 1.875;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.message__link {
  min-width: 144px;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.875;
  letter-spacing: 0.1em;
  border: 1px solid #F2380F;
  background-color: #F2380F;
  box-shadow: 1px 3px 6px rgb(23 41 60 / 0.25);
  margin-left: auto;
  transform: translateY(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (hover :hover) {
  .message__link:hover {
    transform: translateY(2px);
    box-shadow: none;
  }
}

.message__link::after {
  content: '';
  display: block;
  width: 18px;
  height: 4px;
  background-image: url(../../images/message_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.message__bottom {
  text-align: center;
  padding-top: 40px;
}

.message__note {
  font-size: 14px;
  font-weight: 400;
  color: #17293C;
  line-height: 1.875;
  letter-spacing: 0;
}

.message__button {
  text-align: center;
  padding-inline: 16px;
}

.message__button-inner {
  display: inline-block;
  max-width: 600px;
  width: calc(100% - 3px);
  position: relative;
}

.message__button-inner::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #680719;
  position: absolute;
  top: 4px;
  left: 3px;
  z-index: 0;
}

.message__button-link {
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 2.2;
  letter-spacing: 0.01em;
  text-align: center;
  background-color: #F2380F;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  transition: top 0.3s ease, left 0.3s ease;
}

@media (hover: hover) {
  .message__button-link:hover {
    top: 4px;
    left: 3px;
  }
}

@media (max-width: 768px) {
  .message__main {
    padding: 40px 20px 40px;
  }

  .message__box {
    padding: 32px 20px;
  }

  .message__title {
    margin-bottom: 24px;
  }

  .message__bottom {
    text-align: left;
    padding-top: 0;
  }

  .message__button-link  {
    font-size: 24px;
  }
}


/****************************************
contact
*****************************************/
.contact {
  margin-bottom: 110px;
}

.contact__description {
  font-size: 1.6rem;
  text-align: center;
  color: #010101;
}

/****************************************
contact-examination
*****************************************/
.contact-examination {
  margin-bottom: 130px;
}

.contact-examination__block {
  text-align: center;
  padding: 20px 55px;
  background-color: #ffe9ea;
}

@media screen and (max-width: 1180px) {
  .contact-examination__block {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 767px) {
  .contact-examination__block {
    display: block;
    text-align: center;
  }
}

.contact-examination__block .name {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
}

.contact-examination__block .tel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact-examination__block .tel a {
  font-size: 3rem;
  font-weight: 600;
  color: #000;
}

@media screen and (max-width: 480px) {
  .contact-examination__block .tel a {
    font-size: 2.5rem;
  }
}

.contact-examination__block .hour {
  font-size: 1.6rem;
  color: #000;
}

/****************************************
profile
*****************************************/
.profile {
  margin-bottom: 140px;
}

@media screen and (max-width: 480px) {
  .profile {
    margin-bottom: 70px;
  }
}

.profile__description {
  color: #010101;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .profile__description {
    text-align: left;
  }
}

.profile__description:not(:first-of-type) {
  margin-top: 50px;
}

@media screen and (max-width: 480px) {
  .profile__description:not(:first-of-type) {
    margin-top: 25px;
  }
}

.profile__description:last-child {
  margin-bottom: 75px;
}

@media screen and (max-width: 480px) {
  .profile__description br {
    display: none;
  }
}

.profile__table {
  margin-top: 75px;
  border: 1px solid #d0d0d0;
  margin-bottom: 0;
}

.profile__table th {
  max-width: 274px;
  background-color: #feced0;
  width: 30%;
  border-bottom: 1px solid #d0d0d0;
  border-right: none;
  padding: 30px 40px;
}

.profile__table th.top {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .profile__table th {
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .profile__table th {
    display: block;
    width: 100%;
    max-width: none;
  }
}

.profile__table td {
  font-size: 1.4rem;
  padding: 30px 40px;
  text-align: left;
  border-left: none;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .profile__table td {
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .profile__table td {
    display: block;
    width: 100%;
  }
}

.profile__table td h3 {
  font-size: 1.4rem;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
}

.profile__table td h3 span {
  color: #e30011;
}

.profile__table td ol {
  margin-bottom: 40px;
}

.profile__table td ol li {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.3;
}

/****************************************
about-jia
*****************************************/
.about-jia {
  margin-bottom: 120px;
}

@media screen and (max-width: 480px) {
  .about-jia {
    margin-bottom: 60px;
  }
}

.about-jia__description {
  text-align: center;
  font-size: 1.6rem;
  color: #000;
}

@media screen and (max-width: 480px) {
  .about-jia__description {
    text-align: left;
  }
}

.about-jia__description a {
  color: #df0010;
}

.about-jia__description a:link {
  text-decoration: underline;
}

.about-jia__description a:hover {
  text-decoration: none;
}

.about-jia__images {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .about-jia__images {
    display: block;
    margin-top: 20px;
  }
}

.about-jia__images figure {
  max-width: 554px;
  width: 49%;
}

@media screen and (max-width: 480px) {
  .about-jia__images figure {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .about-jia__images figure:last-child {
    margin-top: 10px;
  }
}

/****************************************
road-autoracer
*****************************************/
.road-autoracer__description {
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  margin-bottom: 55px;
}

.road-autoracer__block {
  margin-bottom: 70px;
}

.road-autoracer__block:last-child {
  margin-bottom: 90px;
}

@media screen and (max-width: 480px) {
  .road-autoracer__block:last-child {
    margin-bottom: 90px;
  }
}

.road-autoracer__block h3 {
  margin-bottom: 40px;
  font-size: 2.6rem;
  font-weight: 600;
}

.road-autoracer__block ul li {
  font-size: 1.6rem;
  color: #000;
  line-height: 28px;
}

.road-autoracer__block ol li {
  margin-bottom: 50px;
}

.road-autoracer__block ol li:last-child {
  margin-bottom: 0;
}

.road-autoracer__block ol li h4 {
  padding: 13px 17px;
  background-color: #f4f4f4;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.road-autoracer__block ol li p {
  font-size: 1.6rem;
  color: #000;
}

.road-autoracer__block ol li p.caution {
  font-size: 1.6rem;
  color: #000;
  line-height: 28px;
}

.road-autoracer__btn {
  text-align: center;
  margin-top: 65px;
}

.road-autoracer__btn a {
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  padding: 21px 32px;
  background-color: #df0010;
}
@media screen and (max-width: 768px) {
  .road-autoracer__block:last-child {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 480px) {
  .road-autoracer__btn a {
    padding: 15px 25px;
  }
}

/****************************************
privacy
*****************************************/
.privacy {
  margin-bottom: 150px;
}

@media screen and (max-width: 480px) {
  .privacy {
    margin-bottom: 75px;
  }
}

.privacy figure {
  width: 100%;
}

.privacy figure img {
  width: 100%;
  height: auto;
}

.privacy__description {
  font-size: 1.6rem;
  text-align: center;
  color: #010101;
  margin-top: 45px;
}

@media screen and (max-width: 480px) {
  .privacy__description {
    text-align: left;
  }
}

.privacy__description a {
  color: #e62734;
}

.privacy__description a:link {
  text-decoration: underline;
}

.privacy__description a:hover {
  text-decoration: none;
}

/****************************************
facilities-thumb
*****************************************/
.facilities-thumb {
  width: 100%;
  margin-top: -20px;
}

.facilities-thumb img {
  width: 100%;
  height: auto;
}

/****************************************
facilities
*****************************************/
.facilities {
  margin-top: 45px;
}

.facilities__map {
  margin-top: 50px;
  margin-bottom: 80px;
}

.facilities__map iframe {
  width: 100%;
  height: 635px;
}

.facilities__map--caption {
  text-align: right;
  color: #000;
  font-size: 1.6rem;
  margin-top: 10px;
}

@media screen and (max-width: 1180px) {
  .facilities__map iframe {
    height: 54.7vw;
  }
}

.facilities__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .facilities__container {
    display: block;
  }
  .facilities__map--caption {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .facilities__container {
    margin-bottom: 50px;
  }
}

.facilities__container--img {
  width: 50%;
  margin-right: 27px;
}

@media screen and (max-width: 767px) {
  .facilities__container--img {
    width: 100%;
    text-align: center;
  }
}

.facilities__container--img img {
  width: 100%;
  aspect-ratio: 285 / 194;
  object-fit: cover;
}

.facilities__container--txt {
  width: calc(50% - 27px);
}

@media screen and (max-width: 767px) {
  .facilities__container--txt {
    width: 100%;
    margin-top: 30px;
  }
}

.facilities__container--txt h3 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #000;
  line-height: 1;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .facilities__container--txt h3 {
    font-size: 2.2rem;
  }
}

.facilities__container--txt p {
  font-size: 1.6rem;
  line-height: 30px;
  color: #000;
}

.facilities__container--txt .overview {
  margin-top: 20px;
  background-color: #f3f3f3;
  padding: 22px 24px;
}

@media screen and (max-width: 480px) {
  .facilities__container--txt .overview {
    padding: 30px 10px;
  }
}

.facilities__container--txt .overview h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  line-height: 30px;
}

.facilities__container--txt .overview ul li {
  font-size: 1.6rem;
  color: #000;
  margin-left: 16px;
  line-height: 30px;
}

.facilities__container--txt .overview > ul > li {
  list-style-type: disc;
}

.facilities__interior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .facilities__interior {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
  .facilities__interior {
    margin-bottom: 40px;
  }
}

.facilities__interior li {
  width: 32%;
  max-width: 365px;
  margin-right: 22px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1180px) {
  .facilities__interior li {
    margin-right: 2%;
  }
}

@media screen and (max-width: 767px) {
  .facilities__interior li {
    width: 49%;
  }
}

.facilities__interior li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .facilities__interior li:nth-child(3n) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 767px) {
  .facilities__interior li:nth-child(2n) {
    margin-right: 0;
  }
}

.facilities__interior li figure img {
  width: 100%;
  height: 299px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 1180px) {
  .facilities__interior li figure img {
    height: 25vw;
  }
}

@media screen and (max-width: 767px) {
  .facilities__interior li figure img {
    height: 41vw;
  }
}

.facilities__interior li figure figcaption {
  margin-top: 10px;
  color: #000;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .facilities__interior li figure figcaption {
    font-size: 1.4rem;
  }
}

/****************************************
jia-concept
*****************************************/
.jia-concept {
  margin-bottom: 65px;
}

.jia-concept__description {
  font-size: 1.6rem;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 767px) {
  .jia-concept__description {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .jia-concept__description br {
    display: none;
  }
}

.jia-concept__description:not(:first-of-type) {
  margin-top: 30px;
}

/****************************************
jia-life
*****************************************/
.jia-life {
  padding: 80px 0 60px;
  background-color: #fff4f5;
}

@media screen and (max-width: 480px) {
  .jia-life {
    padding: 40px 0 20px;
  }
}

.jia-life__block {
  margin-bottom: 75px;
}

@media screen and (max-width: 480px) {
  .jia-life__block {
    margin-bottom: 35px;
  }
}

.jia-life__block:last-child {
  margin-bottom: 0;
}

.jia-life__block.december {
  margin-bottom: 45px;
}

.jia-life__block--ttl {
  font-size: 2.8rem;
  font-weight: 600;
  color: #df0010;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  .jia-life__block--ttl {
    font-size: 2rem;
  }
}

.jia-life__block--subttl {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
}

@media screen and (max-width: 480px) {
  .jia-life__block--subttl {
    font-size: 1.8rem;
  }
}

.jia-life__block--description {
  font-size: 1.6rem;
  color: #000;
  margin-top: 25px;
  margin-bottom: 30px;
}

.jia-life__block .facilities__interior {
  margin-bottom: 0;
}

/****************************************
jia-day
*****************************************/
.jia-day {
  padding: 88px 0 180px;
}

@media screen and (max-width: 480px) {
  .jia-day {
    padding: 44px 0 90px;
  }
}

.jia-day__container {
  position: relative;
}

@media screen and (max-width: 767px) {
  .jia-day__container {
    margin-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .jia-day__container {
    margin-left: 10px;
  }
}

.jia-day__container::before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 160px);
  background-color: #383838;
  position: absolute;
  top: 26px;
  left: calc(50% - 2px);
}

@media screen and (max-width: 767px) {
  .jia-day__container::before {
    left: 0;
    top: 0;
  }
}

.jia-day__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1180px) {
  .jia-day__block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .jia-day__block {
    display: block;
  }
}

.jia-day__block.reverse .jia-day__block--hour {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.jia-day__block.reverse .jia-day__block--hour li {
  padding-right: 0;
  padding-left: 45px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .jia-day__block.reverse .jia-day__block--hour li {
    padding-left: 30px;
  }
}

.jia-day__block.reverse .jia-day__block--hour li::after {
  right: 0;
  left: -17.5px;
}

@media screen and (max-width: 1180px) {
  .jia-day__block.reverse .jia-day__block--hour li::after {
    left: -19px;
  }
}

@media screen and (max-width: 767px) {
  .jia-day__block.reverse .jia-day__block--hour li::after {
    left: -13px;
  }
}

@media screen and (max-width: 480px) {
  .jia-day__block.reverse .jia-day__block--hour li::after {
    left: -11px;
    top: -3px;
  }
}

.jia-day__block.reverse .jia-day__block--img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
  margin-right: 87px;
}

@media screen and (max-width: 1180px) {
  .jia-day__block.reverse .jia-day__block--img {
    margin-right: 0;
  }
}

.jia-day__block.block2 {
  margin-top: -5px;
}

@media screen and (max-width: 767px) {
  .jia-day__block.block2 {
    margin-top: 0;
  }
}

.jia-day__block.block3 {
  margin-top: 0;
}

@media screen and (max-width: 1180px) {
  .jia-day__block.block3 {
    margin-top: -50px;
  }
}

@media screen and (max-width: 767px) {
  .jia-day__block.block3 {
    margin-top: 0;
  }
}

.jia-day__block.block4 {
  margin-top: -50px;
}

@media screen and (max-width: 767px) {
  .jia-day__block.block4 {
    margin-top: 0;
  }
}

.jia-day__block.block5 {
  margin-top: 0;
}

@media screen and (max-width: 1180px) {
  .jia-day__block.block5 {
    margin-top: -40px;
  }
}

@media screen and (max-width: 767px) {
  .jia-day__block.block5 {
    margin-top: 0;
  }
}

.jia-day__block.block6 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .jia-day__block.block6 {
    margin-top: 0;
  }
}

.jia-day__block.block7 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .jia-day__block.block7 {
    margin-top: 0;
  }
}

.jia-day__block.block8 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .jia-day__block.block8 {
    margin-top: 0;
  }
}

.jia-day__block--hour {
  width: 40%;
}

@media screen and (max-width: 1180px) {
  .jia-day__block--hour {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .jia-day__block--hour {
    width: 100%;
  }
}

.jia-day__block--hour li {
  font-size: 2.6rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 40px;
  padding-right: 45px;
  text-align: right;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 1180px) {
  .jia-day__block--hour li {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .jia-day__block--hour li {
    font-size: 2rem;
    text-align: left;
    padding-left: 30px;
    padding-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .jia-day__block--hour li {
    font-size: 1.8rem;
  }
}

.jia-day__block--hour li .time {
  color: #df0010;
}

.jia-day__block--hour li::after {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  background-color: #df0010;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -17.5px;
}

@media screen and (max-width: 1180px) {
  .jia-day__block--hour li::after {
    top: -5px;
  }
}

@media screen and (max-width: 767px) {
  .jia-day__block--hour li::after {
    width: 30px;
    height: 30px;
    right: 0;
    left: -13px;
  }
}

@media screen and (max-width: 480px) {
  .jia-day__block--hour li::after {
    width: 26px;
    height: 26px;
    left: -11px;
    top: -3px;
  }
}

.jia-day__block--img {
  margin-left: 87px;
  max-width: 368px;
  width: calc(50% - 87px);
}

@media screen and (max-width: 1180px) {
  .jia-day__block--img {
    width: 40%;
    max-width: none;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .jia-day__block--img {
    margin-bottom: 30px;
    width: 100%;
  }
}

.jia-day__block--img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.jia-day__block--img figcaption {
  text-align: center;
  font-size: 1.6rem;
  color: #1c1c1c;
  margin-top: 20px;
}

.jia-day__coution p {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 60px;
}

/****************************************
jia-guidance-poster
*****************************************/
.jia-guidance-poster {
  text-align: center;
  margin-bottom: 154px;
}

@media screen and (max-width: 480px) {
  .jia-guidance-poster {
    margin-bottom: 75px;
  }
}

/* 2020/05/27è¿½åŠ  */
.webform {
  background: green;
  color: #fff;
  padding: 2px;
}
/* 2020/06/15è¿½åŠ  */
#Aside.action-aside {
  background-image: none;
}
aside#Aside {
  padding: 0;
  position: relative;
}
aside#Aside ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 475px;
  height: 40vw;
  width: 60vw;
  margin: 0 auto;
  justify-content: space-between;
}
aside#Aside ul.faq-bottom-button {
  column-gap: 16px;
}
aside#Aside ul li {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  justify-content: center;
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  align-items: center;
  width: 24vw;
  line-height: 1.8;
}
.btn-apply-under {
  /* box-shadow: 0 0.7vw #449f49; */ 
  background: #4D8CDB url(../../images/apply.png) no-repeat 2.5vw center;
  background-size: 9%;
  transition: 0.3s;
  line-height: 1;
  border-bottom: 7px solid #26466c;
  transition: 0.3s;
}

@media (hover: hover) {
  .btn-apply-under:hover {
    border-bottom: none;
    top: 1px;
    transition: 0.4s;
  }
}
.btn-contact-under {
  /* box-shadow: 0 0.7vw #80000A; */
  transition: 0.3s;
  background: #E30011 url(../../images/contact-icon.png) no-repeat 2.5vw center;
  background-size: 9%;
  border-bottom: 7px solid #80000A;
  transition: 0.3s;
}
@media (hover: hover) {
  .btn-contact-under:hover {
    border-bottom: none;
    top: 1px;
    transition: 0.4s;
  }
}
li span.btn-apply-under-space {
  padding-left: 3vw;
}
li span.next-apply {
  padding-left: 3vw;
  font-size: 1.5vw;
}
.auto-dream-movie .full-movie .threefour {
  font-size: 1.6rem;
    color: #000;
    text-decoration: none;
}
body aside#Aside.action-aside.contact-action {
  margin-top: -100px;
}
.heading-jia {
    font-style: italic;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  li span.next-apply {
    font-size: 2.5vw;
  }
  #Aside.action-aside {
    margin-top: 50px;
  }
  body aside#Aside.action-aside.aside-application {
    margin-top: 20px;
  }
  .under-mv__container {
    display: block;
    padding: 23px 0;
  }
  .under-mv__ttl {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  body aside#Aside.action-aside.aside-application {
    margin-top: -50px;
    margin-bottom: 40px;
  }
}
.under-mv__ttl {
  margin-right: 50px;
  line-height: 1.3;
}

@media all and (-ms-high-contrast: none){
  .message__block {
    width: 542px;
  }
}

@media screen and (max-width: 480px) {
  .under-mv__ttl {
    margin-bottom: 42px;
}
}
@media screen and (max-width: 349px) {
  .under-mv__ttl {
    margin-bottom: 26px;
}
}
a.tel-action {
  text-decoration: underline !important;
}

/****************************************
選手候補生ブログ
*****************************************/
.page-blog a:hover {
  opacity: 1;
}
.page-blog a:hover img {
  opacity: 1;
}
.page-blog .under-mv {
  margin-bottom: 45px;
}
.page-blog .bg-pink {
  padding: 70px 0;
  background: #FFEDEE;
  margin-bottom: 60px;
}
.page-blog .bg-pink .bnr-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 10px;
  transition: .2s;
}
.page-blog .bg-pink .bnr-wrap:hover {
  opacity: 0.8;
}
.page-blog .bg-pink .bnr-wrap img {
  border: 4px solid #E04651;
}
.page-blog .bg-pink .bnr-wrap .bnr-ttl {
  border: 4px solid #E04651;
  border-top: none;
  color: #fff;
  background: #E04651;
}
.page-blog .bg-pink .bnr-wrap .bnr-ttl span::before {
  color: #E04651;
  background: #fff;
}
.page-blog .bg-pink .bnr-text {
  text-align: center;
  color: #E04651;
}
.page-blog .bg-pink .bnr-text span {
  font-size: 45px;
  font-weight: bold;
  padding-left: 107px;
  position: relative;
}
.page-blog .bg-pink .bnr-text span::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 95px;
  height: 60px;
  background-image: url(../../images/blog/flag-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page-blog .wrapper {
  max-width: 1080px;
}
.page-blog img {
  border: 4px solid #666666;
  width: 100%;
  height: auto;
}
.page-blog .bnr-ttl {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #666666;
  border-top: none;
  color: #666666;
}
.page-blog .bnr-ttl span.date-wrap {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  padding-left: 90px;
}
.page-blog .bnr-ttl span.date-wrap::before {
  position: absolute;
  content: "35期";
  width: 78px;
  height: 78px;
  top: -24px;
  left: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 78px;
  text-align: center;
  color: #fff;
  background: #666666;
  border-radius: 50%;
}
/* IE調整 */
@media all and (-ms-high-contrast: none) {
  .page-blog .bnr-ttl span.date-wrap {
    padding-top: 4px;
  }
  .page-blog .bnr-ttl span.date-wrap::before {
    line-height: 85px;
  }
}
.page-blog li:first-of-type .bnr-ttl span.date-wrap::before {
  content: "34期";
}
.page-blog li:nth-of-type(2) .bnr-ttl span.date-wrap::before {
  content: "33期";
}
.page-blog li:nth-of-type(3) .bnr-ttl span.date-wrap::before {
  content: "32期";
}
.page-blog li:last-of-type .bnr-ttl span.date-wrap::before {
  content: "31期";
}
.page-blog .bnr-list li {
  margin-bottom: 60px;
  transition: .2s;
}
.page-blog .bnr-list li:hover {
  opacity: 0.8;
}
.page-blog .bnr-list li:last-of-type {
  margin-bottom: 566px;
}

@media screen and (max-width: 768px) {
  .page-blog .bg-pink .bnr-text span {
    font-size: 38px;
    padding-left: 90px;
  }
  .page-blog .bg-pink .bnr-text span::before {
    width: 80px;
    height: 50px;
  }
  .page-blog .bnr-ttl span.date-wrap {
    font-size: 20px;
  }
  .page-blog .bnr-ttl span.date-wrap::before {
    font-size: 20px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    top: -8px;
  }
  .page-blog .bnr-list li:last-of-type {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 480px) {
  .page-blog .bg-pink .bnr-text span {
    font-size: 30px;
  }
  .page-blog .bg-pink .bnr-text span::before {
    top: -2px;
    height: 45px;
  }
  .page-blog .bnr-ttl {
    height: 80px;
  }
  .page-blog .bnr-ttl span.date-wrap {
    font-size: 16px;
    padding-left: 80px;
  }
  .page-blog .bnr-ttl span.date-wrap span.blog-date {
    font-size: 13px;
  }
  .page-blog .bnr-ttl span.date-wrap span.blog-date-pick {
    font-size: 11px;
  }
  .page-blog .bnr-ttl span.date-wrap::before {
    font-size: 18px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    top: -10px;
  }
  
  _::-webkit-full-page-media, _:future, :root .page-blog .bnr-ttl span.date-wrap {
    font-size: 18px;
    letter-spacing: 0.3rem;
    text-align: center;
  }
  _::-webkit-full-page-media, _:future, :root .bnr-ttl span.date-wrap span.blog-date-pick {
    display: block;
    margin-left: -0.3em;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  _::-webkit-full-page-media, _:future, :root .page-blog .bnr-ttl span.date-wrap span.blog-date {
    letter-spacing: 0.1em;
  }
}

.blog-bnr {
	margin: 40px auto 0;
}
.blog-bnr img { width: 80%;}

@media screen and (max-width: 480px) {
	.blog-bnr img { width: 100%;}	
}

.btn-application > span.btn-apply-under-space {
  padding-left: 0;
}