@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

MT専用　top.css
重要なお知らせ Topics　Case Studyで使用

-------------------------------------------------- */

/* Top 重要なお知らせ
--------------------------------------------------*/
.top-news-area{
  width: 95%;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.about-news{
  width: 100%;
  position: absolute ;
  top: auto;
  bottom: 85%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.top-news-area.display-none{
  display: none;
}
.top-news dl{
  background: #fff;
  border-radius: 15px;
  padding: 1.5em 3em;
}

.top-news2 dl{
  background: #fff;
  padding: 1.5em 3em;
  border: 1px solid #BF0000;
}
.top-news dl dt,
.top-news2 dl dt{
  font-size: 1.3rem;
  display: inline-block;
  margin-bottom: 1em;
}
.top-news dl dt span,
.top-news2 dl dt span{
  color: #fff;
  background: #BF0000;
  padding: 0 1em;
  margin-bottom: 1em;
}
.top-news dl dd ul li a,
.top-news2 dl dd ul li a{
  font-size: 1.6rem;
  display: block;
  font-weight: normal;
}
.top-news dl dd ul li span,
.top-news2 dl dd ul li span{
  color: #A7A7A7;
  font-size: 1.6rem;
  margin-right: 1em;
}
.top-news dl dd ul li:not(:last-child),
.top-news2 dl dd ul li:not(:last-child){
    margin-bottom: 0.5em;
  }

@media only screen and (max-width: 768px) {

  .about-news{
    width: 95% !important;
  }

  .top-news dl,
  .top-news2 dl{
    padding: 1em 1.5em;
  }
  .top-news dl dt,
  .top-news2 dl dt{
    margin-bottom: 0.5em;
  }
  .top-news dl dd ul li a,
  .top-news2 dl dd ul li a{
    font-size: 1.4rem;
  }
  .top-news dl dd ul li span,
  .top-news2 dl dd ul li span{
    font-size: 1.4rem;
    display: block;
    margin-right: 0;
  }
}


/* Topics */
.inner:has( .tab-article) {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 3fr 1fr;
  grid-template-rows: 3fr 1fr;
  -ms-grid-columns: 1.5fr 3fr;
  grid-template-columns: 1.5fr 3fr;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .inner:has( .tab-article) {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.inner:has( .tab-article) .tab-article {
  width: 100%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .inner:has( .tab-article) .tab-article {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.inner:has( .tab-article) .tab-article > li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 6rem;
  margin-right: 3%;
}
.inner:has( .tab-article) .tab-article > li span {
  color: #737373;
  text-align: center;
  display: block;
  cursor: pointer;
}
.inner:has( .tab-article) .tab-article > li span.active {
  color: #272727;
}
.inner:has( .tab-article) .list-article{
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media only screen and (max-width: 768px) {
  .inner:has( .tab-article) .list-article{
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.inner:has( .tab-article) .list-article {
  margin: 2rem 0;
}
.inner:has( .tab-article) .list-article li:first-child {
  margin-top: 0;
}
.inner:has( .tab-article) .list-article li .date-post {
  color: #737373;
  margin-bottom: 0.8rem;
}
.inner:has( .tab-article) .list-article li .date-post .category{
  color: #737373;
  font-size: 1.6rem;
  font-weight: normal;
  display: inline-block;
  padding: 0;
  margin: 0 1rem 0 2rem;
  border: none;
}
.inner:has( .tab-article) .list-article li .ttl-post a{
  padding: 0;
  border: none;
}
.inner:has( .tab-article) .list-article li .ttl-post a[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 1.3rem;
    height: 1rem;
    margin-left: 0.5em;
    margin-right: 0.5em;
    background: url(../img/common/ico_blank.svg) no-repeat center center/contain;
}
.inner:has( .tab-article) .btn-block {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .inner:has( .tab-article) .btn-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
  }
}
.inner:has( .tab-article) .btn-block p {
  margin-left: 0;
  margin-right: 3rem;
}
.inner:has( .tab-article) .btn-block p .btn-base {
  display: inline-block;
}


/* Case Study */
/* casestudy-area-top */
.casestudy-area-top {
  position: relative;
  background: #edeff2;
}
@media only screen and (max-width: 768px) {
  .casestudy-area-top {
    padding-bottom: 10rem;
  }
}
.casestudy-area-top > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .casestudy-area-top > .inner {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .casestudy-area-top > .inner .btn-block .btn-base {
    margin-right: 0;
  }
}

