#content #main h2:not(.nopreset)::after {
  background-color: #00AB8D;
}

input[type=checkbox]:checked {
  background-color: #00AB8D !important;
  border-color: #00AB8D !important;
}

.entry-title .slug {
  color: #00AB8D !important;
}

.operationArea.border {
  border-color: #00AB8D;
}

ul.reportThumbList {
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 769px) {
  ul.reportThumbList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1081px) {
  ul.reportThumbList {
    grid-template-columns: repeat(3, 1fr);
  }
}

ul.archiveThumbList .cat a {
  border-color: #00AB8D;
  color: #00AB8D;
}
ul.archiveThumbList .cat:not(:has(a)) {
  border-color: #00AB8D;
  color: #00AB8D;
}
ul.archiveThumbList .cate .parent-term {
  background-color: #00AB8D;
  color: #fff;
}
ul.archiveThumbList li {
  margin: 0;
  background: #fff;
  border-radius: 2em;
}
ul.archiveThumbList li a img {
  border-radius: 2em 2em 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  ul.archiveThumbList li a img {
    width: 100%;
    max-width: none;
  }
}
ul.archiveThumbList li a:hover {
  opacity: 0.8;
}
ul.archiveThumbList li a:hover img {
  /*border-color: #cbb4db;*/
}
ul.archiveThumbList li .thumbBlock .deadline {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 90px;
  height: 90px;
  text-indent: -10000px;
}
ul.archiveThumbList li .thumbBlock .ok {
  background: url(../img/deadline_ok.svg) top center no-repeat;
  background-size: 100% auto;
}
ul.archiveThumbList li .thumbBlock .ng {
  background: url(../img/deadline_ng.svg) top center no-repeat;
  background-size: 100% auto;
}
ul.archiveThumbList li .textBlock {
  position: relative;
  padding: 1.5em 1em 1em 1em;
}
ul.archiveThumbList li .textBlock .cate {
  margin-bottom: 1em;
}
ul.archiveThumbList li .textBlock .cate .cat:not(:has(a)) {
  border-color: #00AB8D;
  color: #00AB8D;
}
ul.archiveThumbList li .textBlock .cate .parent-term {
  background: #00AB8D;
  color: #fff !important;
}
ul.archiveThumbList li .textBlock .title {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1em;
}
ul.archiveThumbList li .textBlock .summary {
  margin-bottom: 1.5em;
}
ul.archiveThumbList li .textBlock .datetext {
  margin-bottom: 1em;
  color: #000000;
}
ul.archiveThumbList li .textBlock .datetext div::before {
  margin-right: 10px;
  color: #00AB8D;
}
ul.archiveThumbList li .textBlock .area,
ul.archiveThumbList li .textBlock .com {
  margin-top: 0.5em;
  font-size: 90%;
  color: #000000;
}
ul.archiveThumbList li .textBlock .area div::before,
ul.archiveThumbList li .textBlock .com div::before {
  margin-right: 10px;
  color: #00AB8D;
}
ul.archiveThumbList li .detailBtn.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  ul.archiveThumbList li .thumbBlock .deadline {
    top: -10px;
    left: 10px;
    width: 80px;
    height: 80px;
  }
  ul.archiveThumbList li .textBlock {
    padding: 1em 0 0 0;
  }
  ul.archiveThumbList li .detailBtn {
    margin: 0;
  }
}

