/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .contents__inner {
    padding: 0;
    background-color: #000;
    width: 100%;
  }
  .mv {
    width: 1280px;
    margin: 0 auto;
  }
  .mv figure img {
    width: 100%;
  }
  .other_bluebox {
    background-color: #000a6e;
    padding: 50px 0 40px;
    color: white;
    margin: 50px auto;
    width: 1280px;
    text-align: center;
  }
  .other_ttl {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 35px;
  }
  .news {
    position: relative;
  }
  .news:before {
    content: '';
    display: block;
    width: 100%;
    height: 215px;
    background-color: #000a6e;
    border-bottom: solid 70px #fc0000;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 0;
  }
  .news:after {
    content: '';
    display: block;
    width: 100%;
    height: 215px;
    background-color: #000a6e;
    border-bottom: solid 70px #fc0000;
    position: absolute;
    left: 0;
    top: 265px;
    z-index: 0;
  }
  .news__view {
    padding: 50px 90px 90px;
    width: 1280px;
    margin: 0 auto;
    background-color: white;
    position: relative;
    z-index: 1;
  }
  .news__list {
    padding: 12px 18px;
    color: #000;
  }
  .news__list li {
    display: block;
    padding: 0;
    width: auto;
    border-bottom: dotted 1px #66686e;
  }
  .news__list li:last-child {
    border-bottom: none;
  }
  .news__list li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 10px;
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
  }
  .news__list a {
    white-space: nowrap;
  }
  .news__list--data {
    color: inherit;
    width: auto;
    font-family: 'Akrobat-Regular';
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    color: black !important;
  }
  .news__list--category {
    display: none;
  }
  .news__list--text {
    font-size: 1.4rem;
    margin-left: 1em;
    min-width: 0;
    position: relative;
    min-width: 0;
    overflow: hidden;
  }
  .news__list--text p {
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline;
  }
  .news__tabbody {
    background-color: #fff;
  }
  .news .btn {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .contents__pagetitle h2 span {
    letter-spacing: 0 !important;
  }
  .contents__inner {
    padding: 0;
    background-color: #000;
  }
  .other_bluebox {
    background-color: #000a6e;
    padding: 7.8125vw 3.90625vw;
    color: white;
    margin: 0 auto 7.8125vw;
    text-align: center;
  }
  .other_ttl {
    font-size: 4.6875vw;
    margin-bottom: 5.20833vw;
  }
  .news {
    position: relative;
  }
  .news:before {
    content: '';
    display: block;
    width: 100%;
    height: 28.64583vw;
    background-color: #000a6e;
    border-bottom: solid 10.41667vw #fc0000;
    position: absolute;
    left: 0;
    top: 7.8125vw;
    z-index: 0;
  }
  .news:after {
    content: '';
    display: block;
    width: 100%;
    height: 28.64583vw;
    background-color: #000a6e;
    border-bottom: solid 10.41667vw #fc0000;
    position: absolute;
    left: 0;
    top: 36.45833vw;
    z-index: 0;
  }
  .news__view {
    width: 92.1875vw;
    padding: 0 0 19.53125vw;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
  .news__tabbody {
    color: #000;
    background-color: #fff;
  }
  .news__list {
    padding: 1.30208vw 1.5625vw;
  }
  .news__list li {
    padding: 0;
    border-bottom: dotted 1px #5a5a5a;
  }
  .news__list li:last-child {
    border-bottom: none;
  }
  .news__list a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.125vw 1.95312vw;
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
  }
  .news__list a > * {
    font-size: 3.64583vw;
    vertical-align: middle;
  }
  .news__list--data {
    color: inherit;
    font-family: 'Akrobat-Regular';
    letter-spacing: .05em;
    width: 100%;
    display: block;
    color: black !important;
  }
  .news__list--category {
    display: none;
  }
  .news__list--text {
    display: inline-block;
    width: auto;
    margin-left: 0;
    min-width: 0;
    white-space: initial !important;
  }
  .news__list--text p {
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline;
  }
  .news .btn {
    margin: 9.11458vw auto 0;
    background-color: black;
  }
  .news__tabbody {
    color: #000;
    background-color: #fff;
  }
}
