@charset "UTF-8";

/* -------------------------------------
ceo
------------------------------------- */
.blk {
	padding: 60px 0 60px;
}

.line {
	position: relative;
}

#q1 {
	margin-bottom: 64.8%;
}

#q2 {
	/* margin-bottom: 12.4%; */
}

.line .text {
	width: 54.5%;
	padding: 40px;
	border-radius: 25px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.line#q2 .text {
	margin-left: 45.5%;
}

.line#q3 .text {
	width: 60.5%;
}

.line .text h2 {
	font-size: 0;
	margin-bottom: 15px;
}

.line .text h2 img,
.line .text h2 span {
	display: inline-block;
	vertical-align: middle;
}

.line .text h2 img {
	width: 63px;
	height: auto;
}

.line .text h2 span {
	font-size: 20px;
	font-weight: bold;
	color: #003c96;
	/* width: calc(100% - 63px);
	padding-left: 10px; */
}

.line#q2 .text h2 span {
	color: #e60000;
}

.line .text p:not(:last-child) {
	margin-bottom: 13px;
}

.line .text p span {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: -0.05em;
	display: block;
}

.line .thum {
	border-radius: 25px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

.line#q1 .thum {
	width: 78%;
	top: 39%;
	right: -8.6%;
}

.line#q2 .thum {
	width: 53%;
	top: -20%;
	left: 0;
}

.line#q3 .thum {
	width: 70.9%;
	top: 50%;
	right: 0;
}

#mainimg .text {
	padding-left: 0px;
	top: 50%;
	left: auto;
}

.ceo #mainimg .text {
	padding-right: 90px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
}


@media screen and (max-width:1040px) {
	/* .blk {
		padding-bottom: 39.1%;
	} */


	.line .text {
		padding: 30px;
	}

	.line .text h2 img {
		width: 55px;
	}

	.line .text h2 span {
		font-size: 19px;
		width: calc(100% - 55px);
	}

	.line#q1 .thum {
		right: 0;
	}
}

@media screen and (max-width:980px) {
	#q1 {
		margin-bottom: 52%;
	}

	.line .text h2 span br {
		display: none;
	}
}

@media screen and (max-width:768px) {
	/* .blk {
		padding-bottom: 30%;
	} */


	.line .text {
		padding: 20px;
	}

	.line .text h2 img {
		width: 50px;
	}

	.line .text h2 span {
		font-size: 18px;
		width: calc(100% - 50px);
	}

	.line .text p span {
		font-size: 14px;
	}
}

@media screen and (max-width:640px) {
	#maincap .cap br {
		display: none;
	}

/* 
	.blk {
		padding-bottom: 55px;
	} */


	#q1,
	#q2 {
		margin-bottom: 50px;
	}

	.line .text {
		width: 100%;
		margin-bottom: 20px;
	}

	.line#q2 .text {
		margin-left: 0;
	}

	.line#q3 .text {
		width: 100%;
	}

	.line .text h2 img {
		width: 45px;
	}

	.line .text h2 span {
		font-size: 17px;
		width: calc(100% - 45px);
	}

	.line .thum {
		padding-top: 70%;
		position: relative;
	}

	.line#q1 .thum {
		width: 100%;
		top: 0;
		right: 0;
	}

	.line#q2 .thum {
		width: 100%;
		top: 0;
		left: 0;
	}

	.line#q3 .thum {
		width: 100%;
		top: 0;
		right: 0;
	}

	.line .thum img {
		position: absolute;
		top: 0;
		left: 0;
	}

	.ceo #mainimg .text {
		padding-right: 30px;
	}
}

@media screen and (max-width:480px) {
	.line .text h2 img {
		width: 40px;
	}

	.line .text h2 span {
		font-size: 16px;
		width: calc(100% - 40px);
	}
}

@media screen and (max-width:320px) {}

@media screen and (min-width:769px) {}