@charset "utf-8";
/* CSS Document */

button {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: none;
	border-radius: 0;
}

#main {
	position: relative;
	width: 100%;
	height: 670px;
}

.br-on-sp{
	display: none;
}

/*=================スライダー=================*/
.slide_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.prev_arrow {
	position: absolute;
	/* top: 35%; */
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 58px !important;
	height: 58px !important;
	cursor: pointer;
	z-index: 3000 !important;
}
.next_arrow {
	position: absolute;
	/* top: 35%; */
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 58px !important;
	height: 58px !important;
	cursor: pointer;
	z-index: 3000 !important;
}
.prev_arrow:hover, .next_arrow:hover {
	opacity: 0.7;
}

.slick-dots div button:before {
	color: #a1a1a1!important;
	opacity: 1!important;
}
.slick-dots div.slick-active button:before {
	color: #004898!important;
	opacity: 1!important;
}

.slider{
	margin:100px auto 30px auto;
	max-height:540px;
}

.slick-slide {
  margin: 0 18.5px;
}

.slick-track .slick-slide:not(.slick-center):before {
	background: hsla(0,0%,0%,0.4);
}

.slick-dots{
	width: 100% !important;
	bottom: 3.5% !important;
	left: 0 !important;
	background-color: transparent !important;
}

/*=================新着情報=================*/
#news {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 50px;
}

.news {
	position: relative;
	z-index: 10;
}
.newsBlock {
	width: 61.4584%;
	background: #fff;
	margin: 0 auto;
}

.newsBlock_container {
	display: flex;
	padding-bottom: 100px;
	flex-direction:column;
}

.upperTitle {
	color: #333333;
	font-size: 50px;
	font-weight: bold;
	width:100%;
	text-align:center;
}
.underTitle {
	color: #333333;
	font-size: 20px;
	margin-bottom: 10px;
	width:100%;
	text-align:center;
}

.all_news_btn {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	background: #004898;
	padding: 13px 20px 17px 20px;
	transition: 0.2s;
	border-radius:2rem;
}
.all_news_btn span {
	vertical-align: middle;
	margin: 0 0.3rem;
}
.all_news_btn:hover {
	background: #fff;
	color: #004898;
	border: 2px solid #004898;
}

.all_news{
	width:100%;
	margin-top:60px;
	text-align:center;
}

/*=================商品一覧=================*/
#products {
	padding-top: 135px;
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	background-color:#DDE9F6;
}

.products_title {
	position: relative;
	width: 100%;
}
.products_title_container {
	width:100%;
	margin-bottom: 40px;
	background: #004898;
	height: 160px;
}

#products .breadcrumb ul{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.product_items_btn_list .product-pc-show{
	display: flex;
	justify-content: center;
	margin-bottom: 56px;
	flex-wrap: wrap;
    gap: 10px;
	padding: 0px 10px;
}

/* .product_items_btn_list .product-sp-show{
	display: none;
} */

.product_items_btn_list ul li {
	color:#004898;
	border:2px solid #004898;
	font-size: 18px;
	padding: 13px 18px;
	/* margin-right: 10px; */
	background-color: #FFFFFF;
	border-radius: 5px;
	font-weight: 600;
}

.product_items_btn_list ul li:hover {
	cursor: pointer;
	background-color: #004898;
	color:#FFFFFF;
}

/* .product_items_btn_list .product-sp-show ul{
	margin-bottom: 10px;
} */

.dxtechnology {
	text-align: center;
}

.dxtechnology .dxtechnologytext{
	font-size: 40px;
	color: #004898;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
	font-weight: bold;
}

.dxtechnologytext::after{
	content: '';
    background-image: url(../images/horizontal_blue_bar.png);
    width: 100px;
    height: 2px;
    background-size: contain;
	margin-left: 40px;
}

.dxtechnologytext::before{
	content: '';
    background-image: url(../images/horizontal_blue_bar.png);
    width: 100px;
    height: 2px;
    background-size: contain;
    margin-right: 40px;
}

.productsBlock {
	width: 100%;
}

.productsBlock_container {
	width: 1630px;
	/* width: calc(100% - 350px); */
	display: grid;
	grid-template-columns: auto auto auto auto;
	justify-content: space-between;
	padding: 40px 0 60px;
	flex-wrap:wrap;
	margin: 0 auto;
}

.productsBlock_container#noPageProducts .productsBlock_contents{
	cursor: auto;
}

.productsBlock_contents_text {
    font-size: 15px;
    padding: 10px 16px 11px 16px;
    line-height: 1.2rem;;
}

