@charset "UTF-8";
/* message
============================*/
.message {
	margin-bottom: 80px;
}

.message .flexbox li h3 {
	font-size: 21px;
	margin-bottom: 10px;
}

.message .flexbox {
	-ms-flex-align: flex-start;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.message .flexbox.clm2 li:first-child {
	width: 51%;
}

.message .flexbox.clm2 li:last-child {
	width: 45%;
}

.message .flexbox:first-child {
	margin-bottom: 20px;
}

.message .flexbox.reverse {
	-ms-flex-direction:row-reverse;
	-webkit-flex-direction:row-reverse; 
	flex-direction: row-reverse;
}

.message .txt_l {
	text-align: left;
	line-height: 30px;
	color: #292103;
}

.message .txt_l.m_tit {
	color: #36240d;
}

.message .m_sign {
	text-align: right;
	padding-top: 20px;
}

/* profile
============================*/
.profile {
	background: rgba(41,33,3,0.1);
	padding: 50px;
	margin-bottom: 130px;
}

.profile .cont_title {
	font-size: 24px;
	margin-bottom: 1%;
}

.profile .pro_txt {
	line-height: 30px;
	color: #292103;
}

/* tb_768
============================*/
@media screen and (max-width:768px){
	.message .flexbox {
		display: block;
	}
	
	.message .flexbox.clm2 li:first-child,
	.message .flexbox.clm2 li:last-child{
		width: 100%;
	}
	
	.message .txt_l {
	}
	
	.message .flexbox .m_sign {
		margin-bottom: 30px;
	}
}

/* sp_480
============================*/
@media screen and (max-width:480px) {
	.message .txt_l.m_tit {
		font-size: 18px;
	}
	
	.message .txt_l {
		line-height: 22px;
		padding: 10px;
		text-align: left;
	}
	
	.profile {
		padding: 20px;
	}
	.profile .pro_txt {
		line-height: 22px;
	}
	
	.message, .profile {
		margin-bottom: 50px;
	}
	.message .txt_l {
		line-height: normal;
	}
}
