@charset "UTF-8";
/* Heading
   ========================================================================== */
.old-newsWrap .heading-page {
  position: relative;
  background-color: #cce4e6;
}

.old-newsWrap .heading-pageInner {
  font-size: 28px;
  box-sizing: border-box;
  max-width: 1080px;
  margin: 0 auto;
  padding: 43px 20px 37px;
  color: #4b6370;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .heading-pageInner {
    font-size: 19px;
    padding: 18px 22px;
  }
}

.old-newsWrap .heading-trigger {
  display: none;
}
@media only screen and (max-width: 800px) {
  .old-newsWrap .heading-trigger {
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
  }
  .old-newsWrap .heading-trigger > span {
    display: block;
    position: absolute;
    top: 15px;
    background-color: #4a6371;
    width: 10px;
    height: 2px;
  }
  .old-newsWrap .heading-trigger > span:first-child {
    -webkit-transition: all 0.4s 0.1s ease-in-out;
    -moz-transition: all 0.4s 0.1s ease-in-out;
    -ms-transition: all 0.4s 0.1s ease-in-out;
    transition: all 0.4s 0.1s ease-in-out;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    left: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .old-newsWrap .heading-trigger > span:last-child {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    right: 13px;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
  .old-newsWrap .heading-trigger.is-open > span {
    top: 14px;
    width: 18px;
  }
}

.old-newsWrap .heading-lv1 {
  font-size: 22px;
  position: relative;
  margin-bottom: 27px;
  padding: 0 0 7px 37px;
  border-bottom: 2px solid #68aac1;
}
.old-newsWrap .heading-lv1::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 23px;
  height: 23px;
  background: url(../img/parts/icon_circle01.svg) no-repeat;
  content: '';
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .heading-lv1 {
    font-size: 17px;
    margin-bottom: 20px;
    padding: 0 0 4px 19px;
  }
  .old-newsWrap .heading-lv1::before {
    top: 0.6em;
    width: 12px;
    height: 12px;
    -webkit-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    background-size: 12px 12px;
  }
}

.old-newsWrap .heading-lv2 {
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 16px;
  font-weight: bold;
}
.old-newsWrap .heading-lv2-en {
  font-size: 22px;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
  font-style: normal;
  margin-right: 10px;
  color: #000;
  line-height: 1.4;
  letter-spacing: 1px;
}
.old-newsWrap .heading-lv2-en + span {
  font-size: 14px;
  font-weight: normal;
  vertical-align: baseline;
}
.old-newsWrap .heading-lv2::before {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: -webkit-calc(100% - 0.9em);
  height: calc(100% - 0.9em);
  background-color: #68aac1;
  content: '';
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .heading-lv2 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .old-newsWrap .heading-lv2-en {
    font-size: 20px;
  }
}

.old-newsWrap .heading-lv3 {
  font-size: 16px;
  position: relative;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.old-newsWrap .heading-lv3--hasIcon {
  padding-left: 30px;
}
.old-newsWrap .heading-lv3-icon {
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .heading-lv3 {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .old-newsWrap .heading-lv3--hasIcon {
    padding-left: 30px;
  }
  .old-newsWrap .heading-lv3-icon {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* Link
   ========================================================================== */
.old-newsWrap .link-arrow {
  display: inline-block;
  position: relative;
  padding-left: 14px;
}
.old-newsWrap .link-arrow::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 7px;
  background: url(../img/parts/icon_arrow_right03.svg) no-repeat;
  content: '';
}
.old-newsWrap .link-arrow[target="_blank"]::after,
.old-newsWrap .link-arrow a[target="_blank"]::after {
  display: inline-block;
  width: 9px;
  height: 8px;
  margin-left: 4px;
  background: url(../img/parts/icon_blank02.svg) no-repeat;
  vertical-align: middle;
  content: '';
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .link-arrow {
    font-size: 13px;
    padding-left: 13px;
  }
  .old-newsWrap .link-arrow::before {
    top: 0.6em;
  }
}

.old-newsWrap .link-circleArrow {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  padding-left: 22px;
  font-weight: bold;
}
.old-newsWrap .link-circleArrow::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/parts/icon_arrow_right04.svg) no-repeat;
  content: '';
}
.old-newsWrap .link-circleArrow[target="_blank"]::after, a[target="_blank"] .old-newsWrap .link-circleArrow::after {
  display: inline-block;
  width: 9px;
  height: 8px;
  margin-left: 4px;
  background: url(../img/parts/icon_blank02.svg) no-repeat;
  vertical-align: middle;
  content: '';
}
.old-newsWrap .link-circleArrow--large {
  font-size: 16px;
}
.old-newsWrap .link-circleArrow--large::before {
  top: 0.5em;
}
.old-newsWrap .link-circleArrow--xlarge {
  font-size: 18px;
}
.old-newsWrap .link-circleArrow--xlarge::before {
  top: 0.6em;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .link-circleArrow::before {
    top: 0.3em;
    width: 15px;
    height: 15px;
    -webkit-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
  }
  .old-newsWrap .link-circleArrow--large::before {
    top: 0.4em;
  }
  .old-newsWrap .link-circleArrow--xlarge::before {
    top: 0.5em;
  }
  .old-newsWrap .link-circleArrow--spBtn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 5px;
    background-color: #68aac1;
    color: #fff;
  }
  .old-newsWrap .link-circleArrow--spBtn::before {
    display: inline-block;
    position: relative;
    top: 0.1em;
    width: 13px;
    height: 13px;
    margin-right: 6px;
    background: url(../img/parts/icon_arrow_right05.svg) no-repeat;
    -webkit-background-size: 13px 13px;
    -o-background-size: 13px 13px;
    background-size: 13px 13px;
  }
}

.old-newsWrap .link-pdf {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  padding-left: 22px;
  font-weight: bold;
}
.old-newsWrap .link-pdf::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 15px;
  height: 16px;
  background: url(../img/parts/icon_pdf.svg) no-repeat;
  content: '';
}
.old-newsWrap .link-pdf[target="_blank"]::after, a[target="_blank"] .old-newsWrap .link-pdf::after {
  display: inline-block;
  width: 9px;
  height: 8px;
  margin-left: 4px;
  background: url(../img/parts/icon_blank02.svg) no-repeat;
  vertical-align: middle;
  content: '';
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .link-pdf::before {
    top: 0.3em;
  }
}

