@charset "utf-8";
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto!important;
  }
}
* {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #333;
}
.colorBlue { color: #a831ff; }
.colorNavy { color: #a831ff; }
.colorPurple { color: #a831ff; }
a {
	text-decoration: none;
	color: #a831ff;
}

a:hover {
	text-decoration-color: #a831ff;
}
#Page-afterservice a:hover {
	opacity: 0.5;
	color: #a831ff;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.midashi-10 {
	font-size: 10px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 10 + ((1vw - 3.2rem) * 0.625));
}

.midashi-12 {
	font-size: 12px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 12 + ((1vw - 3.2rem) * 0.625));
}

.midashi-14 {
	font-size: 14px; /* IE8以下とAndroid4.3以下用フォールバック */  /* before 16 */
	font-size: calc( 14 + ((1vw - 3.2rem) * 0.625));
}

.midashi-16 {
	font-size: 16px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 16 + ((1vw - 3.2rem) * 0.625));
}

.midashi-18 {
	font-size: 18px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 18 + ((1vw - 3.2rem) * 0.625));
}

.midashi-20 {
	font-size: 20px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 20 + ((1vw - 3.2rem) * 0.625));
}

.midashi-22 {
	font-size: 22px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 22 + ((1vw - 3.2rem) * 0.625));
}

.font100{
    font-size: 1em;
}
/*---------------------------------------------*/
/* reset
============================================== */
ul,ol { padding-left: 0!important;
		list-style-type: none;}

.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}
.header-menu-box .otoi {
	 font-size: 90%; padding: 0; margin: 0;
}
.navbar, .navbar-box {
	background-color: #EDEDED!important;
	/*background-color: #a831ff!important;*/
	
}
.navbar-box { width: 100%; 
border-bottom: 1px solid #a831ff;}

.header-menu-box .telbox a {
	display: flex; flex-direction: row; font-family: "Arial Black", Gadget, "sans-serif"; font-size: 140%; padding-left: 1em;
}
.telbox img { width: 30px;}
.header-logo{ width: 90px; }

@media screen and (max-width:767.98px) {
	.header-logo img {
		width: 180px;
	}
}
	
a.nav-link {
	color: #000000!important; font-size: 90%;}

a.nav-link:hover {
	opacity: 0.5; color: #a831ff!important;
}
.red { color: #ff0000;}

.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}

.dropdown-menu-purple {
    /*color: #dee2e6;*/
    /*background-color: rgba(168,49,255,.5);*/
    /*border-color: rgba(0,0,0,.15);*/
}
.dropdown-menu {
	border: none!important;
}
.dropdown-item {
	border-left: 2px solid #a831ff;
    margin: 10px 10px;
}
a.dropdown-item:hover {
	opacity: 0.5;
}
/*---------------------------------------------*/
/* main-contents
============================================== */
#main-contents {
	/*border: 1px solid #cccccc;
	padding: 1.5em 0.5em;*/
	box-sizing: border-box;
	margin: 3em auto;
}

#main-box {
	display: flex; flex-direction: row; justify-content: space-between;
	margin: 0;
	padding-top: 120px;
}
#main-contents-right {
	width: calc( 100% - 250px );
}
#main-contents-left ul {
	width: 220px;
}

#main-contents-left ul li.left-side {
	background-color: #eee;
	border-top: 0.5px solid #aaa;
}

#main-contents-left ul li.left-side-purple {
	background-color: rgba(168,49,255,.10);
	border-top: 0.5px solid #aaa;
}

#main-contents-left ul li.left-side-purple p, #main-contents-left ul li.left-side p {
	color: #000;
	padding: 1em 0.75em;
	font-size: 90%;
	margin: 0; }

#main-contents-left ul li.left-title p {
	background-color: #666; color: #fff; padding: 0.5em; margin: 0;
}
#main-contents-left ul li:hover {
		background-color: rgba(168,49,255,0.30)!important; color:#a831ff!important;
	}
@media screen and (min-width: 768px) and (max-width:991.98px) {
	#main-contents-left ul {
		width: 168px;
	}
	#main-contents-left ul li.left-side-purple p, #main-contents-left ul li.left-side p {
		color: #000;
		padding: 1em 0.5em;
		font-size: 80%;
		margin: 0; }

	#main-contents-left ul li.left-title p {
		background-color: #666; color: #fff; padding: 1rem; margin: 0; font-size: 95%; font-weight: normal;
	}
	
	#main-contents-right {
		width: calc( 100% - 30px );
		padding-left: 30px;
	}
}

@media screen and (max-width:767.98px) {
	#main-box {
		display: flex; flex-direction: column; justify-content: flex-start;
	}
	#main-contents-left ul {
	width: 100%;
	}
	
	#main-contents-left ul li {
		text-align: center;
	}
	
	#main-contents-left ul li:hover {
		background-color: rgba(168,49,255,0.30)!important; color:#a831ff;
	}
	#main-contents-right {
	width: 100%;
		padding-left: 0;
}
}
/*---------------------------------------------*/
/* Carousel
============================================== */
.carousel-bgcolor {
	background-color: #f2f2f2;
}

