@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #bc000f;
  --clP: #e50012;
  --clPW: #e94d59;
  --clSD: #333333;
  --clS: #535353;
  --clSW: #8d8d8d;
  --clAD: #0043a1;
  --clA: #295da7;
  --clAW: #527fc0;
  --clW: #ffffff;
  --clBGG: #faf6f5;
  --clBGP: #ffebed;
  --clBGS: #f7f7f7;
  --clBGCV: #e8f1ff;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #404040;
  --clTextW: #a1a1a1;
  --clTextR: #d44c00;
  --clTextL: #3d74c2;
  --clHL: #fff492;
  --clLink: #3d74c2;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.lower.column .search-form {
  display: flex;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width:639px) {
  .lower.column .search-form {
    margin-top: 60px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .search-form {
    margin-top: 66.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .search-form {
    margin-top: 73.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .search-form {
    margin-top: 80px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .search-form {
    margin-bottom: 41px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .search-form {
    margin-bottom: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .search-form {
    margin-bottom: 45.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .search-form {
    margin-bottom: 48px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .search-form {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .search-form {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.lower.column .search-form__input {
  flex: 1;
  height: 3.5rem;
  padding: 0 1rem;
  outline: none;
  border-radius: 8px 0 0 8px;
  border: 1px solid var(--clBD);
  border-right: none;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .lower.column .search-form__input {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .search-form__input {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .search-form__input {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .search-form__input {
    font-size: 16px;
  }
}
.lower.column .search-form__input::-moz-placeholder {
  color: var(--clTextW);
}
.lower.column .search-form__input::placeholder {
  color: var(--clTextW);
}
.lower.column .search-form__input:focus {
  border-color: #e50012;
}
.lower.column .search-form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  padding: 0 1.5rem;
  border-radius: 0 8px 8px 0;
  color: #fff;
  border: 1px solid #e50012;
  background-color: #e50012;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}
@media screen and (max-width:639px) {
  .lower.column .search-form__button {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .search-form__button {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .search-form__button {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .search-form__button {
    font-size: 14px;
  }
}
.lower.column .search-form__button:hover, .lower.column .search-form__button:focus {
  border-color: rgb(203.5, 0, 15.9956331878);
  background-color: rgb(203.5, 0, 15.9956331878);
}
.lower.column .section-latest-list .info,
.lower.column .section-pickup-list .info {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list .info,
  .lower.column .section-pickup-list .info {
    margin-bottom: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list .info,
  .lower.column .section-pickup-list .info {
    margin-bottom: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list .info,
  .lower.column .section-pickup-list .info {
    margin-bottom: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .section-latest-list .info,
  .lower.column .section-pickup-list .info {
    margin-bottom: 12px;
  }
}
.lower.column .section-latest-list .info .cat,
.lower.column .section-pickup-list .info .cat {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 50px;
  color: #e50012;
  text-decoration: none;
  border: 1px solid #e50012;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list .info .cat,
  .lower.column .section-pickup-list .info .cat {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list .info .cat,
  .lower.column .section-pickup-list .info .cat {
    font-size: 10.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list .info .cat,
  .lower.column .section-pickup-list .info .cat {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .section-latest-list .info .cat,
  .lower.column .section-pickup-list .info .cat {
    font-size: 11px;
  }
}
.lower.column .section-latest-list .info .cat::before,
.lower.column .section-pickup-list .info .cat::before {
  display: inline-block;
  width: 12.25px;
  height: 12.25px;
  margin-right: 4px;
  content: "";
  background: url("../../assets/img/column/ico_hashtag.svg") no-repeat center center;
  background-size: contain;
}
.lower.column .section-latest-list .info .cat .category-name,
.lower.column .section-pickup-list .info .cat .category-name {
  font-weight: bold;
}
.lower.column .section-latest-list .info .date,
.lower.column .section-pickup-list .info .date {
  display: inline-flex;
  align-items: center;
  color: var(--clTextW);
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list .info .date,
  .lower.column .section-pickup-list .info .date {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list .info .date,
  .lower.column .section-pickup-list .info .date {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list .info .date,
  .lower.column .section-pickup-list .info .date {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .section-latest-list .info .date,
  .lower.column .section-pickup-list .info .date {
    font-size: 12px;
  }
}
.lower.column .section-latest-list .info .date::before,
.lower.column .section-pickup-list .info .date::before {
  display: inline-block;
  width: 12.25px;
  height: 12.25px;
  margin-right: 4px;
  content: "";
  background: url("../../assets/img/column/ico_clock.svg") no-repeat center center;
  background-size: contain;
}
.lower.column .section-latest-list .info .date.update:before,
.lower.column .section-pickup-list .info .date.update:before {
  background: url("../../assets/img/column/ico_update.svg") no-repeat center center;
}
.lower.column .section-latest-list .info .date span,
.lower.column .section-pickup-list .info .date span {
  color: var(--clTextW);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list .info .date span,
  .lower.column .section-pickup-list .info .date span {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list .info .date span,
  .lower.column .section-pickup-list .info .date span {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list .info .date span,
  .lower.column .section-pickup-list .info .date span {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .section-latest-list .info .date span,
  .lower.column .section-pickup-list .info .date span {
    font-size: 12px;
  }
}
.lower.column .section-pickup-list .heading01,
.lower.column .section-column-about .heading01,
.lower.column .section-latest-list .heading01 {
  align-items: center;
}
.lower.column .section-pickup-list .heading01::before,
.lower.column .section-column-about .heading01::before,
.lower.column .section-latest-list .heading01::before {
  text-align: center;
}
.lower.column .section-pickup-list {
  margin-top: 0;
}
.lower.column .section-pickup-list .heading01::before {
  content: url(../img/cmn/ico_h2.svg) "\aPICK UP";
}
.lower.column .section-pickup-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 40px 32px;
}
@media screen and (max-width:639px) {
  .lower.column .section-pickup-list ul {
    gap: 32px 28px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower.column .section-pickup-list ul {
    gap: 36px 32px;
  }
}
.lower.column .section-pickup-list ul li {
  flex: 1 1 100%;
}
@media screen and (min-width:1025px) {
  .lower.column .section-pickup-list ul li:first-child a {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width:1025px) and (max-width:639px) {
  .lower.column .section-pickup-list ul li:first-child a {
    gap: 21px;
  }
}
@media screen and (min-width:1025px) and (min-width:640px) {
  .lower.column .section-pickup-list ul li:first-child a {
    gap: 22px;
  }
}
@media screen and (min-width:1025px) and (min-width:1025px) {
  .lower.column .section-pickup-list ul li:first-child a {
    gap: 23px;
  }
}
@media screen and (min-width:1025px) and (min-width:1400px) {
  .lower.column .section-pickup-list ul li:first-child a {
    gap: 24px;
  }
}
.lower.column .section-pickup-list ul li:first-child a .img {
  flex-basis: 47%;
  padding-top: 0;
}
@media screen and (max-width:1024px) {
  .lower.column .section-pickup-list ul li:first-child a .img {
    flex: 1;
  }
}
.lower.column .section-pickup-list ul li:first-child a .txt {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width:640px) {
  .lower.column .section-pickup-list ul li:not(:first-child) {
    flex: 1;
  }
}
.lower.column .section-pickup-list ul li article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.lower.column .section-pickup-list ul li article a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width:639px) {
  .lower.column .section-pickup-list ul li article a {
    gap: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-pickup-list ul li article a {
    gap: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-pickup-list ul li article a {
    gap: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .section-pickup-list ul li article a {
    gap: 16px;
  }
}
.lower.column .section-pickup-list ul li article a:hover {
  text-decoration: none;
}
.lower.column .section-pickup-list ul li article a .img {
  width: 100%;
  aspect-ratio: 16/9;
}
.lower.column .section-pickup-list ul li article a .img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower.column .section-pickup-list ul li article a .txt {
  flex: 1;
}
.lower.column .section-pickup-list ul li article a .txt h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
  -webkit-line-clamp: 2;
}
.lower.column .section-column-about {
  background-color: var(--clBGP);
}
@media screen and (max-width:639px) {
  .lower.column .section-column-about {
    padding-top: 49px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-column-about {
    padding-top: 51.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-column-about {
    padding-top: 53.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .section-column-about {
    padding-top: 56px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .section-column-about {
    padding-bottom: 49px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-column-about {
    padding-bottom: 51.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-column-about {
    padding-bottom: 53.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .section-column-about {
    padding-bottom: 56px;
  }
}
.lower.column .section-column-about .heading01 {
  margin-top: 0;
}
.lower.column .section-column-about .heading01::before {
  content: url(../img/cmn/ico_h2.svg) "\a COLUMN";
}
.lower.column .section-latest-list .heading01::before {
  content: url(../img/cmn/ico_h2.svg) "\aLatest";
}
.lower.column .section-latest-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 40px 32px;
  /* モバイルでは 1 列カードにする */
  /* ---------------- 1番目だけ横長カード ---------------- */
  /* ---------------- 2番目以降：縦カードを 3 列 ---------------- */
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list ul {
    gap: 32px 28px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower.column .section-latest-list ul {
    gap: 36px 32px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list ul li,
  .lower.column .section-latest-list ul li:not(:first-child) {
    flex: 1 1 100%;
  }
}
.lower.column .section-latest-list ul li a:hover {
  text-decoration: none;
}
.lower.column .section-latest-list ul li a:hover .txt .description {
  color: #0056b3;
}
.lower.column .section-latest-list ul li a .img {
  width: 100%;
  aspect-ratio: 16/9;
}
.lower.column .section-latest-list ul li a .img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower.column .section-latest-list ul li a .txt h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  -webkit-line-clamp: 2;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list ul li a .txt h1 {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list ul li a .txt h1 {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list ul li a .txt h1 {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .section-latest-list ul li a .txt h1 {
    font-size: 16px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list ul li a .txt h1 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list ul li a .txt h1 {
    margin-bottom: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list ul li a .txt h1 {
    margin-bottom: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .section-latest-list ul li a .txt h1 {
    margin-bottom: 12px;
  }
}
.lower.column .section-latest-list ul li a .txt .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--clTextW);
  line-height: 1.6;
  -webkit-line-clamp: 3;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list ul li a .txt .description {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list ul li a .txt .description {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list ul li a .txt .description {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .section-latest-list ul li a .txt .description {
    font-size: 14px;
  }
}
.lower.column .section-latest-list ul li:first-child {
  flex: 1 1 100%;
  /* 左 : サムネイル */
  /* 右 : テキスト */
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list ul li:first-child {
    margin-bottom: 8px;
  }
}
.lower.column .section-latest-list ul li:first-child a {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width:1025px) and (max-width:639px) {
  .lower.column .section-latest-list ul li:first-child a {
    gap: 21px;
  }
}
@media screen and (min-width:1025px) and (min-width:640px) {
  .lower.column .section-latest-list ul li:first-child a {
    gap: 22px;
  }
}
@media screen and (min-width:1025px) and (min-width:1025px) {
  .lower.column .section-latest-list ul li:first-child a {
    gap: 23px;
  }
}
@media screen and (min-width:1025px) and (min-width:1400px) {
  .lower.column .section-latest-list ul li:first-child a {
    gap: 24px;
  }
}
@media screen and (max-width:1024px) {
  .lower.column .section-latest-list ul li:first-child a {
    flex-direction: column;
  }
}
.lower.column .section-latest-list ul li:first-child a:hover {
  text-decoration: none;
}
.lower.column .section-latest-list ul li:first-child .img {
  flex-basis: 47%;
  padding-top: 0;
}
@media screen and (max-width:1024px) {
  .lower.column .section-latest-list ul li:first-child .img {
    flex: 1;
  }
}
@media screen and (max-width:1024px) and (max-width:639px) {
  .lower.column .section-latest-list ul li:first-child .img {
    margin-bottom: 14px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower.column .section-latest-list ul li:first-child .img {
    margin-bottom: 14.6666666667px;
  }
}
@media screen and (max-width:1024px) and (min-width:1025px) {
  .lower.column .section-latest-list ul li:first-child .img {
    margin-bottom: 15.3333333333px;
  }
}
@media screen and (max-width:1024px) and (min-width:1400px) {
  .lower.column .section-latest-list ul li:first-child .img {
    margin-bottom: 16px;
  }
}
.lower.column .section-latest-list ul li:first-child .txt {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.lower.column .section-latest-list ul li:first-child .txt h2 {
  /* 2行まで */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list ul li:first-child .txt h2 {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list ul li:first-child .txt h2 {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list ul li:first-child .txt h2 {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .section-latest-list ul li:first-child .txt h2 {
    font-size: 16px;
  }
}
.lower.column .section-latest-list ul li:not(:first-child) {
  flex: 1 1 calc((100% - 4rem) / 3);
  /* 16:9 サムネイル */
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower.column .section-latest-list ul li:not(:first-child) {
    flex: 1 1 calc((100% - 4rem) / 3);
  }
}
.lower.column .section-latest-list ul li:not(:first-child) a {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list ul li:not(:first-child) a {
    gap: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list ul li:not(:first-child) a {
    gap: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list ul li:not(:first-child) a {
    gap: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .section-latest-list ul li:not(:first-child) a {
    gap: 16px;
  }
}
.lower.column .section-latest-list ul li:not(:first-child) .img {
  width: 100%;
  aspect-ratio: 16/9;
}
.lower.column .section-latest-list ul li:not(:first-child) .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list ul li:not(:first-child) h2 {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list ul li:not(:first-child) h2 {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list ul li:not(:first-child) h2 {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .section-latest-list ul li:not(:first-child) h2 {
    font-size: 16px;
  }
}
.lower.column .section-latest-list .pager {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  gap: 1rem;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list .pager {
    margin-top: 72px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list .pager {
    margin-top: 74.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list .pager {
    margin-top: 77.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .section-latest-list .pager {
    margin-top: 80px;
  }
}
.lower.column .section-latest-list .pager .pager__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #e50012;
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  background: var(--clBGG);
  transition: background 0.2s;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list .pager .pager__link {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list .pager .pager__link {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list .pager .pager__link {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .section-latest-list .pager .pager__link {
    font-size: 14px;
  }
}
.lower.column .section-latest-list .pager .pager__link:hover {
  background: rgba(229, 0, 18, 0.1);
}
.lower.column .section-latest-list .pager .pager__link.is-active {
  color: #fff;
  background: #e50012;
}
.lower.column .section-latest-list .pager .pager__ellipsis {
  display: flex;
  align-items: center;
}
.lower.column .section-latest-list .pager .pager__ellipsis span {
  color: var(--clTextW);
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list .pager .pager__ellipsis span {
    font-size: 11px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list .pager .pager__ellipsis span {
    font-size: 11.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list .pager .pager__ellipsis span {
    font-size: 12.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .section-latest-list .pager .pager__ellipsis span {
    font-size: 13px;
  }
}
.lower.column .breadcrumb-nav {
  padding-top: 8px;
  padding-bottom: 8px;
  overflow-x: scroll;
  letter-spacing: 0.03em;
  border-top: 1px solid var(--clBDW);
  border-bottom: 1px solid var(--clBDW);
  line-height: 1.2;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width:639px) {
  .lower.column .breadcrumb-nav {
    font-size: 11px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .breadcrumb-nav {
    font-size: 12px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .breadcrumb-nav {
    font-size: 13px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .breadcrumb-nav {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .breadcrumb-nav {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .breadcrumb-nav {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.lower.column .breadcrumb-nav .breadcrumb-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: -moz-max-content;
  min-width: max-content;
  max-width: 1120px;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0;
  list-style: none;
}
.lower.column .breadcrumb-nav .breadcrumb-item + .breadcrumb-item {
  margin-left: 0.5em;
}
.lower.column .breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  margin-right: 0.5em;
  content: url("../../assets/img/column/arrow_right_clp.svg");
}
.lower.column .breadcrumb-nav .breadcrumb-item a {
  color: #e50012;
  text-decoration: underline;
  font-weight: 400;
}
.lower.column .breadcrumb-nav .breadcrumb-item[aria-current=page] {
  color: var(--clText);
}
.lower.column .breadcrumb-nav .breadcrumb-item[aria-current=page] a {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.lower.column .page-article h1.post-title {
  margin-bottom: 16px;
  color: var(--clP);
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (max-width:639px) {
  .lower.column .page-article h1.post-title {
    font-size: 24px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article h1.post-title {
    font-size: 25.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article h1.post-title {
    font-size: 26.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article h1.post-title {
    font-size: 28px;
  }
}
.lower.column .page-article {
  /* テーブルセクション */
}
.lower.column .page-article .info {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width:639px) {
  .lower.column .page-article .info {
    margin-bottom: 34px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .info {
    margin-bottom: 36px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .info {
    margin-bottom: 38px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .info {
    margin-top: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .info {
    margin-top: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .info {
    margin-top: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .info {
    margin-top: 16px;
  }
}
.lower.column .page-article .info .cat {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 50px;
  color: #e50012;
  border: 1px solid #e50012;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .lower.column .page-article .info .cat {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .info .cat {
    font-size: 10.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .info .cat {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .info .cat {
    font-size: 11px;
  }
}
.lower.column .page-article .info .cat::before {
  display: inline-block;
  margin-right: 4px;
  content: url("../../assets/img/column/ico_hashtag.svg");
}
.lower.column .page-article .info .cat:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--clP);
}
.lower.column .page-article .info .cat:hover:before {
  filter: contrast(0%) brightness(1000%);
}
.lower.column .page-article .info .cat .category-name {
  font-weight: bold;
}
.lower.column .page-article .info .date {
  display: inline-flex;
  align-items: center;
  color: var(--clTextW);
  font-size: 14px;
  line-height: 1.2;
}
.lower.column .page-article .info .date::before {
  display: inline-block;
  width: 12.25px;
  height: 12.25px;
  margin-right: 4px;
  content: "";
  background: url("../../assets/img/column/ico_clock.svg") no-repeat center center;
  background-size: contain;
}
.lower.column .page-article .info .date span {
  color: var(--clTextW);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .lower.column .page-article .info .date span {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .info .date span {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .info .date span {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .info .date span {
    font-size: 12px;
  }
}
.lower.column .page-article .info .info-author {
  display: inline-flex;
  align-items: center;
  color: #e50012;
  text-decoration: none;
}
@media screen and (max-width:639px) {
  .lower.column .page-article .info .info-author {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .info .info-author {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .info .info-author {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .info .info-author {
    font-size: 12px;
  }
}
.lower.column .page-article .info .info-author .author-img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:639px) {
  .lower.column .page-article > *:not(h1, h2, h3, h4, h5, h6) {
    margin-top: 32px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article > *:not(h1, h2, h3, h4, h5, h6) {
    margin-top: 34.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article > *:not(h1, h2, h3, h4, h5, h6) {
    margin-top: 37.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article > *:not(h1, h2, h3, h4, h5, h6) {
    margin-top: 40px;
  }
}
.lower.column .page-article .img-eyecatch img {
  width: 100%;
  border-radius: 8px;
}
.lower.column .page-article #ez-toc-container {
  border-radius: 8px;
  background: #ffebed;
}
@media screen and (max-width:639px) {
  .lower.column .page-article #ez-toc-container {
    padding: 28px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article #ez-toc-container {
    padding: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article #ez-toc-container {
    padding: 30.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article #ez-toc-container {
    padding: 32px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article #ez-toc-container {
    padding-top: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article #ez-toc-container {
    padding-top: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article #ez-toc-container {
    padding-top: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article #ez-toc-container {
    padding-top: 16px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article #ez-toc-container {
    padding-bottom: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article #ez-toc-container {
    padding-bottom: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article #ez-toc-container {
    padding-bottom: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article #ez-toc-container {
    padding-bottom: 16px;
  }
}
.lower.column .page-article #ez-toc-container .ez-toc-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.lower.column .page-article #ez-toc-container .ez-toc-title-container .ez-toc-title {
  margin: 0;
  letter-spacing: 0.03em;
  font-weight: 600;
  line-height: 1.8;
  cursor: inherit;
}
@media screen and (max-width:639px) {
  .lower.column .page-article #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 18px;
  }
}
.lower.column .page-article #ez-toc-container .ez-toc-title-container .ez-toc-title::before {
  display: inline-block;
  width: 28px;
  height: 16px;
  margin-right: 10px;
  content: "";
  background: url("../../assets/img/column/ico_symbol.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.lower.column .page-article #ez-toc-container .ez-toc-title-container .ez-toc-title-toggle {
  /* トグルアイコンのスタイル */
  width: 16px;
  height: 16px;
  background-size: contain;
  cursor: pointer;
}
.lower.column .page-article #ez-toc-container nav .ez-toc-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.lower.column .page-article #ez-toc-container nav .ez-toc-list.ez-toc-list-level-1 {
  counter-reset: toc-counter;
}
.lower.column .page-article #ez-toc-container nav .ez-toc-list li {
  position: relative;
  counter-increment: toc-counter;
  line-height: 1.8;
}
.lower.column .page-article #ez-toc-container nav .ez-toc-list li::marker {
  content: none;
}
.lower.column .page-article #ez-toc-container nav .ez-toc-list li::before {
  display: inline-block;
  flex-shrink: 0;
  width: 1.2em;
  margin-right: 0.5em;
  color: var(--clTextW);
  content: counter(toc-counter) ". ";
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width:639px) {
  .lower.column .page-article #ez-toc-container nav .ez-toc-list li::before {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article #ez-toc-container nav .ez-toc-list li::before {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article #ez-toc-container nav .ez-toc-list li::before {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article #ez-toc-container nav .ez-toc-list li::before {
    font-size: 14px;
  }
}
.lower.column .page-article #ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link {
  color: #e50012;
  text-decoration: underline;
}
@media screen and (max-width:639px) {
  .lower.column .page-article #ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article #ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article #ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article #ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link {
    font-size: 14px;
  }
}
.lower.column .page-article #ez-toc-container nav .ez-toc-list .ez-toc-page-1 .ez-toc-link:hover {
  /* ホバー時のスタイル */
}
.lower.column .page-article .wp-block-heading {
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.lower.column .page-article .wp-block-heading:is(h2) {
  color: var(--clP);
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-heading:is(h2) {
    font-size: 21px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-heading:is(h2) {
    font-size: 22px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-heading:is(h2) {
    font-size: 23px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-heading:is(h2) {
    font-size: 24px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-heading:is(h2) {
    margin-top: 64px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-heading:is(h2) {
    margin-top: 69.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-heading:is(h2) {
    margin-top: 74.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-heading:is(h2) {
    margin-top: 80px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-heading:is(h2) {
    margin-bottom: 34px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-heading:is(h2) {
    margin-bottom: 36px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-heading:is(h2) {
    margin-bottom: 38px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-heading:is(h2) {
    margin-bottom: 40px;
  }
}
.lower.column .page-article .wp-block-heading:is(h3) {
  border-bottom: 2px solid var(--clP);
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-heading:is(h3) {
    font-size: 16px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-heading:is(h3) {
    font-size: 16.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-heading:is(h3) {
    font-size: 17.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-heading:is(h3) {
    font-size: 18px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-heading:is(h3) {
    margin-top: 56px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-heading:is(h3) {
    margin-top: 58.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-heading:is(h3) {
    margin-top: 61.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-heading:is(h3) {
    margin-top: 64px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-heading:is(h3) {
    margin-bottom: 34px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-heading:is(h3) {
    margin-bottom: 36px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-heading:is(h3) {
    margin-bottom: 38px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-heading:is(h3) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-heading:is(h3) {
    padding-bottom: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-heading:is(h3) {
    padding-bottom: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-heading:is(h3) {
    padding-bottom: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-heading:is(h3) {
    padding-bottom: 12px;
  }
}
.lower.column .page-article .wp-block-heading:is(h4) {
  color: var(--clP);
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-heading:is(h4) {
    margin-top: 34px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-heading:is(h4) {
    margin-top: 36px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-heading:is(h4) {
    margin-top: 38px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-heading:is(h4) {
    margin-top: 40px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-heading:is(h4) {
    margin-bottom: 34px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-heading:is(h4) {
    margin-bottom: 36px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-heading:is(h4) {
    margin-bottom: 38px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-heading:is(h4) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-heading:is(h4) {
    font-size: 15.5px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-heading:is(h4) {
    font-size: 16px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-heading:is(h4) {
    font-size: 16.5px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-heading:is(h4) {
    font-size: 17px;
  }
}
.lower.column .page-article .author {
  position: relative;
  border-radius: 8px;
  border: 1px solid #D4D4D9;
}
@media screen and (max-width:639px) {
  .lower.column .page-article .author {
    padding: 21px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .author {
    padding: 22px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .author {
    padding: 23px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .author {
    padding: 24px;
  }
}
.lower.column .page-article .author .author-label {
  position: absolute;
  top: 0;
  left: 1.5rem;
  padding: 3px 22px;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  background: #e50012;
  line-height: 1.3;
  transform: translateY(-50%);
}
@media screen and (max-width:639px) {
  .lower.column .page-article .author .author-label {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .author .author-label {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .author .author-label {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .author .author-label {
    font-size: 12px;
  }
}
.lower.column .page-article .author .author-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.lower.column .page-article .author .author-inner .author-avatar {
  flex: 0 0 auto;
}
.lower.column .page-article .author .author-inner .author-avatar img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid var(--clBGG);
  -o-object-fit: cover;
     object-fit: cover;
}
.lower.column .page-article .author .author-inner .author-info {
  flex: 1;
  line-height: 1.5;
}
.lower.column .page-article .author .author-inner .author-info .author-role {
  font-weight: 600;
}
@media screen and (max-width:639px) {
  .lower.column .page-article .author .author-inner .author-info .author-role {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .author .author-inner .author-info .author-role {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .author .author-inner .author-info .author-role {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .author .author-inner .author-info .author-role {
    font-size: 12px;
  }
}
.lower.column .page-article .author .author-inner .author-info .author-name {
  display: inline-block;
  color: #2992DD;
  text-decoration: none;
  text-decoration: underline;
  font-weight: 600;
}
@media screen and (max-width:639px) {
  .lower.column .page-article .author .author-inner .author-info .author-name {
    font-size: 13px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .author .author-inner .author-info .author-name {
    font-size: 13.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .author .author-inner .author-info .author-name {
    font-size: 14.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .author .author-inner .author-info .author-name {
    font-size: 15px;
  }
}
.lower.column .page-article .author .author-inner .author-info .author-bio {
  margin-top: 8px;
  color: var(--clTextW);
  line-height: 1.4;
}
@media screen and (max-width:639px) {
  .lower.column .page-article .author .author-inner .author-info .author-bio {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .author .author-inner .author-info .author-bio {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .author .author-inner .author-info .author-bio {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .author .author-inner .author-info .author-bio {
    font-size: 14px;
  }
}
.lower.column .page-article .post-link {
  position: relative;
  display: flex;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  gap: 16px;
}
@media screen and (max-width:639px) {
  .lower.column .page-article .post-link {
    padding: 21px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .post-link {
    padding: 22px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .post-link {
    padding: 23px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .post-link {
    padding: 24px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .post-link {
    flex-direction: column;
  }
}
.lower.column .page-article .post-link:not(:hover) .post-link-summary {
  color: var(--clTextW);
}
.lower.column .page-article .post-link .post-link-caption {
  position: absolute;
  top: 0;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  padding: 0 0.6em;
  color: #e50012;
  font-weight: 600;
  background-color: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width:639px) {
  .lower.column .page-article .post-link .post-link-caption {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .post-link .post-link-caption {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .post-link .post-link-caption {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .post-link .post-link-caption {
    font-size: 12px;
  }
}
.lower.column .page-article .post-link .post-link-caption::before {
  margin-right: 4px;
  content: url(../../assets/img/column/ico_check.svg);
}
.lower.column .page-article .post-link .post-link-caption .post-link-caption-text {
  line-height: 1;
}
.lower.column .page-article .post-link .post-link-figure {
  flex: 0 0 24%;
}
@media screen and (max-width:639px) {
  .lower.column .page-article .post-link .post-link-figure {
    flex: 0 0 30%;
  }
}
.lower.column .page-article .post-link .post-link-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower.column .page-article .post-link .post-link-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
}
.lower.column .page-article .post-link .post-link-content .post-link-title {
  margin-bottom: 8px;
  font-weight: 600;
}
@media screen and (max-width:639px) {
  .lower.column .page-article .post-link .post-link-content .post-link-title {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .post-link .post-link-content .post-link-title {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .post-link .post-link-content .post-link-title {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .post-link .post-link-content .post-link-title {
    font-size: 16px;
  }
}
.lower.column .page-article .post-link .post-link-content .post-link-summary {
  line-height: 1.4;
  transition: 0.2s ease-out;
}
@media screen and (max-width:639px) {
  .lower.column .page-article .post-link .post-link-content .post-link-summary {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .post-link .post-link-content .post-link-summary {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .post-link .post-link-content .post-link-summary {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .post-link .post-link-content .post-link-summary {
    font-size: 14px;
  }
}
.lower.column .page-article .post-link .post-link-content .post-link-summary:hover {
  transition: 0.2s ease-out;
}
@media screen and (max-width:639px) {
  .lower.column .page-article > p {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article > p {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article > p {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article > p {
    font-size: 16px;
  }
}
.lower.column .page-article > p a {
  position: relative;
  color: #2992DD;
  text-decoration: underline;
}
.lower.column .page-article > p a[target=_blank]::after {
  position: relative;
  top: 0.1em;
  margin-left: 0.5em;
  content: url(../img/column/ico_externallink.svg);
}
.lower.column .page-article .wp-block-list {
  padding-left: 0;
  list-style: none;
}
.lower.column .page-article ul.wp-block-list {
  padding-left: 0.5em;
}
.lower.column .page-article ul.wp-block-list li {
  position: relative;
  padding-left: 0.75em;
  line-height: 1.5;
}
.lower.column .page-article ul.wp-block-list li:not(:last-child) {
  margin-bottom: 8px;
}
.lower.column .page-article ul.wp-block-list li::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  content: "";
  background-color: var(--clText);
}
.lower.column .page-article ol.wp-block-list {
  padding-left: 0;
  counter-reset: num;
}
.lower.column .page-article ol.wp-block-list > li {
  position: relative;
  margin: 4px 0;
  padding-left: 1.9em;
  counter-increment: num;
}
.lower.column .page-article ol.wp-block-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  content: counter(num) ". ";
  text-align: right;
}
.lower.column .page-article ol.wp-block-list > li > ol.wp-block-list {
  margin-top: 4px;
  counter-reset: alpha;
}
.lower.column .page-article ol.wp-block-list > li > ol.wp-block-list > li {
  position: relative;
  margin: 4px 0;
  padding-left: 1.7em;
  counter-increment: alpha;
}
.lower.column .page-article ol.wp-block-list > li > ol.wp-block-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  content: counter(alpha, lower-alpha) ". ";
  text-align: right;
}
.lower.column .page-article blockquote {
  color: var(--clTextW);
  border-left: 4px solid var(--clP);
  line-height: 1.8;
}
@media screen and (max-width:639px) {
  .lower.column .page-article blockquote {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article blockquote {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article blockquote {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article blockquote {
    font-size: 16px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article blockquote {
    padding-top: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article blockquote {
    padding-top: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article blockquote {
    padding-top: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article blockquote {
    padding-top: 16px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article blockquote {
    padding-bottom: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article blockquote {
    padding-bottom: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article blockquote {
    padding-bottom: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article blockquote {
    padding-bottom: 16px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article blockquote {
    padding-left: 24px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article blockquote {
    padding-left: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article blockquote {
    padding-left: 34.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article blockquote {
    padding-left: 40px;
  }
}
.lower.column .page-article .btn-clP {
  transition: 0.2s ease-out;
}
.lower.column .page-article .btn-clP:hover {
  color: #fff;
  background-color: var(--clP);
  opacity: 1;
}
.lower.column .page-article .btn-clP:hover:before, .lower.column .page-article .btn-clP:hover:after {
  filter: contrast(0%) brightness(1000%);
}
.lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout {
  width: 100%;
  border: 1px solid var(--clBGG);
  border-collapse: collapse;
}
.lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead tr,
.lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody tr,
.lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot tr {
  border-top: 1px solid var(--clBD);
}
.lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead th,
.lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead td,
.lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody th,
.lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody td,
.lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot th,
.lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot td {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead td,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody td,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot td {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead td,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody td,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot td {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead td,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody td,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot td {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead td,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody td,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot td {
    font-size: 16px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead td,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody td,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot td {
    padding: 21px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead td,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody td,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot td {
    padding: 22px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead td,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody td,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot td {
    padding: 23px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead td,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody td,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot th,
  .lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot td {
    padding: 24px;
  }
}
.lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead th:not(:last-child),
.lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead td:not(:last-child),
.lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody th:not(:last-child),
.lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tbody td:not(:last-child),
.lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot th:not(:last-child),
.lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout tfoot td:not(:last-child) {
  border-right: 1px solid var(--clBD);
}
.lower.column .page-article .wp-block-table.is-style-regular table.has-fixed-layout thead tr th {
  background-color: var(--clBGG);
}
.lower.column .page-article .wp-block-image > figcaption.wp-element-caption {
  color: var(--clTextW);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-image > figcaption.wp-element-caption {
    margin-top: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-image > figcaption.wp-element-caption {
    margin-top: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-image > figcaption.wp-element-caption {
    margin-top: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-image > figcaption.wp-element-caption {
    margin-top: 12px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-image > figcaption.wp-element-caption {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-image > figcaption.wp-element-caption {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-image > figcaption.wp-element-caption {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-image > figcaption.wp-element-caption {
    font-size: 14px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-group.has-background {
    padding-top: 21px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-group.has-background {
    padding-top: 22px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-group.has-background {
    padding-top: 23px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-group.has-background {
    padding-top: 24px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-group.has-background {
    padding-bottom: 21px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-group.has-background {
    padding-bottom: 22px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-group.has-background {
    padding-bottom: 23px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-group.has-background {
    padding-bottom: 24px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-group.has-background {
    padding-left: 24px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-group.has-background {
    padding-left: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-group.has-background {
    padding-left: 34.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-group.has-background {
    padding-left: 40px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-group.has-background {
    padding-right: 24px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-group.has-background {
    padding-right: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-group.has-background {
    padding-right: 34.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-group.has-background {
    padding-right: 40px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-group.has-border-color {
    padding-top: 21px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-group.has-border-color {
    padding-top: 22px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-group.has-border-color {
    padding-top: 23px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-group.has-border-color {
    padding-top: 24px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-group.has-border-color {
    padding-bottom: 21px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-group.has-border-color {
    padding-bottom: 22px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-group.has-border-color {
    padding-bottom: 23px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-group.has-border-color {
    padding-bottom: 24px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-group.has-border-color {
    padding-left: 24px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-group.has-border-color {
    padding-left: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-group.has-border-color {
    padding-left: 34.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-group.has-border-color {
    padding-left: 40px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .page-article .wp-block-group.has-border-color {
    padding-right: 24px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article .wp-block-group.has-border-color {
    padding-right: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article .wp-block-group.has-border-color {
    padding-right: 34.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .page-article .wp-block-group.has-border-color {
    padding-right: 40px;
  }
}
.lower.column .balloon {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  /* ---------- 左寄せ ---------- */
  /* ---------- 右寄せ ---------- */
}
.lower.column .balloon .balloon-avatar {
  flex: 0 0 auto;
}
.lower.column .balloon .balloon-avatar figure {
  display: flex;
  flex-direction: column;
  margin: 0;
  text-align: center;
  gap: 8px;
}
.lower.column .balloon .balloon-avatar figure img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid var(--clBGG);
  -o-object-fit: cover;
     object-fit: cover;
}
.lower.column .balloon .balloon-avatar figure figcaption {
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .lower.column .balloon .balloon-avatar figure figcaption {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .balloon .balloon-avatar figure figcaption {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .balloon .balloon-avatar figure figcaption {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .balloon .balloon-avatar figure figcaption {
    font-size: 12px;
  }
}
.lower.column .balloon .balloon-text {
  position: relative;
  flex: 1;
  border-radius: 8px;
  background: var(--clBGG);
  line-height: 1.8;
}
@media screen and (max-width:639px) {
  .lower.column .balloon .balloon-text {
    padding-top: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .balloon .balloon-text {
    padding-top: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .balloon .balloon-text {
    padding-top: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .balloon .balloon-text {
    padding-top: 16px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .balloon .balloon-text {
    padding-bottom: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .balloon .balloon-text {
    padding-bottom: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .balloon .balloon-text {
    padding-bottom: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .balloon .balloon-text {
    padding-bottom: 16px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .balloon .balloon-text {
    padding-left: 21px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .balloon .balloon-text {
    padding-left: 22px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .balloon .balloon-text {
    padding-left: 23px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .balloon .balloon-text {
    padding-left: 24px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .balloon .balloon-text {
    padding-right: 21px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .balloon .balloon-text {
    padding-right: 22px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .balloon .balloon-text {
    padding-right: 23px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .balloon .balloon-text {
    padding-right: 24px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .balloon .balloon-text {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .balloon .balloon-text {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .balloon .balloon-text {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .balloon .balloon-text {
    font-size: 16px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .balloon .balloon-text {
    line-height: 1.6;
  }
}
.lower.column .balloon.right {
  flex-direction: row;
}
.lower.column .balloon.right .balloon-text {
  /* 吹き出しの矢印（右向き） */
}
.lower.column .balloon.right .balloon-text::after {
  position: absolute;
  top: 20px;
  right: -16px;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid transparent;
  border-left-color: var(--clBGG);
}
.lower.column .balloon.left {
  flex-direction: row-reverse;
}
.lower.column .balloon.left .balloon-text {
  /* 吹き出しの矢印（左向き） */
}
.lower.column .balloon.left .balloon-text::after {
  position: absolute;
  top: 20px;
  left: -16px;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid transparent;
  border-right-color: var(--clBGG);
}
@media screen and (max-width:639px) {
  .lower.column .popular {
    margin-bottom: 56px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .popular {
    margin-bottom: 58.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .popular {
    margin-bottom: 61.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .popular {
    margin-bottom: 64px;
  }
}
.lower.column .popular .popular-ttl {
  display: flex;
  align-items: center;
}
@media screen and (max-width:639px) {
  .lower.column .popular .popular-ttl {
    margin-bottom: 28px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .popular .popular-ttl {
    margin-bottom: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .popular .popular-ttl {
    margin-bottom: 30.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .popular .popular-ttl {
    margin-bottom: 32px;
  }
}
.lower.column .popular .popular-ttl i {
  width: 28px;
  height: 16px;
  margin-right: 0.5rem;
  background: url("../../assets/img/column/ico_symbol.svg") no-repeat center/contain;
}
.lower.column .popular .popular-ttl span {
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .lower.column .popular .popular-ttl span {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .popular .popular-ttl span {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .popular .popular-ttl span {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .popular .popular-ttl span {
    font-size: 16px;
  }
}
.lower.column .popular .popular-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lower.column .popular .popular-list .popular-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.lower.column .popular .popular-list .popular-item .popular-link {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  gap: 8px;
}
.lower.column .popular .popular-list .popular-item .popular-link .popular-thumb {
  flex: 0 0 96px;
}
.lower.column .popular .popular-list .popular-item .popular-link .popular-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower.column .popular .popular-list .popular-item .popular-link .popular-content {
  flex: 1;
}
.lower.column .popular .popular-list .popular-item .popular-link .popular-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
  overflow: hidden;
  line-height: 1.6;
  -webkit-line-clamp: 4;
}
@media screen and (max-width:639px) {
  .lower.column .popular .popular-list .popular-item .popular-link .popular-content p {
    font-size: 11px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .popular .popular-list .popular-item .popular-link .popular-content p {
    font-size: 11.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .popular .popular-list .popular-item .popular-link .popular-content p {
    font-size: 12.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .popular .popular-list .popular-item .popular-link .popular-content p {
    font-size: 13px;
  }
}
.lower.column .category .category-ttl {
  display: flex;
  align-items: center;
}
@media screen and (max-width:639px) {
  .lower.column .category .category-ttl {
    margin-bottom: 28px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .category .category-ttl {
    margin-bottom: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .category .category-ttl {
    margin-bottom: 30.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .category .category-ttl {
    margin-bottom: 32px;
  }
}
.lower.column .category .category-ttl i {
  width: 28px;
  height: 16px;
  margin-right: 0.5rem;
  background: url("../../assets/img/column/ico_symbol.svg") no-repeat center/contain;
}
.lower.column .category .category-ttl span {
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .lower.column .category .category-ttl span {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .category .category-ttl span {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .category .category-ttl span {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .category .category-ttl span {
    font-size: 16px;
  }
}
.lower.column .category .category-list .category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em;
  border-radius: 500px;
  font-weight: 600;
  border: 1px solid #e50012;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .lower.column .category .category-list .category-item {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .category .category-list .category-item {
    font-size: 10.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .category .category-list .category-item {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .category .category-list .category-item {
    font-size: 11px;
  }
}
.lower.column .category .category-list .category-item:not(:last-child) {
  margin-bottom: 8px;
}
.lower.column .category .category-list .category-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 500px;
}
@media screen and (max-width:639px) {
  .lower.column .category .category-list .category-item a {
    padding: 28px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .category .category-list .category-item a {
    padding: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .category .category-list .category-item a {
    padding: 30.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .category .category-list .category-item a {
    padding: 32px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .category .category-list .category-item a {
    padding-top: 13px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .category .category-list .category-item a {
    padding-top: 13.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .category .category-list .category-item a {
    padding-top: 14.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .category .category-list .category-item a {
    padding-top: 15px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .category .category-list .category-item a {
    padding-bottom: 13px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .category .category-list .category-item a {
    padding-bottom: 13.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .category .category-list .category-item a {
    padding-bottom: 14.3333333333px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .category .category-list .category-item a {
    padding-bottom: 15px;
  }
}
.lower.column .category .category-list .category-item a:hover {
  text-decoration: none;
  background-color: var(--clP);
}
.lower.column .category .category-list .category-item a:hover .name {
  color: #fff;
}
.lower.column .category .category-list .category-item a:hover .name:before {
  display: inline-block;
  margin-right: 4px;
  content: url("../../assets/img/column/ico_hashtag.svg");
  filter: contrast(0%) brightness(1000%);
}
.lower.column .category .category-list .category-item a:hover .quantity {
  color: var(--clP);
  background-color: #fff;
}
.lower.column .category .category-list .category-item .name {
  display: inline-flex;
  align-items: center;
  color: #e50012;
  font-weight: 600;
}
.lower.column .category .category-list .category-item .name::before {
  display: inline-block;
  margin-right: 4px;
  content: url("../../assets/img/column/ico_hashtag.svg");
}
.lower.column .category .category-list .category-item .name::before:hover {
  filter: contrast(0%) brightness(1000%);
}
.lower.column .category .category-list .category-item .quantity {
  display: inline-block;
  min-width: 2.5em;
  padding: 4px 8px;
  border-radius: 500px;
  color: #e50012;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  background: var(--clBGP);
  line-height: 1;
}
.lower.column .layout-2col {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  gap: 80px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width:639px) {
  .lower.column .layout-2col {
    padding-top: 40px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .layout-2col {
    padding-top: 45.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .layout-2col {
    padding-top: 50.6666666667px;
  }
}
@media screen and (min-width:1400px) {
  .lower.column .layout-2col {
    padding-top: 56px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .layout-2col {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .layout-2col {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width:1024px) {
  .lower.column .layout-2col {
    flex-direction: column;
  }
}
.lower.column .layout-2col .content {
  /* flex‐grow:9, flex‐shrink:1, flex‐basis:0% */
  flex: 9 1 0%;
}
.lower.column .layout-2col .sidebar {
  /* flex‐grow:4, flex‐shrink:1, flex‐basis:0% */
  flex: 4 1 0%;
}
.lower.column .colors {
  display: flex;
  gap: 4px;
}
.lower.column .colors li {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: white;
  font-size: 10px;
  aspect-ratio: 1/1;
}
.lower.column .colors li.clText {
  background-color: #3F3C3B;
}
.lower.column .colors li.clTextW {
  background-color: #8E8683;
}
.lower.column .colors li.clWhite {
  color: #3F3C3B;
  background-color: #ffffff;
}
.lower.column .colors li.clP {
  background-color: #54A00B;
}
.lower.column .colors li.clP-bg {
  color: #3F3C3B;
  background-color: #F2FDE7;
}
.lower.column .colors li.clS {
  background-color: #EFCD22;
}
.lower.column .colors li.clS-bg {
  color: #3F3C3B;
  background-color: #FFFBE7;
}
.lower.column .colors li.clA {
  background-color: #E64809;
}
.lower.column .colors li.clA-bg {
  color: #3F3C3B;
  background-color: #FFF6F2;
}
.lower.column .colors li.clBG {
  color: #3F3C3B;
  background-color: #EEEEEE;
}
.lower.column .colors li.clBD {
  color: #3F3C3B;
  background-color: #E0E0E0;
}
.lower.column .colors li.clHL {
  color: #3F3C3B;
  background-color: #FFF492;
}/*# sourceMappingURL=column.css.map */