.button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  color: white;
  background-color: #0058aa;
  outline: none;
  line-height: 1;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
}

.hover-animation:hover {
  color: #0058aa;
  background-color: white;
  border: 2px solid #0058aa;
}
.hover-animation:hover :slotted(span) {
  border: 2px solid #0058aa;
}

.outline {
  border: 2px solid white;
}

.radius {
  border-radius: 4px;
}

a {
  color: #005bac;
}

.footer {
  text-align: center;
  margin-top: 40px;
  padding: 10px 0 0;
}
.footer__logo {
  height: 90px;
}
@media screen and (max-width: 575.98px) {
  .footer__logo {
    height: 73px;
  }
}
.footer__title {
  color: #9fa0a0;
  font-size: 14px;
  font-weight: bold;
}
.footer__navi {
  margin: 0 10px 16px;
}
.footer__navi__item {
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 575.98px) {
  .footer__navi__item {
    display: block;
    margin: 4px 0;
  }
}
@media screen and (min-width: 575.98px) {
  .footer__navi__item + ::before {
    content: "/";
    color: #0067b6;
    font-size: 14px;
    font-weight: bold;
    margin: 0 8px;
  }
}
.footer__navi__item a {
  font-size: 14px;
  font-weight: bold;
}
.footer__navi__menu {
  line-height: 1;
  display: inline-block;
}
.footer__navi__menu + ::before {
  content: "/";
  color: #0067b6;
  font-size: 14px;
  font-weight: bold;
  margin: 0 8px;
}
.footer__navi__menu a {
  font-size: 14px;
  font-weight: bold;
}

.footer__sns__wrap {
  margin: 24px 0;
}
@media screen and (max-width: 575.98px) {
  .footer__sns__wrap {
    margin: 12px 0;
  }
}
.footer__sns__wrap a {
  margin: 0 10px;
}
.footer__sns__wrap svg {
  width: 30px;
  height: 30px;
}
.footer__sns__wrap a img {
  width: 32px;
  height: 32px;
}

.copyright {
  color: #fff;
  font-size: 12px;
  background: #005bac;
  padding: 10px 5%;
}
@media screen and (max-width: 575.98px) {
  .copyright {
    font-size: 10px;
    padding: 10px 5% 120px;
  }
}
.copyright p {
  margin: 5px 0;
}

.header {
  width: 100%;
  margin: 10px auto 20px;
  max-width: 1279.98px;
}
@media screen and (max-width: 991.98px) {
  .header {
    height: 60px;
    width: 100%;
    background: #1a62aa;
    margin: 0 auto;
    position: relative;
  }
}
.header__inner {
  display: flex;
  height: 65px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .header__inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header__logo {
  background: #fff;
}
@media screen and (max-width: 991.98px) {
  .header__logo {
    background: none;
    display: flex;
    align-items: center;
  }
}
.header__logo__sp {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .header__logo__sp {
    display: block;
  }
}
.header__logo__pc {
  display: block;
}
@media screen and (max-width: 991.98px) {
  .header__logo__pc {
    display: none;
  }
}
.header__logo img {
  height: 65px;
}
@media screen and (max-width: 991.98px) {
  .header__logo img {
    height: 52px;
    width: 52px;
    padding: 4px;
  }
}
.header__tag__wrap {
  display: none;
}
@media screen and (max-width: 991.98px) {
	.header__tag__wrap {
		display: flex;
		padding-left: 4px;
		align-items: center;
	    height: 60px;
		text-wrap: nowrap;
	}
	.header__tag {
		color: #0067b6;
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 20px;
	    vertical-align: text-top;
	    background: #fff;
	    border-radius: 5px;
		  margin-right: 8px;
	    padding: 4px 8px 6px;
	}
  .header__tag span {
    border-bottom: 1px solid #0067b6;
    padding-bottom: 2px;
  }
}

.globalnavi {
  height: 65px;
  background: #1a5d9f;
  padding-left: 22px;
}
.globalnavi__sp {
  display: none;
}
.globalnavi__sp {
  width: 100vw;
  text-align: center;
  background: #1a5d9f;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 997;
  padding-top: 60px;
  padding-bottom: 20svh;
  height: 80svh;
  overflow-y: scroll;
}
.globalnavi__sp li {
  transition: all 0.3s;
}
.globalnavi__sp a {
  transition: all 0.3s;
}
.globalnavi__wrap__sp {
  z-index: 998;
}
.globalnavi__wrap__pc {
  width: 80%;
  margin-left: 10px;
}
@media screen and (max-width: 991.98px) {
  .globalnavi__wrap__pc {
    display: none;
  }
}
@media screen and (min-width: 991.98px) {
  .globalnavi__wrap__sp {
    display: none;
  }
}
.globalnavi__wrap__sp input {
  display: none;
}
.globalnavi__item {
  height: 65px;
  margin: 0 8px;
  display: inline-block;
}
@media screen and (max-width: 991.98px) {
  .globalnavi__item {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}
.globalnavi__item a {
  color: #fff;
  font-weight: bold;
  line-height: 65px;
  display: block;
  font-size: 18px;
}
.globalnavi__item a :hover {
  color: #6cbae8;
}

#navi__btn {
  cursor: pointer;
  display: inline-block;
  width: 24px;
  height: 35px;
  position: relative;
  z-index: 999;
}
#navi__btn span {
  display: block;
  background: #fff;
  width: 24px;
  height: 3px;
  position: absolute;
  transition: all 0.4s;
}
#navi__btn span:first-child {
  top: 9px;
}
#navi__btn span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
#navi__btn span:last-child {
  bottom: 7px;
}

