/***** 基本 *****/
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
.mh-header-image {
	width: 100%;
}
.title_box {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 64px;
}
.mh-home-1 {
	width: 814px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}
.mh-home-2 {
	width: 814px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	position: relative;
}
.pc_br { display:block; }
.sp_br { display:none; }



/*****  *****/
.profile_main {
	background-color: #000;
	width: 1216px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	color: #fff;
	text-align: left;
	border-top: 10px solid #de0d0f;
}
.profile_a {
	width: 1100px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 50px;
}
.profile_a_left {
	float: left;
	width: 450px;
}
.profile_a_left img {
	max-width: 100%;
	padding-top: 70px;
}
.profile_a_right {
	float: left;
	width: 650px;
	padding-top: 150px;
}
.profile_a_right img {
	max-width: 100%;
}
.profile_a_right_02 {
	float: left;
	width: 650px;
	padding-top: 50px;
}
.profile_a_right_02 img {
	max-width: 100%;
}
.text_box {
	padding-left: 35px;
}
.profile_title {
	background-color: #de0d0f;
	padding-left: 5%;
	padding-right: 5%;
}
h2 {
	border-bottom: none;
	text-align: center;
	padding-top: 15px;
	font-size: 3em;
}
.text_box h3 {
	border-bottom: none;
	padding-bottom: 15px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 36px;
	line-height: 37px;
	margin: 0px 0px 30px;
}
.profile_text {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.5em;
	line-height: 25px;
}
.red {
	color: #de0d0f;
}








@media screen and (max-width: 1260px) {
	.profile_main {
		width: 90%;
	}
	.profile_a {
		width: 90%;
	}
	.profile_a_left {
		width: 50%;
	}
	.profile_a_right {
		width: 50%;
		padding-top: 70px;
	}
	.profile_a_right_02 {
		width: 50%;
		padding-top: 70px;
	}
}






@media(max-width: 768px){
	.profile_a_left {
		width: 100%;
	}
	.profile_a_right {
		width: 100%;
		padding-top: 50px;
	}
	.profile_a_right_02 {
		width: 100%;
		padding-top: 50px;
	}
	.text_box {
		padding-left: 0px;
}
	h2 {
		font-size: 2em;
	}
	.profile_a_left img {
	    padding-top: 0px;
	}
}






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