/** Shopify CDN: Minification failed

Line 269:0 Expected "*/" to terminate multi-line comment

**/
.page-width.page-width--narrow.section-template--25930750755136__main-padding.page-reading {
  padding-top: 10rem !important;
  padding-bottom: 5rem !important;
}

.page-reading {
  margin-top: 10rem !important;
  margin-bottom: 5rem !important;
}

h1.page-reading__title {
  text-align: center;
  font-size: 3.6rem;
  color: #142b7b;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 0;
}

.isolate.reading-lead {
    margin-bottom: 3rem;
}

.reading-lead p {
    color: #333230;
    text-align: left;
}

.section-template--25930750755136__reading_list-padding {
    max-width: 80%;
    margin: auto;
}

ul.reading-mixed__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    list-style: none;
    padding: 0;
}

.reading-mixed__thumb {
    aspect-ratio: 1 / 1;
}

img.reading-mixed__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

a.reading-mixed__link {
    text-decoration: none;
}

.reading-mixed__meta {
    display: grid;
}

.reading-mixed__meta time.reading-mixed__date {
    color: #333230;
    text-decoration: none;
}

.reading-mixed__badge {
    width: fit-content;
    padding: 0 .8rem;
    border-radius: 999px;
    color: #d3d0c3;
}

.reading-mixed__badge--news {
    background-color: #b40056;
}

.reading-mixed__badge--blog {
    background-color: #142b7b;
}

h2.reading-mixed__title {
    margin: .4rem 0;
    font-size: 2rem;
}

.reading-mixed__more {
    display: flex;
    gap: 3rem;
    justify-content: center;
}

.reading-mixed__more-link {
    background-color: #d3d0c3;
    text-decoration: none;
    padding: .4rem .8rem;
}

.reading-mixed__more-link:hover {
    color: #d3d0c3;
}

.reading-mixed__more-link--news {
    color: #b40056;
    border: 2px solid #b40056;
}

.reading-mixed__more-link--blog {
    color: #142b7b;
    border: 2px solid #142b7b;
}

.reading-mixed__more-link--news:hover {
    background-color: #b40056;
}

.reading-mixed__more-link--blog:hover {
    background-color: #142b7b;
}

.reading-mixed__more {
    margin: 5rem 0 10rem;
}

@media screen and (max-width: 749px) {
    h1.page-reading__title {
        font-size: 3rem;
    }
    .rich-text__wrapper.rich-text__wrapper--center.page-width {
    margin: 0;
    width: 100%;
}
.section-template--25930750755136__reading_list-padding {
    max-width: 100%;
    padding: 0 1.5rem;
}
ul.reading-mixed__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 2rem;
}
.reading-mixed__more {
    display: grid;
    gap: 1rem;
    text-align: center;
}
}


/*
.reading-mixed{
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 20px;
}

/* グリッド 
.reading-mixed__grid{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 750px){
  .reading-mixed__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px){
  .reading-mixed__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* カード 
.reading-mixed__card{
  margin: 0;
}

.reading-mixed__link{
  display: grid;
  grid-template-rows: auto 1fr;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow .25s ease, transform .25s ease;
}

.reading-mixed__link:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

/* サムネイル 
.reading-mixed__thumb{
  aspect-ratio: 4 / 3;
  background: rgba(0,0,0,.03);
}

.reading-mixed__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* サムネなし 
.reading-mixed__thumb--placeholder{
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, #f1f1f1, #e7e7e7);
}

/* 本文 
.reading-mixed__body{
  padding: 14px 16px 18px;
  display: grid;
  gap: 10px;
}

/* メタ情報 
.reading-mixed__meta{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.reading-mixed__badge{
  display: inline-block;
  padding: .15em .7em;
  border-radius: 999px;
  font-size: .8em;
  border: 1px solid rgba(0,0,0,.15);
  opacity: .85;
  white-space: nowrap;
}

.reading-mixed__date{
  font-size: .85em;
  opacity: .65;
  white-space: nowrap;
}

/* タイトル 
.reading-mixed__title{
  font-size: 1.02em;
  line-height: 1.5;
  margin: 0;
  color: inherit;
}

/* 空状態 
.reading-mixed__empty{
  padding: 18px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  background: #fff;
}
