﻿#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

#dammy {
	position: absolute;
	left:0;
	bottom:0;
	content: '';
	width:0;
	height:6px;
	background-color: #FFF;
}

#dammy:last-child {
	margin-bottom:0;
}

/*
=================================== */
.mtitle {
	background-image: url('../images/thoughts/thoughts_mimage.jpg');
}

.thoughts_area1 .block1 {
	padding-top:15px;
	padding-bottom:30px;
}

.missionbox {
	margin:0 0 15px;
	padding:0 0 0 22px;
	font-family: 'Noto Serif JP', serif;
	position: relative;
}

.missionbox :last-child {
	margin-bottom:0;
}

.missionbox h3 {
	position: absolute;
	top:2px;
	left:0;
	line-height:1.0;
	color:#495E73;
	font-size:1.2rem;
}

.missionbox p {
	line-height:1.4;
	color:#595757;
	font-size:1.2rem;
}

.thoughts_area2 .block1 {
	padding-top:15px;
	padding-bottom:15px;
}

.message h3 {
	margin:0 0 20px;
	color:#495E73;
	font-size:1.3rem;
	font-family: 'Noto Serif JP', serif;
}

.message .mbody {
	margin:0 0 20px;
}

.message .mbody p {
	margin:0 0 20px;
	line-height:1.8;
}

.message .mbody p:last-child {
	margin-bottom:0;
}

.message .sign {
	text-align: right;
}

.message .sign p {
	display: inline-block;
	text-align: left;
	font-size:1.2rem;
	font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width: 768px) {

	/*
	=================================== */
	.thoughts_area1 .block1 {
		padding-top:80px;
		padding-bottom:70px;
		width:700px;
	}
	
	.missionbox {
		margin:0 0 20px;
		padding:0 0 0 45px;
	}
		
	.missionbox h3 {
		top:4px;
		font-size:2.0rem;
	}
	
	.missionbox p {
		font-size:2.0rem;
		letter-spacing: 2px;
	}
	
	.thoughts_area2 .block1 {
		padding-top:50px;
		padding-bottom:100px;
		width:700px;
	}
	
	.message h3 {
		font-size:2.0rem;
	}
	
	.message .mbody {
		margin:0 0 30px;
	}
	
	.message p {
		margin:0 0 30px;
	}
	
	.message .sign p {
		font-size:1.6rem;
	}
}
