/* media query */
.contentsBlock {
  max-width: 1200px;
  margin: 0 auto;
  margin: 30px auto 40px;
  clear: both;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .contentsBlock {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .contentsBlock {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.contentsBlock h3 {
  font-size: 1.4em;
  padding: 8px;
  margin-bottom: 20px;
  border-bottom: 2px solid #222;
}
.contentsBlock .infoList {
  width: 100%;
  margin: 0 auto 40px;
}
.contentsBlock .infoList > div {
  text-align: left;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
.contentsBlock .infoList > div > p {
  display: table-cell;
  font-size: 1.1em;
  line-height: 140%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .contentsBlock .infoList > div > p {
    display: block;
  }
}
.contentsBlock .infoList > div > p:first-child {
  padding-right: 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .contentsBlock .infoList > div > p:first-child {
    padding-right: 10px;
    padding-bottom: 3px;
  }
}
.contentsBlock .infoList > div > p span.important {
  background-color: #CB4B4B;
  color: #fff;
  font-size: 0.85em;
  display: inline-block;
  line-height: 100%;
  padding: 5px 7px 4px 10px;
  margin-right: 8px;
  letter-spacing: 3px;
}
.contentsBlock .infoList > div > p strong {
  font-weight: 700;
}
.contentsBlock .infoTitle {
  width: 100%;
  margin: 0 auto 40px;
}
.contentsBlock .infoTitle > div {
  text-align: left;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
.contentsBlock .infoTitle > div > p {
  display: table-cell;
  font-size: 1.3em;
  line-height: 140%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .contentsBlock .infoTitle > div > p {
    display: block;
  }
}
.contentsBlock .infoTitle > div > p:first-child {
  padding-right: 30px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .contentsBlock .infoTitle > div > p:first-child {
    padding-right: 10px;
    padding-bottom: 3px;
  }
}
.contentsBlock .infoTitle > div > p span.important {
  background-color: #CB4B4B;
  color: #fff;
  font-size: 0.9em;
  display: inline-block;
  line-height: 100%;
  padding: 5px 7px 4px 10px;
  margin-right: 8px;
  letter-spacing: 3px;
}
.contentsBlock .infoTitle > div > p strong {
  font-weight: 700;
}
.contentsBlock .newsBox-txt {
  width: 96%;
  margin: 0 auto 40px;
}
.contentsBlock .newsBox-txt .img {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
.contentsBlock .newsBox-txt .img img {
  max-width: 100%;
  display: block;
  clear: both;
  margin: 0 auto;
}
.contentsBlock .newsBox-txt .txt {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}
.contentsBlock .newsBox-txt .txt div {
  display: block;
  clear: both;
  margin: 0 auto 8px;
}
.contentsBlock .newsBox-txt .txt a {
  transition: all 0.3s ease-out;
}
.contentsBlock .newsBox-txt .txt a:link {
  color: #9c5f11;
}
.contentsBlock .newsBox-txt .txt a:hover {
  color: #b0844b;
  text-decoration: underline;
}
.contentsBlock .link {
  text-align: center;
  margin-top: 40px;
}
.contentsBlock .link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  background-color: #222;
  color: #fff;
  padding: 15px 40px 15px 25px;
  background-color: #000;
  letter-spacing: 2px;
}
.contentsBlock .link a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.contentsBlock .link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .contentsBlock .link a {
    padding: 10px 35px 10px 15px;
  }
}
.contentsBlock .link a:hover::after {
  right: 15px;
}

body.kh header.headStd address {
  right: 120px;
}
@media screen and (max-width: 1400px) {
  body.kh header.headStd address {
    display: none;
  }
}

body.Rc header.headStd address {
  right: 120px;
}
@media screen and (max-width: 1250px) {
  body.Rc header.headStd address {
    display: none;
  }
}
