@charset "UTF-8";
.font_en {
  font-family: FB Benton Sans Medium;
}


/* ソリューション TAKI Magazine */
.solution_wrap .newMaga_wrap {
  margin-top: 80px;
}
.solution_wrap .newMaga_wrap .ssub_title {
  font-size: 36px;
}
.solution_wrap .newMaga_wrap .ssub_title span {
  font-size: 20px;
  font-weight: bold;
}
.solution_wrap .newMaga_wrap .ssub_txt {
  display: block;
  font-size: 1.25em;
  color: #666666;
  margin-top: 35px;
}
.solution_wrap .newMaga_wrap .taki_maga_cont {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .solution_wrap .newMaga_wrap {
    margin-top: 8vw;
  }
  .solution_wrap .newMaga_wrap .ssub_title {
    font-size: 7.2vw;
  }
  .solution_wrap .newMaga_wrap .ssub_title span {
    font-size: 3.7333vw;
  }
  .solution_wrap .newMaga_wrap .ssub_txt {
    font-size: 4.8vw;
    color: #666666;
    text-align: center;
    margin-top: 10.6667vw;
  }
  .solution_wrap .newMaga_wrap .taki_maga_cont {
    margin-top: 16vw;
  }
}


/* TAKI Magazine 記事一覧 */
.newMaga_wrap .sub_container {
  background: #fff;
}
.newMaga_wrap .sub_container .newBlog_wrap {
  margin-top: 100px;
}
.newMaga_wrap .sub_container .newBlog_wrap b {
  font-size: 26px;
}

