@charset "UTF-8";
/* 
	Theme Name: 関東テック
	Description: 関東テック
	Author: kanto tech
	Version: 2018
 */
/*------------------------------------------------------------
変数
------------------------------------------------------------*/
/*--------------------------------------------------------------
 全体 
--------------------------------------------------------------*/
html {
  margin-top: 0px !important; }

* {
  margin: 0px;
  padding: 0px; }

body {
  font-size: 13px;
  line-height: 180%;
  font-family: "Noto Sans CJK JP Regular","Hiragino Kaku Gothic ProN","メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  margin: 0px;
  padding: 0px;
  color: #000; }

@media screen and (max-width: 1120px) {
  body {
    font-size: 14px; } }

.cont-w {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 1120px) {
  .cont-w {
    padding-left: 10px;
    padding-right: 10px; } }

a {
  text-decoration: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer; }

a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

img {
  border: none;
  vertical-align: bottom; }

figure img {
  width: 100%; }

ul {
  list-style: none; }

/*-------- レスポンシブ --------*/
.sp-none {
  display: block; }

.pc-none {
  display: none; }

@media screen and (max-width: 950px) {
  .sp-none {
    display: none; }
  .pc-none {
    display: block; } }

/*--------------------------------------------------------------
テキスト
--------------------------------------------------------------*/
/*-------- テキスト基本設定 --------*/
.t_center {
  text-align: center; }

.t_right {
  text-align: right; }

.txt_bold {
  font-weight: bold; }

.txt_pink {
  color: #f14166; }

/*見出し*/
.h2{text-align: center;}

h2 {
  font-size: 18px;
  color: #242D7C;
  letter-spacing: .2em; }

h2 .en {
  display: block;
  font-size: 12px;
  font-family: "Roboto","Noto Sans CJK JP Regular","Hiragino Kaku Gothic ProN",sans-serif;
  color: #B6B7BD; }

h3{border-bottom: 2px solid #242D7C;}

h3 span{
		display: block;
		min-width: 120px;
		font-size: 18px;
		font-weight: 600;
		color: #666875;
		letter-spacing: 0.1rem;
		text-align: center;
		padding: 8px 0 10px;
}
.icon01 {text-align: center; }
/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
header {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 50px;
  position: relative;
  overflow: hidden; }

header > * {
  display: inline-block;
  vertical-align: middle; }

header .head_right {
  float: right;
  text-align: right; }

header .head_logo {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

header .tel:before {
  display: none; }

@media screen and (max-width: 950px) {
  header .head_logo {
    top: 10px; } }

.contact {
  color: #878993;
  font-size: 14px;
  line-height: 1.2rem;
  text-align: left; }

.contact .tel {
  display: block;
  font-size: 30px;
  font-family: "Roboto","Noto Sans CJK JP Regular","Hiragino Kaku Gothic ProN",sans-serif;
  color: #242D7C;
  font-weight: 600;
  margin-top: 10px; }

/*電話番号*/
.tel a {
  color: #242D7C;
  font-family: "Robot" "Noto Sans CJK JP Regular", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  font-size: 36px; }

.tel:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 38px;
  background: url(../img/icon_sp.svg) no-repeat;
  background-size: 100%;
  margin-right: 10px;
  margin-bottom: 15px;
  vertical-align: middle; }

@media screen and (max-width: 950px) {
  .tel a {
    font-size: 24px; }
  .tel:before {
    width: 18px;
    height: 30px; } }

/*-------- ナビ --------*/
.mainNav {
  border-bottom: 5px solid #242D7C;
  position: relative;
  /*--------SP 横から出てくるメニュー --------*/ }

.mainNav:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #B6B7BD;
  position: relative;
  bottom: 0px; }

.mainNav ul {
  width: 875px;
  padding: 12px 0;
  margin-right: auto;
  margin-left: auto; }

.mainNav ul li {
  display: inline-block;
  position: relative;
  padding: 0 45px; }

.mainNav ul li a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.mainNav ul li a:hover {
  opacity: 0.6;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.mainNav ul li a span {
  display: block;
  color: #B6B7BD;
  font-size: 8px;
  font-family: "Roboto","Noto Sans CJK JP Regular","Hiragino Kaku Gothic ProN",sans-serif;
  font-weight: 300;
  line-height: 1; }

.mainNav ul li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 45px;
  background: #dedede;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -10%;
  right: 0px; }

.mainNav.pc-none {
  border-bottom: none;
  width: 70%;
  height: 100%;
  padding-top: 30px;
  background: #242d7c;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.mainNav.pc-none:after {
  display: none; }

.mainNav.pc-none .head_contact {
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.2rem; }

.mainNav.pc-none .head_contact .tel {
  display: block;
  text-align: left;
  margin-top: 10px; }

.mainNav.pc-none .head_contact .tel a {
  font-size: 20px; }

.mainNav.pc-none .head_contact .tel:before {
  background: url(../img/icon_sp_wh.svg) no-repeat; }

.mainNav.pc-none .head_contact a, .mainNav.pc-none .head_contact a:visited {
  color: #fff; }

.mainNav.pc-none ul {
  width: 100%;
  border-top: 1px solid #eeeeee;
  padding: 0; }

.mainNav.pc-none ul li {
  display: block;
  width: 100%;
  padding: 5px 0;
  border-left: none;
  border-bottom: 1px solid #eeeeee; }

.mainNav.pc-none ul li a {
  color: #fff;
  padding: 10px 0; }

.mainNav.pc-none ul li:after {
  display: none; }

.mainNav.pc-none.active {
  position: fixed;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.drawer-overlay {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.drawer-overlay.active {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block; }

/*-------- ハンバーガーメニュー --------*/
.hamburger {
  position: fixed;
  width: 30px;
  height: 24px;
  right: 15px;
  top: 15px;
  line-height: 0;
  font-size: 0;
  z-index: 99; }

.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #242D7C;
  position: absolute;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.hamburger span:first-child {
  top: 0px; }

.hamburger span:nth-child(2) {
  top: 10px; }

.hamburger span:nth-child(3) {
  top: 20px; }

.hamburger.active {
  top: 20px;
  z-index: 99; }

.hamburger.active span {
  margin-bottom: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #fff;
  top: 10px; }

.hamburger.active span:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hamburger.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburger.active span:nth-child(3) {
  display: none; }

/*-------- メインビジュアル --------*/
.mainV {
  position: relative; }

.mainV img {
  width: 100%; }

/*------------------------------------------------------------
コンテンツ
------------------------------------------------------------*/
section {
  padding-top: 70px;
  padding-bottom: 70px; }

section .section_inner > * {
  margin-top: 70px; }

section.bg02:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/pt01.svg) repeat;
  background-size: 8px auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

@media screen and (max-width: 950px) {
  section {
    padding-top: 30px; } }

#first {
  max-width: 920px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0; }

#first h2 {
  margin-bottom: 35px; }

#first .text {
  width: 50%;
  float: right; }

#first .photo {
  width: 46%;
  float: left; }

#first .txt_bold {
  margin-top: 20px; }

@media screen and (max-width: 950px) {
  #first h2 {
    text-align: center; }
  #first .text, #first .photo {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%; } }

#business {
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 206, 205, 0.4)), to(rgba(255, 255, 255, 0.4)));
  background: -o-linear-gradient(rgba(208, 206, 205, 0.4), rgba(255, 255, 255, 0.4));
  background: linear-gradient(rgba(208, 206, 205, 0.4), rgba(255, 255, 255, 0.4));
  background-size: 100% 500px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2; }

