  @charset "utf-8";
/* CSS Document */
#keyVisualArea{
	background-image: url("/seihin/technology/theme/creation/img/keyVisual.jpg");
}
footer{
	margin-top: 0;
}

.ankerBtn{
	flex-wrap: wrap;
	justify-content: center;
	margin: 70px 0 65px;
}
.ankerBtn > li{
	margin-right: 4%;
	margin-top: 15px;
}
.ankerBtn li + li{
	margin-left: inherit;
}

.anker-sec .lead-txt{
	font-weight: 400;
	margin-bottom: 40px;
}

.txtBox{
	text-align: left;
}

.flexBox{
	align-items: flex-start;
}

.flexBox01 figure{
	max-width: 447px;
	width: 48%;
}
.flexBox01 .txtBox{
	text-align: left;
	width: 48%;
}
.flexBox01 figure figcaption{
	font-size: 1.2rem;
	text-align: left;
	margin-top: 5px;
}
#anker-sec03 .voiceBox{
	text-align: left;
	position: relative;
	padding: 35px 25px;
	background: #fff;
	border: solid 1px #464646;
	margin-top: 40px;
}
#anker-sec03 .voiceBox .label{
	position: absolute;
	top: -17px;
	left: -20px;
	background: #464646;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 34px;
	padding: 0 10px;
}
#anker-sec03 .voiceBox .label::before{
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	background: #000;
	position: absolute;
	z-index: 2;
	bottom: -10px;
	left: 54%;
	transform: rotate(340deg);
}
#anker-sec03 .voiceBox .name{
	font-size: 1.8rem;
	font-weight: 500;
	border-bottom: solid 1px #707070;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#anker-sec03 .voiceBox .name span{
	font-size: 1.3rem;
    display: inline-block;
    margin-right: 10px;
    font-weight: 300;
}

#anker-sec04 .figBox h4{
	text-align: left;
	font-weight: 500;
	margin-bottom: 15px;
}
#anker-sec04 .figBox .figttl{
	text-align: center;
	background: #6890BF;
	color: #fff;
	padding: 3px 10px 5px;
	margin-bottom: 15px;
}

@media screen and (max-width: 1000px){
	.ankerBtn > li:nth-child(3n) {
		margin-right: 4%;
	}
}
@media screen and (max-width: 768px){
	.flexBox{
		display: block;
	}
	.flexBox01 .txtBox{
		width: 100%;
	}
	.flexBox01 figure{
		margin: 20px auto 0;
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.ankerBtn{
		margin: 40px 0;
	}
	.ankerBtn > li{
		margin-top: 0;
		margin-right: 0;
	}
	.ankerBtn > li:nth-child(3n) {
		margin-right: 0;
	}
	#anker-sec03 .voiceBox{
		padding: 25px 15px 15px;
	}
	#anker-sec03 .voiceBox .label{
		font-size: 1.6rem;
		left: -12px;
	}
}

