.breadCrumb {
  display: flex;
  padding: 0.65em 0;
}
.breadCrumb li {
  font-size: 0.8125rem;
}
.breadCrumb li:first-child a {
  background-image: url(/static/img/icon/home.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 1.125rem auto;
  padding-left: 1.5rem;
}
.breadCrumb li:last-child:after {
  content: "";
  margin-right: 0;
}
.breadCrumb li:after {
  content: ">";
  margin-right: 0.5em;
}
.breadCrumb li a {
  margin-right: 0.5em;
}
.pageImageTitle {
  background-image: url(/static/img/temp/styleTitle.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 2.125rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  padding-bottom: 16.6%;
  position: relative;
}
.pageImageTitle strong {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -550px;
  margin-top: -0.75em;
}
@media screen and (max-width: 1100px) {
  .pageImageTitle {
    font-size: 1.5rem;
    padding-bottom: 53.3%;
  }
  .pageImageTitle strong {
    margin-left: -45vw;
  }
}
#sidenav {
  flex-basis: 250px;
}
#sidenav dt {
  background-color: #2c883a;
  color: #fff;
  font-weight: 700;
  line-height: 3.25rem;
  text-align: center;
}
#sidenav dd {
  border-bottom-color: #b2b2b2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#sidenav a {
  background-image: url(/static/img/arrowSideNav.svg);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 6px auto;
  display: block;
}
#sidenav a:before {
  content: "";
  display: inline-block;
  height: 3.875rem;
  vertical-align: middle;
  width: 1em;
}
#sidenav a.current {
  background-color: rgba(0, 0, 0, 0.07);
}
#sidenav span {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1100px) {
  #sidenav {
    display: none;
  }
}
.Heading1 {
  font-size: 1.625rem;
}
.Heading1,
.Heading2 {
  color: #2c893a;
  margin-bottom: 1em;
}
.Heading2 {
  font-size: 1.375rem;
}
@media screen and (max-width: 1100px) {
  .Heading2 {
    font-size: 1.125rem;
  }
}
.Heading3 {
  color: #2c893a;
  font-size: 1.1875rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 1100px) {
  .Heading3 {
    font-size: 1rem;
  }
}
.pagination,
.page-numbers {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.pagination li,
.page-numbers li {
  margin-left: 0.25rem;
}
.pagination li:first-child,
.page-numbers li:first-child {
  margin-left: 0;
}
.pagination a,
.page-numbers a,
.page-numbers span {
  border-color: rgba(0, 0, 0, 0.41);
  border-style: solid;
  border-width: 1px;
  color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  display: block;
  line-height: 30px;
  width: 30px;
  text-align: center;
}
.pagination a.current,
.page-numbers a.current,
.page-numbers span.current {
  background-color: rgba(0, 0, 0, 0.41);
  border-color: transparent;
  color: #fff;
}
.boxContent {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 3rem;
  padding: 2rem;
}
.boxContent dt {
  color: #2c893a;
  font-size: 1.1875rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.boxContent dd {
  font-weight: 300;
  line-height: 1.8;
}
.boxContent.noborder {
  background-color: rgba(44, 137, 58, 0.1);
  border: none;
}
.boxContent.noborder.gray {
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
}
.boxContent.noborder.relatedLinks dd {
  display: flex;
  justify-content: space-between;
}
.boxContent.noborder.relatedLinks dd a {
  flex-basis: 65%;
}
.boxContent.noborder.relatedLinks dd span {
  flex-basis: 30%;
}
@media screen and (max-width: 1100px) {
  .boxContent dt {
    font-size: 1rem;
  }
  .boxContent dd {
    font-size: 0.8125rem;
  }
  .boxContent.noborder {
    background-color: rgba(44, 137, 58, 0.1);
    border: none;
  }
}
.tagList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3rem;
}
.tagList .large {
  font-size: 1.3125rem;
}
.tagList li {
  font-size: 0.875rem;
  margin-bottom: 0.5em;
  margin-right: 1em;
}
.tagList a {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 1em;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  line-height: 2em;
  padding: 0 1em;
}
@media screen and (max-width: 1100px) {
  .tagList .large {
    font-size: 1.0625rem;
  }
  .tagList li {
    font-size: 0.75rem;
  }
}
.contentList {
  border-top-color: #ccc;
  border-top-style: solid;
  border-top-width: 1px;
  margin-bottom: 3rem;
}
.contentList > li {
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 0.5rem 0;
}
.contentList .infoBlock {
  border-left-color: #2c893a;
  border-left-style: solid;
  border-left-width: 5px;
  padding: 1.25rem;
}
.contentList .title {
  display: block;
  font-weight: 500;
  margin-bottom: 1em;
}
.contentList .tagList {
  margin-bottom: 0;
}
.contentList .date {
  color: #2c893a;
  display: block;
  font-weight: 350;
}
.scheduleList td,
.scheduleList th {
  border-right-color: #ccc;
  border-right-style: solid;
  border-right-width: 1px;
}
.scheduleList td:last-child,
.scheduleList th:last-child {
  border-right-width: 0;
}
.scheduleList td {
  font-size: 0.9375rem;
  padding: 1rem;
}
.scheduleList td[rowspan] {
  text-align: center;
}
.scheduleList .title {
  width: 40%;
}
.scheduleList.recompose {
  margin-bottom: 3rem;
}
.scheduleList.recompose td:first-child {
  background-color: #f2f2f2;
  text-align: center;
}
.scheduleList.recompose td:last-child {
  width: 80%;
}
@media screen and (max-width: 1100px) {
  .scheduleList td {
    font-size: 0.8125rem;
  }
}
.linkCard {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.linkCard li {
  flex-basis: 22.5rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.linkCard .info {
  padding: 1rem 1.5rem;
}
.linkCard .info strong {
  color: #2c893a;
  display: block;
  font-size: 1.1875rem;
  margin-bottom: 0.5rem;
}
.linkCard .info span {
  display: block;
  font-size: 0.9375rem;
  font-weight: 300;
}
@media screen and (max-width: 1100px) {
  .linkCard {
    flex-wrap: wrap;
  }
  .linkCard li {
    margin-bottom: 2rem;
  }
  .info strong {
    font-size: 1rem;
  }
  .info span {
    font-size: 0.8125rem;
  }
}
.linkBoxList {
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 3rem;
  padding: 2rem;
}
.linkBoxList li {
  margin-bottom: 1.625rem;
  text-align: center;
}
.linkBoxList li.S {
  flex-basis: 30%;
}
.linkBoxList li.S strong {
  height: 3em;
}
.linkBoxList li.M {
  flex-basis: 48%;
}
.linkBoxList li.M strong {
  height: 3em;
  margin-left: 2em;
  text-align: left;
  text-indent: -2em;
}
.linkBoxList li.L {
  flex-basis: 100%;
}
.linkBoxList a {
  background-color: #fff;
  display: block;
  padding: 2rem;
  position: relative;
  text-align: center;
}
.linkBoxList a:before {
  border-top: 10px solid #2c893a;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #2c893a;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.linkBoxList strong {
  display: inline-block;
  font-size: 1.1875rem;
  margin-bottom: 0.5em;
}
.linkBoxList strong i {
  background-color: #2c893a;
  color: #fff;
  display: inline-block;
  font-style: normal;
  margin-right: 0.5em;
  text-align: center;
  text-indent: 0;
  width: 1.5em;
}
.linkBoxList span {
  display: block;
  font-size: 0.9375rem;
  font-weight: 300;
}
@media screen and (max-width: 1100px) {
  .linkBoxList li.S {
    flex-basis: 100%;
  }
  .linkBoxList li.S strong {
    height: auto;
  }
  .linkBoxList li.M {
    flex-basis: 100%;
  }
  .linkBoxList li.M strong {
    height: auto;
    text-align: left;
  }
  .linkBoxList li.L {
    flex-basis: 100%;
  }
  .linkBoxList li.L strong {
    height: auto;
  }
}
.buttonList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 3rem;
}
.buttonList li {
  margin-bottom: 1rem;
}
.buttonList .lSize {
  flex-basis: 100%;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .buttonList {
    justify-content: center;
  }
  .buttonList li {
    margin: 0 2% 1rem;
  }
}
.applyInquiry {
  border-color: rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 6rem;
  padding: 2.375rem 0;
  text-align: center;
}
.applyInquiry strong {
  color: #2c893a;
  display: block;
  font-size: 1.1875rem;
}
.applyInquiry em {
  display: block;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
}
.applyInquiry em,
.applyInquiry p,
.applyInquiry strong {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1100px) {
  .applyInquiry {
    padding: 2.375rem 1.2rem;
  }
}
.linkList {
  margin-bottom: 3rem;
}
.linkList li {
  margin-bottom: 1em;
}
.linkList a {
  margin-left: 3em;
}

/*
 * add 2021/6/18
 */
.searchBox {
}
.searchBox input {
  line-height: 2;
  width: 300px;
}
.searchBox button {
  background: transparent;
  border: none;
  margin-left: 0.5em;
  padding: 0;
}
.searchBox button img {
  display: inline-block;
  height: 26px;
  width: 26px;
  vertical-align: middle;
}

.yearList {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 2.5rem;
  width: 100%;
}
.yearList li {
  flex-basis: 30%;
  margin-left: 2.5%;
}
.yearList a {
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: block;
  line-height: 3;
  text-align: center;
}

/*
 * add 2021/6/24
 */
#show_all {
  display: none;
}
.show_all_wrapper .cmsList.topics li:nth-child(n + 6) {
  display: none;
}
.show_all_wrapper #show_all:checked + .cmsList.topics li:nth-child(n + 6) {
  display: flex;
}
.show_all_wrapper #show_all + .cmsList.topics + .buttonList label {
  cursor: pointer;
}
.show_all_wrapper #show_all:checked + .cmsList.topics + .buttonList {
  display: none;
}

