@charset "utf-8";

/*===============================================
●共通項目
===============================================*/

/*===============================================
●画面の横幅が769px以上
===============================================*/

/* m_ttl */
#m_ttl {
	width: 100%;
	min-width: 940px;
	height: 700px;
	margin-top: 60px;
	padding-top: 120px;
	background: url(../../images/message/index/main_img.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}
#m_ttl li span {
	display: block;
	margin-bottom: 40px;
	font-size: 32px;
	line-height: 1.4em;
	color: #103a86;
}
#m_ttl li {
	font-size: 14px;
	line-height: 2.0em;
	color: #103a86;
}

/* point */
#point {
	width: 730px;
	height: auto;
	margin: 0 auto;
	margin-top: -160px;
	box-sizing: border-box;
}
#point p {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.6em;
	color: #103a86;
}
#point li {
	width: 226px;
	height: 226px;
	margin-right: 26px;
	font-size: 14px;
	line-height: 1.6em;
	color: #ffffff;
	letter-spacing: 0.05em;
	background: #103a86;
	box-sizing: border-box;
	float: left;
}
#point li:last-of-type {
	margin-right: 0px;
}
#point li span {
	display: block;
	margin-top: 75px;
	font-size: 34px;
	line-height: 1.6em;
	color: #ffffff;
}

/* ceo */
#ceo {
	width: 940px;
	height: 400px;
	margin-top: 150px;
	margin-bottom: 70px;
	background: url(../../images/message/index/ceo_img.jpg) no-repeat left top;
	background-size: cover;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}
#ceo li {
	width: 370px;
	position: absolute;
	top: 80px;
	right: 80px;
	font-size: 12px;
	line-height: 1.6em;
	text-align: left;
}
#ceo li span {
	display: block;
	font-size: 28px;
	line-height: 1.5em;
	color: #103a86;
	text-align: center;
}
#ceo li p.sub {
	margin-top: 50px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
}
#ceo li p {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 1.5em;
	text-align: center;
}

/* comment */
#comment {
	width: 730x;
	height: auto;
	margin-bottom: 80px;
	margin-top: 40px;
	display: inline-block;
}
#comment li.l {
	width: 730px;
	font-size: 14px;
	line-height: 1.75em;
	text-align: left;
	float: left;
}
#comment li.l span {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 1.5em;
	color: #103a86;
	text-align: left;
}
#comment li.r {
	width: 730px;
	font-size: 14px;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: right;
	float: right;

}
#comment li.r span{
	font-size: 20px;
}
/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media only screen and (max-width: 768px) {

/* m_ttl */
#m_ttl {
	width: 100%;
	min-width: 100%;
	height: 380px;
	margin-top: 0;
	padding-top: 30px;
}
#m_ttl li span {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	font-size: 24px;
	text-align: center;
}
#m_ttl li {
	width: 86%;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
}

/* point */
#point {
	width: 92%;
	margin-top: 12%;
}
#point li {
	width: 32%;
	height: auto;
	margin-top: 1%;
	margin-right: 2%;
	padding-top: 3%;
	padding-bottom: 5%;
	font-size: 10px;
}
#point li:last-of-type {
	margin-right: 0px;
}
#point li span {
	margin-top: 6px;
	font-size: 22px;
}

/* ceo */
#ceo {
	width: 100%;
	height: 200px;
	margin-top: 14%;
}
#ceo li {
	width: 86%;
	margin: 0 auto;
	margin-top: 215px;
	position: static;
	font-size: 14px;
}
#ceo li span {
	font-size: 22px;
	line-height: 1.4em;
}
#ceo li p.sub {
	margin-top: 15px;
	text-align: left;
}
#ceo li p {
	text-align: left;
}

/* comment */
#comment {
	width: 86%;
	margin: 0 auto;
	margin-top: 6%;
}
#comment li.l {
	width: 100%;
	line-height: 1.5em;
	float: none;
}
#comment li.l span {
	font-size: 20px;
	text-align: left;
}
#comment li.r {
	width: 100%;
	margin-top: 6%;
	float: none;
}
#comment li.r img {
	width: 100%;
	height: auto;
}

}