@charset "UTF-8";
/* ビル用日射制御システム 納入事例 */
.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

body.is-building-warema p {
  margin-bottom: 0;
}

/* 共通パーツ
/* ---------------------------------- */
/*-- 商品タグ ----------*/
.ul_tag_prod {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ul_tag_prod li {
  margin: 0 6px 6px 0;
}
.ul_tag_prod li a {
  padding: 4px 15px 3px;
  display: block;
  color: #007f41;
  font-size: 12px;
  border: 1px solid #007f41;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_tag_prod li a:hover {
  background: #007f41;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .ul_tag_prod {
    margin: 5vw 0 0;
  }
  .ul_tag_prod li a {
    padding: 1.3vw 3vw 0.9vw;
    display: block;
  }
}

/*-- 所在地 ----------*/
.location {
  font-size: 12px;
}
.location::before {
  content: "\f3c5";
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 15px;
  color: #898f9c;
  position: relative;
  top: -1px;
}

.tit_line {
  padding: 35px 0 0;
  border-top: 1px solid #ccc;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}
.tit_line::before {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
  background: #007f41;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .tit_line {
    padding: 6vw 0 0;
    font-size: 5.6vw;
  }
  .tit_line::before {
    width: 38vw;
  }
}

/* 詳細ページ single
/* ---------------------------------- */
.single {
  /* タイトルエリア */
  /*-- WYSIWYG ----------*/
  /*-- 使用機器 ----------*/
  /*-- 関連事例 ----------*/
}
@media screen and (min-width: 768px) {
  .single .inner {
    width: 900px;
  }
}
@media screen and (max-width: 767px) {
  .single .inner {
    width: 90%;
  }
}
.single .tit_project {
  padding: 12px 18px 9px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  background: #c5d2d8;
}
@media screen and (max-width: 767px) {
  .single .tit_project {
    padding: 2vw 2vw 2vw;
    font-size: 3.7333333333vw;
  }
}
.single .box_title .title {
  margin: 20px 0 0;
  font-size: 30px;
  font-weight: 700;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
@media screen and (max-width: 767px) {
  .single .box_title .title {
    margin: 4vw auto 0;
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
}
.single .box_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single .box_status p {
  font-size: 12px;
}
.single .box_status .tag_build {
  padding: 7px 10px 5px;
  background: #000;
  color: #fff;
}
.single .box_status .location {
  padding: 4px 13px 4px 16px;
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .single .box_status .tag_build {
    padding: 1.6vw 2.6% 1.4vw;
  }
  .single .box_status .location {
    padding: 1vw 2.5% 0.9vw;
  }
  .single .box_status .location::before {
    font-size: 15px;
    top: 0.2vw;
  }
}
.single .area_lead {
  width: 900px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .single .area_lead {
    width: 100%;
    margin: 8vw auto 0;
  }
}
.single .area_lead .img {
  text-align: center;
}
.single .area_lead .text {
  margin: 34px 0 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .single .area_lead .text {
    width: 90%;
    margin: 6vw auto 0;
    font-size: 4vw;
  }
}
.single .box_overview {
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .single .box_overview {
    margin: 9vw 0 0;
  }
}
.single .dl_overview {
  margin: 30px 0 0;
  padding: 20px 30px;
  border: 3px solid #e7e7e7;
}
.single .dl_overview dt, .single .dl_overview dd {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.8;
}
.single .dl_overview dt {
  width: 210px;
  padding-left: 8px;
  float: left;
  font-weight: 700;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
.single .dl_overview dd {
  border-bottom: 1px dotted #e7e7e7;
}
@media screen and (min-width: 768px) {
  .single .dl_overview dd {
    padding-left: 210px;
  }
}
.single .dl_overview dd:last-child {
  border: none;
}
@media screen and (max-width: 767px) {
  .single .dl_overview {
    margin: 5vw 0 0;
    padding: 2vw 5%;
  }
  .single .dl_overview dt, .single .dl_overview dd {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 4vw;
  }
  .single .dl_overview dt {
    width: 100%;
    padding-top: 2vw;
    padding-left: 0;
    float: none;
  }
  .single .dl_overview dd {
    padding-bottom: 3vw;
  }
}
.single .entry,
.single .box_entry {
  margin: 30px 0 0;
  line-height: 2;
}
.single .entry ul, .single .entry ol, .single .entry p,
.single .box_entry ul,
.single .box_entry ol,
.single .box_entry p {
  margin: 24px 0 0;
}
.single .entry ul li, .single .entry ol li,
.single .box_entry ul li,
.single .box_entry ol li {
  margin-top: 3px;
  font-weight: 700;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
.single .entry ul li span, .single .entry ol li span,
.single .box_entry ul li span,
.single .box_entry ol li span {
  padding-right: 5px;
  color: #007f41;
}
.single .entry strong,
.single .box_entry strong {
  color: #007f41;
  font-size: 18px;
}
.single .entry img,
.single .box_entry img {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .single .entry,
.single .box_entry {
    margin: 5vw 0 0;
    line-height: 1.9;
  }
  .single .entry ul, .single .entry ol, .single .entry p,
.single .box_entry ul,
.single .box_entry ol,
.single .box_entry p {
    margin: 3vw 0 0;
    font-size: 4vw;
  }
  .single .entry ul li, .single .entry ol li,
.single .box_entry ul li,
.single .box_entry ol li {
    margin-top: 3px;
    font-weight: 700;
    font-family: "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  }
  .single .entry ul li span, .single .entry ol li span,
.single .box_entry ul li span,
.single .box_entry ol li span {
    padding-right: 5px;
    color: #007f41;
  }
  .single .entry strong,
.single .box_entry strong {
    color: #007f41;
    font-size: 18px;
  }
  .single .entry img,
.single .box_entry img {
    margin-top: 10px;
  }
}
.single .entry .youtube,
.single .box_entry .youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.single .entry .youtube iframe,
.single .box_entry .youtube iframe {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.single .box_equipment {
  margin: 60px auto 0;
}
.single .box_equipment .box_wrap {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single .box_equipment .box_wrap + .box_wrap {
  border-top: 1px dotted #d4d4d4;
}
.single .box_equipment .box_img {
  width: 380px;
}
.single .box_equipment .box_img img {
  width: 100%;
}
.single .box_equipment .box_text {
  width: 490px;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.9;
}
.single .box_equipment .box_text .title {
  font-size: 15px;
  font-weight: 700;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
.single .box_equipment .box_text .txt {
  margin: 10px 0 0;
}
.single .box_equipment .box_text .btn_pdf {
  width: 280px;
  margin: 32px 0 0;
  border: 1px solid #000;
  font-weight: 700;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  text-align: center;
}
.single .box_equipment .box_text .btn_pdf a {
  display: block;
  padding: 24px 20px 19px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
}
.single .box_equipment .box_text .btn_pdf a:hover {
  background: #333;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .single .box_equipment .box_text .btn_pdf {
    width: 92%;
    margin: 7vw auto 0;
  }
  .single .box_equipment .box_text .btn_pdf a {
    padding: 3vw 0 3vw 8%;
  }
  .single .box_equipment .box_text .btn_pdf a::before {
    width: 24px;
    height: 29px;
    left: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .single .box_equipment {
    margin: 11vw auto 0;
  }
  .single .box_equipment .box_wrap {
    padding: 5vw 0;
    display: block;
  }
  .single .box_equipment .box_img {
    width: 100%;
  }
  .single .box_equipment .box_text {
    width: 100%;
    padding-top: 5vw;
  }
  .single .box_equipment .box_text .txt {
    margin: 1vw 0 0;
  }
  .single .box_equipment .box_text .btn_pdf {
    width: 92%;
    margin: 4vw auto 0;
  }
  .single .box_equipment .box_text .btn_pdf a {
    padding: 4vw 0 3.6vw 7vw;
  }
  .single .box_equipment .box_text .btn_pdf a::before {
    width: 4.2vw;
    height: 5.2vw;
    left: 26.9vw;
  }
}
.single .swiper-container {
  max-width: 380px;
  padding-bottom: 0;
}
.single .swiper-slide {
  height: 235px;
  overflow: hidden;
}
.single .swiper-container-horizontal > .swiper-pagination-bullets {
  margin: 10px auto 0;
}
.single .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.single .swiper-container-horizontal > .swiper-pagination-bullets,
.single .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-custom,
.single .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-fraction {
  position: relative;
  bottom: 0;
}
.single .swiper-pagination-bullet-active {
  background: #007f41;
}
.single .swiper-button-prev,
.single .swiper-button-next {
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.6);
}
.single .swiper-button-prev::after,
.single .swiper-button-next::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
}
.single .swiper-button-next {
  right: 1px;
}
.single .swiper-button-next::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.single .swiper-button-prev {
  left: 1px;
}
.single .swiper-button-prev::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.single .swiper-button-prev.swiper-button-disabled,
.single .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .single .swiper-container {
    max-width: 100%;
  }
  .single .swiper-slide {
    height: 57vw;
  }
  .single .swiper-container-horizontal > .swiper-pagination-bullets {
    margin: 2.2vw auto 0;
  }
  .single .swiper-button-prev,
.single .swiper-button-next {
    width: 6.4vw;
    height: 6.4vw;
    top: 31vw;
  }
  .single .swiper-button-prev::after,
.single .swiper-button-next::after {
    position: relative;
  }
  .single .swiper-button-prev::after {
    right: -0.1vw;
  }
  .single .swiper-button-next::after {
    left: -0.1vw;
  }
}
.single .go_back {
  margin: 32px 0 0;
  padding: 0 0 0 13px;
  font-weight: 700;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-size: 15px;
  position: relative;
}
.single .go_back::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #007f41;
  border-left: 2px solid #007f41;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .single .go_back {
    margin: 6vw 0 0;
  }
}
.single .area_related {
  margin: 76px auto 0;
}
@media screen and (max-width: 767px) {
  .single .area_related {
    margin: 17vw auto 0;
  }
}
.single .ul_related {
  margin: 28px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single .ul_related li {
  width: 425px;
}
.single .ul_related li:nth-child(n+3) {
  margin-top: 20px;
}
.single .ul_related li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single .ul_related li .img {
  width: 175px;
  position: relative;
}
.single .ul_related li .img span {
  padding: 7px 10px 6px;
  background: #000;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.single .ul_related li .img img {
  width: 100%;
  height: 108px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.single .ul_related li .txt {
  width: 230px;
  padding: 13px 0 0;
}
.single .ul_related li .txt .location {
  font-size: 12px;
}
.single .ul_related li .txt .location::before {
  content: "\f3c5";
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #898f9c;
  font-size: 15px;
  position: relative;
  top: -1px;
}
.single .ul_related li .txt .title {
  margin: 6px 0 0;
  font-weight: 700;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .single .ul_related {
    margin: 6vw auto 0;
    display: block;
  }
  .single .ul_related li {
    width: 100%;
  }
  .single .ul_related li:nth-child(n+2) {
    margin-top: 5vw;
  }
  .single .ul_related li .img {
    width: 36.5vw;
    height: 22.8vw;
    background: tan;
  }
  .single .ul_related li .img span {
    padding: 2vw 4% 2vw;
    font-size: 2.6666666667vw;
  }
  .single .ul_related li .img img {
    height: 22.8vw;
  }
  .single .ul_related li .txt {
    width: 50vw;
    padding: 0.9vw 0 0;
  }
  .single .ul_related li .txt .location {
    font-size: 3.2vw;
  }
  .single .ul_related li .txt .location::before {
    top: 0;
    left: 0.6vw;
  }
  .single .ul_related li .txt .title {
    font-size: 3.4666666667vw;
    line-height: 2;
  }
}

/* 一覧ページ archive
/* ---------------------------------- */
@media screen and (min-width: 768px) {
  .archive .inner {
    width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .archive .inner {
    width: 91%;
  }
}
.archive .sp_nav_wrap {
  width: 100%;
  overflow-x: auto;
}
.archive .ul_category_nav {
  margin: 53px auto 0;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.archive .ul_category_nav li {
  margin: 0 7px;
}
.archive .ul_category_nav li a {
  padding: 11px 20px 7px;
  border-radius: 20px;
  display: block;
  font-size: 15px;
  font-weight: 700;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  word-break: keep-all;
}
.archive .ul_category_nav li a:hover, .archive .ul_category_nav li a.carrent {
  background: #007f41;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .archive .headline {
    margin-bottom: 7.67vw;
  }
  .archive .sp_nav_wrap {
    width: 100%;
    padding-bottom: 3vw;
    overflow-x: scroll;
  }
  .archive .sp_nav_wrap .ul_category_nav {
    margin: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .archive .sp_nav_wrap .ul_category_nav li {
    margin: 0 7px;
  }
  .archive .sp_nav_wrap .ul_category_nav li a {
    word-break: keep-all;
    padding: 2.3vw 4vw 1.7vw;
    font-size: 3.7333333333vw;
  }
}
.archive .tit_line {
  margin: 60px auto 0;
  padding: 27px 0 0;
}
@media screen and (max-width: 767px) {
  .archive .tit_line {
    margin: 8vw auto 0;
    padding: 6vw 0 0;
    line-height: 1.5;
  }
}
.archive .ul_archive {
  margin: 33px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .archive .ul_archive {
    margin: 8vw auto 0;
    display: block;
  }
}
.archive .ul_archive > li {
  width: 380px;
  margin-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.archive .ul_archive > li:nth-child(3n+1) {
  margin-left: 0;
}
.archive .ul_archive > li:nth-child(n+4) {
  margin-top: 30px;
}
.archive .ul_archive > li .img {
  height: 235px;
  overflow: hidden;
  position: relative;
}
.archive .ul_archive > li .img img {
  width: 380px;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}
.archive .ul_archive > li .img .mark {
  padding: 8px 10px 5px;
  font-size: 12px;
  background: #000;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.archive .ul_archive > li:hover {
  -webkit-box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.12);
}
.archive .ul_archive > li:hover .img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.archive .ul_archive > li > a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.archive .ul_archive > li > a:hover {
  opacity: 1;
}
.archive .ul_archive > li .text {
  padding: 20px 20px;
  font-size: 15px;
}
.archive .ul_archive > li .text .title {
  margin: 8px 0 0;
  font-size: 18px;
  color: #007f41;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
.archive .ul_archive > li .text dl {
  margin: 6px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive .ul_archive > li .text dl::after {
  content: "";
  display: block;
  clear: both;
}
.archive .ul_archive > li .text dl dt, .archive .ul_archive > li .text dl dd {
  padding-top: 13px;
  font-size: 14px;
}
.archive .ul_archive > li .text dl dt {
  width: 3.2em;
}
.archive .ul_archive > li .text dl dd {
  width: calc(100% - 3.2em);
}
.archive .ul_archive > li .ul_tag_prod {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.archive .ul_archive > li .ul_tag_prod li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .archive .ul_archive > li {
    width: 100%;
    margin-left: 0;
    -webkit-box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.12);
  }
  .archive .ul_archive > li:nth-child(n+2) {
    margin-top: 8vw;
  }
  .archive .ul_archive > li .text {
    padding: 4.4vw 5%;
  }
  .archive .ul_archive > li .text .title {
    font-size: 4.2666666667vw;
  }
  .archive .ul_archive > li .text dl {
    margin: 1vw 0 0;
  }
  .archive .ul_archive > li .text dl dt, .archive .ul_archive > li .text dl dd {
    padding-top: 3vw;
    font-size: 3.4666666667vw;
  }
  .archive .ul_archive > li .img {
    height: 56.6vw;
  }
  .archive .ul_archive > li .img img {
    width: 100%;
    height: 56.6vw;
  }
}
.archive .wp-pagenavi {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.archive .wp-pagenavi > span,
.archive .wp-pagenavi > a {
  width: 40px;
  height: 40px;
  margin: 0 8px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive .wp-pagenavi > span.current, .archive .wp-pagenavi > span:hover,
.archive .wp-pagenavi > a.current,
.archive .wp-pagenavi > a:hover {
  background: #ddd;
}
.archive .wp-pagenavi > span.nextpostslink, .archive .wp-pagenavi > span.previouspostslink,
.archive .wp-pagenavi > a.nextpostslink,
.archive .wp-pagenavi > a.previouspostslink {
  width: 95px;
}
@media screen and (max-width: 767px) {
  .archive .wp-pagenavi {
    margin: 11vw auto 0;
    position: relative;
  }
  .archive .wp-pagenavi > span,
.archive .wp-pagenavi > a {
    width: 10vw;
    height: 10vw;
    margin: 0 1.4vw;
  }
  .archive .wp-pagenavi > span.nextpostslink, .archive .wp-pagenavi > span.previouspostslink,
.archive .wp-pagenavi > a.nextpostslink,
.archive .wp-pagenavi > a.previouspostslink {
    width: 22vw;
    position: absolute;
  }
  .archive .wp-pagenavi > span.nextpostslink,
.archive .wp-pagenavi > a.nextpostslink {
    right: 0;
  }
  .archive .wp-pagenavi > span.previouspostslink,
.archive .wp-pagenavi > a.previouspostslink {
    left: 0;
  }
  .archive .wp-pagenavi > span.larger:last-of-type,
.archive .wp-pagenavi > a.larger:last-of-type {
    display: block;
  }
}
.archive .box_link {
  margin: 11vw auto 0;
}
@media screen and (min-width: 768px) {
  .archive .box_link {
    display: none;
  }
}
.archive .box_link .tit_link {
  color: #007f41;
  font-weight: 700;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-size: 4.2666666667vw;
}
.archive .box_link .ul_link {
  margin: 3vw auto 0;
  border-top: 1px dotted #d3d3d3;
}
.archive .box_link .ul_link li {
  border-bottom: 1px dotted #d3d3d3;
}
.archive .box_link .ul_link li a {
  padding: 4vw 2%;
  display: block;
  font-size: 3.7333333333vw;
  font-weight: 700;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  position: relative;
}
.archive .box_link .ul_link li a::after {
  content: "";
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  border-top: 2px solid #007f41;
  border-right: 2px solid #007f41;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  body#fallstudie.archive .wp-pagenavi,
body.is-fallstudie.archive .wp-pagenavi {
    margin: 60px auto;
  }
}
/*# sourceMappingURL=style.css.map */