@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v23/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoUoOWaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v23/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OWaA.ttf) format('truetype');
}
/* COMMON
----------------------------------- */
.visual {
  height: 440px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  /*&.news {
		background: url("../img/main_photo04_pc.jpg") no-repeat center center;
		background-size: cover;
	}*/
}
@media screen and (max-width: 1199px) {
  .visual {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .visual {
    height: 240px;
  }
}
.visual::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 270px 180px 0 0;
  border-color: #8e1d1d transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .visual::before {
    border-width: 150px 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .visual::before {
    border-width: 120px 80px 0 0;
  }
}
.visual::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 270px 180px;
  border-color: transparent transparent #001132 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .visual::after {
    border-width: 0 0 150px 100px;
  }
}
@media screen and (max-width: 767px) {
  .visual::after {
    border-width: 0 0 120px 80px;
  }
}
.visual div::before {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
}
.visual h1 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .visual h1 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.visual h1 span {
  display: block;
  font-size: 60px;
  font-size: 6.0rem;
  font-family: 'Roboto Slab', serif;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .visual h1 span {
    font-size: 40px;
    font-size: 4.0rem;
  }
}
.visual.staff {
  background: url("../img/main_photo06_pc.jpg") no-repeat center center;
  background-size: cover;
}
.visual.ground {
  background: url("../img/main_photo09_pc.jpg") no-repeat center center;
  background-size: cover;
}
.visual.qanda {
  background: url("../img/main_photo10_pc.jpg") no-repeat center center;
  background-size: cover;
}
.visual.partner {
  background: url("../img/main_photo05_pc.jpg") no-repeat center center;
  background-size: cover;
}
.visual.contact {
  background: url("../img/main_photo07_pc.jpg") no-repeat center center;
  background-size: cover;
}
.visual.privacy {
  background: url("../img/main_photo08_pc.jpg") no-repeat center center;
  background-size: cover;
}
.contents {
  width: 900px;
  margin: 4em auto 5em;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .contents {
    width: 100%;
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .contents {
    /*margin: 60px auto;*/
  }
}
.contents .leadtxt {
  margin-bottom: 2em;
}
/* STAFF
----------------------------------- */
#staff .staff {
  position: relative;
}
#staff .staff .column {
  box-sizing: border-box;
  width: 82%;
  margin-left: 18%;
  margin-bottom: 4em;
  padding: 2.5em 2.5em 2.5em 6em;
  background-color: #e5e7ea;
  position: relative;
}
@media screen and (max-width: 959px) {
  #staff .staff .column {
    padding: 2.5em 2.5em 2.5em 5em;
  }
}
@media screen and (max-width: 767px) {
  #staff .staff .column {
    width: 100%;
    margin-left: 0;
    padding: 2em;
  }
}
#staff .staff .column::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 78px 50px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
#staff .staff .photo {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #staff .staff .photo {
    width: 90px;
    top: -25px;
    left: 20px;
  }
}
#staff .staff .profile {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #staff .staff .profile {
    padding-bottom: 2em;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 959px) {
  #staff .staff .profile.noborder {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #staff .staff .profile.noborder {
    padding-bottom: 0;
    border-bottom: none;
  }
}
#staff .staff .profile .name {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #staff .staff .profile .name {
    margin-bottom: 2.5em;
    padding-left: 7em;
  }
}
#staff .staff .profile .name strong {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #staff .staff .profile .name strong {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#staff .staff .history {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#staff .staff .player,
#staff .staff .coach {
  width: 48%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #staff .staff .player,
  #staff .staff .coach {
    width: 100%;
    margin-bottom: 1em;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#staff .staff .player p,
