@charset "utf-8";

body {
  background: #f8f8f8;
}

/* HERO */
#hero {
  width: 100%;
  background: url("../../img/hero.jpg") no-repeat center center / cover;
}
#hero .page-ttl {
  padding: 60px 0;
  color: #fff;
  opacity: 0.8;
  text-align: center;
}
#hero .page-ttl strong {
  display: block;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  font-size: 3.750em;
}
#hero .page-ttl strong:after {
  display: block;
  content: "";
  width: 60px;
  height: 5px;
  margin: 25px auto;
  background: #fff;
}
#hero .page-ttl span {
  font-weight: bold;
  font-size: 125.0%;
}


/* NEWS */
.contents {
  padding: 50px 0 100px;
}
.contents .list {
  width: 1000px;
  margin: 0 auto 100px;
  padding: 20px 80px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
  -moz-box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
  box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.1);
}
.contents .block {
  display: block;
  height: 100%;
  padding: 50px 0;
  border-bottom: 1px #ececec solid;
}
.contents .block:last-child {
  border: 0;
}

.contents .block .trim {
  display: block;
  position: relative;
  float: left;
  width: 200px;
  border: 1px #e4e4e4 solid;
  overflow: hidden;
}
.contents .block .trim img {
  display: block;
  width: 100%;
  height: auto;
}

.contents .block .ttl-group,
.contents .block .data {
  float: right;
  width: calc(100% - 220px);
}
.contents .block .date {
  display: block;
  color: #55c2f0;
  font-weight: bold;
  font-size: 87.5%;
}
.contents .block .news-ttl {
  line-height: 1.5;
  margin: 10px 0 25px;
  font-weight: bold;
  font-size: 125%;
}
.contents .block .data {
  line-height: 1.7;
  font-size: 93.8%;
}
.contents .block .data a {
  color: #55c2f0;
  font-weight: bold;
  text-decoration: underline;
}


@media all and (max-width: 1000px) {
.contents {
  padding: 50px 0 100px;
}


/* NEWS */
.contents .list {
  width: 90%;
  padding: 20px 50px;
}
}
  
  
@media all and (max-width: 812px) {  
/* HERO */
#hero .page-ttl {
  padding: 40px 0;
  color: #fff;
  opacity: 0.8;
  text-align: center;
}
#hero .page-ttl strong {
  font-size: 2.813em;
}
#hero .page-ttl strong:after {
  margin: 20px auto;
}
#hero .page-ttl span {
  font-size: 100%;
} 
  
  
 
}


@media all and (max-width: 736px) {
.contents {
  padding: 0;
}


/* NEWS */
.contents .list {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contents .block {
  padding: 10% 8%;
}
.contents .block:last-child {
  padding-bottom: 15%;
  border-bottom: 1px #ececec solid;
}
.contents .block .trim {
  float: none;
  width: 100%;
  /*height: 35vw;*/
  margin-bottom: 6%;
}
.contents .block .trim img {
  display: block;
  /*position: absolute;
  top:50%;
  left: 0;
  transform: translateY(-50%);*/
  width: 100%;
  height: auto;
}  
.contents .block .ttl-group,
.contents .block .data {
  float: none;
  width: 100%;
}
.contents .block .date {
  font-size: 87.5%;
}
.contents .block .news-ttl {
  margin: 10px 0 5%;
  font-size: 108.3%;
}
.contents .block .data {
  font-size: 87.5%;
}
}








































