/* ----------------------------------------
catchPhrase
----------------------------------------*/
.catchPhrase {
	/*margin: 0 0 130px 0;*/
	/*padding: 40px 0 0 0;*/
	/*min-height: 654px;*/
	color: #e60012;
	text-align: center;}
.SKM {
	display: block;
	height: 0;
	padding-top: calc(790 / 1600 * 100%);
	background: url(/pt/images/home/corporateTop_mainimage.jpg) no-repeat;
	background-size: auto 790px;
	background-position: center bottom;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;}
@media (min-width:1601px){
.SKM {
		background-size: cover;}
}
.catchPhraseArea-wrap {
	position: relative;
					top: -60px;
	width: 1180px;
	margin: 0 auto;
	/*padding: 0 0 130px 0;*/
	border-bottom: 60px solid #fff;}
.catchPhraseArea {
	position: absolute;
		top: 0;
	transform: translateY(-21%);
	width: 100%;
	min-height: 192px;
	/*margin: 0 0 130px 0;*/
	font-weight: normal;
	line-height: 100%;
	background: url(/pt/images/home/txt-SEEK-OUT-INNOVATION.png) no-repeat;
	background-position: center;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;}
	.catchPhraseArea .bold {
		font-weight: bold;}
.read {
	padding: calc(40px + 30px) 0 50px 0;
	font-size: 3.6rem;
	line-height: 100%;
	background: #fff;}
.read p {
	width: 1180px;
	margin: 0 auto;}
.read span {
	display: inline-block;
	white-space: nowrap;}

.catchPhrase .policy {
	margin: 0 0 100px 0;
	color: #333;
	line-height: 2.6rem;}




/* ----------------------------------------
共通化CSS
----------------------------------------*/
h2[class$="-title"] {
	margin: 0 0 60px 0;
	color: #333;
	font-weight: normal;
	text-align: center;}
h2[class$="-title"] span {
	display: block;
	/*height: 32px;*/
	height: 38px;
	margin: 0 0 15px 0;
	background-repeat: no-repeat;
	background-position: center;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;}

/* ----------------------------------------
Products
----------------------------------------*/
h2.products-title {
	margin-bottom: 30px;}
.products-title span {
	background-image: url(/pt/images/home/tit-products.png);
	background-size: 247px;}
.products {
	padding: 130px 0 ;
	text-align: center;
color: #fff;
background-image: url("/pt/images/home/img_topCategory-products.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: top center;}
.products p{
	font-size: 1.4rem;
	line-height: 2.2rem;
}


.icon-pdf{
	margin-left: 0 !important;
}









main{ 
 width: 1180px;
 margin: 0 auto 120px;
color: #333;}

main h2.pdf-title{
	color: #333;
	font-size: 3.4rem;
	line-height: 3.4rem;
	margin: 100px 0 66px 0;
	text-align: left;
	font-weight: bold;
}

main dl.Category{

 margin-bottom: 60px;
}

main dl.Category h2{
 font-size: 2.8rem;
 line-height: 2.8rem;
    color: #000;
    font-weight: normal;
}


main dl.Category > dt{
border-top: 1px solid #d0d5da;
	padding-top: 40px;
	padding-bottom: 60px;
}

main dl.Category dt h3{
	color: #333;
 font-size: 1.8rem;
 line-height: 1.8rem;
 font-weight: normal;
}
main dl.Category > dt .btnStyle{
 display:none;
 /*position: absolute;
 top: 0;
 right: 0;
 height: 100%;
 width: 50px;
 border-left: 1px solid #fff;*/
}
main dl.Category > dt .btnStyle::before,
main dl.Category > dt .btnStyle::after{
/* 
 display: none;
 content: '';
 position: absolute;
 top: calc(50% - 1.5px);
 left: 18px;
 width: 15px;
 height: 1px;
 background-color: #d0d5da;*/
}
main dl.Category > dt .btnStyle::after{
/* transform: rotate(90deg);
 transition: transform 0.2s;*/
}
main dl.Category > dd{
display:block;
 color: #333;
	margin-bottom: 60px;
}
section .open{
display:block;
color: #333;}

/*main dl.Category > dt.hover{ box-shadow: none;}
main dl.Category > dt.hover,
main dl.Category > dt.on{ background-color:  none;}
main dl.Category > dt.on .btnStyle::after{ transform:  none;}*/





main dl dl dt{
	margin-bottom: 30px;
}
main dl dl dd{
	margin-bottom: 40px;
}
main dl dl ul{
 display: flex;
 justify-content:space-between;
flex-wrap: wrap;
}

main dl dl ul li{
 width: 393px;
	border-right: 1px solid #d0d5da;
 margin-bottom: 20px;
}
main dl dl ul li:first-child{border-left: 1px solid #d0d5da;}
main dl dl ul:after{
    content:"";
    display:block;
    width: 393px;
    height:0;
  }

main dl dl ul li a{
 width: 100%;
 height: 100%;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
  font-size: 1.4rem;
 line-height: 1.8rem;
}
main dl dl ul a:hover{
}
main dl dl ul a img{
 height: 60px;
 transition: opacity 0.12s;
	margin: 10px;
}
main dl dl ul a:hover img{
 opacity: 0.7;
}
main dl dl ul a > ctxt{
 position: relative;
 display: flex;
 left: 30px;
  width: calc(100% - 165px);
}
main dl dl ul a:hover > ctxt{
 color: #e60012;
}
main dl dl ul a .redArrowS{
 top: 7px;
left:-20px;}
main dl dl ul a > ctxt p span{
	display: block;
	font-size: 1.2rem;
	color: #555;
}
main dl dl ul a > ctxt p img{
	vertical-align:middle ;
	margin: 5px 0 0 0;
}

/*
repairContents
------------------------------------------------*/
main .Category dd.repairContents{
	display: flex ;
	justify-content: flex-start;
	flex-wrap: wrap;
}
main .Category dd.repairContents dl:nth-child(2){
	padding-right: 15px;
}
main .Category dd.repairContents dl:first-child,
main .Category dd.repairContents dl:nth-child(2){
	flex-basis: 393px;}
main .Category dd.repairContents dl:first-child ul,
main .Category dd.repairContents dl:nth-child(2) ul{
	display: inherit;
}
main .Category dd.repairContents dl:first-child li,
main .Category dd.repairContents dl:nth-child(2) li{
	width: 100%;
}
main .Category dd.repairContents dl:nth-child(2) li{
	border-left: none;
}
/*
maintenanceAceContents
------------------------------------------------*/
main .Category dd.maintenanceAceContents{
	display: flex ;
	justify-content:space-between;
	flex-wrap: wrap;
}
main .Category dd.maintenanceAceContents dl:first-child{
	flex-basis: 393px;}
main .Category dd.maintenanceAceContents dl:nth-child(2){
	flex-basis: calc(100% - 393px);}
main .Category dd.maintenanceAceContents dl:nth-child(3){
	flex-basis: 393px;}
main .Category dd.maintenanceAceContents dl:last-child{
	flex-basis: calc(100% - 393px);}

main .Category dd.maintenanceAceContents dl:first-child li:first-child,
main .Category dd.maintenanceAceContents dl:nth-child(3) li:first-child{
	border-right: none;
}

main .Category dd.maintenanceAceContents dl:first-child ul,
main .Category dd.maintenanceAceContents dl:nth-child(3) ul{
	display: inherit;
}
main .Category dd.maintenanceAceContents dl:first-child li,
main .Category dd.maintenanceAceContents dl:nth-child(3) li{
	width: 100%;
}
main .Category dd.maintenanceAceContents dl:nth-child(2) ul,
main .Category dd.maintenanceAceContents dl:last-child ul{
	justify-content: space-between;
	
}
main .Category dd.maintenanceAceContents dl:nth-child(2) li,
main .Category dd.maintenanceAceContents dl:last-child li{
	width: 393px;
}


/*
main .Category dd.maintenanceAceContents dl:first-child{
	flex-basis: 393px;}
main .Category dd.maintenanceAceContents dl:nth-child(2){
	flex-basis: calc(100% - 393px);}
main .Category dd.maintenanceAceContents dl:nth-child(3){
	flex-basis: 393px;}
main .Category dd.maintenanceAceContents dl:last-child{
	flex-basis: calc(100% - 393px);}

main .Category dd.maintenanceAceContents dl:first-child li:first-child,
main .Category dd.maintenanceAceContents dl:nth-child(3) li:first-child{
	border-right: none;
}

main .Category dd.maintenanceAceContents dl:first-child ul,
main .Category dd.maintenanceAceContents dl:nth-child(3) ul{
	display: inherit;
}
main .Category dd.maintenanceAceContents dl:first-child li,
main .Category dd.maintenanceAceContents dl:nth-child(3) li{
	width: 100%;
}
main .Category dd.maintenanceAceContents dl:nth-child(2) ul,
main .Category dd.maintenanceAceContents dl:last-child ul{
	justify-content: space-between;
	
}
main .Category dd.maintenanceAceContents dl:nth-child(2) li,
main .Category dd.maintenanceAceContents dl:last-child li{
	width: 393px;
}
*/


/*
HouseholdContents
------------------------------------------------*/
main .Category dd.HouseholdContents{
	display: flex ;
	justify-content:space-between;
	flex-wrap: wrap;
}

main .Category dd.HouseholdContents dl:first-child{
	flex-basis: 786px;}

main .Category dd.HouseholdContents dl{
	flex-basis: 393px;}

main .Category dd.HouseholdContents dl:first-child li:last-child{
	border-right: none;
}


/*AdobeReader*/
.AdobeReaderDownload{
 display: flex;
 margin-top: 100px;
}
.AdobeReaderDownload a{
 display: block;
 transition-property: opacity;
}
.AdobeReaderDownload a.hover{ opacity: 0.7;}
.AdobeReaderDownload p{
 font-size: 1.2rem;
 color: #333;
 line-height: 1.8rem;
 margin-left: 20px;
}
