@charset "utf-8";
/* ----------------------------------------------------------------
  Foundation
----------------------------------------------------------------- */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

body,
html {
  line-height: 1.6;
}

@font-face {
  font-family: Yu Gothic M;
  src: local("Yu Gothic Medium");
  font-display: swap;
}
@font-face {
  font-family: Yu Gothic M;
  src: local("Yu Gothic Bold");
  font-weight: 700;
  font-display: swap;
}
body {
  background: #fff;
  font-family: YuGothic, Yu Gothic M, Yu Gothic Medium, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-size: 1.6rem;
  overflow-wrap: break-word;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  height: 100%;
  line-break: normal;
  position: relative;
  width: 100%;
  z-index: -1;
}

a,
body {
  color: #222;
}

a.is-fixed,
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

a {
  color: #222;
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-size: 100%;
  font-weight: 700;
}

img {
  vertical-align: top;
  height: auto;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.7rem;
  outline: none;
  padding: 0;
}

:focus {
  outline: none;
}

ul {
  list-style-type: none;
}

img.\--top {
  top: 0;
}

img.\--center {
  bottom: 0;
  top: 0;
}

img.\--bottom {
  bottom: 0;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.loading {
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.loading:before {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAGAAACH5BAEKAP8ALAAAAAABAAEAAAgEAP8FBAA7");
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 58px;
  margin: auto;
  width: 58px;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.lazy {
  opacity: 0;
}

.lazy[data-loaded] {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.l-contents {
  position: relative;
  margin: 0 auto;
}

.l-contents__inner {
  margin: 0 auto;
  width: 100%;
}

.l-header,
.l-main,
.l-sub {
  width: 100%;
}

.l-header {
  background: #fff;
  min-height: 60px;
  position: relative;
  padding-top: 50px;
  transition: 0.5s;
  z-index: 100;
}

.l-header.is-sticky {
  position: sticky;
  top: 0;
}

.l-header.\--article.is-hidden {
  height: 50px;
}

.l-header.is-no-translate {
  top: -240px;
}

.l-header.is-animation {
  -webkit-transform: translateY(-240px);
          transform: translateY(-240px);
}

.l-footer {
  background: #000;
  padding: 50px 30px;
}

/* ----------------------------------------------------------------
  Object/component
----------------------------------------------------------------- */
.c-headline {
  background: #0d306f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 14px 12px;
}

/* for terms */
.terms .c-headline {
  line-height: 1.4;
}

.c-headline span {
  border: 1px solid #fff;
  font-size: 1.2rem;
  margin-left: 10px;
  padding: 6px 10px;
  vertical-align: middle;
}

.c-btn {
  background: #000;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 10px 30px 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.c-btn::after {
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  width: 10px;
}

.c-btn.\--login {
  background: none;
  color: #0d306f;
  border: 2px solid #0d306f;
  text-decoration: none;
}

.c-btn.\--login::after {
  border-right: 2px solid #0d306f;
  border-top: 2px solid #0d306f;
}

.c-btn.\--radius {
  border-radius: 50px;
}

.c-btn.\--bdr-6 {
  border-radius: 6px;
}

.c-btn.\--bdr-4 {
  border-radius: 4px;
}

.c-btn.\--blue {
  background: #0d306f;
  color: #fff;
  text-decoration: none;
}

.c-btn.\--blue::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.c-btn.\--gold {
  background: #908B6D;
  color: #fff;
  text-decoration: none;
}

.c-btn.\--gold::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.c-btn.\--black {
  background: #151515;
  color: #fff;
  text-decoration: none;
}

.c-btn.\--black::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.c-btn.\--red {
  background: #e22632;
  color: #fff;
  text-decoration: none;
}

.c-btn.\--red::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.c-btn.\--gray {
  background: #f0f0f0;
  color: #151515;
}

.c-btn.\--gray::after {
  border-right: 2px solid #151515;
  border-top: 2px solid #151515;
}

.c-btn.\--white {
  background: #fff;
  border: 1px solid #0d306f;
  color: #0d306f;
}

.c-btn.\--white::after {
  border-right: 2px solid #0d306f;
  border-top: 2px solid #0d306f;
}

.c-btn.\--read-more {
  background: #0d306f;
  color: #fff;
}

.c-btn.\--read-more::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.c-btn.\--error {
  background: #27b018;
}

.c-btn.\--size-s {
  width: 100px;
}

.c-btn.\--size-m {
  width: 260px;
}

.c-btn.\--size-l {
  width: 100%;
}

.c-btn.\--size-320 {
  width: 320px;
}

.c-btn.\--privacy {
  font-size: 1.2rem;
  padding: 5px 30px 5px 10px;
  margin: 0 0 20px 0;
}

.c-btn.\--fs-18 {
  font-size: 1.8rem;
}

.c-btn.\--fs-20 {
  font-size: 2rem;
}

.c-btn.\--no-bd::after {
  border: none;
}

.ad-list-btn {
  margin: 0 10px 20px;
}

.c-auth-btn {
  background: #000;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 10px 30px 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  width: 100%;
}

.c-auth-btn.\--blue {
  color: #fff;
  background: #0d306f;
}

.c-auth-btn.\--white {
  color: #0d306f;
  background: #fff;
  border: 1px solid #0d306f;
}

.c-auth-btn.\--gray {
  color: #0D306F;
  border: 1px solid #151515;
  background: rgba(21, 21, 21, 0.1);
}

.c-auth-btn.\--icon {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.c-auth-btn.\--login::before {
  display: block;
  content: "";
  width: 20px;
  height: 22px;
  background: url(/common/president/images/2025/icon-login.svg) no-repeat center/cover;
}

.c-auth-btn.\--logout::before {
  display: block;
  content: "";
  width: 20px;
  height: 22px;
  background: url(/common/president/images/2025/icon-logout.svg) no-repeat center/cover;
}

.c-auth-btn.\--mypage::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/common/president/images/2025/icon_mypage.png) no-repeat center/cover;
}

.c-backnumber-btn {
  color: #fff;
  font-size: 1.3rem;
  background: #908B6D;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding: 10px;
  border-radius: 4px;
}

.c-author-follow {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0D306F;
  padding: 4px 10px;
  border: 1px solid #0D306F;
  border-radius: 2px;
  line-height: 1;
}

.c-author-follow.\--large {
  font-size: 1.3rem;
  padding: 4px 12px;
}

.c-author-follow.\--extra-large {
  font-size: 2rem;
  padding: 7px 20px 8px;
}

.c-pagination {
  margin: 15px 0;
}

.c-pagination__list {
  align-items: center;
  display: flex;
  justify-content: center;
}

.c-pagination__list span {
  padding: 0 10px 0 0;
}

.c-pagination__item {
  border: 1px solid #0d306f;
  padding: 4px 12px;
  font-family: Libre Baskerville, sans-serif;
}

.c-pagination__item:not(:last-of-type) {
  margin-right: 10px;
}

.c-pagination__item.is-current,
.c-pagination__item:hover {
  background: #0d306f;
  color: #fff;
}

.c-breadcrumb {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
}

.c-breadcrumb__item {
  font-size: 1.1rem;
  position: relative;
}

.c-breadcrumb__item:not(:last-of-type) {
  margin-right: 6px;
  padding-right: 6px;
}

.c-breadcrumb__item:not(:last-of-type):after {
  border-right: 1px solid #657783;
  border-top: 1px solid #657783;
  bottom: 0;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px;
}

.c-breadcrumb__item a {
  color: #0d306f;
}

.source {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  padding: 2px 4px;
  position: absolute;
  right: 0;
}

.c-login__txt {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.c-login__txt a {
  color: #151515;
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 14px;
  text-align: center;
  text-decoration: underline;
}

.c-page-top {
  display: none;
  bottom: 10px;
  position: fixed;
  right: 10px;
  z-index: 9;
}

.c-page-top.\--comic {
  bottom: 100px;
}

.c-page-top.\--leaf {
  bottom: 120px;
}

.c-page-top.is-show {
  display: block;
}

.c-page-top a {
  display: block;
  height: 68px;
  width: 68px;
}

.c-page-top .to-top {
  background-image: url(/common/president/images/icon_top.png);
}

.c-page-top .to-home {
  background-image: url(/common/president/images/icon_home.png);
}

.c-pertition {
  margin: auto 0;
  padding: 0 6px;
}

.c-tags {
  text-align: right;
}

.c-tags a {
  color: #0d306f;
  display: inline-block;
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.c-tags a:not(:first-of-type) {
  margin-left: 6px;
}

.c-new {
  background: url(/common/president/images/2025/icon_new_ribbon-diagonal.svg) no-repeat;
  background-size: cover;
  width: 36px;
  height: 36px;
  font-size: 0;
  z-index: 1;
}

.c-new.\--list-lead {
  position: absolute;
  top: -6px;
  left: -7px;
}

.c-new.\--list {
  position: absolute;
  top: -6px;
  left: -7px;
}

.c-new.\--list-rank {
  position: absolute;
  top: -8px;
  right: -8px;
}

.c-new.\--rank-top5 {
  position: absolute;
  top: -7px;
  left: -7px;
}

.c-new.\--rank {
  float: right;
  background: url(/common/president/images/2025/icon_new_ribbon-horizontal.svg) no-repeat;
  background-size: cover;
  width: 38px;
  height: 14px;
}

.c-border {
  background: #ccc;
  height: 1px;
  width: 100%;
}

.c-member-icon {
  display: flex;
  margin-left: 10px;
}

/* ----------------------------------------------------------------
  Object/module
----------------------------------------------------------------- */
.m-ranking__headline {
  background: #0d306f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 14px 12px;
}

.m-ranking__supplement {
  color: #666;
  font-size: 1rem;
  padding: 0 10px 10px;
  text-align: right;
}

.m-ranking-button {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 1.6rem;
  -ms-flex-pack: center;
}

.m-ranking-button,
.m-ranking-button__item {
  display: flex;
  justify-content: center;
}

.m-ranking-button__item {
  color: #151515;
  cursor: pointer;
  flex-basis: 25%;
  font-weight: 700;
  padding: 8px 0;
}

.m-ranking-button__item:not(:last-of-type) {
  border-right: 1px solid #ccc;
}

.m-ranking-button__item.is-active {
  background-color: #dadee3;
  color: #151515;
}

.m-ranking__btn {
  margin-top: 42px;
  text-align: center;
}

.m-ranking .m-ranking-unit__list {
  counter-reset: number;
  padding: 0 10px;
  width: 100%;
}

.m-ranking .m-ranking-unit__list:not(:first-of-type) {
  display: none;
}

.m-ranking .m-ranking-unit__item {
  align-items: center;
  display: flex;
  padding: 12px 0;
  position: relative;
}

.m-ranking .m-ranking-unit__link {
  display: flex;
}

.m-ranking .m-ranking-unit__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.m-ranking .m-ranking-unit__item:nth-child(n+6):after {
  font-size: 1.5rem;
}

.m-ranking .m-ranking-unit-list__info-mainTtl {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
}

.m-ranking .m-ranking-unit-list__img {
  display: block;
  flex-basis: 110px;
  height: 85px;
  margin-right: 16px;
  min-width: 110px;
  position: relative;
}

.m-ranking .m-ranking-unit-list__img.\--movie::before {
  content: "";
  background-image: url(/common/president/images/2025/icon_movie.png);
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0;
  margin: auto;
}

.m-ranking .m-ranking-unit-list__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.m-ranking .m-ranking-unit-list__img:after {
  background: #0d306f;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: table;
  font-size: 1.2rem;
  margin: auto;
  opacity: 0.8;
  padding: 2px 8px;
  position: absolute;
  top: 0;
  white-space: pre;
  font-family: Libre Baskerville, sans-serif;
}

.m-ranking .m-ranking-unit-list__authorName {
  color: #657783;
}

.m-sub-ranking__headline {
  color: #151515;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 26px 10px 15px;
}

.m-sub-ranking-button {
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
}

.m-sub-ranking-button__item {
  color: #151515;
  cursor: pointer;
  flex-basis: 25%;
  font-weight: 700;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  border-bottom: 8px solid #D9D9D9;
}

.m-sub-ranking-button__item.is-active {
  border-color: #0D306F;
}

.m-sub-ranking__btn {
  margin-top: 10px;
  text-align: center;
}

.m-sub-ranking .m-ranking-unit {
  margin-bottom: 15px;
}

.m-sub-ranking .m-ranking-unit__list {
  counter-reset: number;
  padding: 0 10px;
  width: 100%;
}

.m-sub-ranking .m-ranking-unit__list:not(:first-of-type) {
  display: none;
}

.m-sub-ranking .m-ranking-unit__item {
  position: relative;
}

.m-sub-ranking .m-ranking-unit__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.m-sub-ranking .m-ranking-unit__item:nth-child(n+6):after {
  font-size: 1.5rem;
}

.m-sub-ranking .m-ranking-unit__item.\--top5 {
  padding: 10px 0;
}

.m-sub-ranking .m-ranking-unit__item:not(.\--top5) {
  padding: 6px 0;
}

.m-sub-ranking .m-ranking-unit__item {
  align-items: center;
  counter-increment: section;
  display: flex;
  margin-bottom: 2px;
}

.m-sub-ranking .m-ranking-unit-list__info {
  flex: 1;
}

.m-sub-ranking .m-ranking-unit-list__info-mainTtl {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.m-sub-ranking .m-ranking-unit-list__info-mainTtl.\--top5 {
  font-size: 1.6rem;
}

.m-sub-ranking .m-ranking-unit-list__img {
  margin-left: 8px;
  display: block;
  flex-basis: 60px;
  height: 60px;
  min-width: 60px;
  position: relative;
}

.m-sub-ranking .m-ranking-unit-list__img:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.m-sub-ranking .m-ranking-unit-list__img > img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  border-radius: 8px;
}

.m-sub-ranking .m-ranking-unit-list__rank {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-right: 10px;
}

.m-sub-ranking .m-ranking-unit-list__rank:not(.\--ad):before {
  color: #0D306F;
  content: counter(number);
  counter-increment: number;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  white-space: pre;
  width: 20px;
}

.m-sub-ranking .m-ranking-unit__item.\--top5 .m-ranking-unit-list__rank:not(.\--ad):before {
  font-size: 3.6rem;
}

.article-body [id^=div-gpt-ad] {
  margin-bottom: 1em;
}

.ad-rectangle {
  display: flex;
  justify-content: center;
  margin: 25px auto;
}

.ad-rectangle.\--overlay {
  min-height: 100px;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0 20px;
}

.ad-rectangle.\--under-title {
  margin: 10px auto;
  align-items: center;
  min-height: 120px;
}

.ad-inarticle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.ad-inarticle .is-visible {
  position: relative;
}

.ad-inarticle-info {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  position: relative;
  min-height: 140px;
}

.ad-inarticle-info::after {
  content: "Sponsored";
  position: absolute;
  bottom: 5px;
  left: 15px;
  font-size: 12px;
  color: #657783;
}

.ad-rectangle.\--under-article [id^=div-gpt-ad],
.area-billboard.\--under-sns #sp_pol_billboard {
  position: relative;
}

.ad-rectangle.\--under-article [id^=div-gpt-ad]::before,
.area-billboard.\--under-sns #sp_pol_billboard::before {
  content: "広告";
  display: block;
  text-align: center;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8;
}

.ad-inarticle:not(.\--is-paid) .is-visible::before {
  content: "広告";
  display: block;
  text-align: center;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8;
  background: #ccc;
  width: 50px;
  margin: 0 auto 6px;
}

.ad-block {
  display: block !important;
}

.ad-rectangle-video {
  display: flex;
  justify-content: center;
}

.ad-overphoto {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.ad-overphoto [id^=div-gpt-ad] {
  text-align: center;
}

.ad-overphoto.is-show {
  display: block;
}

.ad-overphoto__inner {
  position: relative;
}

.ad-overphoto__body {
  position: absolute;
  top: 30vh;
  left: 0;
  right: 0;
}

.ad-overphoto__btn {
  margin-top: 40px;
}

.InstreamDom_floater_3bZks.InstreamDom_floatAnimation_3UWi3 {
  bottom: 130px !important;
}

.article-list__headline {
  background: #0d306f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 14px 12px;
}

.article-list__tag-description {
  background: #f0f0f0;
  color: #657783;
  font-size: 1.2rem;
  padding: 4px 10px;
}

.article-list__tag-banner {
  text-align: center;
}

.article-list__tag-banner > img {
  width: 100%;
  height: auto;
}

.article-list__category-image {
  margin: 10px auto 0;
  padding: 0 10px;
}

.article-list__category-image > img {
  width: 100%;
  height: auto;
}

.article-list__list {
  padding: 0 10px;
}

.article-list__item {
  align-items: center;
  display: flex;
  padding: 12px 0;
}

.article-list__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.article-list__body {
  flex: 1;
  overflow: hidden;
}

.article-list__body > a {
  display: block;
}

.article-list__mainTtl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.article-list__subTtl {
  color: #657783;
  font-size: 1.3rem;
}

.ad-special-tieup-article__sponsored {
  background: #657783;
  border: 1px solid #657783;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 6px;
  padding: 2px 4px;
}

.article-list__date {
  color: #657783;
  font-size: 1.2rem;
}

.article-list__sponsored {
  font-size: 1.2rem;
  color: #657783;
  margin-left: 10px;
}

.article-list__thum {
  display: block;
  flex-basis: 110px;
  height: 85px;
  margin-right: 12px;
  min-width: 110px;
  position: relative;
}

.article-list__thum img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-list__info {
  flex-wrap: wrap;
  font-size: 1.2rem;
}

.article-list__author,
.article-list__author a,
.article-list__info {
  align-items: center;
  display: flex;
}

.article-list__author {
  flex-wrap: wrap;
}

.article-list__author a:not(:last-of-type) {
  margin-right: 10px;
}

.article-list__authorThum {
  height: 27px;
  margin-right: 4px;
  min-width: 27px;
  overflow: hidden;
  width: 27px;
}

.article-list__authorThum img {
  border-radius: 50px;
  width: 100%;
}

.article-list__authorName {
  color: #657783;
}

.article-list__tags {
  font-size: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-list__tags a {
  color: #0d306f;
  display: contents;
}

.article-list__tags a:not(:last-of-type) {
  margin-right: 2px;
}

.m-article-list__item {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.m-article-list__item.\--no-bdr {
  border: none;
}

.m-article-list__inner {
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: rgba(21, 21, 21, 0.07);
}

.m-article {
  display: flex;
  padding: 10px 0;
  color: #151515;
  align-items: end;
}

.m-article.\--center {
  align-items: center;
}

.m-article__thum {
  position: relative;
  min-width: 110px;
  width: 110px;
  height: 85px;
  margin-right: 12px;
  flex-basis: 110px;
}

.m-article__thum.\--movie::before {
  content: "";
  background-image: url(/common/president/images/2025/icon_movie.png);
  background-size: contain;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0;
  margin: auto;
}

.m-article__thum img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-article__body {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.m-article__body.\--no-col {
  flex-direction: initial;
}

.m-article__body.\--reverse {
  flex-direction: row-reverse;
}

.m-article__index {
  color: #9D9D9D;
  font-weight: 700;
}

.m-article__shoulder {
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 10px;
  border: 1px solid #EDEDED;
  border-radius: 12px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1607843137);
  display: inline-block;
  align-self: flex-start;
}

.m-article__shoulder.\--fc-white {
  color: #fff;
}

.m-article__shoulder.\--min {
  font-size: 1.1rem;
}

.m-article__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.m-article__bookmark {
  display: flex;
  margin-left: auto;
  background: url(/common/president/images/2025/icon_bookmark-blue-default.svg) no-repeat;
  width: 17px;
  height: 17px;
  min-width: 17px;
}

.m-article__bookmark.is-active {
  background: url(/common/president/images/2025/icon_bookmark-blue-active.svg) no-repeat;
}

.m-article__bookmark.\--white {
  background: url(/common/president/images/2025/icon_bookmark-white-default.svg) no-repeat;
}

.m-article__bookmark.\--white.is-active {
  background: url(/common/president/images/2025/icon_bookmark-white-active.svg) no-repeat;
}

.m-article__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.m-article__ttl.\--series {
  font-size: 1.8rem;
}

.m-article__ttl.\--series-sub {
  font-size: 1.5rem;
}

.m-article--vartical {
  flex-direction: column;
}

.m-article--vartical .m-article__link {
  flex-direction: column;
  align-items: flex-start;
}

.m-article--vartical .m-article__thum {
  width: 100%;
  height: 150px;
  margin-right: 0;
  margin-bottom: 8px;
}

.m-article__series-link {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  background: #0D306F;
  border-radius: 4px;
  width: 100%;
  text-align: center;
}

.m-article__inner {
  display: flex;
}

.m-article__inner.\--reverse {
  flex-direction: row-reverse;
}

.m-article__inner.\--col {
  flex-direction: column;
}

.m-article__link {
  display: flex;
}

.m-article__link.\--reverse {
  flex-direction: row-reverse;
}

.m-article__summary {
  font-size: 1.4rem;
  margin-top: 20px;
}

.m-article-info {
  display: flex;
  align-items: self-start;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 1.2rem;
  font-weight: 500;
  color: #657783;
  align-self: flex-end;
  margin-top: 5px;
}

.m-article-info__time {
  position: relative;
}

.m-article-info__time::before {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 6px;
  content: "";
  vertical-align: middle;
  background-color: #999;
}

.m-article-vertical {
  flex-direction: column;
}

.m-article-vertical .m-article__thum {
  width: 100%;
  min-width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 12px;
}

.m-article-vertical .m-article__ttl {
  font-size: 1.6rem;
}

.m-groupes {
  margin: 35px auto 30px;
}

.m-groupes__heading {
  margin-bottom: 16px;
}

.m-groupes__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.m-groupes__logo {
  display: flex;
  margin-bottom: 6px;
}

.m-groupes__logo > img {
  width: auto;
  height: 18px;
}

.m-groupes__link {
  font-size: 1rem;
  position: relative;
  display: flex;
  padding-right: 20px;
}

.m-groupes__link::after {
  display: block;
  content: "";
  background: url(/common/president/images/2025/icon-arrow-circle_right_black.svg) no-repeat center/cover;
  width: 12px;
  height: 12px;
  top: 0;
  margin: auto 0;
  bottom: 0;
  position: absolute;
  right: 0;
}

.m-login-frame-free {
  margin: 40px auto;
  border: 6px solid #bfc9dc;
  border-radius: 6px;
  padding: 30px 16px;
  text-align: center;
  box-shadow: 6px 6px 6px #eee;
}

.m-login-frame-free-logo {
  margin-bottom: 14px;
}

.m-login-frame-free-txt {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 15px;
}

.article-body .m-login-frame-free-btn-signup {
  display: block;
  padding: 14px 0;
  line-height: 1;
  background: #0D306F;
  color: #fff !important;
  border-radius: 6px;
  font-size: 18px;
  text-decoration: none;
  margin: 0 auto 5px;
}

.m-login-frame-paid-btn-note {
  font-size: 15px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 40px;
}

.m-login-frame-paid-btn-note__red-text {
  color: #c7372d;
}

.m-login-frame-free-section-title {
  color: #0D306F;
  margin-top: 20px;
  font-weight: 600;
  font-size: 14px;
}

.m-login-frame-free-benefit {
  margin: 10px auto 20px;
  text-align: left;
  border-top: solid 1px #0D306F;
  border-bottom: solid 1px #0D306F;
  padding: 10px 6px 0;
}

.m-login-frame-free-benefit li {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
  position: relative;
  padding-left: 48px;
  margin-bottom: 10px;
}

.m-login-frame-free-benefit li::before {
  content: " ";
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 40px;
  height: 40px;
}

.m-login-frame-free-benefit li.benefit01::before {
  background: url("/common/president/images/2025/icon_4merits-1b.svg") no-repeat center;
  background-size: 20px;
}

.m-login-frame-free-benefit li.benefit02::before {
  background: url("/common/president/images/2025/icon_4merits-2b.svg") no-repeat center;
  background-size: 18px;
}

.m-login-frame-free-benefit li.benefit03::before {
  background: url("/common/president/images/2025/icon_4merits-3b.svg") no-repeat center;
  background-size: 22px;
}

.m-login-frame-free-benefit li.benefit04::before {
  background: url("/common/president/images/2025/icon_4merits-4b.svg") no-repeat center;
  background-size: 16px;
}

.article-body .m-login-frame-free-btn-login {
  color: #0D306F;
  font-size: 12px;
}

.m-login-frame-paid {
  margin: 40px auto;
  border: 6px solid #d4d7c8;
  border-radius: 6px;
  padding: 30px 16px;
  text-align: center;
  box-shadow: 6px 6px 6px #eee;
}

.m-login-frame-paid-logo {
  margin-bottom: 14px;
}

.m-login-frame-paid-txt {
  margin-bottom: 20px;
  font-size: 12px;
}

.article-body .m-login-frame-paid-btn-signup {
  display: block;
  padding: 14px 0;
  line-height: 1;
  background: #9f9b74;
  color: #fff !important;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  margin: 0 auto 10px;
}

.m-login-frame-paid-section-title {
  margin-top: 20px;
  font-weight: 600;
  font-size: 14px;
}

.m-login-frame-paid-benefit {
  margin: 10px auto 40px;
  text-align: left;
  border-top: solid 1px #9f9b74;
  border-bottom: solid 1px #9f9b74;
  padding: 10px 5px 0;
}

.m-login-frame-paid-benefit li {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
  position: relative;
  padding-left: 48px;
  margin-bottom: 10px;
}

.m-login-frame-paid-benefit li::before {
  content: " ";
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  width: 40px;
  height: 40px;
}

.m-login-frame-paid-benefit li.benefit01::before {
  background: url("/common/president/images/2025/icon_4merits-G-1.svg") no-repeat;
  background-size: cover;
}

.m-login-frame-paid-benefit li.benefit02::before {
  background: url("/common/president/images/2025/icon_4merits-G-2.svg") no-repeat;
  background-size: cover;
}

.m-login-frame-paid-benefit li.benefit03::before {
  background: url("/common/president/images/2025/icon_4merits-G-3.svg") no-repeat;
  background-size: cover;
}

.m-login-frame-paid-benefit li.benefit04::before {
  background: url("/common/president/images/2025/login-event-icon.png") no-repeat center;
  background-size: 21px;
}

.article-body .m-login-frame-paid-btn-login {
  color: #9f9b74;
  font-size: 12px;
}

.article-body .m-login-frame-paid-campaign {
  display: block;
  border: 2px solid #222222;
  color: #222222;
  padding: 10px 0;
  border-radius: 4px;
  margin: 20px auto;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.m-feature-word {
  margin-top: 36px;
}

.m-feature-word__headline {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.m-feature-word__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 8px;
}

.m-feature-word__link {
  font-size: 1.5rem;
  padding: 8px 18px;
  background: #EAEAEA;
  line-height: 1;
}

.m-inner {
  padding: 20px 10px 0;
}

.m-mainTtl {
  border-left: 5px solid #0d306f;
  margin-bottom: 20px;
  padding-left: 10px;
}

.m-mainTtl,
.m-subTtl {
  font-size: 2rem;
  font-weight: 700;
}

.m-ttl {
  font-weight: 700;
}

.m-txt {
  margin-bottom: 20px;
}

.m-txt a {
  font-size: 1.4rem;
  word-break: break-all;
}

.m-container {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.m-container:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.m-container a {
  color: #0d306f;
}

/*キャンペーンページ用*/
.ad-article .m-container a:not(.c-btn) {
  text-decoration: underline;
}

.m-list {
  list-style-type: disc;
  padding-left: 30px;
}

.m-list.\--decimal {
  list-style-type: decimal;
}

.m-list.\--lower-alpha {
  list-style-type: lower-alpha;
}

.m-item {
  font-size: 1.4rem;
}

.m-table {
  width: 100%;
}

.m-table:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.m-table tr {
  display: flex;
  flex-direction: column;
  vertical-align: top;
}

.m-table tr:not(:last-of-type) {
  border-bottom: 1px dotted #000;
}

.m-table th {
  text-align: left;
}

.m-table td,
.m-table th {
  padding: 10px 0;
}

.m-list-order {
  margin-bottom: 20px;
  padding-left: 30px;
}

.m-list-table {
  width: 100%;
  border-collapse: collapse;
  margin: 4px 0;
}

.m-list-table__head,
.m-list-table__body {
  width: 100%;
}

.m-list-table__tr,
.m-list-table__th,
.m-list-table__td {
  border: 1px solid #000;
}

.m-list-table__th,
.m-list-table__td {
  width: 50%;
  padding: 2px 4px;
}

.m-credit {
  text-align: right;
}

.m-banner {
  margin: 20px 0;
}

.m-banner img {
  width: 100%;
}

.mark {
  margin: 10px 0;
  text-align: center;
}

.login-list {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  padding: 0 10px;
  width: 100%;
}

.login-list__item:first-of-type {
  margin-bottom: 10px;
}

.login-list__btn {
  align-items: center;
  background: #0d306f;
  border: 1px solid #f0f0f0;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  padding: 10px;
  width: 100%;
}

.login-list__btn img {
  margin-right: 10px;
}

.recommend {
  margin-bottom: 15px;
}

.recommend__list:not(.is-active) {
  display: none;
}

.recommend__headline {
  background: #0d306f;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px 10px;
}

.recommend__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
}

.recommend__item:last-of-type {
  padding: 10px 15px 0;
}

.recommend__item a {
  display: flex;
}

.recommend__mainTtl {
  font-size: 1.6rem;
  font-weight: 700;
}

.recommend__subTtl {
  color: #657783;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: right;
}

.recommend__thum {
  position: relative;
  min-width: 110px;
  height: 85px;
  margin-right: 12px;
  flex-basis: 110px;
}

.recommend__thum img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.recommend__thum span {
  background: #676767;
  bottom: 0;
  color: #fff;
  font-size: 1rem;
  left: 0;
  line-height: 1.1;
  padding: 2px;
  position: absolute;
}

.recommend__articleInfo {
  flex-wrap: wrap;
  font-size: 1.2rem;
}

.recommend__articleInfo,
.recommend__authorWrap {
  align-items: center;
  display: flex;
}

.recommend__author {
  color: #657783;
}

.recommend__author:not(:last-of-type) {
  margin-right: 10px;
}

.recommend__date {
  color: #657783;
  font-size: 1.2rem;
}

.recommend-button {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-around;
}

.recommend-button__buisiness,
.recommend-button__together {
  flex-basis: 50%;
  font-weight: 700;
  padding: 8px 4px;
  text-align: center;
}

.recommend-button__buisiness.is-active,
.recommend-button__together.is-active {
  background-color: #0d306f;
  color: #fff;
}

.recommend-button__item {
  flex-basis: 50%;
  font-weight: 700;
  padding: 8px 0;
  text-align: center;
}

.recommend-button__item.is-active {
  background-color: #0d306f;
  color: #fff;
}

.recommend-button__item.\--wide {
  background-color: #0d306f;
  color: #fff;
  flex-basis: 100%;
  font-weight: 700;
  padding: 8px 15px;
  text-align: left;
}

.recommend__shoulder {
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #ededed;
  border-radius: 12px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1607843137);
  align-self: flex-start;
}

.information {
  margin-bottom: 15px;
}

.information__headline {
  align-items: baseline;
  background: #0d306f;
  color: #fff;
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1;
  padding: 15px 10px;
  font-family: Libre Baskerville, sans-serif;
}

.information__headline span {
  color: #fff;
  font-size: 1rem;
}

.information__item iframe {
  min-height: 120px;
}

.information__item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.information__itemInner {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.information__body {
  margin-right: 25px;
  word-break: break-all;
}

.information__mainTtl {
  font-size: 1.6rem;
  font-weight: 700;
}

.information__subTtl {
  color: #657783;
  font-size: 1.3rem;
}

.information__thum {
  display: block;
  flex-basis: 80px;
  height: 80px;
  min-width: 80px;
  overflow: hidden;
  position: relative;
}

.information__thum img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.feature {
  background: linear-gradient(90deg, #0d306f, #0d306f 80%, #000 0, #000);
  height: 100%;
  padding: 35px 10px 30px;
  width: 100%;
}

.feature__inner {
  margin: 0 auto 64px;
  padding: 86px 0;
  width: 100%;
}

.feature__heading {
  margin-bottom: 22px;
}

.feature__heading img {
  width: 280px;
}

.feature__list {
  display: flex;
  justify-content: space-between;
}

.feature__item {
  margin-bottom: 20px;
  width: 350px;
}

.feature__thum {
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.feature__thum img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.feature__body {
  margin-top: 10px;
  text-align: left;
}

.feature__mainTtl {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

.feature__subTtl {
  color: #cfcfcf;
  font-size: 1.4rem;
}

.family {
  height: 100%;
  padding: 35px 10px 30px;
  width: 100%;
}

.family__inner {
  margin: 0 auto;
  padding: 86px 0;
  width: 100%;
}

.family__heading {
  margin-bottom: 16px;
}

.family__heading img {
  width: 280px;
}

.family__list {
  display: flex;
  justify-content: space-between;
}

.family__item {
  width: 100%;
}

.family__thum {
  height: 208px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.family__thum img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.family__body {
  margin-top: 10px;
  text-align: left;
}

.family__mainTtl {
  color: #657783;
  font-size: 1.6rem;
  font-weight: 700;
}

.family__subTtl {
  color: #657783;
  font-size: 1.4rem;
}

.family__category {
  border: 1px solid #ccc;
  color: #657783;
  display: inline-block;
  font-size: 1.2rem;
  padding: 2px 6px;
}

.latest-issue {
  background: #0d306f;
}

.latest-issue__inner {
  align-items: center;
  background-position: center 35px;
  background-size: contain;
  display: flex;
  flex-direction: column;
  padding: 62px 0 25px;
}

.latest-issue__thum {
  width: 218px;
}

.latest-issue__thum img {
  width: 100%;
}

.latest-issue__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 14px;
  text-align: center;
}

.latest-issue__pubDate {
  color: #e5e5e5;
  font-size: 1.6rem;
}

.latest-issue__mainTtl {
  color: #cfcfcf;
  font-size: 1.3rem;
}

.highlight {
  color: #e5e5e5;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
}

.purchase {
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
  padding: 0 24px;
}

.purchase__btn img {
  width: 100%;
}

.subscription {
  text-align: center;
}

.subscription a {
  color: #e5e5e5;
  font-size: 1.2rem;
  text-decoration: underline;
}

.subscription a span {
  font-size: 1.5rem;
  font-weight: 700;
}

.author-follow-container {
  display: flex;
  padding-top: 14px;
}

.author-follow-container.\--center {
  justify-content: center;
}

.author-follow-container.\--left {
  justify-content: left;
}

.author-follow-container.\--right {
  justify-content: right;
}

.author-profile-update-container {
  display: flex;
  padding-top: 8px;
}

.author-profile-update-container.\--center {
  justify-content: center;
}

.author-profile-update-container.\--left {
  justify-content: left;
}

.author-profile-update-container.\--right {
  justify-content: right;
}

.author-profile-update-container__text {
  font-size: 1.2rem;
  color: #657783;
}

/* ----------------------------------------------------------------
  Object/utility
----------------------------------------------------------------- */
/*splide customize */
/* ページャー */
.feature .splide__pagination__page, .family .splide__pagination__page {
  height: 10px;
  margin: 0 5px;
  width: 10px;
  background: #000;
  opacity: 0.2;
}

.feature .splide__pagination__page.is-active, .family .splide__pagination__page.is-active {
  background: #007aff;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.feature .splide__pagination, .family .splide__pagination {
  position: relative;
  padding: 0;
  bottom: 0;
  margin-top: 10px;
}

.u-mb-reset {
  margin-bottom: 0;
}

.u-mt-M {
  margin-top: 20px;
}

.u-mb-XS {
  margin-bottom: 4px;
}

.u-mb-S {
  margin-bottom: 8px;
}

.u-mb-M {
  margin-bottom: 16px;
}

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

.u-mb-XL {
  margin-bottom: 32px;
}

.u-bold {
  font-weight: 700;
}

.u-ta-center {
  text-align: center;
}

.u-fc-white {
  color: #fff;
}

/* 共通 */
.u-flex {
  display: flex;
}

.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.u-flex-nowrap {
  flex-wrap: nowrap;
}

.u-flex-1 {
  flex: 1 1 0%;
}

.u-flex-100 {
  flex: 1 1 100%;
}

.u-flex-auto {
  flex: 1 1 auto;
}

.u-flex-initial {
  flex: 0 1 auto;
}

.u-flex-none {
  flex: none;
}

.u-flex-row {
  flex-direction: row;
}

.u-flex-row-reverse {
  flex-direction: row-reverse;
}

.u-flex-col {
  flex-direction: column;
}

.u-flex-col-reverse {
  flex-direction: column-reverse;
}

.u-flex-grow-0 {
  flex-grow: 0;
}

.u-flex-grow {
  flex-grow: 1;
}

.u-flex-shrink-0 {
  flex-shrink: 0;
}

.u-flex-shrink {
  flex-shrink: 1;
}

.u-justify-start {
  justify-content: flex-start;
}

.u-justify-end {
  justify-content: flex-end;
}

.u-justify-center {
  justify-content: center;
}

.u-justify-between {
  justify-content: space-between;
}

.u-justify-around {
  justify-content: space-around;
}

.u-justify-evenly {
  justify-content: space-evenly;
}

.u-content-center {
  align-content: center;
}

.u-content-start {
  align-content: flex-start;
}

.u-content-end {
  align-content: flex-end;
}

.u-content-between {
  align-content: space-between;
}

.u-content-around {
  align-content: space-around;
}

.u-content-evenly {
  align-content: space-evenly;
}

.u-items-start {
  align-items: flex-start;
}

.u-items-end {
  align-items: flex-end;
}

.u-items-center {
  align-items: center;
}

.u-items-baseline {
  align-items: baseline;
}

.u-items-stretch {
  align-items: stretch;
}

.u-bg-black {
  min-width: 375px;
  background-color: #161616;
}

.u-lg-fade-black {
  position: relative;
}

.u-lg-fade-black::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 85%, rgb(0, 0, 0) 100%);
  z-index: 1;
}

/* margin-bottom */
.u-mb-17 {
  margin-bottom: 17px;
}

.u-mb-60 {
  margin-bottom: 60px;
}

.u-mb-90 {
  margin-bottom: 90px;
}

.u-mt-1 {
  margin-top: 4px;
}

.u-mr-1 {
  margin-right: 4px;
}

.u-mb-1 {
  margin-bottom: 4px;
}

.u-ml-1 {
  margin-left: 4px;
}

.u-mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.u-my-1 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.u-pt-1 {
  padding-top: 4px;
}

.u-pr-1 {
  padding-right: 4px;
}

.u-pb-1 {
  padding-bottom: 4px;
}

.u-pl-1 {
  padding-left: 4px;
}

.u-px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

.u-py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.u-space-x-1 > * + * {
  margin-left: 4px;
}

.u-space-y-1 > * + * {
  margin-top: 4px;
}

/* デバイス別 spの場合は u-sm-xxx となります */
.u-sm-mt-1 {
  margin-top: 4px;
}

.u-sm-mr-1 {
  margin-right: 4px;
}

.u-sm-mb-1 {
  margin-bottom: 4px;
}

.u-sm-ml-1 {
  margin-left: 4px;
}

.u-sm-mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.u-sm-my-1 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.u-sm-pt-1 {
  padding-top: 4px;
}

.u-sm-pr-1 {
  padding-right: 4px;
}

.u-sm-pb-1 {
  padding-bottom: 4px;
}

.u-sm-pl-1 {
  padding-left: 4px;
}

.u-sm-px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

.u-sm-py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.u-sm-space-x-1 > * + * {
  margin-left: 4px;
}

.u-sm-space-y-1 > * + * {
  margin-top: 4px;
}

.u-mt-2 {
  margin-top: 8px;
}

.u-mr-2 {
  margin-right: 8px;
}

.u-mb-2 {
  margin-bottom: 8px;
}

.u-ml-2 {
  margin-left: 8px;
}

.u-mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.u-my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.u-pt-2 {
  padding-top: 8px;
}

.u-pr-2 {
  padding-right: 8px;
}

.u-pb-2 {
  padding-bottom: 8px;
}

.u-pl-2 {
  padding-left: 8px;
}

.u-px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.u-py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.u-space-x-2 > * + * {
  margin-left: 8px;
}

.u-space-y-2 > * + * {
  margin-top: 8px;
}

/* デバイス別 spの場合は u-sm-xxx となります */
.u-sm-mt-2 {
  margin-top: 8px;
}

.u-sm-mr-2 {
  margin-right: 8px;
}

.u-sm-mb-2 {
  margin-bottom: 8px;
}

.u-sm-ml-2 {
  margin-left: 8px;
}

.u-sm-mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.u-sm-my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.u-sm-pt-2 {
  padding-top: 8px;
}

.u-sm-pr-2 {
  padding-right: 8px;
}

.u-sm-pb-2 {
  padding-bottom: 8px;
}

.u-sm-pl-2 {
  padding-left: 8px;
}

.u-sm-px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.u-sm-py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.u-sm-space-x-2 > * + * {
  margin-left: 8px;
}

.u-sm-space-y-2 > * + * {
  margin-top: 8px;
}

.u-mt-3 {
  margin-top: 12px;
}

.u-mr-3 {
  margin-right: 12px;
}

.u-mb-3 {
  margin-bottom: 12px;
}

.u-ml-3 {
  margin-left: 12px;
}

.u-mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}

.u-my-3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.u-pt-3 {
  padding-top: 12px;
}

.u-pr-3 {
  padding-right: 12px;
}

.u-pb-3 {
  padding-bottom: 12px;
}

.u-pl-3 {
  padding-left: 12px;
}

.u-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.u-py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.u-space-x-3 > * + * {
  margin-left: 12px;
}

.u-space-y-3 > * + * {
  margin-top: 12px;
}

/* デバイス別 spの場合は u-sm-xxx となります */
.u-sm-mt-3 {
  margin-top: 12px;
}

.u-sm-mr-3 {
  margin-right: 12px;
}

.u-sm-mb-3 {
  margin-bottom: 12px;
}

.u-sm-ml-3 {
  margin-left: 12px;
}

.u-sm-mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}

.u-sm-my-3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.u-sm-pt-3 {
  padding-top: 12px;
}

.u-sm-pr-3 {
  padding-right: 12px;
}

.u-sm-pb-3 {
  padding-bottom: 12px;
}

.u-sm-pl-3 {
  padding-left: 12px;
}

.u-sm-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.u-sm-py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.u-sm-space-x-3 > * + * {
  margin-left: 12px;
}

.u-sm-space-y-3 > * + * {
  margin-top: 12px;
}

.u-mt-4 {
  margin-top: 16px;
}

.u-mr-4 {
  margin-right: 16px;
}

.u-mb-4 {
  margin-bottom: 16px;
}

.u-ml-4 {
  margin-left: 16px;
}

.u-mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}

.u-my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.u-pt-4 {
  padding-top: 16px;
}

.u-pr-4 {
  padding-right: 16px;
}

.u-pb-4 {
  padding-bottom: 16px;
}

.u-pl-4 {
  padding-left: 16px;
}

.u-px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.u-py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.u-space-x-4 > * + * {
  margin-left: 16px;
}

.u-space-y-4 > * + * {
  margin-top: 16px;
}

/* デバイス別 spの場合は u-sm-xxx となります */
.u-sm-mt-4 {
  margin-top: 16px;
}

.u-sm-mr-4 {
  margin-right: 16px;
}

.u-sm-mb-4 {
  margin-bottom: 16px;
}

.u-sm-ml-4 {
  margin-left: 16px;
}

.u-sm-mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}

.u-sm-my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.u-sm-pt-4 {
  padding-top: 16px;
}

.u-sm-pr-4 {
  padding-right: 16px;
}

.u-sm-pb-4 {
  padding-bottom: 16px;
}

.u-sm-pl-4 {
  padding-left: 16px;
}

.u-sm-px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.u-sm-py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.u-sm-space-x-4 > * + * {
  margin-left: 16px;
}

.u-sm-space-y-4 > * + * {
  margin-top: 16px;
}

.u-mt-5 {
  margin-top: 20px;
}

.u-mr-5 {
  margin-right: 20px;
}

.u-mb-5 {
  margin-bottom: 20px;
}

.u-ml-5 {
  margin-left: 20px;
}

.u-mx-5 {
  margin-left: 20px;
  margin-right: 20px;
}

.u-my-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-pt-5 {
  padding-top: 20px;
}

.u-pr-5 {
  padding-right: 20px;
}

.u-pb-5 {
  padding-bottom: 20px;
}

.u-pl-5 {
  padding-left: 20px;
}

.u-px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.u-py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-space-x-5 > * + * {
  margin-left: 20px;
}

.u-space-y-5 > * + * {
  margin-top: 20px;
}

/* デバイス別 spの場合は u-sm-xxx となります */
.u-sm-mt-5 {
  margin-top: 20px;
}

.u-sm-mr-5 {
  margin-right: 20px;
}

.u-sm-mb-5 {
  margin-bottom: 20px;
}

.u-sm-ml-5 {
  margin-left: 20px;
}

.u-sm-mx-5 {
  margin-left: 20px;
  margin-right: 20px;
}

.u-sm-my-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-sm-pt-5 {
  padding-top: 20px;
}

.u-sm-pr-5 {
  padding-right: 20px;
}

.u-sm-pb-5 {
  padding-bottom: 20px;
}

.u-sm-pl-5 {
  padding-left: 20px;
}

.u-sm-px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.u-sm-py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-sm-space-x-5 > * + * {
  margin-left: 20px;
}

.u-sm-space-y-5 > * + * {
  margin-top: 20px;
}

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

.u-mr-6 {
  margin-right: 24px;
}

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

.u-ml-6 {
  margin-left: 24px;
}

.u-mx-6 {
  margin-left: 24px;
  margin-right: 24px;
}

.u-my-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.u-pt-6 {
  padding-top: 24px;
}

.u-pr-6 {
  padding-right: 24px;
}

.u-pb-6 {
  padding-bottom: 24px;
}

.u-pl-6 {
  padding-left: 24px;
}

.u-px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.u-py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.u-space-x-6 > * + * {
  margin-left: 24px;
}

.u-space-y-6 > * + * {
  margin-top: 24px;
}

/* デバイス別 spの場合は u-sm-xxx となります */
.u-sm-mt-6 {
  margin-top: 24px;
}

.u-sm-mr-6 {
  margin-right: 24px;
}

.u-sm-mb-6 {
  margin-bottom: 24px;
}

.u-sm-ml-6 {
  margin-left: 24px;
}

.u-sm-mx-6 {
  margin-left: 24px;
  margin-right: 24px;
}

.u-sm-my-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.u-sm-pt-6 {
  padding-top: 24px;
}

.u-sm-pr-6 {
  padding-right: 24px;
}

.u-sm-pb-6 {
  padding-bottom: 24px;
}

.u-sm-pl-6 {
  padding-left: 24px;
}

.u-sm-px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.u-sm-py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.u-sm-space-x-6 > * + * {
  margin-left: 24px;
}

.u-sm-space-y-6 > * + * {
  margin-top: 24px;
}

.u-pd-none {
  padding: 0;
}

.u-flex-gap-10 {
  gap: 10px;
}

.u-flex-gap-20 {
  gap: 20px;
}

.u-px-15 {
  padding: 0 15px;
}

.u-pb-40 {
  padding-bottom: 40px;
}

.u-w-half {
  width: calc(50% - 7.5px);
}

/* ----------------------------------------------------------------
  Object/global
----------------------------------------------------------------- */
.g-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.g-header__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  height: 60px;
  align-items: flex-start;
}

.g-header__inner .logo svg {
  fill: #0d306f;
  vertical-align: middle;
  width: 189px;
}

.g-header__logo {
  display: flex;
  height: 50px;
  padding-left: 12px;
}

.g-header__logo > a {
  display: flex;
  align-items: center;
}

.g-header__logo img {
  vertical-align: middle;
  max-width: 100%;
}

.g-header__right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.g-header__search {
  display: flex;
  align-items: center;
  justify-content: center;
}

.g-header__search-button {
  color: #0D306F;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.g-header__auth {
  width: 97px;
}

.g-header__auth-inner {
  display: flex;
  gap: 8px;
}

.g-header__menu {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 12px;
}

.g-header__registration-button,
.g-header__login-button,
.g-header__logout-button,
.g-header__mypage-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.8rem;
  font-weight: bold;
  height: 50px;
  width: 40px;
}

.g-header__registration-button img, .g-header__login-button img, .g-header__logout-button img, .g-header__mypage-button img {
  margin-right: 2px;
}

.g-header__login-button,
.g-header__logout-button,
.g-header__mypage-button {
  color: #0D306F;
}

.g-header__registration-button {
  color: #fff;
  background: #0D306F;
  border-radius: 0 0 4px 4px;
  width: 50px;
}

.g-header-menu-trigger {
  display: block;
  transition: all 0.4s;
  height: 19px;
  width: 21px;
}

.g-header-menu-trigger span {
  display: block;
  transition: all 0.4s;
  background-color: #0d306f;
  height: 3px;
}

.g-header-menu-trigger span:not(:last-of-type) {
  margin-bottom: 5px;
}

.g-header-menu-trigger.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}

.g-header-menu-trigger.is-open span:nth-child(2) {
  opacity: 0;
}

.g-header-menu-trigger.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}

