@charset "UTF-8";

#contents_blk {
	width: auto;
	float: none;
}
#contents_blk h1 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	color: #000;
	margin-bottom: 8px;
}
#contents_blk h1 + p {
	line-height: 1.2;
	text-align: center;
	color: #000;
}
#contents_blk .himg {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 40px 0 20px;
}
#contents_blk .himg img {
	width: auto;
	height: 212px;
}
#contents_blk .himg p {
	text-align: center;
}
#contents_blk .himg + p {
	text-align: right;
	padding-right: 1em;
	margin-bottom: 40px;
}

#base_blk {
	background-color: #FFF59D;
	padding: 30px 40px;
	border-radius: 20px;
}
#base_blk h1 {
	line-height: 1;
	color: #4496D3;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #4496D3;
	margin-bottom: 40px;
}
#base_blk h2 {
	line-height: 45px;
	font-weight: bold;
	color: #000;
	padding: 0 0 0 20px;
	border-left: 10px solid #FFBC00;
	margin-bottom: 30px;
}
#base_blk p {
	padding-bottom: 40px;
	line-height: 1.8;
}
#base_blk p.npb {
	padding-bottom: 0;
}
#base_blk hr {
	border-color: #808080;
	margin: 40px 0;
}
#base_blk strong {
	display: block;
	line-height: 1.8;
	font-weight: 700;
	font-feature-settings: "palt";
	padding-bottom: 5px;
}
#base_blk strong.index {
	padding-bottom: 35px;
}
#base_blk ol {
	line-height: 1.8;
	font-weight: 700;
}
#base_blk ul {
	line-height: 1.8;
	padding-bottom: 40px;
}
#base_blk ul.npb {
	padding-bottom: 0;
}
#base_blk ul li {
	padding-left: 1em;
	text-indent: -1em;
}
#base_blk ul li::before {
	content: "⚫︎";
}
#base_blk a {
	text-decoration: underline;
	color: #000;
}
#base_blk img.ban {
	width: 400px;
	height: auto;
	margin-top: 20px;
}
#base_blk img.float1 {
	width: 144px;
	height: auto;
	float: right;
	margin: 0 0 10px 10px;
}
#base_blk img.float2 {
	width: 224px;
	height: auto;
	float: right;
	margin: 0 0 10px 10px;
}
.spacer {
	height: 30px;
}

@media screen and (max-width: 767px) {
	#contents_blk {
		padding: 0;
	}
	#contents_blk h1 {
		font-size: 20px;
		margin-top: 20px;
	}
	#contents_blk h1 + p {
		font-size: 12px;
	}
	#contents_blk .himg {
		margin: 20px 0 10px;
	}
	#contents_blk .himg img {
		height: 73px;
	}
	#contents_blk .himg p {
		font-size: 8px;
	}
	#contents_blk .himg + p {
		font-size: 8px;
		margin-bottom: 20px;
	}
	#base_blk {
        padding: 20px 0 0;
        border-radius: 0;
    }
	#base_blk h1 {
		background-color: #e17b34;
		color: #FFF;
		font-size: 16px;
		line-height: 40px;
		padding: 0 20px;
		border-bottom: none;
		margin-bottom: 20px;
	}
	#base_blk h2 {
		font-size: 20px;
		line-height: 1.3;
		margin: 0 20px 20px;
		padding-left: 10px;
	}
	#base_blk p {
		font-size: 14px;
		line-height: 1.5;
		padding: 0 20px 30px;
	}
	#base_blk hr {
		margin: 20px 0;
	}
	#base_blk strong {
		padding-left: 20px;
		padding-right: 20px;
	}
	#base_blk strong.index {
		padding-bottom: 15px;
	}
	#base_blk ol {
		padding: 0 20px;
	}
	#base_blk ol li {
		padding-left: 1.2em;
		text-indent: -1.2em;
	}
	#base_blk ul {
		padding: 0 20px 20px;
	}
	#base_blk img.ban {
		width: 100%;
	}
	#base_blk img.float1 {
		width: 72px;
		margin-right: 20px;
	}
	#base_blk img.float2 {
		width: 112px;
		margin-right: 20px;
	}
	.spacer {
		height: 20px;
	}
}