.carousel-control-next, .carousel-control-prev {
	width: 5%!important;
}
.carousel-indicators {
	position: relative!important; }
/*.carousel-inner .car-01 img::after {
	content: url("../images/doctor.jpg");
	background-repeat: no-repeat;
	background-size: cover;	
}*/



/*---------------------------------------------*/
/* top-main-bar
============================================== */
#Page-afterservice .top-main-bar {
	background-image: url(../images/afterservice6.jpg);
	background-position: top center;
}
#Page-company .top-main-bar {
	background-image: url(../images/company.jpg);
}

/*---------------------------------------------*/
/* Footer
============================================== */
footer {
	border-top: 2px solid #a831ff;
	font-size: 0.8em;
}
.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #a831ff;
	text-align: center;
}
.footer-copyright span, .footer-copyright span a {
	color: #fff;
}
img.footer-logo {
	width: 220px;
}
.map iframe {
	width: 100%;
	height: 450px;
}
.footer a {
	color: #333;
}
.footer a:hover { text-decoration: underline;}
/*---------------------------------------------*/
/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {

	
} /* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
	img.footer-logo {
		width: 180px;
	}

.gnav-item {
	display: block;
	width: 100%;
	border: none;
}
.gnav-item+ .gnav-item {
	border: none;
}
table th, table td {
	padding: .25rem !important;
}
table th:first-child {
	width: 25%;
}
} /* END */



/* h1～h6
============================================== */
/*スマホ*/
@media screen and (min-width: 320px) and (max-width:767.98px) {
/*
	.h2-udline {
		width: 100%;
		font-size: 1em;
		padding: .5em 0.25em .5em .75rem;
		margin: 1rem 0 1rem 0;
		border-left: 4px solid #a831ff;
		font-weight: 600;
	}
	
	.h2-udlineGray {	
		width: 100%;
		font-size: 1em;
		padding: .5em 0.25em .5em .75rem;
		margin: 1rem 0 .75rem 0;
		border-left: 4px solid #ccc;
		font-weight: 600;
	}
*/
	
	.h2-udline {
		border-bottom: 2px solid #a831ff;
		width: 100%;
		font-size: 130%;
		padding-bottom: 0.25em;
		margin: 1rem 0 1rem 0;
		font-weight: 600;
		border-left: none;
	}
	
	.h2-udlineGray {
		border-bottom: 2px solid #cccccc;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.25em;
		margin: 1rem 0 2rem 0;
		font-weight: 600;
		border-left: none;
	}
}

/*tablet*/
@media screen and (min-width: 768px)  {
	.h2-udline {
		border-bottom: 2px solid #a831ff;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.25em;
		margin: 1rem 0 1rem 0;
		font-weight: 600;
	}
	
	.h2-udlineGray {
		border-bottom: 1px solid #cccccc;
		width: 100%;
		font-size: 1.2em;
		padding-bottom: 0.25em;
		margin: 1rem 0 2rem 0;
		font-weight: 600;
	}
}


#News {
	font-size: 0.8em;
}

.news-link {
	text-decoration: none;
}
.news-link p {padding: 0.25em 0;}

.news-link:hover {
	cursor: pointer;
	color: #a831ff;
	text-decoration: underline!important;
}
.News-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid #333333;
	margin-bottom: 0.25em;
}
.News-left { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;
	width: 14em;
	}

.News-right { padding-left: 2em; }
.News-days {
	padding: 0 0 0 1em;
}
@media screen and (max-width: 767.98px) {
	
		.News-content {
			flex-direction: column;
			align-items: flex-start;
		}
	.News-left {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		width: auto;
		margin: 0 0 auto 0;
		max-width: 14em;
	}
	.News-right { padding: 0.5em 0 0 0;}
	}
/*---------------------------------------------*/
/* top Sales-Point
============================================== */

#Sales-Point .title { color: #a831ff; font-size: 130%; padding-bottom: 0.5em; border-bottom: 2px solid #a831ff; font-weight: bold; }

#Sales-Point .title-sub {
	color: #ffffff; font-size: 70%; display: block; font-weight: normal; margin-bottom: 1em;}

#Sales-box { 
	display: flex; flex-direction: row; justify-content: space-between; }

#Sales-box .box-inner { 
	width: calc( ( 86% - 5px )/3 ); background-color: rgba(168,49,255, .2); padding: 1em; box-shadow: 5px 5px 10px rgba(0,0,0,.2); }

#Sales-box .box-inner .title { font-weight: bold; color: #a831ff; border: 0; margin: 0; }
#Sales-box .box-inner .tsuyomi { text-align: left; margin: 0; } 

#Sales-box .box-space {
	 display: flex; flex-direction: column; width: 7%; align-content: center; justify-content: center; }