.old-newsWrap .link-movie {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  padding-left: 22px;
  font-weight: bold;
}
.old-newsWrap .link-movie::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 15px;
  height: 14px;
  background: url(../img/parts/icon_movie.svg) no-repeat;
  content: '';
}
.old-newsWrap .link-movie[target="_blank"]::after, a[target="_blank"] .old-newsWrap .link-movie::after {
  display: inline-block;
  width: 9px;
  height: 8px;
  margin-left: 4px;
  background: url(../img/parts/icon_blank02.svg) no-repeat;
  vertical-align: middle;
  content: '';
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .link-movie::before {
    top: 0.4em;
  }
}

.old-newsWrap .link-inline {
  color: #68aac1;
  font-weight: bold;
}
.old-newsWrap .link-inline--pdf::before {
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 15px;
  height: 16px;
  margin-right: 5px;
  background: url(../img/parts/icon_pdf.svg) no-repeat;
  vertical-align: middle;
  content: '';
}
.old-newsWrap .link-inline[target="_blank"]::after {
  display: inline-block;
  width: 9px;
  height: 8px;
  margin: 0 4px;
  background: url(../img/parts/icon_blank02.svg) no-repeat;
  vertical-align: middle;
  content: '';
}

.old-newsWrap .link-tel {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  padding-left: 22px;
  font-weight: bold;
}
.old-newsWrap .link-tel::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/parts/icon_tel.svg) no-repeat;
  content: '';
}
.old-newsWrap .link-tel--large {
  font-size: 22px;
}
.old-newsWrap .link-tel--large::before {
  top: 0.7em;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .link-tel:hover {
    text-decoration: none;
  }
  .old-newsWrap .link-tel::before {
    top: 0.3em;
  }
  .old-newsWrap .link-tel--large::before {
    top: 0.6em;
  }
}

/* Button
   ========================================================================== */