.sns__wrap {
  width: 13%;
  height: 65px;
  display: flex;
  align-items: center;
  background: #1a5d9f;
  justify-content: space-evenly;
}
@media screen and (max-width: 991.98px) {
  .sns__wrap {
    width: 30%;
    height: 18px;
    padding-right: 10px;
    background: none;
    justify-content: flex-end;
  }
}
.sns__wrap a {
  width: 30px;
  height: auto;
  display: inline-block;
  padding-right: 10px;
}
.sns__wrap a img {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 991.98px) {
  .sns__wrap a {
    width: 24px;
    height: 24px;
    line-height: 18px;
  }
  .sns__wrap a img {
    width: 24px;
    height: 24px;
  }
}
.sns__wrap a .icon {
  width: 40px;
  height: 40px;
  color: white;
}
@media screen and (max-width: 991.98px) {
  .sns__wrap a .icon {
    width: 24px;
    height: 24px;
  }
}

#globalnavi_bar:checked ul li {
  max-height: 60px;
  border-bottom: 1px solid #fff;
  opacity: 1;
}
#globalnavi_bar:checked ~ #navi__btn span:first-child {
  transform: translateY(8px) rotate(45deg);
}
#globalnavi_bar:checked ~ #navi__btn span:nth-child(2) {
  opacity: 0;
}
#globalnavi_bar:checked ~ #navi__btn span:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

