@charset "utf-8";


/*　　Home / メインイメージ
-------------------------------------------------------*/
#main-img {
  position: relative;
	height: 100vh;
	max-height: 80vw;
	max-width: 100vw;
	overflow: hidden;
}
#main-img .main-text01-en {
	position: absolute;
	bottom: 118px;
	left: 45px;
	color: #fff;
	font-size: 3.25vw;
	font-weight: 700;
	line-height: 1;
	z-index: 300;
}
#main-img .main-text01 {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	width: 510px;
	height: 76px;
	line-height: 76px;
	padding-left: 46px;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	background-image: url("../images/pages/main_text01_bg.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	z-index: 300;
}
@keyframes img-text {
  0% {
		opacity: 0;
    transform: translateY(50%) scale(1);
    /*　easing: ease-out; */
		easing: ease-in;
  }
	100% {
		opacity: 1;
    transform: translateY(0) scale(1);
    easing: ease-in;
  }
}
@keyframes img-text01 {
  0% {
		opacity: 0;
    transform: translateX(-20%) scale(1);
    /*　easing: ease-out; */
		easing: ease-in;
  }
	100% {
		opacity: 1;
    transform: translateX(0) scale(1);
    easing: ease-in;
  }
}
@keyframes img-text02 {
  0% {
		opacity: 0;
    transform: translateX(20%) scale(1);
    /*　easing: ease-out; */
		easing: ease-in;
  }
	100% {
		opacity: 1;
    transform: translateX(0) scale(1);
    easing: ease-in;
  }
}
.text-motion01 {
	display: inline-block;
	animation: img-text01 0.7s 0.5s 1 normal both;
}
.text-motion02 {
	display: inline-block;
	animation: img-text02 0.7s 0.8s 1 normal both;
}
#main-img .main-text02 {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	width: 100%;
	height: 48px;
	text-align: center;
	background-image: url("../images/pages/main_text02_bg.png"), linear-gradient(to right, #be1a21 0%, #be1a21 50%, transparent 50%);
	background-repeat: no-repeat, no-repeat;
	background-position: center, center;
	background-size: auto 100%, 100%;
	z-index: 200;
}
#main-img .main-text02 a,
.main-text02-sp a {
	color: #fff;
}
#main-img .main-text02 a:hover,
.main-text02-sp a:hover {
	color: #fff;
	text-decoration: underline;
}
#main-img .main-text02 span {
	display: inline-block;
	padding-left: 30px;
	line-height: 48px;
	font-size: 2rem;
	font-weight: 700;
	background-image: url("../images/pages/main_text02_arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
#main-img .slide-img > img {
  object-fit: cover;
  height: calc(100vh - 8px);
  width: 100%;
}
#main-img .print-img {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#main-img .swiper-slide-active .slide-img,
#main-img .swiper-slide-duplicate-active .slide-img,
#main-img .swiper-slide-prev .slide-img {
  animation: zoom-out 8s linear 0s 1 normal both;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.slide-text {
  content: "";
	position: absolute;
	left: 0;
	top: 40%;
	width: 50%;
	transform: translateY(-20%) translateX(0);
}
.slide-text > img {
	width: 100%;
}
.slide-img > img {
  object-fit: cover;
  height: 100vh;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
#main-img {
  height: 65vw;
	max-height: 65vw;
	margin-top: 60px;
}
#main-img .slide-img > img {
  height: 65vw;
}
#main-img .main-text01-en {
	bottom: 70px;
	left: 20px;
	font-size: 3.5vw;
}
#main-img .main-text01 {
	width: 320px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	font-size: 2rem;
	background-position: right top;
}
#main-img .main-text02 {
	width: 100%;
	height: 36px;
	padding-left: 20%;
	background-position: right 40% center, center;
}
#main-img .main-text02 span {
	padding-left: 24px;
	line-height: 36px;
	font-size: 1.4rem;
	background-size: 15px;
}
}

@media screen and (min-width: 768px) and (max-width: 1270px) and (orientation : landscape) {
}

