@charset "UTF-8";
/* CSS Document */

html { scroll-padding-top: 120px; }

.content.product .main_img {
	background-image: url("../images/product/main.jpg");
}

.content.product .title { 
	color: #3B3B3B;
}

.content.product .title .title_en { 
	font-size: 70px;
	line-height: 1.3em;
	font-weight: 300;
}

/* 検索ボックスアイコン位置調整 */
.search_box .gsc-search-button-v2 svg {
    top: 2px;
	display: block;
	position: relative;
}

/* ***************************************************************** 
          NEWS  RAYOUT
********************************************************************* */

.content.product .news {
	width: 100%;
	margin: 0;
	padding: 0 0 50px;
	float: left;
}

.content.product .news .list_box {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 0 0;
	border-radius: 20px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

.content.product .news .list_box a {
	width: 85%;
	margin: 5px 7.5% 0;
	padding: 0;
	float: left;
	color: #000;
	border-bottom: #000 1px dotted;
	transition: ease 0.5s all;
}

.content.product .news .list_box .more_btn a {
	margin: 0;
	border-bottom: none;
}

.content.product .news .list_box table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.content.product .news .list_box td {
	text-align: center;
	padding: 10px;
	transition: ease 0.5s all;
}

.content.product .news .list_box a:hover td {
	background-color: rgba(252,252,233,1.00);
}

.content.product .news .list_box td:nth-of-type(1) {
	width: 120px;
}

.content.product .news .list_box td:nth-of-type(2) {
	width: 120px;
}

.content.product .news .list_box td:nth-of-type(2) span {
	background-color: #0058A6;
	color: #FFF;
	width: 100%;
	display: block;
	font-size: 14px;
}

.content.product .news .list_box td:nth-of-type(2) a {
	background-color: #0058A6;
	color: #FFF;
	width: 100%;
	display: block;
	font-size: 14px;
}

.content.product .news .list_box td:nth-of-type(3) {
	text-align: left;
}

.content.product .news .list_box td:nth-of-type(4) {
	width: 50px;
	color: #B5B5B5;
	font-size: 13px;
	text-align: left;
	background-image: url("../images/common/arr_topics.png");
	background-repeat: no-repeat;
	background-position: center right;
	vertical-align: middle;
}

/* ***************************************************************** 
          PRODUCT LIST  RAYOUT
********************************************************************* */

.content.product .product_list.top {
	width: 96%;
	margin: 0 2%;
	padding: 50px 0;
	float: left;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.content.product .product_list.top dl {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.5);
}

.content.product .product_list.top dt {
	width: 100%;
	height: 350px;
	margin: 0;
	padding: 0;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.content.product .product_list.top .wireless dt {
	background-image: url("../images/product/product01.jpg");
}

.content.product .product_list.top .Automotive dt {
	background-image: url("../images/product/product02.jpg");
}

.content.product .product_list.top .video dt {
	background-image: url("../images/product/product03.jpg");
}

.content.product .product_list.top dl h3 {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	float: left;
	background-color: #0058A6;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
} 

.content.product .product_list.top dl h3 span {
	font-size: 16px;
	width: 100%;
	float: left;
}

.content.product .product_list.top dd {
	width: 96%;
	margin: 0;
	padding: 10px 2%;
	float: left;
}

.content.product .product_list dd p.jp {
	width: 96%;
	margin: 0 0 10px;
	padding: 5px 2%;
	float: left;
	text-align: center;
	font-size: 95%;
	color: red;
}

.content.product .product_list dd p.small {
	width: 96%;
	margin: 0;
	padding: 5px 2%;
	float: left;
	text-align: center;
	font-size: 90%;
	color: #696969;
	letter-spacing: 0;
}

/* ***************************************************************** 
          SERVICE NAVIGATION  RAYOUT
********************************************************************* */

.content .service_nav {
	width: 96%;
	margin: 0 2%;
	padding: 50px 0 100px;
	float: left;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.content.product.list_page .service_nav {
	padding: 20px 0 100px;
}

.content .service_nav a {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.5);
	color: #0058A6;
	transition: ease 0.5s all;
}

.content .service_nav a:hover {
	background-color: #0058A6;
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.5);
	color: #FFF;
}

.content .service_nav .title {
	width: 100%;
	margin: 20px 0 5px;
	padding: 0;
	float: left;
	font-size: 24px;
	color: #0058A6;
	transition: ease 0.5s all;
}

.content .service_nav a:hover .title {
	color: #FFF;
}

.content .service_nav .title_en {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
}

.content .service_nav .button {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	float: left;
	text-align: center;
}

.content .service_nav .button p {
	width: 100px;
	margin: 0 auto;
	padding: 0 0 0 50px;
	line-height: 40px;
	background-image: url("../images/common/arr_sircle_blu.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 40px;
	text-align: left;
	transition: ease 0.5s all;
}

.content .service_nav a:hover .button p {
	background-image: url("../images/common/arr_sircle.png");
}


/* ***************************************************************** 
          PRODUCT LIST-PAGE  RAYOUT
********************************************************************* */

.content.product.video .main_img {
	background-image: url("../images/product/main_video.webp");
}

.content.product.list_page.wireless .main_img {
	background-image: url("../images/product/main-wireless.webp");
}

.content.product.list_page.automotive .main_img {
	background-image: url("../images/product/main-automotive.webp");
}

.content.product.list_page.overseas .main_img {
	background-image: url("../images/product/main-overseas.webp");
}

.content.product.list_page.japan .main_img {
	background-image: url("../images/product/main-japan.webp");
	background-position: center bottom -6vw;
}

.content.product.list_page .intro {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.content.product.list_page .intro .photo {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

.content.product.list_page .intro .box {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

.content.product.list_page .intro .box h2 {
	width: 80%;
	margin: 50px 10%;
	padding: 0;
	float: left;
	color: #0058A6;
	font-size: 28px;
}

.content.product.list_page .intro .box .tex_box {
	width: 80%;
	margin: 0 10% 50px;
	padding: 0;
	float: left;
}

.content.product.list_page .product_list {
	width: 96%;
	margin: 0 2%;
	padding: 50px 0 100px;
	float: left;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.content.product.list_page .product_list dl {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.5);
}

.content.product.list_page .product_list dl a {
	color: #000;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1.0;
	transition: ease 0.5s all;
}

.content.product.list_page .product_list dl a:hover {
	opacity: 0.7;
}

.content.product.list_page .product_list dt {
	width: 100%;
	max-height: 200px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

.content.product.list_page .product_list dt img {
	max-width: 100%;
	max-height: 200px;
	margin: 10px auto;
}

.content.product .product_list dd {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	float: left;
}

.content.product .product_list dl h3 {
	width: 90%;
	margin: 0;
	padding: 10px 5%;
	float: left;
	background-color: #0058A6;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
} 

.content.product .product_list dl p {
	width: 90%;
	min-height: 1.3em;
	margin: 0;
	padding: 10px 5% 5px;
	float: left;
	text-align: left;
}

.content.product .product_list dl ol {
	width: 90%;
	margin: 10px 5% 0;
	padding: 0;
	float: left;
}

.content.product .product_list dl ol span {
	line-height: 30px;
	margin: 0 20px 0 0;
	padding: 0 15px;
	border-radius: 15px;
	background-color: #0058A6;
	color: #FFF;
	font-size: 15px;
	float: left;
}

.content.product .product_list dl .btn {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	display: flex;
}

.content.product .product_list dl .btn p {
	width: 100px;
	margin: 0 auto;
	padding: 0 0 0 50px;
	line-height: 40px;
	background-image: url("../images/common/arr_sircle_blu.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 40px;
}


.content.product.list_page .product_nav {
	width: 96%;
	margin: 0 2%;
	padding: 50px 0;
	float: left;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

.content.product.list_page .product_nav a {
	background-color: #FFF;
	display: block;
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.5);
	opacity: 1.0;
	transition: ease 0.5s all;
	color: #0058A6;
}

.content.product.list_page .product_nav a:hover {
	opacity: 0.7;
}

.content.product.list_page .product_nav table {
	width: 100%;
	margin: 0;
	padding: 0;
}

.content.product.list_page .product_nav td:nth-of-type(1) {
	padding: 15px;
	width: 200px;
}

.content.product.list_page .product_nav td:nth-of-type(1) img {
	width: 100%;
}

.content.product.list_page .product_nav td .title {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #0058A6;
	text-align: center;
	float: left;
}

.content.product.list_page .product_nav td .title_en {
	width: 100%;
	text-align: center;
	color: #0058A6;
	margin: 0;
	padding: 0;
	float: left;
}

.content.product.list_page .product_nav td .button {
	text-align: center;
	margin: 20px 0 20px;
	padding: 0;
	width: 100%;
	float: left;
	display: inherit;
}

.content.product.list_page .product_nav td .button p {
	margin: 0 auto;
	padding: 0 0 0 50px;
	width: 100px;
	line-height: 40px;
	background-image: url("../images/common/arr_sircle_blu.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 40px;
}

.content.product.list_page .product_bar {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #0058A6;
	background-image: url("../images/product/product_bar_bg.webp");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
}

.content.product.list_page .product_bar .filter {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 100px 0;
	float: left;
	background-color: rgba(0,0,0,0.70);
}

.content.product.list_page .product_bar p {
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.3em;
	color: #FFF;
}

.content.product.list_page .product_bar a.btn-solid-silver {
	width: 300px;
	line-height: 50px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 24px;
  color: #000;
  border-top: 4px solid #d8dcdc;
  border-right: 4px solid #666;
  border-bottom: 4px solid #333;
  border-left: 4px solid #868888;
  border-radius: 0;
  background-image: -webkit-linear-gradient(135deg, #333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666 100%);
  background-image: linear-gradient(-45deg, #333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666 100%);
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  transition: ease 0.5s all;
}

.content.product.list_page .product_bar a.btn-solid-silver:hover {
  text-shadow: 0 0 7px #EFF9A6, 0 0 7px #EFF9A6, 0 0 7px #EFF9A6, 0 0 7px #EFF9A6, 0 0 7px #EFF9A6, 0 0 7px #EFF9A6, 0 0 7px #EFF9A6, 0 0 7px #EFF9A6;
}





/* ***************************************************************** 
          OVERSEAS  RAYOUT
********************************************************************* */

.content.product.japan .title_area,
.content.product.overseas .title_area {
	width: 100%;
	margin: 50px 0 0;
	padding: 0;
	float: left;
}

.content.product.japan .title_area h2,
.content.product.overseas .title_area h2 {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px 0;
	border: #0058A6 2px solid;
	text-align: center;
	font-size: 36px;
	box-sizing: border-box;
	color: #0058A6;
}

.content.product.japan .title_area h3,
.content.product.overseas .title_area h3 {
	width: 100%;
	padding: 30px 0 0;
	text-align: center;
	font-size: 30px;
	color: #0058A6;
}


/* ***************************************************************** 
          Discontinued Products PAGE  RAYOUT
********************************************************************* */

.content.product.list_page.discontinued .title_area {
	float: none;
}

.content.product.list_page.discontinued .sub_nav {
	width: 90%;
	margin: 0 5%;
	position: relative;
	top: 0;
	background-color: #FFF;
	border-radius: 0;
	display: table-cell;
}

.content.product.list_page.discontinued .el_header-nav_li {
	width: auto;
	margin: 0 1em 5px 0;
	padding: 0;
	float: left;
}

.content.product.list_page.discontinued .el_header-nav_li a.el_header-nav_a {
	color: #000;
}

.content.product.list_page.discontinued .inner_box {
	margin-top: 100px;
	margin-bottom: 100px;
	padding-bottom: 100px;
}

.content.product.list_page.discontinued .title_area h2 {
	width: 90%;
	margin: 50px 5%;
	padding: 0.5em 0;
	font-size: 24px;
}

.content.product.list_page.discontinued .title_area h3 {
	font-size: 20px;
	margin: 1em 5%;
	padding: 0;
	width: 90%;
	border-bottom: #0058A6 1px solid;
}

.content.product.list_page.discontinued .product_list {
	width: 80%;
	margin: 0 10%;
	padding: 30px 0;
	float: none;
	display: block;
	grid-template-columns: initial;
	gap: 0;
}

.content.product.list_page.discontinued .product_list p {
	text-align: center;
	width: 90%;
	margin: 0 5%;
}

.content.product.list_page.discontinued .product_list a h3 {
	margin: 5px 1em 5px 0;
	padding: 0 0 5px;
	font-size: 15px;
	color: #333;
	font-weight: 400;
	border-bottom: #333 1px dotted;
}

.content.product.list_page.discontinued .product_list a h3::before {
	content: "●";
	color: #0058A6;
	margin-right: 5px;
}

.content.product.list_page.discontinued .product_list a h3::after {
	content: "→";
	color: #0058A6;
	margin-left: 5px;
}





/* ***************************************************************** 
          SINGLE PAGE  RAYOUT
********************************************************************* */

.content.single.product .product_main .glid_main p {
	width: 90%;
	margin: 0 5%;
	color: red;
}

.content.single.product .product_main .main {
	margin-top: 50px;
}

.content.single.product .product_sub {
	width: 100%;
	margin: 0;
	padding: 50px 0;
}

.content.single.product .product_sub.bottom {
	float: left;
}

.content.single.product .product_sub ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.content.single.product .product_sub ul li {
	float: left;
	list-style: none;
	margin: 0 10px 10px 0;
}

.content.single.product .product_sub ul li a {
	background-color: #0058A6;
	color: #FFF;
	display: block;
	padding: 5px 20px;
	border-radius: 5px;
	opacity: 1.0;
	transition: ease 0.5s all;
}

.content.single.product .product_sub ul li a::after {
	content: " →";
}

.content.single.product .product_sub ul li a:hover {
	opacity: 0.7;
}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 1500px */
/* **************************************************************** */

@media only screen and (max-width: 1500px) {

.content.product.list_page .product_nav td:nth-of-type(1) { width: 40%; }
.content.product.list_page .product_nav td .title {	font-size: 20px; }

.content .service_nav .title { font-size: 20px; }


}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 1400px */
/* **************************************************************** */

@media only screen and (max-width: 1400px) {

.content.product.list_page .product_list {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 50px 0;
}

}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 1200px */
/* **************************************************************** */

@media only screen and (max-width: 1200px) {

html { scroll-padding-top: 300px; }

.content .content_title { padding: 100px 0 20px; }
.content.product.list_page .product_nav td:nth-of-type(1) { display: none; }
.content.product.list_page .product_nav td .button p {
	width: 100px;
	padding: 0 0 0 30px;
	background-size: 30px;
}

.content .service_nav .button p { background-size: 30px; }

}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 1100px */
/* **************************************************************** */

@media only screen and (max-width: 1100px) {



.content.product.list_page .product_list {
	grid-template-columns: 1fr 1fr 1fr;
}

.content.product.list_page .intro .photo { width: 100%;display: flex;margin-top: 50px; }
.content.product.list_page .intro .photo img { 
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	float: none;
	border-radius: 20px;
}
.content.product.list_page .intro .box { width: 100%; }
.content.product.list_page .intro .box .tex_box {
	margin: 0 10%;
}

}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 900px */
/* **************************************************************** */

@media only screen and (max-width: 900px) {

.content.product.list_page .product_list {
	grid-template-columns: 1fr 1fr;
}

.content.product.list_page .product_nav {
	grid-template-columns: 1fr;
	width: 80%;
	margin: 0 10%;
}

.content.product.list_page .product_nav td .button { display: none; }
.content.product.list_page .product_nav td:nth-of-type(2) {
	background-image: url("../images/common/arr_sircle_blu.png");
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 30px;
}

.content .service_nav {
	width: 80%;
	margin: 0 10%;
	grid-template-columns: 1fr;
}

.content .service_nav a {
	background-image: url("../images/common/arr_sircle_blu.png");
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 30px;
}

.content .service_nav .title {
	margin: 5px 0 5px;
}

.content .service_nav .button {
	display: none;
}

}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 780px */
/* **************************************************************** */

@media only screen and (max-width: 780px) {

.content .content_title { padding: 30px 0 20px; }

.content.product .news .list_box td:nth-of-type(1), 
.content.product .news .list_box td:nth-of-type(2) { width: 46%;float: left;margin: 0;padding: 0 2%; }
.content.product .news .list_box td:nth-of-type(1) { text-align: justify; }
.content.product .news .list_box td:nth-of-type(3) { width: 100%;float: left; }
.content.product .news .list_box td:nth-of-type(4) { display: none; }

.content.product.list_page.discontinued .sub_nav { display: none; }

}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 580px */
/* **************************************************************** */

@media only screen and (max-width: 580px) {

.content.product .title .title_en { 
	font-size: 40px;
}

}

/* **************************************************************** */
/*  RESPONSIVE  RAYOUT  MAX-WIDTH 480px */
/* **************************************************************** */

@media only screen and (max-width: 480px) {

.content .content_title { padding: 50px 0 20px; }

.content.product.japan .title_area h2,
.content.product.overseas .title_area h2 { padding: 10px 0;font-size: 24px; }

.content.product.japan .title_area h3,
.content.product.overseas .title_area h3 { padding: 10px 0 0;font-size: 20px; }

.content.product .news .list_box td:nth-of-type(1), 
.content.product .news .list_box td:nth-of-type(2) { width: 96%; }

.content.product.list_page .product_list { 
	width: 90%;
	margin: 0 5%;
	grid-template-columns: 1fr;
	padding: 20px 0;
	float: left;
}
.content.product.list_page .product_list dt {
	width: 40%;
	max-height: 100%;
}
.content.product .product_list dd { width: 60%; }
.content.product .product_list dl h3 {
	padding: 5px 5%;
	background-color: #FFF;
	color: #0058A6;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
} 
.content.product .product_list dl p { padding: 0 5%; }
.content.product .product_list dl ol { margin: 5px 5% 0; }
.content.product .product_list dl .btn { display: none; }
.content.product .product_list dd p.small {	padding: 0 2% 5px; }

.content.product.list_page .product_bar .filter { padding: 50px 0; }
.content.product.list_page .product_bar p {	font-size: 20px; }
.content.product.list_page .product_bar a.btn-solid-silver {
	width: 80%;
	line-height: 40px;
	font-size: 20px;
}

}