.old-newsWrap .btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 1.5em;
  padding: 14px 20px;
  font-weight: bold;
  text-align: center;
}
.old-newsWrap .btn > span {
  display: inline-block;
}
.old-newsWrap .btn:hover > span {
  text-decoration: underline;
}
.old-newsWrap .btn[target="_blank"] > span::after {
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 9px;
  height: 8px;
  margin-left: 4px;
  background: url(../img/parts/icon_blank02.svg) no-repeat;
  vertical-align: middle;
  content: '';
}
.old-newsWrap .btn:last-child {
  margin-bottom: 0;
}
.old-newsWrap .btn--primary {
  display: block;
  width: 450px;
  margin: 0 auto;
  border: 2px solid #e4e7eb;
  color: #8f9294;
}
.old-newsWrap .btn--primary > span {
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.old-newsWrap .btn--primary > span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(../img/parts/icon_arrow_right04.svg) no-repeat;
  content: '';
}
.old-newsWrap .btn--emphasis {
  display: block;
  width: 450px;
  margin: 0 auto;
  background-color: #68aac1;
  color: #fff;
}
.old-newsWrap .btn--emphasis[target="_blank"] > span::after {
  background: url(../img/parts/icon_blank01.svg) no-repeat;
}
.old-newsWrap .btn--emphasis:visited {
  color: #fff;
}
.old-newsWrap .btn--emphasis > span {
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.old-newsWrap .btn--emphasis > span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(../img/parts/icon_arrow_right05.svg) no-repeat;
  content: '';
}
.old-newsWrap .btn--pdf {
  display: inline-block;
  border: 2px solid #e4e7eb;
  color: #8f9294;
}
.old-newsWrap .btn--pdf > span {
  letter-spacing: 1px;
}
.old-newsWrap .btn--pdf > span::before {
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 15px;
  height: 16px;
  margin-right: 6px;
  background: url(../img/parts/icon_pdf.svg) no-repeat;
  vertical-align: middle;
  content: '';
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .btn {
    width: 100%;
  }
  .old-newsWrap .btn--primary > span::before {
    width: 15px;
    height: 15px;
    margin-top: -8px;
    -webkit-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
  }
}

/* List
   ========================================================================== */
.old-newsWrap .list {
  margin-bottom: 30px;
}
.old-newsWrap .list > li {
  position: relative;
  margin-bottom: 0.3em;
  padding-left: 15px;
}
.old-newsWrap .list > li::before {
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 6px;
  height: 2px;
  background-color: #68aac1;
  content: '';
}
.old-newsWrap .list > li:last-child {
  margin-bottom: 0;
}
.old-newsWrap .list:last-child {
  margin-bottom: 0;
}
.old-newsWrap .list--decimal {
  padding-left: 2em;
  list-style-type: decimal;
}
.old-newsWrap .list--decimal > li {
  padding-left: 0;
}
.old-newsWrap .list--decimal > li::before {
  content: none;
}
.old-newsWrap .list--alpha {
  padding-left: 2em;
  list-style-type: upper-alpha;
}
.old-newsWrap .list--alpha > li {
  padding-left: 0;
}
.old-newsWrap .list--alpha > li::before {
  content: none;
}
.old-newsWrap .list--notes > li {
  padding-left: 1.5em;
}
.old-newsWrap .list--notes > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.old-newsWrap .list--notes > li::before {
  content: none;
}
.old-newsWrap .list--orderNotes > li {
  padding-left: 2em;
}
.old-newsWrap .list--orderNotes > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.old-newsWrap .list--orderNotes > li::before {
  content: none;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .list {
    margin-bottom: 20px;
  }
  .old-newsWrap .list > li::before {
    top: 0.8em;
  }
}

/* Box
   ========================================================================== */
.old-newsWrap .box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 40px 0;
}
.old-newsWrap .box > p {
  font-weight: bold;
}
.old-newsWrap .box--primary {
  padding: 13px 40px;
  background-color: #fdf4ec;
}
.old-newsWrap .box--culture {
  padding: 40px 0;
  background-color: #f3eeeb;
}
.old-newsWrap .box--marginNear {
  margin: 20px 0;
}
.old-newsWrap .box--frame {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 25px 40px;
  border: 1px solid #e4e7eb;
}
.old-newsWrap .box--frame-inner {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e4e7eb;
}
.old-newsWrap .box--frame-inner:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .box--frame {
    padding: 12px 20px;
  }
  .old-newsWrap .box--frame-inner {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.old-newsWrap .box--404 {
  padding: 20px 40px;
  background-color: #fdf4ec;
}
.old-newsWrap .box:first-child {
  margin-top: 0;
}
.old-newsWrap .box:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 0;
  }
  .old-newsWrap .box--marginNear {
    margin: 15px 0;
  }
  .old-newsWrap .box--primary {
    padding: 10px 20px;
  }
  .old-newsWrap .box--culture {
    padding: 15px 20px;
  }
}

.old-newsWrap .box-media {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .box-media {
    display: block;
  }
}

.old-newsWrap .box-mediaObject {
  display: table-cell;
  width: 260px;
  text-align: center;
  vertical-align: middle;
}
.old-newsWrap .box-mediaObject img {
  width: 190px;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .box-mediaObject {
    display: block;
    width: 70%;
    margin: 0 auto 15px;
  }
  .old-newsWrap .box-mediaObject img {
    max-width: 100%;
    width: auto;
  }
}

