@charset "UTF-8";

#headerBanner {
	margin-bottom: calc(70/1170 * 100%);
	text-align: center;
}

#headerBanner a {
	display: inline-block;
	margin-right: 1.815%;
}

#headerBanner a:last-child {
	margin-right: 0;
}

.line_banner {
	text-align: right;
	margin-top: 25px;
	text-align: right;
}

.line_banner img {
	max-width: 100%;
	margin-right: 1.815%;
}

/** -------------------------------
 * section | sizing
 */

.section#sizing {

}

.section#sizing > .wrap {

}

.section#sizing .content {
	margin-top: 0.854%;
	padding-bottom: 3.418%;
}

.section#sizing .content > .wrap {
	position: relative;
	padding: 0 0;
}

.section#sizing .static-image {

}

.section#sizing .static-image .image {
	display: block;
	padding-top: calc(522/1170 * 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../IMAGES/sizing_img01.jpg);
}

.section#sizing .swiper-container {

}

.section#sizing .swiper-wrapper {
	transform: none !important;
	pointer-events: none;
}

.section#sizing .swiper-slide {
	/*margin-top: 2.4%;*/
}

.section#sizing .swiper-slide .image {
	display: block;
	padding-top: 48.516%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.section#sizing .swiper-slide.item01 .image {
	background-image: url(../IMAGES/sizing_img01.jpg);
}

.section#sizing .swiper-slide.item02 .image {
	background-image: url(../IMAGES/sizing_img02.jpg);
}
/*              #sizing .swiper-button-prev,
              #sizing .swiper-button-next,
              #sizing .swiper-pagination {
                display: none;
              }*/

.section#sizing .swiper-button-prev {
	left: -16px;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background-color: #000;
	background-image: url(../../IMAGES/icon_prev.png);
	background-size: contain;
}

.section#sizing .swiper-button-next {
	right: -16px;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background-color: #000;
	background-image: url(../../IMAGES/icon_next.png);
	background-size: contain;
}

.section#sizing .swiper-pagination {
	clear: both;
	left: 0;
	bottom: -40px;
	width: 100%;
	margin-top: 15px;
	padding-right: 10px;
	text-align: center;
}

.section#sizing .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin-left: 10px;
}

.section#sizing .swiper-pagination-bullet-active {
	background-color: #c3002c;
}
/* tablet */

@media screen and (min-width: 581px) and (max-width: 1279px) {
	.section#sizing .swiper-button-prev {
		left: -1.25vw;
		width: 2.5vw;
		height: 2.5vw;
		margin-top: -1.25vw;
	}

	.section#sizing .swiper-button-next {
		right: -1.25vw;
		width: 2.5vw;
		height: 2.5vw;
		margin-top: -1.25vw;
	}

	.section#sizing .swiper-pagination {
		bottom: -3.125vw;
		margin-top: 1.171875vw;
		padding-right: 0.78125vw;
	}

	.section#sizing .swiper-pagination-bullet {
		width: 0.78125vw;
		height: 0.78125vw;
		margin-left: 0.78125vw;
	}
}


/** -------------------------------
 * section | tmp-information
 */

.tmp-information {
	margin: 1.55% 0 4%;
	padding: 0;
}

.tmp-information p {
	/*background-color: #eee;
	padding: 1.8em 2em;*/
	font-size: 1.2em;
	line-height: 1.5;
	color: #c3002c;
}


/** -------------------------------
 * section | driversVoice
 */
.section#driversVoice {}
  .section#driversVoice > .wrap {
    padding-bottom: 3.281%;
  }
    .section#driversVoice .header {

    }
      .section#driversVoice .header p {
        margin-top: 2%;
        font-size: 1.8em;
      }
    .section#driversVoice .content {
      margin-top: 4%;
    }
      .section#driversVoice .content > .wrap {
        position: relative;
      }
        .section#driversVoice .swiper-container {

        }
          .section#driversVoice .swiper-wrapper {

          }
            .section#driversVoice .swiper-slide {
              display: block;
              width: 31.624%;
              margin-left: 2.564%;
              float: left;
            }
            .section#driversVoice .swiper-slide:first-child {
              margin-left: 0;
            }
              .section#driversVoice .content .item {
                position: relative;
                display: block;
                width: 100%;
                color: #000;
              }
                .section#driversVoice .content .item .label {
                  font-size: 18px;
                  font-weight: bold;
                }
                .section#driversVoice .content .item .text {
                  height: 5.4em;
                  margin-top: 5.2%;
                  font-size: 1.5em;
                  line-height: 1.8;
                  /*text-align: justify;*/
                  overflow: hidden;
                }
                  .section#driversVoice .content .item .text .point {

                  }
                  .section#driversVoice .content .item .text .detail {
                    display: none;
                  }
                  .section#driversVoice .content .item.show .text .point {
                    display: none;
                  }
                  .section#driversVoice .content .item.show .text .detail {
                    display: inline;
                  }
                .section#driversVoice .content .item .author {
                  margin-top: 2.8%;
                  font-size: 1.4em;
                }
                .section#driversVoice .content .item .btn {
                  margin-top: 4.8%;
                }
                  .section#driversVoice .content .item .btn span {
                    padding-right: 15px;
                    font-size: 1.5em;
                    text-decoration: underline;
                    background-image: url(../../i_top/IMAGES/down_red.png);
                    background-repeat: no-repeat;
                    background-position: right;
                    background-size: auto 7px;
                  }
                  .section#driversVoice .content .item.show .btn span {
                    background-image: url(../../i_top/IMAGES/up_red.png);
                  }
          .section#driversVoice .swiper-button-prev {
            display: none;
          }
          .section#driversVoice .swiper-button-next {
            display: none;
          }
    .section#driversVoice .link {
      clear: both;
      margin-top: 4%;
    }
      .section#driversVoice .link a {
        position: relative;
        display: table;
        width: 17.9488%;
        height: 28px;
        background-color: #eee;
        float: right;
      }
      .section#driversVoice .link a:after {
        content: '';
        position: absolute;
        right: 5%;
        top: 50%;
        display: block;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background-image: url(../../i_top/IMAGES/arrow_red.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: auto 10px;
      }
        .section#driversVoice .link span {
          display: table-cell;
          padding: 0 12px;
          font-size: 1.3em;
          color: #333;
          line-height: 1.1;
          vertical-align: middle;
        }
        .section#driversVoice .link a:hover span {
          color: #c3002f;
        }
/* tablet */
@media screen and (min-width: 581px) and (max-width: 1279px) {
        .section#driversVoice .link li:first-child {
          width: 12.8125vw;
        }
        .section#driversVoice .link li:last-child {
          width: 10.625vw;
        }
            .section#driversVoice .link span {
              padding-right: 1.5625vw;
              background-size: auto 1.0156vw;
            }
      .section#driversVoice .link a {
        height: 2.1875vw;
      }
      .section#driversVoice .link a:after {
        width: 0.78125vw;
        height: 0.78125vw;
        margin-top: -0.3906vw;
        background-size: auto 0.78125vw;
      }
        .section#driversVoice .link span {
          padding: 0 0.9375vw;
        }
}
