@charset "utf-8";

/* 製品情報：基礎
========================================================= */

/* Product Headline
------------------------------------------ */

.productHeadline { width: 960px; font-size: 4rem; line-height: 4rem; font-weight: 500; padding-top: 40px; padding-bottom: 38px; margin-right: auto; margin-left: auto; }

@media screen and (max-width: 1000px) {
	.productHeadline { width: 95%; font-size: 3.2rem; line-height: 3.2rem; padding-top: 30px; padding-bottom: 28px; }	
}

@media screen and (max-width: 640px) {
	.productHeadline { width: 90.625%; font-size: 2.6rem; line-height: 2.6rem; padding-top: 20px; padding-bottom: 18px; }
}


/* Product Link
------------------------------------------ */

.productLink { font-size: 1.6rem; text-align: right; margin-bottom: 20px; }
.productLink a { display: inline-block; text-decoration: none; vertical-align: top; padding-top: 2px; padding-right: 20px; padding-left: 20px; }
.productLink a:not(:first-child) { border-left: solid 1px #dddddd; }

@media screen and (min-width: 769px) {
	.productLink a:hover { background-color: #eeeeee; }
}

@media screen and (max-width: 640px) {
	.productLink { font-size: 1.2rem; line-height: 1.4rem; margin-bottom: 18px; }
	.productLink a { color: #333333; padding-right: 10px; padding-left: 10px; }
}



/* SSI 共通パーツ群
========================================================= */

/* Product Menu
------------------------------------------ */

.productMenu { position: relative; width: 960px; padding-top: 15px; padding-bottom: 15px; }
.productMenu a { text-decoration: none; }
.productMenu .menuTitle { position: relative; font-size: 2.5rem; line-height: 2.8rem; }
.productMenu .menuBlock { position: absolute; top: 0; right: 10px; z-index: 10; }
.productMenu .menuBlock .blockBtn { position: relative; top: 0; right: 0; display: block; width: 120px; background: url(/chinese/product/images/product_menu_icon.png) no-repeat left top; background-size: 240px 236px; box-sizing: border-box; padding: 17px 5px 17px 50px; color: #333399; cursor: pointer; }
.productMenu .menuBlock .blockBtnActive { background-position: left -118px; }
.productMenu .menuBlock .blockList { position: absolute; top: 50px; right: 0; display: none; width: 240px; background-color: #ffffff; border: 1px solid #eeeeee; box-shadow: rgba(166, 166, 166, 1) 3px 3px 3px; padding-bottom: 10px; }
.productMenu .menuBlock .blockList a { display: block; color: #333399; }
.productMenu .menuBlock .blockList a:hover { color: #f1970b; }
.productMenu .menuBlock .blockList a:vlink { color: #333399; }
.productMenu .menuBlock .blockList .listCategory { position: relative; color: #333399; padding: 4px 10px 2px 33px; margin-top: 10px; cursor: pointer; }
.productMenu .menuBlock .blockList .listCategory:before { position: absolute; top: 10px; left: 19px; display: block; width: 2px; height: 10px; background-color: #333399; content: ""; }
.productMenu .menuBlock .blockList .listCategory:after { position: absolute; top: 14px; left: 15px; display: block; width: 10px; height: 2px; background-color: #333399; content: ""; }
.productMenu .menuBlock .blockList .listCategory.active:before { display: none; }
.productMenu .menuBlock .blockList dl dt { padding: 2px 10px 2px 38px; margin-top: 5px; }
.productMenu .menuBlock .blockList dl dd { line-height: 2rem; padding: 2px 10px 2px 47px; }
.productMenu .menuBlock .blockList dl dd a { position: relative; padding-left: 9px; }
.productMenu .menuBlock .blockList dl dd a:before { position: absolute; top: 8px; left: 0; display: block; width: 3px; height: 3px; background-color: #333399; border-radius: 2px; content: ""; }
.productMenu .menuBlock .blockList .listLink { position: relative; display: block; padding: 4px 10px 2px 33px; margin-top: 10px; }
.productMenu .menuBlock .blockList .listLink:before { position: absolute; top: 12px; left: 16px; display: block; width: 5px; height: 5px; border-right: solid 1px #333399; border-bottom: solid 1px #333399; content: ""; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

@media screen and (min-width: 769px) {
	.productMenu .menuBlock .blockBtn:hover { color: #f1970b; background-position: left -59px; }
	.productMenu .menuBlock .blockBtnActive:hover { background-position: left -177px; }
	.productMenu .menuBlock .blockList .listCategory.hover { color: #f1970b; }
	.productMenu .menuBlock .blockList .listCategory.hover:before,
	.productMenu .menuBlock .blockList .listCategory.hover:after { background-color: #f1970b; }
	.productMenu .menuBlock .blockList .listLink:hover:before { border-color: #f1970b; }
	.productMenu .menuBlock .blockList dl dd a:hover:before { background-color: #f1970b; }
}

@media screen and (max-width: 1000px) {
	.productMenu { width: 100%; }
}

@media screen and (max-width: 768px) {
	.productMenu .menuBlock .blockBtnActive { color: #f1970b; }
	.productMenu .menuBlock .blockBtnActive { background-position: left -177px; }
}

@media screen and (max-width: 640px) {
	.productMenu { padding-top: 0; padding-bottom: 7px; }
	.productMenu .menuTitle { font-size: 2rem; }
	.productMenu .menuBlock { display: none; }
}


/* Product Line
------------------------------------------ */

.productLine { margin-top: 45px; }
.productLine .lineTitle { border-bottom: solid 1px #cccccc; font-size: 1.4rem; line-height: 2.4rem; padding-bottom: 13px; margin-bottom: 15px; }
.productLine .lineCategory { font-weight: 700; margin-bottom: 5px; }
.productLine .lineCategory a { position: relative; padding-left: 15px; }
.productLine .lineCategory a:before { position: absolute; top: 0; bottom: 0; left: -2px; display: block; width: 5px; height: 5px; border-right: solid 1px #333399; border-bottom: solid 1px #333399; margin-top: auto; margin-bottom: auto; content: ""; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.productLine .lineLink { margin-left: 15px; margin-bottom: 5px; }
.productLine .lineLink .linkTitle { font-weight: 700; margin-bottom: 5px; }
.productLine .lineLink .linkList { line-height: 14px; }
.productLine .lineLink .linkList li { display: inline-block; margin-bottom: 10px; }
.productLine .lineLink .linkList li:not(:last-child) { border-right: solid 1px #cccccc; padding-right: 14px; margin-right: 14px; }

@media screen and (max-width: 640px) {
	.productLine { display: none; }
}


/* Product Bottom
------------------------------------------ */

#productBottom { border-top: solid 1px #e5e5e5; }
#productBottom .productCategory { display: table; width: 760px; padding-top: 30px; padding-bottom: 40px; margin-right: auto; margin-left: auto; }
#productBottom .productCategory a { display: table-cell; width: 50%; box-sizing: border-box; color: #333333; vertical-align: top; text-decoration: none; }
#productBottom .productCategory a:nth-child(1) { padding-right: 25px; }
#productBottom .productCategory a:nth-child(2) { padding-left: 25px; }
#productBottom .productCategory a:not(:last-child) { border-right: solid 1px #e5e5e5; }
#productBottom .productCategory a:nth-child(1) .categoryInner { background: url(../images/product_icon1.png) no-repeat left top; background-size: 78px 78px; padding-left: 100px; }
#productBottom .productCategory a:nth-child(2) .categoryInner { background: url(../images/product_icon2.png) no-repeat left top; background-size: 78px 78px; padding-left: 100px; }
#productBottom .productCategory a .categoryInner .categoryName { font-size: 1.8rem; font-weight: 700; margin-bottom: 8px; }
#productBottom .productCategory a .categoryInner .categoryImg { display: none; }
#productBottom .productCategory a .categoryInner p span { display: inline-block; }
#productBottom .productAlkapply { width: 960px; margin-right: auto; margin-left: auto; }
#productBottom .productAlkapply div { display: none; }
#productBottom .productAlkapply a span { display: none; }
	body.cgpIndex #productBottom { border-top: none; }
	body.cgpIndex #productBottom .productCategory { padding-top: 60px; }

@media screen and (min-width: 769px) {
	#productBottom .productCategory a .categoryInner { -webkit-transition: 0.3s ease; transition: 0.3s ease; }
	#productBottom .productCategory a:hover .categoryInner { opacity: 0.4; }
	#productBottom .productAlkapply a { -webkit-transition: 0.3s ease; transition: 0.3s ease; }
	#productBottom .productAlkapply a:hover { opacity: 0.5; }
}

@media screen and (max-width: 1000px) {
	#productBottom .productAlkapply { width: 95%; }
}

@media screen and (max-width: 960px) {
	#productBottom .productCategory a .categoryInner { padding-top: 6px; padding-bottom: 6px; }
	#productBottom .productCategory a .categoryInner .categoryName { font-size: 1.5rem; line-height: 2.2rem; }
	#productBottom .productCategory a .categoryInner .categoryAlk { width: 70%; height: auto; }
	#productBottom .productCategory a .categoryInner p { font-size: 1.2rem; line-height: 1.8rem; }
}

@media screen and (max-width: 800px) {
	#productBottom .productCategory { width: 95%; }
}

@media screen and (max-width: 767px) {
	#productBottom { border-top: none; margin-bottom: 100px; }
	#productBottom .productCategory { overflow: hidden; padding-top: 0; padding-bottom: 20px; }
	#productBottom .productCategory a { display: inline-block; text-align: center; }
	#productBottom .productCategory a:nth-child(1) { width: 50%; padding-right: 4.82758620689655%; }
	#productBottom .productCategory a:nth-child(2) { width: 50%; padding-left: 4.82758620689655%; margin-left: -1px; }
	#productBottom .productCategory a .categoryInner { padding-top: 0; padding-bottom: 0; }
	#productBottom .productCategory a:nth-child(1) .categoryInner,
	#productBottom .productCategory a:nth-child(2) .categoryInner { background-image: none; padding-left: 0; }
	#productBottom .productCategory a .categoryInner .categoryImg { display: block; width: 78px; height: 78px; margin: 16px auto 13px; }
	#productBottom .productCategory a .categoryInner .categoryName { font-size: 1.8rem; }
	#productBottom .productCategory a .categoryInner p { font-size: 1.4rem; line-height: 2.4rem; }
}

@media screen and (max-width: 640px) {
	#productBottom .productCategory { width: 90.625%; }
	#productBottom .productCategory a .categoryInner .categoryName { font-size: 1.3rem; line-height: 1.5rem; }
	#productBottom .productCategory a .categoryInner p { display: none; }
	#productBottom .productCategory a .categoryInner .categoryImg { margin-top: 9px; margin-bottom: 0; }
	#productBottom .productAlkapply { display: block; background: url(../images/alkapply_banner_bg.jpg) no-repeat left top; background-size: cover; box-sizing: border-box; padding: 20px; }
	#productBottom .productAlkapply div { display: block; width: 170px; margin-right: auto; margin-bottom: 16px; margin-left: auto; }
	#productBottom .productAlkapply a { display: block; width: 80%; color: #333333; border: solid 2px #ffffff; box-sizing: border-box; line-height: 2rem; text-align: center; text-decoration: none; padding-top: 3px; padding-bottom: 3px; margin-right: auto; margin-left: auto; }
	#productBottom .productAlkapply a img { display: none; }
	#productBottom .productAlkapply a span { display: block; }
		body.cgpIndex #productBottom .productCategory { padding-top: 0; }
}

@media screen and (max-width: 414px) {
	#productBottom .productCategory a .categoryInner .categoryName { font-size: 1.2rem; }
	#productBottom .productAlkapply a { width: 100%; }
}



/* 製品情報 TOP
========================================================= */

#productTop { overflow: hidden; width: 100%; background: url(../images/product_main_bg.jpg) no-repeat center center #ffffff; background-size: cover; padding-bottom: 30px; }
#productTop a { color: #333333; text-decoration: none; }
#productTop .productInner { width: 960px; margin-right: auto; margin-left: auto; }
#productTop .productInner .topMain { margin-bottom: 103px; }
#productTop .productInner .topMain .mainTItle { display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; width: 282px; height: 44px; background: url(../images/product_main_title.svg) no-repeat left top; background-size: cover; margin: 80px auto 45px; }
#productTop .productInner .topMain p { font-size: 2rem; line-height: 3rem; text-align: center; margin-bottom: 68px; }
#productTop .productInner .topMain p span { display: inline-block; }
#productTop .productInner .topMain div { width: 210px; font-size: 1.7rem; line-height: 2.63rem; margin-right: auto; margin-left: auto; }
#productTop .productInner .topMain div a { display: block; border: solid 2px #333333; text-align: center; text-decoration: none; padding: 20px; }
#productTop .productInner .topLink { overflow: hidden; }
#productTop .productInner .topLink a { float: left; display: block; width: 28.125%; box-sizing: border-box; border-top: solid 1px rgba(51,51,51,0.5);text-align: center; padding-bottom: 20px; }
#productTop .productInner .topLink a:not(:last-child) { margin-right: 7.8125%; }
#productTop .productInner .topLink a div { margin-bottom: 15px; }
#productTop .productInner .topLink a dl { position: relative; padding-bottom: 17px; margin-bottom: 17px; }
#productTop .productInner .topLink a dl dt { font-size: 1.5rem; }
#productTop .productInner .topLink a dl dt span { display: inline-block; }
#productTop .productInner .topLink a dl dd { font-size: 2.8rem; line-height: 3.2rem; }
#productTop .productInner .topLink a dl:after { position: absolute; left: 50%; bottom: 0; width: 40px; height: 2px; background-color: #f79c19; content: ""; margin-left: -20px; }

@media screen and (min-width: 769px) {
	#productTop .productInner .topMain div a { -webkit-transition: 0.2s ease; transition: 0.2s ease; }
	#productTop .productInner .topMain div a:hover { background-color: #333333; color: #ffffff; }
	#productTop .productInner .topLink a { -webkit-transition: 0.2s ease; transition: 0.2s ease; }
	#productTop .productInner .topLink a:hover { background-color: rgba(255,255,255,0.55); }
}

@media screen and (max-width: 1000px) {
	#productTop { height: auto; background-position: center top; background-size: 1200px 860px; }
	#productTop .productInner { width: 95%; height: auto; }
}

@media screen and (max-width: 960px) {
	#productTop { background-position: right top; }
	#productTop .productInner .topLink a p br { display: none; }
}
@media screen and (max-width: 640px) {
	#productTop .productInner { width: 90.625%; }
	#productTop .productInner .topMain { margin-bottom: 60px; }
	#productTop .productInner .topMain .mainTItle { width: 206px; height: 32px; margin-top: 40px; margin-bottom: 25px; }
	#productTop .productInner .topMain p { font-size: 1.6rem; line-height: 2.6rem; margin-bottom: 22px; }
	#productTop .productInner .topMain div { width: 200px; font-size: 1.6rem; }
	#productTop .productInner .topMain div a { padding: 10px; }
	#productTop .productInner .topLink { width: 93.10344827586207%; margin-right: auto; margin-left: auto; }
	#productTop .productInner .topLink a { float: none; width: 100%; text-align: center; padding-bottom: 54px; }
	#productTop .productInner .topLink a:not(:last-child) { margin-right: 0; }
	#productTop .productInner .topLink a div { margin-bottom: 5px; }
	#productTop .productInner .topLink a dl { padding-bottom: 14px; margin-bottom: 15px; }
	#productTop .productInner .topLink a dl dt br { display: none; }
}



/* Cincom / Miyano / MC20 Index
========================================================= */

/* Product Index Main
------------------------------------------ */

#productIndexMain .mainImg { color: #ffffff; text-align: center; padding-top: 60px; padding-bottom: 70px; }
#productIndexMain .mainImg .mainTitle { font-size: 1.6rem; line-height: 3.3rem; margin-bottom: 17px; }
#productIndexMain .mainImg .mainTitle span { display: block; font-size: 4.8rem; line-height: 5rem; }
#productIndexMain .mainImg .mainCopy { font-size: 2rem; line-height: 3rem; }
#productIndexMain .mainImg .mainCopy span { display: inline-block; }
#productIndexMain .mainTxt { display: table; width: 960px; margin-top: -50px; margin-right: auto; margin-left: auto; }
#productIndexMain .mainTxt div { display: table-cell; vertical-align: top; }
#productIndexMain .mainTxt p { display: table-cell; line-height: 3.3rem; vertical-align: top; padding-top: 90px; }
	body.cgpCincom #productIndexMain { margin-bottom: 25px; }
#productIndexMain .mainImg { background: url(../images/index_main.jpg) no-repeat center -60px,url(../images/index_main_bg.gif) repeat-x left top; }
	body.cgpCincom #productIndexMain .mainTxt div { width: 33.33333333333333%; padding-right: 4.16666666666667%; }
	body.cgpMiyano #productIndexMain { margin-bottom: 50px; }
	body.cgpMiyano #productIndexMain .mainImg { background: url(../images/index_main.jpg) no-repeat center -35px,url(/chinese/product/images/index_main_bg.gif) repeat-x left top; }
	body.cgpMiyano #productIndexMain .mainTxt div { width: 37.5%; padding-left: 4.16666666666667%; }
	body.cgpMc20 #productIndexMain .mainImg { background: url(../images/index_main.jpg) no-repeat center center,url(/chinese/product/images/index_main_bg.gif) repeat-x left top; }

@media screen and (max-width: 1000px) {
	#productIndexMain .mainImg { padding-top: 6.4%; padding-bottom: 6.6%; }
	#productIndexMain .mainTxt { width: 95%; margin-top: 25px; }
	#productIndexMain .mainTxt p { vertical-align: middle; padding-top: 0; }
	#productIndexMain .mainTxt p br { display: none; }
		body.cgpCincom #productIndexMain .mainImg,
		body.cgpMiyano #productIndexMain .mainImg,
		body.cgpMc20 #productIndexMain .mainImg { background-position: center top; background-size: cover; }
}

@media screen and (max-width: 640px) {
	#productIndexMain .mainImg { padding: 4.6875% 4.6875% 5%; }
	#productIndexMain .mainImg .mainTitle { font-size: 1.4rem; line-height: 2.4rem; margin-bottom: 5px; }
	#productIndexMain .mainImg .mainTitle span { font-size: 3.6rem; line-height: 4.2rem; }
	#productIndexMain .mainImg .mainCopy { font-size: 1.5rem; line-height: 2.4rem; }
	#productIndexMain .mainImg .mainCopy span { display: block; }
	#productIndexMain .mainTxt { display: block; width: 90.625%; }
	#productIndexMain .mainTxt div { display: none; }
	#productIndexMain .mainTxt p { display: block; font-size: 1.4rem; line-height: 2.4rem; padding-top: 0; }
		body.cgpCincom #productIndexMain,
		body.cgpMiyano #productIndexMain { margin-bottom: 30px; }
}


/* Product Index Catalog
------------------------------------------ */

.catalogTitle { font-size: 2.5rem; line-height: 2.8rem; margin-bottom: 15px; }
.catalogWrap .catalogBtn { display: none; }
.catalogWrap .catalogBlock .catalogCategory { display: none; }

.catalogList1 { display: table; width: 100%; }
.catalogList1 .listMenu { display: table-row; background-color: #464646; line-height: 1.8rem; color: #ffffff; text-align: center; white-space: nowrap; }
.catalogList1 .listMenu dt { display: table-cell; vertical-align: middle; }
.catalogList1 .listMenu dd { display: table-cell; border-left: solid 1px #cccccc; vertical-align: middle; }
.catalogList1.listColumn5 .listMenu dt { width: 37.5%; padding: 0.9375% 0.41666666666667% 0.52083333333333%; }
.catalogList1.listColumn5 .listMenu dd { width: 15.625%; padding: 0.9375% 0.41666666666667% 0.52083333333333%; }
.catalogList1.listColumn6 .listMenu dt { width: 36.45833333333333%; padding: 0.9375% 0.41666666666667% 0.52083333333333%; }
.catalogList1.listColumn6 .listMenu dd { width: 12.70833333333333%; padding: 0.9375% 0.41666666666667% 0.52083333333333%; }
.catalogList1 a { display: table-row; color: #333333; text-decoration: none; }
.catalogList1 a:nth-child(odd) { background-color: #e5e5e5; }
.catalogList1 a:nth-child(even) { background-color: #efefef; }
.catalogList1 a div { display: table-cell; vertical-align: top; }
.catalogList1.listColumn5 a div { width: 37.5%; }
.catalogList1.listColumn6 a div { width: 36.45833333333333%; }
.catalogList1 a div dl { display: table; width: 100%; }
.catalogList1 a div dl dt { display: table-cell; box-sizing: border-box; vertical-align: middle; }
.catalogList1.listColumn5 a div dl dt { width: 36.94444444444444%; padding: 3.88888888888889%; }
.catalogList1.listColumn6 a div dl dt { width: 38%; padding: 4%; }
.catalogList1 a div dl dd { display: table-cell; box-sizing: border-box; color: #333399; vertical-align: middle; padding-right: 20px; }
.catalogList1.listColumn5 a div dl dd { width: 63.05555555555556%; }
.catalogList1.listColumn6 a div dl dd { width: 62%; }
.catalogList1 a dl:not(:first-child) { display: table-cell; box-sizing: border-box; border-left: solid 1px #cccccc; vertical-align: middle; }
.catalogList1.listColumn5 a dl:not(:first-child) { width: 15.625%; }
.catalogList1.listColumn6 a dl:not(:first-child) { width: 12.70833333333333%; }
.catalogList1 a dl:not(:first-child) dt { display: none; }
.catalogList1 a dl:not(:first-child) dd span { display: block; }
.catalogList1.listColumn5 a dl:not(:first-child) dd { padding: 13.33333333333333%; }
.catalogList1.listColumn6 a dl:not(:first-child) dd { padding: 16.39344262295082%; }
	.cgpMiyano .catalogList1 { margin-bottom: 20px; }

.catalogList2 { display: table; width: 100%; }
.catalogList2 a { display: table-row; color: #333333; text-decoration: none; }
.catalogList2 a:nth-child(odd) { background-color: #efefef; }
.catalogList2 a:nth-child(even) { background-color: #e5e5e5; }
.catalogList2 a:hover { background-color: #f8f8f8; }
.catalogList2 a div { display: table-cell; width: 37.5%; vertical-align: top; }
.catalogList2 a div dl { display: table; width: 100%; }
.catalogList2 a div dl dt { display: table-cell; width: 36.94444444444444%; box-sizing: border-box; vertical-align: middle; padding: 3.88888888888889%; }
.catalogList2 a div dl dd { display: table-cell; width: 63.05555555555556%; box-sizing: border-box; color: #333399; vertical-align: middle; padding-right: 20px; }
.catalogList2 a p { display: table-cell; vertical-align: middle; padding-right: 20px; }

@media screen and (min-width: 641px) {
	.catalogWrap .catalogBlock { display: block !important; }
}

@media screen and (min-width: 769px) {
	.catalogList1 a:hover { background-color: #f8f8f8; }
}

@media screen and (max-width: 960px) {
	.catalogList1 .listMenu { font-size: 1.3rem; }
	.catalogList1.listColumn5 a div dl dt { padding: 2.76923076923077%; }
	.catalogList1.listColumn6 a div dl dt { padding: 3%; }
	.catalogList1 a div dl dd { padding-right: 10px; }
	.catalogList1 a dl:not(:first-child) { font-size: 1.3rem; line-height: 2.2rem; }
	.catalogList1.listColumn5 a dl:not(:first-child) dd { padding: 9.85915492957746%; }
	.catalogList1.listColumn6 a dl:not(:first-child) dd { padding: 12%; }
	
	.catalogList2 a p { font-size: 1.3rem; line-height: 2.2rem; }
}

@media screen and (max-width: 768px) {
	.catalogList1 .listMenu { font-size: 1.2rem; }
	.catalogList1 a div dl dd { font-size: 1.3rem; line-height: 2.2rem; }
	.catalogList1 a dl:not(:first-child) { font-size: 1.2rem; line-height: 1.8rem; }
	
	.catalogList2 a div dl dd { font-size: 1.3rem; line-height: 2.2rem; }
	.catalogList2 a p { font-size: 1.2rem; line-height: 1.8rem; }
}

@media screen and (max-width: 640px) {
	.catalogTitle { display: none; }
	.catalogWrap .catalogBtn { position: relative; display: block; border: solid 1px #464646; font-size: 1.6rem; line-height: 2.2rem; font-weight: 700; padding: 8px 29px 8px 9px; margin-bottom: 10px; }
	.catalogWrap .catalogBtn:before { position: absolute; top: 18px; right: 9px; display: block; width: 12px; height: 2px; background-color: #464646; content: ""; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
	.catalogWrap .catalogBtn:after { position: absolute; top: 13px; right: 14px; display: block; width: 2px; height: 12px; background-color: #464646; content: ""; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
	.catalogWrap.active .catalogBtn:before { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
	.catalogWrap.active .catalogBtn:after { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
	.catalogWrap .catalogBlock { display: none; }
	.catalogWrap .catalogBlock .catalogCategory { display: block; border-bottom: solid 1px #dddddd; font-size: 1.2rem; line-height: 1.2rem; font-weight: 700; padding-bottom: 9px; margin-bottom: 15px; }
	.catalogWrap .catalogBlock .catalogCategory:nth-child(1) { padding-top: 5px; }
	
	.catalogList1 { overflow: hidden; display: block; }
	.catalogList1 .listMenu { display: none; }
	.catalogList1 a { display: inline-block; vertical-align: top; margin-bottom: 30px; }
	.catalogList1.listColumn5 a,
	.catalogList1.listColumn6 a { width: 44.02758620689655%; }
	.catalogList1 a:nth-child(odd) { background: none; margin-left: 10.3448275862069%; }
	.catalogList1 a:nth-child(even) { background: none; }
	.catalogList1 a div { display: block; }
	.catalogList1.listColumn5 a div,
	.catalogList1.listColumn6 a div { width: 100%; }
	.catalogList1 a div dl { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.catalogList1 a div dl dt { display: block; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
	.catalogList1.listColumn5 a div dl dt,
	.catalogList1.listColumn6 a div dl dt { width: 100%; padding: 10px 0; }
	.catalogList1 a div dl dt img { display: block; width: 85%; margin-right: auto; margin-left: auto; }
	.catalogList1 a div dl dd { display: block; background-color: #464646; color: #ffffff; padding: 5px 6.15384615384615% 3px; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
	.catalogList1.listColumn5 a div dl dd,
	.catalogList1.listColumn6 a div dl dd { width: 100%; }
	.catalogList1 a dl:not(:first-child) { display: block; border-left: none; }
	.catalogList1.listColumn5 a dl:not(:first-child),
	.catalogList1.listColumn6 a dl:not(:first-child) { width: 100%; }
	.catalogList1 a dl:not(:first-child) dt { display: block; background-color: #eeeeee; padding: 2.30769230769231% 7.69230769230769% 1.53846153846154%; }
	.catalogList1.listColumn5 a dl:not(:first-child) dd,
	.catalogList1.listColumn6 a dl:not(:first-child) dd { padding: 4.61538461538462% 7.69230769230769% 3.84615384615385%; }
	.catalogList1 a dl:not(:first-child) dd br { display: none; }
		.cgpMiyano .catalogList1 { margin-bottom: 0; }
	
	.catalogList2 { overflow: hidden; display: block; }
	.catalogList2 a { display: inline-block; width: 44.82758620689655%; vertical-align: top; margin-bottom: 30px; }
	.catalogList2 a div { display: block; width: 100%; }
	.catalogList2 a:nth-child(odd) { background: none; }
	.catalogList2 a:nth-child(even) { background: none; margin-left: 10.3448275862069%; }
	.catalogList2 a div dl { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
	.catalogList2 a div dl dt { display: block; width: 100%; padding: 10px 0 13px; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
	.catalogList2 a div dl dt img { display: block; width: 85%; margin-right: auto; margin-left: auto; }
	.catalogList2 a div dl dd { display: block; width: 100%; background-color: #464646; color: #ffffff; padding: 5px 6.15384615384615% 3px; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
	.catalogList2 a div dl dd br { display: none; }
	.catalogList2 a p { display: block; padding-right: 0; }
}



/* Cincom / Miyano / MC20 Details
========================================================= */

/* Product Main
------------------------------------------ */

#productMain { background-color: #f0f0f0; padding-top: 40px; padding-bottom: 40px; margin-bottom: 40px; }
#productMain .mainInner { overflow: hidden; width: 960px; margin-right: auto; margin-left: auto; }
#productMain .mainInner .mainImg { float: left; width: 46.875%; }
#productMain .mainInner .mainImg div { background: url(../images/product_light.gif) no-repeat left top; background-size: cover; }
#productMain .mainInner .mainImg ul { overflow: hidden; }
#productMain .mainInner .mainImg ul li { position: relative; float: left; width: 23.33333333333333%; cursor: pointer; margin-top: 10px; }
#productMain .mainInner .mainImg ul li:not(:nth-child(4n+4)) { margin-right: 2.22222222222222%; }
#productMain .mainInner .mainImg ul li:before { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; box-sizing: border-box; border: solid 1px #c4c4c4; content: ""; }
#productMain .mainInner .mainImg ul li img { position: relative; }
#productMain .mainInner .mainTxt { float: right; width: 46.875%; }
#productMain .mainInner .mainTxt .txtTitle { margin-bottom: 28px; }
#productMain .mainInner .mainTxt .txtTitle div { font-size: 1.8rem; line-height: 2.4rem; padding-bottom: 8px; }
#productMain .mainInner .mainTxt .txtTitle .titleName { font-family: "Arial"; font-size: 3.2rem; line-height: 3.2rem; }
#productMain .mainInner .mainTxt .txtTitle .titleName .nameSize1 { display: inline; font-size: 4.8rem; line-height: 4.8rem; }
#productMain .mainInner .mainTxt .txtTitle .titleName .nameSize2 { font-size: 3.8rem; line-height: 3.8rem; }
#productMain .mainInner .mainTxt .txtCopy { font-size: 2.2rem; line-height: 3.1rem; font-weight: 700; margin-bottom: 14px; }
#productMain .mainInner .mainTxt .txtCopy span { display: inline-block; }
#productMain .mainInner .mainTxt .txtLead { font-size: 1.4rem; line-height: 2.4rem; margin-bottom: 28px; }
#productMain .mainInner .mainTxt .txtList { font-size: 1.4rem; font-weight: 700; margin-bottom: 35px; }
#productMain .mainInner .mainTxt .txtList li { position: relative; padding-left: 20px; }
#productMain .mainInner .mainTxt .txtList li:not(:last-child) { margin-bottom: 10px; }
#productMain .mainInner .mainTxt .txtList li:before { position: absolute; top: 7px; left: 2px; display: block; width: 9px; height: 9px; background-color: #c4c4c4; border-radius: 5px; content: ""; }
#productMain .mainInner .mainTxt .txtBtn { overflow: hidden; font-size: 2rem; }
#productMain .mainInner .mainTxt .txtBtn a { display: block; color: #ffffff; text-decoration: none; }
#productMain .mainInner .mainTxt .txtBtn a:nth-child(1) { float: left; }
#productMain .mainInner .mainTxt .txtBtn a:nth-child(2) { float: right; }
#productMain .mainInner .mainTxt .txtBtn .btnCatalog { width: 66.66666666666667%; background-color: #f79c19; box-sizing: border-box; text-align: center; padding: 19px 10px 17px; }
#productMain .mainInner .mainTxt .txtBtn .btnCatalog span { background: url(../images/icon_down3.svg) no-repeat left center; background-size: 25px 22px; padding-left: 40px; }
#productMain .mainInner .mainTxt .txtBtn .btnMovie { width: 31.11111111111111%; background-color: #333333; box-sizing: border-box; text-align: center; padding: 19px 10px 17px; }
#productMain .mainInner .mainTxt .txtBtn .btnMovie span { position: relative; padding-left: 32px; }
#productMain .mainInner .mainTxt .txtBtn .btnMovie span:before { position: absolute; top: 0; left: 0; display: block; width: 24px; height: 24px; box-sizing: border-box; border: solid 2px #ffffff; border-radius: 12px; content: ""; }
#productMain .mainInner .mainTxt .txtBtn .btnMovie span:after { position: absolute; top: 7px; left: 9px; display: block; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 8px; border-color: transparent transparent transparent #ffffff; content: ""; }

@media screen and (min-width: 769px) {
	#productMain .mainInner .mainTxt .txtBtn a { -webkit-transition: 0.3s ease; transition: 0.3s ease; }
	#productMain .mainInner .mainTxt .txtBtn a:hover { opacity: 0.4; }
}

@media screen and (max-width: 1000px) {
	#productMain .mainInner { width: 95%; }
	#productMain .mainInner .mainImg { width: 48%; }
	#productMain .mainInner .mainTxt { width: 48%; }
	#productMain .mainInner .mainTxt .txtTitle { margin-bottom: 22px; }
	#productMain .mainInner .mainTxt .txtTitle div { font-size: 1.6rem; line-height: 2.2rem; }
	#productMain .mainInner .mainTxt .txtTitle .titleName { font-size: 2.2rem; line-height: 2.2rem; font-weight: 700; }
	#productMain .mainInner .mainTxt .txtTitle .titleName .nameSize1 { font-size: 3.2rem; line-height: 3.2rem; }
	#productMain .mainInner .mainTxt .txtTitle .titleName .nameSize2 { font-size: 2.6rem; line-height: 2.6rem; }
	#productMain .mainInner .mainTxt .txtCopy { font-size: 1.6rem; line-height: 2.6rem; margin-bottom: 8px; }
	#productMain .mainInner .mainTxt .txtLead { font-size: 1.4rem; line-height: 2.4rem; margin-bottom: 18px; }
	#productMain .mainInner .mainTxt .txtList { margin-bottom: 25px; }
	#productMain .mainInner .mainTxt .txtList li { padding-left: 15px; }
	#productMain .mainInner .mainTxt .txtList li:before { top: 9px; left: 0; width: 7px; height: 7px; border-radius: 4px; }
	#productMain .mainInner .mainTxt .txtBtn { font-size: 1.8rem; line-height: 2rem; }
	#productMain .mainInner .mainTxt .txtBtn a { display: block; color: #ffffff; text-decoration: none; }
	#productMain .mainInner .mainTxt .txtBtn a:nth-child(1) { float: none; }
	#productMain .mainInner .mainTxt .txtBtn a:nth-child(2) { float: none; margin-top: 10px; }
	#productMain .mainInner .mainTxt .txtBtn .btnCatalog { width: 100%; padding: 15px 8px }
	#productMain .mainInner .mainTxt .txtBtn .btnCatalog span { background-size: 20px 18px; padding-left: 30px; }
	#productMain .mainInner .mainTxt .txtBtn .btnMovie { width: 100%; padding: 15px 8px }
	#productMain .mainInner .mainTxt .txtBtn .btnMovie span { padding-left: 30px; }
	#productMain .mainInner .mainTxt .txtBtn .btnMovie span:before { width: 20px; height: 20px; border-radius: 10px; }
	#productMain .mainInner .mainTxt .txtBtn .btnMovie span:after { top: 6px; left: 8px; border-width: 4px 0 4px 6px; }
}

@media screen and (max-width: 640px) {
	#productMain { padding-top: 20px; padding-bottom: 30px; margin-bottom: 25px; }
	#productMain .mainInner { width: 90.625%; }
	#productMain .mainInner .mainImg { float: none; width: 100%; }
	#productMain .mainInner .mainImg ul { margin-bottom: 50px; }
	#productMain .mainInner .mainTxt { float: none; width: 100%; }
}


/* Product List
------------------------------------------ */

.cincomList { margin-bottom: 60px; }
.cincomList .listTable .tableType1 { width: 100%; font-size: 1.3rem; line-height: 1.8rem; }
.cincomList .listTable .tableType1 tr th,
.cincomList .listTable .tableType1 tr td { border: solid 1px #cccccc; vertical-align: middle; padding: 4px 4px 3px; }
.cincomList .listTable .tableType1 tr th { background-color: #eeeeee; }
.cincomList .listTable .tableType1 tr:first-child td { background-color: #777777; color: #ffffff; }
.cincomList .listTable .tableType2 { width: 100%; font-size: 1.3rem; line-height: 1.8rem; }
.cincomList .listTable .tableType2 tr th,
.cincomList .listTable .tableType2 tr td { border: solid 1px #cccccc; vertical-align: middle; padding: 4px 4px 3px; }
.cincomList .listTable .tableType2 tr:first-child th,
.cincomList .listTable .tableType2 tr:first-child td { background-color: #777777; color: #ffffff; padding: 4px 4px 3px; }

.miyanoList { margin-bottom: 60px; }
.miyanoList .listTable .tableType1 { width: 100%; }
.miyanoList .listTable .tableType1 tr th,
.miyanoList .listTable .tableType1 tr td { border: solid 1px #cccccc; vertical-align: middle; padding: 4px 4px 3px; }
.miyanoList .listTable .tableType1 tr:first-child th,
.miyanoList .listTable .tableType1 tr:first-child td { background-color: #777777; color: #ffffff; padding: 4px 4px 3px; }
.miyanoList .listTable .tableType1 .mlName { background-color: #eeeeee; text-align: left; }

.mc20List { margin-bottom: 60px; }
.mc20List .listTable .tableType1 { width: 100%; font-size: 1.3rem; line-height: 1.8rem; }
.mc20List .listTable .tableType1 tr th,
.mc20List .listTable .tableType1 tr td { border: solid 1px #cccccc; vertical-align: middle; padding: 4px 4px 3px; }
.mc20List .listTable .tableType1 tr th { background-color: #eeeeee; }
.mc20List .listTable .tableType1 tr:first-child td { background-color: #777777; color: #ffffff; }

.listData { display: none; }

.listNotes { margin-top: 15px; }
.listNotes dl { display: table; }
.listNotes dl:not(:last-child) { margin-bottom: 8px; }
.listNotes dl dt { display: table-cell; white-space: nowrap; padding-right: 5px; }
.listNotes dl dd { display: table-cell; }

@media screen and (max-width: 960px) {
	.cincomList .listTable .tableType1,
	.cincomList .listTable .tableType2,
	.mc20List .listTable .tableType1 { font-size: 1.2rem; }
}

@media screen and (max-width: 640px) {
	.cincomList,
	.miyanoList,
	.mc20List { margin-bottom: 70px; }
	
	.listTable { display: none; }
	.listData { display: block; }
	.listData .dataBlock { margin-bottom: 7px; }
	.listData .dataBlock .blockName { position: relative; background-color: #333333; font-size: 1.3rem; line-height: 3rem; color: #ffffff; font-weight: 700; padding: 5px 10px; margin-bottom: 10px; }
	.listData .dataBlock .blockName:before { position: absolute; top: 18px; right: 10px; display: block; width: 12px; height: 2px; background-color: #ffffff; content: ""; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
	.listData .dataBlock .blockName:after { position: absolute; top: 13px; right: 15px; display: block; width: 2px; height: 12px; background-color: #ffffff; content: ""; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
	.listData .dataBlock.active .blockName:before { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
	.listData .dataBlock.active .blockName:after { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
	.listData .dataBlock .blockArea { display: none; }
	.listData .dataBlock .blockArea dl { font-size: 1.2rem; line-height: 1.8rem; }
	.listData .dataBlock .blockArea dl dt { background-color: #eeeeee; padding: 5px 10px 4px; }
	.listData .dataBlock .blockArea dl dd { padding: 6px 10px 10px; }
	.listData .dataBlock .blockArea dl dd span { display: inline-block; }
	.listData .dataBlock .blockArea .blockTitle1 {  border: solid 1px #666666; font-size: 1.2rem; line-height: 1.8rem; font-weight: 700; padding: 5px 10px 4px; margin-bottom: 10px; }
	.listData .dataBlock .blockArea .blockTitle2 { background-color: #666666; font-size: 1.2rem; line-height: 1.8rem; color: #ffffff; padding: 5px 10px 4px; margin-bottom: 10px; }
	.listNotes { font-size: 1.2rem; line-height: 1.8rem; }
	.listNotes dl:not(:last-child) { margin-bottom: 5px; }
}



/* 製品開発コンセプト
========================================================= */

.conceptLead { width: 960px; margin-right: auto; margin-bottom: 50px; margin-left: auto; }
.conceptLead p { text-align: center; }
.conceptLead p span { display: inline-block; }

.conceptIllust { width: 760px; margin-right: auto; margin-left: auto; }
.conceptIllust img:nth-child(2) { display: none; }

.conceptColor { overflow: hidden; color: #ffffff; padding-top: 70px; }
.conceptColor .colorBlock { position: relative; }
.conceptColor .colorBlock:before { position: absolute; top: 0; left: 0; width: 120%; height: 80%; -webkit-transform-origin: center center; transform-origin: center center; margin-right: -10%; margin-left: -10%; z-index: -1; content: ""; }
.conceptColor .colorBlock:nth-child(odd):before { -webkit-transform: rotate(-4deg); transform: rotate(-4deg); }
.conceptColor .colorBlock:nth-child(even):before { -webkit-transform: rotate(4deg); transform: rotate(4deg); }
.conceptColor .colorBlock.blockType1:before { background-color: #00a4d3; }
.conceptColor .colorBlock.blockType2:before { background-color: #72bb53; }
.conceptColor .colorBlock.blockType3:before { background-color: #fd9d13; }
.conceptColor .colorBlock.blockType4:before { background-color: #9c29b7; }
.conceptColor .colorBlock.blockType5:before { background-color: #ffffff; }
.conceptColor .colorBlock.blockType1 { padding-top: 50px; padding-bottom: 450px; }
.conceptColor .colorBlock.blockType2 { padding-top: 50px; padding-bottom: 450px; margin-top: -400px; }
.conceptColor .colorBlock.blockType3 { padding-top: 50px; padding-bottom: 450px; margin-top: -400px; }
.conceptColor .colorBlock.blockType4 { padding-top: 50px; padding-bottom: 470px; margin-top: -400px; }
.conceptColor .colorBlock.blockType5 { padding-top: 0; padding-bottom: 270px; margin-top: -420px; margin-bottom: -225px; }
.conceptColor .colorBlock .blockInner { display: table; width: 1200px; margin-right: auto; margin-left: auto; }
.conceptColor .colorBlock .blockImg { display: table-cell; width: 570px; vertical-align: middle; }
.conceptColor .colorBlock .blockTxt { display: table-cell; width: 460px; vertical-align: middle; }
.conceptColor .colorBlock:nth-child(odd) .blockTxt { padding-left: 60px; padding-right: 110px; }
.conceptColor .colorBlock:nth-child(even) .blockTxt { padding-left: 110px; padding-right: 60px; }
.conceptColor .colorBlock .blockTxt .txtTitle { font-size: 4.5rem; line-height: 5rem; margin-bottom: 22px; }
.conceptColor .colorBlock .blockTxt .txtLogo { width: 327px; margin-bottom: 22px; }
.conceptColor .colorBlock .blockTxt .txtLead { font-size: 2.4rem; line-height: 3.4rem; margin-bottom: 16px; }
.conceptColor .colorBlock .blockTxt a { display: block; width: 230px; box-sizing: border-box; border: solid 1px #ffffff; font-size: 1.8rem; line-height: 2.8rem; color: #ffffff; text-align: center; text-decoration: none; padding: 8px 10px 7px; margin-top: 23px; }

@media screen and (min-width: 768px) {
	.conceptColor .colorBlock .blockTxt a { -webkit-transition: 0.2s ease; transition: 0.2s ease; }
	.conceptColor .colorBlock .blockTxt a:hover { background-color: #ffffff; color: #333333; }
}

@media screen and (min-width: 2000px) {
	.conceptColor { width: 2000px; box-shadow: 0px 0px 30px 30px #ffffff inset; padding-top: 120px; padding-bottom: 60px; margin: -60px auto -60px; }
}

@media screen and (max-width: 1200px) {
	.conceptColor { width: 100%; }
	.conceptColor .colorBlock:nth-child(odd):before,
	.conceptColor .colorBlock:nth-child(even):before { display: none; }
	.conceptColor .colorBlock.blockType1 { background-color: #00a4d3; padding-top: 4.16666666666667%; padding-bottom: 4.16666666666667%; }
	.conceptColor .colorBlock.blockType2 { background-color: #72bb53; padding-top: 4.16666666666667%; padding-bottom: 4.16666666666667%; margin-top: 0; }
	.conceptColor .colorBlock.blockType3 { background-color: #fd9d13; padding-top: 4.16666666666667%; padding-bottom: 4.16666666666667%; margin-top: 0; }
	.conceptColor .colorBlock.blockType4 { background-color: #9c29b7; padding-top: 4.16666666666667%; padding-bottom: 4.16666666666667%; margin-top: 0; margin-bottom: 80px; }
	.conceptColor .colorBlock.blockType5 { display: none; }
	.conceptColor .colorBlock .blockInner { width: 95%; }
	.conceptColor .colorBlock:nth-child(odd) .blockTxt { padding-left: 30px; padding-right: 0; }
	.conceptColor .colorBlock:nth-child(even) .blockTxt { padding-left: 0; padding-right: 30px; }
}

@media screen and (max-width: 1000px) {
	.conceptLead { width: 95%; }
	.conceptLead br { display: none; }
	.conceptLead p { text-align: left; }
	
	.conceptColor .colorBlock .blockTxt .txtTitle { font-size: 4rem; line-height: 4.6rem; margin-bottom: 15px; }
	.conceptColor .colorBlock .blockTxt .txtLogo { width: 100%; margin-bottom: 15px; }
	.conceptColor .colorBlock .blockTxt .txtLead { font-size: 1.8rem; line-height: 2.8rem; margin-bottom: 10px; }
}

@media screen and (max-width: 800px) {
	.conceptIllust { width: 95%; }
}

@media screen and (max-width: 640px) {
	.conceptLead { width: 90.625%; margin-bottom: 35px; }
	.conceptLead p { text-align: left; }
	
	.conceptIllust { width: 290px; margin-bottom: 50px; }
	.conceptIllust img:nth-child(1) { display: none; }
	.conceptIllust img:nth-child(2) { display: block; }
	
	.conceptColor { padding-top: 0; }
	.conceptColor .colorBlock.blockType1,
	.conceptColor .colorBlock.blockType2,
	.conceptColor .colorBlock.blockType3,
	.conceptColor .colorBlock.blockType4 { padding-top: 30px; padding-bottom: 30px; }
	.conceptColor .colorBlock .blockInner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 90.625%; }
	.conceptColor .colorBlock .blockImg { display: block; width: 85%; margin-right: auto; margin-bottom: 10px; margin-left: auto; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
	.conceptColor .colorBlock .blockTxt { display: block; width: 100%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
	.conceptColor .colorBlock:nth-child(odd) .blockTxt { padding-left: 0; }
	.conceptColor .colorBlock:nth-child(even) .blockTxt { padding-right: 0; }
	.conceptColor .colorBlock .blockTxt .txtTitle { font-size: 3.6rem; line-height: 4rem; margin-bottom: 17px; }
	.conceptColor .colorBlock .blockTxt .txtLogo { width: 82%; margin-bottom: 17px; }
	.conceptColor .colorBlock .blockTxt .txtLead { margin-bottom: 17px; }
	.conceptColor .colorBlock .blockTxt a { font-size: 1.6rem; line-height: 2.3rem; margin-right: auto; margin-left: auto; }
}



/* 製品マトリックス
========================================================= */

.matrixData { width: 100%; margin-bottom: 20px; }
.matrixData th,
.matrixData td { border: solid 1px #cccccc; text-align: center; vertical-align: middle; }
.matrixData th { background-color: #eeeeee; font-size: 1.2rem; line-height: 1.6rem; padding: 5px 10px 4px; }
.matrixData th.dataName { background-color: #464646; font-size: 1.6rem; line-height: 2.4rem; color: #ffffff; }
.matrixData td { font-size: 1.1rem; line-height: 1.4rem; padding: 5px 5px 4px; }
.matrixData td.dataNull { border: none; padding: 15px 0; }

.matrixBtn { display: none; }

.matrixClose a { display: block; width: 300px; background-color: #333333; font-size: 1.6rem; line-height: 2.6rem; color: #ffffff; text-align: center; text-decoration: none; padding: 10px 15px; margin-right: auto; margin-left: auto; }

@media screen and (max-width: 1000px) {
	.matrixData th { font-size: 1rem; line-height: 1.4rem; padding: 4px 4px 3px; }
	.matrixData th.dataName { font-size: 1.4rem; line-height: 2.4rem; }
	.matrixData td { font-size: 1rem; line-height: 1.2rem; padding: 4px 4px 3px; }
}

@media screen and (max-width: 640px) {
	.matrixData { display: none; }
	
	.matrixBtn { display: block; margin-bottom: 20px; }
	.matrixBtn a { position: relative; display: block; background-color: #333333; line-height: 2rem; color: #ffffff; text-decoration: none; padding: 12px 40px 12px 15px; }
	.matrixBtn a:before { position: absolute; top: 14px; right: 14px; display: block; width: 8px; height: 10px; border: solid 1px #ffffff; content: ""; }
	.matrixBtn a:after { position: absolute; top: 22px; right: 20px; display: block; width: 6px; height: 6px; border-bottom: solid 1px #ffffff; border-left: solid 1px #ffffff; content: ""; }
	.matrixBtn a:not(:last-child) { margin-bottom: 15px; }
}



/* alkapplysolution
========================================================= */

.alkapplyLead { font-size: 1.6rem; line-height: 3.2rem; text-align: center; margin-bottom: 55px; }
.alkapplyTitle1 { font-size: 2.8rem; line-height: 4rem; margin-bottom: 20px; }
.alkapplyTitle2 { background-color: #464646; color: #ffffff; font-size: 1.4rem; line-height: 2.4rem; font-weight: 700; padding: 2px 10px; }

.alkapplyMap { margin-bottom: 75px; }

.alkapplyElement1 { overflow: hidden; margin-bottom: 15px; }
.alkapplyElement1 .elementList { width: 46.875%; }
.alkapplyElement1 .elementList:nth-child(1) { float: left; }
.alkapplyElement1 .elementList:nth-child(2) { float: right; }
.alkapplyElement1 .elementList .listTitle { margin-bottom: 20px; }
.alkapplyElement1 .elementList .listTitle img:nth-child(2) { display: none; }
.alkapplyElement1 .elementList .listBlock { margin-bottom: 35px; }
.alkapplyElement1 .elementList .listBlock a:not(:last-child),
.alkapplyElement1 .elementList .listBlock dl:not(:last-child) { margin-bottom: 35px; }
.alkapplyElement1 .elementList .listBlock a { display: block; color: #333333; text-decoration: none; }
.alkapplyElement1 .elementList .listBlock dl { display: table; width: 100%; }
.alkapplyElement1 .elementList .listBlock dl dt { display: table-cell; width: 65px; vertical-align: top; }
.alkapplyElement1 .elementList .listBlock dl dd { display: table-cell; padding-left: 15px; vertical-align: top; }
.alkapplyElement1 .elementList .listBlock dl dd div { font-size: 1.5rem; font-weight: 700; }
.alkapplyElement1 .elementList .listBlock dl dd p { line-height: 2rem; }

.alkapplyElement2 { background-color: #f5f5f5; padding: 30px; }
.alkapplyElement2 dl { display: table; width: 100%; }
.alkapplyElement2 dl:not(:last-child) { margin-bottom: 30px; }
.alkapplyElement2 dt { display: table-cell; width: 65px; vertical-align: top; }
.alkapplyElement2 dd { display: table-cell; vertical-align: top; padding-left: 20px; }
.alkapplyElement2 dd div { font-size: 1.5rem; font-weight: 700; }
.alkapplyElement2 dd p { line-height: 2rem; }

@media screen and (min-width: 769px) {
	.alkapplyElement1 .elementList .listBlock a { -webkit-transition: 0.2s ease; transition: 0.2s ease; }
	.alkapplyElement1 .elementList .listBlock a:hover { opacity: 0.5; }
}

@media screen and (max-width: 1000px) {
	.alkapplyLead { text-align: left; }
	.alkapplyLead br { display: none; }
	
	.alkapplyElement1 .elementList .listBlock dl dd p br { display: none; }
}

@media screen and (max-width: 640px) {
	.alkapplyLead { font-size: 1.4rem; line-height: 2.4rem; margin-bottom: 25px; }
	.alkapplyTitle1 { font-size: 1.8rem; line-height: 2.6rem; margin-bottom: 15px; }
	
	.alkapplyMap { margin-bottom: 45px; }
	
	.alkapplyElement1 { margin-bottom: 10px; }
	.alkapplyElement1 .elementList { width: 100%; }
	.alkapplyElement1 .elementList:nth-child(1),
	.alkapplyElement1 .elementList:nth-child(2) { float: none; }
	.alkapplyElement1 .elementList .listTitle img:nth-child(1) { display: none; }
	.alkapplyElement1 .elementList .listTitle img:nth-child(2) { display: block; }
	.alkapplyElement1 .elementList .listBlock a:not(:last-child),
	.alkapplyElement1 .elementList .listBlock dl:not(:last-child) { margin-bottom: 25px; }
	.alkapplyElement1 .elementList .listBlock dl dd { padding-left: 10px; }
	.alkapplyElement1 .elementList .listBlock dl dd div { line-height: 1.8rem; margin-bottom: 2px; }
	.alkapplyElement1 .elementList .listBlock dl dd p { line-height: 2.2rem; }
	
	.alkapplyElement2 { padding: 15px; }
	.alkapplyElement2 dl:not(:last-child) { margin-bottom: 20px; }
	.alkapplyElement2 dd { padding-left: 10px; }
}