#Sales-box .box-space p {
	margin: 0; font-size: 200%; }

@media screen and (max-width:767.98px) {
	#Sales-box { 
	display: flex; flex-direction: column; justify-content: space-between; }
	
	#Sales-box .box-space {
		display: none;
	}
	#Sales-box .box-inner {
		width:100%; margin: 15px 0;
	}
}
/*---------------------------------------------*/
/* 共通 top-main-bar 
============================================== */
div.top-main-bar { width: 100%; /*background-color: rgba(168,49,255,.10); *//*#EDEDED;*/ height: 120px; margin: 15px 0 50px 0; display: flex; align-items: center;
	background-image: linear-gradient(rgba(255,255,255,0.1),rgba(33,33,33,0.1));
	border-bottom: 1px solid #a831ff;
}

/* Productsのみ高さ低くする */
#Page-NexusD850 div.top-main-bar {
	height: auto;  margin: 0px 0 30px 0; padding-bottom: 20px;
}
#Page-other-acc div.top-main-bar {
	height: 80px;
}

.top-main-bar-link {color: #333; }
a.top-main-bar-link:hover { opacity: 0.5; color: #333;}
@media screen and (max-width: 767.98px) {
	div.top-main-bar img { display: none; }
}
/*---------------------------------------------*/
/* top Housing 
============================================== */
#Housing-box {
	display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between;
}
#Housing-box p.title {
	background-color: rgba(168,49,255,0.20); padding: 0.25em 0.5em; margin: 0; font-size: 90%;
}

#Housing-box .box-inner {
	width: 24%; margin-bottom: 30px;
}

#Housing-box .box-inner img {
	width: 75%; display: block; margin: 0 auto;
}

#Housing-box .box-inner .item-port {
	display: flex; flex-direction: row; justify-content: space-around;
	margin: 0px 0;
}

.nexus-item { font-size: 120%; font-weight: bold; margin: 0;}
#Housing-box .box-inner a {
	border: 1px solid #a831ff; padding: .25em 0.5em; display: block; text-align: center;
}

#Housing-box .box-inner p.port-M4 { background-color: #01036B; color: #fff; font-weight: bold; display: inline-block; padding: 0.5em; font-size: 50%; border: none; }
#Housing-box .box-inner p.port-M6 { background-color: #004F13; color: #fff; font-weight: bold; display: inline-block; padding: 0.5em; font-size: 50%; border: none; }



@media screen and (min-width: 768px) and (max-width: 1198.98px) {
	#Housing-box {
		display: flex; flex-wrap: wrap; flex-direction: row;
	}
	#Housing-box .box-inner {
		width: 32%;
		margin-bottom: 1em;
	}
	p.nexus-item { font-size: 100%; font-weight: bold; margin: 0;}
	#Housing-box .box-inner .item-port { margin: 10px 0 0 0; }
}

@media screen and (max-width: 767.98px) {
	#Housing-box {
		display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between;
	}
	#Housing-box .box-inner {
		width: 49%;
		margin-bottom: 2em;
	}

	p.nexus-item { font-size: 100%; font-weight: bold; margin: 0;}
	
	#Housing-box .box-inner .item-port {
		flex-direction: column; margin: 0px 0; justify-content: flex-start;
	}
	#Housing-box .box-inner .item-port .left, #Housing-box .box-inner .item-port .right {
		width: 100%; padding-left: 0!important;
	}
}

/*---  aタグ basic Purple-outline  ------------------------------------------*/
#Housing-box .box-inner a, #Page-NexusD850 #Port-box a {
	border: 1px solid #a831ff; padding: .25em 0.5em; display: block; text-align: center;
}
/*---  Hover  ------------------------------------------*/
#Housing-box .box-inner a:hover, .Housing-box2 .box-inner a:hover, a.nikon-:hover, #Gear a:hover ,#Port-box a:hover , #Acc2 .box-inner .item-acc div a:hover, #Acc2 .box-inner .item-acc-1 div a:hover {
	background-color: rgba(168,49,255,0.20); color: #a831ff;
}
/*---------------------------------------------*/
/* top Housing2
============================================== */
#Housing2 h2.h2-udline ,#Port h2.h2-udline ,#Gear h2.h2-udline ,#Acc2 h2.h2-udline {
		border-left: 5px solid #a831ff;
		width: 100%;
		font-size: 130%;
		padding: 0.75em 0 0.75em 0.75em;
		margin: 1rem 0 1rem 0;
		font-weight: 600;
	border-bottom: none;
		background-color: rgba(168,49,255,0.1);
	
	}
.Housing-box2 {
	display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between;
}
.Housing-box2 h5 {
	/*border-bottom: 0.5px solid #aaa;*/ border-left: 3px solid #a831ff; padding: 0.5em 0 0.5em 0.5em; margin: 1em 0 0 0; background-color: #efefef;
}
.Housing-box2 p.title {
	background-color: rgba(168,49,255,0.20); padding: 0.25em 0.5em; margin: 0; font-size: 90%;
}

