@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #000000;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

p {
  margin: 0 0 0 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.btn {
  box-sizing: border-box;
  padding: 0 20px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #001932;
  color: #ffffff;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .btn {
    border-radius: 3px;
  }
}
.btn.btn-transparent {
  background-color: transparent;
  border: 1px solid #001932;
  color: #001932;
}
.btn.btn-yellow {
  background-color: #cfe60e;
  color: #001932;
}
.btn:hover {
  opacity: 0.8;
}
.btn.btn-img {
  padding: 0 0;
  background-color: #e9eef4;
  width: 30px;
  height: 30px;
  justify-content: center;
}
.btn.btn-img img {
  width: 10px;
  height: 10px;
}
.btn.btn-img.btn-msg {
  background-color: unset;
}
@media screen and (max-width: 900px) {
  .btn.btn-img.btn-msg.pc-only {
    display: none;
  }
}
.btn.btn-img.btn-msg img {
  width: 30px;
  height: 30px;
}
.btn.btn-add {
  width: 360px;
  height: 58px;
  background-color: #d0f5fd;
  border: 1px solid #37bdda;
  color: #37bdda;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .btn.btn-add {
    width: 260px;
    height: 53px;
    font-size: 14px;
  }
}
.btn.btn-add::before {
  content: "";
  height: 17px;
  width: 3px;
  background-color: #37bdda;
  position: absolute;
  top: 20px;
  left: 48px;
}
@media screen and (max-width: 900px) {
  .btn.btn-add::before {
    height: 14px;
    width: 2px;
    top: 20px;
    left: 48px;
  }
}
.btn.btn-add::after {
  content: "";
  height: 3px;
  width: 17px;
  background-color: #37bdda;
  position: absolute;
  top: 27px;
  left: 41px;
}
@media screen and (max-width: 900px) {
  .btn.btn-add::after {
    height: 2px;
    width: 14px;
    top: 26px;
    left: 42px;
  }
}

.dropdown {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 50px;
  background: #D6E8E8;
  cursor: pointer;
}
.dropdown::before {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #000000;
  position: absolute;
  right: 16px;
  top: calc(50% - 7px);
  transform: rotate(45deg);
}
.dropdown::after {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #000000;
  position: absolute;
  right: 25px;
  top: calc(50% - 7px);
  transform: rotate(315deg);
}
.dropdown .selected-val {
  box-sizing: border-box;
  padding: 10px 40px 10px 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 900px) {
  .dropdown .selected-val {
    font-size: 16px;
    transition: all 0.3s ease-out;
  }
}
@media screen and (max-width: 360px) {
  .dropdown .selected-val {
    font-size: 10px;
  }
}
.dropdown .selected-val span {
  color: #CACDD0;
}
.dropdown .dropdown-content {
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0px;
  background: #ffffff;
  border: 1px solid #D6E8E8;
  transition: all 0.3s ease-out;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
}
.dropdown .dropdown-content li {
  box-sizing: border-box;
  padding: 10px;
  color: #000000;
  display: flex;
  align-items: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s ease-out;
}
.dropdown .dropdown-content li:hover {
  background: #D6E8E8;
}
.dropdown .dropdown-content li.active {
  background: #D6E8E8;
}
.dropdown.active::before {
  transform: rotate(315deg);
}
.dropdown.active::after {
  transform: rotate(45deg);
}
.dropdown.active .dropdown-content {
  opacity: 1;
  pointer-events: auto;
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  padding-left: 60px;
  position: relative;
  font-size: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 900px) {
  input[type=radio] + label {
    font-size: 20px;
    transition: all 0.3s ease-out;
  }
}
@media screen and (max-width: 360px) {
  input[type=radio] + label {
    padding-left: 40px;
    padding-top: 10px;
    font-size: 14px;
  }
}
input[type=radio] + label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #D6E8E8;
  border-radius: 50%;
}

input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 8px;
  width: 14px;
  height: 14px;
  background-color: #000000;
  border-radius: 50%;
}

header,
footer,
.content-area {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
}
header .center-area,
footer .center-area,
.content-area .center-area {
  box-sizing: border-box;
  max-width: 1200px;
  width: 90%;
}
@media screen and (max-width: 900px) {
  header .center-area,
  footer .center-area,
  .content-area .center-area {
    margin: 0 16px;
    width: 100%;
  }
}

