/* cms専用 */
body {
  font-family: 'Montserrat', 'Noto Sans CJK JP'!important;
}

main {
  margin: 0 auto;
  width: min(calc(100% - 3rem), 1080px);
  display: block;
}

.l-footer-copyright {
  text-align: center;
}

@media screen and (max-width: 768px) {
  main {
    display: block!important;
    width: 100%;
    box-sizing: border-box;
  }
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.2s all;
}

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

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

img.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.align-right {
  display: block;
  margin-left: auto;
}

strong {
  font-weight: bold;
  font-size: inherit;
}

em {
  font-style: italic;
  font-size: inherit;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul > li,
ol > li {
  margin-left: 1.6em;  
}

blockquote {
  border-left: 3px solid #ddd;
  color: #666;
  padding-left: 15px;
}

table {
  border: 1px solid #e5e5e5;
}

table td,
table th {
  border: 1px solid #e5e5e5;
  padding: 10px;
  line-height: 1.2;
  vertical-align: middle;
}

table th {
  background-color: #f5f5f5;
  text-align: center;
  width: 30%;
}

.image-style-align-left {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
  max-width: 50%;
}

.image-style-align-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
  max-width: 50%;
}

/* フレックスボックス */
.u_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

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

.p_feature_col_2 > div {
  width: 48%;
}

.img_w100 {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p_feature_col_2 > div {
    width: 100%;
  }
  
  .p_feature_col_2 .img_l {
    margin-bottom: 20px;
  }

  .p_feature_col_2 .text_l {
    margin-bottom: 20px;
  }
}

/* 特集一覧 */
#contents {
  width: min(calc(100% - 3rem), 1080px);
  margin: 0 auto;
  display: block;
  justify-content: space-between;
  gap: min(3vw, 45px);
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
}

time {
  letter-spacing: 0.05rem;
}

.content {
  width: calc(100% - 220px);
  max-width: 828px;
  margin: 0 auto;
  padding: 0 0 3rem 0;
  order: 2;
}

.content p {
  margin: 1.5rem 0;
}

.page_title {
  width: min(calc(100% - 3rem), 1080px);
  margin: 0 auto;
  padding: 1% 0;
  box-sizing: border-box;
}

.page_title h1 {
  font-size: min(6.9333vw, 2.5rem);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.05rem;
  margin: 0.83em 0;
}

.feature_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature_list ul li {
  padding: 0 0 3rem;
  margin: 0;
  overflow: hidden;
  display: flex;
}

.feature_list ul li figure {
  padding: 0;
  margin: 0 1rem 0 0;
  max-width: 215px;
}

.cat_links {
  font-size: min(2.6vw, 0.75rem);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}

.feature_list ul li .feature_list_text {
  width: 100%;
}

.feature_list ul li .feature_list_text .cat_links {
  float: left;
  width: calc(100% - 20rem);
}

.cat_links span {
  color: #004ea2;
  padding: 0 0.5rem;
  border: 1px solid #004ea2;
  display: inline-block;
  font-weight: 600;
}

.feature_list ul li time {
  padding: 0;
  margin: 0;
  float: right;
  font-size: min(3.2vw, 0.875rem);
  color: #8D8D8D;
}

.feature_list ul li p {
  font-size: min(4.8vw, 1.25rem);
  line-height: 1.4;
  width: 100%;
  clear: both;
  overflow: hidden;
  padding-top: 1rem;
}

@media screen and (max-width: 768px) {
  #contents {
    display: block !important;
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }

  .content {
    width: 100%;
    max-width: 828px;
  }

  .page_title {
      width: 100%;
      padding: 2% 5%;
  }

  .feature_list ul li {
    padding-bottom: 4%;
    display: block;
  }

  .feature_list ul li figure {
    margin: 0 0 0.5rem;
    max-width: 100%;
    float: none;
  }

  .feature_list ul li figure img {
    width: 100%;
  }

  .feature_list ul li p {
    padding-top: 0.2rem;
  }

  .feature_list ul li .feature_list_text .cat_links {
    width: 100%;
  }
}

/* ページャー */
nav {
  margin-bottom: 3rem;
}

.pager ul > li {
  margin: 0;
}

.pager .is-hidden {
  display: none;
}

.pager .js-pager__items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 3%;
}

.pager .js-pager__items .pager__item a {
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DCDCDC;
}

.pager .js-pager__items .is-active a {
  background: #DCDCDC;
  color: #fff;
}

.pager .js-pager__items .pager__item--previous a,
.pager .js-pager__items .pager__item--next a {
  background: #004EA2;
  border: none;
  border-radius: 0;
}

.pager .js-pager__items .pager__item--previous a::before,
.pager .js-pager__items .pager__item--next a::before {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  box-sizing: border-box;
  right: -0.2rem;
  position: relative;
}

.pager .js-pager__items .pager__item--next a::before {
  transform: rotate(-135deg);
  right: 0.1rem;
}

/* ブログ：TOP */
.l-section ul > li {
  margin: 0;
}

ul.l-blog {
  list-style: none;
}

.u-bg-note {
  background-image: url(/themes/custom/manchoku/assets/img/bg-note.png);
  background-repeat: repeat;
}

.l-blog--link {
  text-decoration: underline;
}