.g-header-auth__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.g-header-auth__btn {
  display: flex;
  align-items: center;
  padding: 10px;
  font-weight: 700;
  font-size: 1.3rem;
  justify-content: center;
  gap: 4px;
}

.g-header-auth__btn:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.g-search-modal {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 9999;
  padding-top: 4px;
}

.g-search-modal__search {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.g-search-modal__search-button {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.g-search-modal.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.g-search-modal__panel {
  width: 90%;
  max-width: 480px;
  position: relative;
}

.g-search-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

.g-search-modal__form {
  position: relative;
  display: flex;
}

.g-search-modal__form input:first-of-type {
  width: 100%;
  height: 46px;
  padding-left: 15px;
  color: rgba(21, 21, 21, 0.4);
  border-radius: 6px;
  background: #E6E6E6;
  border: 1px solid #0D306F;
}

.g-search-modal__form input:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  min-width: 45px;
  height: 46px;
  margin: auto;
  background: url(/common/president/images/2025/icon-search.svg);
  background-repeat: no-repeat;
  background-position: 50%;
}

.g-search-modal__input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.g-search-modal__submit {
  padding: 10px 16px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
}

.g-menu-modal {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 9999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 4px;
}

.g-menu-modal.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.g-menu-modal__panel {
  margin: 40px 38px 60px;
  text-align: center;
  position: relative;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 40px;
}

.g-menu-modal__sections {
  margin: 24px auto;
  text-align: center;
}

.g-menu-modal__sections-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.g-menu-modal__sections-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 0;
  font-size: 1.4rem;
  font-weight: 600;
  background: #e6eaf0;
  color: #0D306F;
  border-radius: 6px;
  text-decoration: none;
}