#business .section_inner {
  padding-left: 80px;
  padding-right: 80px; }

#business h2 {
  text-align: center;
  margin-top: 20px; }

@media screen and (max-width: 950px) {
  #business .section_inner {
    padding-left: 20px;
    padding-right: 20px; } }

/*商品リスト*/
.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.item-list .item-box {
  width: 300px;
  border-bottom: 1px solid #B6B7BD;
  padding-bottom: 40px;
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.item-list .item-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid #B6B7BD;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 5px;
  bottom: 15px;
  margin-top: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.item-list .item-box:hover {
  opacity: 0.8;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.item-list .item-box:hover:after {
  right: 0px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.item-list .item-box .item-tit {
  text-align: center;
  margin-top: 28px; }

.item-list .item-box .item-tit>* {
  font-size: 15px;
  font-weight: bold;
  color: #666875;
  text-align: center; }

.item-list .item-box .item-txt {
  padding: 0 10px;
  margin-top: 10px; }

@media screen and (max-width: 950px) {
  .item-list {
    display: block; }
  .item-list .item-box {
    width: 100%;
    max-width: 400px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto; }
  .item-list .item-tit a {
    font-size: 16px; } }

/*会社概要*/
.table01{
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #dedede;
  border-spacing: 0;
}

.table01 th, .table01 td{
  text-align: left;
  padding: 10px 15px;
  border-bottom: 1px solid #dedede;
}

.table01 tr:last-child th, .table01 tr:last-child td{
  border-bottom: none;
}

.table01 th{
  width: 30%;
  background: #f0f1ff;
  border-right: 1px solid #dedede;
}

.about-detail__ttl {
	color: #666875;
	font-weight: bold;
}

.about-detail__desc + .about-detail__ttl {
	margin-top: .75em;
}

.about-detail__desc {
	margin-left: .5em;
}

/*強み*/
.boxStyle01{
    width: 100%;
    max-width: 560px;
    margin-left:  auto; margin-right: auto;
}

.boxStyle01 h3{margin-bottom: 20px;}

.boxStyle01 p{padding: 10px; font-size: 14px;}

/*商品取り扱い*/
.table02{
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
}

.table02 th img{width: 60%; vertical-align: middle;}
.table02 td{width: 50%; text-align: center;}
.table02 th, .table02 td{
  padding: 10px 5px;
  border-bottom: 1px solid #dedede;
}
.table02 th span{
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1rem;
  margin-bottom: 5px;
}

.table02 td{
  font-size: 12px;
  font-weight: bold;
  word-break: break-word;
}

.table02 th a span, .table02 th a:link span, .table02 th a:active span, .table02 th a:hover span, .table02 th a:visited span{font-size: 12px; font-weight:normal; color: #333; text-decoration: underline;}
.table02 th{transition: .3s;}
.table02 td a:hover{opacity: 0.6; transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s;}
/*お問い合わせボタン*/
.btn>*, .btn>a {
  display: block;
  width: 100%;
  max-width: 580px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #242D7C;
  padding: 30px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.btn>*:before {
  content: "";
  display: block;
  width: 38px;
  height: 26px;
  background: url(../img/icon_mail.svg) no-repeat 100%;
  position: absolute;
  top: 50%;
  margin-top: -13px; }

.btn.tocontact a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px; }

.btn>*:hover {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.63);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.63); }

@media screen and (max-width: 950px) {
  .btn>* {
    font-size: 16px;
    padding: 20px; } }


/*form*/
form{
  width: 100%;
  max-width: 500px;
  margin-left: auto; margin-right: auto;
}

form>p{margin-bottom: 20px;}

input[type="text"], input[type="email"], input[type="tel"], textarea{width: 100%;padding: 8px; box-sizing: border-box;}
textarea{line-height: 1.6;}
input[type="submit"]{width: 300px; padding: 15px;border: none;}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected{border:1px solid #a9a9a9;}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.footerNav {
  width: 100%;
  margin-top: 80px;}

.footerNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footerNav ul li {
  position: relative;
  width: 25%; }

.footerNav ul li a {
  display: block;
  width: 100%;
  overflow: hidden; }

.footerNav ul li img {
  position: relative;
  width: 100%;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.footerNav ul li p {
  position: absolute;
  color: #fff;
  font-size: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); }

.footerNav ul li p span {
  display: block;
  font-family: "Robot","Noto Sans CJK JP Regular","Hiragino Kaku Gothic ProN",sans-serif;
  font-size: 10px; }

.footerNav ul li:hover a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

@media screen and (max-width: 600px) {
  .footerNav ul {
    display: block; }
  .footerNav ul li {
    width: 100%; }
  .footerNav ul li a {
    height: 70px; }
  .footerNav ul li img {
    top: -40px; }
  .footerNav ul li p {
    line-height: 140%; } }

footer {
  text-align: center;
  border-bottom: 5px solid #242D7C;
  position: relative; }

footer:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #B6B7BD;
  position: relative;
  bottom: 0px; }

footer .bg02 {
  padding: 50px 0 30px;
  background: #EFEFEE;
  position: relative;
  z-index: 2; }

footer .bg02 > * {
  margin-bottom: 30px; }

footer .bg02:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/pt01.svg) repeat;
  background-size: 8px auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