.Housing-box2 .box-inner {
	width: 32%; margin-bottom: 30px;
}

.Housing-box2 .box-inner img {
	width: 60%; display: block; margin: 0 auto;
}

.Housing-box2 .box-inner .item-port {
	display: flex; flex-direction: row; justify-content: space-around;
	margin: 0px 0;
}

.nexus-item { font-size: 120%; font-weight: bold; margin: 0;}

.Housing-box2 .box-inner a, a.nikon- {
	border: 1px solid #a831ff; padding: .25em 0.5em; display: block; text-align: center;
}
.Housing-box2 .box-inner p.port-M4 { background-color: #01036B; color: #fff; font-weight: bold; display: inline-block; padding: 0.5em; font-size: 50%; border: none; }
.Housing-box2 .box-inner p.port-M6 { background-color: #004F13; color: #fff; font-weight: bold; display: inline-block; padding: 0.5em; font-size: 50%; border: none; }


@media screen and (min-width: 1200px) and (max-width:1399.98px) {
	.Housing-box2 .box-inner p.small {
		height: 3em;
	}
}
@media screen and (min-width: 768px) and (max-width: 1399.98px) {
	.Housing-box2 {
		display: flex; flex-wrap: wrap; flex-direction: row;
		justify-content: space-between;
	}
	.Housing-box2 .box-inner {
		width: 48%;
		margin-bottom: 1em;
	}
	p.nexus-item { font-size: 100%; font-weight: bold; margin: 0;}
	.Housing-box2 .box-inner .item-port { 
		justify-content: flex-start;  margin: 10px 0 0 0; }
	
	.Housing-box2 .box-inner .item-port .left { 
		padding-right: 1em; }
	
	.Housing-box2 .box-inner img {
		width: 60%; display: block; margin: 0 auto;
	}
	.Housing-box2 .box-inner p.small {
		height: 3.5em;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.Housing-box2 .box-inner p.small {
		height: 5em;
	}
}
@media screen and (max-width: 767.98px) {
	.Housing-box2 {
		display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between;
	}
	.Housing-box2 .box-inner {
		width: 49%;
		margin-bottom: 2em;
	}

	p.nexus-item { font-size: 100%; font-weight: bold; margin: 0;}
	
	.Housing-box2 .box-inner .item-port {
		flex-direction: column; margin: 0px 0; justify-content: flex-start;
	}
	.Housing-box2 .box-inner .item-port .left, .Housing-box2 .box-inner .item-port .right {
		width: 100%; padding-left: 0!important;
	}
	.Housing-box2 .box-inner img {
		width: 75%; display: block; margin: 0 auto;
	}
	.Housing-box2 .box-inner p.small {
		height: 5em;
	}
}
#itemLineup-frame .inner {
	width: 30%;
}
@media screen and (min-width: 320px) and (max-width:991.98px) {
	#itemLineup-frame .inner {
		width: 47%;
	}
}
/*---------------------------------------------*/
/* top Port
============================================== */
#Port-box {
	display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between;
}
#Port-box p.title {
	background-color: rgba(168,49,255,0.20); padding: 0.25em 0.5em; margin: 0; font-size: 90%;
}

#Port-box .box-inner {
	width: 23%;
}


#Port-box .box-inner img {
	width: 75%; display: block; margin: 0 auto;
}

#Port-box .box-inner .item-port {
	display: flex; flex-direction: column; justify-content: space-between;
	margin: 10px 0;
}

#Port-box .box-inner .item-port .left a, #Port-box .box-inner .item-port .right a  {
	width: 100%;
}
#Port-box .box-inner .item-port .left a:hover, #Port-box .box-inner .item-port .right a:hover {
	opacity: 0.5;
}

.nexus-item { font-size: 120%; font-weight: bold; margin: 0;}

#Port-box .box-inner a.port-M4 ,span.port-M4 {
	padding: .25em 1.5em; display: inline-block; text-align: center; background-color: #01036B; color: #fff; font-size: 90%; margin-bottom: 5px;
}

#Port-box .box-inner a.port-M6 ,span.port-M6 { 
	padding: .25em 1.5em; display: inline-block; text-align: center; background-color: #004F13; color: #fff; font-size: 90%; margin-bottom: 5px; }
#Port-box .box-inner a:hover { opacity:0.5; }

@media screen and (min-width: 768px) and (max-width: 991.98px) {
	#Port-box {
		display: flex; flex-wrap: wrap; flex-direction: row;
	}

	#Port-box .box-inner {
		width: 48%;
	}
	.nexus-item { font-size: 100%; font-weight: bold; margin: 0;}
	#Port-box .box-inner .item-port { 
		flex-direction: column; justify-content: center;  margin: 10px 0 0 0; }
}

