@charset "utf-8";

/* article */
article{
	padding-bottom:0;
}
@media screen and (max-width:768px){
	article{
		padding-bottom:10%;
	}
}


/* article.low h1 */
article.low h1{
	background:url(../images/greeting/h1_bg.jpg)no-repeat center center;
	background-size:cover;
}
@media screen and (max-width:768px){
	article.low h1{
		background:url(../images/greeting/h1_bg_s.jpg)no-repeat center center;
		background-size:cover;
	}
}

/* .cont */
.cont{
	padding:90px 0 0;
}
.cont h2{
	margin-bottom:2em;
	font-size:24px;
	color:#174045;
}
.cont h2 span{
	font-size:27px;
	font-weight:900;
	color:#ce6000;
}
.cont figure{
	width:350px;
	float:left;
	margin-right:1em;
}
.cont figure figcaption{
	font-size:23px;
}
.cont figure figcaption span{
	margin-right:1em;
	font-size:16px;
}
.cont section{
	padding-bottom:60px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.cont section:last-of-type{
	margin-bottom:0;
}
.cont section h3{
	margin-bottom:0.8em;
	font-size:20px;
	color:#ce6000;
}
.cont section p{
	line-height:2;
	font-size:16px;
}

@media screen and (max-width:768px){
	.cont{
		padding:9% 0 0;
	}
	.cont h2{
		line-height:1.3;
		margin-bottom:1em;
		font-size:5vw;
		text-align:left;
	}
	.cont h2 span{
		font-size:5.4vw;
	}
	.cont figure{
		width:auto;
		float:none;
		margin:0 0 9%;
	}
	.cont figure figcaption{
		margin-top:0.5em;
		font-size:4.5vw;
		text-align:right;
	}
	.cont figure figcaption span{
		font-size:3.2vw;
	}
	.cont section{
		padding-bottom:9%;
	}
	.cont section:last-of-type{
		padding-bottom:20%;
	}
	.cont section h3{
		font-size:3.8vw;
	}
	.cont section p{
		line-height:1.6;
		font-size:3.6vw;
	}
}
