
/*=============================================================
 company top Layout
=============================================================*/
.directoryTop .cotegoryTop #contents {
    background: none;
    float: none;
    width: 100%;
    padding-bottom: 50px;
}
.directoryTop #contents header#contentsHdr #categoryTitle h1{
	background: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 24px;
    text-align: left;
    width: auto;
    height: auto;
   	position: absolute;
	top: 28%;
   	left: 10%;
   	transform: translate(-28%, -9%);
	color: #fff;
}


/* front-menuPickup
-------------------------------------------------------------*/
.directoryTop #contents .front-menuPickup{
	display: flex;
	justify-content: space-between;
}
.directoryTop #contents .front-menuPickup li{
	width:32.5%;
	box-shadow: 2px 1px 4px 2px rgba(0,0,0,0.1);
}
.directoryTop #contents .front-menuPickup li a img{width: 100%;}
.directoryTop #contents .front-menuPickup li a:hover img{
	opacity: 0.7;
}
.directoryTop #contents .front-menuPickup li a p {
	position: relative;
	display: block;
	height: 50px;
	font-size: 16px;
	overflow: hidden;
	text-decoration: none;
	background: linear-gradient(90deg, #00a9a3 0%, #00a9a3 6%, #ffffff 6%, #ffffff 100%);
}
.directoryTop #contents .front-menuPickup li a p span {
	position: absolute;
	z-index: 1;
	transition: .3s;
	color: #333;
	top: 50%;
    left: 12%;
    transform: translateY(-50%);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
#contents .front-menuPickup li a:hover p span {color: #fff;}

/* 疑似要素 */
#contents .front-menuPickup li a p:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #00a9a3;
	transform: translate3d(-100%, 0, 0);
	transition: .3s;
}
/* 疑似要素(hover) */
#contents .front-menuPickup li a:hover p:before {
	transform: translate3d(0, 0, 0);
}

/* box-menuList
-------------------------------------------------------------*/
.directoryTop #contents .box-clm3 > .boxLeft:nth-of-type(2) {
    margin: 0 3.5%;
}
.directoryTop #contents .index-toggleSet .index-toggleIcon {
	display: none;
}
.directoryTop #contents .box-menuList {
    border: none;
}

.directoryTop #contents .box-menuList dt{
    border-bottom: 2px solid #9abeca;
}

.directoryTop #contents .box-menuList dt a {
    padding: 18px 0 12px 26px;
	position: relative;
}
.directoryTop #contents .box-menuList dt a:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 5px;
   	transform: translateY(-50%);
}
#company #contents .box-clm3 > .boxLeft,
#company #contents .box-clm3 > .boxRight {
    width: 31%;
    margin-right: 0;
}
#company #contents .box-menuList dt a:after{
	width: 49px;
	height: 30px;
}
#company #contents .box-menuList:nth-of-type(1) dt a:after{
	background: url("../image/index_menu_icon01.png") no-repeat;
	background-size: contain;
}
#company #contents .box-menuList:nth-of-type(2) dt a:after{
	background: url("../image/index_menu_icon02.png") no-repeat;
	background-size: contain;
}
#company #contents .box-menuList:nth-of-type(3) dt a:after{
	background: url("../image/index_menu_icon03.png") bottom no-repeat;
	background-size: 100% auto;
}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width:768px) and (max-width:1023px){
	.directoryTop #contents header#contentsHdr #categoryTitle h1{
		font-size: 21px;
		top: 35%;
    	left: 5%;
    	transform: translate(-5%, -35%);
	}

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
	.directoryTop #contents header#contentsHdr #categoryTitle p img{
		width: 100%;
		height: auto;
	}
	.directoryTop #contents header#contentsHdr #categoryTitle h1{
		font-size: 24px;
	    width: auto;
    	height: auto;
		padding: 0;
    	position: absolute;
		top: 40%;
    	left: 13%;
    	transform: translate(-13%, -40%);
	}

/* front-menuPickup
-------------------------------------------------------------*/
	.directoryTop #contents .front-menuPickup{
		display: block;
	}
	.directoryTop #contents .front-menuPickup li{
		width: 100%;
		margin-bottom: 4%;
	}
	.directoryTop #contents .front-menuPickup li a p{
		height: 60px;
	}


/* box-menuList
-------------------------------------------------------------*/
	.directoryTop #contents .box-clm3 > .boxLeft:nth-of-type(2) {
    	margin: 0;
	}
	.directoryTop #contents .box-menuList{
		margin-bottom: 1em !important;
	}
	.directoryTop #contents .box-menuList > dt{
		position: relative;
		cursor: pointer;
	}
	.directoryTop #contents .box-menuList dt a {
	    pointer-events: none;
		padding: 16px 20px 10px 10px;
		display: inline-block;
	}
	.directoryTop #contents .index-toggleSet .index-toggleBtn a:before{
		border: none;
	}
	.directoryTop #contents .index-toggleSet .index-toggleIcon {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		display: block;
		width: 24px;
		height: 24px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: #0083a7;
		border: 1px solid #fff;
	}
	.directoryTop #contents .index-toggleSet .index-toggleIcon:before,
	.directoryTop #contents .index-toggleSet .index-toggleIcon:after {
		display: block;
		content: '';
		background-color: #fff;
		position: absolute;
		width: 18px;
		height: 2px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.directoryTop #contents .index-toggleSet .index-toggleIcon:before {
		width: 2px;
		height: 18px;
	}
	.directoryTop #contents .index-toggleSet .index-toggleBtn.selected .index-toggleIcon:before {
		content: normal;
	}
	.directoryTop #contents .index-toggleSet .index-toggleBtn.selected .index-toggleIcon {
		background: #fff;
		border: 1px solid #0083a7;
	}
	.directoryTop #contents .index-toggleSet .index-toggleBtn.selected .index-toggleIcon:before,
	.directoryTop #contents .index-toggleSet .index-toggleBtn.selected .index-toggleIcon:after {
		background-color: #0083a7;
	}
	.directoryTop #contents .index-toggleSet dd {
		display: none;
	}
	#company #contents .box-menuList dt a:after{
		right: -59px;
	}
    #company #contents .box-menuList:nth-of-type(3) dt a:after{
		right: 35px;
    }





































}