@charset "UTF-8";
/**
 * 特集画面
 * style.scss
 */
body {
  color: #001932;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

a {
  text-decoration: none;
  color: #001932;
}
a:hover {
  opacity: 0.5;
}

.f-clear {
  clear: both;
}

@media screen and (max-width: 600px) {
  html #wpadminbar {
    position: fixed;
  }
}
/* pc表示 */
header.header-fixed {
  position: unset;
  top: unset;
  left: unset;
  z-index: unset;
  transition: unset;
  overflow: unset;
}
header .logo-area {
  width: 45%;
}
header .logo-area .logo {
  width: 240px;
}
header .logo-area .logo img {
  width: 240px;
  height: auto;
}
header .logo-area .date-area {
  margin-top: 18px;
  margin-left: 1em;
  font-size: clamp(0.5rem, 1vw, 14px);
}
header .header-right-area {
  width: 55%;
  justify-content: flex-end;
}
header .header-right-area .user-info {
  margin-right: 1em;
  display: flex;
  align-items: center;
}
header .header-right-area .user-info:hover::after {
  width: unset;
}
header .header-right-area .btn-area .btn {
  padding: 5px 10px;
  border-radius: 3px;
}
header .header-right-area.guest .btn-area .btn {
  padding: 0 20px;
}
header .news-menu-btn-area .is-hover {
  position: relative;
  opacity: 1;
  color: #fff;
  background: #5992fc;
}
header .news-menu-btn-area .news-menu-item:hover {
  background-color: #5992fc;
}
header .news-menu .search-area {
  height: 36px;
}
header .news-menu .search-area .search-icon {
  background-color: transparent;
  border: unset;
}

.todayView {
  box-sizing: border-box;
  padding: 5px 10px;
  height: 30px;
  align-items: center;
  background-color: #001932;
  color: #ffffff;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
}
.todayView .todaysPage button {
  background: transparent;
  color: unset;
  border: unset;
}

.btn-logout {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #cee6ed;
  color: #001932;
}

[v-cloak] {
  display: none;
}

.lg {
  display: block;
}

.sm {
  display: none;
}

