#contents #pageTitle {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents #pageTitle {
    font-size: 1.45em;
    margin-top: -10%;
  }
}
@media screen and (max-width: 320px) {
  #contents #pageTitle {
    font-size: 1.4em;
  }
}
#contents #pageTitle span {
  letter-spacing: 0;
  color: #fff;
  padding: 0.2em 1em 0.2em 1.2em;
  position: relative;
  background-color: #00280e;
}
@media (min-width: 768px) {
  #contents #pageTitle span {
    font-size: 0.7em;
    margin-right: 1.5em;
    vertical-align: middle;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  #contents #pageTitle span {
    font-size: 0.7em;
    display: block;
    width: 12em;
    margin: 0 auto 3%;
    line-height: 1.5;
    border: 1px solid #ffffff;
  }
}
@media screen and (max-width: 767px) {
  #contents #pageTitle span:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
  }
}
#contents #pageTitle span:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 145, 64, 0);
}
@media (min-width: 768px) {
  #contents #pageTitle span:after {
    left: 100%;
    top: 50%;
    border-left-color: #00280e;
    border-width: 7px;
    margin-top: -7px;
  }
}
@media screen and (max-width: 767px) {
  #contents #pageTitle span:after {
    top: 100%;
    left: 50%;
    border-top-color: #00280e;
    border-width: 5px;
    margin-left: -5px;
  }
}
#contents .blk#list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  padding: 1% 1em 0;
}
@media (min-width: 768px) {
  #contents .blk#list {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #contents .blk#list {
    flex-direction: column;
  }
}
#contents .blk#list > div {
  padding: 6% 2% 6%;
  position: relative;
  font-size: 1.5em;
  text-align: center;
  border: solid 2px #00280e;
  background-color: #f9f9f2;
}
@media (min-width: 768px) {
  #contents .blk#list > div {
    width: 48%;
    margin-top: 6%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #contents .blk#list > div {
    font-size: 1.2em;
    padding-top: 8%;
  }
}
@media screen and (max-width: 767px) {
  #contents .blk#list > div {
    font-size: 1.3em;
    margin-top: 10%;
    padding: 10% 5% 8%;
  }
}
@media screen and (max-width: 320px) {
  #contents .blk#list > div {
    font-size: 1.25em;
    padding: 12% 5% 8%;
    margin-top: 13%;
  }
}
@media (max-width: 280px) {
  #contents .blk#list > div {
    margin-top: 15%;
    font-size: 1.2em;
  }
}
#contents .blk#list > div::before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border: solid 5px #fff;
}
#contents .blk#list > div h6 {
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #00280e;
  color: #fff;
  padding: 3% 7% 1%;
  text-align: center;
  position: absolute;
  top: -1em;
  left: -0.7em;
}
@media screen and (max-width: 320px) {
  #contents .blk#list > div h6 {
    top: -1.5em;
  }
}
@media (max-width: 280px) {
  #contents .blk#list > div h6 {
    top: -1.7em;
  }
}
#contents .blk#list > div h6 span {
  display: block;
  font-size: 0.55em;
  line-height: 1.4;
}
#contents .blk#list > div h6 strong {
  font-size: 1.2em;
  line-height: 1.2;
}
@media screen and (max-width: 320px) {
  #contents .blk#list > div h6 strong {
    font-size: 1.15em;
  }
}
@media (max-width: 280px) {
  #contents .blk#list > div h6 strong {
    font-size: 1.1em;
  }
}
#contents .blk#list > div h4 span {
  display: block;
  font-size: 0.7em;
}
#contents .blk#list > div h4 strong {
  color: #001007;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff66 60%);
}
#contents .blk#list > div h4 strong em {
  font-weight: bold;
}
#contents .blk#list > div h4 em {
  font-size: 0.5em;
}
@media (min-width: 768px) {
  #contents .blk#list > div.short {
    padding-top: 8%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #contents .blk#list > div.short {
    padding-top: 10%;
  }
}
