@charset "utf-8";

.contentsBlock{
	background: url(../img/bg.png) no-repeat center top;
	background-size: 100% auto;
	padding-bottom: 100px;
}

.headBlock{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}

.headBlock .ttl_main{
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.contentsBlock > .inner{
	max-width: 1000px;
	padding: 5px 0 5px;
	margin: auto;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}

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

	.headBlock{
		height: 50px;
	}

	.headBlock .ttl_main{
		font-size: 1.6rem;
	}

	.contentsBlock{
		padding: 0 10px 40px;
	}

	}/* --- max-width:768px */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ greetBox */

.greetBox{
	display: table;
	width: 100%;
	border-top: 1px solid #333;
	padding: 40px 0 60px;
}
.greetBox.border{border-bottom: 1px solid #333;}

.greetBox .imgSide{
	display: table-cell;
	text-align: center;
	width: 260px;
	vertical-align: top;
}

.greetBox .imgSide .img{
	display: inline-block;
	width: 200px;
}

.greetBox .imgSide .name{
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 8px;
}

.greetBox .imgSide .prop{
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 5px;
}

.greetBox .txtSide{
	display: table-cell;
	padding: 0 30px;
	vertical-align: top;
}

.greetBox .txtSide .txt{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.2;
}

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

	.greetBox{
		display: block;
		width: 100%;
		padding: 20px 0 40px;
	}

	.greetBox .imgSide{
		display: block;
		width: 100%;
	}

	.greetBox .imgSide .img{
		display: inline-block;
		max-width: 200px;
	}

	.greetBox .imgSide .name{
		font-size: 1.6rem;
		margin-top: 5px;
	}

	.greetBox .imgSide .prop{
		font-size: 1.2rem;
	}

	.greetBox .txtSide{
		display: block;
		padding: 0;
		margin-top: 20px;
	}

	.greetBox .txtSide .txt{
		font-size: 1.4rem;
	}

	}/* --- max-width:768px */
