@charset "UTF-8";
/* CSS Document */
.News .Article{
  width: 760px;
}
.News .Category {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 2.5rem;
}
.News .Category .Sub {
    font-size: 1.4rem;
    color: #00baae;
    font-weight: 400;
}
.News .Date{
  margin-bottom: 0;
}
.News h1{
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 3.0rem;
}
.News h2{
    font-size: 2.4rem;
    padding-bottom: 4px;
    margin-top: 5rem;
    margin-bottom: 2rem;
    border-bottom: 4px solid #f2f2f2;
}
.News .BtRetern{
  width: 140px;
  color: #FFF;
  font-size: 1.4rem;
  text-align: center;
  margin: 40px auto 0;
  background-color: #31a7da;
  border-radius: 10px;
}
.News .BtRetern a{
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 38px;
  border-radius: 10px;
}
.News .BtRetern a:hover{
    background-color: #006b99;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
.News .Article{
  width: auto;
}
.News h1{
  font-size: 2.4rem;
}
.News h2{
  font-size: 1.8rem;
  margin-top: 3.0rem;
}
}