  @charset "utf-8";
/* CSS Document */
#keyVisualArea{
	background-image: url("/seihin/technology/technical/img/keyVisual.jpg");
}
footer{
	margin-top: 0;
}

.anker-sec .lead-txt{
	font-weight: 400;
	margin-bottom: 40px;
}

/* ------------------------------------------------------------------------ */

/*  #anker-sec01

/* ------------------------------------------------------------------------ */
#anker-sec01 .flexBox01 figure{
	max-width: 450px;
	width: 50%;
}
#anker-sec01 .flexBox01 .txtBox{
	width: 48%;
}

#anker-sec01 .exampleBox{
	align-items: flex-start;
}
	#anker-sec01 .exampleBox figure{
		max-width: 188px;
		width: 20%;
	}
	#anker-sec01 .exampleBox .txtBox{
		width: 78%;
	}

#anker-sec01 .container02 .container-box{
	margin-top: 30px;
}
#anker-sec01 .container02 .container-box + .container-box{
	margin-top: 50px;
}
#anker-sec01 .container02 .container-box02 .theme-hd04 {
	margin-bottom: 15px;
}
#anker-sec01 .container02 .container-box02 > .flexBox{
	align-items: flex-start;
}
	#anker-sec01 .container02 .container-box02 > .flexBox .leftBox{
		max-width: 550px;
		width: 59%;
	}
		#anker-sec01 .container02 .container-box02 > .flexBox .leftBox .btn{
			display: block;
			width: 100%;
			color: #fff;
			background: #003F98;
			border-radius: 5px;
			text-decoration: none;
			font-weight: 700;
			transition: 0.3s;
			margin: 20px auto 0;
			padding: 5px 0;
		}
		#anker-sec01 .container02 .container-box02 > .flexBox .leftBox .btn:hover{
			opacity: 0.8;
		}
	
	#anker-sec01 .container02 .container-box02 > .flexBox .rightBox{
		max-width: 359px;
		width: 38%;
	}

#anker-sec01 .container02 .container-box01 li{
	max-width: 172px;
	width: calc(100% / 5);
}


.challengeList{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
	.challengeList li{
		max-width: 172px;
	}
	.challengeList li + li{
		margin-left: 15px;
	}
		.challengeList li figcaption,
		.challengeList li .related_link,
		.challengeList li .related_link a{
			font-size: 1.2rem;
		}
		.challengeList li .related_link,
		.challengeList li .related_link a{
			margin-top: 5px;
			line-height: 1.5;
		}
		.challengeList li .related_link a,
		.challengeList li .related_link a:link{
			color: #0F2188;
		}

@media screen and (max-width: 767px){
	#anker-sec01 .flexBox01,
	#anker-sec01 .exampleBox,
	#anker-sec01 .container02 .container-box02 > .flexBox{
		display: block;
	}
	#anker-sec01 .flexBox01 .txtBox,
	#anker-sec01 .exampleBox .txtBox,
	#anker-sec01 .container02 .container-box02 > .flexBox .leftBox,
	#anker-sec01 .container02 .container-box02 > .flexBox .rightBox{
		width: 100%;
	}
	#anker-sec01 .flexBox01 figure,
	#anker-sec01 .exampleBox figure{
		margin: 20px auto 0;
		width: 80%;
	}
	.challengeList{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.challengeList li{
		max-width: none;
		width: calc(96% / 3);
		margin-bottom: 15px;
		margin-right: 2%;
	}
	.challengeList li + li{
		margin-left: 0;
	}
	.challengeList li:nth-child(3n){
		margin-right: 0;
	}
	.challengeList li figure{
		text-align: center;
	}
	#anker-sec01 .container02 .container-box01 li{
		max-width: inherit;
		width: calc(96% / 3);
	}
	#anker-sec01 .container02 .container-box02 > .flexBox .leftBox,
	#anker-sec01 .container02 .container-box02 > .flexBox .rightBox{
		max-width: inherit;
	}
		#anker-sec01 .container02 .container-box02 > .flexBox .leftBox .btn{
			font-size: 14px;
			margin: 20px auto 40px;
		}
	#anker-sec01 .container02 .container-box02 > .flexBox .challengeList{
	}
	#anker-sec01 .container02 .container-box02 > .flexBox .challengeList li{
		width: calc(96% / 3);
	}
}

/* ------------------------------------------------------------------------ */

