@charset "UTF-8";
p {
  letter-spacing: 0.08em;
  font-weight: 400;
}

.l-blog {
  background-image: url("https://mdrive.co.jp/system_panel/uploads/images/20210906125628782698.png");
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.l-blog .top-inner {
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(51, 51, 51, 0.3);
}
.l-blog .top-inner .sub-title-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 61px;
}
@media (max-width: 1080px) {
  .l-blog .top-inner .sub-title-box {
    margin-top: 51px;
  }
}
.l-blog .top-inner .sub-title-box .sub-h1 {
  font-family: "Spectral", serif;
  font-size: 52px;
  color: #fff;
  font-weight: 600;
  line-height: 79px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 1000px) {
  .l-blog .top-inner .sub-title-box .sub-h1 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .l-blog .top-inner .sub-title-box .sub-h1 {
    font-size: 40px;
    line-height: 69px;
  }
}
@media (max-width: 414px) {
  .l-blog .top-inner .sub-title-box .sub-h1 {
    font-size: 35px;
    line-height: 59px;
  }
}
.l-blog .top-inner .sub-title-box .sub-h1-text {
  font-family: "游ゴシック体", YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .l-blog .top-inner .sub-title-box .sub-h1-text {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .l-blog .top-inner .sub-title-box .sub-h1-text {
    font-size: 12px;
  }
}

/* ----------------------- */
/* ブログ一覧
/* ----------------------- */
.l-blogPage.common-pad {
  padding: 120px 0;
  background: #f4f6f8;
}
@media (max-width: 1000px) {
  .l-blogPage.common-pad {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .l-blogPage.common-pad {
    padding: 60px 0;
  }
}
@media (max-width: 414px) {
  .l-blogPage.common-pad {
    padding: 40px 0;
  }
}

.l-blogPage .blogInner {
  width: 83.33333%;
  margin: auto;
  max-width: 1200px;
}
.l-blogPage .blogInner .blogPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-blogPage .blogInner .blogPage .mainBlock {
  width: 75%;
}
.l-blogPage .blogInner .blogPage .rightBlock {
  width: 20%;
}

@media (max-width: 1030px) {
  .l-blogPage .blogInner {
    width: 90.27778%;
  }
}
@media (max-width: 740px) {
  .l-blogPage .blogInner .blogPage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1030px) {
  .l-blogPage .blogInner .blogPage .mainBlock {
    width: 75%;
  }
}
@media (max-width: 740px) {
  .l-blogPage .blogInner .blogPage .mainBlock {
    width: auto;
  }
}
@media (max-width: 740px) {
  .l-blogPage .blogInner .blogPage .rightBlock {
    width: auto;
    margin-top: 20px;
  }
}
/* ----------------------- */
/* newsdate
/* ----------------------- */
a {
  color: #fff;
}
a:hover {
  color: rgba(0, 0, 0, 0);
}

/**********メインブロックのスタイル*********/
/*articleタグのstyle*/
.news,
.cf {
  margin: 0 10px 70px;
  width: 30%;
  background: #fff;
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.news.cf:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media (max-width: 1200px) {
  .news,
.cf {
    width: 45%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0 auto 50px;
  }
}
@media (max-width: 800px) {
  .news,
.cf {
    width: 97%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 auto 30px;
  }
}
@media (max-width: 555px) {
  .news,
.cf {
    width: auto;
    margin: 0 auto 20px;
  }
}
/*.webgene-item-main-image {
  width: 100%;
   object-fit: cover;
}*/
/*-------blog追加-------*/
.webgene-item-main-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 10rem;
}

@media (max-width: 800px) {
  .webgene-item-main-image {
    height: 24rem;
  }
}
@media (max-width: 500px) {
  .webgene-item-main-image {
    height: 12rem;
  }
}
/*-------blog追加-------*/
/*タイトル*/
.contents .newsTit {
  font-family: "游ゴシック体", YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.08em;
  padding: 0 13px 11px ;
  color: #333;
}

.newsTag {
  font-family: "游ゴシック体", YuGothic;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #3d8ad0;
  padding: 4px 22px 3px;
  border: 1px solid #3d8ad0;
}

.news_inner.top {
  padding-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f4f6f8;
}

.newsDate {
  font-family: "Spectral", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #333;
  margin-bottom: 7px;
  padding: 8px 0 0 13px;
}

.contents {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/******右サイドブロック********/
/*カテゴリタイトル*/
.category-h2 {
  font-family: "游ゴシック体", YuGothic;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 12px 0;
  margin-bottom: 10px;
  background: #3d8ad0;
  text-align: center;
}
.category-h2.mt-3 {
  font-family: "游ゴシック体", YuGothic;
  margin-top: 10px !important;
  background: #3d8ad0;
}

/*アーカイブタイトル*/
/*右サイドブロックに挿入される記事*/
.webgene-item.mt-2 {
  margin-top: 0 !important;
}
.webgene-item.mt-2 a {
  font-family: YuGothic;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
  padding: 10px 0;
  color: #2d2d2d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.webgene-item.mt-2 a:hover {
  background: #d5ebff;
  text-decoration: none;
}

.webgene-item.mt-2 {
  margin-top: 0 !important;
}
.webgene-item.mt-2 a {
  font-family: YuGothic;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
  padding: 10px 0;
  color: #555555;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
}
.webgene-item.mt-2 a:hover {
  background: #d5ebff;
  text-decoration: none;
}

/*記事内のaタグ*/
@media (max-width: 1030px) {
  .webgene-item.mt-2 a {
    font-size: 13px;
  }
}
#wgc-1629867071017 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*******ページネーション********/
.webgene-pagination {
  margin: 1rem auto 0;
  width: 100%;
}
.webgene-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.webgene-pagination ul .next a,
.webgene-pagination ul .prev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin: 0 5px;
}

.l-blogPage .number {
  border: none;
  background: #fff;
  margin: 0 0 0 10px;
}
@media (max-width: 1200px) {
  .l-blogPage .number {
    margin: 0 0 0 18px;
  }
}
@media (max-width: 1000px) {
  .l-blogPage .number {
    margin: 0 0 0 16px;
  }
}
@media (max-width: 800px) {
  .l-blogPage .number {
    margin: 0;
  }
}
.l-blogPage .number a {
  font-family: YuGothic;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
  padding: 8px 15px;
  color: #333;
  background: #fff;
  border: 1px solid #777777;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-blogPage .number a:hover {
  background: #3d8ad0;
  color: #fff;
  text-decoration: none;
}
/*# sourceMappingURL=blog.css.map */