@charset "utf-8";
/* CSS Document */


/* message */
/*------------------------------------*/
header .header_visual {
	background-image: url(../images/about/message_main.png);
}

header .header_visual .main_ttl {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}

header .header_visual .main_ttl span::after{
	content: "";
	position: absolute;
	bottom: 0;
	height: 60px;
	max-width: 390px;
	width: 100%;
	background-image: url(../images/about/message_title.png);
	background-size: contain;
	background-repeat: no-repeat;
}

/*header .header_visual .main_ttl img {
	position: absolute;
	bottom: 0;
	max-width: 390px;
	width: 100%;
}*/

article .content_inner {
	max-width: 930px;
	width: 100%;
	margin: 30px auto 100px;
}

article .title_area .photo {
	float: left;
	box-sizing: border-box;
	width: 20%;
}

article .title_area .photo img {
	max-width: 190px;
	width: 100%;
}

article .title_area .title {
	float: right;
	box-sizing: border-box;
	width: 80%;
	padding-left: 5%;
}

article .title_area .title h1 {
	font-size: 40px;
	padding-top: 50px;
	padding-bottom: 20px;
	font-weight: normal;
}

article p {
	line-height: 2;
}

article .title_area .title p.name {
	margin: 10px 0;
}

article .title_area .title p br.pc_non {
	display: none;
}

.main_conts .left_title {
	width: 20%;
	float: left;
	box-sizing: border-box;
}

.main_conts .left_title img {
	margin-top: 30px;
}

.main_conts.is-fixed .left_title img {
	position: fixed;
	top: 0;
}

.main_conts .right {
	float: right;
	box-sizing: border-box;
	width: 80%;
	padding-left: 5%;
}

@media screen and (max-width: 768px) {
	article .content_inner {
		width: 96%;
	}

	article .title_area .title {
		padding-left: 2%;
	}

	article .title_area .title h1 {
		font-size: 30px;
	}

	.main_conts .left_title img {
		width: 40px;
	}

	.main_conts .left_title {
		width: 8%;
	}

	.main_conts .right {
		width: 92%;
		padding-left: 2%;
	}

	.main_conts .right p {
		margin-top: 20px;
	}
}

@media screen and (max-width: 480px) {
	header .header_visual .main_ttl span::after{
		height: 40px;
		width: 80%;
	}
	
	/*header .header_visual .main_ttl img {
		width: 80%;
	}*/

	article .title_area .photo {
		float: none;
		width: 100%;
		text-align: center;
	}

	article .title_area .title {
		float: none;
		width: 96%;
		padding-left: 0;
		margin: 0 auto;
	}

	article .title_area .title p br.pc_non {
		display: block;
	}

	article .title_area .title h1 {
		font-size: 22px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.main_conts .left_title {
		display: none;
	}

	.main_conts .right {
		float: none;
		width: 100%;
		padding-left: 0;
	}
}

/*------------------------------------*/