.old-newsWrap .box-mediaBody {
  display: table-cell;
  padding-right: 30px;
  vertical-align: middle;
}
.old-newsWrap .box-mediaBody > p {
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .box-mediaBody {
    display: block;
    padding-right: 0;
  }
}

.old-newsWrap .box-mediaTitle {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 1px solid #444;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .box-mediaTitle {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 2.2;
  }
}

.old-newsWrap .box-mediaTitle-alpha {
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 15px;
  line-height: 1;
}
.old-newsWrap .box-mediaTitle-alpha:only-child {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .box-mediaTitle-alpha {
    font-size: 16px;
    margin-right: 10px;
  }
}

.old-newsWrap .box-mediaText {
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .box-mediaText {
    font-size: 11px;
  }
}

/* Table
   ========================================================================== */
.old-newsWrap .table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: separate;
}
.old-newsWrap .table th,
.old-newsWrap .table td {
  text-align: left;
  vertical-align: top;
  word-wrap: break-word;
  word-break: break-all;
}
.old-newsWrap .table th {
  padding: 15px 15px 15px 20px;
  background-color: #fdf4ec;
  font-weight: normal;
}
.old-newsWrap .table td {
  padding: 15px 10px 15px 15px;
  font-weight: bold;
}
.old-newsWrap .table thead tr:first-child th:first-child {
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
.old-newsWrap .table thead tr:first-child th + th {
  border-left: 1px solid #fff;
}
.old-newsWrap .table tbody tr:first-child th {
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
.old-newsWrap .table tbody tr:first-child th + td {
  border-top: 1px solid #e4e7eb;
}
.old-newsWrap .table tbody tr:last-child th {
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
  border-bottom: none;
}
.old-newsWrap .table tbody tr:only-child th {
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.old-newsWrap .table tbody th {
  border-bottom: 1px solid #fff;
}
.old-newsWrap .table tbody th + td {
  border-left: none;
}
.old-newsWrap .table tbody td {
  border-left: 1px solid #e4e7eb;
  border-bottom: 1px solid #e4e7eb;
}
.old-newsWrap .table:last-child {
  margin-bottom: 0;
}
.old-newsWrap .table--grid {
  border-collapse: collapse;
}
.old-newsWrap .table--grid th,
.old-newsWrap .table--grid td {
  border: 1px solid #e4e7eb;
}
.old-newsWrap .table--grid thead tr:first-child th:first-child {
  border-radius: 0;
}
.old-newsWrap .table--grid tbody tr:first-child th {
  border-radius: 0;
}
.old-newsWrap .table--grid tbody tr:first-child th + td {
  border-top: none;
}
.old-newsWrap .table--grid tbody tr:last-child th {
  border-radius: 0;
  border-bottom: 1px solid #e4e7eb;
}
.old-newsWrap .table--grid tbody tr:only-child th {
  border-radius: 0;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .table {
    margin-bottom: 20px;
  }
  .old-newsWrap .table th,
  .old-newsWrap .table td {
    font-size: 11px;
  }
  .old-newsWrap .table th,
  .old-newsWrap .table td {
    padding: 7px 7px 7px 10px;
  }
  .old-newsWrap .table tr:first-child th {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
  }
  .old-newsWrap .table tr:last-child th {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
  }
}

.old-newsWrap .table-subText {
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .table-subText {
    font-size: 10px;
  }
}

/* Image holder
   ========================================================================== */
.old-newsWrap .imageHolder {
  margin-bottom: 40px;
}
.old-newsWrap .imageHolder[href] {
  display: block;
}
@media only screen and (min-width: 801px) {
  .old-newsWrap .imageHolder[href] {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .old-newsWrap .imageHolder[href]:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.old-newsWrap .imageHolder > img {
  max-width: 100%;
  height: auto;
}
.old-newsWrap .imageHolder--rounded > img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.old-newsWrap .imageHolder:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .imageHolder {
    margin-bottom: 20px;
  }
}

/* Card
   ========================================================================== */
.old-newsWrap .card {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  box-shadow: 0px 0px 0px 0px #cce4e6;
}
.old-newsWrap .card:hover {
  text-decoration: none;
}
.old-newsWrap .card:hover .link-circleArrow {
  text-decoration: underline;
}
.old-newsWrap .card:hover .old-newsWrap .card-body {
  color: #444;
}
.old-newsWrap .card:visited .old-newsWrap .card-body {
  color: #444;
}
@media only screen and (min-width: 801px) {
  .old-newsWrap .card:hover {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    box-shadow: #cce4e6 0px 10px 0px 0px;
  }
  .old-newsWrap .card:hover .old-newsWrap .card-thumb img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.old-newsWrap .card-thumb {
  overflow: hidden;
}
.old-newsWrap .card-thumb > img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 801px) {
  .old-newsWrap .card-thumb > img {
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.old-newsWrap .card-title {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 20px;
  background-color: #fff;
  border-top: 1px solid #e4e7eb;
  border-bottom: 1px solid #e4e7eb;
}

.old-newsWrap .card-titleInner {
  display: table-cell;
  vertical-align: middle;
}

.old-newsWrap .card-body {
  width: 100%;
  box-sizing: border-box;
  padding: 24px 20px;
  background-color: #fff;
}

/* Map
   ========================================================================== */
.old-newsWrap .map {
  box-sizing: border-box;
  max-width: 840px;
  margin: 60px auto;
  padding: 0 20px;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .map {
    margin: 40px 0;
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  .old-newsWrap .map-inner {
    padding: 0 20px;
  }
}

.old-newsWrap .map-content {
  height: 400px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .map-content {
    height: 160px;
    margin-bottom: 25px;
  }
}

.old-newsWrap .map-link {
  margin-bottom: 35px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #e4e7eb;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .map-link {
    margin-bottom: 20px;
    padding-bottom: 0;
    border: none;
  }
}

.old-newsWrap .map-address {
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .map-address {
    font-size: 13px;
    margin-bottom: 35px;
  }
}

.old-newsWrap .map-postcode {
  margin-right: 1em;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .map-postcode {
    display: block;
  }
}

.old-newsWrap .map-accessTitle {
  margin-bottom: 5px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .map-accessTitle {
    font-size: 12px;
  }
}

.old-newsWrap .map-accessList {
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .map-accessList {
    margin-bottom: 24px;
  }
}

/* Article
   ========================================================================== */
.old-newsWrap .article {
  position: relative;
  padding: 24px 0 60px;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .article {
    padding-bottom: 40px;
  }
}

.old-newsWrap .article-inner {
  box-sizing: border-box;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
.old-newsWrap .article-inner img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 800px) {
  .old-newsWrap .article-inner {
    width: 100%;
  }
}

.old-newsWrap .article-header {
  overflow: hidden;
}

.old-newsWrap .article-meta {
  text-align: right;
  margin-bottom: 45px;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .article-meta {
    margin-bottom: 25px;
  }
}

.old-newsWrap .article-date {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.old-newsWrap .article-corp {
  font-size: 13px;
  font-weight: bold;
}

/* Social buttons
   ========================================================================== */
.old-newsWrap .socialButtons {
  padding: 35px 0;
  background-color: #f3eeeb;
}
.old-newsWrap .socialButtons > ul {
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .socialButtons {
    padding: 20px 0;
  }
}

.old-newsWrap .socialButtons-button {
  display: inline-block;
  width: 80px;
  height: 28px;
  margin: 0 2px;
}
.old-newsWrap .socialButtons-button a {
  display: block;
  border-radius: 3px;
}
@media only screen and (min-width: 801px) {
  .old-newsWrap .socialButtons-button a {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .old-newsWrap .socialButtons-button a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.old-newsWrap .socialButtons-button img {
  position: relative;
  top: -2px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.old-newsWrap .socialButtons-button--fb > a {
  background-color: #4267b2;
}
.old-newsWrap .socialButtons-button--tw > a {
  background-color: #50abf1;
}
.old-newsWrap .socialButtons-button--hatebu > a {
  background-color: #00a3de;
}
.old-newsWrap .socialButtons-button--google > a {
  background-color: #dd4c3a;
}
.old-newsWrap .socialButtons-button--line > a {
  background-color: #00c300;
}
@media only screen and (min-width: 801px) {
  .old-newsWrap .socialButtons-button--line {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .old-newsWrap .socialButtons-button--google {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .old-newsWrap .socialButtons-button {
    width: 65px;
    height: 25px;
    margin: 0 4px;
  }
  .old-newsWrap .socialButtons-button img {
    top: -1px;
  }
  .old-newsWrap .socialButtons-button--fb img {
    width: 6px;
  }
  .old-newsWrap .socialButtons-button--tw img {
    width: 15px;
  }
  .old-newsWrap .socialButtons-button--hatebu img {
    width: 12px;
  }
}