header {
  height: 128px;
  position: relative;
  justify-content: flex-start;
  flex-direction: column;
}
header.content-area-bg::before {
  content: "";
  background-color: #001932;
  height: 36px;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  header.content-area-bg::before {
    display: none;
  }
}
header.content-area-bg::after {
  content: "";
  background-image: linear-gradient(to right, #118ac2, #76eef4, #118ac2);
  height: 160px;
  width: 100%;
  position: absolute;
  top: 96px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  header.content-area-bg::after {
    display: none;
  }
}
header.content-area-bg.not-show::after {
  display: none;
}
header.header-fixed {
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
}
header.header-fixed::after {
  content: unset;
}
@media screen and (max-width: 900px) {
  header {
    height: 40px;
  }
}
header .header-content {
  width: 100%;
  display: flex;
  justify-content: center;
}
header .header-content:first-child {
  background-color: #ffffff;
}
header .header-content:not(:first-child) {
  background-color: transparent;
}
header .center-area {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
}
header .logo-area {
  width: 50%;
  height: 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  header .logo-area {
    width: auto;
    height: 40px;
  }
}
header .logo-area .logo {
  width: 160px;
  height: 30px;
}
header .logo-area .logo img {
  width: 160px;
  height: 30px;
}
header .logo-area .date-area {
  margin-left: 30px;
  color: #0c2137;
  font-weight: 800;
}
@media screen and (max-width: 900px) {
  header .logo-area .logo {
    width: 100px;
    height: 30px;
  }
  header .logo-area .logo img {
    width: 100px;
    height: 30px;
  }
  header .logo-area .date-area {
    display: none;
  }
}
header .btn-area {
  display: flex;
}
header .btn-area > :not(:first-child) {
  margin-left: 5px;
}
header .btn-area .sp-only {
  display: none;
}
@media screen and (max-width: 900px) {
  header .btn-area .sp-only {
    display: flex;
  }
  header .btn-area .pc-only {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  header .btn-area .small-sp-hide {
    display: none;
  }
}
header .header-right-area {
  display: flex;
  align-items: center;
}
header .user-info {
  margin-right: 20px;
  position: relative;
  color: #001932;
  text-decoration: none;
  font-weight: 800;
}
header .user-info > span::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -3px;
  left: -25px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}
header .user-info:hover::after {
  content: "";
  width: calc(100% + 25px);
  height: 2px;
  background-color: #001932;
  position: absolute;
  left: -25px;
  bottom: -5px;
}
@media screen and (max-width: 900px) {
  header .user-info {
    display: none;
  }
}
header .news-menu {
  height: 36px;
  width: 100%;
  background-color: #001932;
  display: flex;
  justify-content: space-between;
  position: relative;
}
header .news-menu .news-menu-btn-area {
  height: 36px;
  display: flex;
}
header .news-menu .news-menu-btn-area .news-menu-item {
  padding: 0 20px;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .news-menu .news-menu-btn-area .news-menu-item:hover {
  background-color: #285f97;
}
header .news-menu .news-menu-btn-area .news-menu-item.active {
  background-color: #285f97;
}
header .news-menu .search-area {
  height: 36px;
  width: 30%;
  max-width: 300px;
  display: flex;
  align-items: center;
  position: relative;
}
header .news-menu .search-area input {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
  height: 26px;
  width: 100%;
  outline: none;
}
header .news-menu .search-area .search-icon {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
}
header .news-menu .search-area .search-icon:hover {
  cursor: pointer;
}
header .news-menu .search-area .search-icon::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../image/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  right: 5px;
  transform: rotateY(180deg);
}
@media screen and (max-width: 900px) {
  header .news-menu {
    display: none;
  }
}
header .sub-menu-area {
  height: 32px;
}
@media screen and (max-width: 900px) {
  header .sub-menu-area {
    display: none;
  }
}
header .sub-menu {
  height: 32px;
  display: none;
}
header .sub-menu .sub-menu-item {
  padding: 0 20px;
  height: 32px;
  text-decoration: none;
  color: #ffffff;
  background-color: #285f97;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .sub-menu .sub-menu-item:hover {
  background-color: #537fac;
}
@media screen and (max-width: 900px) {
  header .sub-menu {
    display: none;
  }
}

footer {
  margin-top: 40px;
  padding: 30px 0 50px;
  background-color: #f7f7f7;
}
footer .center-area {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  footer .center-area {
    margin: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
footer .footer-item {
  position: relative;
}
@media screen and (max-width: 900px) {
  footer .footer-item {
    box-sizing: border-box;
    padding: 0 16px;
    width: 50%;
  }
}
footer .footer-item:first-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
footer .footer-item:first-child::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e4e4e4;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  footer .footer-item:first-child::after {
    width: 2px;
    height: 100%;
    background-color: #eeeeee;
    left: unset;
    right: 0;
  }
}
footer .footer-item .title {
  font-weight: 800;
}
@media screen and (max-width: 900px) {
  footer .footer-item .title {
    font-size: 10px;
    color: #081931;
  }
}
footer .footer-item .link {
  margin-top: 10px;
  display: flex;
}
@media screen and (max-width: 900px) {
  footer .footer-item .link {
    flex-direction: column;
  }
}
footer .footer-item .link a {
  text-decoration: none;
  font-size: 12px;
  color: #000000;
  position: relative;
}
@media screen and (max-width: 900px) {
  footer .footer-item .link a {
    margin: 10px;
    font-size: 10px;
    color: #0b1f36;
  }
}
footer .footer-item .link a:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
}
footer .footer-item .link a:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  footer .footer-item .link a:not(:last-child)::after {
    content: unset;
  }
}
footer .footer-item .link a:hover {
  opacity: 0.8;
}
footer .info {
  margin-top: 10px;
  font-size: 10px;
}
@media screen and (max-width: 900px) {
  footer .info {
    padding: 10px 16px;
    width: 100%;
    background-color: #001932;
    color: #ffffff;
  }
}
@media screen and (max-width: 900px) {
  footer {
    padding-bottom: 130px;
  }
}