@media screen and (max-width: 767px){
#main-img {
  height: 152vw;
	max-height: 152vw;
	margin-top: 60px;
}
#main-img .slide-img > img {
 height: 152vw;
}
#main-img .main-text01-en {
	bottom: 55px;
	left: 20px;
	font-size: 6.3vw;
}
#main-img .main-text01 {
	width: 320px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 1.8rem;
	background-position: right top;
}
#main-img .main-text02 {
	width: 100%;
	height: 15px;
	background-image: none;
	background-color: rgba(190,26,33,0.9);
}
#main-img .main-text02 span {
	display: none;
}
.main-text02-sp {
	padding: 5px;
	background: #be1a21;
	text-align: center;
}
.main-text02-sp span {
	padding-left: 20px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	background-image: url("../images/pages/main_text02_arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}



/*　 Home
-------------------------------------------------------*/
.home-business-bike {
	position: relative;
	padding: 40px 0;
	background-color: #e5e8ee;
}
.home-business-img01 {
	position: absolute;
	top: -94px;
	right: calc(50% + 50px);
	width: 874px;
}
.home-business-heading-icon {
	width: 150px;
	margin-right: 30px;
}
.home-business-heading {
	line-height: 1;
}
.home-business-logo {
	width: 100%;
	margin: 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #282828;
}
.home-business-logo01 {
	width: 140px;
	margin: 0 20px;
}
.home-business-logo02 {
	width: 185px;
	margin: 0 20px;
}
.home-business-imgbox {
	position: relative;
	height: 32.8vw;
}
.home-business-img02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 62%;
	z-index: 1;
}
.home-business-img03 {
	position: absolute;
	top: 30px;
	right: 0;
	width: 62%;
	z-index: 2;
}
.home-lineup {
	position: relative;
	width: 80%;
	min-width: 1200px;
	margin: 0 auto;
}
.home-lineup-list {
	width: 100%;
}
.home-lineup-list li {
}
.home-lineup-list-img {
	position: relative;
	margin-bottom: 5px;
}
.home-lineup-list-img figure {
	padding-top: 74.858%;
	border-radius: 8px;
	overflow: hidden;
}
.home-lineup-list li a {
	display: block;
}
.home-lineup-text {
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.home-lineup-btn {
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 120px;
	padding: 7px;
	color: #be1a21;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	border: 1px solid #be1a21;
	border-radius: 50px;
	background-color: #fff;
	background-image: url("../images/common/arrow02.png");
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 6px auto;
	z-index: 100;
}
.home-lineup-list li a:hover .home-lineup-btn,
.lineup-box li a:hover .home-lineup-btn {
	color: #fff;
	background-color: #be1a21;
	background-image: url("../images/common/arrow01.png"), linear-gradient(#fd666d 0%, #ff585f 30%, #d40e16 70%, #f51e27 92%, #bc0a12 100%);;
	background-repeat: no-repeat, no-repeat;
	background-position: right 8px center, center;
	background-size: 6px auto, 100%;
}
.faq-box {
	padding-bottom: 50px;
	border-bottom: 1px dotted #ccc;
}
.faq-box dt {
	min-height: 44px;
	padding-left: 55px;
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1.5;
	background-image: url("../images/common/icon_faq.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 40px auto;
}
.faq-box dd {
	padding-left: 55px;
}
.home-news-sns {
	padding-bottom: 80px;
	background-image: url("../images/pages/news_bg.jpg");
	background-repeat: no-repeat;
	background-position: top 350px center;
	background-size: cover;
}
.sns-heading {
	color: #fff;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1;
}
.instagram-box {
	padding: 20px 50px 30px;
	border-radius: 8px;
	background: #fff;
}
.facebook-box {
	padding: 30px 50px;
	border-radius: 8px;
	background: #fff;
	text-align: center;
}
.fb-page {
  display: inline-block;
	width: 100%;
}
.accessmap {
	height: 450px;
}
.accessmap iframe {
	width: 100% !important;
	height: 100% !important;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.home-business-bike {
	padding: 30px 0;
}
.home-business-img01 {
	position: absolute;
	top: 0;
	right: 52%;
	width: 75%;
}
.home-business-heading-icon {
	width: 80px;
	margin-right: 15px;
}
.home-business-logo01 {
	width: 100px;
	margin: 0 15px;
}
.home-business-logo02 {
	width: 135px;
	margin: 0 15px;
}
.home-lineup {
	width: 90%;
	min-width: 0;
}
.home-lineup-btn {
	width: 90px;
	padding: 5px;
	font-size: 1rem;
	background-size: 5px auto;
}
.faq-box {
	padding-bottom: 30px;
}
.faq-box dt {
	min-height: 33px;
	padding-left: 45px;
	background-size: 30px auto;
}
.faq-box dd {
	padding-left: 45px;
}
.home-news-sns {
	padding-bottom: 40px;
	background-position: top 230px center;
}
.sns-heading {
	font-size: 4rem;
}
}

@media screen and (max-width: 767px){
.home-business-bike {
	padding: 80vw 0 30px;
}
.home-business-img01 {
	position: absolute;
	top: -5vw;
	right: 10%;
	width: 80%;
}
.home-business-heading-icon {
	width: 80px;
	margin-right: 15px;
}
.home-business-logo01 {
	width: 100px;
	margin: 0 15px;
}
.home-business-logo02 {
	width: 135px;
	margin: 0 15px;
}

.home-business-imgbox {
	height: auto;
}
.home-business-img02 {
	position: relative;
	top: 0;
	left: 0;
	width: 95%;
}
.home-business-img03 {
	position: relative;
	top: 0;
	right: 0;
	width: 95%;
	margin: -40px 0 0 auto;
}
.home-lineup {
	width: 90%;
	min-width: 0;
}
.home-lineup-btn {
	width: 90px;
	padding: 5px;
	font-size: 1rem;
	background-size: 5px auto;
}
.faq-box {
	padding-bottom: 30px;
}
.faq-box dt {
	min-height: 33px;
	padding-left: 45px;
	background-size: 30px auto;
}
.faq-box dd {
	padding-left: 45px;
}
.sns-heading {
	font-size: 3rem;
}
.home-news-sns {
	padding-bottom: 30px;
	background-position: top 230px center;
}
.instagram-box {
	padding: 5px 15px 15px;
}
.facebook-box {
	height: auto;
	padding: 15px 15px;
}
}



/*　　ページタイトルイメージ / パンクズ / ページナビ
-------------------------------------------------------*/
.page-header {
	position: relative;
	margin-top: 80px;
	height: 20vw;
}
.mgT-page-header {
	margin-top: 80px;
}
.page-header-img {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	z-index: 2;
}
.page-header-title {
	position: absolute;
	top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	min-width: 560px;
	width: fit-content;
	padding: 10px 50px;
	line-height: 1;
	color: #282828;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	border-radius: 50px;
	background: rgba(255,255,255,0.9);
	z-index: 3;
}
.pankuzu {
	padding: 8px 0;
	font-size: 1.2rem;
	background: #f7f8f9;
}
.pankuzu.no-bg {
	background: transparent;
}
.pankuzu {
	color: #666;
}
.pankuzu span {
	margin: 3px;
}
.pankuzu span:first-child {
	margin-left: 0;
}
.pankuzu a {
	color: #666;
}
.pankuzu a:hover {
	color: #f31f29;
	text-decoration: underline;
}


@media screen and (min-width: 768px) and (max-width: 1270px){
.page-header {
	margin-top: 60px;
	height: 26vw;
}
.mgT-page-header {
	margin-top: 60px;
}
.page-header-img {
	height: 26vw;
}
.page-header-title {
	min-width: 50%;
	padding: 8px 40px;
	font-size: 1.8rem;
}
.pankuzu {
	font-size: 1rem;
}
}

@media screen and (max-width: 767px){
.page-header {
	margin-top: 60px;
	height: 26vw;
}
.mgT-page-header {
	margin-top: 60px;
}
.page-header-img {
	height: 26vw;
}
.page-header-title {
	min-width: 60%;
	padding: 5px 30px;
	font-size: 1.4rem;
}
.pankuzu {
	font-size: 1rem;
}
}



/*　　お知らせ
-------------------------------------------------------*/
.news-category-list {
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #dedede;
}
.news-category-list li a {
	display: inline-block;
	margin-right: 10px;
	padding: 3px 15px 3px 30px;
	color: #282828;
	border-radius: 50px;
	background-color: #e2e4e6;
	background-image: url("../images/common/icon_category.png");
	background-repeat: no-repeat;
	background-position: left 12px top 9px;
	background-size: 15px auto;
}
.news-category-list li a:hover {
	color: #282828;
	background-color: #c8dbee;
}
.news-category-list li.all-news a {
	padding: 2px 14px 2px 14px;
	border: 1px solid #ccc;
	background-image: none;
	background-color: #fff;
}
.news-category-list li.all-news a:hover {
	color: #282828;
	background-color: #c8dbee;
}
.news-box {
	border-bottom: 1px solid #ccc;
}
.news-list {
	padding: 50px 0;
}
.news-list li a {
	display: block;
	color: #282828;
}
.news-list li a:hover {
	color: #f31f29;
	text-decoration: underline;
}
.news-list li a img {
	transition-duration: 0.2s;
}
.news-list li a:hover img {
	transform: scale(1.15);
}
.news-thumbnail {
	border-radius: 8px;
	overflow: hidden;
}
.news-list-date {
	display: block;
	margin: 10px 0 0;
	font-size: 1.4rem;
}
.news-list-txt01 {
	font-weight: 700;
	line-height: 1.5;
}
.news-detail-box01 {
	border-bottom: 1px dotted #ccc;
}
.news-detail-thumbnail {
	width: 200px;
	margin-right: 30px;
	overflow: hidden;
}
.news-detail-txt {
	flex: 1;
}
.news-img01 {
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dotted #ccc;
}
.news-img01 figure img,
.news-img01 figcaption {
	display: block;
	margin: 0 auto;
}
.news-detail-img01 {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px dotted #ccc;
	text-align: center;
}
.news-detail-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
.news-detail-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 20px;
}
.news-detail-content blockquote {
	font-style: italic;
	font-size: 1.6rem;
}
.news-detail-content h1 {
	margin-top: 2em;
	color: #282828;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	padding-left: 15px;
	border-left: 5px solid #be1a21;
}
.news-detail-content h2 {
	margin-top: 2em;
	color: #282828;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	padding-left: 15px;
	border-left: 5px solid #be1a21;
}
.news-detail-content h3 {
	margin-top: 2em;
	color: #282828;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}
.news-detail-content h4 {
	margin-top: 2em;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	color: #282828;
}
.news-detail-content h5,
.news-detail-content h6 {
	margin-top: 2em;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	color: #282828;
}	
.news-detail-content p {
	margin-top: 20px;
}
.news-detail-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
.news-detail-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.news-category-list li a {
	margin-right: 5px;
	padding: 3px 12px 3px 28px;
	background-position: left 12px top 8px;
	background-size: 14px auto;
}
.news-category-list li.all-news a {
	padding: 2px 12px 2px 12px;
}
.news-list {
	padding: 30px 0;
}
.news-list-date {
	font-size: 1.2rem;
}
.news-list-txt01 {
	font-size: 1.2rem;
}
.news-detail-thumbnail {
	width: 160px;
}
.news-img01 {
	margin-top: 30px;
	padding-bottom: 30px;
}
.news-detail-content h1 {
	font-size: 2.4rem;
	padding-left: 10px;
}
.news-detail-content h2 {
	font-size: 1.8rem;
	padding-left: 10px;
}
.news-detail-content h3 {
	font-size: 1.6rem;
}
.news-detail-content h4 {
	font-size: 1.6rem;
}
.news-detail-content h5,
.news-detail-content h6 {
	font-size: 1.6rem;
}
}

@media screen and (max-width: 767px){
.news-category-list li a {
	margin-right: 5px;
	padding: 3px 12px 3px 28px;
	background-position: left 12px top 8px;
	background-size: 14px auto;
}
.news-category-list li.all-news a {
	padding: 2px 12px 2px 12px;
}
.news-list {
	padding: 30px 0;
}
.news-list-date {
	font-size: 1.2rem;
}
.news-list-txt01 {
	font-size: 1.2rem;
}
.news-detail-thumbnail {
	width: 70%;
	margin: 0 auto 20px;
}
.news-detail-txt {
	width: 100%;
}
.news-img01 {
	margin-top: 30px;
	padding-bottom: 30px;
}
.news-detail-img01 {
	margin-top: 30px;
	padding-top: 30px;
}
.news-detail-content h1 {
	font-size: 2.2rem;
	padding-left: 10px;
}
.news-detail-content h2 {
	font-size: 1.8rem;
	padding-left: 10px;
}
.news-detail-content h3 {
	font-size: 1.6rem;
}
.news-detail-content h4 {
	font-size: 1.6rem;
}
.news-detail-content h5,
.news-detail-content h6 {
	font-size: 1.5rem;
}
}



/*　　VECTRIX / 並行輸入バイク
-------------------------------------------------------*/
.vectrix-index-box {
	position: relative;
	width: 80%;
	min-width: 1200px;
	margin: 0 auto;
}
.vectrix-index-box-inner {
	padding: 60px 0;
	border-top: 1px solid #282828;
}
.vectrix-index-logo {
	width: 250px;
	margin: 0 auto;
}
.vectrix-index-text {
	padding: 15px;
	color: #fff;
	background: #282828;
}
.vectrix-line-bg {
	position: relative;	
	padding: 40px 0;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
}
.vectrix-line-bg::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: #282828;
}
.vectrix-list li {
	position: relative;
	padding-bottom: 50px;
	border-radius: 8px;
	background: #f7f8fa;
	overflow: hidden;
}
.vectrix-list li img {
	width: 100%;
	transition: transform .2s;
}
.vectrix-list li:hover img {
	transform: scale(1.15);
}
.vectrix-list li h3 {
	position: relative;
	z-index: 10;
}
.vectrix-list li p {
	position: relative;
	padding: 0 15px;
	z-index: 10;
}
.vectrix-list-btn {
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 120px;
	padding: 7px;
	color: #be1a21;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	border: 1px solid #be1a21;
	border-radius: 50px;
	background-color: #fff;
	background-image: url("../images/common/arrow02.png");
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 6px auto;
	z-index: 100;
}
.vectrix-list li:hover .vectrix-list-btn {
	color: #fff;
	background-color: #be1a21;
	background-image: url("../images/common/arrow01.png"), linear-gradient(#fd666d 0%, #ff585f 30%, #d40e16 70%, #f51e27 92%, #bc0a12 100%);;
	background-repeat: no-repeat, no-repeat;
	background-position: right 8px center, center;
	background-size: 6px auto, 100%;
}

.lineup-box {
	position: relative;
}
.lineup-other-box {
	min-height: 380px;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #ccc;
}
.lineup-other-img {
	border-radius: 8px;
	overflow: hidden;
}
.lineup-link-btn {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	display: block;
	margin-top: 10px;
	padding: 3px 50px;
	color: #be1a21;
	text-align: center;
	border-radius: 50px;
	border: 1px solid #be1a21;
	background-image: url("../images/common/arrow02.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 6px auto;
}
.lineup-link-btn:hover {
	color: #fff;
	background: url("../images/common/arrow01.png"),linear-gradient(#fd666d 0%, #ff585f 30%, #d40e16 70%, #f51e27 92%, #bc0a12 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: right 12px center, center;
	background-size: 6px auto, 100%;
}
.i-cargo-header {
	position: relative;
}
.i-cargo-header-img {
	height: 33vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.i-cargo-header-logo {
	width: 330px;
	margin-left: 8%;
}
.i-cargo-title {
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.4;
}
.i-cargo-text01 {
	margin-left: 50px;
	padding-left: 50px;
	border-left: 1px solid #dedede;
}
.i-cargo-heading-bg {
	padding: 60px 0;
	color: #fff;
	line-height: 1;
	background: #00a0ba;
}
.i-cargo-heading-text {
	font-size: 6rem;
}
.i-cargo-spec {
	width: 100%;	
}
.i-cargo-spec li {
	position: relative;
	padding: 20px;
	line-height: 1.5;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #dedede;
	background: #f5f6f8;
}
.i-cargo-features {
	padding-left: 82px;
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 64px auto;
}
.i-cargo-features.features-icon01 {
	background-image: url("../images/pages/i_cargo_icon01.png");
}
.i-cargo-features.features-icon02 {
	background-image: url("../images/pages/i_cargo_icon02.png");
}
.i-cargo-features.features-icon03 {
	background-image: url("../images/pages/i_cargo_icon03.png");
}
.i-cargo-features.features-icon04 {
	background-image: url("../images/pages/i_cargo_icon04.png");
}
.i-cargo-product {
	background: #282828;
}
.i-cargo-product-heading {
	padding: 30px;
	line-height: 1;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	background: linear-gradient(to right, #00bedd, #0acda6);
}
.i-cargo-product-heading02 {
	display: inline-block;
	color: #00bedd;
  background: linear-gradient(to right, #00bedd, #0acda6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.i-cargo-product-img01 {
	text-align: center;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}
.i-cargo-product-text {
	padding-left: 50px;
}
.i-cargo-product-num {
	display: inline-block;
	margin-left: -50px;
	margin-right: 15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-weight: 700;
	font-size: 2.4rem;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	background: #00a0ba;
}
.i-cargo-product-box {
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #666;
}
.i-cargo-product-box img {
	border-radius: 8px;
}
.i-cargo-option {
	position: relative;
}
.i-cargo-option-img01 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 51.5%;
	border-radius: 0 50px 50px 0;
	overflow: hidden;
}
.i-cargo-option-box01 {
	width: 36%;
	margin: 0 6.25% 0 auto;
}
.i-cargo-option-box01 li {
	width: 47.916%;
}
.i-cargo-option-box01 li img {
	border-radius: 8px;
}
.auto-slide {
  position: relative;
  overflow: hidden;
}
.auto-slide .swiper {
  overflow: visible;
}
.auto-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.auto-slide .slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
	transition-duration: 0.2s;
}
.auto-slide .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.i-cargo-slide .slide {
  overflow: hidden;
  width: 450px;
}
.i-cargo-slide .slide-img {
  position: relative;
  overflow: hidden;
  padding-top: 70.60%; /* 縦横比 */
  border: 0;
	border-radius: 8px;
  background: #fff;
}
.i-cargo-slide .slide-img:hover {
	border: 1px solid #be1a21;
}
.i-cargo-slide .slide-img:hover img {
	transform: scale(1.05);
}
.i-cargo-kubun li {
	width: calc(92% / 5);
	padding: 15px 10px;
	margin-right: 2%;
	line-height: 1.5;
	border-radius: 8px;
	border: 1px solid #00a0ba;
}
.i-cargo-kubun li:nth-child(5n) {
	margin-right: 0;
}
.i-cargo-kubun li .icon-kubun {
	text-align: center;
}
.i-cargo-kubun li .icon-kubun img {
	width: 80px;
}
.i-cargo-table {
}
.i-cargo-table-data01 {
	width: 160px;
}
.i-cargo-table-data02 {
	width: 140px;
}
.gyro-header-img {
	height: 33vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.products-vectrix-logo {
	width: 120px;
}
.gyro-header-title {
	margin-bottom: 20px;
}
.gyro-header-title-text01 {
	margin-left: 50px;
	font-size: 5.5vw;
	line-height: 1;
}
.gyro-header-title-text02 {
	font-size: 2rem;
}
.gyro-icon {
	width: 100px;
	margin-right: 15px;
}
.gyro-box01 {
	position: relative;
	padding: 100px 0;
}
.gyro-bg01 {
	position: absolute;
	top: 10%;
	bottom: 0;
	left: 40%;
	right: 0;
	width: 850px;
	z-index: -1;
}
.gyro-bg02 {
	padding: 80px 0;
	background-image: url("../images/pages/gyro_heading_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.gyro-slide {
  position: relative;
  overflow: hidden;
}
.gyro-slide .swiper {
  overflow: visible;
}
.gyro-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.gyro-slide .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.gyro-slide .slide {
  overflow: hidden;
  width: 400px;
	border: 1px solid #dedede;
}
.gyro-slide .slide:hover {
	border: 1px solid #be1a21;
}
.gyro-slide .slide-img {
  position: relative;
  overflow: hidden;
  padding-top: 70.175%; /* 縦横比 */
  border: 0;
	border-radius: 8px;
  background: #fff;
}
.gyro-slide .slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
	transition-duration: 0.2s;
}
.gyro-slide .slide-img:hover img {
	transform: scale(1.05);
}
.gyro-slide .slide-text {
	position: relative;
	width: 100%;
	padding-top: 10px;
	font-size: 14px;
}
.gyro-slide .slide-text a {
	color: #282828;
}
.gyro-slide .slide-text a:hover {
	color: #1345ff;
	text-decoration: underline;
}
.vectrix-img {
	width: 59%;
}
.vectrix-text {
	width: 41%;
	padding: 0 3vw;
}
.vectrix-text01 {
	font-size: 3vw;
	font-weight: 700;
	line-height: 1;
}
.vectrix-text02 {
	font-size: 7.5vw;
	font-weight: 700;
	line-height: 1;
}
.ad7-header-img {
	height: 33vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ad7-header-title {
	margin-bottom: 20px;
}
.ad7-header-title-text01 {
	margin-left: 50px;
	font-size: 5.5vw;
	line-height: 1;
}
.ad7-header-title-text02 {
	font-size: 2rem;
}
.ad7-img01 {
	width: 68.6%;
}
.ad7-text01 {
	width: calc(100% - 68.6%);
	padding: 0 60px;
}
.ad7-slide .slide {
  overflow: hidden;
  width: 450px;
}
.ad7-slide .slide-img {
  position: relative;
  overflow: hidden;
  padding-top: 70.175%; /* 縦横比 */
  border: 0;
	border-radius: 8px;
  background: #fff;
}
.ad7-slide .slide-img:hover {
	border: 1px solid #be1a21;
}
.ad7-slide .slide-img:hover img {
	transform: scale(1.05);
}
.ad1-header-img {
	height: 33vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ad1-header-title {
	margin-bottom: 20px;
}
.ad1-header-title-text01 {
	margin-left: 50px;
	font-size: 5.5vw;
	line-height: 1;
}
.ad1-header-title-text02 {
	font-size: 2rem;
}
.ad1-img01 {
	width: 68.6%;
}
.ad1-text01 {
	width: calc(100% - 68.6%);
	padding: 0 60px;
}
.ad1-slide .slide {
  overflow: hidden;
  width: 450px;
}
.ad1-slide .slide-img {
  position: relative;
  overflow: hidden;
  padding-top: 70.175%; /* 縦横比 */
  border: 0;
	border-radius: 8px;
  background: #fff;
}
.ad1-slide .slide-img:hover {
	border: 1px solid #be1a21;
}
.ad1-slide .slide-img:hover img {
	transform: scale(1.05);
}
.ad1-gallery a {
	display: block;
	border-radius: 8px;
	overflow: hidden;
}
.normal-header-img {
	height: 33vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.normal-header-title {
	margin-bottom: 20px;
}
.normal-header-title-text01 {
	margin-left: 50px;
	font-size: 5.5vw;
	line-height: 1;
}
.normal-header-title-text02 {
	font-size: 2rem;
}
.normal-photo {
	border-radius: 8px;
	overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.vectrix-index-box {
	width: 90%;
	min-width: 0;
}
.vectrix-index-box-inner {
	padding: 40px 0;
}
.vectrix-index-logo {
	width: 150px;
}
.vectrix-index-text {
	padding: 10px;
}
.vectrix-line-bg {
	padding: 20px 0;
}
.vectrix-list li {
	min-height: 48vw;
	padding-bottom: 40px;
}
.vectrix-list-btn {
	width: 90px;
	padding: 5px;
	font-size: 1rem;
	background-size: 5px auto;
}
.lineup-other-box {
	min-height: 34vw;
	padding: 10px;
}
.products-vectrix-logo {
	width: 80px;
}
.i-cargo-header-img {
	height: 70vw;
}
.i-cargo-header-logo {
	width: 250px;
}
.i-cargo-title {
	font-size: 3rem;
	text-align: center;
}
.i-cargo-text01 {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #dedede;
}
.i-cargo-heading-bg {
	padding: 30px 0;
}
.i-cargo-heading-text {
	font-size: 4rem;
}
.i-cargo-features {
	padding-left: 65px;
	background-size: 50px auto;
}
.i-cargo-product-heading {
	padding: 20px;
}
.gyro-header-title-text01 {
	font-size: 6rem;
}
.gyro-header-title-text02 {
	font-size: 1.6rem;
}
.gyro-icon {
	width: 60px;
	margin-right: 15px;
}
.gyro-box01 {
	padding: 10px 0;
	margin: 50px 0;
}
.gyro-bg01 {
	top: 10%;
	bottom: 0;
	left: 45%;
	right: 0;
	width: 55%;
}
.gyro-bg02 {
	padding: 60px 0;
}
.gyro-slide .slide {
  width: 300px;
}
.ad7-header-img {
	height: 70vw;
}
.ad7-header-title-text01 {
	font-size: 6rem;
}
.ad7-header-title-text02 {
	font-size: 1.6rem;
}
.ad7-img01 {
	width: 100%;
}
.ad7-text01 {
	width: 100%;
	padding: 50px 5% 0;
}
.ad1-header-img {
	height: 60vw;
}
.ad1-header-title-text01 {
	font-size: 6rem;
}
.ad1-header-title-text02 {
	font-size: 1.6rem;
}
.ad1-img01 {
	width: 100%;
}
.ad1-text01 {
	width: 100%;
	padding: 50px 5% 0;
}
.normal-header-img {
	height: 60vw;
}
.normal-header-title-text01 {
	font-size: 6rem;
}
.normal-header-title-text02 {
	font-size: 1.6rem;
}
}

@media screen and (max-width: 767px){
.vectrix-index-box {
	width: 90%;
	min-width: 0;
}
.vectrix-index-box-inner {
	padding: 30px 0;
}
.vectrix-index-logo {
	width: 120px;
}
.vectrix-index-text {
	padding: 10px;
}
.vectrix-line-bg {
	padding: 0;
	border-top: 0;
	border-bottom: 0;
}
.vectrix-line-bg::before {
	display: none;
}
.vectrix-index-heading {
	padding: 15px 0;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
}
.vectrix-list li {
	padding-bottom: 40px;
}
.vectrix-list-btn {
	width: 90px;
	padding: 5px;
	font-size: 1rem;
	background-size: 5px auto;
}
.lineup-other-box {
	min-height: 370px;
}
.i-cargo-header {
	position: relative;
	height: 100vw;
	margin-top: 60px;
}
.i-cargo-header-img {
	height: 80vw;
}
.i-cargo-header-logo {
	width: 45%;
}
.i-cargo-title {
	font-size: 3rem;
	text-align: center;
}
.i-cargo-text01 {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #dedede;
}
.i-cargo-heading-bg {
	padding: 20px 0;
}
.i-cargo-heading-text {
	font-size: 3rem;
}
.i-cargo-features {
	padding-left: 65px;
	background-size: 50px auto;
}
.i-cargo-product-heading {
	padding: 20px;
}
.i-cargo-slide .slide {
  width: 250px;
}
.i-cargo-option-img01 {
	position: relative;
	width: 95%;
	height: 70vw;
	border-radius: 0 30px 30px 0;
	margin-bottom: 30px;
}
.i-cargo-option-box01 {
	width: 90%;
	margin: 0 auto 0;
}
.i-cargo-kubun li {
	width: 48%;
	padding: 15px 10px;
	margin-right: 4%;
}
.i-cargo-kubun li:nth-child(2n) {
	margin-right: 0;
}
.i-cargo-table {
	width: 170%;
}
.i-cargo-table-data01 {
	width: 100px;
}
.i-cargo-table-data02 {
	width: 100px;
}
.gyro-header-img {
	height: 80vw;
}
.gyro-header-title {
	top: auto;
	bottom: 0;
  left: 15%;
	right: 15%;
	text-align: center;
}
.products-vectrix-logo {
	width: 80px;
}
.gyro-header-title-text01 {
	margin-left: 20px;
	font-size: 6rem;
}
.gyro-header-title-text02 {
	font-size: 1.2rem;
}
.gyro-icon {
	width: 60px;
	margin-right: 15px;
}
.gyro-box01 {
	padding: 0;
}
.gyro-bg01 {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 90%;
	padding-left: 5%;
	margin: 20px auto;
}
.gyro-bg02 {
	padding: 30px 0;
}
.gyro-slide {
	margin-top: 30px;
}
.gyro-slide .slide {
  width: 180px;
}
.vectrix-img {
	width: 100%;
}
.vectrix-text {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}
.vectrix-text01 {
	font-size: 2rem;
}
.vectrix-text02 {
	font-size: 3rem;
}
.ad7-header-img {
	height: 70vw;
}
.ad7-header-title-text01 {
	margin-left: 20px;
	font-size: 6rem;
}
.ad7-header-title-text02 {
	font-size: 1.2rem;
}
.ad7-img01 {
	width: 100%;
}
.ad7-text01 {
	width: 100%;
	padding: 30px 5% 0;
}
.ad7-slide .slide {
  width: 250px;
}
.ad1-header {
	position: relative;
	height: auto;
	margin-top: 60px;
}
.ad1-header-img {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 85vw;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 1;
}
.ad1-header-img {
	height: 60vw;
}
.ad1-header-title-text01 {
	margin-left: 20px;
	font-size: 5rem;
}
.ad1-header-title-text02 {
	font-size: 1.2rem;
}
.ad1-img01 {
	width: 100%;
}
.ad1-text01 {
	width: 100%;
	padding: 30px 5% 0;
}
.ad1-slide .slide {
  width: 250px;
}
.normal-header {
	position: relative;
	height: auto;
	margin-top: 60px;
}
.normal-header-img {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 85vw;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 1;
}
.normal-header-img {
	height: 60vw;
}
.normal-header-title-text01 {
	margin-left: 20px;
	font-size: 5rem;
}
.normal-header-title-text02 {
	font-size: 1.2rem;
}
}




/*　	KYMCO
-------------------------------------------------------*/
.kymco-box {
	padding: 30px 0;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
}
.kymco-index-logo {
	width: 250px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.kymco-index-logo {
	width: 150px;
}
}

@media screen and (max-width: 767px){
.kymco-box {
	padding: 20px 0;
}
.kymco-index-logo {
	width: 120px;
}
}



/*　	レンタルバイク
-------------------------------------------------------*/
.letsrago-box {
	border: 1px solid #be1a21;
	background: #f7f8f9;
}
.letsrago-heading {
	padding: 20px;
	background: #fff;
}
.letsrago-icon {
	display: inline-block;
	width: 120px;
	margin-right: 20px;
	vertical-align: middle;
}
.letsrago-inner {
	padding: 20px;
}
.letsrago-app img{
	height: 60px;
	width: auto;
}
.rental-flow > li {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #dedede;
}
.rental-flow-img {
	width: 300px;
	margin-right: 20px;
}
.rental-flow-step {
	display: inline-block;
	padding: 10px 15px;
	margin-right: 15px;
	color: #fff;
	line-height: 1;
	border-radius: 8px;
	background: #be1a21;
}
.rental-flow-btn li:first-child {
	margin-right: 20px;
}
.rental-price-table {
	width: 100%;
}
.rental-map {
	position: relative;
	height: 500px;
}
.rental-map iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.rental-flow-img {
	width: 180px;
	margin-right: 20px;
}
.rental-flow-btn li:first-child {
	margin-right: 0;
}
.rental-price-table {
	width: 150%;
}
}

@media screen and (max-width: 767px){
.letsrago-icon {
	width: 80px;
	margin-right: 15px;
}
.rental-flow-img {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.rental-flow-btn li:first-child {
	margin-right: 0;
}
.rental-price-table {
	width: 250%;
}
}



/*　　販売店専用
-------------------------------------------------------*/
.announcements-table {
	margin-bottom: 20px;
}
.announcements-table th {
	width: 15%;
}
.download-box {
	margin-bottom: 20px;
}
.download-box dt {
	display: block;
	position: relative;
	padding: 15px 60px 15px 30px;
	color: #282828;
	font-size: 1.8rem;
	font-weight: 700;
	border: 1px solid #f7f8f9;
	background-color: #f7f8f9;
	background-image: url("../images/common/icon_dl_toggle01.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px;
	cursor: pointer;
}
.download-box dt::before {
	content: "";
	position: absolute;
	top: 8px;
	bottom: 8px;
	left: 8px;
	width: 5px;
	background-color: #d0d3d8;
}
.download-box dt:hover {
	color: #be1a21;
	border: 1px solid #eceff3;
	background-color: #eceff3;
}
.download-box dt:hover::before,
.download-box dt.active::before {
	background-color: #be1a21;
}
.download-box dt.active {
	color: #be1a21;
	border: 1px solid #ccc;
	background-color: #f5f6f8;
	background-image: url("../images/common/icon_dl_toggle02.png");
	background-position: right 9px center;
}
.download-box dd {
	position: relative;
	display: none;
	padding: 15px;
	border: 1px solid #ccc;
	border-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.announcements-table th {
	width: 22%;
}
}

@media screen and (max-width: 767px){
}



/*　　パスワード保護
-------------------------------------------------------*/
.post-password-form {
	margin: 100px auto;
	max-width: 980px;
	text-align: center;
}


/*　　お問い合わせフォーム
-------------------------------------------------------*/
/* reCAPTCHAアイコンをメールフォーム以外非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}
#autozip {
	display: none !important;
	background: #0041a8 !important;
}
#autozip a {
	color: #fff !important;
	cursor: default;
}
.btn-contactform {
	display: block;
	padding: 15px;
	color: #fff;
	text-align: center;
	background-color: #233b8c;
	background-image: url("../images/common/arrow01.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 6px auto;
}
.btn-contactform:hover {
	color: #fff;
	background-color: #2b52d4;
}
.privacy-box {
	width: 100%;
	height: 200px;
  padding: 10px;
  border: 1px solid #ccc;
}
.icon-required {
	display: inline-block;
	font-size: 12px; font-size: 1.2rem;
  font-weight: 400;
	line-height: 1.5;
	margin-right: 10px;
	padding: 2px 8px 2px;
	background-color: #cf1126;
	color: #fff;
	vertical-align:middle;
	border-radius: 3px;
}
.form-initialize {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}
.contactForm {
}
.contactForm th,
.contactForm td {
	font-size: 1.6rem;
}
.confirm-box .confirm-text {
	display: none;
}
.contactForm input {
	padding: 10px;
	font-size: 1.6rem;
	vertical-align:middle;
	border: 1px solid #ccc;
	border-radius: 0 !important;
}
.required-bgcolor {
	background-color: #fff7f7;
}
.contactForm input[type="radio"] {
	vertical-align: baseline;
}
.contactForm input[type="file"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 0;
	padding: 0;
}
.contactForm .select-menu {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 40px;
	font-size: 1.6rem;
	line-height:1.6;
	padding: 3px 10px;
	color: #282828;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url("../images/common/arrow_select_menu.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px auto;
}
.contactForm textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  padding: 10px;
  font-size: 16px; font-size: 1.6rem;
  border: 1px solid #ccc;
	border-radius: 0;
}
.contactForm .btn-box {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.contactForm .btn-box input[type="submit"],
.contactForm .btn-box input[type="button"] {
	margin: 30px 0 0 !important;
}

.contactForm .confirm_button,
.contactForm .btn-send {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 20px;
	width: 100% !important;
	cursor: not-allowed; /* 無効時のカーソル */
	color: #fff;
	border: none !important;
	border-radius: 8px !important;
	background-color: #be1a21;
	background-image: url("../images/common/arrow01.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 6px auto, 100%;
	transition-duration: 0.2s;
	opacity: 0.5;
}
.contactForm .btn-send {
	opacity: 1;
	cursor: pointer;
}
.contactForm .confirm_button:enabled {
	cursor: pointer;
	opacity: 1;
}
.contactForm .confirm_button:enabled:hover,
.contactForm .btn-send:hover {
	color: #fff;
	background: url("../images/common/arrow01.png"), linear-gradient(#fd666d 0%, #ff585f 30%, #d40e16 70%, #f51e27 92%, #bc0a12 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: right 12px center, center;
	background-size: 6px auto, 100%;
	transform: scale(1.05);
}
.contactForm .back_button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	font-weight: 700;
	font-size: 2.4rem;
	padding: 20px;
	width: 100% !important;
	cursor: pointer;
	color: #fff;
	border-radius: 8px !important;
	background-color: #666;
	transition-duration: 0.2s;
}
.contactForm .back_button:hover {
  color: #fff;
	background-color: #999;
	transform: scale(1.05);
}
.contactForm .privacy-check {
	margin-left: -1em;
}
.contactForm .privacy-check-txt span {
	font-weight: 700 !important;
}


@media screen and (min-width: 768px) and (max-width: 1270px){
.contactForm .btn-box {
	width: 80%;
}
.contactForm .confirm_button,
.contactForm .btn-send,
.contactForm .back_button {
	font-size: 1.6rem;
}
}

@media screen and (max-width: 767px){
.contactForm .btn-box {
	width: 90%;
}
.contactForm .confirm_button,
.contactForm .btn-send,
.contactForm .back_button {
	font-size: 1.6rem;
}
}



/*　　wpプラグイン ページナビ
-------------------------------------------------------*/
.wp-pagenavi-box {
	padding: 30px;
	border-top: 1px solid #dedede;
}
.wp-pagenavi {
	clear: both;
	padding: 10px 0 !important;
	text-align: center !important;
	background-color: transparent;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #dedede !important;
	border-radius: 0 !important;
	padding: 4px 14px !important;
	margin: 4px !important;
  color: #282828 !important;
	font-family: "Roboto", sans-serif;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #999 !important;
}
.wp-pagenavi a:hover {
	color: #282828 !important;
	border: 1px solid #ccc !important;
	background-color: #f5f6f8 !important;
}
.wp-pagenavi span.current {
	font-weight: 700 !important;
	color: #fff !important;
	border: 1px solid #666 !important;
  background-color: #666 !important;
}
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi .pages {
	background: #f7f8f9;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.wp-pagenavi {
	padding: 0 !important;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 6px 15px !important;
	margin: 3px !important;
}
}

@media screen and (max-width: 767px){
.works-pagenav {
	margin: 40px auto !important;
}
.wp-pagenavi {
	padding: 0 !important;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 2px 8px !important;
	margin: 2px !important;
}
}


