@charset "UTF-8";
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

p {
  line-height: 28.8px;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.l-news {
  width: 100%;
  margin: 200px auto 0;
}
@media (max-width: 1060px) {
  .l-news {
    margin: 69px auto 0;
  }
}
@media (max-width: 600px) {
  .l-news {
    margin: 65px auto 0;
  }
}
.l-news .top-inner {
  background-image: url("https://q2one.co.jp/system_panel/uploads/images/4291464_m.jpg");
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
.l-news .top-inner .l-sub-h1 {
  margin: auto;
  padding-top: 109px;
  text-align: center;
}
.l-news .top-inner .l-sub-h1 .sub-h1 {
  font-size: 56px;
  color: #ff911e;
  letter-spacing: 0.08em;
  font-weight: 800;
  line-height: 83.16px;
  color: #ff911e;
  margin: 0;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
@media (max-width: 600px) {
  .l-news .top-inner .l-sub-h1 .sub-h1 {
    font-size: 52px;
  }
}
@media (max-width: 414px) {
  .l-news .top-inner .l-sub-h1 .sub-h1 {
    font-size: 48px;
  }
}
@media (max-width: 320px) {
  .l-news .top-inner .l-sub-h1 .sub-h1 {
    font-size: 43px;
  }
}

/* ----------------------- */
/* news一覧
/* ----------------------- */
.l-blogPage.common-pad {
  margin: 140px 0 100px;
}

.blogInner {
  width: 83.33333%;
  margin: auto;
  max-width: 1200px;
}
.blogInner .blogPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blogInner .blogPage .mainBlock {
  width: 75%;
  border: 1px solid #ff911e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 6% 6% 5%;
}
.blogInner .blogPage .rightBlock {
  width: 20%;
}

@media (max-width: 740px) {
  .l-blogPage.common-pad {
    margin: 100px 0 60px;
  }
}
@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: 20px 10px 20px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 30%;
  background: #fff;
  display: contents;
}

.news.cf:hover {
  -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.25);
  -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;
  }
}
@media (max-width: 800px) {
  .news,
.cf {
    width: 97%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 555px) {
  .news,
.cf {
    width: auto;
    margin: 0 0 20px 0;
  }
}
/*.webgene-item-main-image {
  width: 100%;
   object-fit: cover;
}*/
/*-------blog追加-------*/
/*-------blog追加-------*/
/*タイトル*/
.news_detail.news_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 550px) {
  .news_detail.news_box {
    display: block;
  }
}

.contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ff911e;
}
.contents:hover {
  background: #fff1e2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.contents .newsTit {
  line-height: 28.8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #333;
  padding-left: 20px;
  text-decoration: none;
}
@media (max-width: 550px) {
  .contents .newsTit {
    padding-left: 0;
  }
}

.newsTag {
  letter-spacing: 0.08em;
  padding: 2px 14px 2px 18px;
  text-align: center;
  color: #fff;
  background: #ff911e;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
}

.news_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px 0;
  cursor: pointer;
}
@media (max-width: 550px) {
  .news_inner {
    padding: 15px 0 10px;
  }
}

.news_inner.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 0;
}

.newsDate {
  color: #ff911e;
  padding-right: 15px;
  letter-spacing: 0.08em;
}

/******右サイドブロック********/
/*カテゴリタイトル*/
.category-h2 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 10px;
  background: #ff911e;
  border-radius: 4px;
}
.category-h2.mt-3 {
  margin-top: 10px !important;
  background: #ff911e;
  border-radius: 4px;
}

/*アーカイブタイトル*/
/*右サイドブロックに挿入される記事*/
.webgene-item.mt-2 {
  margin-top: 0 !important;
}
.webgene-item.mt-2 a {
  display: block;
  padding: 10px 0;
  color: #333;
  font-weight: bold;
}
.webgene-item.mt-2 a:hover {
  background: #fff1e3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}

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

/*******ページネーション********/
.webgene-pagination {
  margin: 1.5rem 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: none;
  margin: 20px 0 0 10px;
}
.l-blogPage .number a {
  display: inline-block;
  padding: 12px 15px;
  color: #333;
  background: #fff;
  border: 1px solid #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 120px;
}
.l-blogPage .number a:hover {
  background: #ff911e;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #ff911e;
  text-decoration: none;
}

@media (max-width: 555px) {
  .l-blogPage .number {
    margin: 20px 0 0 4px;
  }
}
/*# sourceMappingURL=news.css.map */