@media screen and (max-width: 767.98px) {
	#Port-box {
		display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between;
	}
	#Port-box .box-inner {
		width: 49%;
		margin-bottom: 1em;
	}
	#Port-box .box-inner .item-port { 
		display: flex; flex-direction: column; align-content: center; justify-content: center; margin: 0px 0 0 0; padding: 0; }
	#Port-box .box-inner a.port-M4 {
		padding: .25em 1.5em; display: inline-block; text-align: center; background-color: #01036B; color: #fff; font-size: 90%; margin-bottom: 5px;
	}

	#Port-box .box-inner a.port-M6 { 
		padding: .25em 1.5em; display: inline-block; text-align: center; background-color: #004F13; color: #fff; font-size: 90%; margin-bottom: 5px; }
}

/*--- Canon用のみ  ------------------------------------------*/
/*#Page-canon-housing #Port-box .box-inner {
	width:19%; text-align: center;
}
*/
#Page-canon-housing #Port-box .box-inner a.port-M6 { 
	padding: .25em 1.5em; display: inline-block; text-align: center; background-color: #004F13; color: #fff; font-size: 90%; margin: 0 0 5px 0; }
#Page-canon-housing #Port-box .box-inner a.port-M6:hover { 
	opacity: 0.5; }
/*---------------------------------------------*/
/* top Gear
============================================== */
#Gear a {
	border: 1px solid #a831ff; padding: .25em 2em; display: inline-block; text-align: center;
}

/*---------------------------------------------*/
/* other-acc 
============================================== */
#Acc2 .box-inner {
	display: flex; flex-direction: row; justify-content: space-between;
}

#Acc2 .box-inner .item-acc, #Acc2 .box-inner .item-acc-1 {
	width: 100%;
	display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: center;
}
#Acc2 .box-inner .item-acc div {
	width: 32%;
}
#Acc2 .box-inner .item-acc-1 div {
	width: 49%;
}
#Acc2 .box-inner .item-acc a, #Acc2 .box-inner .item-acc-1 a {
	border: 1px solid #a831ff; padding: .75em 0.5em; display: block; text-align: center; margin: 0;
}
.acc-img {
	width: 30%; padding-right: 30px;
}

.acc-img img {
	width: 100%
}
@media screen and (min-width:992px) and (max-width: 1199.98px) {
	#Acc2 .box-inner {
		display: flex; flex-wrap: wrap; flex-direction: row;
	}
	#Acc2 .box-inner .item-acc, #Acc2 .box-inner .item-acc-1 {
		width: 64%; flex-direction: column; 
	}
	.acc-img {
		width: 35%; padding-right: 15px;
	}
	#Acc2 .box-inner .item-acc div, #Acc2 .box-inner .item-acc-1 div {
		width: 100%;
		margin-bottom: 15px;
	}
	
}

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

	#Acc2 .box-inner {
		display: flex; flex-wrap: wrap; flex-direction: row;
	}
	#Acc2 .box-inner .item-acc, #Acc2 .box-inner .item-acc-1 {
		width: 64%; flex-direction: column;
	}
	.acc-img {
		width: 35%; padding-right: 15px;
	}
	#Acc2 .box-inner .item-acc div, #Acc2 .box-inner .item-acc-1 div {
		width: 100%;
		margin-bottom: 15px;
	}
	
}

@media screen and (max-width:767.98px) {
	#Acc2 .box-inner {
		display: flex; flex-wrap: wrap; flex-direction: column;
	}
	.acc-setsumei, .acc-img {
		width: 100%;
	}
	
	.acc-img img {
		width: 250px;
		display: block;
		margin: 0 auto;
	}
	#Acc2 .box-inner .item-acc div {
		width: 48%;
		margin-bottom: 15px;
	}
	#Acc2 .box-inner .item-acc-1 {
		display: flex; flex-direction: column;
	}
	
	#Acc2 .box-inner .item-acc-1 div {
		margin-bottom: 15px;
	}
}


/*---------------------------------------------*/
/* product matome -- products.html --
============================================== */

.device-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	line-height: 1.4rem;
}

.device-list a.pro-link:hover {
	text-decoration: underline;
	text-decoration-color: #a831ff;
}
/* PC */
.device-list div {
	width:24%;
	border: 1px solid #eeeeee;
	padding: 1rem;
	margin-bottom: 1rem;
}
.device-list p.device-name {
	height: 5rem;
	margin: 0.75rem 0;
	color: #a831ff;
}
.device-list p.device-nameEN {
	height: 8rem;
	margin: 0.75rem 0;
	font-size: 0.95rem;
	color: #a831ff;
}

.device-list p.device-setsumei {
	height: 7rem;
	margin: 0;
}

.device-list p.device-setsumeiEN {
	height: 10rem;
	margin: 0;
	margin-bottom: 1.5rem;
	font-size: 100%;
}

