@charset "UTF-8";
.c-select {
  margin: 0 0 20px auto;
  display: block;
  padding: 0 30px 0 15px;
  max-width: 100%;
  width: 100%;
  height: 40px;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  border: none;
  border: #dddddd solid 1px;
  border-radius: 4px;
  background: #fff url(/assets2021/img/common/ic_arrow_down.svg) no-repeat right 10px center/14px 8px;
}
@media print, screen and (min-width: 768px) {
  .c-select {
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-select::-ms-expand {
  display: none;
}
.c-select:not(:first-child) {
  margin-top: 1em;
}

.c-select02 {
  display: block;
  padding: 0 30px 0 10px;
  max-width: 100%;
  width: 100%;
  height: 40px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2 url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2026.026%2010.726%22%20style%3D%22enable-background%3Anew%200%200%2026.026%2010.726%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%223.8%2C0.974%2013.013%2C9.751%2022.226%2C0.974%20%22%2F%3E%3C%2Fsvg%3E") no-repeat right 10px center/10px 8px;
  font-family: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 5px;
  position: relative;
  border: none;
}
@media print, screen and (min-width: 768px) {
  .c-select02 {
    height: 50px;
    background: #f2f2f2 url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2026.026%2010.726%22%20style%3D%22enable-background%3Anew%200%200%2026.026%2010.726%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%223.8%2C0.974%2013.013%2C9.751%2022.226%2C0.974%20%22%2F%3E%3C%2Fsvg%3E") no-repeat right 10px center/14px 10px;
  }
}
.pc .c-select02 {
  font-size: 14px;
  font-size: 1.4rem;
}
.c-select02::-ms-expand {
  display: none;
}
.c-select02:not(:first-child) {
  margin-top: 1em;
}

.c-pager {
  position: relative;
  text-align: center;
  margin-top: 17px;
  z-index: 3;
  font-size: 0;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .c-pager {
    margin-top: 27px;
  }
}
.c-pager li {
  margin: 3px;
  display: inline-block;
  vertical-align: middle;
}
.c-pager__prev, .c-pager__next {
  display: block;
  position: relative;
  border-radius: 2px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: left;
  letter-spacing: 0;
  text-indent: 200%;
  overflow: hidden;
  background: #fff;
  border: #dddddd solid 1px;
}
.c-pager__prev::after, .c-pager__next::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  width: 7px;
  height: 7px;
  border-top: #026fd5 solid 2px;
  border-right: #026fd5 solid 2px;
}
@media (hover: hover) {
  .c-pager__prev, .c-pager__next {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .c-pager__prev:hover::after, .c-pager__next:hover::after {
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-pager__prev, .c-pager__next {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .c-pager__prev:hover::after, .c-pager__next:hover::after {
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
  }
}
.c-pager__prev::after {
  -moz-transform: translate(-30%, -50%) rotate(225deg);
  -o-transform: translate(-30%, -50%) rotate(225deg);
  -ms-transform: translate(-30%, -50%) rotate(225deg);
  -webkit-transform: translate(-30%, -50%) rotate(225deg);
  transform: translate(-30%, -50%) rotate(225deg);
}
.c-pager__next::after {
  -moz-transform: translate(-70%, -50%) rotate(45deg);
  -o-transform: translate(-70%, -50%) rotate(45deg);
  -ms-transform: translate(-70%, -50%) rotate(45deg);
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
  transform: translate(-70%, -50%) rotate(45deg);
}
.c-pager__numbers {
  display: block;
  text-decoration: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  border-radius: 2px;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  border: #dddddd solid 1px;
}
@media print, screen and (min-width: 768px) {
  .c-pager__numbers {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-pager a {
  color: #026fd5;
}
@media (hover: hover) {
  .c-pager a {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .c-pager a:hover {
    color: #fff;
    background: #026fd5;
    border: #026fd5 solid 1px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .c-pager a {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .c-pager a:hover {
    color: #fff;
    background: #026fd5;
    border: #026fd5 solid 1px;
  }
}
.c-pager .is-current {
  pointer-events: none;
  border: #fff solid 1px;
  color: #999;
}

.c-entry h1:not(:first-child), .c-entry h2:not(:first-child), .c-entry h3:not(:first-child), .c-entry h4:not(:first-child), .c-entry h5:not(:first-child), .c-entry p:not(:first-child), .c-entry ol:not(:first-child), .c-entry ul:not(:first-child), .c-entry blockquote:not(:first-child), .c-entry img:not(:first-child), .c-entry div:not(:first-child) {
  margin-top: 2em;
}
.c-entry strong {
  font-weight: 700;
}
.c-entry em {
  font-style: italic;
}
.c-entry blockquote {
  position: relative;
  padding: 3em;
  font-weight: 400;
  line-height: 1.6;
  border: 1px solid #ccc;
}
.c-entry blockquote:before,
.c-entry blockquote:after {
  display: inline-block;
  line-height: 14px;
  position: absolute;
  font-size: 5em;
  opacity: .1;
  color: #666;
  font-family: "osaka",sans-serif;
  vertical-align: bottom;
}
.c-entry blockquote:before {
  top: 40px;
  left: 0;
  content: '“';
}
.c-entry blockquote:after {
  bottom: 0;
  right: 0;
  content: '”';
}
.c-entry h1 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-entry h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-entry h2 {
  font-size: 20px;
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .c-entry h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.c-entry h2 {
  padding: 0 0 0.5em 0;
  position: relative;
  line-height: 1.2;
  font-weight: 400;
}
.c-entry h2::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-entry h2::after {
  content: '';
  width: 70px;
  height: 1px;
  background: #026fd5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-entry h2:first-child {
  margin-top: 0;
}
.c-entry h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .c-entry h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-entry h3 {
  padding: 0 0 0 1.5em;
  position: relative;
  text-align: left;
}
.c-entry h3::before {
  content: '';
  width: 1.2em;
  height: 1px;
  background: #026fd5;
  position: absolute;
  top: 0.8em;
  left: 0;
}
.c-entry h3:first-child {
  margin-top: 0;
}
.c-entry h3 + p {
  margin-top: 1em;
}
.c-entry h4 {
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .c-entry h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-entry h5 {
  font-size: 14px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .c-entry h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-entry h6 {
  font-size: 12px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .c-entry h6 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-entry p::after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0 !important;
  height: 0 !important;
}
.c-entry sup {
  font-size: 70%;
  vertical-align: super;
}
.c-entry sub {
  font-size: 70%;
  vertical-align: sub;
}
.c-entry code {
  font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  background: #eee;
  border: 1px solid #ddd;
  padding: 1em 1.5em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .c-entry code {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-entry pre {
  background: #eee;
  border: 1px solid #ddd;
  color: currentColor;
  page-break-inside: avoid;
  font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}
.c-entry pre::-webkit-scrollbar {
  height: 10px;
}
.c-entry pre::-webkit-scrollbar-track {
  background: transparent;
  border: none;
}
.c-entry pre::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .c-entry pre {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-entry img {
  max-width: 100%;
  height: auto;
}
.c-entry img.aligncenter {
  display: block;
  margin: 0 auto;
}
.c-entry ul, .c-entry ol {
  list-style-type: none;
  counter-reset: number;
}
@media print, screen and (min-width: 768px) {
  .c-entry ul, .c-entry ol {
    margin-top: 1.5em;
  }
}
.c-entry li {
  position: relative;
}
.c-entry li:first-child {
  margin-top: 0.5em;
}
.c-entry li + li {
  margin-top: 1em;
}
.c-entry ul li {
  padding-left: 20px;
}
.c-entry ul li:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 0.6em;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: currentColor;
}
@media print, screen and (min-width: 768px) {
  .c-entry ul li {
    padding-left: 25px;
  }
  .c-entry ul li:before {
    width: 8px;
    height: 8px;
  }
}
.c-entry ol li {
  padding-left: 20px;
  margin-top: 1.5em;
}
.c-entry ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0.2em;
  top: 0;
  color: currentColor;
}
@media print, screen and (min-width: 768px) {
  .c-entry ol li {
    padding-left: 25px;
  }
}
.c-entry blockquote {
  position: relative;
  padding: 3em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
.c-entry blockquote:after, .c-entry blockquote:before {
  display: inline-block;
  line-height: 14px;
  position: absolute;
  font-size: 4em;
  opacity: .5;
  color: currentColor;
  font-family: "osaka",sans-serif;
  vertical-align: bottom;
}
.c-entry blockquote:before {
  top: 40px;
  left: 0;
  content: '“';
}
.c-entry blockquote:after {
  bottom: 0;
  right: 0;
  content: '”';
}
.c-entry table {
  overflow: auto;
  width: 100%;
  display: block;
  border-collapse: collapse;
  height: auto !important;
}
.c-entry table::-webkit-scrollbar {
  height: 10px;
}
.c-entry table::-webkit-scrollbar-track {
  background: transparent;
  border: none;
}
.c-entry table::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.c-entry table td, .c-entry table th {
  padding: 0.5em;
  border: 1px #ddd solid;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-entry table th {
  background: #eee;
}

.p-news-mv::before, .p-news-detail-mv::before {
  background: url(/assets2021/img/news/mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-news-mv::before, .p-news-detail-mv::before {
    background: url(/assets2021/img/news/mv_pc.jpg) no-repeat center center/cover;
  }
}
@media print, screen and (min-width: 768px) {
  .p-news-detail-mv .p-mv__inner {
    height: 260px;
  }
}
.p-news__title-area {
  position: relative;
  padding-top: 10px;
}
.p-news__title-area .p-news-select {
  position: absolute;
  right: 0;
  top: 0;
}
.p-news-select {
  text-align: right;
  padding-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-news-select {
    padding-right: 0;
  }
}
.p-news-select__select {
  height: 30px;
  max-width: 140px;
  width: 140px;
}
.p-news-list {
  list-style: none;
  border-top: #dddddd solid 1px;
}
.p-news-list li {
  border-bottom: #dddddd solid 1px;
  padding: 15px 0;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .p-news-list li {
    padding: 15px 0;
  }
}
.p-news-list__box {
  position: relative;
  line-height: 1;
  margin-bottom: 0.4em;
}
@media print, screen and (min-width: 768px) {
  .p-news-list__text {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    padding: 0.1em;
    width: 80%;
  }
}
.p-news-list a {
  text-decoration: none;
}
.p-news-list a:hover {
  text-decoration: underline;
}
.p-news-list a .ic-blank {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  -moz-transform: translate(0, -1px);
  -o-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  -webkit-transform: translate(0, -1px);
  transform: translate(0, -1px);
}
.p-news__time {
  margin-top: 5px;
  padding: 0.1em;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .p-news__time {
    display: inline-block;
    vertical-align: middle;
    /*margin-right: 2em;*/
    width: 10em;
  }
}
.p-news-detail {
  padding-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-news-detail {
    padding-top: 0;
  }
}
.p-news-detail__header {
  border-bottom: #dddddd solid 1px;
  padding-bottom: 1em;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .p-news-detail__header {
    padding-bottom: 2em;
  }
}
.p-news-detail__title {
  margin-top: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.333;
  color: #004263;
}
@media print, screen and (min-width: 768px) {
  .p-news-detail__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-news-detail__body {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .p-news-detail__body {
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-news-detail__body p:not(:first-child) {
  margin-top: 1.5em;
}
.p-news-detail__button-area {
  padding: 2em 0;
  text-align: center;
}
.p-news-detail__button-area .c-button01 {
  margin: 1em auto 0;
  max-width: 480px;
}
@media print, screen and (max-width: 767px) {
  .p-news-detail__button-area .c-button01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-news-detail__button-area .c-button01 {
    max-width: 320px;
  }
}
.p-news-detail__button-index {
  margin-top: 10px;
  border-top: #dddddd solid 1px;
  padding-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-news-detail__button-index {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.p-news-detail__button-index a {
  margin: 0 auto;
}

/*# sourceMappingURL=news.css.map */
