@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@100..700&family=Oswald:wght@200..700&display=swap');



/* mainimage
-----------------------------------------------------------------------------------*/
#mainimage {background: url("../img/mainimage-products.svg") bottom -45% right 15%/auto 85% no-repeat;}
#mainimage h2 span {background-image: url("../img/mainimage-title-copany.svg");}

@media screen and (max-width: 897px) {
	#mainimage {background-position: bottom 5px right 5%;}
}

@media screen and (max-width: 480px) {
	#mainimage {
		background-size: auto 50%;
		background-position: bottom 35px right 5%;
	}
}






/* all
-----------------------------------------------------------------------------------*/
main {
	background: url("../img/bg-company.jpg") top center/contain no-repeat;
}
#product-area-noside {
	margin: auto;
	width: 100%;
	max-width: 1440px;
}
#content-area {
	margin: auto;
	max-width: 1730px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#company-area {
	margin: auto;
	width: 75%;
	max-width: 1440px;
}
#company-area table {
	background-color: rgba(255,255,255,.7);
}
#product-area-noside section{padding-bottom: 100px;}

@media screen and (max-width: 897px) {
	#company-area {width: 100%;}
	#product-area {width: 100%;}
	#list-area {display: none;}
}






/* 表面処理治具
-----------------------------------------------------------------------------------*/
.rack-wrap {padding-top: 100px;}
.rack-wrap .headtext {
	margin-bottom: 2em;
	line-height: 2;
	font-size: clamp(1rem, 0.913rem + 0.38vw, 1.375rem);/*22~16px*/
}
.attention {
	margin: 0 auto;
	padding: 1.5em 0.5em 0.5em;
	width: 100%;
	max-width: 850px;
	background-color: #00a99d;
	border-radius: 0.5em;
	box-sizing: border-box;
}
.attention h5 {
	margin: 0 0 1em 1.3em;
	line-height: 1;
	font-size: 1.1em;
	color: #fff;
}
.attention p {
	padding: 1em 1.5em;
	background-color: #fff;
	border-radius: 0.5em;
}
.modal-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.modal-list li {
	margin-bottom: 2em;
	width: calc(90% / 5);
	border: solid #fff 5px;
	box-shadow: 0 0 5px #ddd;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {
	.modal-list li {width: calc(95% / 3);}
}

@media screen and (max-width: 480px) {
	.modal-list li {width: calc(95% / 2);}
}






/* modal
-----------------------------------------------------------------------------------*/
.hide-area {display: none;}
#cboxContent {}
#cboxClose {
	top: -25px !important;
	border-radius: 20%;
}
.modal-area {
	padding: clamp(2.5rem, 2.136rem + 1.55vw, 4rem);/*64~40px*/
	background: url("../img/bg-modalbase.png") rgba(0,64,151,0.7) center/calc(100% - clamp(3rem, 2.757rem + 1.04vw, 4rem)) calc(100% - clamp(3rem, 2.757rem + 1.04vw, 4rem)) no-repeat;
	border-radius: 20px;
}
.modal-title {
	margin: 0;
	padding: 0.3em 0.3em 0.3em 1em;
	border-bottom: solid #004097 1px;
	line-height: 1.2;
	font-size: clamp(1.25rem, 0.917rem + 1.11vw, 2.25rem);/*36~20px*/
	position: relative;
}
.modal-title::before,
.modal-title::after {
	content: '';
	position: absolute;
	top: 0;
	width: 5px;
	height: 100%;
}
.modal-title::before {
	left: 0;
	background-color: #004097;
}
.modal-title::after {
	left: 5px;
	background-color: #00a99d;
}
.modal-img {
	margin: 2em auto 1.5em;
	max-width: 550px;
}
.modal-text {}

@media screen and (max-width: 480px) {
	.modal-title {font-size: 4.583vw;}
	.modal-img,.modal-text {margin-left: 0;}
}



