@charset "utf-8";


/*　　Home / メインイメージ
-------------------------------------------------------*/
#main-img {
  position: relative;
	height: 100vh;
	max-width: 100vw;
	overflow: hidden;
}
#main-img .main-bg {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 19.05vw;
	background-image: url("../images/pages/main_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	z-index: 100;
}
#main-img .main-bg02 {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -1px;
	left: 0;
	height: 3vw;
	background-image: url("../images/pages/main_bg02.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	z-index: 110;
}
#main-img .main-text {
	position: absolute;
	bottom: 3vw;
	left: 3vw;
	color: #fff;
	font-size: 6vw;
	font-weight: 700;
	line-height: 0.9;
	z-index: 300;
}
#main-img .main-text02 {
	display: inline-block;
	position: absolute;
	bottom: 0.5vw;
	left: 44vw;
	width: 24.9vw;
	height: 3vw;
	line-height: 3vw;
	color: #fff;
	font-size: 1.2vw;
	letter-spacing: 0.08em;
	text-align: center;
	background: linear-gradient(to right, rgba(36,168,243,0.9), rgba(1,28,131,0.9));
	clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
}
.text-motion01 {
	display: inline-block;
	animation: img-text 0.7s 0.5s 1 normal both;
}
.text-motion02 {
	display: inline-block;
	animation: img-text 0.7s 0.8s 1 normal both;
}
.text-motion03 {
	display: inline-block;
	animation: img-text 0.7s 1.1s 1 normal both;
}
#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);
  }
}
@keyframes img-text {
  0% {
		opacity: 0;
    transform: translateX(-30%) scale(1);
    /*　easing: ease-out; */
		easing: ease-in;
  }
	100% {
		opacity: 1;
    transform: translateX(0) scale(1);
    easing: ease-in;
  }
}
.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;
	margin-top: 60px;
}
#main-img .slide-img > img {
  height: 65vw;
}
#main-img .main-text {
	bottom: 3vw;
	left: 3vw;
	font-size: 6vw;
}
#main-img .main-text02 {
	bottom: 0.5vw;
	left: 44vw;
	width: 40vw;
	height: 4vw;
	line-height: 4vw;
	font-size: 2vw;

}
}

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

@media screen and (max-width: 767px){
#main-img {
  height: 152vw;
	margin-top: 60px;
}
#main-img .slide-img > img {
 height: 152vw;
}
#main-img .main-text {
	position: absolute;
	bottom: 15vw;
	left: 3vw;
	font-size: 10vw;
}
#main-img .main-text02 {
	display: inline-block;
	position: absolute;
	bottom: -10vw;
	left: 0;
	width: 65vw;
	height: 8vw;
	line-height: 8vw;
	color: #fff;
	font-size: 3.2vw;
	letter-spacing: 0.08em;
	text-align: center;
	background: linear-gradient(to right, rgba(36,168,243,0.9), rgba(1,28,131,0.9));
	clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
}
}

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



/*　 Home
-------------------------------------------------------*/
.topics-slide {
  position: relative;
  overflow: hidden;
}
.topics-slide .swiper {
  overflow: visible;
}
.topics-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.topics-slide .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.topics-slide .slide {
  overflow: hidden;
  width: 350px;
}
.topics-slide .slide-img {
  position: relative;
  overflow: hidden;
  padding-top: 50.28%; /* 縦横比 */
  border: 0;
	border-radius: 8px;
  background: #fff;
}
.topics-slide .slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.topics-slide .slide-text {
	position: relative;
	width: 100%;
	padding-top: 10px;
	font-size: 14px;
}
.topics-slide .slide-text a {
	color: #282828;
}
.topics-slide .slide-text a:hover {
	color: #1345ff;
	text-decoration: underline;
}
.home-news {
	padding: 80px 0;
	background: #f7f8f9;
}
.products-services-heading {
	margin-bottom: 10vw;
}
.products-services {
	position: relative;
	height: 55.95vw;
}
.products-services-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 55.95vw;
}
.products-services-bg::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	height: 80px;
	background-image: url("../images/pages/products_services_bg_top.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	z-index: 1;
}
.products-services-bg::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 80px;
	background-image: url("../images/pages/products_services_bg_btm.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	z-index: 1;
}

