@charset "utf-8";

/* CSS Document */
#title {
	background: url(../images/message/title_sp.png) no-repeat;
	background-size: contain;
	display: block;
	text-indent: -9999px;
	margin: 0;
	padding-top: 41.67%;
	height: 0;
	width: 100%;
}

.subtit {
	font-size: 22px;
	color: #525252;
	line-height: 1.4em;
	margin: 40px auto;
	width: 90%;
	position: relative;
	padding-left: 55px;
}
.subtit span {
	color: #2BB7A3;
}
.subtit::before {
	content: url(../images/common/tit_before.png);
	vertical-align: middle;
	padding-right: 5px;
	position: absolute;
	top: 0;
	left: -15px;
}

.subtit02 {
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #4f2700;
}

#message {
	display: block;
	margin: 30px auto;
	width: 96%;
}

#ph_trustee {
	background-image: url(../doronko/images/staff/message_01-bg.jpg);
	background-repeat: repeat;
	display: block;
	margin: 20px auto 50px;
	padding: 10px;
	width: 1000px;
	max-width: 98%;
	box-sizing: border-box;
}

#mes-box {
	display: block;
	margin: 30px auto;
	width: 96%;
}

#mes-box p {
	text-indent: 1em;
	margin-bottom: 1em;
}

@media screen and (max-device-width: 380px) {


}
@media only screen and (min-width: 769px) {
#title {
	background: url(../images/message/title.png) no-repeat;
	background-size: contain;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	padding-top: 0;
	height: 200px;
	width: 1160px;
}

.subtit {
	font-size: 28px;
	margin: 67px auto;
	width: 90%;
	position: relative;
	padding-left: 50px;
}
.subtit span {
	margin-left: 1em;
}
.subtit::before {
	content: url(../images/common/tit_before.png);
	vertical-align: middle;
	padding-right: 5px;
	position: absolute;
	top: -15px;
	left: -20px;
}

.subtit02 {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.8em;
	margin: 0 auto;
	width: 980px;
}

#message {
	display: block;
	margin: 20px auto 60px;
	width: 1000px;
}
#mes-box {
	width: 96%;
}
}