@charset "utf-8";

/*
・ダウンロード
・ホワイトペーパー
・ツールダウンロード
*/

.ttl-page-sub {
  text-align: center;
}

.l-section-inner.downloads-inner {
  padding: 48px 8px;
}
.l-section-inner h1 + section {
    margin-bottom: 30px;
}
.l-section-inner section h2 {
    padding-top: 40px;
    margin-bottom: 44px;
    text-align: center;
}
.l-section-inner h1 + section h2 {
    padding-top: 0;
}
.l-section + .section-cta .btn-cta a.btn-inquiry {
    margin-top: 0 !important;
}
.l-section-inner section + .btn-cta  {
    padding: 0 23px;
}
.ttl-block-sub {
    margin: 0 auto 36px;
    font-size: 2.4rem;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
}

/*サムネイルのカルーセル*/
.card-slider {
  margin-top: 16px;
}

.card-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.card-slider .swiper-slide a {
  display: block;
  position:relative;
}

.card-slider .swiper-slide a::after {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: url(../png/btn_zoonin.png) center center / 20px auto no-repeat,rgba(0,0,0,0.2);
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

.card-slider-control {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  background:#777;
  position: relative;
}

.card-slider-control [class*="swiper-"] {
  position: relative;
  top: 0;
}

.card-slider .swiper-button-prev, .card-slider .swiper-button-next{
  width: 40px;
  height: 100%;
  margin-top: 0;
  color: #fff;
}

.card-slider .swiper-button-prev::after, .card-slider .swiper-button-next::after {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border: 4px solid #fff;
  border-width: 4px 4px 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-135deg);
}

.card-slider .swiper-button-next::after {
  transform: translate(-50%,-50%) rotate(45deg);
}