.products-services-box {
	position: absolute;
	top: -6vw;
	left: 0;
	width: 71.4%;
	z-index: 2;
}
.products-services-box-inner {
	position: absolute;
	top: 0;
	left: 4vw;
	width: fit-content;
	padding-top: 21vw;
	color: #fff;
}
.products-services-logo-kymco {
	display: block;
	width: 10.6vw;
	margin: 0 0 1.5vw 5vw;
}
.products-services-heading02 {
	margin-bottom: 2vw;
	font-size: 4vw;
	font-weight: 700;
	line-height: 1;
}
.products-services-text {
	font-size: 0.9vw;
}
.products-services-box02 {
	position: absolute;
	top: 18vw;
	right: 0;
	width: 72.05%;
	z-index: 1;
}
.products-services-box02-inner {
	position: absolute;
	top: 0;
	right: 4vw;
	width: fit-content;
	padding-top: 24.25vw;
	color: #fff;
	text-align: right;
	z-index: 2;
}
.greetings-img01 {
	width: 205px;
}
.faq-box dt {
	display: block;
	position: relative;
	padding: 15px 60px 15px 60px;
	color: #282828;
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #f7f8f9;
	background-image: url("../images/common/icon_faq_toggle01.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px;
	cursor: pointer;
}
.faq-box dt::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 45px;
	background-color: #666;
	background-image: url("../images/common/icon_q.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
}

.faq-box dt:hover {
	color: #282828;
	background-color: #eaecee;
}
.faq-box dt:hover::before,
.faq-box dt.active::before {
	background-color: #1538b9;
}
.faq-box dt.active {
	color: #282828;
	border: 1px solid #ccc;
	background-image: url("../images/common/icon_faq_toggle02.png");
	background-position: right 9px center;
}
.faq-box dd {
	position: relative;
	display: none;
	padding: 15px 20px 20px 60px;
	border: 1px solid #ccc;
	border-top: 0;
}

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

.topics-slide {
	margin-top: 40px;
}
.home-news {
	padding: 40px 0;
	background: #f7f8f9;
}
.products-services {
	height: 60vw;
}
.products-services-bg {
	height: 60vw;
}
.products-services-box {
	position: relative;
}
.products-services-box-inner {
	position: relative;
	top: -9vw;
	left: 4vw;
	padding-top: 0;
}
.products-services-logo-kymco {
	width: 14vw;
	margin: 0 0 0.5vw 5vw;
}
.products-services-heading02 {
	margin-bottom: 2vw;
	font-size: 5vw;
}
.products-services-text {
	font-size: 1.4vw;
}
.products-services-box02 {
	top: 20.5vw;
}
.products-services-box02-inner {
	padding-top: 23.5vw;
}
.greetings-img01 {
	width: 180px;
}
.faq-box dt {
	padding: 10px 60px 10px 50px;
	font-size: 1.6rem;
	background-size: 16px;
}
.faq-box dt::before {
	width: 35px;
	background-size: 14px;
}
.faq-box dd {
	padding: 10px 20px 15px 50px;
}
}

@media screen and (max-width: 767px){
.topics-slide {
	margin-top: 30px;
}
.topics-slide .slide {
  width: 180px;
}
.home-news {
	padding: 30px 0;
}
.products-services-heading {
	margin-bottom: 10vw;
}
.products-services {
	height: auto;
	padding-bottom: 50px;
}
.products-services-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%
}
.products-services-box {
	position: relative;
	top: -6vw;
	width: 90%;
	margin-bottom: 30px;
}
.products-services-box-inner {
	position: relative;
	top: 0;
	left: 4vw;
	padding-top: 15px;
}
.products-services-logo-kymco {
	width: 150px;
	margin: 0 0 20px;
}
.products-services-heading02 {
	margin-bottom: 10px;
	font-size: 3rem;
}
.products-services-text {
	font-size: 1.4rem;
}
.products-services-box02 {
	position: relative;
	top: 0;
	width: 90%;
	margin-left: auto;
}
.products-services-box02-inner {
	position: relative;
	top: 10px;
	right: 4vw;
	padding-top: 0;
}
.greetings-img01 {
	width: 180px;
}
.faq-box dt {
	padding: 10px 50px 10px 50px;
	font-size: 1.6rem;
	background-size: 16px;
}
.faq-box dt::before {
	width: 35px;
	background-size: 14px;
}
.faq-box dd {
	padding: 10px 20px 15px 50px;
}
}