.productButtonContainer{
	top: 390px;
	display: flex;
	padding: 0 16px;
	flex-wrap: wrap;
	grid-gap: 10px;
	width: calc(100% - 17px);
	margin-top: auto;
}

.detailorangeButton {
    background-color:#D1610E;
    border-radius: 8px;
    color: #fff;
    padding: 6px;
    cursor: pointer;
	font-size: 16px;
	font-weight: 600;
}

.detailorangeButton:hover{
	opacity: 0.7;
}

.orangeButton{
	border: 2px solid #D1610E;
	border-radius: 8px;
	color: #D1610E;
	padding: 6px;
	/* height: 35px;*/
	height: 20px; 
	cursor: pointer;
	font-weight: 600;
	display: flex;
    gap: 3px;
    align-items: center;
}
.orangeButton:hover{
	opacity: 0.7;
}
.orangeButton svg{
	vertical-align: sub;
	height: 20px;
	width: 20px !important;
}
/* .catalogue{
	width: 90px !important;
} */
.faq{
	width: 61px;
	display: none;
}
.productsBlock_contents_title p {
	font-size: 22px;
    white-space: normal;
	font-weight: 600;
}

.enquiry{
	border-radius: 8px;
    background: #004898;
    color: white;
    text-align: center;
    padding: 6px;
    font-size: 16px;
	cursor: pointer;
	font-weight: 600;
}
.enquiry:hover{
	opacity: 0.7;
}
.enquiry svg{
	height: 20px;
	width: 20px !important;
	vertical-align: sub;
}

.product4.tag_style{
	top: 373px;
}

.product5.tag_style{
	top: 373px;
}

.tag_style_1 {
    position: relative;
    display: inline-block;
    height: 21px;
    margin-left: 30px;
    padding: 0.5rem 1.5rem;
    color: #004898;
    background: #DDE9F6;
    font-weight: bold;
    font-size: 0.875rem;
    margin-left: 23px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.tag_style_1:before {
    position: absolute;
    top: 0;
    content: '';
    border-style: solid;
    border-color: transparent #DDE9F6 transparent transparent;
    border-radius: 0.3rem;
}

.tag_style_1:after {
    position: absolute;
    top: calc(50% - 3px);
    left: 7px;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background: #fff;
}

.productsBlock_contents {
	width: 392px;
	min-height: 463px;
    background-color: #FFFFFF;
    position: relative;
    margin-bottom: 16px;
	display: flex;
    flex-direction: column;
    padding-bottom: 16px;
}


.signal_analysis_service_btn {
	top: 406px;
}

.productsBlock_contents:hover .pickupBlock_contents_img img {
	transform: scale(1.1, 1.1);
	transition: 0.4s;
}
.productsBlock_contents:hover .pickupBlock_contents_title p {
	color: #004898;
}
.productsBlock_contents_img {
	overflow: hidden;
	padding: 16px 16px 0 16px;
}

.productsBlock_contents_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 16px 0;
}

.productsBlock_contents_title p:nth-child(2) {
	color: #004898;
	font-size: 1.75rem;
	float: right;
}
.productsBlock_contents_text {
	font-size: 15px;
	padding: 10px 16px 11px 16px;
    line-height: 1.5rem;
}
/*カルーセル設定*/
.carousel_prev_arrow, .carousel_next_arrow {
	display: none!important;
}

/* Tag */
.productsBlock_contents_Tags{
	display:flex;
	padding:0 30px;
	position:absolute;
	top: 240px;
}

.productsBlock_contents_Tagname{
	color: #fff;
	font-weight: 500;
	background: #004898;
	line-height: 1;
	padding: 10px 15px;
	transition: 0.2s;
	border-radius:2rem;
	margin-right: 10px;
}

.productsBlock_contents_Tagname p{
	font-size: 0.875rem !important;
	text-align: center;
}


/*=================お問い合わせ=================*/
#contact {
	position: relative;
	top: 0;
	display: block;
	width: 100%;
}

.contact_title {
	position: relative;
	width: 100%;
}
.contact_title_container {
	width:100%;
}

.contacts{
	width:100%;
	text-align:center;
	margin:40px 0 100px 0;
}

.contacts_btn {
	color: #fff;
	font-size: 16px;
	background: #004898;
	padding: 13px 30px 15px 30px;
	transition: 0.2s;
	border-radius:2rem;
	cursor: pointer;
	font-weight: 700;
}
.contacts_btn span {
	vertical-align: middle;
	margin: 0 0.3rem;
}
.contacts_btn:hover {
	background: #fff;
	color: #004898;
	border: 2px solid #004898;
}