.newMaga_wrap .sub_container ul.article-list {
  max-width: 100%;
}
.newMaga_wrap .sub_container ul.article-list li {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #CCCCCC;
}
.newMaga_wrap .sub_container ul.article-list li:last-child {
  margin-bottom: 0;
}
.newMaga_wrap .sub_container ul.article-list li .article-txt {
  width: calc(100% - 42.3%);
  padding: 30px 30px 30px 40px;
  box-sizing: border-box;
}
.newMaga_wrap .sub_container ul.article-list li .article-txt .txt_top {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.newMaga_wrap .sub_container ul.article-list li .article-txt .txt_top time {
  display: inline-block;
  margin-right: 20px;
}
.newMaga_wrap .sub_container ul.article-list li .article-txt .txt_top span {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  background: #fef9a5;
  /* border-radius: 30px; */
}
.newMaga_wrap .sub_container ul.article-list li .article-txt .tit_txt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.newMaga_wrap .sub_container ul.article-list li .article-img {
  width: 42%;
}
.newMaga_wrap .sub_container ul.article-list li .article-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.newMaga_wrap .sub_container ul.article-list li .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newMaga_wrap .maga_explain {
  max-width: 1000px;
  margin: 80px auto 0;

  margin: 80px auto;
  background: #F5F5F5;
  padding: 40px;
  box-sizing: border-box;
}
.newMaga_wrap .maga_explain {
  max-width: 960px;
}
/* 2511 */


.newMaga_wrap .maga_explain strong {
  display: block;
  font-size: 1.75rem;

  font-size: 1.375rem;
  margin-bottom: 30px;

  padding-bottom: 30px;
  border-bottom: 1px solid #BFBFBF;
}
.newMaga_wrap .maga_explain strong>span {
  position: relative;
  z-index: 2;
}
/* .newMaga_wrap .maga_explain strong>span::before {
  display: block;
  content: "";
  width: 101%;
  height: 10px;
  background: #FCF101;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
} */
.newMaga_wrap .maga_explain p {
  font-size: 1.125rem;
  line-height: 1.667;
}
.newMaga_wrap .maga_explain b {
  display: block;
  margin-top: 40px;
  margin-bottom: 10px;
}
.newMaga_wrap .maga_explain ul li {
  line-height: 1.875;
  position: relative;
}
.newMaga_wrap .maga_explain ul li::before {
  display: inline-block;
  content: "・";
}
@media screen and (max-width: 768px) {
  .newMaga_wrap .sub_title h1.main_title {
    text-align: center;
    font-size: 6.6667vw;
  }
  .newMaga_wrap .sub_title h1.main_title span {
    display: block;
    font-size: 3.7333vw;
    margin-top: 2.4000vw;
    padding-left: 0;
  }

  .newMaga_wrap .sub_container {
    width: 90.9333vw;
    margin-left: auto;
    margin-right: auto;
  }
  .newMaga_wrap .sub_container .newBlog_wrap {
    margin-top: 16vw;
  }
  .newMaga_wrap .sub_container .newBlog_wrap b {
    font-size: 5.8667vw;
  }

  .newMaga_wrap .sub_container ul.article-list li {
    margin-bottom: 5.3333vw;
    flex-direction: column;
  }
  .newMaga_wrap .sub_container ul.article-list li .article-txt {
    width: 100%;
    padding: 5.333vw 4vw 4vw;
  }
  .newMaga_wrap .sub_container ul.article-list li .article-txt .txt_top {
    font-size: 3.7333vw;
    margin-bottom: 4vw;
  }
  .newMaga_wrap .sub_container ul.article-list li .article-txt .txt_top time {
    margin-right: 5.3333vw;
    margin-bottom: 1.3333vw;
  }
  .newMaga_wrap .sub_container ul.article-list li .article-txt .txt_top span {
    padding: 1.8667vw 3.7333vw;
    /* border-radius: 20px; */
  }
  .newMaga_wrap .sub_container ul.article-list li .article-txt .tit_txt {
    font-size: 5.3333vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  .newMaga_wrap .sub_container ul.article-list li .article-txt .lead_txt {
    line-height: 1.875;
  }
  .newMaga_wrap .sub_container ul.article-list li .article-img {
    width: 100%;
  }

  .newMaga_wrap .maga_explain {
    margin: 20vw auto 0;
    padding: 8vw 3.2vw;
  }
  .newMaga_wrap .maga_explain strong {
    font-size: 5.3333vw;
    margin-bottom: 5.3333vw;

    padding-bottom: 5.3333vw;
    line-height: 1.3;
  }
  .newMaga_wrap .maga_explain strong>span::before {
    height: 2.2667vw;
  }
  .newMaga_wrap .maga_explain p {
    font-size: 4.2667vw;
    line-height: 1.75;
  }
  .newMaga_wrap .maga_explain b {
    margin-top: 5.3333vw;
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
  .newMaga_wrap .maga_explain ul {
    padding-left: 4vw;
  }
  .newMaga_wrap .maga_explain ul li {
    text-indent: -2vw;
  }
}




/* TAKI Magazine 記事詳細 */
.newMaga_article_wrap .sub_container .page-info {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 50px;
}
.newMaga_article_wrap .sub_container .page-info span.cat {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  background: #FCF101;
  /* border-radius: 30px; */
  margin-left: 20px;
}
.newMaga_article_wrap .sub_container .page-info .time_box {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  font-weight: normal;
}
.newMaga_article_wrap .sub_container h1.page-title {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .newMaga_article_wrap .sub_title h1.main_title span {
    display: block;
    font-size: 3.7333vw;
    margin-top: 2.4000vw;
    padding-left: 0;
  }

  .newMaga_article_wrap .sub_container .page-info {
    font-size: 3.7333vw;
    margin-bottom: 8vw;
  }
  .newMaga_article_wrap .sub_container .page-info span.cat {
    padding: 1.3333vw 2.6667vw;
  }
  .newMaga_article_wrap .sub_container .page-info .time_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 4vw;
  }
  .newMaga_article_wrap .sub_container .page-info .time_box span {
    display: inline-block;
    padding-left: 2vw;
  }
  .newMaga_article_wrap .sub_container h1.page-title {
    font-size: 6.4vw;
    line-height: 1.4;
    padding-bottom: 2.6667vw;
  }
}

.newMaga_article_wrap .maga_bt_comment {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 50px;
}
.newMaga_article_wrap .maga_bt_comment b {
  display: block;
  font-family: "TBGothic M", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
}
.newMaga_article_wrap .maga_bt_comment p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .newMaga_article_wrap .maga_bt_comment {
    padding: 8vw 5.3333vw;
    margin-top: 13.3333vw;
  }
  .newMaga_article_wrap .maga_bt_comment b {
    font-size: 5.3333vw;
    margin-bottom: 5.3333vw;
  }
  .newMaga_article_wrap .maga_bt_comment p {
    font-size: 4.2667vw;
  }
}