@charset "utf-8";
/* CSS Document */

/*===================================================================
    News area
===================================================================*/
.main-area {
  background: #eb0a1e;
  position: relative;
}
.main-area-bg-top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-area-bg-top img {
  width: 100%;
}
.main-area-bg-bot {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-area-bg-bot img {
  width: 100%;
}
.main-area .news-area-content {
  max-width: 1500px;
  margin: 0 auto;
  padding: 45px 27px;
}
@media screen and (max-width: 768px) and (max-width: 1500px) {
  .main-area .news-area-content {
    padding: 3% 1.8%;
  }
}
@media screen and (max-width: 767px) {
  .main-area .news-area-content {
    padding: 5.868% 1.8% 20.862%;
  }
}
/*===================================================================
    Form content
===================================================================*/
select::-ms-expand {
  display: none;
}
.form-content {
  text-align: right;
  margin-bottom: 50px;
}
.form-content form {
  display: inline-block;
  vertical-align: top;
}
.form-content form:first-child {
  margin-right: 25px;
}
.form-content .year-label {
  width: 182px;
  height: 38px;
  display: inline-block;
  position: relative;
}
.form-content .year-label select {
  font-size: 20px;
  padding-left: 44px;
  width: 182px;
  height: 38px;
  border: none;
  background: #000;
  color: #fff;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.form-content .year-label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -10px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #ffffff #ffffff transparent transparent;
  transform: rotate(135deg);
  pointer-events: none;
}
.form-content .month-label {
  height: 38px;
  display: inline-block;
  position: relative;
}
.form-content .month-label select {
  font-size: 20px;
  padding-left: 31px;
  padding-right: 51px;
  height: 38px;
  border: none;
  background: #000;
  color: #fff;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.form-content .month-label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -10px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #ffffff #ffffff transparent transparent;
  transform: rotate(135deg);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .form-content {
    margin-bottom: 6.088%;
  }
  .newsevent-cont form:first-child {
    margin-right: 30px;
  }
  .form-content .year-label {
    width: 200px;
    height: 55px;
    display: inline-block;
    position: relative;
  }
  .form-content .year-label select {
    font-size: 28px;
    padding-left: 22px;
    width: 200px;
    height: 55px;
    border: none;
    background: #000;
    color: #fff;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form-content .month-label {
    height: 55px;
    display: inline-block;
    position: relative;
  }
  .form-content .month-label select {
    font-size: 28px;
    padding-left: 22px;
    height: 55px;
    border: none;
    background: #000;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
@media screen and (max-width: 500px) {
  .form-content form:first-child {
    margin-right: 15px;
  }
  .form-content .year-label {
    width: 110px;
    height: 40px;
  }
  .form-content .year-label select {
    font-size: 22px;
    padding-left: 16px;
    width: 110px;
    height: 40px;
  }
  .form-content .month-label {
    height: 40px;
  }
  .form-content .month-label select {
    font-size: 22px;
    padding-left: 16px;
    height: 40px;
  }
}
/*===================================================================
    News content
===================================================================*/
.news-event ul li {
  width: 48.3%;
  background: #fff;
  position: relative;
  margin-bottom: 2.97vw;
}
.news-event ul li:nth-child(odd) {
  margin-right: 3.4%;
}
.news-event li a {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.news-event li a[target="_blank"]:after {
  content: "";
  width: 3.453%;
  height: 22px;
  background-image: url(/verblitz/common/img/common/icon_window.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 8px;
  right: 11px;
  display: block;
  z-index: 99;
}
.news-event li a:hover {
  opacity: 1;
}

.news-event li a:hover img{
  opacity: 0.7;
}
.news-event li a > div {
  display: table-cell;
}
.news-event .img-wrap {
  width: 35.4%;
  text-align: center;
  vertical-align: middle;
}
.news-event img {
  max-width: 100%;
  max-height: 175px;
}
.news-event .text-wrap {
  width: 64.6%;
}
.news-event ul li a span {
  display: block;
  margin-bottom: 0.3vw;
  padding: 3% 3.4% 0;
  font-size: 16px;
  font-weight: bold;
  color: #0f565b;
  letter-spacing: 0.034vw;
}
.news-event ul li a strong {
  display: block;
  padding: 0 3.4%;
  margin-bottom: 0.25vw;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-event-txt {
  font-size: 14px;
  color: #333;
  padding: 0 3.4% 0;
  line-height: 180%;
  box-sizing: border-box;
  display: block;
  letter-spacing: 0.05vw;
  background-color: #fff;
  position: relative;
  padding-right: 2em;
  overflow: hidden;
  line-height: 1.6em;
  height: 6em;
  min-height: 6.2em;
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .news-event-txt {
    font-size: 0.922876vw;
  }
  .news-event ul li a span {
    padding-top: 5%;
    font-size: 1.05471vw;
    font-weight: bold;
  }
  .news-event ul li a strong {
    font-size: 1.05471vw;
    font-weight: bold;
  }
  .news-event-txt {
    font-size: 0.922876vw;
  }
}
@media screen and (max-width: 1046px) and (min-width: 768px) {
  .news-event .img-wrap,
  .news-event .text-wrap,
  .news-event li a {
    width: 100%;
    display: block;
  }
  .news-event img {
    width: 100%;
    max-height: none;
  }
  .news-event li a[target="_blank"]:after {
    width: 4.5%;
    height: 13px;
    background-position: center bottom;
    top: auto;
    bottom: 3px;
    right: 4px;
  }
  .news-event ul li a span {
    width: 93.2%;
    font-size: 2.10728vw;
  }
  .news-event ul li a strong {
    width: 93.2%;
    font-size: 2.10728vw;
  }
  .news-event-txt {
    width: 100%;
    padding: 0 3.4% 0;
    margin-bottom: 4.06%;
    font-size: 2.10728vw;
    height: auto;
  }
}
@media screen and (max-width: 767px){
  .news-event ul li {
    width: 100%;
    margin-bottom: 5.2vw;
  }
  .news-event ul li:nth-child(odd) {
    margin-right: 0;
  }
  .news-event img {
    width: 100%;
    max-height: none;
    border-bottom: 1px solid #eacccc;
  }
  .news-event .img-wrap,
  .news-event .text-wrap,
  .news-event li a {
    width: 100%;
    display: block;
  }
  .news-event li a[target="_blank"]:after {
    width: 4.986%;
    height: 15px;
    height: 4vw;
    background-position: center bottom;
    top: auto;
    bottom: 4px;
    right: 5px;
  }
  .news-event ul li a span {
    font-size: 3.65059vw;
    letter-spacing: 0.13vw;
    margin-bottom: 3vw;
    width: 93.2%;
  }
  .news-event ul li a strong {
    font-size: 3.65059vw;
    letter-spacing: 0.13vw;
    margin-bottom: 0;
    width: 93.2%;
  }
  .news-event-txt {
    width: 100%;
    padding: 2.7% 3.4% 0;
    font-size: 3.65059vw;
    letter-spacing: 0.043vw;
    line-height: 5vw;
    height: auto;
    margin-bottom: 4.5%;
  }
}
/*===================================================================
    News Details
===================================================================*/
.entrybody:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.news-details {
  z-index: 1;
  position: relative;
}
.news-details-cont {
  max-width: 1500px;
  margin: 0 auto;
  padding: 120px 0;
}
.news-detail-area {
  margin: 0 27px;
  background: #fff;
  padding: 38px 30px;
}
.news-detail-area .news-detail-days {
  margin-top: 0.76%;
  text-align: right;
  margin-bottom: 1.1%;
}
.news-detail-area .news-detail-days span {
  font-size: 16px;
  font-weight: bold;
  color: #004c62;
}
.news-detail-area .news-sns li {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  overflow-y: hidden;
  margin-bottom: 1.227%;
}
.news-detail-area .news-sns li:first-child {
  margin-top: -2px;
}
.news-detail-area img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto !important;
}
.news-detail-area .entrybody {
  word-wrap: break-word;
}
.news-detail-area .entrybody h2 {
  font-weight: bold;
  margin-bottom: 2em;
}
.news-detail-area .entrybody p {
  line-height: 160%;
  font-size: 16px;
}
.news-detail-area .entrybody p + p {
  margin: 0 0 2em;
}
.news-detail-area .entrybody img {
  margin-bottom: 4.3%!important;
  height: auto;
}
.news-detail-area .entrybody img + p {
  margin: 0 0 4.3%;
}
.news-detail-area .entrybody a:link,
.news-detail-area .entrybody a:visited {
  color: #00e;
}
.news-detail-area .news-btn a:hover {
  color: #000;
  background: #fff;
  opacity: 1;
}
.news-detail-area .news-btn a:link:hover,
.news-detail-area .news-btn a:visited:hover {
  color: #000;
}
.news-detail-area .news-btn a:hover:after {
  border-color: #000 #000 transparent transparent;
}
.entrybody .detail-link a:link,
.entrybody .detail-link a:visited {
  margin: 1.5em 0 1em;
  padding-right: 1em;
  color: #000;
  display: inline-block;
  position: relative;
}
.entrybody .detail-link a:after{
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  right: 0;
}
.entrybody .detail-link a:hover{
  text-decoration: none;
  opacity: 1;
}
.news-btn-area {
  max-width: 316px;
  margin: 5.566% auto 0;
  display: block;
}
.news-btn-area:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.news-btn-area .prev-btn {
  margin-right: 26px;
  position: relative;
  float: left;
}
.news-btn-area .prev-btn:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 19px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #ffffff #ffffff transparent transparent;
  transform: rotate(225deg);
}
.news-btn-area .prev-btn:hover:after {
  border-color: #000 #000 transparent transparent;
}
.news-btn-area .prev-btn a {
  display: inline-block;
  border: 2px solid #000;
  background: #000;
  width: 145px;
  position: relative;
  padding: 3px 33px 1px 63px;
  font-size: 22px;
  box-sizing: border-box;
}
.news-btn-area .next-btn {
  position: relative;
  float: right;
}
.news-btn-area .next-btn:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 19px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #ffffff #ffffff transparent transparent;
  transform: rotate(45deg);
}
.news-btn-area .next-btn:hover:after {
  border-color: #000 #000 transparent transparent;
}
.news-btn-area .next-btn a {
  display: inline-block;
  border: 2px solid #000;
  background: #000;
  width: 145px;
  position: relative;
  padding: 3px 33px 1px 36px;
  font-size: 22px;
  box-sizing: border-box;
}
.news-detail-back {
  text-align: center;
  margin-top: 1.732%;
}
.news-detail-back a {
  display: inline-block;
  border: 2px solid #000;
  background: #000;
  width: 316px;
  position: relative;
  padding: 3px 4px 1px 12px;
  font-size: 22px;
  box-sizing: border-box;
}
.news-detail-back a:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 17px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #ffffff #ffffff transparent transparent;
  transform: rotate(225deg);
}
.news-detail-back a:after {}
.news-detail-area .news-btn a:link,
.news-detail-area .news-btn a:visited {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .entrybody table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .entrybody .table-wrap {
    overflow-x: scroll;
  }
  .news-details-cont {
    padding: 10.432% 0;
  }
  .news-detail-area {
    margin: 0px 3.522%;
    padding: 4.956% 3.912%;
  }
  .news-detail-area .news-detail-days span {
    font-size: 28px;
    font-size: 3.650581vw;
  }
  .news-detail-area .entrybody p {
    font-size: 28px;
    font-size: 3.650581vw;
  }
  .news-detail-area .entrybody h2 {
    font-size: 4.1721vw !important;
  }
  .news-detail-area .entrybody iframe {
    width: 100%;
  }
  .news-btn-area {
    max-width: 100%;
  }
  .news-btn-area .prev-btn {
    margin-right: 4.8%;
    width: 47.6%;
  }
  .news-btn-area .prev-btn a {
    width: 100%;
    padding: 4.83% 0;
    text-align: center;
    font-size: 3.65059vw;
  }
  .news-btn-area .prev-btn:after {
    margin-top: -6px;
  }
  .news-btn-area .next-btn {
    width: 47.6%;
  }
  .news-btn-area .next-btn a {
    width: 100%;
    padding: 4.83% 0;
    text-align: center;
    font-size: 3.65059vw;
  }
  .news-btn-area .next-btn:after {
    margin-top: -6px;
  }
  .news-detail-back {
    text-align: center;
    margin-top: 4.2604%;
  }
  .news-detail-back a {
    width: 100%;
    padding: 2.298% 0;
    font-size: 3.65059vw;
  }
  .news-detail-back a:after {
    margin-top: -6px;
  }
}
