﻿@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: 140px; background: url(/cms/cmj/english/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-family: Verdana; 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 { width: 100%; max-width: 960px; margin: 0 auto; padding-top: 30px; padding-bottom: 45px; display: flex; flex-wrap: wrap; gap: 30px 0; }
#productBottom .productCategory > * { inline-size: calc((100%) / 3); box-sizing: border-box; }
#productBottom .productCategory .categoryInfo { box-sizing: border-box; color: #333333; text-decoration: none; padding-top: 7px; padding-right: 10px; }
#productBottom .productCategory .categoryInfo p { line-height: 3rem; margin-bottom: 20px; }
#productBottom .productCategory .categoryInfo div { border: solid 3px #000000; line-height: 1.8rem; text-align: center; padding: 8px 10px; }
#productBottom .productCategory .categoryLink { box-sizing: border-box; border-left: solid 1px #cccccc; color: #333333; text-align: center; vertical-align: top; text-decoration: none; padding-right: 7px; padding-left: 7px; }
#productBottom .productCategory .categoryLink:nth-child(3n+1) { border-left: 0; }
#productBottom .productCategory .categoryLink .categoryInner .categoryName { font-size: 1.5rem; line-height: 1.5; font-weight: 700; }
#productBottom .productCategory .categoryLink .categoryInner .categoryImg { width: 65px; height: 65px; margin: 13px auto 16px; }
#productBottom .productCategory .categoryLink .categoryInner p { line-height: 1.5; }
#productBottom .productCategory .categoryLink .categoryInner p span { display: inline-block; }
#productBottom .productBanner { overflow: hidden; width: 960px; margin-right: auto; margin-left: auto; }
#productBottom .productBanner div { width: 47.91666666666667%; }
#productBottom .productBanner div:nth-child(1) { float: left; }
#productBottom .productBanner div:nth-child(2) { float: right; }
#productBottom .productBanner2 { max-width: 580px; width: 90.56%; margin: 60px auto 30px; }
#productBottom .productBanner2 a { transition: .25s; display: block; }
#productBottom .productBanner2 a:hover { opacity: .5; }

	body.cgpIndex #productBottom { border-top: none; }
	body.cgpIndex #productBottom .productCategory { padding-top: 60px; }

@media screen and (min-width: 769px) {
	#productBottom .productCategory .categoryInfo div { -webkit-transition: 0.3s ease; transition: 0.3s ease; }
	#productBottom .productCategory .categoryInfo:hover div { background-color: #000000; color: #ffffff; }
	#productBottom .productCategory .categoryLink div { -webkit-transition: 0.3s ease; transition: 0.3s ease; }
	#productBottom .productCategory .categoryLink:hover div { opacity: 0.5; }
	#productBottom .productBanner a { -webkit-transition: 0.3s ease; transition: 0.3s ease; }
	#productBottom .productBanner a:hover { opacity: 0.5; }
	#productBottom .productBanner a { -webkit-transition: 0.3s ease; transition: 0.3s ease; }
	#productBottom .productBanner a:hover { opacity: 0.4; }
}

@media screen and (max-width: 1000px) {
	#productBottom .productCategory { width: 95%; }
	#productBottom .productCategory a .categoryInner .categoryName br { display: block; }
	#productBottom .productBanner { width: 95%; }
}

@media screen and (max-width: 960px) {
	#productBottom .productCategory .categoryInfo p { line-height: 2.4rem; }
	#productBottom .productCategory .categoryInfo div { font-size: 1.3rem; }
	#productBottom .productCategory .categoryLink { padding-right: 12px; padding-left: 12px; }
	#productBottom .productCategory .categoryLink .categoryInner .categoryName { font-size: 1.5rem; line-height: 2.2rem; }
	#productBottom .productCategory .categoryLink .categoryInner p { font-size: 1.1rem; line-height: 1.31; }
	#productBottom .productCategory .categoryLink .categoryInner p span { display: inline; }
}

@media screen and (max-width: 767px) {
	#productBottom { border-top: none; margin-bottom: 100px; }
	#productBottom .productCategory { overflow: hidden; padding-bottom: 40px; gap: 40px 0; }
	#productBottom .productCategory .categoryInfo { position: relative; width: 50%; padding-top: 41px; padding-bottom: 40px; }
	#productBottom .productCategory .categoryLink { width: 50%; position: relative; }
	#productBottom .productCategory .categoryLink:nth-child(3n+1) { border-left: solid 1px #cccccc; }
	#productBottom .productCategory .categoryLink:nth-child(odd) { border-left: none; }
	
	#productBottom .productCategory .categoryLink .categoryInner .categoryName { font-size: 1.8rem; }
	#productBottom .productCategory .categoryLink .categoryInner p { font-size: 1.4rem; }
	#productBottom .productCategory .categoryLink .categoryInner p span { display: inline-block; }
}

@media screen and (max-width: 640px) {
	#productBottom .productCategory { width: 90.625%; padding-top: 0; }
	#productBottom .productCategory .categoryInfo p { display: none; }
	#productBottom .productCategory .categoryInfo div { border: none; font-weight: 700; padding-top: 0; padding-bottom: 0; }
	#productBottom .productCategory .categoryLink:nth-child(odd),
	#productBottom .productCategory .categoryLink:nth-child(even) { border-color: #cccccc; }
	#productBottom .productCategory .categoryLink:nth-child(n+3):before { background-color: #cccccc; }
	#productBottom .productCategory .categoryLink .categoryInner .categoryName { font-size: 1.3rem; line-height: 1.8rem; }
	#productBottom .productCategory .categoryLink .categoryInner .categoryImg { margin-top: 7px; margin-bottom: 0; }
	#productBottom .productCategory .categoryLink .categoryInner p { display: none; }
	#productBottom .productBanner { width: 90.625%; }
	#productBottom .productBanner div { width: 100%; }
	#productBottom .productBanner div:nth-child(1) { float: none; margin-bottom: 20px; }
	#productBottom .productBanner div:nth-child(2) { float: none; }
	#productBottom .productBanner2 { margin: 0 auto 30px; }
		body.cgpIndex #productBottom .productCategory { padding-top: 0; }
}

@media screen and (max-width: 414px) {
	#productBottom .productCategory a .categoryInner .categoryName { font-size: 1.2rem; }
}





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
【 製品情報 TOP 】
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

#productTop { overflow: hidden; width: 100%; background: url(/cms/cmj/english/product/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: 82px; }
#productTop .productInner .topMain .mainTItle { display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; width: 282px; height: 44px; background: url(/cms/cmj/english/product/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: 340px; 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: #222222; 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: 80%; 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: 60px; }
#productIndexMain .mainImg .mainTitle { font-size: 1.6rem; line-height: 3.3rem; margin-bottom: 14px; }
#productIndexMain .mainImg .mainTitle span.mainTitleCincom { display: block; height: 50px; margin-inline: auto; aspect-ratio: 1233/337; min-width: 0; margin-top: 10px; }
#productIndexMain .mainImg .mainTitle span.mainTitleMiyano { display: block; height: 50px; margin-inline: auto; aspect-ratio: 1290/330; min-width: 0; margin-top: 10px; }
#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; }
	body.cgpCincom #productIndexMain .mainImg { background: url(/cms/cmj/english/product/cincom/images/index_main.jpg) no-repeat center -60px,url(/cms/cmj/english/product/images/index_main_bg.gif) repeat-x left top; padding-top: 48px; padding-bottom: 52px; }
	body.cgpCincom #productIndexMain .mainTxt div { width: calc( 320 / 960 * 100% ); padding-right: calc( 40 / 960 * 100% ); }
	body.cgpMiyano #productIndexMain { margin-bottom: 25px; }
	body.cgpMiyano #productIndexMain .mainImg { background: url(/cms/cmj/english/product/miyano/images/index_main.jpg) no-repeat center -35px,url(/cms/cmj/english/product/images/index_main_bg.gif) repeat-x left top; padding-top: 60px; padding-bottom: 70px; }
	body.cgpMiyano #productIndexMain .mainTxt div { width: calc( 360 / 960 * 100% ); padding-left: calc( 40 / 960 * 100% ); }
	body.cgpMc20 #productIndexMain { margin-bottom: 50px; }
	body.cgpMc20 #productIndexMain .mainImg { background: url(/cms/cmj/english/product/mc20/images/index_main.jpg) no-repeat center center,url(/cms/cmj/english/product/images/index_main_bg.gif) repeat-x left top; padding-top: 48px; padding-bottom: 52px; }
	body.cgpMc20 #productIndexMain .mainTxt div { width: calc( 360 / 960 * 100% ); padding-right: calc( 40 / 960 * 100% ); }

/* IE11用で上記幅修正の際はこちらも */
@media all and (-ms-high-contrast:none),(-ms-high-contrast: active) {
	body.cgpCincom #productIndexMain .mainTxt div { width: 33.33333333333333%; }
	body.cgpMiyano #productIndexMain .mainTxt div { width: 37.5%; }
	body.cgpMc20 #productIndexMain .mainTxt div { width: 37.5%; }
}

@media screen and (max-width: 1000px) {
	#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; padding-top: calc( 64 / 1000 * 100% ); padding-bottom: calc( 66 / 1000 * 100% ); }
}

@media screen and (max-width: 640px) {
	#productIndexMain .mainImg .mainTitle { font-size: 1.4rem; line-height: 2.4rem; margin-bottom: 5px; }
	#productIndexMain .mainImg .mainTitle span.mainTitleCincom { height: 35px; margin-bottom: 10px; }
	#productIndexMain .mainImg .mainTitle span.mainTitleMiyano { height: 35px; margin-bottom: 10px; }
	#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; }
		body.cgpCincom #productIndexMain .mainImg,
		body.cgpMiyano #productIndexMain .mainImg,
		body.cgpMc20 #productIndexMain .mainImg { padding: calc( 15 / 320 * 100% ) calc( 15 / 320 * 100% ) calc( 16 / 320 * 100% ); }
}



/* ――――――――――――――――――――――――――――――
［ Product Index Catalog ］
―――――――――――――――――――――――――――――― */

/* catalogTitle
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ */

.catalogTitle { font-size: 2.5rem; line-height: 2.8rem; margin-bottom: 15px; }

@media screen and (max-width: 640px) {
	.catalogTitle { display: none; }
}



/* catalogWrap
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ */

.catalogWrap .catalogBtn { display: none; }
.catalogWrap .catalogBlock .catalogCategory { display: none; }

@media screen and (min-width: 641px) {
	.catalogWrap .catalogBlock { display: block !important; }
}

@media screen and (max-width: 640px) {
	.catalogWrap .catalogBtn { position: relative; display: block; border: solid 1px #464646; font-size: 1.5rem; 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
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ */

.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; width: calc( 360 / 960 * 100% ); vertical-align: middle; padding: calc( 9 / 960 * 100% ) calc( 4 / 960 * 100% ) calc( 8 / 960 * 100% ); }
.catalogList1 .listMenu dd { display: table-cell; border-left: solid 1px #cccccc; vertical-align: middle; padding: calc( 9 / 960 * 100% ) calc( 4 / 960 * 100% ) calc( 8 / 960 * 100% ); }
.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; width: calc( 360 / 960 * 100% ); vertical-align: top; }
.catalogList1 a div dl { display: table; width: 100%; }
.catalogList1 a div dl dt { display: table-cell; width: calc( 135 / 360 * 100% ); box-sizing: border-box; vertical-align: middle; padding: calc( 15 / 360 * 100% ); }
.catalogList1 a div dl dd { display: table-cell; width: calc( 225 / 360 * 100% ); box-sizing: border-box; color: #333399; vertical-align: middle; padding-right: calc( 20 / 360 * 100% ); }
.catalogList1 a dl:not(:first-child) { display: table-cell; box-sizing: border-box; border-left: solid 1px #cccccc; vertical-align: middle; }
.catalogList1 a dl:not(:first-child) dt { display: none; }
.catalogList1 a dl:not(:first-child) dd { font-feature-settings: "palt"; }
.catalogList1 a dl:not(:first-child) dd span { display: block; }
	.cgpMiyano .catalogList1 { margin-bottom: 20px; }
	.catalogList1.listColumn5 .listMenu dd { width: calc( 150 / 960 * 100% ); }
	.catalogList1.listColumn5 a dl:not(:first-child) { width: calc( 150 / 960 * 100% ); }
	.catalogList1.listColumn5 a dl:not(:first-child) dd { padding: calc( 20 / 150 * 100% ); }
	.catalogList1.listColumn6 .listMenu dd { width: calc( 120 / 960 * 100% ); }
	.catalogList1.listColumn6 a dl:not(:first-child) { width: calc( 120 / 960 * 100% ); }
	.catalogList1.listColumn6 a dl:not(:first-child) dd { padding: calc( 20 / 120 * 100% ) calc( 10 / 120 * 100% ); }

/* IE11用で上記幅修正の際はこちらも */
@media all and (-ms-high-contrast:none),(-ms-high-contrast: active) {
	.catalogList1 .listMenu dt { width: 37.5%; }
	.catalogList1 a div { width: 37.5%; }
	.catalogList1 a div dl dt { width: 37.5%; }
	.catalogList1 a div dl dd { width: 62.5%; }
		.catalogList1.listColumn5 .listMenu dd { width: 15.625%; }
		.catalogList1.listColumn5 a dl:not(:first-child) { width: 15.625%; }
		.catalogList1.listColumn6 .listMenu dd { width: 12.5%; }
		.catalogList1.listColumn6 a dl:not(:first-child) { width: 12.5%; }
}

@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 a dl:not(:first-child) { 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; }
}

@media screen and (max-width: 640px) {
	.catalogList1 { display: flex; flex-wrap: wrap; gap: clamp(20px,calc(3.77vw + 6px),30px); }
	.catalogList1 .listMenu { display: none; }
	.catalogList1 a { inline-size: calc((100% - clamp(20px,calc(3.77vw + 6px),30px)) / 2); background: none; }
	.catalogList1 a:nth-child(odd) { background: none; }
	.catalogList1 a:nth-child(even) { background: none; }
	.catalogList1 a div { display: block; 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; width: 100%; padding: calc( 10 / 130 * 100% ) 0; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
	.catalogList1 a div dl dt img { display: block; width: 85%; margin-right: auto; margin-left: auto; }
	.catalogList1 a div dl dd { display: block; width: 100%; background-color: #464646; color: #ffffff; padding: calc( 5 / 130 * 100% ) calc( 8 / 130 * 100% ) calc( 3 / 130 * 100% ); -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
	.catalogList1 a dl:not(:first-child) { display: block; border-left: none; }
	.catalogList1 a dl:not(:first-child) dt { display: block; background-color: #eeeeee; padding: calc( 3 / 130 * 100% ) calc( 10 / 130 * 100% ) calc( 2 / 130 * 100% ); }
	.catalogList1 a dl:not(:first-child) dd br { display: none; }
	.cgpMiyano .catalogList1 { margin-bottom: 0; }
	.catalogList1.listColumn5 a dl:not(:first-child),
	.catalogList1.listColumn6 a dl:not(:first-child) { width: 100%; }
	.catalogList1.listColumn5 a dl:not(:first-child) dd,
	.catalogList1.listColumn6 a dl:not(:first-child) dd { padding: calc( 6 / 130 * 100% ) calc( 10 / 130 * 100% ) calc( 5 / 130 * 100% ); }
	.catalogList1 + .catalogCategory { margin-top: 30px; }
}



/* catalogList2
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ */

.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: calc( 360 / 960 * 100% ); vertical-align: top; }
.catalogList2 a div dl { display: table; width: 100%; }
.catalogList2 a div dl dt { display: table-cell; width: calc( 135 / 360 * 100% ); box-sizing: border-box; vertical-align: middle; padding: calc( 15 / 360 * 100% ); }
.catalogList2 a div dl dd { display: table-cell; width: calc( 225 / 360 * 100% ); box-sizing: border-box; color: #333399; vertical-align: middle; font-feature-settings: "palt"; padding-right: calc( 20 / 360 * 100% ); }
.catalogList2 a p { display: table-cell; vertical-align: middle; padding-right: calc( 20 / 960 * 100% ); }

@media screen and (max-width: 960px) {
	.catalogList2 a p { font-size: 1.3rem; line-height: 2.2rem; }
}

@media screen and (max-width: 768px) {
	.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) {
	.catalogList2 { overflow: hidden; display: block; }
	.catalogList2 a { display: inline-block; width: calc( 130 / 290 * 100% ); 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: calc( 30 / 290 * 100% ); }
	.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: calc( 10 / 130 * 100% ) 0; -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: calc( 5 / 130 * 100% ) calc( 8 / 130 * 100% ) calc( 3 / 130 * 100% ); -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(/cms/cmj/common/share/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 .productLfvBanner { float: right; width: 30%; }
#productMain .mainInner .mainTxt .productEBMBanner { width: 100%; }
#productMain .mainInner .mainTxt .productEBMBanner a { width: 30%; margin: 0 5% 20px 10%; display: inline-block; } 
#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-family: Verdana; 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: #222222; box-sizing: border-box; text-align: center; padding: 19px 10px 17px; }
#productMain .mainInner .mainTxt .txtBtn .btnCatalog span { background: url(/cms/cmj/common/share/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 .productLfvBanner { float: none; width: 30%; margin-bottom: 50px; }
	#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: 20px; }
	#productMain .mainInner .mainTxt .productLfvBanner { float: none; margin-top: 0; margin-bottom: 50px; }
	#productMain .mainInner .mainTxt { float: none; width: 100%; }
}






/*new*/

#productMain { background-color: #f0f0f0; padding-block: 40px; margin-bottom: 40px; }
#productMain .productMachine { max-width: 960px; width: 95%; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 110px auto 1fr; gap: 0px 60px; margin-inline: auto; }

#productMain .productMachineImg { grid-area: 1 / 1 / 3 / 2; }

#productMain .productMachineTitle { grid-area: 1 / 2 / 2 / 3; align-self: start; margin-bottom: 10px; }
#productMain .productMachineTitleLabel { font-size: 1.8rem; line-height: 2.4rem; }
#productMain .productMachineTitleName { position: relative; display: flex; gap: 0px 10px; flex-wrap: wrap; align-items: flex-end; margin-top: 10px; }
#productMain .productMachineTitleNameLogo { height: 50px; }
#productMain .productMachineTitleNameLogo img { object-fit: contain; height: 100%; }
#productMain .productMachineTitleNameSub { font-size: 2rem; line-height: 1.5; width: 100%; margin-top: 7px; margin-left: -.5em; }

#productMain .productMachineTxt { grid-area: 2 / 2 / 3 / 3; align-self: start; }
#productMain .productMachineTitle:has(.productMachineTitleNameSub) + .productMachineTxt { margin-top: 30px; }
#productMain .productMachineTxt .machineTxtCopy { font-size: 2.2rem; line-height: 3.1rem; font-weight: 700; margin-bottom: 14px; }
#productMain .productMachineTxt .machineTxtLead { font-size: 1.4rem; line-height: 2.4rem; margin-bottom: 28px; }
#productMain .productMachineTxt .machineTxtList { font-size: 1.4rem; }
#productMain .productMachineTxt .machineTxtList div { padding-left: 1.2em; position: relative; }
#productMain .productMachineTxt .machineTxtList div::before { position: absolute; top: .5em; left: 2px; display: block; width: .65em; aspect-ratio: 1/1; min-width: 0; background-color: #c4c4c4; border-radius: 100%; content: ""; }
#productMain .productMachineTxt .machineTxtList div + div { margin-top: 10px; }
#productMain .productMachineSlide { grid-area: 3 / 1 / 4 / 2; margin-top: 30px; }
#productMain .productMachineSlide .slideList { display: flex; flex-wrap: wrap; gap: 10px; }
#productMain .productMachineSlide .slideList li { position: relative; inline-size: calc((100% - 30px) / 4); }
#productMain .productMachineSlide .slideList li:before { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; box-sizing: border-box; border: solid 1px #c4c4c4; content: ""; pointer-events: none; }
#productMain .productMachineSlide .slideList .productPhoto { display: block; }

#productMain .productMachineInfo { grid-area: 3 / 2 / 4 / 3; margin-top: 30px; }
#productMain .productMachineInfo .machineInfoLogo { display: flex; flex-wrap: wrap; gap: 15px 30px; }
#productMain .productMachineInfo .machineInfoLogoLFV { height: 50px; aspect-ratio: 1226/614; min-width: 0; }
#productMain .productMachineInfo .machineInfoLogoEBM { height: 50px; aspect-ratio: 1882/510; min-width: 0; }
#productMain .productMachineInfo .machineInfoLogo a { display: block; }
#productMain .productMachineInfo .machineInfoBtn { display: flex; flex-wrap: wrap; gap: 10px 20px; }
#productMain .productMachineInfo .machineInfoLogo + .machineInfoBtn { margin-top: 40px; }
#productMain .productMachineInfo .machineInfoBtn a { display: block; color: #ffffff; text-decoration: none; font-size: 2rem; box-sizing: border-box; text-align: center; padding: 19px 10px 17px; }
#productMain .productMachineInfo .machineInfoBtn a.btnCatalog { background-color: #222; inline-size: calc((65% - 10px)); }
#productMain .productMachineInfo .machineInfoBtn a.btnCatalog span { background: url(/cms/cmj/common/share/icon_down3.svg) no-repeat left center; background-size: 25px 22px; padding-left: 40px; }
#productMain .productMachineInfo .machineInfoBtn a.btnMovie { background-color: #444; inline-size: calc((35% - 10px)); }
#productMain .productMachineInfo .machineInfoBtn a.btnMovie span { position: relative; background-size: 25px 22px; padding-left: 40px; }

#productMain .productMachineInfo .machineInfoBtn a.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 .productMachineInfo .machineInfoBtn a.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 (hover: hover) {
	#productMain .productMachineInfo .machineInfoBtn a { -webkit-transition: 0.2s ease; transition: 0.2s ease; }
	#productMain .productMachineInfo .machineInfoBtn a:hover { opacity: 0.4; }
}


@media screen and (max-width: 1000px) {
	#productMain .machineTitleLabel { font-size: 1.6rem; line-height: 2.2rem; }
	#productMain .productMachineTxt .machineTxtCopy { font-size: 1.6rem; line-height: 2.6rem; margin-bottom: 8px; }
	#productMain .productMachineInfo .machineInfoLogoLFV { height: 40px; }
	#productMain .productMachineInfo .machineInfoLogoEBM { height: 40px; }
	#productMain .productMachineInfo .machineInfoBtn a.btnCatalog,
	#productMain .productMachineInfo .machineInfoBtn a.btnMovie { width: 100%; padding: 15px 8px; font-size: 1.8rem; line-height: 2rem; }
	#productMain .productMachineInfo .machineInfoBtn a.btnCatalog span { background-size: 20px 18px; padding-left: 30px; }
	#productMain .productMachineInfo .machineInfoBtn a.btnMovie span { padding-left: 30px; }
	#productMain .productMachineInfo .machineInfoBtn a.btnMovie span:before { width: 20px; height: 20px; border-radius: 10px; }
	#productMain .productMachineInfo .machineInfoBtn a.btnMovie span:after { top: 6px; left: 8px; border-width: 4px 0 4px 6px; }
}

@media screen and (max-width: 640px) {
	#productMain .productMachine { width: 90.625%; grid-template-columns: 1fr; gap: 0px 60px; }
	
	#productMain .productMachineImg { grid-area: auto; order: 2; }
	#productMain .productMachineTitle { grid-area: auto; align-self: start; margin-bottom: 10px; order: 1; }
	#productMain .productMachineTxt { grid-area: auto; align-self: start; order: 4; margin-top: 30px; }
    #productMain .productMachineTitle:has(.productMachineTitleNameSub) + .productMachineTxt { margin-top: 0px; }
	#productMain .productMachineSlide { grid-area: auto; margin-top: 30px; order: 3; }
	#productMain .productMachineInfo { grid-area: auto; margin-top: 30px; order: 5; }
	
	#productMain .mainInner .mainImg { float: none; width: 100%; }
	#productMain .mainInner .mainImg ul { margin-bottom: 20px; }
	#productMain .mainInner .mainTxt .productLfvBanner { float: none; margin-top: 0; margin-bottom: 50px; }
	#productMain .mainInner .mainTxt { float: none; width: 100%; }
}










/* ――――――――――――――――――――――――――――――
［ Product List ］
―――――――――――――――――――――――――――――― */

/* cincomList
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ */

.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 th span { color: #808080; }
.cincomList .listTable .tableType1 tr:first-child th,
.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 th { background-color: #eeeeee; }
.cincomList .listTable .tableType2 tr:first-child th,
.cincomList .listTable .tableType2 tr:first-child td { background-color: #777777; color: #ffffff; padding: 4px 4px 3px; }

@media screen and (max-width: 960px) {
	.cincomList .listTable .tableType1,
	.cincomList .listTable .tableType2 { font-size: 1.2rem; }
}

@media screen and (max-width: 640px) {
	.cincomList { margin-bottom: 70px; }
}



/* miyanoList
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ */

.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 th { background-color: #eeeeee; }
.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; }

@media screen and (max-width: 640px) {
	.miyanoList { margin-bottom: 70px; }
}



/* mc20List
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ */

.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 th,
.mc20List .listTable .tableType1 tr:first-child td { background-color: #777777; color: #ffffff; }

@media screen and (max-width: 960px) {
	.mc20List .listTable .tableType1 { font-size: 1.2rem; }
}

@media screen and (max-width: 640px) {
	.mc20List { margin-bottom: 70px; }
}



/* listTable / listData
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ */

.listData { display: none; }

@media screen and (max-width: 640px) {
	.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 dt span { color: #808080 }
	.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
－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－ */

.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: 640px) {
	.listNotes { font-size: 1.2rem; line-height: 1.8rem; }
	.listNotes dl:not(:last-child) { margin-bottom: 5px; }
}





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
【 製品開発コンセプト 】
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ――――――――――――――――――――――――――――――
［ conceptLead ］
―――――――――――――――――――――――――――――― */

.conceptLead { width: 960px; margin-right: auto; margin-bottom: 50px; margin-left: auto; }
.conceptLead p { text-align: center; }
.conceptLead p span { display: inline-block; }

@media screen and (max-width: 1000px) {
	.conceptLead { width: 95%; }
	.conceptLead br { display: none; }
	.conceptLead p { text-align: left; }
}

@media screen and (max-width: 640px) {
	.conceptLead { width: 90.625%; margin-bottom: 35px; }
	.conceptLead p { text-align: left; }
}



.conceptVisual { max-width: 960px; margin-inline: auto; padding: 0 20px; }
.conceptVisualImg { max-width: 700px; width: 70%; margin: 40px auto 50px; }
.conceptVisualLabel { text-align: center; font-weight: 700; font-size: 3.2rem; line-height: 1.5; }
.conceptVisualTxt { font-size: 2rem; line-height: 1.71; max-width: 700px; margin-inline: auto; }
.conceptFlow { display: grid; grid-template-columns: repeat(6, 1fr); gap: 40px; margin-top: 40px; padding: 0 20px; }
.conceptFlowItem { position: relative; list-style: none; margin: 0; padding: 0; }
.conceptFlowItem:not(:first-child):not(:last-child)::before { position: absolute; content: ""; inset: 20% auto auto -25px; height: 1em; aspect-ratio: cos(30deg); clip-path: polygon(0 0,100% 50%,0 100%); object-fit: cover; background: #006ea2; }
.conceptFlowItem:last-child::before { position: absolute; content: ""; inset: 18% auto auto -28px; border-radius: 100%; width: 18px; aspect-ratio: 1/1; min-width: 0; background: url(/cms/cmj/product/concept/images/acce_plus.svg) no-repeat center/contain; }
.conceptFlowCap { text-align: center; margin-top: 10px; }
.conceptContent { background: #ccc; padding: 80px 20px; margin: 90px auto 60px; }
.conceptContentInner { max-width: 960px; margin-inline: auto; }
.conceptContentWrap1 { display: flex; flex-wrap: wrap; gap: 30px; }
.conceptContentWrap1 .conceptContentItem { inline-size: calc((100% - 30px) / 2); }
.conceptContentWrap2 { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 60px; }
.conceptContentWrap2 .conceptContentItem { inline-size: calc((100% - 60px) / 3); }
.conceptContentItem { position: relative; background: linear-gradient(to bottom,#ccc 0%,#ccc 25%,#fff 25%,#fff 100%); display: flex; flex-wrap: wrap; flex-direction: column; padding-bottom: 20px; }
.conceptContentLogo { margin-inline: auto; }
.mcCincom .conceptContentLogo { aspect-ratio: 1232/337; min-width: 0; height: 60px; }
.mcMiyano .conceptContentLogo { aspect-ratio: 1290/330; min-width: 0; height: 60px; }
.mcFA .conceptContentLogo { aspect-ratio: 1646/292; min-width: 0; height: 30px; }
.mcLFV .conceptContentLogo { aspect-ratio: 2600/296; min-width: 0; height: 30px; }
.mcAlka .conceptContentLogo { aspect-ratio: 2269/346; min-width: 0; height: 30px; }
.conceptContentImg { width: 65%; margin-inline: auto; margin-top: 20px; }
.conceptContentLead { font-weight: 700; text-align: center; font-size: 1.7rem; line-height: 1.5; padding: 0 20px; margin-top: 20px; }
.conceptContentTxt { margin-top: 20px; padding: 0 20px; margin-bottom: 15px; }
.conceptContentBtn { margin-top: auto; text-align: center; }
.conceptContentBtn a { position: relative; color: #222; }
.conceptContentBtn a::before { position: absolute; content: ""; inset: 0 auto 0 -1.5em; margin: auto 0; height: .7em; aspect-ratio: 1; min-width: 0; border-top: 2px solid #222; border-right: 2px solid #222; transform: rotate(45deg); }


@media screen and (max-width: 1000px) {
	.conceptFlow { max-width: 500px; margin-inline: auto; grid-template-columns: repeat(3, 1fr); gap: 40px; }
	.conceptFlowItem:nth-child(3)::after { position: absolute; content: ""; inset: 20% -25px auto auto; height: 1em; aspect-ratio: cos(30deg); clip-path: polygon(0 0,100% 50%,0 100%); object-fit: cover; background: #006ea2; }
	.conceptContent { padding: 60px 15px; margin: 60px auto 40px; }
	.conceptContentWrap1 { display: flex; flex-wrap: wrap; gap: 15px; }
	.conceptContentWrap1 .conceptContentItem { inline-size: calc((100% - 15px) / 2); }
	.conceptContentWrap2 { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 60px; }
	.conceptContentWrap2 .conceptContentItem { inline-size: calc((100% - 30px) / 3); }
	.mcCincom .conceptContentLogo { height: clamp(40px,calc(2.78vw + 22px),50px); }
	.mcMiyano .conceptContentLogo { height: clamp(40px,calc(2.78vw + 22px),50px); }
	.mcFA .conceptContentLogo { height: clamp(20px,calc(2.78vw + 2px),30px); }
	.mcLFV .conceptContentLogo { height: clamp(20px,calc(2.78vw + 2px),30px); }
	.mcAlka .conceptContentLogo { height: clamp(20px,calc(2.78vw + 2px),30px); }
	.conceptContentLead { font-size: 1.6rem; padding: 0 10px; margin-top: 20px; }
	.conceptContentTxt { padding: 0 10px; }
}
@media screen and (max-width: 640px) {
	.conceptVisualLabel { font-size: 2.2rem; }
	.conceptVisualImg { margin: 20px auto 30px; width: 85%; }
	.conceptFlow { max-width: 300px; grid-template-columns: repeat(1, 1fr); gap: 40px; padding: 0 15px; margin-top: 20px; }
	.conceptFlowItem { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
	.conceptFlowItem:not(:first-child):not(:last-child)::before { inset: -28px auto auto 28px; transform: rotate(90deg); }
	.conceptFlowItem:last-child::before { inset: -30px auto auto 26px; }
	.conceptFlowItem:nth-child(3)::after { display: none; }
	.conceptFlowImg { width: 70px; }
	.conceptFlowCap { margin-top: 0; }
	.conceptVisualTxt { font-size: 1.6rem; }
	.conceptContent { padding: 60px 15px; margin: 60px auto 40px; }
	.conceptContentInner { max-width: 500px; margin-inline: auto; }
	.conceptContentWrap1 { gap: 60px; }
	.conceptContentWrap1 .conceptContentItem { inline-size: 100%; }
	.conceptContentWrap2 { gap: 60px; margin-top: 60px; }
	.conceptContentWrap2 .conceptContentItem { inline-size: 100%; }
	.mcCincom .conceptContentLogo { height: 50px; }
	.mcMiyano .conceptContentLogo { height: 50px; }
	.mcFA .conceptContentLogo { height: 35px; }
	.mcLFV .conceptContentLogo { height: 35px; }
	.mcAlka .conceptContentLogo { height: 35px; }
	.conceptContentImg { margin-top: 15px; max-width: 240px; }
	.conceptContentLead { font-size: 1.5rem; padding: 0 15px; margin-top: 15px; }
	.conceptContentTxt { padding: 0 15px; }
}



/* ――――――――――――――――――――――――――――――
［ conceptIllust ］
―――――――――――――――――――――――――――――― */

.conceptIllust { width: 760px; margin-right: auto; margin-left: auto; }
.conceptIllust img:nth-child(2) { display: none; }

@media screen and (max-width: 800px) {
	.conceptIllust { width: 95%; }
}

@media screen and (max-width: 640px) {
	.conceptIllust { width: 290px; margin-bottom: 50px; }
	.conceptIllust img:nth-child(1) { display: none; }
	.conceptIllust img:nth-child(2) { display: block; }
}



/* ――――――――――――――――――――――――――――――
［ conceptColor ］
―――――――――――――――――――――――――――――― */

.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: #4e4e4e; }
.conceptColor .colorBlock.blockType6: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: 50px; padding-bottom: 470px; margin-top: -400px; }
.conceptColor .colorBlock.blockType6 { 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: 47.5%; vertical-align: middle; }
.conceptColor .colorBlock.lfvBlock:nth-child(odd) .blockImg { padding-left: 3.33333333333333%; }
.conceptColor .colorBlock.lfvBlock:nth-child(even) .blockImg { padding-right: 3.33333333333333%; }
.conceptColor .colorBlock .blockTxt { display: table-cell; width: 52.5%; 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 .alkapplyLogo { width: 327px; margin-bottom: 22px; }
.conceptColor .colorBlock .blockTxt .lfvLogo { width: 405px; margin-bottom: 25px; }
.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; }
.conceptColor .colorBlock .blockTxt a span { position: relative; display: inline-block; padding-right: 18px; }
.conceptColor .colorBlock .blockTxt a span:before { position: absolute; top: 5px; right: 0; display: block; width: 7px; height: 10px; border: solid 1px #ffffff; content: ""; }
.conceptColor .colorBlock .blockTxt a span:after { position: absolute; top: 13px; right: 6px; display: block; width: 5px; height: 6px; border-bottom: solid 1px #ffffff; border-left: solid 1px #ffffff; content: ""; }

@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; }
	.conceptColor .colorBlock .blockTxt a span:before,
	.conceptColor .colorBlock .blockTxt a span:after { -webkit-transition: 0.2s ease; transition: 0.2s ease; }
	.conceptColor .colorBlock .blockTxt a:hover span:before,
	.conceptColor .colorBlock .blockTxt a:hover span:after { border-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; }
	.conceptColor .colorBlock.blockType5 { background-color: #4e4e4e; padding-top: 4.16666666666667%; padding-bottom: 4.16666666666667%; margin-top: 0; margin-bottom: 80px; }
	.conceptColor .colorBlock.blockType6 { 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) {
	.conceptColor .colorBlock.lfvBlock:nth-child(odd) .blockImg { padding-left: 0; }
	.conceptColor .colorBlock.lfvBlock:nth-child(even) .blockImg { padding-right: 0; }
	.conceptColor .colorBlock .blockTxt .txtTitle { font-size: 4rem; line-height: 4.6rem; margin-bottom: 15px; }
	.conceptColor .colorBlock .blockTxt .alkapplyLogo { width: 100%; margin-bottom: 15px; }
	.conceptColor .colorBlock .blockTxt .lfvLogo { width: 100%; margin-bottom: 20px; }
	.conceptColor .colorBlock .blockTxt .txtLead { font-size: 1.8rem; line-height: 2.8rem; margin-bottom: 10px; }
}

@media screen and (max-width: 640px) {
	.conceptColor { padding-top: 0; }
	.conceptColor .colorBlock.blockType1,
	.conceptColor .colorBlock.blockType2,
	.conceptColor .colorBlock.blockType3,
	.conceptColor .colorBlock.blockType4,
	.conceptColor .colorBlock.blockType5 { 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.lfvBlock .blockImg { margin-bottom: 30px; }
	.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 .alkapplyLogo { width: 82%; margin-bottom: 17px; }
	.conceptColor .colorBlock .blockTxt .lfvLogo { width: 85%; }
	.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; }
	.conceptColor .colorBlock .blockTxt a span:before { top: 4px; }
	.conceptColor .colorBlock .blockTxt a span:after { top: 12px; }
}





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
【 製品マトリックス 】
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ――――――――――――――――――――――――――――――
［ matrixData ］
―――――――――――――――――――――――――――――― */

.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; }

@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 ］
―――――――――――――――――――――――――――――― */

.matrixBtn { display: none; }

@media screen and (max-width: 640px) {
	.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; }
}



/* ――――――――――――――――――――――――――――――
［ matrixClose ］
―――――――――――――――――――――――――――――― */

.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; }





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
【 カタログダウンロード 】
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ――――――――――――――――――――――――――――――
［ downloadCaution ］
―――――――――――――――――――――――――――――― */

.downloadCaution { background: #eeeeee; padding: 20px; font-size: 1.3rem; line-height: 2.1rem; margin-bottom: 45px; }

@media screen and (max-width: 640px) {
	.downloadCaution { padding: 11px 15px 8px; font-size: 1.2rem; line-height: 2.2rem; margin-bottom: 25px; }
}



/* ――――――――――――――――――――――――――――――
［ downloadName ］
―――――――――――――――――――――――――――――― */

.downloadName { display: table; width: 100%; background-color: #464646; color: #ffffff; text-align: center; }
.downloadName dt { display: table-cell; width: 58.33333333333333%; box-sizing: border-box; vertical-align: middle; padding: 8px; }
.downloadName dd { display: table-cell; box-sizing: border-box; border-left: solid 1px #cccccc; vertical-align: middle; padding: 8px; }
.downloadName dd:nth-child(2) { width: 16.83333333333333%; }
.downloadName dd:nth-child(3) { width: 24.83333333333333%; }

@media screen and (max-width: 767px) {
	.downloadName dt { width: 54%; }
	.downloadName dd:nth-child(2) { width: 16%; }
	.downloadName dd:nth-child(3) { width: 30%; }
}

@media screen and (max-width: 640px) {
	.downloadName { display: none; }
}



/* ――――――――――――――――――――――――――――――
［ downloadWrap ］
―――――――――――――――――――――――――――――― */

.downloadWrap .downloadBtn { display: none; }

@media screen and (min-width: 641px) {
	.downloadWrap .downloadBlock { display: block !important; position: relative; }
}

@media screen and (max-width: 640px) {
	.downloadWrap .downloadBtn { position: relative; display: block; background-color: #333333; font-size: 1.5rem; line-height: 2rem; color: #ffffff; font-weight: 700; padding: 15px 29px 15px 9px; margin-bottom: 10px; }
	.downloadWrap .downloadBtn:before { position: absolute; top: 23px; right: 10px; display: block; width: 12px; height: 2px; background-color: #ffffff; content: ""; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
	.downloadWrap .downloadBtn:after { position: absolute; top: 18px; right: 15px; display: block; width: 2px; height: 12px; background-color: #ffffff; content: ""; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
	.downloadWrap.active .downloadBtn:before { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
	.downloadWrap.active .downloadBtn:after { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
	.downloadWrap .downloadBlock { display: none; }
	.downloadWrap .downloadBlock .commonTitle1 { display: none; }
}



/* ――――――――――――――――――――――――――――――
［ downloadList ］
―――――――――――――――――――――――――――――― */

.downloadList a { display: table; width: 100%; color: #333333; box-sizing: border-box; text-decoration: none; }
.downloadList a dl { display: table-row; }
.downloadList a dl dt { display: table-cell; box-sizing: border-box; vertical-align: middle; width: 10.9375%; padding: 1.5625%; }
.downloadList a dl dt img { box-sizing: border-box; border: solid 1px #dddddd; }
.downloadList a dl dd { display: table-cell; box-sizing: border-box; vertical-align: middle; }
.downloadList a dl dd:nth-child(2) { width: 47.39583333333333%; padding-right: 2.08333333333333%; }
.downloadList a dl dd:nth-child(3) { width: 16.83333333333333%; border-left: solid 1px #cccccc; text-align: center; padding: 2.08333333333333%; }
.downloadList a dl dd:nth-child(4) { width: 24.83333333333333%; border-left: solid 1px #cccccc; padding: 2.08333333333333%; }
.downloadList a dl dd:nth-child(4) div { background-color: #222222; font-size: 1.5rem; line-height: 2rem; text-align: center; padding: 12px 10px; }
.downloadList a dl dd:nth-child(4) div span { display: inline-block; background: url(/cms/cmj/common/share/icon_down3.svg) no-repeat left center; background-size: 19px 17px; vertical-align: top; color: #ffffff; padding-left: 30px; }
.downloadList a:nth-child(odd) { background-color: #e5e5e5; }
.downloadList a:nth-child(even) { background-color: #efefef; }

@media screen and (min-width: 769px) {
	.downloadList a { -webkit-transition: 0.3s ease; transition: 0.3s ease; }
	.downloadList a:hover { background-color: #f8f8f8; }
	.downloadList a dl dd:nth-child(4) div { -webkit-transition: 0.3s ease; transition: 0.3s ease; }
	.downloadList a:hover dl dd:nth-child(4) div { opacity: 0.4; }
}

@media screen and (max-width: 767px) {
	.downloadList a dl dt { width: 10%; }
	.downloadList a dl dd:nth-child(2) { width: 44%; }
	.downloadList a dl dd:nth-child(3) { width: 16%; }
	.downloadList a dl dd:nth-child(4) { width: 30%; }
}

@media screen and (max-width: 640px) {
	.downloadList { padding-bottom: 20px; }
	.downloadList a { display: block; padding: 3.44827586206897%; }
	.downloadList a dl { overflow: hidden; display: block; }
	.downloadList a dl dt { float: left; display: block; width: 30%; padding: 0; }
	.downloadList a dl dt img { box-sizing: border-box; border: solid 1px #dddddd; }
	.downloadList a dl dd { float: right; display: block; }
	.downloadList a dl dd:nth-child(2) { width: 64%; font-size: 1.6rem; font-weight: 700; margin-top: 5px; margin-bottom: 25px; }
	.downloadList a dl dd:nth-child(3) { width: 64%; border-left: none; text-align: left; padding: 0 0 30px 0; }
	.downloadList a dl dd:nth-child(4) { width: 64%; border-left: none; padding: 0; }
	.downloadList a dl dd:nth-child(4) div { background-color: #222222; font-size: 1.5rem; line-height: 2rem; text-align: center; padding: 8px 10px; }
}

@media screen and (max-width: 460px) {
	.downloadList a dl dt { width: 37.03703703703704%; }
	.downloadList a dl dd:nth-child(2) { width: 55.55555555555556%; font-size: 1.4rem; line-height: 2rem; margin-top: 0; margin-bottom: 10px; }
	.downloadList a dl dd:nth-child(3) { width: 55.55555555555556%; font-size: 1.2rem; line-height: 1.8rem; padding-bottom: 16px; }
	.downloadList a dl dd:nth-child(4) { width: 55.55555555555556%; }
}





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
【 alkapplysolution 】
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ――――――――――――――――――――――――――――――
［ alkapplyLead ］
―――――――――――――――――――――――――――――― */

.alkapplyLead { font-size: 1.6rem; line-height: 3.2rem; text-align: center; margin-bottom: 55px; }

@media screen and (max-width: 1000px) {
	.alkapplyLead { text-align: left; }
	.alkapplyLead br { display: none; }
}

@media screen and (max-width: 640px) {
	.alkapplyLead { font-size: 1.4rem; line-height: 2.4rem; margin-bottom: 25px; }
}



/* ――――――――――――――――――――――――――――――
［ alkapplyTitle ］
―――――――――――――――――――――――――――――― */

.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; }

@media screen and (max-width: 640px) {
	.alkapplyTitle1 { font-size: 1.8rem; line-height: 2.6rem; margin-bottom: 15px; }
}



/* ――――――――――――――――――――――――――――――
［ alkapplyMap ］
―――――――――――――――――――――――――――――― */

.alkapplyMap { margin-bottom: 75px; }

@media screen and (max-width: 640px) {
	.alkapplyMap { margin-bottom: 45px; }
}



/* ――――――――――――――――――――――――――――――
［ alkapplyElement ］
―――――――――――――――――――――――――――――― */

.alkapplyElement { overflow: hidden; margin-bottom: 15px; }
.alkapplyElement .elementList { width: 46.875%; }
.alkapplyElement .elementList:nth-child(1) { float: left; }
.alkapplyElement .elementList:nth-child(2) { float: right; }
.alkapplyElement .elementList .title { display: block; width: 100%; background-color: #191976; font-size: 1.3rem; line-height: 2.4rem; color: #ffffff; text-decoration: none; padding-left: 20px; margin-bottom: 20px; }
.alkapplyElement .elementList .listBlock { margin-bottom: 35px; }
.alkapplyElement .elementList .listBlock a:not(:last-child),
.alkapplyElement .elementList .listBlock dl:not(:last-child) { margin-bottom: 35px; }
.alkapplyElement .elementList .listBlock a { display: block; color: #0000cd; text-decoration: none; }
.alkapplyElement .elementList .listBlock a:hover { opacity: .5; }
.alkapplyElement .elementList .listBlock dl { display: table; width: 100%; }
.alkapplyElement .elementList .listBlock dl dt { display: table-cell; width: 65px; vertical-align: top; }
.alkapplyElement .elementList .listBlock dl dd { display: table-cell; padding-left: 15px; vertical-align: top; }
.alkapplyElement .elementList .listBlock dl dd div { font-size: 1.5rem; font-weight: 700; }
.alkapplyElement .elementList .listBlock dl dd p { line-height: 2rem; margin-bottom: 5px; }

@media screen and (min-width: 769px) {
	.alkapplyElement .elementList .title { width: 100%; }
	.alkapplyElement .elementList .listBlock a { -webkit-transition: 0.2s ease; transition: 0.2s ease; }
	.alkapplyElement .elementList .listBlock a:hover { opacity: 0.5; }
}

@media screen and (max-width: 1000px) {
	.alkapplyElement .elementList .listBlock dl dd p br { display: none; }
}

@media screen and (max-width: 640px) {
	.alkapplyElement { margin-bottom: 10px; }
	.alkapplyElement .elementList { width: 100%; }
	.alkapplyElement .elementList:nth-child(1),
	.alkapplyElement .elementList:nth-child(2) { float: none; }
	.alkapplyElement .elementList .title { width: 100%; font-size: 1.2rem; line-height: 2rem; padding: 5px 0 5px 10px; }
	.alkapplyElement .elementList .listBlock a:not(:last-child),
	.alkapplyElement .elementList .listBlock dl:not(:last-child) { margin-bottom: 25px; }
	.alkapplyElement .elementList .listBlock dl dd { padding-left: 10px; }
	.alkapplyElement .elementList .listBlock dl dd div { line-height: 1.8rem; margin-bottom: 2px; }
	.alkapplyElement .elementList .listBlock dl dd p { line-height: 2.2rem; }
}

