@charset "utf-8";

/* ------------------------------
 技術紹介（PC）
------------------------------ */
.linkBox a {
	position: relative;
	display: flex;
	align-items: center;
	background-color: rgba(0,61,145,.05);
}
.linkBox a p {
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
	margin-left: 40px;
}
.linkBox a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 40px;
    height: 40px;
    margin: auto 0;
    background: url(../img/arrow_r40.svg) no-repeat 0 0 / cover;
}
.ntList ul li {
	font-size: 1.8rem;
	font-weight: bold;
	color: #0d2c4f;
	text-align: center;
	background-color: rgba(0,61,145,.05);
	padding: 20px 0;
}
.cms_text.ntList ul > li::before {
	content: none;
}
@media print, screen and (min-width: 768px) {
	.linkBox a img {
		width: 203px;
	}
	.ntList ul {
		display: flex;
		flex-wrap: wrap;
		gap: 25px;
	}
	.ntList ul li {
		width: 208px;
		height: 70px;
	}
}
/* ------------------------------
 技術紹介（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.linkBox a img {
		width: 33%;
	}
	.linkBox a p {
		font-size: 1.6rem;
		margin-left: 15px;
	}
	.linkBox a p span {
		display: inline-block;
	}
	.linkBox a::after {
		right: 15px;
	}
	.ntList ul li {
		width: 100%;
		padding: 10px 0;
	}
	.ntList ul li:not(:last-child) {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 375px) {
	.linkBox a p span {
		display: block;
	}
}

/* ------------------------------
 村上開明堂のものづくり（PC）
------------------------------ */
.cms_image.w258 .cms_caption_b {
	margin-top: 5px;
}
/* ------------------------------
 村上開明堂のものづくり（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_image.w258 {
		width: 270px;
		margin: 0 auto;
	}
}

/* ------------------------------
 バックミラー（PC）
------------------------------ */
.cms_caption_b h4 {
	margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
	.rmList ol {
		display: flex;
		flex-flow: column wrap;
		align-content: space-between;
		height: 465px;
	}
	.rmList ol li {
		width: 47.89474%;
	}
	.rmList ol li:not(:nth-child(4)) {
		margin-bottom: 15px;
	}
}

/* ------------------------------
 オプトロニクス（PC）
------------------------------ */
.stepBlock {
	position: relative;
	display: flex;
	background-color: rgba(0,61,145,.05);
	padding: 60px;
}
.stepBlock:not(.n3) {
	margin-bottom: 40px;
}
.cms_block.stepBlock::after {
	position: absolute;
	content: "";
	bottom: -25px;
	right: 50%;
	transform: translateX(50%);
	border: solid 25px transparent;
	border-width: 25px 19px 0 19px;
	border-top-color: rgba(0,61,145,.05);
	margin-left: auto;
	margin-right: auto;
}
.cms_block.stepBlock.n3::after {
	content: none;
}
.stepBlock h4 {
	font-size: 2.3rem;
	text-align: center;
	padding-bottom: 10px;
}
.stepBlock.n1 h4 {
	color: #e3316a;
	border-bottom: solid 1px #e3316a;
}
.stepBlock.n2 h4 {
	color: #9b51a6;
	border-bottom: solid 1px #9b51a6;
}
.stepBlock.n3 h4 {
	color: #3082fd;
	border-bottom: solid 1px #3082fd;
}
.stepBlock h5 {
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.stepBlock.n1 h5 {
	color: #e3316a;
}
.stepBlock.n2 h5 {
	color: #9b51a6;
}
.stepBlock.n3 h5 {
	color: #3082fd;
}
/* -- 吹き出し -- */
.step {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 95px;
	height: 95px;
	background: #fff000;
	border-radius: 50%;
	margin: 0 auto 20px;
}
.step::after {
	position: absolute;
	content: "";
	top: 90px;
	right: 50%;
	transform: translateX(50%);
	border: solid 10px transparent;
	border-width: 12px 9px 0 9px;
	margin-left: auto;
	margin-right: auto;
}
.n1 .step {
	background: #e85687;
	background: linear-gradient(90deg, #e85687 0%, #d1003b 100%);
}
.n1 .step::after {
	border-top-color: #dd2b61;
}
.n2 .step {
	background: #9572ce;
	background: linear-gradient(90deg, #9572ce 0%, #6836a9 100%);
}
.n2 .step::after {
	border-top-color: #7f54bc;
}
.n3 .step {
	background: #5b9cfc;
	background: linear-gradient(90deg, #5b9cfc 0%, #0464fc 100%);
}
.n3 .step::after {
	border-top-color: #3080fc;
}
.step p {
	font-size: 1.0rem;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	color: #fff;
	letter-spacing: 0.15em;
}
.step p span {
	display: block;
	font-size: 2.4rem;
	line-height: 0.8;
}
.stepBlock .cms_text {
	width: 260px;
}
.cms_caption_b ul li {
    display: inline-block;
	margin-right: 1em;
}
@media print, screen and (min-width: 768px) {
	.stepBlock {
		justify-content: space-between;
	}
	.stepBlock .cms_image {
		width: 320px;
	}
}
/* ------------------------------
 オプトロニクス（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.stepBlock {
		flex-direction: column;
		padding: 40px 8%;
	}
	.stepBlock .cms_text {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}
	.stepBlock .cms_image {
		margin-bottom: 40px;
	}
}

/* ------------------------------
 新たな技術（PC）
------------------------------ */
.contents table thead th:first-child {
	background-color: rgba(0,61,145,.12);
}
.contents table thead tr {
	border-bottom: 1px dotted #b7c0ca;
}
.contents .th-left table th {
	text-align: left;
	padding-left: 30px;
}
.temporaryMovie {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ccc;
}
.temporaryMovie p {
	font-size: 1.8rem;
	font-weight: bold;
}
@media print, screen and (min-width: 768px) {
	.temporaryMovie {
		width: 860px;
		height: 484px;
	}
}
/* ------------------------------
 新たな技術（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.temporaryMovie {
		width: 100%;
		aspect-ratio: 16 / 9;
	}
}