@charset "utf-8";
/* CSS Document */
@import url("import_style.css");

.left_con {
	text-align: left;
	margin-bottom: 25px;
	margin-left: 25px;
	clear: both;
}

.left_con ul {
	color: #333;
}

.left_con ul li {
	margin-top: 5px;
}

.left_cont {
	margin-bottom: 25px;
	clear: both;
	line-height: 32px;
}


.left_cont ul li {
	margin-left: 25px;
	padding-left: 5px;
	text-align: left;
	list-style-type: "\・";
}

/* .left_cont ul li::marker
			{ 
			content: "\・";
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			} */

.container .lft_content img {
	margin: 10px 0px 10px 10px;
}

/* .center  {
	width: auto !important;
} */

.prop1 {
	font-size: 14px !important;
	line-height: 1.5em !important;
	letter-spacing: 3px !important;
}

.prop2 {
	font-size: 36px !important;
	line-height: 1.3em !important;
	letter-spacing: 2px !important;
	padding-right: 120px !important;
}

.prop3 {
	font-size: 12px !important;
	letter-spacing: 3px !important;
	font-weight: normal !important;
	line-height: 1.0em !important;
}

.profile_mb {
	display: none;
}


.Prokeyright {
	float: left;
	width: 50%;
}

.Prokeyleft {
	float: left;
	width: 50%;
	height: 331px;
	position: relative;
	/* border: 3px solid green;  */
}

.Procenter {
	margin: 0;
	padding: 3%;
	width: auto !important;
	position: absolute;
	top: 50%;
	left: 25%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-20%, -50%);
	background-color: #e0e8fd;

}

.Procenter p {
	font-size: 19px;
	font-weight: bold;
	line-height: 2.2em;
}

@media screen and (max-width: 767px) {
	#keyvisual {
		border-bottom: 0px !important
	}

	#keyvisual img {
		margin-top: -38px !important;
		object-fit: cover;
	}

	.Prokeyright {
		float: right;
		width: 100%;
	}

	.Prokeyleft {
		float: left;
		width: 100%;
		height: auto !important;
		position: static;
	}

	.Procenter {
		position: static;
		-ms-transform: none;
		transform: none;
		padding: 1%;
	}

	.Procenter p {
		font-weight: normal;
		text-align: center;
		margin-right: 10px;
	}

	.prop1 {
		font-size: 11px !important;
		line-height: 1em !important;
		letter-spacing: normal !important;
	}

	.prop2 {
		padding-right: 0px !important;
		font-size: 14px !important;
		line-height: 1em !important;
		letter-spacing: normal !important;
	}

	.prop3 {
		font-size: 10px !important;
		font-weight: normal !important;
		line-height: 1.0em !important;
		letter-spacing: normal !important;
	}

	.profile_mb {
		margin-top: 25px;
	}

	#keyvisual .profile_mb {
		width: 90%;
		height: auto;
		margin: 10px auto 0px auto;
	}
}