.card-slider .swiper-pagination {
  width: 25%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.card-slider .swiper-pagination-current {
  margin-right: 0.2em;
  font-size: 1.2em;
}

.card-slider .swiper-pagination-total {
  margin-left: 0.2em;
}


.pswp__counter {
  font-size: 20px;
}

.pswp__icn-shadow {
  stroke: none;
}

.pswp__button--arrow .pswp__icn path {
  fill: #777;
}


@media screen and (min-width: 768px), print {
    .ttl-block-sub {
        margin-bottom: 32px;
        padding: 0 0 26px;
        font-size: 4.8rem;
        /*text-align: left;*/
        line-height: 1.5;
        position: relative;
        z-index: 1;
    }
    .ttl-deco::before, .ttl-deco::after {
        width: 32px;
        height: 6px;
    }
    .deco-center::before, .deco-center::after {
        bottom: 0;
        left: 50%;
        margin-left: -32px;
    }
    .deco-center::after {
        margin-left: 0;
    }
    .l-section-inner h1 + section {
        margin-bottom: 100px;
    }
    .l-section-inner section h2 {
        padding-top: 114px;
        margin-bottom: 70px;
      }
    .l-section-inner section + .btn-cta  {
        padding: 0;
    }

    /*サムネイルのカルーセル*/
    .card-slider {
      margin: 16px 0 0 0;
    }
    .pswp__button--arrow .pswp__icn path {
      fill: #fff;
    }


}


/*===============================

	ダウンロード

================================*/
.downloads-list {
  width: 100%;
  max-width: 500px;
  margin: 28px auto 0;
  padding: 0 0 3px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: row wrap;
  flex-wrap: wrap;
}

.downloads-list > li {
  width: 100%;
  position: relative;
}

.downloads-list > li + li {
  margin-top: 30px;
}

.downloads-list .downloads-item {
  width: 100%;
  height: 100%;
  padding-bottom: 32px;
  display: block;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  /* overflow: hidden; */
  color: #3c3c3c;
  background: #fff;
}

.downloads-list .icon-download {
  width: 100%;
  height: 161px;
  position: relative;
  overflow: hidden;
  background: url(../svg/icon_pdf.svg) center top 48px / 90px auto no-repeat;
}

.downloads-list .icon-downloads.pdf {
  background-image: url(../icon_pdf.html);
}

.downloads-list .title {
  height: calc(2.4rem * 1.3 * 1.5);
  padding: 24px 24px 0 24px;
  line-height: 1.3;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.downloads-list .title.--small {
  padding: 24px 8px 0 8px;
  line-height: 1.4;
  font-size: 1.8rem;
}
.downloads-list .title.--small br {
  display: none;
}

.downloads-list .pdf-img {
  margin-top: 16px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.downloads-list .pdf-img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.downloads-inner .downloads-list .btn-group {
  margin-top: 18px;
  padding: 0 24px;
}

.downloads-inner .downloads-list .btn-group .btn-default {
  margin: 0;
}

.ttl-other {
  width: 100%;
  margin: 45px auto 28px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.other-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}

.other-content a {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
}

.other-content a + a {
  margin-top: 30px;
}

.whitepaper-area.downloads-list {
    align-items: normal !important;
}
.whitepaper-area li .title {
    height: calc(2.4rem * 1.8 * 1.9);
    padding: 24px 24px 0 24px;
    line-height: 1.3;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whitepaper-area li .txt {
    padding: 24px 24px 0;
    font-size: 1.6rem;
    line-height: 1.5;
     flex-grow: 1;
}
.whitepaper-area li .downloads-item {
    display: flex;
    flex-direction: column;
}
.section-cta .btn-document {
    display: none;
}


@media screen and (min-width: 768px), print {
  .l-section-inner.downloads-inner {
    padding: 60px 0 120px;
  }
  .downloads-list {
    max-width: 100%;
    margin-bottom: -32px;
    justify-content: flex-start;
    padding: 0 16px 0;
  }

  .downloads-list > li {
    width: 32%;
    margin-right: 2%;
  }

  .downloads-list > li:nth-child(3n){
    margin-right: 0;
  }

  .downloads-list > li + li {
    margin-top: 0;
  }

  .downloads-list > li:nth-child(n+4) {
    margin-top: 32px;
  }

  .downloads-list .downloads-item {
    /* width: 243px; */
  }

  .downloads-list.pop-list .downloads-item {
    /* width: 324px; */
  }

  .downloads-list .downloads-item:hover {
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.16);
}

  .downloads-list .title {
    height: calc(2.6rem * 1.3 * 1.5);
    padding: 34px 24px 0 24px;
    font-size: 2.6rem;
  }

  .downloads-list .title.--small {
    line-height: 1.5;
    font-size: 1.8rem;
    padding: 34px 0 0 0;
  }
  .downloads-list .title.--small br {
    display: block;
  }

  .downloads-list .icon-download {
    height: 184px;
    background-position: center top 56px;
  }

  .downloads-list .pdf-img {
    margin: 16px 4px 0 4px;
    height: 160px;
  }

  .ttl-other {
    margin: 126px auto 56px;
    font-size: 4rem;
  }

  .other-content a {
    width: auto;
    font-size: 1.8rem;
    text-align: center;
  }

  .other-content a + a {
    margin-top: 0;
    margin-left: 36px;
  }
  .downloads-inner .downloads-list .btn-group {
    margin-top: 34px;
    padding: 0 32px;
  }

  .whitepaper-area li .title {
    height: calc(2.2rem * 1.3 * 4.5);
    padding: 24px 24px 0 24px;
    line-height: 1.3;
    font-size: 2.16rem;
    font-weight: bold;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .whitepaper-area li .txt {
    padding: 20px 10px 0;
    font-size: 1.4rem;
    }
}

@media screen and (min-width: 1080px), print {
  .downloads-list.document-list > li {
    margin-bottom: 0;
    padding: 0;
  }
  .downloads-list.document-list > li {
    width: 23.5%;
    margin-right: 2%;
    margin-top: 0;
  }
  .downloads-list.document-list > li:nth-child(4n) {
    margin-right: 0;
  }
  .downloads-list.document-list > li:nth-child(n+5) {
    margin-top: 32px;
  }
}

/*===============================

	ホワイトペーパー

================================*/
.whitepaper-list {
  width: 100%;
  max-width: 500px;
  margin: 28px auto 0;
  padding: 0 0 3px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: row wrap;
}

.whitepaper-list li {
  width: 100%;
  position: relative;
}

.whitepaper-list li:nth-child(n+2) {
  margin-top: 30px;
}

.whitepaper-list .whitepaper-item {
  width: 100%;
  height: 100%;
  padding-bottom: 32px;
  display: block;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  /* overflow: hidden; */
  color: #3c3c3c;
  background: #fff;
}

.whitepaper-list .whitepaper-item + .whitepaper-item {
  margin-top: 20px;
}

.whitepaper-fig img {
  width: 100%;
}

.whitepaper-list .title {
  width: 100%;
  margin: 24px auto;
  padding: 0 24px;
  line-height: 1.3;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
 color: #E61E0A;
}

.whitepaper-list p {
  margin: 24px auto;
  padding: 0 24px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.downloads-inner .whitepaper-list .btn-group {
  margin-top: 34px;
  padding: 0 24px;
}

.downloads-inner .whitepaper-list .btn-group .btn-default {
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .whitepaper-list {
    width: 1000px;
    max-width: none;
  }

  .whitepaper-list .whitepaper-item {
    width: 100%;
    padding: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
    background: url(../jpg/white_item_bg.jpg) center center / cover no-repeat;
  }
  .whitepaper-list .whitepaper-item.item-2103 {
    background-image: url(../jpg/white_item_bg_2103.jpg);
  }
  .whitepaper-list .whitepaper-item.item-2106 {
    background-image: url(../jpg/white_item_bg_2106.jpg);
  }

  .whitepaper-list .whitepaper-item:hover {
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.16);
}

  .whitepaper-list li:nth-child(n+2) {
    margin-top: 32px;
  }

  .whitepaper-list .title {
    margin: 8px 0 36px 0;
    text-align: left;
  }

  .whitepaper-fig {
    width: 338px;
  }

  .whitepaper-fig img {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
  }

  .whitepaper-text-wrap {
    width: calc(100% - 338px);
  }

  .whitepaper-text-wrap > p,
  .whitepaper-text-wrap > .title{
    padding-left: 40px;
    padding-right: 0;
  }

  .downloads-inner .whitepaper-list .btn-group {
    margin-top: 40px;
    width: 100%;
  }

  .downloads-inner .whitepaper-list .btn-group .btn-default {
    width: 340px;
    margin: 0;
  }
}

/*===============================

	販促ツール

================================*/
.time-line-text {
  text-align:center;
  margin-bottom: 60px;
 }
.downloads-list.pop-list {
  margin-top: 36px;
}
.downloads-list.pop-list .downloads-item {
  padding-top: 24px;
}
.pop-img {
  margin: 0 24px;
  width: calc(100% - 48px);
  height: 160px;
  position: relative;
  overflow: hidden;
}

.pop-img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*===============================

使用方法　

================================*/
.document_howto_use {
    background: url(../png/howto_bg.png) no-repeat center;
    padding: 32px 0 42px;
    background-size: cover;
}
.document_howto_use .headding_h2 {
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
}
.document_howto_use .headding_h2 img {
    width: 90%;
}
.howto_use_list_block {
    width: 100%;
    max-width: 500px;
    margin: 28px auto 0;
    padding: 0 8px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: row wrap;
}
.howto_use_list_block .howto_use_list {
    width: 100%;
    position: relative;
}
.howto_use_list_block .howto_use_list .step_tit {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
}
.howto_use_list_block .howto_use_list .step_img {
    margin-top: 164px;
}
.howto_use_list_block .howto_use_list .step_img img {
	width: 100%;
}
.howto_use_list_block .howto_use_list p {
	background: #fff;
	margin: 0;
    font-size: 16px;
    line-height: 22px;
    height: 96px;
    padding: 15px;
    position: absolute;
    bottom: 4px;
    width: 100%;
}
.howto_use_list_block .icon_arrow {
    text-align: center;
    display: block;
    line-height: 0;
    transform: rotate( 90deg );
}
.howto_use_list_block .icon_arrow img {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 768px), print {
    .document_howto_use .headding_h2 img {
        width: 646px;
        max-width: 100%;
    }
    .document_howto_use {
    	background: url(../png/howto_bg.png) no-repeat center;
    	background-size: auto;
    	height: 680px;
    	padding: 32px 0 42px;
    }
    .howto_use_list_block {
    	display: flex;
    	width: 920px;
    	min-width: 920px;
    	margin: 0 auto;
    	flex-flow: row nowrap;
    }
    .howto_use_list_block .howto_use_list {
    	display: block;
        width: 280px;
        height: 530px;
        position: relative;
        margin: 0 10px;
    } 
    .howto_use_list_block .icon_arrow {
    	display: block;
        line-height: 680px;
        transform: rotate( 0deg );
    }
}

/*================================

ダウンロード

================================*/
.document_list_block_03 {
    margin-top: 42px;
    margin-bottom: 50px;
}
.headding_sub_txt {
	margin: 0 0 45px !important;
	text-align: center;
}
.headding_sub_txt img {
    width: 90%;
}
.download_list_img {
	margin: 0;
	text-align: center;
}
.download_list_img img {
    width: 80%;
	margin: 0;
}
.document_download_btn {
	width: 470px;
	margin: 46px auto 0;
}
.document_list_block_03 .btn-group .btn-default {
    width: calc(100% - 40px);
    margin: 46px 0 0;
}

@media screen and (min-width: 768px), print {
    .document_list_block_03 {
    	margin-top: 72px;
    	margin-bottom: 120px;
    }
    .headding_sub_txt img {
        width: 648px;
        max-width: 100%;
    }
    .download_list_img img {
        width: 700px;
        max-width: 100%;
    }
}

/*================================

販売代理店制度のご案内

================================*/
.section-agency {
  width: 100%;
  background: url(../top_block03_bg.html) center center / cover no-repeat;
}

.l-section.section-agency .l-section-inner {
  padding: 42px 32px 40px;
}

.btn-agency {
  width: 100%;
  height: 128px;
  color: #fff;
  background: #797979;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-agency::after {
  content: '';
  width: 12px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(180deg);
  background: url(../svg/icon_arrows_fff.svg) center center / 100% auto no-repeat;
}

.btn-agency .fig-agency img {
  display: block;
}

@media screen and (min-width: 768px), print {
  .section-agency {
    width: 100%;
    height: 242px;
    justify-content: flex-start;
  }
  .l-section.section-agency .l-section-inner {
    max-width: none;
    margin: 0 auto;
    padding: 57px 100px;
  }
  .btn-group > .btn-agency {
    height: 128px;
    justify-content: flex-start;
    margin: 0 28.5px;
  }
  .btn-agency .fig-agency {
    width: 400px;
    margin-right: 48px;
  }
  .btn-agency .fig-agency img {
    border-radius: 4px 0 0 4px;
  }
  .btn-agency .tit {
    font-size: 3rem;
  }
}