/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	色変え
+++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumbsList::before {
  color: #9FBE00;
}
#breadcrumbsList li + li::before {
  color: #9FBE00;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	jumbotron
+++++++++++++++++++++++++++++++++++++++++++ */
.jumbotron hgroup h1 {
  background: #9FBE00;
}
.jumbotron hgroup p {
  color: #9FBE00;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	見出し
+++++++++++++++++++++++++++++++++++++++++++ */
article hgroup p {
  color: #9FBE00;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	下層
+++++++++++++++++++++++++++++++++++++++++++ */
.messageArea .flex {
  margin: 0 0 75px;
}
@media screen and (max-width: 767px) {
  .messageArea .flex {
    gap: 15px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .messageArea .flex .flexImg {
    order: -1;
  }
}
.profileArea {
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .profileArea {
    padding-bottom: 50px;
  }
}
.profileArea hgroup {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .profileArea hgroup {
    margin-bottom: 30px;
  }
}
.profileArea table th {
  width: 275px;
}
@media screen and (max-width: 767px) {
  .profileArea table th {
    width: auto;
  }
}
.profileArea table td .btn {
  align-items: baseline;
  gap: 6px;
  min-height: 32px;
  padding: 5px 13px 1px;
  font-size: 1.8rem;
  font-weight: 400;
  background: #9FBE00;
}
@media screen and (max-width: 767px) {
  .profileArea table td .btn {
    min-height: 0;
    padding-bottom: 5px;
    font-size: 3.6vw;
  }
}
.historyArea {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px 70px;
  border-radius: 20px;
  background: #FFF9F0;
}
@media screen and (max-width: 767px) {
  .historyArea {
    padding: 30px 10px;
  }
}
.historyArea hgroup {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .historyArea hgroup {
    margin-bottom: 30px;
  }
}
.historyArea dl {
  max-width: 700px;
  margin: 0 auto;
}
.historyArea dl > div {
  gap: 60px;
}
.historyArea dl > div dt {
  display: flex;
  justify-content: space-between;
  width: 110px;
  font-weight: bold;
  color: #9FBE00;
}
@media screen and (max-width: 767px) {
  .historyArea dl > div dt {
    display: block;
  }
}
.accessArea {
  padding: 82px 0;
}
@media screen and (max-width: 767px) {
  .accessArea {
    padding: 50px 0;
  }
}
.accessArea .flex {
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .accessArea .flex {
    gap: 0;
  }
}
.accessArea .flex .flexText p {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .accessArea .flex .flexImg {
    margin: 15px 0 0;
  }
}
.accessArea .flex .flexImg iframe {
  max-width: 100%;
}
