@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap);

/***********************************************************
 * news
************************************************************/
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
a:active,
a:focus {
  text-decoration: none;
}

#news {
  background: #fff;
  color: #000;
}
.__inner {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #news {
  }
}
section {
  padding: 50px 0;
}
/*///////////////////////////////////////
** news
---------------------------------------*/
#news h2 {
  width: 100%;
  margin-bottom: 50px;
  color: #77c059;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}

#news a {
  color: #000;
  text-decoration: underline;
  transition: all 0.5s;
}
#news a:hover {
  text-decoration: none;
}
#news dl {
  width: 100%;
  /*height: 600px;*/
  margin: 0;
  padding: 30px 0;
  border-top: solid 1px rgba(119, 192, 89, 0.2);
}
#news dl dt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
  padding: 30px 0 20px 0;
  position: relative;
  text-align: left;
}

/*#news dl dt:first-child {
	padding-right: 80px;
}*/
#news dl dt span {
  font-size: 11px;
  font-weight: 200;
  display: block;
  padding: 0 0 10px 0;
  color: #77c059;
  font-family: "Roboto", sans-serif;
  text-align: right;
}
#news dl dd {
  margin: 0;
  padding: 0;
  border-bottom: dotted 1px rgba(218, 223, 0, 0.2);
}
#news dl dd:last-child {
  border-bottom: none;
}
#news dl dd p {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 640px) {
  #news dl dt:first-child {
    padding-right: 0;
  }
  #news dl dd p {
    /*text-align: left;*/
    word-break: break-all;
  }
  #news dl dt span {
    position: relative;
  }
}

/*news_image*/
#news dl dd .imgL {
  float: left;
  width: 25%;
  max-width: 400px;
  margin: 0 15px 0 0;
}

#news img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#news img + img {
  margin-left: 1%;
}

#news img.size_ss {
  width: 24%;
  max-width: 200px;
}
#news img.size_s {
  width: 32%;
  max-width: 250px;
}
#news img.size_m {
  width: 48%;
  max-width: 500px;
}
#news img.size_l {
  max-width: 1000px;
}
.youtube-win {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1em;
}
.youtube-win iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
._comment {
  padding: 50px 20px 20px;
  background: #fff;
  color: #1288d3;
  border-radius: 5px;
}
._comment p.font-120.bold.center {
  border-bottom: solid 1px #1288d3;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
._comment p + p.font-120.bold.center {
  margin-top: 3em;
}

@media screen and (max-width: 640px) {
  #news img,
  #news img.size_s,
  #news img.size_m,
  #news img.size_l {
    width: 100%;
    max-width: 100%;
  }
  #news img + img {
    margin-left: 0;
    margin-top: 1%;
  }
}

footer {
  text-align: center;
}

._2x {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  letter-spacing: -0.4em;
}
._2x li {
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
  margin-left: 0;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
}
._2x li img {
  max-width: 100% !important;
  height: auto;
}
._2x li span {
  display: block;
  font-size: 11px;
}
@media screen and (max-width: 640px) {
  ._2x {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    letter-spacing: -0.4em;
  }
  ._2x li {
    width: 100%;
    display: inline-block;
    letter-spacing: normal;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
  }
  ._2x li img {
    max-width: 100% !important;
    height: auto;
  }
}

._prize-wrap {
  width: 100%;
  margin: 0 auto;
}
._prize {
  width: 100%;
	margin-bottom: 0;
	font-size: 90%;
}
@media screen and (max-width: 640px) {
  ._prize-wrap {
    overflow: auto;
  }
  ._prize {
    width: 1000px;
    margin-bottom: 0;
  }
}
._prize th,
._prize td {
  /*width: calc(100% / 4);*/
  width: calc(100% / 7);
  padding: 10px;
}
._prize th {
  color: #fff;
  background: #77c059;
  text-align: center;
  border-left: 1px solid #fff;
}
._prize td {
  color: rgba(0, 0, 0, 1);
  background: rgba(248, 248, 248, 1);
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
._prize tr > *:first-of-type {
  width: 10%;
}
._prize tr > *:nth-child(2) {
  width: 20%;
}
._prize tr > *:nth-child(3) {
  width: 14%;
}
._prize tr > *:nth-child(4) {
  width: 14%;
}
._prize tr > *:nth-child(5) {
  width: 14%;
}
._prize tr > *:nth-child(6) {
  width: 14%;
}
._prize tr > *:last-of-type {
  border-right: 1px solid #ccc;
  width: 14%;
}