footer .tel a {
  color: #3E4152; }

footer .footerInfo {
  padding: 30px 0; }

footer .footer_logo {
  margin-bottom: 20px; }

footer .contact {
  font-size: 12px;
  text-align: center; }

footer small {
  font-size: 12px;
  color: #B6B7BD; }

.grecaptcha-badge {
	z-index: 10;
}

@media screen and (max-width: 950px) {
  footer .bg02, footer .footerInfo {
    padding-left: 10px;
    padding-right: 10px; }
}

/*------------------------------------------------------------
privacy
------------------------------------------------------------*/


#privacy {
  counter-reset: section-counter;
}

.section_intro + * {
	margin-top: 70px;
}

#privacy h3 span::before {
	counter-increment: section-counter;
    content: counter(section-counter) ". ";
    font-weight: bold;
    margin-right: 0.5em;
    display: inline-block;
}

#privacy p {
	padding-inline: 0;
}

#privacy p + ol {
	margin-top: 1em;
}

#privacy li + li {
	margin-top: 1em;
}

#privacy li > p {
	font-size: 1em;
}

#privacy ol {
    list-style: none;
}

#privacy ol > li {
	position: relative;
}

#privacy .boxStyle01 > ol {
	counter-reset: parent-item;
}

#privacy .boxStyle01 > ol > li {
	padding-left: 2.5em;
}

#privacy .boxStyle01 > ol > li::before {
    counter-increment: parent-item;
    content: "(" counter(parent-item) ")";
    position: absolute;
    left: 0;
    margin-right: 0.5em;
	width: 2.5em;
	text-align: center;
}

#privacy li > ol {
	margin-top: 1em;
    counter-reset: child-item;
}

#privacy li > ol > li {
	padding-left: 1.5em;
}

#privacy li > ol > li::before {
    counter-increment: child-item;
    content: counter(child-item);
    position: absolute;
    left: 0;
    margin-right: 0.5em;
}

#privacy dl {
	display: grid;
	grid-template-columns: auto 1fr;
}

#privacy dt {
	text-align: right;
}

#privacy dt::after {
	content: "：";
}

.footer_privacy {
	font-size: 12px;
	margin-top: 20px;
	display: inline-block;
}

.privacy-checkbox-wrap {
    width: fit-content;
    margin-inline: auto;
}