header {
  margin-bottom: 0.3rem;
}
header.content-area-bg::before {
  height: 50px;
  top: 50px;
}
header.content-area-bg::after {
  z-index: -5;
}
header .content-area-submenu-bg::after {
  content: "";
  background-color: #285f97;
  height: 36px;
  width: 100%;
  position: absolute;
  top: 96px;
  left: 0;
  z-index: -1;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu {
  list-style: none;
  display: flex;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
  position: absolute;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item a {
  font-size: 15px;
  padding: 10px 20px 5px;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item a:hover {
  background: #5992fc;
  opacity: 1;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item.current-menu-item {
  background-color: #285f97;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item.current-menu-item ul.sub-menu {
  list-style: none;
  display: flex;
  padding-inline-start: 0;
  position: absolute;
  background-color: #285f97;
  top: 36px;
  left: 0;
  width: 100%;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item.current-menu-item ul.sub-menu li a {
  padding: 0 15px;
  width: 3rem;
  height: 35px;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item.current-menu-item ul.sub-menu li a:hover {
  background: unset;
  opacity: 0.5;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item.current-menu-item ul.sub-menu li.char-3 a {
  width: 3rem;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item.current-menu-item ul.sub-menu li.char-4 a {
  width: 4rem;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item.current-menu-item ul.sub-menu li.char-5 a {
  width: 5rem;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item.current-menu-item ul.sub-menu li.char-6 a {
  width: 6rem;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item.current-menu-item ul.sub-menu li.char-7 a {
  width: 7rem;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item.current-menu-parent {
  background-color: #285f97;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item.current-menu-parent ul.sub-menu {
  list-style: none;
  display: flex;
  padding-inline-start: 0;
  position: absolute;
  background-color: #285f97;
  top: 36px;
  left: 0;
  width: 100%;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item.current-menu-parent ul.sub-menu li a {
  padding: 0 15px;
  width: 3rem;
  height: 35px;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item.current-menu-parent ul.sub-menu li a:hover {
  background: unset;
  opacity: 0.5;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item.current-menu-parent ul.sub-menu li.char-4 a {
  padding: 0 15px;
  width: 4rem;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item.current-menu-parent ul.sub-menu li.char-5 a {
  padding: 0 15px;
  width: 5rem;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item.current-menu-parent ul.sub-menu li.char-4 a {
  padding: 0 15px;
  width: 4rem;
}
header .header-content .center-area .news-menu .menu-container ul#headerMenu li.menu-item.current-menu-parent ul.sub-menu li.char-7 a {
  padding: 0 15px;
  width: 7rem;
}

.breadcrumb {
  max-width: 100%;
}
.breadcrumb li {
  white-space: nowrap;
}
.breadcrumb li:not(:last-child)::before {
  top: 3px;
}
.breadcrumb li:not(:last-child)::after {
  top: 8px;
}
.breadcrumb .serialization-title {
  padding-right: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-detail-tag-wrap .news-detail-tag {
  box-sizing: border-box;
  padding: 6px 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  background-color: #001932;
  border-radius: 3px;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

.news-detail .news-detail-img-area .news-detail-img {
  display: flex;
  justify-content: center;
}
.news-detail .news-detail-img-area .news-detail-img img {
  width: initial;
  max-width: 500px;
  max-height: 500px;
}

.contents-two-Link-Sns-kirinuki,
.contents-two-Link-Sns-shimen,
.contents-two-Link-Sns-bookmark {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.bookmark-btn {
  display: none;
}

.bookmark-label:after {
  background-image: url(https://dev-suikei-hpd/pb5001h/wp-content/themes/hpdigital/image/star-icon.svg);
  background-size: 0;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://dev-suikei-hpd/pb5001h/wp-content/themes/hpdigital/image/star-icon.svg);
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .bookmark-label:after {
    width: 20px;
    height: 20px;
  }
}
.bookmark-label:hover:after {
  cursor: pointer;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(https://dev-suikei-hpd/pb5001h/wp-content/themes/hpdigital/image/star-icon.svg);
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 900px) {
  .bookmark-label {
    width: 20px;
    height: 20px;
  }
}

.news-list {
  display: flex;
  flex-wrap: wrap;
}
.news-list .news-item {
  margin-right: 30px;
  padding: 30px 0;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #e4ebf1;
}
.news-list .news-item.news-item-top {
  flex-wrap: wrap;
}
.news-list .news-item.news-item-top .news-info {
  margin-top: 0;
}
.news-list .news-item.news-item-top .search-area {
  margin-top: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list .news-item.news-item-top .search-area .news-count span {
  margin-left: 12px;
  margin-right: 4px;
  font-size: 16px;
}
@media screen and (max-width: 380px) {
  .news-list .news-item.news-item-top .search-area .news-count {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.news-list .news-item.news-item-top .search-area .news-search-area {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 380px) {
  .news-list .news-item.news-item-top .search-area .news-search-area {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.news-list .news-item.news-item-top .search-area .news-search-area a {
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 380px) {
  .news-list .news-item.news-item-top .search-area .news-search-area .btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .news-list .news-item {
    margin: 0 16px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 360px) {
  .news-list .news-item {
    flex-direction: column;
  }
}
.news-list .news-item .news-left {
  width: calc(100% - 250px);
  padding-right: 30px;
  min-width: 550px;
}
@media screen and (max-width: 900px) {
  .news-list .news-item .news-left {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 360px) {
  .news-list .news-item .news-left {
    width: 100%;
    padding-right: 0;
  }
}
.news-list .news-item .news-left .news-title {
  font-size: 20px;
  font-weight: bold;
  color: #001932;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 900px) {
  .news-list .news-item .news-left .news-title {
    font-size: 14px;
  }
}
.news-list .news-item .news-left .info-middle-area {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .news-list .news-item .news-left .info-middle-area {
    margin-top: 8px;
  }
}
.news-list .news-item .news-left .info-middle-area .news-date {
  margin-right: 10px;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .news-list .news-item .news-left .info-middle-area .news-date {
    font-size: 12px;
  }
}
.news-list .news-item .news-left .info-middle-area .news-tag {
  box-sizing: border-box;
  padding: 6px 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  background-color: #001932;
  border-radius: 3px;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .news-list .news-item .news-left .info-middle-area .news-tag {
    padding: 4px 6px;
    font-size: 10px;
  }
}
.news-list .news-item .news-left .info-middle-area .news-tag:not(:last-child) {
  margin-right: 10px;
}
.news-list .news-item .news-info {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  color: #001932;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 900px) {
  .news-list .news-item .news-info {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.news-list .news-item .news-right {
  width: 250px;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .news-list .news-item .news-right {
    width: 150px;
    height: 100px;
  }
}
@media screen and (max-width: 360px) {
  .news-list .news-item .news-right {
    width: 100%;
  }
}
.news-list .news-item .news-right img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.not-login {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  font-weight: normal;
}
.not-login p {
  text-align: center;
}
.not-login .not-login-btn-area {
  display: flex;
  flex-direction: column;
}
.not-login .not-login-btn-area .not-login-btn {
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.not-login .not-login-btn-area .not-login-btn button {
  width: 300px;
  height: 50px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}
.not-login .not-login-btn-area .not-login-btn #try-btn {
  background-color: #e7ff1b;
  margin-bottom: 12px;
}
.not-login .not-login-btn-area .not-login-btn #login-btn {
  color: #ffffff;
  background-color: #001932;
}

.lum-lightbox {
  z-index: 9999;
}

@media screen and (max-width: 900px) {
  .tools-bar form img {
    width: 20px;
    height: 20px;
  }
}
.content-area .news-area #left-area.left-area .news-detail-tag-area .tag-area .date {
  height: 22px;
}

.sp-only {
  display: none;
}

.content-area .news-area .right-area .ranking .ranking-content .ranking-content-item .num {
  min-width: 18px;
}

.content-area .news-area .right-area {
  text-align: center;
}
.content-area .news-area .right-area .link-area {
  text-align: left;
}
.content-area .news-area .right-area .textwidget.custom-html-widget {
  margin-bottom: 0.8rem;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage a {
  color: #000;
  text-decoration: none;
  font-size: 0.725rem;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-title {
  padding: 7px 0;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content {
  padding: 10px 5px;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-title {
  display: flex;
  align-items: flex-end;
  text-align: center;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-title .columns1 {
  width: 20%;
  text-align: center;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-title .columns2 {
  width: 3rem;
  text-align: center;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-title .columns3 {
  width: 3rem;
  text-align: center;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-title .columns4 {
  width: 45%;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items {
  margin-top: 6px;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item {
  text-align: left;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item:not(:first-child) {
  margin-top: 6px;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns1 {
  width: 20%;
  text-align: center;
  font-weight: 400 !important;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns1.fs-05 {
  font-size: 0.5rem;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns1.fs-06 {
  font-size: 0.6rem;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns1.fs-07 {
  font-size: 0.7rem;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns1.fs-08 {
  font-size: 0.8rem;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns1.fs-09 {
  font-size: 0.9rem;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns1.fs-10 {
  font-size: 1rem;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns2 {
  width: 40px;
  padding-right: 3px;
  text-align: center;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns2.sachlage-icon {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 1rem;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns2.sachlage-icon img {
  width: 1rem;
  height: 1rem;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns3 {
  width: 40px;
  padding-right: 3px;
  text-align: center;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns3.sachlage-icon {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 1rem;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns3.sachlage-icon img {
  width: 1rem;
  height: 1rem;
}
.content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns4 {
  width: 45%;
  font-weight: 400 !important;
}

.content-area .news-area .right-area .ranking {
  margin-top: 5px;
}
.content-area .news-area .right-area .ranking .ranking-title .rank-date {
  margin-right: 1.5rem;
}
.content-area .news-area .right-area .ranking .ranking-content .ranking-content-item .text {
  font-weight: normal;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.content-area .news-area .right-area .ranking .ranking-content .ranking-content-item .text .title-area {
  font-weight: 800;
  text-align: left;
  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 .text .date-area {
  font-size: 0.75rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: none;
}

@media screen and (max-width: 850px) {
  .content-area .news-area {
    box-sizing: border-box;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
  }
  .content-area .news-area .left-area {
    margin-right: 10px;
    width: 100%;
  }
  .content-area .news-area .right-area-wrap .right-area {
    width: unset;
  }
  .content-area .news-area .right-area-wrap .right-area .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns4 {
    width: calc(80% - 6rem);
  }
}
[v-cloak] {
  display: none;
}

.lg {
  display: block;
}

.sm {
  display: none;
}

.slideshow .slider-title .slider-btn-area .btn {
  border-radius: 3px;
}
.slideshow .slider-title .slider-btn-area .btn.lg {
  width: 7rem;
  display: flex;
}
.slideshow .slider-title .slider-btn-area .btn.sm {
  display: none;
}

/* sp表示 */
@media screen and (max-width: 900px) {
  [v-cloak] {
    display: none;
  }
  .lg {
    display: none;
  }
  .sm {
    display: block;
  }
  header .header-content .logo-area {
    margin-top: 12px;
    padding: 3px 0;
    width: auto;
  }
  header .header-content .logo-area .logo {
    width: 250px;
    display: flex;
    align-items: end;
  }
  header .header-content .logo-area .logo img {
    width: 100%;
    height: auto;
  }
  @-moz-document url-prefix() {
    header .header-content .logo-area .logo {
      display: unset;
      align-items: unset;
    }
  }
  header .header-content .header-right-area .user-info {
    display: none;
  }
  header .header-content .header-right-area .btn-area .btn {
    padding: 0 10px;
    font-size: 0.9rem;
  }
  .content-area .news-area .left-area .latest-news-area.sp-only {
    display: block;
  }
  .todayView {
    padding: 5px 10px;
  }
  .sp-menu .head.guest {
    justify-content: flex-end;
  }
  .sp-menu .search input {
    color: #ffffff;
  }
  .sp-menu .search .search-icon {
    background-color: unset;
    border: unset;
    width: 34px;
  }
  .sp-menu .choice-area .choice-item .content .item {
    padding: 16px 2em 10px 0;
    font-size: 0.9rem;
  }
  .sp-menu .detail-item {
    padding: 8px 32px;
  }
  .sp-menu .detail-item .special {
    padding-right: 10px;
  }
  .sp-menu .detail-item .special a {
    font-size: 0.9rem;
  }
  .sp-menu .detail-item .todaysPage button {
    background-color: #001932;
    border: unset;
    color: #ffffff;
    padding: 0;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  }
  .sp-menu .detail-item a {
    font-size: 0.9rem;
  }
  .sp-menu .right-area {
    margin-bottom: 45px;
  }
  .sp-menu .right-area .choice-area .choice-item::before {
    top: 24px;
  }
  .sp-menu .right-area .choice-area .choice-item::after {
    top: 24px;
  }
  header .btn-area .small-sp-hide {
    display: flex;
  }
}
@media screen and (max-width: 900px) and (max-width: 600px) {
  header .header-content .logo-area .logo {
    width: 200px;
  }
}
@media screen and (max-width: 900px) and (max-width: 500px) {
  header .header-content .logo-area {
    margin-top: 0;
  }
  header .header-content .logo-area .logo {
    width: 150px;
  }
}
@media screen and (max-width: 900px) and (max-width: 400px) {
  header .header-content .logo-area {
    margin-top: 0;
  }
  header .header-content .logo-area .logo {
    width: 115px;
  }
}
@media screen and (max-width: 900px) and (max-width: 350px) {
  header .header-content .logo-area {
    margin-top: 0;
    padding: 3px 0;
  }
  header .center-area {
    margin: 0 8px;
  }
  header .header-right-area {
    width: auto;
  }
}
@media screen and (max-width: 900px) and (max-width: 320px) {
  header .header-right-area {
    width: auto;
  }
}
@media screen and (max-width: 900px) and (max-width: 280px) {
  header .header-right-area {
    width: auto;
  }
}
@media screen and (max-width: 900px) and (max-width: 259px) {
  .small-sp-hide {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  header .content-area-submenu-bg::after {
    content: unset;
  }
  .content-area .news-area {
    margin-top: unset;
  }
  .sp-menu .choice-area .choice-item .title a {
    color: #ffffff;
  }
  .breadcrumb {
    max-width: 100%;
    flex: 1;
  }
  .breadcrumb li {
    white-space: nowrap;
  }
  .breadcrumb .serialization-title {
    padding-right: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .news-list .news-item .news-left {
    min-width: 0px;
  }
  .not-login {
    margin-top: 40px;
    color: #002a9f;
  }
  .not-login p {
    text-align: center;
  }
  .not-login .not-login-btn-area {
    display: flex;
    flex-direction: column;
  }
  .not-login .not-login-btn-area .not-login-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
  }
  .not-login .not-login-btn-area .not-login-btn button {
    width: 100%;
    height: 35px;
    background: #002a9f;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .content-area .news-area .right-area {
    text-align: center;
  }
  .content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-title {
    display: flex;
    align-items: flex-end;
    text-align: center;
    justify-content: space-evenly;
  }
  .content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-title .columns1 {
    width: 20%;
  }
  .content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-title .columns4 {
    width: 20%;
  }
}
@media only screen and (max-width: 900px) and (min-width: 0px) and (max-width: 699px) {
  .content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-title .columns1 {
    width: 20%;
  }
  .content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-title .columns4 {
    width: 45%;
  }
}
@media screen and (max-width: 900px) {
  .content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns1 {
    width: 20%;
  }
  .content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns4 {
    width: 20%;
  }
}
@media only screen and (max-width: 900px) and (min-width: 0px) and (max-width: 699px) {
  .content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns1 {
    width: 20%;
  }
  .content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item .columns4 {
    width: 45%;
  }
}
@media screen and (max-width: 900px) {
  .content-area .news-area .right-area .textwidget.custom-html-widget .sachlage .sachlage-content .sachlage-content-items .sachlage-content-item {
    display: flex;
    justify-content: space-evenly;
  }
  [v-cloak] {
    display: none;
  }
  .lg {
    display: none;
  }
  .sm {
    display: block;
  }
  footer {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  footer .footer-item .title {
    font-size: 12px;
  }
  footer .footer-item .link {
    font-size: 0.8rem;
  }
  footer .footer-item .link a {
    margin-bottom: 0px;
  }
  footer .sp-bottom-menu {
    display: flex;
  }
  footer .sp-bottom-menu .sp-bottom-menu-item button {
    background-color: unset;
    border: unset;
  }
  footer .sp-bottom-menu .sp-bottom-menu-item button p {
    font-size: 0.7rem;
  }
  .sp-bottom-menu {
    z-index: 1000;
    display: flex;
  }
  .sp-bottom-menu form.todaysPage button {
    background-color: #001932;
    border: unset;
  }
  .sp-bottom-menu form.todaysPage button p {
    font-size: 0.6rem;
    margin-top: 4px;
  }
  .slideshow .slider-title .slider-btn-area {
    display: flex;
    flex-direction: column;
  }
  .slideshow .slider-title .slider-btn-area .btn {
    width: unset;
    border-radius: 3px;
  }
  .slideshow .slider-title .slider-btn-area .btn.lg {
    display: none;
  }
  .slideshow .slider-title .slider-btn-area .btn.sm {
    border: unset;
    margin-right: unset;
    display: flex;
  }
}/*# sourceMappingURL=style.css.map */