.content-area {
  position: relative;
}
@media screen and (max-width: 900px) {
  .content-area {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .content-area .center-area {
    margin: 0 0;
    width: 100%;
  }
}
.content-area .news-area {
  box-sizing: border-box;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .content-area .news-area {
    flex-direction: column;
  }
}
.content-area .news-area .left-area {
  margin-right: 10px;
  width: calc(100% - 310px);
  margin-top: 1px;
}
.content-area .news-area .left-area .news-list-title {
  margin: 20px 0;
  font-size: 28px;
  font-weight: bold;
  color: #001932;
}
@media screen and (max-width: 900px) {
  .content-area .news-area .left-area .news-list-title {
    font-size: 16px;
    margin: 32px 16px 16px 16px;
  }
}
@media screen and (max-width: 900px) {
  .content-area .news-area .left-area .news-list-title.news-detail-title-sp {
    font-size: 20px;
  }
}
.content-area .news-area .left-area .breaking-news {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.content-area .news-area .left-area .breaking-news .title {
  margin-right: 20px;
  font-size: 18px;
  font-weight: 800;
  color: #ff2020;
  word-break: keep-all;
}
.content-area .news-area .left-area .breaking-news .info {
  font-weight: 800;
}
@media screen and (max-width: 900px) {
  .content-area .news-area .left-area .breaking-news {
    padding: 10px 16px;
    background-color: #dee8f1;
  }
  .content-area .news-area .left-area .breaking-news .title {
    margin-right: 10px;
    font-size: 12px;
  }
  .content-area .news-area .left-area .breaking-news .info {
    font-size: 12px;
  }
}
.content-area .news-area .left-area .latest-news-area {
  box-sizing: border-box;
  margin-top: 5px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .content-area .news-area .left-area .latest-news-area.sp-only {
    display: none;
  }
}
.content-area .news-area .left-area .latest-news-area .latest-news-menu {
  width: 100%;
  height: 40px;
  display: flex;
}
.content-area .news-area .left-area .latest-news-area .latest-news-menu .latest-news-menu-item {
  width: 25%;
  border: 1px solid #001932;
  background-color: #ffffff;
  font-weight: 800;
  color: #001932;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-area .news-area .left-area .latest-news-area .latest-news-menu .latest-news-menu-item:not(:first-child) {
  border-left: none;
}
.content-area .news-area .left-area .latest-news-area .latest-news-menu .latest-news-menu-item:hover {
  background-color: #001932;
  color: #ffffff;
}
.content-area .news-area .left-area .latest-news-area .latest-news-menu .latest-news-menu-item.active {
  background-color: #001932;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .content-area .news-area .left-area .latest-news-area .latest-news-menu {
    display: -webkit-box;
    overflow-y: auto;
  }
  .content-area .news-area .left-area .latest-news-area .latest-news-menu::-webkit-scrollbar {
    height: 0;
  }
  .content-area .news-area .left-area .latest-news-area .latest-news-menu .latest-news-menu-item {
    padding: 0 16px;
    width: unset;
    border: none;
    background-color: #ffffff;
    color: #001932;
  }
  .content-area .news-area .left-area .latest-news-area .latest-news-menu .latest-news-menu-item:hover {
    background-color: #ffffff;
    color: #48c6db;
  }
  .content-area .news-area .left-area .latest-news-area .latest-news-menu .latest-news-menu-item.active {
    background-color: #ffffff;
    color: #48c6db;
  }
}
.content-area .news-area .left-area .latest-news-area .sp-sachlage {
  display: none;
}
@media screen and (max-width: 900px) {
  .content-area .news-area .left-area .latest-news-area .sp-sachlage {
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    width: 100%;
    background-color: #dee8f1;
  }
  .content-area .news-area .left-area .latest-news-area .sp-sachlage .sp-sachlage-content {
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 800;
  }
  .content-area .news-area .left-area .latest-news-area .sp-sachlage .sp-sachlage-content .sp-sachlage-title {
    margin-right: 20px;
  }
  .content-area .news-area .left-area .latest-news-area .sp-sachlage .sp-sachlage-content .sp-sachlage-info {
    display: flex;
    align-items: center;
  }
  .content-area .news-area .left-area .latest-news-area .sp-sachlage .sp-sachlage-content .sp-sachlage-info img {
    padding: 0 5px;
    width: 15px;
    height: auto;
  }
}
.content-area .news-area .left-area .latest-news-area .latest-news-content {
  box-sizing: border-box;
  display: flex;
  background-color: #ffffff;
  text-decoration: none;
  position: relative;
}
.content-area .news-area .left-area .latest-news-area .latest-news-content:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.2;
}
.content-area .news-area .left-area .latest-news-area .latest-news-content .img-area {
  width: 200px;
  height: 160px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-area .news-area .left-area .latest-news-area .latest-news-content .img-area img {
  width: 100%;
  height: auto;
}
.content-area .news-area .left-area .latest-news-area .latest-news-content .info-area {
  padding: 10px 20px;
  background-color: #ffffff;
  width: calc(100% - 200px);
}
.content-area .news-area .left-area .latest-news-area .latest-news-content .info-area .title {
  display: flex;
  align-items: center;
}
.content-area .news-area .left-area .latest-news-area .latest-news-content .info-area .title .mark {
  margin-right: 20px;
  padding: 5px 10px;
  background-color: #001932;
  color: #ffffff;
  font-size: 12px;
  white-space: nowrap;
}
.content-area .news-area .left-area .latest-news-area .latest-news-content .info-area .title .date {
  font-weight: 600;
  color: #5e6874;
}
.content-area .news-area .left-area .latest-news-area .latest-news-content .info-area .content {
  margin-top: 10px;
}
.content-area .news-area .left-area .latest-news-area .latest-news-content .info-area .content .content-title {
  font-size: 18px;
  font-weight: 800;
  color: #001932;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.content-area .news-area .left-area .latest-news-area .latest-news-content .info-area .content .content-info {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #5e6874;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.content-area .news-area .left-area .latest-news-area .latest-news-content .info-area .content .date {
  display: none;
}
@media screen and (max-width: 900px) {
  .content-area .news-area .left-area .latest-news-area .latest-news-content {
    flex-direction: column;
  }
  .content-area .news-area .left-area .latest-news-area .latest-news-content .img-area {
    width: 100%;
    height: 300px;
    align-items: center;
  }
  .content-area .news-area .left-area .latest-news-area .latest-news-content .img-area img {
    width: 100%;
    height: auto;
  }
  .content-area .news-area .left-area .latest-news-area .latest-news-content .info-area {
    box-sizing: border-box;
    padding: 10px 16px;
    width: 100%;
  }
  .content-area .news-area .left-area .latest-news-area .latest-news-content .info-area .title .mark {
    font-size: 10px;
  }
  .content-area .news-area .left-area .latest-news-area .latest-news-content .info-area .title .date {
    display: none;
  }
  .content-area .news-area .left-area .latest-news-area .latest-news-content .info-area .content {
    margin-top: 10px;
  }
  .content-area .news-area .left-area .latest-news-area .latest-news-content .info-area .content .content-title {
    -webkit-line-clamp: 2;
    line-height: 1.5;
  }
  .content-area .news-area .left-area .latest-news-area .latest-news-content .info-area .content .date {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #5e6874;
  }
  .content-area .news-area .left-area .latest-news-area .latest-news-content .info-area .content .content-info {
    font-size: 12px;
    line-height: 1.5;
  }
}
.content-area .news-area .left-area .latest-news-area .latest-news ~ .latest-news {
  display: none;
}
.content-area .news-area .left-area .notice {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #ddeaf1;
  color: #314659;
  font-weight: 600;
  display: flex;
  text-decoration: none;
}
.content-area .news-area .left-area .notice:hover {
  opacity: 0.8;
}
@media screen and (max-width: 900px) {
  .content-area .news-area .left-area .notice {
    margin: 0 16px;
    font-size: 12px;
  }
}
.content-area .news-area .left-area .news-line {
  box-sizing: border-box;
  margin: 20px 0;
  display: flex;
  background-color: #ffffff;
  text-decoration: none;
  position: relative;
}
.content-area .news-area .left-area .news-line:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.2;
}
.content-area .news-area .left-area .news-line .img-area {
  width: 150px;
  height: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-area .news-area .left-area .news-line .img-area img {
  width: 100%;
  height: auto;
}
.content-area .news-area .left-area .news-line .info-area {
  padding: 10px 20px;
  background-color: #ffffff;
  width: calc(100% - 150px);
}
.content-area .news-area .left-area .news-line .info-area .title {
  display: flex;
  align-items: center;
}
.content-area .news-area .left-area .news-line .info-area .title .mark {
  margin-right: 20px;
  padding: 5px 10px;
  background-color: #f95207;
  color: #ffffff;
  font-size: 12px;
  white-space: nowrap;
}
.content-area .news-area .left-area .news-line .info-area .title .date {
  font-weight: 600;
  color: #5e6874;
}
.content-area .news-area .left-area .news-line .info-area .title .lock-img {
  display: none;
}
.content-area .news-area .left-area .news-line .info-area .content {
  margin-top: 10px;
}
.content-area .news-area .left-area .news-line .info-area .content .content-title {
  font-size: 18px;
  font-weight: 800;
  color: #001932;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.content-area .news-area .left-area .news-line .info-area .content .content-info {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #5e6874;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 900px) {
  .content-area .news-area .left-area .news-line {
    padding: 0 16px;
  }
  .content-area .news-area .left-area .news-line .img-area {
    box-sizing: border-box;
    padding-right: 10px;
    width: 50%;
  }
  .content-area .news-area .left-area .news-line .info-area {
    box-sizing: border-box;
    padding: 0 0 0 10px;
    width: 50%;
  }
  .content-area .news-area .left-area .news-line .info-area .title {
    justify-content: space-between;
  }
  .content-area .news-area .left-area .news-line .info-area .title .mark {
    margin: 0;
    font-size: 10px;
  }
  .content-area .news-area .left-area .news-line .info-area .title .date {
    padding: 0 4px;
    font-size: 10px;
  }
  .content-area .news-area .left-area .news-line .info-area .title .lock-img {
    width: 16px;
    height: 12px;
    display: block;
  }
  .content-area .news-area .left-area .news-line .info-area .title .lock-img img {
    width: 16px;
    height: 16px;
  }
  .content-area .news-area .left-area .news-line .info-area .content {
    margin-top: 8px;
  }
  .content-area .news-area .left-area .news-line .info-area .content .content-title {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }
  .content-area .news-area .left-area .news-line .info-area .content .content-info {
    margin-top: 4px;
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
}
.content-area .news-area .left-area .news-half-line {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .content-area .news-area .left-area .news-half-line {
    padding: 0 16px;
  }
}
.content-area .news-area .left-area .news-half-line .news-content {
  padding: 5px 0;
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}
.content-area .news-area .left-area .news-half-line .news-content:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.2;
}
.content-area .news-area .left-area .news-half-line .news-content .news-content-left-area {
  margin-right: 2%;
  width: 100%;
}
.content-area .news-area .left-area .news-half-line .news-content .news-content-left-area .date {
  display: none;
}
.content-area .news-area .left-area .news-half-line .news-content .news-content-left-area .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #001932;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.content-area .news-area .left-area .news-half-line .news-content .news-content-left-area .info {
  font-size: 10px;
  line-height: 1.5;
  color: #858585;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content-area .news-area .left-area .news-half-line .news-content .news-content-right-area {
  width: 100px;
  height: 90px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-area .news-area .left-area .news-half-line .news-content .news-content-right-area.large {
  width: 200px;
}
.content-area .news-area .left-area .news-half-line .news-content .news-content-right-area.middle {
  width: 150px;
}
.content-area .news-area .left-area .news-half-line .news-content .news-content-right-area img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 850px) {
  .content-area .news-area .left-area .news-half-line .news-content .news-content-left-area .title {
    font-size: 10px;
  }
}
@media screen and (max-width: 900px) {
  .content-area .news-area .left-area .news-half-line .news-content {
    flex-direction: column-reverse;
  }
  .content-area .news-area .left-area .news-half-line .news-content .news-content-left-area {
    margin-right: 0;
    width: 100%;
  }
  .content-area .news-area .left-area .news-half-line .news-content .news-content-left-area .date {
    padding: 12px 0 4px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #858585;
  }
  .content-area .news-area .left-area .news-half-line .news-content .news-content-left-area .date .lock-img {
    padding-left: 4px;
    width: 16px;
    height: 12px;
  }
  .content-area .news-area .left-area .news-half-line .news-content .news-content-left-area .date .lock-img img {
    width: 16px;
    height: 16px;
  }
  .content-area .news-area .left-area .news-half-line .news-content .news-content-right-area {
    width: 100%;
    border: 1px solid #f3f4f7;
  }
  .content-area .news-area .left-area .news-half-line .news-content .news-content-right-area.large, .content-area .news-area .left-area .news-half-line .news-content .news-content-right-area.middle {
    width: 100%;
  }
  .content-area .news-area .left-area .news-half-line .news-content .news-content-right-area img {
    width: auto;
    height: 100%;
  }
}
.content-area .news-area .left-area .news-half-line .news-content:nth-child(odd)::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #e4ebf1;
  position: absolute;
  top: 0;
  right: -12px;
}
@media screen and (max-width: 900px) {
  .content-area .news-area .left-area .news-half-line .news-content:nth-child(odd)::after {
    display: none;
  }
}
.content-area .news-area .left-area .news-selection {
  margin: 20px 0;
  padding: 10px 20px;
  background-color: #cfe4ed;
  display: flex;
  justify-content: space-between;
  color: #001932;
  font-weight: 600;
}
.content-area .news-area .left-area .news-selection a {
  color: #001932;
  text-decoration: none;
}
.content-area .news-area .left-area .news-selection a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 900px) {
  .content-area .news-area .left-area .news-selection {
    margin: 20px 16px;
    background-color: #001932;
    color: #ffffff;
  }
  .content-area .news-area .left-area .news-selection a {
    color: #ffffff;
  }
}
.content-area .news-area .left-area .large-banner {
  margin: 40px 0;
  width: 100%;
  height: 90px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.content-area .news-area .left-area .large-banner:hover {
  opacity: 0.8;
}
.content-area .news-area .left-area .large-banner img {
  width: 100%;
  max-width: 728px;
  height: auto;
}
@media screen and (max-width: 900px) {
  .content-area .news-area .left-area .large-banner {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .content-area .news-area .left-area {
    margin-right: 0;
    width: 100%;
  }
}
.content-area .news-area .left-area .page-counts {
  margin: 30px 0;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.content-area .news-area .left-area .page-counts .data-counts {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .content-area .news-area .left-area .page-counts {
    font-size: 14px;
  }
}
.content-area .news-area .right-area {
  width: 300px;
}
.content-area .news-area .right-area .banner {
  width: 300px;
  height: auto;
  text-decoration: none;
  font-size: 0;
  background-color: #ffffff;
  display: block;
  position: relative;
}
.content-area .news-area .right-area .banner:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.2;
}
.content-area .news-area .right-area .banner img {
  width: 300px;
  height: auto;
}
.content-area .news-area .right-area .banner.pc-only {
  display: block;
}
.content-area .news-area .right-area .banner.sp-only {
  display: none;
}
@media screen and (max-width: 900px) {
  .content-area .news-area .right-area .banner.pc-only {
    display: none;
  }
  .content-area .news-area .right-area .banner.sp-only {
    display: block;
  }
}
.content-area .news-area .right-area .sachlage {
  box-sizing: border-box;
  border: 1px solid #d0cece;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.content-area .news-area .right-area .sachlage .sachlage-title {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  color: #001932;
  background-color: #e9f1f3;
}
.content-area .news-area .right-area .sachlage .sachlage-content {
  padding: 20px;
}
.content-area .news-area .right-area .sachlage .sachlage-content .sachlage-content-title {
  font-size: 12px;
  font-weight: 800;
}
.content-area .news-area .right-area .sachlage .sachlage-content .sachlage-content-items {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.content-area .news-area .right-area .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item {
  font-weight: 800;
  display: flex;
  align-items: center;
}
.content-area .news-area .right-area .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item:not(:first-child) {
  margin-top: 15px;
}
.content-area .news-area .right-area .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .sachlage-icon {
  padding-right: 8px;
  width: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-area .news-area .right-area .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .sachlage-icon img {
  width: 30px;
}
.content-area .news-area .right-area .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .sachlage-icon:not(:last-child) {
  padding-left: 8px;
}
.content-area .news-area .right-area .ranking {
  box-sizing: border-box;
  border: 1px solid #d0cece;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.content-area .news-area .right-area .ranking .ranking-title {
  padding: 15px;
  font-size: 18px;
  font-weight: 800;
  color: #001932;
  background-color: #e9f1f3;
  display: flex;
  justify-content: space-between;
}
.content-area .news-area .right-area .ranking .ranking-content {
  padding: 10px;
}
.content-area .news-area .right-area .ranking .ranking-content .ranking-content-item {
  height: 30px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #001932;
}
.content-area .news-area .right-area .ranking .ranking-content .ranking-content-item:hover {
  opacity: 0.8;
}
.content-area .news-area .right-area .ranking .ranking-content .ranking-content-item .num {
  margin-right: 10px;
  height: 35px;
  width: 18px;
  background-color: #f2f2f2;
  color: #949494;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-area .news-area .right-area .ranking .ranking-content .ranking-content-item .text {
  font-weight: 800;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.content-area .news-area .right-area .ranking .ranking-content .ranking-content-item:not(:first-child) {
  margin-top: 15px;
}
.content-area .news-area .right-area .ranking .ranking-content .ranking-content-item:nth-child(1) .num {
  background-color: #ac9953;
  color: #ffffff;
}
.content-area .news-area .right-area .ranking .ranking-content .ranking-content-item:nth-child(2) .num {
  background-color: #8b8ea8;
  color: #ffffff;
}
.content-area .news-area .right-area .ranking .ranking-content .ranking-content-item:nth-child(3) .num {
  background-color: #b28774;
  color: #ffffff;
}
.content-area .news-area .right-area > div:not(:first-child) {
  margin-top: 5px;
}
.content-area .news-area .right-area > a:not(:first-child) {
  margin-top: 5px;
}
@media screen and (max-width: 900px) {
  .content-area .news-area .right-area {
    box-sizing: border-box;
    margin-top: 20px;
    padding: 0 16px;
    width: 100%;
  }
  .content-area .news-area .right-area .banner {
    width: 100%;
  }
  .content-area .news-area .right-area .banner img {
    width: 100%;
  }
}

.sp-bottom-menu {
  display: none;
}
@media screen and (max-width: 900px) {
  .sp-bottom-menu {
    width: 100%;
    height: 60px;
    display: flex;
    background-color: #001932;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .sp-bottom-menu .sp-bottom-menu-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  .sp-bottom-menu .sp-bottom-menu-item img {
    width: 20px;
    height: 20px;
  }
  .sp-bottom-menu .sp-bottom-menu-item p {
    margin-top: 6px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
  }
  .sp-bottom-menu .sp-bottom-menu-item.active {
    background-color: #0d3863;
  }
}

.sp-menu {
  display: none;
}
@media screen and (max-width: 900px) {
  .sp-menu {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: row;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    color: #ffffff;
  }
  .sp-menu .left-area {
    width: 10%;
    background-color: transparent;
  }
  .sp-menu .right-area {
    box-sizing: border-box;
    padding: 16px 0;
    width: 90%;
    background-color: #001932;
    overflow-y: auto;
  }
  .sp-menu .sp-menu-item {
    height: 40px;
    width: 100%;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .sp-menu .sp-menu-item:not(:first-child) {
    margin-top: 5px;
  }
  .sp-menu .head {
    padding: 16px 32px 16px 32px;
    display: flex;
    justify-content: space-between;
  }
  .sp-menu .head a {
    font-size: 18px;
    text-decoration: none;
    color: #ffffff;
  }
  .sp-menu .search {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: 0 32px 16px;
  }
  .sp-menu .search input {
    box-sizing: border-box;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 7px 0;
    width: 100%;
    height: 50px;
    border: none;
    font-size: 18px;
    outline: none;
    background-color: #001932;
    border-bottom: 1px solid #ffffff;
  }
  .sp-menu .search .search-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 32px;
    top: 16px;
  }
  .sp-menu .search .search-icon img {
    width: 24px;
    height: 24px;
  }
  .sp-menu .choice-area {
    width: 100%;
  }
  .sp-menu .choice-area .choice-item {
    padding: 16px 32px;
    background-color: #072e55;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    position: relative;
  }
  .sp-menu .choice-area .choice-item::before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #ffffff;
    position: absolute;
    left: 20px;
    top: 18px;
    transform: rotate(45deg);
  }
  .sp-menu .choice-area .choice-item::after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #ffffff;
    position: absolute;
    left: 13px;
    top: 18px;
    transform: rotate(315deg);
  }
  .sp-menu .choice-area .choice-item.active {
    background-color: #11518f;
  }
  .sp-menu .choice-area .choice-item.active::before {
    transform: rotate(135deg);
  }
  .sp-menu .choice-area .choice-item.active::after {
    transform: rotate(45deg);
  }
  .sp-menu .choice-area .choice-item .title {
    display: flex;
    align-items: end;
    justify-content: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
  }
  .sp-menu .choice-area .choice-item .title img.sj {
    height: 18px;
    width: 18px;
    margin-right: 4px;
    display: none;
  }
  .sp-menu .choice-area .choice-item .title img.sju {
    height: 18px;
    width: 18px;
    margin-right: 4px;
  }
  .sp-menu .choice-area .choice-item .content {
    box-sizing: border-box;
    width: 100%;
    display: none;
    justify-self: flex-start;
    flex-wrap: wrap;
    padding: 0 16px;
  }
  .sp-menu .choice-area .choice-item .content .item {
    padding: 16px 16px 0 0;
    text-decoration: none;
    display: block;
    color: #ffffff;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .sp-menu .detail-item {
    padding: 16px 32px 0;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
  }
  .sp-menu .detail-item a {
    width: 100%;
    display: block;
    margin-top: 14px;
    text-decoration: none;
    color: #ffffff;
  }
  .sp-menu .detail-item.special a {
    width: 50%;
    font-size: 12px;
  }
}

.slider-control {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 30px;
  cursor: pointer;
}
.slider-control img {
  width: 60x;
  height: 30px;
}
@media screen and (max-width: 900px) {
  .slider-control {
    bottom: 60px;
    width: 40px;
    height: 20px;
  }
  .slider-control img {
    width: 40x;
    height: 20px;
  }
}

.slideshow {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 9;
}
@media screen and (max-width: 900px) {
  .slideshow {
    bottom: 60px;
  }
}
.slideshow .slider-title {
  background-color: #e7ff1b;
  display: flex;
  align-items: center;
  padding-left: 10%;
  padding-top: 7px;
  padding-bottom: 5px;
  justify-content: space-between;
  padding-right: 10%;
}
@media screen and (max-width: 900px) {
  .slideshow .slider-title {
    padding-left: 2%;
    padding-right: 2%;
  }
}
.slideshow .slider-title .text {
  color: #081127;
  font-weight: bold;
}
.slideshow .slider-title .slider-btn-area {
  display: flex;
}
.slideshow .slider-title .slider-btn-area .btn:nth-child(1) {
  margin-right: 5px;
}
@media screen and (max-width: 360px) {
  .slideshow .slider-title .slider-btn-area .btn:nth-child(1) {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 360px) {
  .slideshow .slider-title .slider-btn-area {
    flex-direction: column;
    align-items: center;
  }
}

.slider-body {
  margin: 20px auto;
  padding-bottom: 20px;
  width: 100%;
  background-color: #006291;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .slider-body .slider-body-content {
    display: flex;
    overflow-x: auto;
  }
  .slider-body .slider-body-content::-webkit-scrollbar {
    height: 0;
  }
  .slider-body .slider-body-content .sliders {
    display: flex;
  }
  .slider-body .slider-body-content .sliders:not(:first-child) {
    padding-left: 1%;
  }
  .slider-body .slider-body-content .sliders:not(:last-child) {
    padding-right: 0;
  }
}
.slider-body .slider-content {
  max-width: 1200px;
  width: 90%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .slider-body .slider-content {
    width: 100%;
    max-width: unset;
  }
}
.slider-body .title {
  width: 90%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .slider-body .title {
    padding-left: 3%;
    width: 100%;
  }
}
.slider-body .title h1 {
  text-shadow: -4px -3px 6px rgba(0, 0, 0, 0.5);
  margin-left: 10%;
}
@media screen and (max-width: 900px) {
  .slider-body .title h1 {
    font-size: 1.6rem;
    margin: 8px 0 4px 0;
  }
}
.slider-body .title a {
  margin-left: 20px;
  text-shadow: -4px -3px 6px rgba(0, 0, 0, 0.5);
  display: flex;
  text-decoration: none;
  color: #ffffff;
}
.slider-body .title a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 900px) {
  .slider-body .title a {
    font-size: 1rem;
    margin: 10px 10px 0;
  }
}
.slider-body .next {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.slider-body .next.left img {
  transform: rotate(180deg);
}
.slider-body .next.disable {
  pointer-events: none;
  visibility: hidden;
}
@media screen and (max-width: 900px) {
  .slider-body .next {
    display: none;
  }
}
.slider-body .next img {
  width: 40px;
  height: 40px;
}
.slider-body .slider-body-content {
  width: 80%;
}
@media screen and (max-width: 900px) {
  .slider-body .slider-body-content {
    width: 100%;
  }
}
.slider-body .sliders {
  box-sizing: border-box;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
  display: flex;
  justify-content: center;
}
.slider-body .sliders:not(:first-child) {
  display: none;
}
@media screen and (max-width: 900px) {
  .slider-body .sliders {
    padding: 0 3% 0 3%;
  }
  .slider-body .sliders::-webkit-scrollbar {
    height: 0;
  }
}
.slider-body .sliders .slider-inside {
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .slider-body .sliders .slider-inside {
    overflow: auto;
  }
}
.slider-body .sliders .slider-inside .slide {
  padding-bottom: 10px;
  min-width: 280px;
  height: auto;
  background-color: #ffffff;
  text-decoration: none;
  color: #001932;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.slider-body .sliders .slider-inside .slide:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.2;
}
@media screen and (max-width: 900px) {
  .slider-body .sliders .slider-inside .slide {
    min-width: 200px;
  }
}
.slider-body .sliders .slider-inside .slide:not(:first-child) {
  margin-left: 1%;
}
.slider-body .sliders .slider-inside .slide img {
  width: 100%;
  height: auto;
}
.slider-body .sliders .slider-inside .slide .slide-title {
  padding: 10px 18px;
  color: #001932;
  font-size: 22px;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .slider-body .sliders .slider-inside .slide .slide-title {
    font-size: 18px;
  }
}
.slider-body .sliders .slider-inside .slide .slide-content {
  color: #858585;
  font-size: 14px;
  padding: 0 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.facebook {
  overflow: auto;
}

.news-search-area {
  margin-right: 30px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #001932;
  display: flex;
  position: relative;
}
@media screen and (max-width: 900px) {
  .news-search-area {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 380px) {
  .news-search-area {
    flex-wrap: wrap;
  }
}
.news-search-area input {
  box-sizing: border-box;
  padding: 2px 8px;
  width: 100%;
  height: 30px;
  outline: none;
  font-size: 16px;
  border: none;
}
@media screen and (max-width: 900px) {
  .news-search-area input {
    border-radius: 3px;
  }
}
.news-search-area .btn {
  margin-left: 10px;
  padding-left: 40px;
  background-color: #ffffff;
  color: #001932;
  position: relative;
}
@media screen and (max-width: 380px) {
  .news-search-area .btn {
    margin-left: 0;
    margin-top: 10px;
    margin-right: 10px;
  }
}
.news-search-area .btn::before {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #000000;
  position: absolute;
  left: 26px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
}
.news-search-area .btn::after {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #000000;
  position: absolute;
  left: 20px;
  top: calc(50% - 5px);
  transform: rotate(315deg);
}
.news-search-area .btn:hover {
  opacity: 1;
}
.news-search-area .btn.active::before {
  transform: rotate(315deg);
}
.news-search-area .btn.active::after {
  transform: rotate(45deg);
}
.news-search-area .btn.active .dropdown-content {
  opacity: 1;
  pointer-events: auto;
}
.news-search-area .search-period {
  box-sizing: border-box;
  padding: 20px 24px;
  width: 280px;
  position: absolute;
  top: 40px;
  right: 136px;
  background-color: #ffffff;
  z-index: 99;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  display: none;
}
@media screen and (max-width: 850px) {
  .news-search-area .search-period {
    right: 0;
  }
}
@media screen and (max-width: 380px) {
  .news-search-area .search-period {
    padding: 16px 8px;
    width: 248px;
  }
}
.news-search-area .search-period.active {
  display: block;
}
.news-search-area .search-period .title {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}
.news-search-area .search-period .title a {
  font-size: 14px;
  text-decoration: none;
  color: #001932;
}
.news-search-area .search-period .title a:hover {
  opacity: 0.7;
}
.news-search-area .search-period .radio-area > div {
  margin-top: 20px;
}
.news-search-area .search-period input[type=radio] + label {
  padding-left: 30px;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .news-search-area .search-period input[type=radio] + label {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .news-search-area .search-period input[type=radio] + label {
    padding-left: 30px;
    padding-top: 0;
    font-size: 14px;
  }
}
.news-search-area .search-period input[type=radio] + label::before {
  top: 0;
  width: 16px;
  height: 16px;
}
.news-search-area .search-period input[type=radio]:checked + label::after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
}
.news-search-area .search-period .date-select-start,
.news-search-area .search-period .date-select-end {
  margin-top: 20px;
  display: flex;
  width: 100%;
}
.news-search-area .search-period .date-select-start > div:not(:first-child),
.news-search-area .search-period .date-select-end > div:not(:first-child) {
  margin-left: 4px;
}
.news-search-area .search-period .date-select-start .dropdown,
.news-search-area .search-period .date-select-end .dropdown {
  height: 30px;
}
.news-search-area .search-period .date-select-start .dropdown .selected-val,
.news-search-area .search-period .date-select-end .dropdown .selected-val {
  padding: 4px 24px 4px 4px;
  font-size: 12px;
}
.news-search-area .search-period .date-select-start .dropdown .dropdown-content li,
.news-search-area .search-period .date-select-end .dropdown .dropdown-content li {
  padding: 4px;
  font-size: 12px;
}
.news-search-area .search-period .date-select-start .dropdown::before,
.news-search-area .search-period .date-select-end .dropdown::before {
  height: 10px;
  right: 14px;
  top: calc(50% - 5px);
}
.news-search-area .search-period .date-select-start .dropdown::after,
.news-search-area .search-period .date-select-end .dropdown::after {
  height: 10px;
  right: 20px;
  top: calc(50% - 5px);
}

.features-news .img-area {
  box-sizing: border-box;
  padding-right: 30px;
  width: 100%;
  height: auto;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .features-news .img-area {
    padding: 0 16px;
  }
}
.features-news .img-area img {
  width: 100%;
  height: auto;
}
.features-news .breadcrumb {
  margin: 24px 0 0;
}
.features-news .features-title {
  margin-top: 20px;
  margin-right: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.features-news .features-title .title-area {
  display: flex;
  align-items: center;
}
.features-news .features-title .title-area .btn {
  margin-left: 20px;
}
.features-news .features-title p {
  font-size: 28px;
  font-weight: bold;
  color: #001932;
}
@media screen and (max-width: 900px) {
  .features-news .features-title {
    margin-right: 0;
    padding: 0 16px;
  }
  .features-news .features-title p {
    font-size: 20px;
  }
}
.features-news .news-list .news-item .news-left {
  padding-right: 0;
  width: 100%;
}

.tools-bar {
  cursor: pointer;
  display: flex;
}
.tools-bar a {
  width: 30px;
  height: 30px;
  display: block;
}
.tools-bar a:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  .tools-bar a {
    width: 20px;
    height: 20px;
  }
}
.tools-bar a:hover {
  opacity: 0.7;
}
.tools-bar a img {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 900px) {
  .tools-bar a img {
    width: 20px;
    height: 20px;
  }
}

.features-list {
  margin-right: 30px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 900px) {
  .features-list {
    margin: 0 16px;
  }
}
.features-list .features-item {
  width: 30%;
}
@media screen and (max-width: 900px) {
  .features-list .features-item {
    width: 47.5%;
  }
}
.features-list .features-item .img-area {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.features-list .features-item .img-area img {
  width: auto;
  height: 200px;
}
.features-list .features-item:first-child {
  width: 65%;
  height: 600px;
}
@media screen and (max-width: 900px) {
  .features-list .features-item:first-child {
    width: 100%;
  }
}
.features-list .features-item:first-child .img-area {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.features-list .features-item:first-child .img-area img {
  width: 100%;
  height: auto;
}
.features-list .features-item:nth-child(3) {
  position: absolute;
  top: 300px;
  right: 0;
}
@media screen and (max-width: 900px) {
  .features-list .features-item:nth-child(3) {
    position: relative;
    top: unset;
    right: unset;
  }
}
.features-list .features-item:nth-child(3n-1) {
  margin-left: 5%;
  margin-right: 5%;
}
.features-list .features-item:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .features-list .features-item:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .features-list .features-item:nth-child(2n) {
    margin-right: 5%;
  }
}
.features-list .features-item .title {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
}
.features-list .features-item .title .date {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}
.features-list .features-item .info {
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.serial-list {
  margin-right: 30px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 900px) {
  .serial-list {
    margin: 0 16px;
  }
}
.serial-list .serial-item {
  margin-bottom: 20px;
  width: 30%;
}
@media screen and (max-width: 900px) {
  .serial-list .serial-item {
    width: 47.5%;
  }
}
.serial-list .serial-item .img-area {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.serial-list .serial-item .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serial-list .serial-item:nth-child(3n-1) {
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (max-width: 900px) {
  .serial-list .serial-item:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .serial-list .serial-item:nth-child(2n) {
    margin-left: 5%;
  }
}
.serial-list .serial-item .title {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
}
.serial-list .serial-item .title .date {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .serial-list .serial-item .title .date.sp-only {
    display: none;
  }
}
.serial-list .serial-item .info {
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-detail-tag-area {
  margin-right: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .news-detail-tag-area {
    margin: 0 16px;
  }
}
.news-detail-tag-area .tag-area {
  margin-bottom: 12px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news-detail-tag-area .date {
  color: #636f7e;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .news-detail-tag-area .date {
    font-size: 14px;
  }
}
.news-detail-tag-area .tools-bar {
  width: 100%;
  justify-content: flex-end;
}

.news-detail-tag {
  margin: 2px 0 2px 6px;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #001932;
}
@media screen and (max-width: 900px) {
  .news-detail-tag {
    font-size: 10px;
    border: none;
    color: #ffffff;
    background-color: #001932;
    border-radius: 3px;
    font-weight: 400;
  }
}

.news-detail {
  margin-top: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 900px) {
  .news-detail {
    margin: 30px 16px;
  }
}
.news-detail .news-detail-img-area {
  margin-right: 20px;
  float: left;
}
@media screen and (max-width: 900px) {
  .news-detail .news-detail-img-area {
    display: none;
  }
}
.news-detail .news-detail-img-area .news-detail-img {
  width: 500px;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 938px) {
  .news-detail .news-detail-img-area .news-detail-img {
    width: 300px;
  }
}
.news-detail .news-detail-img-area .news-detail-img img {
  width: 500px;
  height: auto;
}
@media screen and (max-width: 938px) {
  .news-detail .news-detail-img-area .news-detail-img img {
    width: 300px;
  }
}
.news-detail .news-detail-img-area p {
  margin-top: 8px;
  color: #636f7e;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .news-detail .news-detail-img-area p {
    display: none;
  }
}
.news-detail .news-detail-img-area .scroll-ctrl {
  margin-top: 20px;
  width: 100%;
  height: 100px;
  display: flex;
}
@media screen and (max-width: 938px) {
  .news-detail .news-detail-img-area .scroll-ctrl {
    width: 300px;
  }
}
@media screen and (max-width: 900px) {
  .news-detail .news-detail-img-area .scroll-ctrl {
    display: none;
  }
}
.news-detail .news-detail-img-area .scroll-ctrl .btn-ctrl {
  box-sizing: border-box;
  width: 16px;
  height: 100%;
  border: 1px solid #001932;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
.news-detail .news-detail-img-area .scroll-ctrl .btn-ctrl::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #001932;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: calc(50% - 10px);
  right: 2px;
}
.news-detail .news-detail-img-area .scroll-ctrl .btn-ctrl.btn-left::after {
  transform: rotate(180deg);
  left: 2px;
  right: unset;
}
.news-detail .news-detail-img-area .scroll-ctrl .img-ctrl {
  box-sizing: border-box;
  margin: 0 6px;
  width: 456px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: pointer;
}
@media screen and (max-width: 938px) {
  .news-detail .news-detail-img-area .scroll-ctrl .img-ctrl {
    width: 256px;
  }
}
.news-detail .news-detail-img-area .scroll-ctrl .img-ctrl::-webkit-scrollbar {
  height: 0;
}
.news-detail .news-detail-img-area .scroll-ctrl .img-ctrl .img-ctrl-item {
  margin-left: 6px;
  width: 150px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.news-detail .news-detail-img-area .scroll-ctrl .img-ctrl .img-ctrl-item:first-child {
  margin-left: 0;
}
.news-detail .news-detail-img-area .scroll-ctrl .img-ctrl .img-ctrl-item.active::after {
  content: "";
  position: absolute;
  width: 144px;
  height: 94px;
  border: 3px solid #001932;
}
.news-detail .news-detail-img-area .scroll-ctrl .img-ctrl .img-ctrl-item img {
  width: 150px;
  height: auto;
}
.news-detail .info {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .news-detail .info {
    font-size: 14px;
    font-weight: 400;
  }
}

.news-detail-img-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .news-detail-img-sp {
    box-sizing: border-box;
    padding: 0 16px;
    width: 100%;
    height: auto;
    display: flex;
  }
  .news-detail-img-sp img {
    width: 100%;
    height: auto;
  }
}

.breadcrumb {
  margin: 0 12px;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 900px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb.news-detail-breadcrumb-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .breadcrumb.news-detail-breadcrumb-sp {
    display: flex;
    margin-top: 20px;
  }
  .breadcrumb.news-detail-breadcrumb-sp li a {
    font-weight: 400;
  }
}
.breadcrumb li {
  list-style: none;
  position: relative;
}
.breadcrumb li:not(:last-child) {
  margin-right: 20px;
}
.breadcrumb li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #001932;
  position: absolute;
  top: 2px;
  right: -10px;
  transform: rotate(120deg);
}
.breadcrumb li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #001932;
  position: absolute;
  top: 7px;
  right: -10px;
  transform: rotate(60deg);
}
.breadcrumb li a {
  text-decoration: none;
  color: #001932;
  font-weight: bold;
}
.breadcrumb li a:hover {
  opacity: 0.7;
}
.breadcrumb.application-form-breadcrumb {
  margin: 0;
}

.association-news-tag {
  margin: 20px 30px 20px 0;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 2px solid #e4ebf1;
  border-bottom: 2px solid #e4ebf1;
}
@media screen and (max-width: 900px) {
  .association-news-tag {
    margin: 30px 16px;
  }
}
.association-news-tag p {
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .association-news-tag p {
    font-size: 14px;
  }
}
.association-news-tag .news-detail-tag {
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .association-news-tag .news-detail-tag {
    font-size: 12px;
  }
}

.association-news {
  margin: 30px 30px 30px 0;
}
@media screen and (max-width: 900px) {
  .association-news {
    margin: 30px 0;
  }
}
.association-news > p {
  margin: 12px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .association-news > p {
    text-align: center;
  }
}

.divider {
  box-sizing: border-box;
  margin: 12px 0;
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
}
@media screen and (max-width: 900px) {
  .divider {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
}

.pagination {
  margin: 16px 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.pagination .page-numbers {
  width: 32px;
  height: 32px;
}

.pagination .page-numbers {
  box-sizing: border-box;
  margin: 0 6px;
  width: 40px;
  height: 40px;
  color: #000000;
  text-decoration: none;
  background-color: #F8F8F8;
  border: 1px solid #E8E8E8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .page-numbers.current {
  pointer-events: none; /* リンクを無効化 */
  background-color: transparent;
  border: none;
}

.pagination .page-numbers.dots {
  width: 10px;
  border: none;
  vertical-align: bottom;
  background-color: transparent;
}

.pagination .page-numbers.page-last {
  width: 54px;
}

nav.page-nav-outer {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

nav.page-nav-outer .page-nav-inner {
  display: flex;
}

nav.page-nav-outer .page-nav-inner .pagination {
  margin: 16px 0;
  padding: 0;
  display: flex;
  list-style: none;
}

nav.page-nav-outer .page-nav-inner .pagination li a {
  box-sizing: border-box;
  margin: 0 6px;
  width: 40px;
  height: 40px;
  color: #000000;
  text-decoration: none;
  background-color: #F8F8F8;
  border: 1px solid #E8E8E8;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  nav.page-nav-outer .page-nav-inner .pagination li a {
    margin: 0 2px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 360px) {
  nav.page-nav-outer .page-nav-inner .pagination li a {
    margin: 0 1px;
    width: 20px;
    height: 20px;
  }
}
nav.page-nav-outer .page-nav-inner .pagination li a:hover {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}

nav.page-nav-outer .page-nav-inner .pagination > .active a {
  background-color: transparent;
  border-color: transparent;
}

nav.page-nav-outer .page-nav-inner .pagination > .active a:hover {
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}

nav.page-nav-outer .page-nav-inner .pagination > .disabled a {
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}

nav.page-nav-outer .page-nav-inner .pagination > .disabled a:hover {
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}

nav.page-nav-outer .page-input-box {
  box-sizing: border-box;
  margin: 16px 0 16px 16px;
  display: flex;
  height: 40px;
}

nav.page-nav-outer .page-input-box input {
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  width: 50px;
  padding: 4px 4px;
  outline: none;
}

nav.page-nav-outer .page-input-box button {
  padding: 3px 5px;
  outline: none;
  background-color: #F8F8F8;
  border: 1px solid #E8E8E8;
}/*# sourceMappingURL=style.css.map */