#staff .staff .coach p {
  display: inline-block;
  height: 24px;
  margin-bottom: 0.6em;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #001132;
  line-height: 24px;
  color: #fff;
  position: relative;
}
#staff .staff .player p::after,
#staff .staff .coach p::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 16px 0 0;
  border-color: #001132 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -16px;
}
#staff .staff .player ul,
#staff .staff .coach ul {
  margin-left: 1.4em;
}
@media screen and (max-width: 767px) {
  #staff .staff .coach {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  #staff .staff:nth-of-type(2n) .column {
    margin-left: 0;
    padding: 2.5em 6em 2.5em 2.5em ;
  }
  #staff .staff:nth-of-type(2n) .photo {
    position: absolute;
    left: auto;
    right: 0;
  }
}
/* GROUND
----------------------------------- */
#ground p {
  margin-bottom: 1em;
}
#ground h2 {
  margin-top: 2em;
  margin-bottom: 2em;
  clear: both;
}
#ground h2 .icon {
  float: left;
  width: 30px;
  display: inline-block;
  position: relative;
}
#ground h2 .icon::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg) skew(calc(10deg), calc(10deg));
  background-color: #8e1d1d;
}
@media screen and (max-width: 767px) {
  #ground h2 .icon::before {
    width: 20px;
    height: 20px;
  }
}
#ground h2 .icon::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  left: 0.65em;
  top: 0.2em;
}
@media screen and (max-width: 767px) {
  #ground h2 .icon::after {
    font-size: 11px;
    font-size: 1.1rem;
    left: 0.5em;
    top: 0.05em;
  }
}
#ground h2 .icon.calendar::after {
  content: "\f133";
}
#ground h2 .icon.train::after {
  content: "\f239";
}
#ground h2 .txt {
  padding-left: 50px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  #ground h2 .txt {
    padding-left: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#ground h2.date + p {
  margin-bottom: 4em;
}
#ground .photo {
  display: flex;
  justify-content: space-between;
  margin: 2em 0;
}
@media screen and (max-width: 767px) {
  #ground .photo {
    display: block;
  }
}
#ground .photo .column_l {
  width: 66%;
}
#ground .photo .column_r {
  width: 30%;
}
#ground .photo .column_r img:first-of-type {
  margin-bottom: 13%;
}
@media screen and (max-width: 767px) {
  #ground .photo .column_r img:first-of-type {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  #ground .photo .column_l,
  #ground .photo .column_r {
    width: 100%;
  }
}
#ground .photo .column_l img,
#ground .photo .column_r img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #ground .photo .column_l img,
  #ground .photo .column_r img {
    margin-bottom: 2em;
  }
}
#ground .map {
  width: 100%;
  height: 0;
  margin-bottom: 4em;
  padding-top: 56.25%;
  position: relative;
}
#ground .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#ground .access_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 767px) {
  #ground .access_list {
    display: block;
  }
}
#ground .access_list dt {
  width: 38%;
  padding: 1em 0;
  border-top: 1px dotted #ccc;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #ground .access_list dt {
    width: 100%;
    padding: 1em 0 0;
  }
}
#ground .access_list dd {
  width: 62%;
  padding: 1em 0;
  border-top: 1px dotted #ccc;
}
@media screen and (max-width: 767px) {
  #ground .access_list dd {
    width: 100%;
    padding: 0 0 1em;
    border-top: none;
  }
}
/* Q AND A
----------------------------------- */
#qanda .qa {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #ccc;
}
#qanda .qa:nth-of-type(1) {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#qanda .icon {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #qanda .icon {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#qanda .icon::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg) skew(calc(10deg), calc(10deg));
  background-color: #8e1d1d;
}
@media screen and (max-width: 767px) {
  #qanda .icon::before {
    width: 20px;
    height: 20px;
  }
}
#qanda .icon span {
  position: absolute;
  left: 0.5em;
  top: 0;
  font-family: 'Roboto Slab', serif;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #qanda .icon span {
    left: 0.3em;
    line-height: 20px;
  }
}
#qanda .question {
  margin-bottom: 2em;
  clear: both;
}
#qanda .question .icon {
  width: 30px;
  float: left;
}
#qanda .question .txt {
  padding-left: 50px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  #qanda .question .txt {
    padding-left: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#qanda .answer {
  clear: both;
}
#qanda .answer .icon {
  width: 30px;
  float: left;
}
#qanda .answer .icon::before {
  background-color: #e5e7ea;
}
#qanda .answer .icon span {
  color: #8e1d1d;
}
#qanda .answer .txt {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  #qanda .answer .txt {
    padding-left: 30px;
  }
}
#qanda .answer a {
  color: #8e1d1d;
}
/* PRATNER
----------------------------------- */
#partner h2 {
  margin-bottom: 1em;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4em;
  color: #8e1d1d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #partner h2 {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