/*　　ページタイトルイメージ / パンクズ / ページナビ
-------------------------------------------------------*/
.page-header {
	position: relative;
	margin-top: 80px;
	height: 20vw;
}
.page-header::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: 0;
	background-image: url("../images/common/page_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	z-index: 3;
}
.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%);
	line-height: 1;
	color: #fff;
	font-weight: 700;
	text-align: center;
	z-index: 3;
}
.page-header-title .title-jp {
	font-size: 3rem;
}
.page-header-title .title-en {
	font-size: 4rem;
}
.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: #2b52d4;
	text-decoration: underline;
}


@media screen and (min-width: 768px) and (max-width: 1270px){
.page-header {
	margin-top: 60px;
	height: 26vw;
}
.page-header-img {
	height: 26vw;
}
.page-header-title .title-jp {
	font-size: 2rem;
}
.page-header-title .title-en {
	font-size: 3rem;
}
.pankuzu {
	font-size: 1rem;
}
}

@media screen and (max-width: 767px){
.page-header {
	margin-top: 60px;
	height: 26vw;
}
.page-header-img {
	height: 26vw;
}
.page-header-title .title-jp {
	font-size: 1.6rem;
}
.page-header-title .title-en {
	font-size: 2rem;
}
.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: 16px 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: #2b52d4;
	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 #ffcc00;
}
.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 #ffcc00;
}
.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;
}
}




/*　　会社案内
-------------------------------------------------------*/
.company-philosophy {
	position: relative;
	padding: 100px 0;
	height: 546px;
}
.company-philosophy-bg01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 63.4%;
	height: 486px;
	clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	z-index: -1;
}
.company-philosophy-bg02 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 63.4%;
	height: 486px;
	background: #eceeef;
	clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
	z-index: -2;
}
.company-philosophy-heading {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
}
.company-philosophy-heading span {
	display: block;
	font-size: 5rem;
	line-height: 1;
}
.company-philosophy-list li {
	position: relative;
	height: 84px;
	padding: 15px 20px 0 72px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background-color: rgba(14,46,164,0.9);
	clip-path: polygon(0% 0%, 100% 0, 100% 76%, 94% 100%, 0% 100%);
}
.company-philosophy-list li::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 72px;
	height: 84px;
	line-height: 84px;
	color: #28afdd;
	font-size: 4rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	border-right: 1px solid #1b6fc1;
}
.company-philosophy-list li:nth-child(1)::before {
	content: "S";
}
.company-philosophy-list li:nth-child(2)::before {
	content: "M";
}
.company-philosophy-list li:nth-child(3)::before {
	content: "I";
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.company-philosophy {
	padding: 60px 0 0;
	height: 326px;
}
.company-philosophy-bg01 {
	width: 80%;
	height: 286px;
}
.company-philosophy-bg02 {
	width: 80%;
	height: 286px;
}
.company-philosophy-heading {
	font-size: 1.6rem;
}
.company-philosophy-heading span {
	font-size: 2.6rem;
}
.company-philosophy-list li {
	height: 70px;
	padding: 10px 20px 0 72px;
}
.company-philosophy-list li::before {
	height: 70px;
	line-height: 70px;
}
}

@media screen and (max-width: 767px){
.company-philosophy {
	padding: 90px 0 30px;
	height: auto;
}
.company-philosophy-bg01 {
	width: 95%;
	height: 150px;
}
.company-philosophy-bg02 {
	top: 40px;
	bottom: 0;
	width: 100%;
	height: auto;
	clip-path: none;
}
.company-philosophy-heading {
	margin-top: -40px;
	font-size: 1.4rem;
}
.company-philosophy-heading span {
	font-size: 2.4rem;
}
.company-philosophy-list {
	padding-top: 40px;
}
.company-philosophy-list li {
	height: 70px;
	padding: 10px 20px 0 72px;
}
.company-philosophy-list li::before {
	height: 70px;
	line-height: 70px;
	font-size: 3.4rem;
}
}



/*　　お問い合わせフォーム
-------------------------------------------------------*/
/* 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;
}
.form-jp {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
}
.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: 0;
	border-radius: 0;
	background-color: #1538b9;
	background-image: url("../images/common/arrow01.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 6px auto;
	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(to right, #3eb9ff, #0063ff);
	background-repeat: no-repeat, no-repeat;
	background-position: right 14px 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: 0;
	border-radius: 0;
	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;
}
}