.g-menu-modal__sections-link {
  position: relative;
}

.g-menu-modal__sections-link::before {
  display: block;
}

.g-menu-modal__sections-link.\--latest::before {
  content: "";
  background: url("/common/president/images/2025/icon_airplane.svg") no-repeat center/cover;
  width: 32px;
  height: 22px;
}

.g-menu-modal__sections-link.\--ranking::before {
  content: "";
  background: url("/common/president/images/2025/icon-populer.svg") no-repeat center/cover;
  width: 26px;
  height: 22px;
}

.g-menu-modal__sections-link.\--member::before {
  content: "";
  background: url("/common/president/images/2025/icon_mypage.png") no-repeat center/cover;
  width: 25px;
  height: 25px;
}

.g-menu-modal__sections-link.\--authors::before {
  content: "";
  background: url("/common/president/images/2025/icon-auther.svg") no-repeat center/cover;
  width: 23px;
  height: 23px;
}

.g-menu-modal__categories {
  margin: 0 auto;
  background: #E6EAF0;
  border-radius: 4px;
}

.g-menu-modal__category-summary {
  color: #0D306F;
  position: relative;
  padding: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.g-menu-modal__category-summary::-webkit-details-marker {
  display: none;
}

.g-menu-modal__category-summary::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.g-menu-modal__category-list {
  margin: 0;
  padding: 0 16px 16px;
  list-style: none;
}

.g-menu-modal__category-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.g-menu-modal__category-list li a {
  border-bottom: 1px solid rgba(13, 48, 111, 0.4);
  display: block;
  color: #0D306F;
  position: relative;
  padding: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

.g-menu-modal__category-item[open] .g-menu-modal__category-summary::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.g-menu-modal__groupes {
  margin-bottom: 36px;
}

.g-menu-modal__groupes-list {
  display: flex;
  gap: 10px;
}

.g-menu-modal__groupes-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33333%;
  height: 90px;
  background: rgba(13, 48, 111, 0.1);
}

.g-menu-modal__groupes-link {
  justify-content: center;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.g-menu-modal__title {
  text-align: center;
  color: #0D306F;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.g-menu-modal__media {
  font-weight: bold;
  display: block;
}

.g-menu-modal__sns-list {
  display: flex;
  justify-content: space-between;
}

.g-bottom-menu {
  position: fixed;
  bottom: -80px; /* 初期は非表示 */
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 0;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  transition: bottom 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  z-index: 100;
}

.g-bottom-menu__item {
  font-size: 1rem;
  font-weight: 700;
  color: #0D306F;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.g-bottom-menu__icon {
  width: 23px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.g-bottom-menu__text {
  margin-top: 3px;
}

.g-bottom-menu.is-show {
  bottom: 0;
  opacity: 1;
}

.g-footer-headline {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 16px;
}

.g-footer-sub-headline {
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.g-footer-nav:not(:last-of-type) {
  padding-bottom: 10px;
  border-bottom: 1px solid #676767;
}

.g-footer-nav {
  margin-bottom: 20px;
}

.g-footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.g-footer-nav__link {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}

.g-footer-nav__link.\--en {
  font-family: Libre Baskerville, sans-serif;
}

.g-footer-nav__link.\--blank {
  position: relative;
}

.g-footer-nav__link.\--blank:after {
  content: url(/common/president/images/icon_link.svg);
  display: inline-block;
  margin-left: 4px;
  position: absolute;
  top: 0;
}

.g-footer-nav__link.\--small {
  font-size: 1.2rem;
}

.g-footer-nav__item:not(:last-of-type) {
  margin-right: 20px;
}

.g-footer-sns-list {
  align-items: center;
  display: flex;
  margin-bottom: 40px;
  gap: 18px;
}

.g-footer-sns-list__item a {
  display: block;
}

.g-footer-sns-list__item svg.facebook {
  fill: #676767;
  width: 16px;
}

.g-footer-sns-list__item svg.twitter {
  fill: #676767;
  width: 38px;
}

.g-footer-sns-list__item svg.hatena {
  fill: #676767;
  width: 35px;
}

@media screen and (max-width: 350px) {
  .g-footer-sns-list {
    gap: 5.14vw;
  }
  .g-footer-sns-list__item a img {
    -o-object-fit: contain;
       object-fit: contain;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 8.57vw;
  }
}
.g-footer-copyright {
  color: #676767;
  font-size: 1.1rem;
}

.g-footer-copyright span {
  display: block;
  font-size: 1.3rem;
}

/* ----------------------------------------------------------------
  object/leafs
----------------------------------------------------------------- */
.article-head:not(.brain) {
  height: 160px;
  min-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}

.article-head:not(.brain) > img {
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}

.article-head.brain {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}

.article-head.brain::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.article-head.brain > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.article {
  padding: 20px 10px 0;
}

.article__header {
  margin-bottom: 12px;
}

.article__mainTtl {
  font-size: 2.3rem;
  line-height: 1.4;
  margin-bottom: 10px;
  word-break: break-all;
}

.article__subTtl {
  color: #657783;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 10px 0 14px;
}

.article__snsListWrap {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 8px 2px;
}

.article__snsList {
  display: flex;
  justify-content: flex-end;
}

.article__snsItem span {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 2px;
}

.article__snsItem:not(:last-of-type) {
  margin-right: 20px;
}

.article__snsItem.\--fb-share span {
  color: #3b5998;
}

.article__snsItem.\--fb-share svg {
  fill: #3a5998;
  width: 32px;
}

.article__snsItem.\--twitter a:nth-child(2) {
  margin-top: 2px;
}

.article__snsItem.\--twitter svg {
  fill: #1da1f2;
  width: 33px;
}

.article__snsItem.\--line svg {
  fill: #01b900;
  width: 36px;
}

.article__snsItem.\--hatena span {
  color: #00a4de;
}

.article__snsItem.\--hatena svg {
  fill: #00a4de;
  width: 32px;
}

.article__snsItem.\--copy {
  position: relative;
}

.article__snsItem.\--copy svg {
  fill: #000;
  width: 30px;
}

.article__snsItem .copy-btn-result {
  background-color: #0d306f;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 1.1rem;
  left: -100px;
  min-height: 25px;
  min-width: 125px;
  padding: 5px;
  position: absolute;
  top: -58px;
  z-index: 1;
}

.article__snsItem .copy-btn-result:before {
  border-color: transparent #0d306f transparent transparent;
  border-style: solid;
  border-width: 0 18px 13px 0;
  bottom: -10px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 14px;
  width: 0;
}

.article__snsItem a {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.article__snsItem img {
  vertical-align: middle;
  opacity: 0.8;
}

.article__snsItem .tw-search__label {
  padding: 4px 6px;
  background: #000;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
  font-size: 1rem;
}

.article__tags {
  padding: 0 10px;
}

.article__credit {
  color: #657783;
  font-size: 1.3rem;
  text-align: left;
}

.article__btn {
  margin: 5px 0px 25px;
}

.article__btn > a {
  background: #0d306f;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: flex-start;
  font-size: 1.7rem;
  padding: 16px 0;
}

.article__btn span:first-of-type {
  padding-right: 20px;
  position: relative;
}

.article__btn span:first-of-type:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}

.article-body {
  padding-top: 10px;
}

.article-body.\--summary {
  padding-top: 0;
}

.article-body.\--summary > p {
  padding: 0;
}

.article-body > p {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-indent: 1em;
}

.article-body .article-lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-indent: 1em;
}

.article-body .article-lead .image-area {
  text-indent: 0;
}

.article-body .lead {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 10px;
  padding-top: 10px;
}

.article-body h5 {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  padding-top: 10px;
  font-weight: 700;
  padding-bottom: 10px;
}

.article-body h4 {
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #172d59;
  color: #0d306f;
  font-size: 20px;
}

.article-body h4 a {
  color: #0d306f;
}

.article-body h4 + .image-area {
  margin-top: 20px;
}

.article-body h4 + .mod-btn {
  margin-top: 40px;
  text-align: center;
}

.article-body strong {
  font-weight: 700;
}

.article-body .kakomi,
.article-body .kakomi-bwn {
  background-color: transparent;
  border: 1px solid #f2f2f2;
  margin: 1em;
  padding: 1em;
}

.article-body .kakomi2 {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  line-height: 180%;
  margin: 1em;
  padding: 1em;
  width: auto !important;
}

.article-body .kakomi2.\--size2 {
  border: 2px solid #ccc;
}

.article-body .kakomi2.\--no-bg {
  background: none;
}

.article-body .kakomi2 img {
  width: 100%;
}

.article-body .kakomi.audiobook-area {
  text-align: center;
}

.article-body .audiobook-btn {
  color: #fff;
  display: inline-block;
  background: #e12a5a;
  margin-top: 10px;
  padding: 4px 10px;
  text-decoration: none;
  width: 100%;
}

.article-body .kakomi.audio-content-link {
  text-align: center;
}

.article-body .audio-content-link__btn {
  color: #fff;
  display: block;
  margin: 10px auto 0;
  padding: 4px 10px;
  width: 100%;
  text-decoration: none;
}

.article-body .audio-content-link__btn.\--audiobook {
  background: #e12a5a;
}

.article-body .audio-content-link__btn.\--popinwave {
  background: #f5d328;
}

.article-body .audio-content-link__btn.\--anchor {
  background: #5000b9;
}

.article-body .audio-content-link__btn.\--podcast {
  background: #7d50df;
}

.article-body .audio-content-link__btn.\--spotify {
  background: #81b71a;
}

.article-body .audio-content-link__btn.\--voicy {
  background: #ff7d32;
}

.article-body .caution {
  color: #666;
  font-size: 12px;
}

.article-body .caution.\--references {
  text-indent: 0px;
  margin-left: 1em;
}

.article-body .caution-asterisk {
  color: #696969;
  font-size: 1.1rem;
  position: relative;
  display: inline-block;
  padding-left: 3em;
}

.article-body .caution-asterisk::before {
  position: absolute;
  content: "（※）";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.article-body p.list-style {
  text-indent: 0px;
  margin-left: 1em;
}

.article-body hr {
  height: 1px;
  border: none;
  border-top: 1px #AFAFAF dotted;
  margin: 1em;
}

.article-body a {
  color: #0036a3;
}

.article-body a.taglink {
  border-bottom: 1px dashed #003977;
  text-decoration: none;
}

.article-body.adarticle a {
  color: #0036a3 !important;
  text-decoration: underline;
}

.article-body.adarticle a.point {
  color: #c00 !important;
}

.article-body.ad-article .caption .figure-expand,
.article-body.adarticle .caption .figure-expand {
  display: none;
}

.article-body.ad-article a:not(.c-btn) {
  text-decoration: underline;
}

.article-body.adarticle .figure-expand + .caption > br {
  display: none;
}

.article-body .kakomi p a img {
  width: 100%;
}

.cts-main .inner-article .bottom-credit {
  color: #777;
  font-size: 14px;
  margin-top: 24px;
  text-align: right;
}

.article-body ul.noticelist {
  list-style-type: disc;
  margin: 0 0 10px 20px;
}

.article-body ul.noticelist li {
  font-size: 14px;
  line-height: 1.625;
  margin-bottom: 3px;
}

.article-body .top-related-title {
  margin-top: 10px;
}

.article-body .article-canonical-mainTtl {
  margin-top: 24px;
  margin-bottom: 46px;
  padding: 15px;
  background-color: #ddd;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}

.article-body .article-canonical-subTtl {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 6px;
}

.ad-article .ad-article-index {
  margin: 50px 0;
}

.ad-article .ad-article-index__title {
  background: #0d306f;
  color: #fff;
  font-size: 1.7rem;
  margin-bottom: 10px;
  padding: 6px 14px;
}

.ad-article .ad-article-index__list {
  list-style-type: disc;
  padding-left: 20px;
}

.ad-article .ad-article-index__item:not(:last-of-type) {
  margin-bottom: 6px;
}

div.movie {
  padding-top: 56.25%;
  position: relative;
  text-align: center;
  width: 100%;
}

div.movie iframe {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

div.question iframe {
  width: 100%;
}

.article-body em {
  font-family: 游ゴシック, 游ゴシック体, arial unicode ms, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.pg-w .article-body {
  border-top: 3px solid #d34223;
}

.pg-w .article-body h4 {
  color: #d34223;
}

.article-body table {
  border-collapse: collapse;
  margin: auto;
  width: auto !important;
}

.article-body table caption {
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
  text-align: center;
}

.article-body table td,
.article-body table th {
  border: 1px solid #ddd;
  padding: 5px;
}

.article-body table th {
  background: #eee;
}

.article-body table tr:nth-child(2n) {
  background: #e1f2f6;
}

.article-body .article-more-btn {
  color: #151515;
  background: #f0f0f0;
  border: 4px solid #0d306f;
  border-radius: 40px;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 8px 30px 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.article-body .article-more-btn span {
  border-bottom: 1px solid #0d306f;
  padding-bottom: 5px;
}

.article-body .article-more-btn::after {
  border-right: 2px solid #151515;
  border-top: 2px solid #151515;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 10px;
}

.image-area {
  overflow: hidden;
}

.image-area-inner {
  position: relative;
}

.caption {
  font-size: 11px;
}

.figure-center,
.figure-left,
.figure-right {
  float: none;
  margin: 10px auto;
  text-align: center;
}

.figure-center.wt-brdr,
.figure-left.wt-brdr,
.figure-right.wt-brdr {
  border: 1px solid #ccc;
}

.figure-center .caption,
.figure-left .caption,
.figure-right .caption {
  margin-top: 8px;
  text-align: left;
  float: left;
  width: calc(100% - 44px);
}

/* 広告用 */
.ad-article .figure-center .caption,
.ad-article .figure-left .caption,
.ad-article .figure-right .caption {
  width: 100%;
}

.article-body iframe {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
}

.article-body .facebook-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}

.figure-center + p {
  clear: both;
}

.figure-center img,
.figure-left img,
.figure-right img {
  height: auto;
  width: 100%;
  max-width: 100%;
}

.figure-center,
.figure-left,
.figure-right {
  max-width: 100% !important;
}

@media screen and (min-width: 500px) {
  .figure-center,
  .figure-left,
  .figure-right {
    max-width: 460px !important;
  }
}
.kakomi:not(.\--free) .figure-center,
.kakomi:not(.\--free) .figure-center img,
.kakomi:not(.\--free) .figure-left,
.kakomi:not(.\--free) .figure-left img,
.kakomi:not(.\--free) .figure-right,
.kakomi:not(.\--free) .figure-right img {
  max-width: 100%;
  width: auto !important;
}

.kakomi img {
  max-width: 100%;
  height: auto;
}

.event-overview__ttl {
  text-align: center;
  background: #0d306f;
  color: #fff;
  padding: 4px;
  margin-bottom: 10px;
}

.images-2cols {
  margin: 0 auto;
  text-align: center;
}

.images-2cols .image-area {
  display: inline-block;
  text-align: center;
}

.images-2cols .image-area img {
  width: 40%;
}

.images-2cols .image-area img:nth-child(odd) {
  margin-right: 5px;
}

.images-2cols .image-area img:nth-child(2n) {
  margin-left: 5px;
}

.images-2cols .image-area span {
  display: block;
}

.images-3cols {
  display: table;
  width: 100%;
}

.images-3cols li {
  box-sizing: border-box;
  display: table-cell;
  padding-right: 5px;
  width: 33.4%;
}

.images-3cols li:nth-child(3n) {
  padding-right: 0;
  width: 33.2%;
}

.images-3cols .image-area img {
  width: 100%;
}

.article-body .video-container {
  background: #333;
  margin: 1em 0;
  position: relative;
}

.article-body .video-container::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.article-body .video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.article-body .video-container + .caption {
  margin-top: -8px;
  margin-bottom: 16px;
}

.article-body .map-container {
  background: #333;
  margin-bottom: 1em;
  position: relative;
}

.article-body .map-container::after {
  content: "";
  display: block;
  padding-top: 70%;
}

.article-body .map-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.article-body .map-container + .caption {
  margin-top: -8px;
  margin-bottom: 16px;
}

.article-body .ext-container .instagram-media {
  background: #333;
  border: none;
  box-shadow: none;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1em;
  padding: 0;
  position: relative;
}

.article-body .ext-container .instagram-media:before {
  content: "";
  display: block;
  padding-top: 70%;
  position: static;
}

.article-body .ext-container .instagram-media iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.article-body .ext-container + .caption {
  margin-bottom: 16px;
}

.article-body .twitter-tweet {
  border: none;
  box-shadow: none;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1em;
  padding: 0;
  position: relative;
}

.article-body blockquote.twitter-tweet:before {
  content: "";
  display: block;
  padding-top: 70%;
  position: static;
}

.article-body blockquote.twitter-tweet iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.article-body .twitter-tweet + .caption {
  margin-top: -8px;
  margin-bottom: 16px;
}

.article-magazine {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.article-magazine__item:not(:last-of-type) {
  margin-bottom: 16px;
}

.article-magazine__inner {
  display: flex;
}

.article-magazine__thum {
  margin-right: 10px;
  min-width: 92px;
  width: 92px;
}

.article-magazine__thum img {
  width: 100%;
}

.article-magazine__name {
  color: #0d306f;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.article-magazine__txt {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.article-magazine__detail {
  display: flex;
  justify-content: space-between;
}

.article-magazine__detailItem {
  font-size: 1.2rem;
}

.article-magazine__detailItem a {
  color: #0d306f;
  text-decoration: underline;
}

.article-magazine__purchase {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.article-magazine__purchase a {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}

.article-magazine__purchase a:first-of-type {
  margin-bottom: 8px;
}

.related-article:not(.\--last) {
  margin-bottom: 20px;
}

.related-article__headline {
  background-color: #F0F0F0;
  padding: 5px 10px;
  font-size: 1.6rem;
  font-weight: 700;
}

.related-article a {
  border-bottom: 1px solid #ccc;
  color: #03c;
  display: flex;
  padding: 4px;
}

.related-article__mainTtl {
  font-size: 1.6rem;
  font-weight: 700;
}

.related-article__thum {
  display: none;
}

.related-article-top {
  background: #f0f0f0;
  margin: 10px 0;
  padding: 6px 8px;
}

.related-article-top__headline {
  font-size: 1.2rem;
  font-weight: 700;
}

.related-article-top__ttl {
  font-size: 1.3rem;
  font-weight: 700;
}

.article-series {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.article-series__item {
  flex-grow: 1;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.article-series__item > a {
  border-bottom: 3px solid #bbb;
  color: #bbb;
  display: block;
  padding: 4px 0;
  text-decoration: none;
}

.article-series__item > a:hover {
  border-color: #0d306f;
  color: #0d306f;
  opacity: 1;
}

.article-series__item:not(:last-of-type) > a {
  margin-right: 4px;
}

.article-series__item:not(:last-of-type) > span {
  margin-right: 4px;
}

.article-series__item.is-current {
  flex-grow: 2;
}

.article-series__item.is-current > span {
  border-bottom: 3px solid #0d306f;
  color: #0d306f;
  display: block;
  padding: 4px 0;
}

.article-index {
  margin-bottom: 16px;
}

.article-index__header {
  font-size: 1.3rem;
  font-weight: 700;
  background: #f0f0f0;
  height: 40px;
  line-height: 46px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.article-index__header span {
  display: inline-block;
  margin-left: auto;
  font-weight: normal;
  position: relative;
  padding-right: 20px;
  min-width: 80px;
}

.article-index__header span::after {
  content: "開く ＋";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.article-index__header.is-open span::after {
  content: "閉じる ー";
}

.article-index-list {
  background: #f0f0f0;
  padding: 0 10px;
  counter-reset: number 0;
  display: none;
}

.article-index-list__item:not(:last-of-type) {
  border-bottom: solid 1px #e0e0e0;
}

.article-index-list__link {
  display: block;
  padding: 6px 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.article-index-list__link::before {
  content: counter(number) ". ";
  counter-increment: number 1;
}

.article-prevnext {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 18px auto;
  width: 320px;
}

.article-prevnext__item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0D306F;
  position: relative;
  padding: 10px;
  background: #F2F2F2;
  border-radius: 20px;
  width: 140px;
  justify-content: center;
  border: 2px solid #0D306F;
}

.article-prevnext__item.\--prev {
  margin-right: auto;
}

.article-prevnext__item.\--prev::before {
  content: "";
  background: url(/common/president/images/2025/icon-arrow-right_blue.svg) no-repeat center/cover;
  display: block;
  width: 9px;
  height: 14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.article-prevnext__item.\--next {
  margin-left: auto;
}

.article-prevnext__item.\--next::after {
  content: "";
  background: url(/common/president/images/2025/icon-arrow-right_blue.svg) no-repeat center/cover;
  display: block;
  width: 9px;
  height: 14px;
}

.leafInfoWrap {
  display: flex;
  justify-content: space-between;
}

.leafInfo {
  display: flex;
  color: #657783;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin-bottom: 8px;
  padding-top: 20px;
}

.leafInfo__source {
  color: #657783;
}

.leafInfo:first-of-type {
  line-height: 1.8;
}

.leafInfo:nth-of-type(2) {
  justify-content: space-between;
}

.leafInfo__category {
  font-size: 1.4rem;
  font-weight: 700;
}

.leafInfo__category a,
.leafInfo__category span {
  background: #eee;
  border-radius: 50px;
  padding: 4px 8px;
}

.leafInfo__category a {
  color: #0d306f;
}

.leafInfo__tags a {
  color: #657783;
}

.ad-leafInfo {
  color: #657783;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.ad-leafInfo .leafInfo__date {
  float: right;
}

.article-above-pagination {
  margin: 15px 0;
}

.article-above-pagination__list {
  align-items: center;
  display: flex;
  justify-content: center;
}

.article-above-pagination__list .prev {
  margin-right: 10px;
}

.article-above-pagination__list span {
  padding: 0 10px 0 0;
}

.article-above-pagination__list *:not(.article-above-pagination__item) {
  display: inline-block;
  color: #333;
  background: #eee;
  min-width: 30px;
  position: relative;
  font-size: 1.2rem;
  height: 30px;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
}

.article-above-pagination__item {
  font-weight: 700;
  font-family: Libre Baskerville, sans-serif;
  width: 30px;
  text-align: center;
  height: 30px;
  font-size: 1.2rem;
  line-height: 30px;
  margin-right: 10px;
}

.article-above-pagination__item:not(.is-current) {
  background: #eee;
}

.article-above-pagination__item.is-current {
  background: #ccc;
  color: #333;
}

.article-above-pagination .next::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border: 15px solid transparent;
  border-left-color: #eee;
  top: 0;
  left: 100%;
}

.article-above-pagination .prev::after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  border: 15px solid transparent;
  border-right-color: #eee;
  top: 0;
  right: 100%;
}

/* 320px対応 */
@media screen and (max-width: 320px) {
  .article-above-pagination__item {
    font-weight: 700;
    font-family: Libre Baskerville, sans-serif;
    width: 26px;
    text-align: center;
    height: 26px;
    font-size: 1.2rem;
    line-height: 26px;
  }
  .article-above-pagination__item:not(:last-of-type) {
    margin-right: 10px;
  }
  .article-above-pagination__item:not(.is-current) {
    background: #eee;
  }
  .article-above-pagination__item.is-current {
    background: #ccc;
    color: #333;
  }
  .article-above-pagination a:not(.article-above-pagination__item) {
    display: inline-block;
    color: #333;
    background: #eee;
    min-width: 30px;
    position: relative;
    font-size: 1.2rem;
    height: 26px;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
  }
  .article-above-pagination a.next::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 13px solid transparent;
    border-left-color: #eee;
    top: 0;
    left: 100%;
  }
  .article-above-pagination a.prev::after {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    border: 13px solid transparent;
    border-right-color: #eee;
    top: 0;
    right: 100%;
  }
}
.articleInfo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.articleInfo__bookmark {
  align-self: flex-start;
  margin-left: auto;
  width: 26px;
  height: 26px;
  background: url(/common/president/images/2025/icon_bookmark-blue-default.svg) no-repeat;
}

.articleInfo__bookmark.is-active {
  background: url(/common/president/images/2025/icon_bookmark-blue-active.svg) no-repeat;
}

.articleInfo__head {
  display: flex;
  width: 100%;
  cursor: pointer;
}

.articleInfo__arrow {
  cursor: pointer;
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: auto;
  -ms-grid-row-align: center;
      align-self: center;
}

.articleInfo__arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent #0d306f #0d306f transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.articleInfo__arrow.is-open::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #0d306f #0d306f transparent transparent;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.articleInfo.\--below .articleInfo__list {
  flex-direction: column;
  width: 100%;
}

.articleInfo.\--below .articleInfo__item {
  align-items: flex-start;
  background: #eee;
  margin-bottom: 0;
  padding: 12px;
  width: 100%;
  flex-direction: column;
}

.articleInfo.\--below .articleInfo__item:not(:first-of-type) {
  margin-top: 10px;
}

.articleInfo.\--below .articleInfo__thum {
  height: 45px;
  min-width: 45px;
  width: 45px;
}

.articleInfo.\--below .articleInfo__body {
  color: #222;
}

.articleInfo.\--below .articleInfo__description {
  font-size: 1.3rem;
  line-height: 1.5;
  display: none;
  padding-left: 55px;
}

.articleInfo.\--below .articleInfo__name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}

.articleInfo.\--below .articleInfo__title {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-right: 10px;
}

.articleInfo.\--below .articleInfo__linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.articleInfo__description a {
  color: #0d306f;
}

.articleInfo__link {
  color: #0d306f;
}

.articleInfo__other-article {
  font-weight: 700;
  margin-top: 6px;
}

.articleInfo__other-article > a {
  color: #03c;
}

.articleInfo:not(.\--below) .articleInfo__item:nth-child(odd) {
  margin-right: 4px;
}

.articleInfo__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8px;
  gap: 8px;
}

.articleInfo__item {
  display: flex;
  align-items: center;
}

.articleInfo__item.\--multiple {
  margin-bottom: 12px;
}

.articleInfo__item.\--single {
  width: 100%;
}

.articleInfo__thum {
  height: 27px;
  margin-right: 10px;
  min-width: 27px;
  overflow: hidden;
  width: 27px;
}

.articleInfo__thum img {
  border-radius: 50px;
  width: 100%;
}

.articleInfo__author-sns {
  margin-top: 6px;
}

.articleInfo__level {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  color: #222;
}

.articleInfo__name {
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
}

.articleInfo__shoulder {
  font-size: 1rem;
}

.author-sns__list {
  align-items: center;
  display: flex;
}

.author-sns__item {
  position: relative;
}

.author-sns__item::after {
  content: "/";
  display: inline-block;
  position: absolute;
  width: 20px;
  left: 100%;
  text-align: center;
  color: #333;
  font-size: 1.3rem;
}

.author-sns__item:last-of-type::after {
  content: "";
}

.author-sns__item a {
  color: #0d306f;
  font-size: 1.3rem;
  border-bottom: 1px dotted #0d306f;
}

.author-sns__item:not(:last-of-type) {
  margin-right: 16px;
}

.author-sns__item img {
  width: 24px;
}

.author-sns__body {
  font-size: 1rem;
}

.author-sns__name {
  font-size: 1.5rem;
  font-weight: 700;
}

.author-sns__name > a {
  text-decoration: underline;
}

.area-bnr {
  background-color: #fff;
  margin-top: 0;
  padding-top: 15px;
}

.area-bnr + .inner-article {
  margin-bottom: 5px;
  margin-top: -1px;
}

.inner-article {
  background-color: #fff;
  box-sizing: border-box;
  margin-top: -1px;
  padding: 15px 20px 1px;
}

.comic-link-btn {
  margin-bottom: 40px;
}

.comic-link-btn__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.bottom-credit {
  color: #888;
  font-size: 1.28rem;
  margin-bottom: 10px;
  text-align: right;
}

.gallery,
.comic {
  margin-bottom: 40px;
}

.comic {
  padding: 20px 10px 0;
}

.gallery__ttl {
  margin-bottom: 10px;
  padding: 0 10px;
}

.gallery__ttl > a {
  border-bottom: 1px solid #ccc;
  color: #0d306f;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 0 10px 20px;
  position: relative;
  text-decoration: underline;
}

.gallery__ttl > a:before {
  border-bottom: 2px solid #0d306f;
  border-left: 2px solid #0d306f;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.gallery .swiper-container {
  margin: 0 10px;
}

.gallery .swiper-wrapper {
  width: 100%;
}

.comic .swiper-wrapper {
  margin-bottom: 20px;
}

.gallery .swiper-slide {
  display: block;
}

.gallery .swiper-slide img {
  left: 50%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* galleryをswiperからsplideに乗り換え */
.gallery .splide {
  margin: 0 10px;
}

.gallery .splide__list {
  align-items: flex-start;
}

.gallery .splide__slide img {
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.gallery .splide__arrow svg {
  display: none;
}

.gallery .splide__arrow {
  top: 50%;
  width: 48px;
  height: 48px;
  opacity: 1;
  border-radius: 0;
}

.gallery .splide__arrow:hover {
  opacity: 1;
}

.gallery .splide__arrow:disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.35;
}

.gallery .splide__arrow--prev {
  left: 10px;
  background: url(/common/president/images/icon-arrow-left.png) no-repeat center center/contain;
}

.gallery .splide__arrow--next {
  right: 10px;
  background: url(/common/president/images/icon-arrow-right.png) no-repeat center center/contain;
}

.comic .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.comic__ttl {
  margin-bottom: 20px;
}

.comic__ttl > a {
  color: #657783;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
}

.comic__source {
  color: #657783;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding: 2px 4px;
  direction: ltr;
  float: left;
}

/* comicをswiperからsplideに乗り換え */
.comic .splide__slide {
  margin-bottom: 50px;
}

.comic .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.comic .splide .comic-btn {
  position: absolute;
  bottom: 0;
}

.comic .splide .comic-btn.\--prev {
  right: 0;
}

.comic .splide .comic-btn.\--next {
  left: 0;
}

.comic .splide .comic-btn:disabled {
  background-color: #ccc;
  color: #999;
}

.link-gallery {
  clear: both;
  display: flex;
}

.link-gallery > a {
  color: #151515;
  background: #f0f0f0;
  border: 4px solid #0d306f;
  border-radius: 40px;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 8px 30px 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 4px 4px 4px 0;
}

.link-gallery > a::after {
  border-right: 2px solid #151515;
  border-top: 2px solid #151515;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 10px;
}

.link-gallery img {
  width: 30px;
}

.icon-link-gallery {
  float: right;
  margin: 10px 0;
  background: #f0f0f0;
  padding: 8px 10px;
}

.icon-link-gallery a {
  display: flex;
}

.icon-link-gallery img {
  width: 10px;
}

.btn-link-gallery {
  width: 260px;
  text-align: left;
}

.swiper-pagination-thumb {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 3px solid #eee;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  margin: 5px;
  width: 100px;
}

.gallery-thumbList {
  display: flex;
  overflow-x: scroll;
  margin-top: 10px;
  padding: 2px 0 2px 10px;
}

.gallery-thumbList__item {
  box-sizing: border-box;
  display: block;
  float: left;
  height: 64px;
  margin: 0 12px 12px 0;
  overflow: hidden;
  position: relative;
  min-width: 64px;
}

.gallery-thumbList__item.is-current {
  outline: 2px solid #0d306f;
}

.gallery-thumbList__item img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-button-next,
.gallery-button-prev {
  background-size: 48px 48px;
  height: 48px;
  margin-top: -24px;
  width: 48px;
}

.gallery-button-next {
  background-image: url(/common/president/images/icon-arrow-right.png);
}

.gallery-button-prev {
  background-image: url(/common/president/images/icon-arrow-left.png);
}

.gallery-slide__inner {
  height: 237px;
  width: 100%;
  position: relative;
}

.comic-slide__inner {
  height: 65vh;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.comic-btn-wrap {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}

.comic-btn {
  background: #0D306F;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
}

.comic-btn__txt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.comic-btn__arrow {
  height: 10px;
  width: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.comic-btn.\--prev {
  flex-direction: row-reverse;
}

.comic-btn.\--prev .comic-btn__txt {
  margin-left: 15px;
}

.comic-btn.\--next .comic-btn__txt {
  margin-right: 15px;
}

.comic-btn.\--prev .comic-btn__arrow {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.comic-btn.\--next .comic-btn__arrow {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.comic-btn.is-disabled {
  background-color: #ccc;
  color: #999;
}

.comic-area-btn {
  position: absolute;
  width: 50%;
  height: 100%;
}

.comic-area-btn.\--left {
  left: 0;
}

.comic-area-btn.\--right {
  right: 0;
}

.gallery-slide__caption,
.comic-slide__caption {
  font-size: 1.4rem;
  margin-top: 10px;
  text-align: left;
}

.gallery-slide__num {
  background: #0d306f;
  border-radius: 12px;
  bottom: -50px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 24px;
  left: 50%;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 0 15px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.comic-slide__num {
  bottom: -70px;
  display: inline-block;
  font-size: 1.4rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #0d306f;
  font-weight: 700;
  height: 34px;
}

.comic-slide__num span {
  font-size: 2rem;
}

.gallery-slide__num {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  bottom: 20px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 24px;
  left: 50%;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 0 15px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery .article__snsListWrap {
  padding: 8px 10px;
}

.gallery__btn {
  padding: 0 10px 10px;
}

.gallery__btn .c-btn {
  font-size: 1.6rem;
  text-decoration: underline;
}

.gallery__btn .c-btn::after {
  -webkit-transform: rotate(-1355deg);
  transform: rotate(-135deg);
  left: 20px;
  right: auto;
  text-decoration: underline;
}

.article-banner__item {
  margin-bottom: 10px;
}

.article-banner__title {
  color: #0d306f;
  font-weight: 700;
  text-align: center;
  display: block;
  text-decoration: underline;
}

.article-banner__image {
  display: flex;
  justify-content: center;
  margin: 10px auto;
}

.article-banner__image a {
  display: block;
}

.article-banner__image img {
  width: 100%;
}

.article-banner__subscribe-link {
  color: #0d306f;
  font-weight: 700;
  text-align: center;
  display: block;
  text-decoration: underline;
}

@media screen and (min-width: 500px) {
  .article-banner__image {
    max-width: 460px !important;
  }
}
.article-associate {
  margin-bottom: 20px;
}

.article-associate__ttl {
  margin: 20px 0 30px;
  text-align: center;
}

.article-associate__logo {
  margin-bottom: 10px;
}

.article-associate__logo.\--bunshun {
  max-width: 140px;
}

.article-associate__logo.\--asuken {
  max-width: 36%;
  margin: 10px auto;
}

.article-associate__logo img {
  width: 100%;
}

.article-associate__logo > a {
  display: block;
}

.article-associate__txt > a {
  text-decoration: underline;
}

.article-note {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.article-note__list {
  list-style: disc;
  padding: 10px 10px 10px 30px;
}

.article-note__item {
  font-size: 1.1rem;
}

.article-note__item:not(:last-child) {
  margin-bottom: 2px;
}

.m-login {
  margin-bottom: 40px;
}

.m-login__txt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.m-login__link {
  color: #151515;
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
  text-decoration: underline;
}

.m-login-benefit {
  background: #fff;
  margin-bottom: 16px;
  padding: 10px 20px 16px;
}

.m-login-signup {
  background: #f0f0f0;
  padding: 16px 10px;
}

.m-login-benefit__heading {
  color: #e22632;
  font-weight: 700;
  margin-bottom: 6px;
  text-align: center;
}

.m-login-benefit-list__item {
  display: flex;
  font-size: 1.4rem;
}

.m-login-benefit-list__item:not(:last-of-type) {
  margin-bottom: 6px;
}

.m-login-benefit-list__item-number {
  font-weight: 700;
  margin-right: 20px;
}

.m-login-benefit-list__item-contents {
  flex: 1;
}

.m-login-member {
  background: rgba(13, 48, 111, 0.1);
  padding: 16px 10px;
}

.m-login-member__txt {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 6px;
  text-align: center;
}

.m-login__btn {
  font-size: 1.6rem;
  border-radius: 50px;
}

/* web-seminar */
.article-body .web-seminar .article-lead p,
.article-body .web-seminar p {
  text-indent: 0;
}

.article-body .web-seminar .c-btn {
  border-radius: 20px;
}

.article-body .web-seminar .time-table {
  margin: 40px 0;
}

.article-body .web-seminar .time-table .schedule {
  width: 100%;
  box-sizing: border-box;
}

.article-body .web-seminar .time-table .schedule th {
  border-right: none;
  border-left: none;
  padding: 10px;
}

.article-body .web-seminar .time-table .schedule.detail th {
  text-align: left;
  vertical-align: top;
}

.article-body .web-seminar .time-table .schedule td {
  background: #fff !important;
  border-right: none;
  border-left: none;
  padding: 10px;
}

.article-body .web-seminar .time-table .schedule .profile {
  border: solid 1px #ddd;
  padding: 15px;
  margin-top: 25px;
}

.article-body .web-seminar .time-table .schedule .profile .image-area {
  margin: 0 auto 20px;
}

.article-body .web-seminar iframe {
  margin-top: 25px;
}

.article-body .web-seminar dl {
  margin-top: 20px;
}

.article-body .web-seminar dd {
  margin: 0 0 15px 15px;
}

.back-first {
  font-size: 1.4rem;
}

.piano-event-container {
  margin-top: 10px;
}

.event-overview__cont {
  position: relative;
  padding-bottom: 4px;
  border-bottom: 2px solid #ccc;
  display: block;
}

.event-overview__cont:not(:last-of-type) {
  margin: 10px 0 16px;
}

.event-overview__cont:last-of-type {
  margin-bottom: 0;
}

.event-overview__cont::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: inherit;
  content: "";
  border-bottom: 2px solid #0d306f;
}

.m-login-frame {
  position: relative;
  z-index: 1;
}

.m-login-frame-mask {
  height: 100px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 80%);
  position: relative;
  width: 100%;
  margin-top: -100px;
}

.m-login-frame-signup {
  box-shadow: #ccc 0 0 12px;
  border-radius: 6px;
  padding: 40px 30px;
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  background: #fff;
}

.m-login-frame__txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}

.m-login-frame__btn {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px auto;
}

.m-login-frame-benefit__txt {
  font-weight: 700;
  margin-bottom: 20px;
}

.m-login-frame-benefit-list {
  margin-bottom: 20px;
}

.m-login-frame-benefit-list__item {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}

.m-login-frame-benefit-list__item::before {
  content: "✔️";
  background-color: transparent;
  width: auto;
  height: auto;
  top: 0;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.2rem;
  align-items: center;
}

.m-login-frame-articles__headline {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.m-login-frame-articles-item:first-of-type {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.m-login-frame-articles-item__link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.m-login-frame-articles-item__img {
  width: 70px;
  min-width: 70px;
  height: 40px;
}

.m-login-frame-articles-item__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-body .m-login-frame-articles-item__link {
  text-decoration: none;
}

.m-login-frame-articles-item__body {
  color: #666;
}

.m-login-frame-articles-item__subttl {
  font-size: 1.2rem;
}

.m-login-frame-articles-item__ttl {
  font-size: 1.5rem;
  font-weight: 700;
}

/* アンケート */
.article-questionnaire {
  margin: 20px 0;
}

.article-questionnaire__ttl {
  margin-bottom: 20px;
  font-size: 2rem;
}

.article-questionnaire__btns {
  margin: 20px 0;
}

.article-questionnaire__btns a + a {
  margin-top: 10px;
}

.article-questionnaire__caution {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #666;
}

.contact {
  margin: 15px 0;
  padding: 0 10px;
}

.contact__headline {
  border-left: 5px solid #0d306f;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 10px;
}

.contact__corporateName {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.contact__corporateName a {
  color: #0036a3;
  text-decoration: underline;
}

.contact__corporateInfo {
  color: #657783;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

.contact__corporateInfo a {
  color: #0d306f;
  position: relative;
}

.contact__corporateInfo a:after {
  content: url(/common/president/images/icon_link.svg);
  display: inline-block;
  margin-left: 4px;
  position: absolute;
  top: -5px;
}

.contact__link {
  margin-bottom: 20px;
  text-align: center;
}

.contact__link a:not(:last-of-type) {
  margin-bottom: 10px;
}

.contact__banner {
  margin-bottom: 20px;
  padding: 0 10px;
}

.contact__banner a {
  display: block;
  text-align: center;
}

.contact__banner a img {
  max-width: 300px;
  width: 100%;
}