#partner .rank {
  margin-bottom: 4em;
  padding: 2.5em 2.5em 0;
  background-color: #e5e7ea;
  position: relative;
}
@media screen and (max-width: 767px) {
  #partner .rank {
    padding: 2em 2em 0;
  }
}
#partner .rank::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 78px 50px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
#partner .company {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.5em;
  padding-bottom: 2.5em;
  border-bottom: 1px solid #ccc;
}
#partner .company .img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #partner .company .img {
    width: 100%;
    margin-bottom: 2em;
    background-color: #fff;
    text-align: center;
  }
}
#partner .company .img img {
  width: 100%;
}
#partner .company .txt {
  width: 56%;
}
@media screen and (max-width: 767px) {
  #partner .company .txt {
    width: 100%;
  }
}
#partner .company .txt h3 {
  margin-bottom: 0.5em;
  font-size: 20px;
  font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
  #partner .company .txt h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#partner .company .txt .copy {
  margin-bottom: 0.8em;
}
#partner .company .txt .link a {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Roboto Slab', serif;
  text-decoration: none;
  color: #8e1d1d;
}
@media screen and (max-width: 767px) {
  #partner .company .txt .link a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#partner .company .txt .link a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 5px;
  margin-right: 15px;
  transform: skewX(45deg);
  border-bottom: 1px solid #8e1d1d;
  border-right: 1px solid #8e1d1d;
}
#partner .company .txt .link + h4 {
  margin-top: 1em;
}
#partner .company:last-of-type {
  border-bottom: none;
}
#partner .blank {
  padding: 2.5em 0 5em;
  text-align: center;
}
/* CONTACT
----------------------------------- */
#contact .lbnr,
#partner .lbnr {
  margin: 5em 0;
}
#contact .lbnr img,
#partner .lbnr img {
  width: 100%;
}
#contact .leadtxt,
#partner .leadtxt {
  margin-bottom: 4em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .leadtxt,
  #partner .leadtxt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#contact .question,
#partner .question {
  border-top: 1px solid #ccc;
  padding: 1.25em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact .question:last-of-type,
#partner .question:last-of-type {
  border-bottom: 1px solid #ccc;
}
#contact .question .title,
#partner .question .title {
  width: 25%;
  padding-top: 0.6em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #contact .question .title,
  #partner .question .title {
    width: 100%;
    margin-bottom: 1em;
    padding-top: 0;
  }
}
#contact .question .title span,
#partner .question .title span {
  display: inline-block;
  margin-left: 0.6em;
  padding: 2px 8px;
  background-color: #8e1d1d;
  border-radius: 2px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
