@charset "UTF-8";
/* ==========================================================================
   /news/index.html
   ========================================================================== */


/* p-news-top-list-01
   ========================================================================== */
.p-column-body .list.is-list ul {
  display: grid;
  gap: 30px 24px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  .p-column-body .main .list.is-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .p-column-body .main .list.is-list ul {
    gap: 50px 24px;
    /*grid-template-columns: repeat(auto-fit, minmax(0, 282px));*/
	  grid-template-columns: repeat(auto-fit, minmax(0, 282px));
  }
}
.p-column-body .main .list.is-list ul .item dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.p-column-body .main .list.is-list ul .item dl .thumb {
  margin-bottom: 6px;
}
.p-column-body .main .list.is-list ul .item dl .thumb a {
  display: block;
}

.p-column-body .main .list.is-list ul .item dl a:hover {
  color: #333333;
}
.p-column-body .main .list.is-list ul .item dl .thumb a img {
  width: 100%;
  height: auto;
}
.p-column-body .main .list.is-list ul .item dl .date {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-column-body .main .list.is-list ul .item dl .date {
    font-size: 14px;
  }
}

.m-btn.theme-secondary > a {
  background: #fff;
  border: 1px solid #1E52A6;
  color: #1E52A6;
  position: relative;
	line-height: 1.5;
    min-width: 330px;
    max-width: 460px;
   
	font-size: 1.2rem;
    padding: 16px 30px;
}

.m-btn.theme-secondary > a::after {
  content: "\e900";
  font-family: "icomoon";
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .m-btn.theme-secondary > a:hover {
    background: #E7ECF5;
  }
.m-btn.theme-secondary > a {
   font-size: 1.6rem;
    padding: 1em 40px;
}
	.m-btn.theme-secondary > a::after {
  font-size: 1.4rem;
  font-weight: 700;
  right: 15px;
}
}
.align-center {
  text-align: center !important;
}