@charset "utf-8";
/* CSS Document */

/*-------------------
seikyu_security.html用CSS
/seikyu/include/seikyu_security.html
-------------------*/

/* top_20220105から名前を変えて複製 */
.sec-security_contents {
	position: relative;
	width: 90%;
	max-width: 1024px;
	margin: auto;
}
.sec-security_section-tittle {
	margin-bottom: 4rem;
	font-size:28px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
@media (max-width: 767px) {
	.sec-security_section-tittle {
		margin-bottom: 2rem;
	font-size: 22px;
	}
}
.sec-security_d-flex {
	display: -ms-flexbox;
	display: flex;
}
.sec-security_flex-wrap {
	-ms-flex-wrap: wrap;
	flex-flow: wrap;
}
.sec-security_justify-center {
	-ms-flex-pack: center;
	justify-content: center;
}
ul.sec-security_flow-wrap {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
ul.sec-security_flow-wrap li {
	width: 31.25%;
}
@media (max-width:959px) { 
	ul.sec-security_flow-wrap li {
	width: 100%;
	margin-bottom: 2rem;   
	}
	ul.sec-security_flow-wrap li:last-child {
		margin-bottom: 0;
	}
}
/* btn-normal */ 
.sec-security_btn-normal {
	display: inline-block;
	position: relative;
	padding: 0.8rem 3rem;
	border: 1px solid #297f3a;
	border-radius: 4px; 
	background-color: #fff;
	text-decoration: none;
	outline: none; 
	text-align: center;
}
.sec-security_btn-normal p {
	position: relative;
	color: #297f3a;
	line-height: 1.3;
}
.sec-security_btn-normal p::after {
	content: "";
	position: absolute;
	right: -1em;
	width: 0.4em;
	height: 0.4em;
	top: 50%;
	margin-top: -0.2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (max-width: 1023px) {
	.sec-security_btn-normal p::after {
		right: -2em;
	}
	.sec-security_sp-block {
		display: block !important;
	}
}
a:hover.sec-security_btn-normal {
	box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
}

/*-- top_20220105から移動 --*/
.security-merit-box {
	background-color: #fff;
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
}
ul.security-merit li h3 {
	padding: 1rem 1.5rem;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	background-color: #41A694;
	border-radius: 5px 5px 0 0;
}
.security-merit-box img {
	width: min(60%, 250px);
	display: block;
	margin: 15px auto 0;
}
.security-merit-box .text {
	padding: 1.5rem;
}
.security-merit-box .text h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
	text-align: center;
}
.security-btn-inner {
	margin: 2rem auto 0;
	text-align: center;
}

/* 202503 セキュリティ認証　設定追加(←top_20220105から移動) */
.sec-security_img-outer{
	display: flex;
	justify-content: center;
}
.sec-security_img {
	padding: 30px 30px 40px;
	width: 75%;
	position: relative;
}
.sec-security_img .soclink {
	display: block;
	position: absolute;
/*    max-width: 400px;*/
	width: 50%;
	height: 11vw;
	max-height: 136px;
	left: 76px;
	bottom: 57px;
	background-color: #fff;
	opacity: 0;
}
.sec-security_img .aspiclink {
	display: block;
	position: absolute;
	max-width: 178px;
	width: 48%;
	height: 11.9vw;
	max-height: 136px;
	top: 26%;
	left: 48%;
	background-color: #fff;
	opacity: 0;
}
.sec-security_img .cspalink {
	display: block;
	position: absolute;
	max-width: 119px;
	width: 23.1%;
	height: 10.9vw;
	max-height: 136px;
	top: 27%;
	right: 8.2%;
	background-color: #fff;
	opacity: 0;
}
.sec-security_img .soclink:hover,
.sec-security_img .aspiclink:hover,
.sec-security_img .cspalink:hover {
	opacity: 0.6;
}
.sec-security_img img {
	max-width: 100%;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.sec-security_img .soclink {
		width: 41vw;
		left: 3.8vw;
		bottom: 5.4vw;
		height: 15.4vw;
	}
	.sec-security_img {
		width: 100%;
		padding: 5vw 0 5vw 0;
	}
}
@media (max-width:960px) {
	.sec-security_img .aspiclink {
		max-width: auto;
		width: 23%;
	}
}
@media (max-width:830px) {
	.sec-security_img .aspiclink {
		width: 23.1%;
	}
	.sec-security_img .cspalink {
		width: 18.1%;
	}
	.sec-security_img .soclink {
		width: 50%;
		left: 63px;
		bottom: 47px;
	}
}
@media (max-width:767px) {
	.sec-security_img .aspiclink {
		width: 29%;
		top: 28%;
		left: 47%;
		height: 15.9vw;
	}
	.sec-security_img .cspalink {
		width: 21.1%;
		height: 17.9vw;
		top: 27%;
		right: 3.2%;
	}
}
@media (max-width:480px) {
	.sec-security_img .cspalink {
		top: 15vw;
		right: 1.8%;
		height: 18.4vw;
	}
	.sec-security_img .soclink {
		width: 55%;
		left: 30px;
		bottom: 30px;
	}
}