#contact .question .field,
#partner .question .field {
  width: 71%;
  /* IE */
  /* Edge */
  /* IE */
  /* Edge */
}
@media screen and (max-width: 767px) {
  #contact .question .field,
  #partner .question .field {
    width: 100%;
  }
}
#contact .question .field input[type="text"],
#partner .question .field input[type="text"],
#contact .question .field input[type="email"],
#partner .question .field input[type="email"],
#contact .question .field textarea,
#partner .question .field textarea {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #ddd;
  font-size: 16px;
  font-size: 1.6rem;
}
#contact .question .field textarea,
#partner .question .field textarea {
  min-height: 15em;
  font-family: inherit;
}
#contact .question .field input::placeholder,
#partner .question .field input::placeholder {
  color: #ddd;
}
#contact .question .field input:-ms-input-placeholder,
#partner .question .field input:-ms-input-placeholder {
  color: #ddd;
}
#contact .question .field input::-ms-input-placeholder,
#partner .question .field input::-ms-input-placeholder {
  color: #ddd;
}
#contact .question .field textarea::placeholder,
#partner .question .field textarea::placeholder {
  color: #ddd;
}
#contact .question .field textarea:-ms-input-placeholder,
#partner .question .field textarea:-ms-input-placeholder {
  color: #ddd;
}
#contact .question .field textarea::-ms-input-placeholder,
#partner .question .field textarea::-ms-input-placeholder {
  color: #ddd;
}
#contact .question p,
#partner .question p,
#contact .question img,
#partner .question img {
  margin-bottom: 0.5em;
}
#contact .submit,
#partner .submit {
  display: block;
  box-sizing: border-box;
  width: 200px;
  margin: 2.5em auto;
  padding-left: 15px;
  background-color: #8e1d1d;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 54px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  #contact .submit,
  #partner .submit {
    width: 100%;
  }
}
#contact .thanks,
#partner .thanks {
  text-align: center;
}
#contact .thanks h2,
#partner .thanks h2 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #8e1d1d;
}
#contact .thanks .btn_default,
#partner .thanks .btn_default {
  margin: 2em 0 0;
}
/* PRIVACY
----------------------------------- */
#privacy h2 {
  margin: 1em 0 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
}
/* NEWS
----------------------------------- */
#news.top .contents {
  width: 1200px;
}
@media screen and (max-width: 1199px) {
  #news.top .contents {
    width: 100%;
    padding: 0 4%;
  }
}
#news .leadtxt {
  margin-bottom: 3em;
  text-align: center;
}
#news .leadtxt br {
  display: none;
}
@media screen and (max-width: 959px) {
  #news .leadtxt br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #news .leadtxt br {
    display: none;
  }
}
#news .tagarea {
  padding: 20px 30px 30px 30px;
  background-color: #e5e7ea;
  font-size: 0;
}
@media screen and (max-width: 959px) {
  #news .tagarea {
    padding: 10px 20px 20px 20px;
  }
}
#news .tagarea .tag {
  height: 50px;
  margin: 10px 10px 0 0;
  display: inline-block;
  padding: 0 40px;
  border: 1px solid #111;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #111;
  transition: all 0.4s;
}
@media screen and (max-width: 959px) {
  #news .tagarea .tag {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #news .tagarea .tag {
    padding: 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#news .tagarea .tag.select {
  border: 1px solid #8e1d1d;
  background-color: #8e1d1d;
  color: #fff;
}
#news .tagarea .tag:hover {
  background-color: #001132;
  border: 1px solid #001132;
  color: #fff;
}
#news .article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3em 0 2em;
  border-bottom: 1px solid #ccc;
}
#news .article .article_item {
  width: 22.5%;
  position: relative;
  margin-bottom: 3em;
}
@media screen and (max-width: 959px) {
  #news .article .article_item {
    width: 48%;
  }
}
#news .article .article_item a {
  text-decoration: none;
  color: #111;
}
#news .article .article_item a:hover img {
  opacity: 0.8;
}
#news .article .article_item a:hover .title {
  text-decoration: underline;
}
#news .article .article_item img {
  width: 100%;
  transition: all 0.4s;
}
#news .article .article_item .tag {
  display: inline-block;
  padding: 0 8px 0 15px;
  background-color: #8e1d1d;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #news .article .article_item .tag {
    padding: 0 4px 0 8px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
  }
}
#news .article .article_item .tag::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 0;
  border-color: #8e1d1d transparent transparent transparent;
  position: absolute;
  right: -20px;
  top: 0;
}
@media screen and (max-width: 767px) {
  #news .article .article_item .tag::after {
    border-width: 24px 16px 0 0;
    right: -16px;
  }
}
#news .article .article_item .date {
  margin: 0.6em 0 0.2em;
  font-family: 'Roboto Slab', serif;
  color: #888;
}
@media screen and (max-width: 767px) {
  #news .article .article_item .date {
    margin: 0 0 0.2em;
  }
}
#news .article .article_item .title {
  line-height: 1.6;
}
#news .pager {
  text-align: center;
  font-size: 0;
}
#news .pager a {
  display: inline-block;
  height: 50px;
  margin: 4px;
  padding: 0 18px;
  border: 1px solid #111;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Roboto Slab', serif;
  line-height: 50px;
  text-decoration: none;
  color: #111;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  #news .pager a {
    height: 40px;
    margin: 2px;
    padding: 0 12px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
  }
}
#news .pager a.current {
  border: 1px solid #8e1d1d;
  background-color: #8e1d1d;
  color: #fff;
}
#news .pager a:hover {
  background-color: #001132;
  border: 1px solid #001132;
  color: #fff;
}
#news .pager span {
  font-size: 14px;
  font-size: 1.4rem;
}
#news.detail .newshead {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ccc;
}
#news.detail .newshead .tag {
  display: inline-block;
  padding: 0 8px 0 15px;
  background-color: #8e1d1d;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  color: #fff;
}
#news.detail .newshead .tag::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 0;
  border-color: #8e1d1d transparent transparent transparent;
  position: absolute;
  right: -20px;
  top: 0;
}
#news.detail .newshead .date {
  display: inline-block;
  margin: 0.6em 0 0 2em;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Roboto Slab', serif;
  color: #888;
}
#news.detail .newshead h2 {
  margin-top: 1em;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #news.detail .newshead h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#news.detail .newsbody {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ccc;
}
#news.detail .newsbody p,
#news.detail .newsbody img {
  width: 100%;
  margin-bottom: 1em;
  line-height: 2;
}