.is-style-outline.btn a {
  border-color: #00AB8D;
  color: #00AB8D;
}
.is-style-outline.btn a::before {
  background: #00AB8D;
}
.is-style-outline.btn a::after {
  border-left: 1px solid #00AB8D;
  border-bottom: 1px solid #00AB8D;
}
.is-style-outline.btn a:hover {
  background-color: #00AB8D;
  color: #fff;
}
.is-style-outline.btn a:hover::before {
  background: #fff;
}
.is-style-outline.btn a:hover::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.eventdetailStyle {
  width: 100%;
  margin: 0 auto;
}
.eventdetailStyle .terms {
  position: relative;
}
.eventdetailStyle .terms .deadline {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.6em 1em;
  border-radius: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.eventdetailStyle .terms .ok {
  background: #ff7272;
  border: solid 2px #ff7272;
}
.eventdetailStyle .terms .ng {
  background: #9d8683;
  border: solid 2px #9d8683;
}
.eventdetailStyle .terms .cat a {
  border-color: #00AB8D;
  color: #00AB8D;
}
.eventdetailStyle .terms .cat a.career-education {
  background-color: #00AB8D;
  color: #fff;
}
.eventdetailStyle h1.title {
  margin: 0.5em 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  text-align: left !important;
}
.eventdetailStyle h1.title::after {
  display: none;
}
.eventdetailStyle .area_com {
  margin-bottom: 4em;
}
.eventdetailStyle .area_com div {
  display: inline-block;
  margin-right: 0.5em;
}
.eventdetailStyle .area_com div.areaIcon::before, .eventdetailStyle .area_com div.comIcon::before {
  margin-right: 10px;
  color: #00AB8D;
}
.eventdetailStyle .thumbBlock {
  margin-bottom: 2em;
  text-align: center;
}
.eventdetailStyle .summary {
  margin-bottom: 2em;
}
.eventdetailStyle h2::after,
.eventdetailStyle h3::before,
.eventdetailStyle h4::before {
  background-color: #00AB8D !important;
}
.eventdetailStyle h5 {
  border-bottom: solid 1px #00AB8D !important;
}
.eventdetailStyle table.eventdetailUl tr th {
  color: #13a087 !important;
}
.eventdetailStyle .evenapp_btn {
  margin: 4em auto;
}
.eventdetailStyle .evenapp_btn .btn a {
  background-color: #fff;
  border: solid 3px #00AB8D;
  color: #00AB8D;
  font-size: 1.25em;
}
.eventdetailStyle .evenapp_btn .btn a::after {
  border-left: solid 1px #00AB8D;
  border-bottom: solid 1px #00AB8D;
}
.eventdetailStyle .evenapp_btn .btn a::before {
  background: #00AB8D;
}
.eventdetailStyle .evenapp_btn .btn a:hover {
  background-color: #00AB8D;
  color: #fff;
}
.eventdetailStyle .evenapp_btn .btn a:hover::after {
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.eventdetailStyle .evenapp_btn .btn a:hover::before {
  background: #fff;
}
.eventdetailStyle .evenapp_btn .btn.end span {
  display: inline-block;
  padding: 1em 3em 1em 3em;
  background-color: #dddddd;
  border: solid 3px #dddddd;
  border-radius: 3em;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .eventdetailStyle .evenapp_btn .btn a {
    font-size: 1.15em;
  }
}
.eventdetailStyle .evenapp_btn .deadline {
  margin-top: 0.5em;
  text-align: center;
}
.eventdetailStyle .buttonArea {
  margin-top: 3em;
}

.eventdetailStyle h1.title {
  margin: 0.5em 0 2em 0 !important;
}

.com-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3em;
  background: #e9f7f5;
  border-radius: 3em;
}
.com-info .title {
  padding: 1.2em 4em 1.2em 1.2em;
  white-space: nowrap;
  color: #13a087;
  font-weight: bold;
}
body.single #content .com-info table {
  margin: 0;
}
body.single #content .com-info table th {
  color: #13a087;
  font-weight: normal;
}
body.single #content .com-info table td {
  width: 100%;
}
body.single #content .com-info table td br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body.single #content .com-info table td br.sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .com-info {
    padding: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .com-info .title {
    padding: 0 0 1.2em 0;
    text-align: center;
  }
  body.single #content .com-info table th {
    display: block;
    padding: 1.2em 0 0.6em 0;
  }
  body.single #content .com-info table td {
    display: block;
    padding: 0 0 1.2em 0;
    border-top: none;
  }
}

#content .wp-pagenavi .pages,
#content .wp-pagenavi span.current {
  background: #00AB8D;
  border-color: #00AB8D;
}
#content .wp-pagenavi a:hover {
  background-color: #00AB8D;
}