/*  sp */
@media screen and (min-width:320px) and (max-width:767.98px) {
	.device-list div {
		width: calc(50% - 0.5rem);	
	}
	
	.device-list p.device-name {
		height: 3.5rem;
		margin: 1rem 0;
	}
	
	.device-list p.device-nameEN {
		height: 10rem;
		margin: 0.75rem 0;
		font-size: 0.95rem;
		color: #a831ff;
	}
	.device-list p.device-setsumei {
		height: 8rem;
		margin: 0;
	}
	
	.device-list p.device-setsumeiEN {
		height: 15rem;
		margin: 0;
		margin-bottom: 1.5rem;
		font-size: 100%;
	}
}

/* tablets */
@media screen and (min-width:768px) and (max-width:991.98px) {
	.device-list div.col {
		width: 32%;	
	}
	
	.device-list p.device-name {
/*		font-size: 0.9rem;*/
		height: 4.0rem;
		margin: 1rem 0;
		display: block;
	}
	.device-list p.device-nameEN {
		height: 8rem;
		margin: 0.75rem 0;
		font-size: 0.95rem;
		color: #a831ff;
	}
	.device-list p.device-setsumei {
		height: 8rem;
		margin: 0;
	}
	
	.device-list p.device-setsumeiEN {
			height: 13rem;
			margin: 0;
			margin-bottom: 1.5rem;
			font-size: 100%;
		}
}




.hacho-lineup {
	display: flex;
	flex-direction: row;
	align-content: flex-start;
	justify-content: space-between;
}
.hacho-item {
	width: 13%;
	border: 1px solid #333333;
	padding: 1%;
}

.hacho-item3 {
	width: 39%;
	border: 1px solid #333333;
}
@media screen and (max-width:991.98px) {
	.hacho-item3 img {
	max-width: 35%;
}
}	
.hacho-item p ,.hacho-item3 p {
	font-size: 12px;
	padding: 0 0.5rem;
	margin: 0;
	text-align: center;
}

/*---------------------------------------------*/
/* product DETAIL
============================================== */
.tokucho {
	color: #a831ff;
	font-size: 180%;;
	line-height: 1.4em;
	font-weight: bold;
	padding-right: 1.5em;
	margin: 0;
}
.tokucho sup {
	color: #a831ff;
}

.item-name {
	font-size: 1.25rem;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}
.product-item-box {
	width:100%;
}

.product-item-box img {
	width: 100%;
	max-width: 250px;
	margin: 0 0 1em 0;
}

.Features-list {
	list-style-type: none;
	padding-left: 0!important;
}
.Features-list li {
	font-size: 120%; font-weight: normal;
	padding: 0.5em 0 0 0;
}
#product-top .item-port {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

#product-top p.port-M4 {
	padding: .25em 1.5em;
	display: block;
	text-align: center;
	background-color: #01036B;
	color: #fff;
	font-size: 90%;
	margin-bottom: 5px;
}

#product-top p.port-M6 { 
	padding: .25em 1.5em; display: inline-block; text-align: center; background-color: #004F13; color: #fff; font-size: 90%; margin-bottom: 5px; }

@media screen and (min-width:320px) and (max-width:575.98px) {
	#product-top .item-port {
		flex-direction: column;
		align-items: flex-start;
	}
}

.images-hosoku {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 55%;
	margin: 10px auto;
}
div#ov-us-box div.left, div#ov-us-box div.right {
	width: 100%;
	margin-bottom: 1em;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	#product-top .item-port {
		flex-direction: column; justify-content: flex-start; align-items: flex-start;
	}
}
@media screen and (min-width:320px) and (max-width:767.98px) {

	div#ov-us-box div.left, div#ov-us-box div.right {
	width: 100%;
		margin-bottom: 1em;
}
}

.product-specification {
	text-align: center;
}
.product-specification tr td, .product-specification tr th ,.accordion-area div.box table tr td ,.accordion-area div.box table tr th {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

.product-specification tr th, .accordion-area div.box table tr th {
	background-color: #eeeeee;
}

.accordion-area div.box {
	font-size: 1rem;
}
.product-specification tr td {
	padding: 0.5rem 1rem;
}
div.software-img {
	width: calc(50% - 20px);
	margin-bottom: 1em;
}

.software-img img {
	width: 100%;
	border: 1px solid #aaaaaa;
}

#block-images img, #gaisun img {
	width: 100%;
	max-width: 600px;
}
#product-overview-usage table tr td.koumoku {
	width: 20%;
}
@media screen and (min-width:320px) and (max-width:575.98px) {
	#product-overview-usage table tr td.koumoku {
		width: 30%!important;
	}
}
/*---------------------------------------------*/
/* contact
============================================== */
#form-table {
	width: 100%;
}

#form-table tr th, #form-table tr td {
	padding: 1rem 0 1rem 1rem;
}

#form-table tr th {
	font-weight: normal;
	background-color: #ededed;
	font-size: 0.8rem;
	width: 20%;
	max-width: 180px;
	border-right: 1px dotted #aaa;
	vertical-align: middle;
/*	border-left: 3px solid #a831ff;*/
}

#form-table tr {
	border: 1px solid #aaa;
	border-left: none; border-right: none;
	border-collapse: collapse;
}

