@charset "UTF-8";

@media only screen and (max-width: 767px) {
  main {
    margin: 55px 0 50px;
  }
}

@media print, screen and (min-width: 768px) {
  main.event .under .news__content ul li dd {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  main.event .under .news__content ul li dd {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .under .tab__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 5px;
  }
}

@media only screen and (max-width: 474px) {
  .under .tab__menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .under .tab__menu div {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under .tab__menu div + div {
    margin-left: 0;
  }
}

@media only screen and (max-width: 474px) {
  .under .tab__menu--item:first-child {
    margin-bottom: 10px;
  }
}

.under .news__menu {
  background-color: #e6e6e6;
}

@media print, screen and (min-width: 768px) {
  .under .news__menu {
    padding: 30px 0 15px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .under .news__menu {
    padding: 15px 10px;
    margin-bottom: 30px;
  }
}

.under .news__menu .tab__menu {
  margin: auto;
  background-color: #fff;
  border: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .under .news__menu .tab__menu {
    padding: 28px 35px 13px;
  }
}

@media only screen and (max-width: 767px) {
  .under .news__menu .tab__menu {
    padding: 20px 10px 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .news__menu .tab__menu--item {
    /*margin: 0 30px 15px 0;*/
    margin: 0 28px 15px 0;/*2311*/
    min-width: 50px;/*2311*/
  }
}

@media only screen and (max-width: 767px) {
  .under .news__menu .tab__menu--item {
    /*margin: 0 20px 15px 0;*/
    margin: 0 18px 15px 0;/*2311*/
    min-width: 46px;/*2311*/
  }
}

@media print, screen and (min-width: 768px) {
  .under .news__menu .tab__menu--item + .tab__menu--item {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .news__menu .container {
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .under .news__link {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .news__link {
    margin: 0 0 15px 0;
  }
}

.under .news__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.under .news__link li {
  border-left: 1px solid #c8c8c8;
}

@media print, screen and (min-width: 768px) {
  .under .news__link li {
    padding: 3px 33px;
  }
}

@media only screen and (max-width: 767px) {
  .under .news__link li {
    padding: 1px 10px;
  }
}

.under .news__link li:last-child {
  border-right: 1px solid #c8c8c8;
}

.under .news__link li.current a {
  font-weight: bold;
}

.under .news__link li.current a::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-duration: 0s !important;/*2311*/
}

.under .news__link a {
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.under .news__link a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  background: #861c3c;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media print, screen and (min-width: 768px) {
  .under .news__link a::after {
    height: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .under .news__link a::after {
    height: 3px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .news__link a {
    font-size: 18px;
  }
}

.under .news__link a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.under .news__title h1 {
  border: none;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .under .news__title h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .under .news__title h1 {
    margin-bottom: 15px;
  }
}

.under .news__title h1::after {
  content: none;
}

.under .news__content h2 {
  border: none;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .under .news__content h2 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under .news__content h2 {
    margin-bottom: 7px;
  }
}

.under .news__content h2::after {
  content: none;
}

.under .news__content ul {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.under .news__content ul li > a {
  display: block;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

@media print, screen and (min-width: 768px) {
  .under .news__content ul li > a {
    padding: 25px 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .news__content ul li > a {
    padding: 15px 0;
  }
}

.under .news__content ul li > a:hover {
  background-color: #f4f4f4;
}

.under .news__content ul li + li {
  border-top: 1px solid #e6e6e6;
}

@media print, screen and (min-width: 768px) {
  .under .news__content ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.under .news__content ul li dt {
  color: #777;
  font-family: 'arial';
}

@media print, screen and (min-width: 768px) {
  .under .news__content ul li dt {
    font-size: 15px;
    padding: 2px 0 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under .news__content ul li dt {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .news__content ul li dt + dd {
    /*margin-left: 55px;*/
    margin-left: 30px;/*2311*/
  }
}

@media only screen and (max-width: 767px) {
  .under .news__content ul li dt + dd {
    margin-top: 5px;
  }
}

.under .news__content ul li dd {
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .under .news__content ul li dd {
    padding-right: 10px;
  }
}

.under .news__content ul li dd .news__info {
  margin-bottom: 10px;
}

.under .news__content ul li dd .news__tag {
  color: #fff;
  line-height: 1.3;
  background-color: #3e3a39;
  text-align: center;
  padding: 2px 5px;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .under .news__content ul li dd .news__tag {
    font-size: 12px;
    min-width: 90px;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 767px) {
  .under .news__content ul li dd .news__tag {
    font-size: 11px;
    min-width: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .news__content ul li dd .news__tag + .news__date {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .news__content ul li dd .news__tag + .news__date {
    margin-top: 5px;
  }
}

.under .news__content ul li dd .news__date {
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .under .news__content ul li dd .news__date {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .news__content ul li dd .news__date {
    font-size: 13px;
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .under .news__content + .news__content {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .under .news__content + .news__content {
    margin-top: 40px;
  }
}

/*
  英語
------------------------------------------------------------------------------*/
.en .news__inner {
  font-family: 'arial';
}

.en .news__title h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: .04em;
}

@media print, screen and (min-width: 768px) {
  .en .news__title h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .en .news__title h1 {
    font-size: 28px;
  }
}

/*
  IE11
------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, :root .under .news__content ul li dd .news__tag {
    padding: 4px 5px 0;
  }
}
