@charset "utf-8";

@media print, screen and (min-width: 768px) {
  header {height: 70px;}
  .sub .mainTtl #breadcrumbs{
      padding-top: 5px; height: 33px;
    }
}

.president figcaption {
  font-size: 14px;
  text-align: center;
}
.president figcaption span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  margin: 5px 0;
}
/* pageNav */
.pageNav ul {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
}
.pageNav ul li {
  width: calc(100% / 3);
  text-align: center;
  margin-top: 15px;
}
.pageNav ul li a {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  text-decoration: none;
  color: #cc0000;
}
.pageNav ul li a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-right: 2px solid #0a0707;
  border-bottom: 2px solid #0a0707;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  margin: auto;
}
/* healthTable */
.healthTable {
  width: 950px;
  margin-top: 30px;
}
.healthTable caption {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.healthTable th, .healthTable td {
  padding: 10px;
}
.healthTable.accident th {
  padding: 0;
}
.healthTable.accident td {
  padding: 7px;
}
.healthTable.cell2 th, .healthTable.cell2 td {
  width: 50%;
}
.healthTable.cell2.uniqWid th,.healthTable.cell2.uniqWid td{
	width: auto;
}
.healthTable.cell2.uniqWid th:first-child{
	width: 40%;
}
.healthTable thead th {
  background-color: #8b8b8b;
  color: #ffffff;
  border-left: 1px solid #fff;
  font-weight: bold;
}
.healthTable thead th:first-chid {
  border-left: none;
}
.healthTable td {
  border-left: 1px solid #8b8b8b;
  border-right: 1px solid #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
}
.healthTable td:first-child {
  font-weight: bold;
}
.healthTable tbody th{
  border-left: 1px solid #8b8b8b;
  border-right: 1px solid #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
}
.relatedTbl td:first-child {
  padding-left: 2em;
}
.relatedTbl tr:nth-child(odd) td {
  border-bottom: none;
  padding-bottom: 0;
}
.relatedTbl tr:nth-child(even) td {
  padding-top: 0;
}
/* attemptBox */
.attemptBox {
  display: flex;
  flex-wrap: wrap;
}
.attemptBox .attemptCol {
  width: 50%;
}
.attemptBox .attemptCol figure {
  padding: 0 50px;
}
.attemptBox .attemptCol figure img {
  width: 100%;
}
.attemptBox .attemptCol dl {
  padding: 0 35px;
}
.attemptBox .attemptCol dl dt {
  position: relative;
  border-bottom: 1px solid #8b8b8b;
}
.attemptBox .attemptCol dl dt::before {
  content: '■';
  position: absolute;
  left: -1em;
}
.attemptBox .attemptCol dl dd {
  padding: 10px 0;
}
.attemptBox .attemptCol dl dd ul, .attemptBox .attemptCol dl dd ul li {
  margin: 0;
}
.awardBox {
  margin: 15px auto 0;
}
.awardBox .awardList {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .pageNav ul li {
    width: 100%;
    margin-top: 5px;
  }
  .pageNav ul li {
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
  }
  .pageNav ul li a {
    padding-left: 20px;
    padding-right: 0;
  }
  .pageNav ul li a::after {
    width: 6px;
    height: 6px;
    right: auto;
    left: 0;
  }
  .healthTable {
    width: 100%;
  }
  .withScroll {
    overflow-x: scroll;
  }
  .withScroll .healthTable {
    width: 750px;
  }
  .attemptBox {
    flex-direction: column;
  }
  .attemptBox .attemptCol {
    width: 100%;
  }
  .attemptBox .attemptCol figure {
    padding: 0 25px;
  }
  .attemptBox .attemptCol dl {
    padding: 0 15px;
  }
  .awardBox .awardList li {
    width: calc(100% / 4);
  }
}
.wid100P{width: 100% !important;}
.attemptImg ul{
	display: flex;
	justify-content: space-between;
}
.attemptImg ul li{
	width: calc(100% / 3);
	text-align: center;
}
.attemptImg ul li figcaption{
   font-size: 12px;
	margin-top: 5px;
}
.attemptImg ul li img{
	width: 100%;
}
@media print, screen and (min-width: 768px) {
.attemptImg ul{
    margin: 1em 0 3em;
}
.sub.work .box_main{
    margin: 50px auto 3em;
}
}

@media screen and (max-width: 767px) {
  .attemptImg ul{
    flex-direction: column;
  }
  .attemptImg ul li{
	width: 100%;
	margin-top: 15px;
  }
}