/*---------------------------------------------*/
/* top Lineup
============================================== */
#LineupNew .Lineup-inner {
	display: flex;
	flex-direction: column;
	padding: 0.5em;
}

#LineupNew-acc {
	display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
#LineupNew-acc .Lineup-inner {
	width: calc( 20% - 10px ); }

#LineupNew-acc .Lineup-inner p {
	border-top: 1px solid #aaa;
	padding: 1em 1em; }

#LineupNew .Lineup-inner p.small {
	border-top: 1px solid #842eb0;
	padding: 1em 1em;
}

@media screen and (max-width: 767.98px) {
	#LineupNew .Lineup-inner p {
		border-top: 1px solid #842eb0;
		padding: 1em 0em!important;
		font-size: 0.9rem;
	}
	#LineupNew-acc .Lineup-inner p {
		border-top: 1px solid #aaa;
		padding: 1em 0em!important;
	}
	
	#LineupNew-acc .Lineup-inner {
		width: calc( 32% - 10px );
	}
}
#LineupNew a {
text-decoration: none;
}

#LineupNew a:hover {
opacity: 0.5;
background-color: aqua;
}

.Lineup-midashi {
color: #846eb0;
}

#itemLineup-frame p.EN {
height: 6rem;
}

/*---------------------------------------------*/
/* company
============================================== */
.company-line {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.company-info .company-line {
	border-top: 0.5px solid #aaa;
	border-collapse: collapse;
	padding: 1rem 0.5em;
	line-height: 1.8rem;
}

.company-midashi {
	/*background-color: #eeeeee;*/
	color: #a831ff;
	font-weight: bolder;
	padding-left: 0rem;
}
.company-line .accordion-area h5.title {
	font-size: 1rem;
}
.history li {
	padding: 0.25rem 0.25rem 0.25rem 0.5rem;
	font-size: 0.8rem;
	border-left: 1px solid #a831ff;
}

.history-kaihatsu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.history-kaihatsu .kaihatsu-box {
	width: calc(100% - 10px);
	margin-bottom: 15px;
	padding: 0.5rem 0rem ;
}
.history-kaihatsu .kaihatsu-box h6 {
	border-left: 4px solid #a831ff;
	line-height: 2rem;
}
.history-kaihatsu .kaihatsu-box p {
	margin: 0;
	line-height: 1.9rem;
	padding: 0;
}
.history-kaihatsu strong {
	margin: 0;
	display: block;
}

.company-images {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap:wrap;
}
.company-images .course-box {
	width: calc( 50% - 10px );
		margin-bottom: 20px;
}



@media screen and (min-width:768px) {
	.history-kaihatsu {
		flex-direction: row;
	}
	
	/*.history-kaihatsu .kaihatsu-box {
	width: calc(48% - 10px);
	margin-bottom: 15px;
	padding: 0.5rem 0rem ;
}*/
	.company-images .course-box {
	width: calc( 25% - 10px );
}
}


.text-line {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 1.5rem 0;
}

.text-line:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ  .text-line:before, */
  background: #aaa; /* 線の色 */
}
/*
.text-line:before {
	margin-right: 2rem;
}*/

.text-line:after {
	margin-left: 2rem;
}


.text-lineBlue {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 1.5rem 0;
}

.text-lineBlue:before, .text-lineBlue:after {
  content: "";
  flex-grow: 1;
  height: 2px; /* 線の太さ */
  background:#a831ff; /* 線の色 */
}

.text-lineBlue:before {
	margin-right: 2rem;
}

.text-lineBlue:after {
	margin-left: 2rem;
}



.ouyoubunya {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.-ouyoubunyainner {
	display: flex;
	width: calc(50% - 10px);
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}
.appli-images {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.appli-images div img{
	width: 100%;
}

.appli-images div {
	width: calc(50% - 10px);
}


#product-design .kaihatsu-box p:nth-child(odd) {
	margin: 0rem 0 1.5rem 1.25rem;
	line-height: 1.5rem;
}

#product-design .history-kaihatsu strong {
	color: #a831ff;
}



.Google-map {
    position: relative;
    width: 70%;
    height: 0;
    padding-top: 56.25%;/*比率をお好みで*/
}
.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.more-info {
	background-color: #ffff00;
	padding: 1rem 0;
}

