#news {
  color: #333;
  font-size: 13px;
  line-height: 1.6;
  background: #b4e6f2;
  padding: 60px 0 80px;
}
@media only screen and (max-width: 700px) {
  #news {
    padding: 30px 0;
  }
}
#news .contentInner {
  padding: 0 20px;
}
@media only screen and (max-width: 700px) {
  #news .contentInner {
    padding: 0 15px;
  }
}
#news .contentBox {
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  max-width: 940px;
  padding: 70px 100px;
  box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  #news .contentBox {
    width: 100%;
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 700px) {
  #news .contentBox {
    padding: 20px 15px;
  }
}
#news .contentBox .title {
  font-family: "GenJyuuGothic-bold", sans-serif;
  color: #d91c1c;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.3;
}
@media only screen and (max-width: 700px) {
  #news .contentBox .title {
    font-size: 25px;
  }
}
#news .contentBox .mainText {
  font-weight: bold;
  margin-top: 35px;
  font-size: 20px;
  line-height: 2;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  #news .contentBox .mainText {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  #news .contentBox .mainText {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 15px;
    text-align: left;
  }
}
#news .contentBox .textBox01 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  #news .contentBox .textBox01 {
    margin-top: 20px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 700px) {
  #news .contentBox .textBox01 {
    margin-top: 15px;
    font-size: 13px;
  }
}
#news .contentBox .textBox01 .text01 {
  padding-bottom: 10px;
}
#news .contentBox .textBox01 .text02 {
  color: #d91c1c;
}
#news .contentBox .imgBox {
  margin: 20px auto 0;
}
@media only screen and (max-width: 900px) {
  #news .contentBox .imgBox {
    margin-top: 20px;
    width: 100%;
  }
  #news .contentBox .imgBox img {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #news .contentBox .imgBox {
    margin-top: 10px;
  }
}
#news .contentBox .textBox02 {
  margin-top: 50px;
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 900px) {
  #news .contentBox .textBox02 {
    margin-top: 30px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 700px) {
  #news .contentBox .textBox02 {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.8;
  }
}
#news .btn-close {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  #news .btn-close {
    margin-top: 20px;
  }
}
#news .btn-close a {
  display: inline-block;
  background: #ccc9be;
  padding-bottom: 4px;
  border-radius: 35px;
}
#news .btn-close a span {
  display: inline-block;
  font-family: "GenJyuuGothic-Bold", sans-serif;
  background: #f0eee6;
  border-radius: 35px;
  background-size: 25px;
  line-height: 1;
  padding: 16px 65px 16px 90px;
  box-sizing: border-box;
  position: relative;
  color: #916821;
  font-size: 24px;
}
@media only screen and (max-width: 700px) {
  #news .btn-close a span {
    padding: 15px 45px 14px 70px;
    font-size: 18px;
  }
}
#news .btn-close a span::before {
  content: "";
  width: 20px;
  height: 3px;
  background: #916821;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 40px;
}
#news .btn-close a span::after {
  content: "";
  width: 20px;
  height: 3px;
  background: #916821;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: 40px;
}
#news .btn-close a:hover span {
  background-color: #ebe8dc;
  transition: 0.3s;
}