.contacts_btn span {
	vertical-align: middle;
	margin-left: 60px;
}

.upperTitle-wh {
	color: #fff;
    padding: 13px 0px;
    width: 100%;
    text-align: center;
    font-size: 45px;
	font-family: 'M PLUS 1p', sans-serif;
    font-weight: bold;
}

.upperTitle-whcontact {
	color: #004898;
    padding: 79px 0px 0px 0px;
    font-size: 50px;
    width: 100%;
    text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
    font-weight: bold;
}
.underTitle-wh {
	color: #004898;
	font-size: 20px;
	width:100%;
	text-align:center;
}


/* ----- flex 設定 ----- */
.flex_box {
	display: flex;
	flex-direction: row;
	width: 67%;
	margin-bottom: 0.6rem;
}
.flex_box2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 2.4rem;
	margin-bottom: 1.2rem;
}
.flex_box_center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	margin-bottom: 1.2rem;
}
.flex_center {
	display: flex;
	justify-content: center;
}
.flex_end {
	display: flex;
	justify-content: flex-end;
}
.flex_column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.btn_login {
	background: #007FEB;
	width: 18.78rem;
	height: 3.12rem;
	flex-direction: row;
	color: #ffffff;
	transition: border-radius 0.5s;
	margin: 0 -0.6rem 0 0;
	line-height: 3.12rem;
	text-align: center;
	border-radius: 0.42rem;
}

.nologin{
	margin-top:4%;
}

.btn_signup {
	/*ログイン画面*/
	background: #F29149;
	width: 18.78rem;
	height: 3.12rem;
	flex-direction: row;
	color: #ffffff;
	transition: border-radius 0.5s;
	margin: 0;
	line-height: 3.12rem;
	text-align: center;
	border-radius: 0.42rem;
}

/*=================VOICE=================23.09.29 ot*/
#voice {
	width: 70%;
    max-width: 1200px;
    margin: 0 auto 80px;
}
.voice a {
	width: 100%;
}
@media screen and (max-width: 1348px) {
	#products{
		padding-top: 75px;
	}
	#products .breadcrumb{
		width: 90%;
	}
	#products .breadcrumb ul{
		font-size: 0.9rem;
	}
	.upperTitle-wh{
		font-size: 2.25rem;
	}
}

@media screen and (max-width:1024px){
	.slider{
		margin:60px auto 30px auto;
		/* max-width:1366px; */
		max-height:540px;
	}

	.newsBlock {
		width: 86%;
		background: #fff;
		margin: 0 auto;
	}

	.newsBlock_container {
		display: flex;
		padding-bottom: 100px;
		flex-direction:column;
	}

	.newsBlock_contents {
		font-size:0.75rem;
	}

	.news_date{
		font-size:0.825rem;
	}

	.prev_arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		display: block;
		width: 35px !important;
		height: 35px !important;
		cursor: pointer;
		z-index: 3000 !important;
	}
	.next_arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		display: block;
		width: 35px !important;
		height: 35px !important;
		cursor: pointer;
		z-index: 3000 !important;
	}

	.upperTitle {
		color: #333333;
		font-size: 2rem;
		font-weight: bold;
		width:100%;
		text-align:center;
	}
	.underTitle {
		color: #333333;
		font-size: 1rem;
		margin-bottom: 10px;
		width:100%;
		text-align:center;
	}

	.upperTitle-wh {
		padding: 0px 0px 16px 0px;
		font-size: 50px;
		font-weight: bold;
		text-align:center;
	}

	.underTitle-wh {
		color: #004898;
		font-size: 1rem;
		width:100%;
		text-align:center;
	}


	.all_news_btn {
		color: #fff;
		font-size: 1rem;
		font-weight: 500;
		background: #004898;
		padding: 13px 20px 17px 20px;
		transition: 0.2s;
		border-radius:2rem;
	}

	/*=================商品一覧=================*/
	#products{
		padding-top: 60px;
	}

	#products .upperTitle-wh{
		padding: 6px 0px;
		font-size: 2rem;
	}

	.productsBlock_container {
		width: 805px !important;
		display: grid;
		grid-template-columns: auto auto !important;
		justify-content: space-between;
		padding: 40px 0 60px;
		flex-wrap:wrap;
		margin: 0 auto;
	}

	.products_title {
		position: relative;
		width: 100%;
	}
	.products_title_container {
		width:100%;
		height: 120px;
	}
	#products .breadcrumb{
		width: 84%;
	}
	#products .breadcrumb ul{
		font-size: 0.75rem;
		padding: 8px 0px;
	}

	.br-on-sp{
		display: block;
	}

	/*=================VOICE add 23.8.9 ohtonari=================*/
	#voice {
		width: 85%;
		max-width: none;
		margin: 0 auto 60px;
}
}

