@charset "utf-8";
h1 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.25em;/*上下 左右の余白*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #5DC2D0;/*左線*/
	margin-bottom: 1em;
}
h2,h3 {
	font-size: 1.15em;
	line-height: 1.2em;
	font-weight: 700;
}
h2 {
	width: 95%;
	text-align: center;
	padding: 0.5em;
	margin: 1.5em auto;
	background-color: #86B3E0;
    color: #FFFFFF;
}
h3 {
    color: #4774A2;
	margin-bottom: 0.5em;
}
h4 {
	width: 98%;
    color: #5DC2D0;
	margin-left: 0.5em;
	line-height: 1.2em;
	font-size: 1.2em;
}
sub {
	font-size: 0.6em;
    color: #000000;
}
p{
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 0.5em;
	margin-bottom: 1em;
}
.tex{
	width: 95%;
	margin:0.5em auto 1em;
	line-height: 1.4em;
}
.imges .inner {
	margin:1.2em auto 5em;
	width:95%;
	padding: 0;
	display: grid;
	grid-template-columns: 48% 48%;
	grid-column-gap: 4%;
	grid-row-gap: 4%;
}
.imges .inner.last {
	margin:1.2em auto 6em;
}
.imges .inner div img{
	width:100%;
}
@media screen and (min-width: 321px) {

}
@media screen and (min-width: 481px) {
	h2,h3 {
		font-size: 1.5em;
		line-height: 1.5em;
	}
	h2 {
		width: 70%;
	}
	.imges .inner {
		margin:1.2em auto 5em;
		display: grid;
		grid-template-columns: 30% 30% 30%;
		grid-column-gap: 5%;
		grid-row-gap: 5%;
	}
}