.more-images { border: 3px solid #ffff00; }

.keikou { 	background-color: #FB64F5; }


@media screen and (min-width:320px) and (max-width:767.98px) {

	#contents,.gotoform,#contents1,#contentBox,.sono1 {
	width: 98%;
	margin: 0 auto 0 auto;
	/*display: block;*/}
	
	.tablet-PC {
		display: none;
		visibility: hidden;
	}
	.sp_header {
	position: fixed;			
    width: 100%;
    z-index: 200;
    top: 0;
    left: 0;
    height: 80px;
	display: block;
	background-color: #ffffff;
	border-bottom: 2px solid #6E87C1;}
	
	.sp_header {
		display: flex;
		align-items: center;
	}
	.sp_header p {
		margin: 0;
	}

.dropdown {
    display: flex;
    height: 2rem;
    margin: 0 auto;
}

.dropdown li {
    list-style: none;
    position: relative;
}
.dropdown li a {
    background: #000099;
    color: #fff;
    display: block;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}	

.dropdown li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.dropdown li li a {
    border-top: 1px solid #ffffff;
}
.dropdown li:hover > ul > li {
    height: 2rem;
    overflow: visible;
}

	
	.menu {
  width: 70%;
  height: 50px;
  display: flex;
  margin: 0 auto;
  padding-top: 20px;
}
.menu__parent-title{
  color:#000;
}
.menu__parent {
  width: 15%; 
  text-align: center;
}
.menu__child {
  visibility: hidden;
  opacity: 0;
}
.menu__child a {
  color:#000;
  display: block;
  margin-bottom: 20px;
}
.menu__parent {
  position: relative;
}
.menu__child {
  position: absolute;
  top: 30px;
  width: 100%;
  left: 50%;
  transform: translate(-50%,0);
  transition-duration:.7s;
}
li.menu__parent:hover ul.menu__child {
  top: 50px;
  visibility: visible;
  opacity: 1;
  transition-duration:.7s;
}

.img-border {
		 border: solid 1px #666666;/*‰æ‘œ‚ÌŽü‚è‚ÌˆÍ‚Ýü*/
	}
	
	.servicesyosai {
		width: 100%;
		background-color: #D9D9D9;
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
		margin-bottom: 50px;
		padding: 10px;
	}
	
	.servicesyosai p {
		font-size: 14px;
		font-weight: bold;
		margin-left: 20px;
	}
	
/*	.left { 
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.right {
		width: 100%;
		padding-left: 20px;
	}*/

	.annai p {
		font-size: 14px;
		padding: 10px 0 0 40px;
		border-bottom: solid 1px #666666;
	}
	
	.top-obi {
		background-color: rgba(1,78,162,0.10); 
		padding:30px 10px; 
		width: 100%;
	}
	
	.box_catalog {
  position: relative;
 /* padding: 0 47px 0 22px;*/
  text-align: center;
  margin: 0;
  letter-spacing: -1em;
}
.box_catalog .lead_01, #main .box_catalog .lead_01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1px;
}
.box_catalog > * {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
}
.box_catalog > .txt {
  padding-bottom: 21px;
  width: 400px;
}
.box_catalog > .txt:before {
  content: "";
  background: #f1f1f1;
  position: absolute;
  left: 0;
  width: 100%;
  /*height: 146px;*/
  z-index: -1;
}
.box_catalog > .img p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 40%;
  height: 200px;
}
.box_catalog > .img img {
  box-shadow: 0 2px 7px #5b5b5b;
  width: 25%;
  margin-left: 20px;
	}
.box_catalog .btn_cv {
  display: table;
  margin: 0 auto;
  width: 300px;
}
	
	
}

/*---------------------------------------------*/
/* afterservice.html
============================================== */
.afterservice-box .right {
	width: 29%;
}

.afterservice-box .left {
	 width: 71%;
}
.manual-table, .conversion-table {
	border: 1px solid #aaa;
	width: 100%;
}

.manual-table tr td  {
	padding: 0.5em 1em;
	font-size: 90%;
	border: 1px solid #aaa;
	width: 30%;
}
.manual-table tr th, .conversion-table tr th {
	padding: 0.5em 1em;
	border: 1px solid #aaa;
}
.manual-table tr td.item , .manual-table tr th.item  {
	background-color: #efefef;
	border: 1px solid #aaa;
	width: 13%!important;
}

.btn-afterservice {
	display: block;
	border: 1px solid #A831FF;
	background-color: #fff;
	padding: 0.5em 1.5em;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
	.afterservice-box .right {
		display: none;
	}
	.afterservice-box .left {
		width: 100%!important;
	}
}

@media screen and (min-width:768px) and (max-width:991.98px) {
	.afterservice-box .right {
		display: none;
	}
	table.afterservice-box {
		width: 100%;
	}
	.afterservice-box .left {
		width: 100%!important;
	}
}
.conversion-table {
	border: 1px solid #aaa;
	width: 80%;
}
.conversion-table tr th.item, .conversion-table tr td.item {
	background-color: #efefef;
	border: 1px solid #aaa;
}
.conversion-table tr td  {
	padding: 0.5em 1em;
	font-size: 90%;
	border: 1px solid #aaa;
}
.hassou-attention {
	padding: 1em 1.5em;
	background-color: rgba(168,49,255,.10);
}
@media screen and (max-width:1199.98px) {
	.conversion-table {
		width: 100%;
	}
}
span.icon-new {
	font-size: 0.8rem;
	padding: 3px 5px;
	background-color: red;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	vertical-align: middle;
}