/*  #anker-sec03

/* ------------------------------------------------------------------------ */
.consistencyList > li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	border-bottom: solid 1px #2B2828;
	padding-bottom: 30px;
}
.consistencyList > li + li{
	margin-top: 50px;
}
.consistencyList > li::after{
	content: "";
	display: block;
	background: url("/seihin/technology/technical/img/icon_arrow.svg") no-repeat center / contain;
	background-color: #F2F8FF;
	width: 46px;
	height: 18px;
	padding: 0 20px;
	position: absolute;
	bottom: -18px;
	left: calc(100% / 2 - 33px);
}
.consistencyList > li:last-child{
	border-bottom: none;
}
.consistencyList > li:last-child::after{
	content: none;
}
.consistencyList > li figure{
	margin-right: 35px;
	max-width: 266px;
	width: 30%;
}
.consistencyList > li .txtBox{
	text-align: left;
	width: 70%;
}

.consistencyList > li .txtBox .label{
	background: #014099;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	min-width: 105px;
	text-align: center;
	line-height: 26px;
	margin-bottom: 10px;
}
.consistencyList > li .txtBox h4{
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 10px;
}

.kenkyu-btn{
	max-width: 360px;
	margin: 60px auto 0;
}
.kenkyu-btn a{
    border: 1px solid #666;
    background: #666666;
    color: #fff;
    display: block;
    padding: 0px 10px;
    transition: 0.5s ease;
    font-size: 17px;
}
.kenkyu-btn a:hover{
	background: #fff;
	color: #666666;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
.kenkyu-btn a:before{
	font-family: 'FontAwesome';
	content :"\f0da";
	color: #0f2188;
	display: inline-block;
	margin-right: 10px;
}

@media screen and (max-width: 767px){
	.consistencyList > li{
		display: block;
	}
	.consistencyList > li figure{
		margin: 0 auto 15px;
		width: 70%;
	}
	.consistencyList > li .txtBox{
		width: 100%;
	}
	.consistencyList > li .txtBox .label{
		font-size: 1.4rem;
	}
	
	.kenkyu-btn{
		margin: 20px auto 0;
	}
	.kenkyu-btn a{
		border: 1px solid #666;
		background: #666666;
		color: #fff;
		display: block;
		padding: 10px;
		transition: 0.5s ease;
		font-size: 16px;
	}
}

/* ------------------------------------------------------------------------ */

/*  モーダル

/* ------------------------------------------------------------------------ */
.js-modal-open{
	cursor: pointer;
}
.js-modal-open:hover img{
	opacity: 0.8;
}
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.modal__bg {
	background: rgba(0,0,0,0.5);
	height: 100vh;
	position: absolute;
	width: 100%;
}

.modal__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	padding: 60px 20px;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
	overflow-y: auto;
	max-height: calc(100vh - 66px);
	max-width: 960px;
	width: 95%;
}

.modal__content > .inner{
	overflow: auto;
	max-width: 990px;
	margin: 0 auto;
	padding: 0 20px;
}
.modal__content > .inner > .item_container.flex{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.modal__content > .inner > .item_container .img_box{
	max-width: 369px;
	width: 43%;
	
}
.modal__content > .inner > .item_container .txt_box{
	text-align: left;
}
.modal__content > .inner > .item_container.flex .txt_box{
	width: 54%;
}
	.modal__content > .inner .main_ttl{
		background: #6890BF;
		color: #fff;
		padding: 5px 10px;
		font-size: 1.8rem;
		font-weight: 500;
		text-align: left;
		margin-bottom: 25px;
	}
	.modal__content > .inner > .item_container .txt_box .lead{
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 1.666664;
		margin-bottom: 15px;
	}
	.modal__content > .inner > .item_container .txt_box .txt p{
		margin-bottom: 1.6875em;
		line-height: 1.6875;
	}
	.modal__content > .inner > .item_container .txt_box .txt p:last-of-type{
		margin-bottom: 0;
	}

a.js-modal-close{
	position: absolute;
	top: 0;
	right: 3px;
	color: #464646;
	font-size: 50px;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}

@media screen and (max-width: 767px){
	.modal__content{
		padding: 40px 0 20px;
	}
	a.js-modal-close{
		top: 4px;
		right: 4px;
		font-size: 29px;
	}
	.modal__content > .inner > .item_container.flex{
		display: block;
	}
	.modal__content > .inner > .item_container .img_box{
		margin-top: 20px;
		max-width: inherit;
		width: 100%;
	}
	.modal__content > .inner > .item_container.flex .txt_box{
		width: 100%;
	}
}
@media screen and (max-width: 600px){
	.modal__content{
		height: calc(100vh - 120px);
	}
	.modal__content > .inner{
		max-height: inherit;
		height: 100%;
	}
}