.top-enter-active,
.top-leave-active {
  transform: translate(0, 0);
  transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.top-enter,
.top-leave-to {
  transform: translateY(-100vh) translateY(0);
}

.pagination-container {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.paginate-buttons {
  height: 32px;
  width: 32px;
  margin: 4px;
  line-height: 25px;
  cursor: pointer;
  background-color: #C4C4C4;
  color: #333333;
}
.paginate-buttons:hover {
  background-color: #d8d8d8;
}

.starting-breakpoint-button,
.ending-breakpoint-button {
  background-color: transparent;
}
.starting-breakpoint-button:hover,
.ending-breakpoint-button:hover {
  background-color: transparent;
}

.active-page {
  background-color: #01269F;
  color: #FFFFFF;
}
.active-page:hover {
  background-color: #01269F;
}

.back-button,
.next-button {
  background-color: transparent;
  color: #333333;
}
.back-button:hover,
.next-button:hover {
  background-color: transparent;
}

.ribbon {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  margin: 0;
  padding: 4px 0;
  z-index: 2;
  width: 30px;
  text-align: center;
  font-size: 14px;
  color: white;
  background: #ff785b;
}
.ribbon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 15px solid #ff785b;
  border-right: 15px solid #ff785b;
  border-bottom: 8px solid transparent;
}

.ranking {
  margin: 20px 0;
}
.ranking__header {
  color: #0058aa;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.ranking__header::after {
  content: "";
  background-image: url("/assets/images/pc_title_back.png");
  background-position: 0 50%;
  background-repeat: repeat-x;
  width: 14px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991.98px) {
  .ranking__header::after {
    width: 42px;
    left: 8px;
  }
}
.ranking__header::before {
  content: "";
  background-image: url("/assets/images/pc_title_back.png");
  background-position: 0 50%;
  background-repeat: repeat-x;
  width: 14px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 991.98px) {
  .ranking__header::before {
    width: 42px;
    right: 8px;
  }
}
.ranking__img {
  width: 100%;
  height: 120px;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ranking__img__wrap {
  background-color: #ededed;
}
.ranking__text {
  font-size: 12px;
  color: #595757;
  padding: 0 10px;
}
.ranking__text__wrap {
  display: flex;
  align-items: center;
}
.ranking__wrap {
  display: flex;
  padding: 8px 0;
  border-bottom: solid 1px #ccc;
  position: relative;
}
.ranking__wrap > div {
  width: 50%;
  display: flex;
  align-items: center;
}
.ranking__wrap + .min > .ranking__img__wrap {
  width: 40%;
}
.ranking__wrap + .min > .ranking__text__wrap {
  width: 60%;
}
.ranking__wrap + .min img {
  max-height: 80px;
}
.ranking__no1 {
  background: #efaf00;
}
.ranking__no1::after {
  border-left-color: #efaf00;
  border-right-color: #efaf00;
}
.ranking__no2 {
  background: #009b9f;
}
.ranking__no2::after {
  border-left-color: #009b9f;
  border-right-color: #009b9f;
}
.ranking__no3 {
  background: #ff785b;
}
.ranking__no3::after {
  border-left-color: #ff785b;
  border-right-color: #ff785b;
}

.tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  margin: 0 0 16px;
  background-color: v-bind("bgColor");
  font-size: 0.75rem;
}
@media screen and (max-width: 575.98px) {
  .tag {
    padding: 4px;
    margin: 0 0 12px;
    font-size: 0.75rem;
  }
}
.tag-link {
  white-space: nowrap;
  font-weight: 600;
  color: v-bind("textColor");
}

.empty-text {
  width: 48px;
  height: 16px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 12px;
}
@media screen and (min-width: 991.98px) {
  .breadcrumb {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991.98px) {
  .breadcrumb {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
    font-size: 10px;
  }
}
.breadcrumb__icon {
  color: #0058aa;
  height: 16px;
  width: 16px;
  margin-right: 8px;
}
.breadcrumb__item + ::before {
  content: ">";
  margin: 0 8px;
}
.breadcrumb__link {
  color: #8e8e8e;
}

.card {
  display: flex;
  border-bottom: 1px solid #dcdddd;
}
.card__unit {
  display: flex;
  padding: 24px 0;
}
.card__photo {
  height: 150px;
  width: 150px;
  background: #ededed;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 575.98px) {
  .card__photo {
    height: 33vw;
    width: 33vw;
    margin-right: 24px;
  }
}
.card__photo img {
  max-height: 150px;
  max-width: 150px;
  height: auto;
  width: auto;
}
@media screen and (max-width: 575.98px) {
  .card__photo img {
    max-height: 100%;
    max-width: 100%;
  }
}
.card__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 12px;
  color: #0058aa;
}
@media screen and (max-width: 575.98px) {
  .card__title {
    font-size: 14px;
  }
}
.card__text {
  color: #595757;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 42px;
}
@media screen and (max-width: 575.98px) {
  .card__text {
    display: none;
  }
}
.card__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card__info__text {
  display: flex;
}
.card__info__text svg {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  color: #3296d4;
}
.card__info__text span {
  height: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #3296d4;
  border: 1px solid #3296d4;
  border-radius: 3px;
  padding: 0 10px;
  display: inline-block;
  position: relative;
}
.card__info__text span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -3px;
  border: 3px solid transparent;
  border-right: 3px solid #fff;
  z-index: 2;
}
.card__info__text span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right: 4px solid #3296d4;
  z-index: 1;
}
.card__date {
  color: #b5b5b5;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}

.swiper {
  display: flex;
}

.swiper-wrapper > .swiper-slide {
  width: 78px;
}
@media screen and (max-width: 575.98px) {
  .swiper-wrapper > .swiper-slide {
    width: 78px;
    margin: 0 auto;
  }
}

.photo__photolist {
  display: flex;
}
.photo__photolist::-webkit-scrollbar {
  display: none;
}
.photo__photolist-wrap {
  border: 1px solid #b5b5b6;
  margin: 20px 0;
  padding: 25px 35px;
  position: relative;
  /* swiperガタガタ問題修正 */
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden
}
.photo__photolist-item {
  height: 78px;
  width: 78px;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photo__photolist-item img {
  max-height: 78px;
  max-width: 78px;
  -o-object-fit: contain;
     object-fit: contain;
}
.photo__photolist--prev {
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 6;
  color: #0058aa;
}
.photo__photolist--prev::before {
  left: 4px;
  border-right: 13px solid #fff;
  content: "";
  position: absolute;
  top: 19px;
  border: 13px solid transparent;
  margin-top: -12px;
  z-index: 2;
}
.photo__photolist--prev::after {
  left: -4px;
  border-right: 15px solid #0081d1;
  content: "";
  position: absolute;
  top: 19px;
  border: 13px solid transparent;
  margin-top: -12px;
  z-index: 2;
}
.photo__photolist--next {
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 6;
}
.photo__photolist--next::before {
  right: 4px;
  border-left: 13px solid #fff;
  content: "";
  position: absolute;
  top: 19px;
  border: 13px solid transparent;
  margin-top: -12px;
  z-index: 2;
}
.photo__photolist--next::after {
  right: -4px;
  border-left: 15px solid #0081d1;
  content: "";
  position: absolute;
  top: 19px;
  border: 15px solid transparent;
  margin-top: -14px;
  z-index: 1;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.swiper-button-prev {
  display: inline;
}
.swiper-button-prev::after {
  font-size: 32px;
}

.swiper-button-next {
  display: inline;
}
.swiper-button-next::after {
  font-size: 32px;
}

.twitter-container {
  min-height: 490px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .twitter-container {
    margin-top: 20px;
  }
}

.twitter-font {
  color: #1a63aa;
}

.vertical__card {
  width: 48%;
  max-width: 330px;
  background: white;
  margin: 20px 0 0;
}
.vertical__card > a {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .vertical__card {
    width: 94%;
    margin: 0 auto 20px;
  }
}
.vertical__card__photo {
  height: 218px;
  width: 330px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

@media screen and (max-width: 991.98px) {
  .vertical__card__photo {
    width: 100%;
  }
}

.vertical__card__title {
  color: #595757;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 8px 0 0;
}
.vertical__card__text {
  color: #595757;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 5px;
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 575.98px) {
  .vertical__card__text {
    line-height: 1.6;
    padding: 10px 0 0;
    margin: 0 auto;
  }
}
.vertical__card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vertical__card__tag {
  position: relative;
}
.vertical__card__tag span {
  line-height: 1;
  background-image: url("/assets/images/back.png");
  background-position: bottom;
  background-repeat: repeat-x;
  margin-right: 10px;
  padding-bottom: 7px;
  display: inline-block;
}
.vertical__card__tag span a {
  color: #0067b6;
  font-size: 10px;
  font-weight: bold;
}
.vertical__card__date {
  color: #b5b5b5;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  margin-left: auto;
}
/*>>>>20240403 ara********************/
.matome-related__wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
}
.matome-related__item {
  width: 28%;
  margin: 0 auto;
  margin-bottom: 16px;
  @media (max-width: 991.98px) {
    width: 42%;
  }
}
.matome-related__photoframe{
  background: #f3f3f3;           
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 145px;
  /*width: 145px;*/
}
.matome-related__photo {          
  margin: 0 auto;
  max-height: 145px;
  max-width: 145px;
  height: auto;
  width: auto;
  object-position: 50% 0;
}
.matome-related__text {
  margin-top: 0px;
  line-height: 1.4;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.matome-related__text:hover {
  color: #33bad4;
}
/*20240403 ara<<<<<<<<<<<<<<<<<*/