@media screen and (max-width: 1800px) {
	.productsBlock_container {
		width: 1215px;
		display: grid;
		grid-template-columns: auto auto auto;
	}
}

@media screen and (max-width: 1300px) {
	.productsBlock_container {
		width: 805px !important;
		grid-template-columns: auto auto;
	}
}

@media screen and (max-width:980px){
	/* .product_items_btn_list .product-pc-show{
		display: none;
	} */
	
	/* .product_items_btn_list .product-sp-show{
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
	} */

	.product_items_btn_list ul li {
		font-size: 15px;
		padding:10px 16px;
	}

	.dxtechnology .dxtechnologytext{
		font-size: 28px;
	}

	.productsBlock_container {
		width: 726px !important;
		grid-template-columns: auto auto;
	}
	.productsBlock_contents {
		/* width: 375px; */
		width: 357px;
	}
}

@media screen and (max-width:780px){
	.productsBlock_container {
		overflow: hidden;
		max-width: 726px;
		width: 100% !important;
		display: flex;
		gap: 0 10px;
		justify-content: center;
		flex-direction: column;
        align-items: center;
	}
}

/*スマートフォン縦表示*/
@media screen and (max-width:599px) {

	/*=================スライダー=================*/
	.slide_container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1;
	}

	.prev_arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		display: block;
		width: 58px !important;
		height: 58px !important;
		cursor: pointer;
		z-index: 3000 !important;
	}
	.next_arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		display: block;
		width: 58px !important;
		height: 58px !important;
		cursor: pointer;
		z-index: 3000 !important;
	}

	.prev_arrow.small,.next_arrow.small {
		width: 20px !important;
		height: 20px !important;
	}

	.prev_arrow:hover, .next_arrow:hover {
		opacity: 0.7;
	}

	.slick-dots div button:before {
		color: #a1a1a1!important;
		opacity: 1!important;
	}
	.slick-dots div.slick-active button:before {
		color: #004898!important;
		opacity: 1!important;
	}

	.slider{
		margin:60px auto 30px auto;
		max-width:100%;
	}

	.slick-slide {
	  margin: 0 18.5px;
	}

	.slick-track .slick-slide:not(.slick-center):before {
		background: hsla(0,0%,0%,0.4);
	}

	.slick-dots{
		width: 100% !important;
		height:0.5rem !important;
		bottom: -5% !important;
		left: 0 !important;
		background-color: transparent !important;
	}



	/*=================商品一覧=================*/
	#products{
		padding-top: 60px;
	}

	#products .upperTitle-wh {
        font-size: 1.75rem;
		padding: 10px 0px;
    }

	.productsBlock_container {
		width: 805px !important;
		display: grid;
		grid-template-columns: auto auto !important;
		justify-content: space-between;
		padding: 40px 0 60px;
		flex-wrap:wrap;
		margin: 0 auto;
	}

	#products .breadcrumb{
		width: 100%;
		margin: 0;
	}
	#products .breadcrumb ul{
		width: 94%;
        font-size: 0.85rem;
        padding: 8px 10px;
        margin: 0;
        white-space: nowrap;
	}


	
	/*=================VOICE=================23.09.29 ot*/
	/* #voice{
		margin:2em 2em;
	} */
	
	#news {
		position: relative;
		display: block;
		width: 100%;
		margin-top: 30px;
	}

	.newsBlock{
		width:100%;
	}

	.upperTitle {
		color: #333333;
		font-size: 1.25rem;
		font-weight: bold;
		width:100%;
		text-align:center;
	}

	.underTitle {
		color: #333333;
		font-size: 0.75rem;
		margin-bottom: 0.625rem;
		width:100%;
		text-align:center;
	}

	.all_news_btn {
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		background: #004898;
		width: 21.5625rem;
		padding: 13px 20px 17px 20px;
		transition: 0.2s;
		border-radius:2rem;
	}

	.all_news{
		width:100%;
		margin-top:2rem;
		text-align:center;
	}

	.upperTitle-wh {
		font-size:40px;
		font-weight: bold;
		width:100%;
		text-align:center;
	}

	.underTitle-wh {
		color: #004898;
		font-size: 16px;
		width:100%;
		text-align:center;
	}

	.productsBlock_container{
		width: calc(100% - 20px) !important;
		display: flex;
		justify-content: space-between;
		padding: 1.5rem 0rem 3rem 0rem;
		flex-wrap: wrap;
		margin: 0 auto;
		gap: 0;
		overflow: auto;
	}

	.productsBlock_contents_img {
		overflow: hidden;
		padding: 0.625rem 0.625rem 0 0.625rem;
		position:relative;
		margin: 0 auto;
		box-sizing: border-box;
	}

	/* Tag */
	.productsBlock_contents_Tags{
		display:flex;
		padding:0 0.625rem;
		width: 21.0625rem;
		margin: 0 auto;

		top:60%;
		position:relative;
	}

	.productsBlock_contents_Tagname{
		color: #fff;
		font-weight: 500;
		background: #004898;
		line-height: 1;
		padding: 10px;
		transition: 0.2s;
		border-radius:2rem;
		margin-right: 5px;
	}

	.productsBlock_contents_Tagname p{
		font-size: 0.75rem !important;
	}

	.productsBlock_contents_title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 10px 0;
		position: relative;
	}
	.productsBlock_contents_title p {
		font-size: 20px;
		font-weight: 700;
		line-height: 1.4rem;
	}

	.productsBlock_contents_text {
		font-size: 15px;
		padding: 10px 10px 0 10px;
		line-height: 1.2rem;
		position:relative;
	}
	.productButtonContainer{
		top: 335px;
		padding: 0 10px;
		width: calc(100% - 20px);
		margin-top: 20px;
	}

	#product1.productsBlock_contents{
		width: 100%;
		background-color:#FFFFFF;
		position:relative;
		margin-bottom:1rem;
		cursor:pointer;
	}

	#product2.productsBlock_contents{
		width: 100%;
		background-color:#FFFFFF;
		position:relative;
		margin-bottom:1rem;
		cursor:pointer;
	}

	#product3.productsBlock_contents{
		width: 100%;
		height: 410px;
		background-color:#FFFFFF;
		position:relative;
		margin-bottom:1rem;
		cursor:pointer;
	}

	.productsBlock_contents.product4{
		width: 100%;
		background-color:#FFFFFF;
		position:relative;
		margin-bottom:1rem;
		cursor:pointer;
	}

	.productsBlock_contents.product5{
		width: 100%;
		height: 410px;
		background-color:#FFFFFF;
		position:relative;
		margin-bottom:1rem;
		cursor:pointer;
	}

	#product6.productsBlock_contents{
		width: 100%;
		/* height: 430px; */
		background-color:#FFFFFF;
		position:relative;
		margin-bottom:1rem;
		cursor:pointer;
	}
	#product7.productsBlock_contents, #product8.productsBlock_contents{
		width: 100%;
		margin-bottom:1rem;
	}
	.productsBlock_contents.noPage{
		margin-bottom:1rem;
		width: 100%;
	}
	
	.contacts_btn {
		color: #004898;
		font-size:16px;
		background: #fff;
		border: 2px solid #004898;
		padding: 15px;
		transition: 0.2s;
		border-radius:2rem;
		width: 100%;
        display: flex;
        box-sizing: border-box;
        justify-content: center;
	}

	.contacts_btn:hover {
		color: #fff;
		background: #004898;
	}

	.contacts_btn span {
		vertical-align: middle;
		margin-left: 20px;
	}

	.contact_title_container {
		width:100%;
	}

	.upperTitle-whcontact {
		padding: 40px 0px 0px 0px;
		font-size: 28px;
	}
	
	.contacts{
		width:90%;
		text-align:center;
		margin:20px auto 40px;
	}

	.products_title_container {
		width:100%;
	}

	.newsBlock_container {
		display: flex;
		padding-bottom: 50px;
		flex-direction:column;
	}

	.dxtechnology {
		margin-top: 16px;
	}

	.dxtechnology .dxtechnologytext{
		font-size: 28px;
	}
	.dxtechnologytext::after{
		width: 40px;
		height: 2px;
		margin-left: 10px;
	}
	
	.dxtechnologytext::before{
		width: 40px;
		height: 2px;
		margin-right: 10px;
	}
	/*=================VOICE add 23.8.9 ohtonari=================*/
	#voice {
		width: 92%;
		max-width: none;
		margin: 0 auto 60px;
	}
	.voice a {
		width: 100%;
	}

	.productButtonContainer.detail {
		top: 400px;
	}
	.tag_style_1.tag_below{
		margin-top: 10px;
	}
	.enquiry{
		width: 39%;
		min-width: 100px;
	}
	.productsBlock_contents {
		width:100%;
		min-height: auto;
	}
}
