@charset "utf-8";

/*
https://www.shashin-kagaku.co.jp/skm/blog/image-storage.php
*/

.postMain h3{
	font-size: 32px;
	text-align: left;
	text-indent: -2.25em;
	padding-left: 2.25em;
}
.postMain h3 span{
	display: inline;
	font-size: 2em;
}
@media screen and (max-width: 640px){
	.postMain h3{
		text-indent: 0;
		padding-left: 0;
		font-size: 24px;
	}
	.postMain h3 span{
		display: block;
	}
}

.postMain h4{
	font-size: 28px;
	text-align: left;
}
.postMain h4:before{
	content: "■";
	display: inline;
	margin-right: .3em;
}
@media screen and (max-width: 640px){
	.postMain h4{
		font-size: 20px;
		text-align: left;
	}
}

.sec02 dl,
.sec03 dl{
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.5;
}
.sec02 dl dt,
.sec03 dl dt{
	margin-top: 20px;
	font-weight: bold;
}
.sec02 dl dt:first-child,
.sec03 dl dt:first-child{
	margin-top: 0;
}
.sec02 dl dd,
.sec03 dl dd{
	margin-top: .3em;
	padding-left: 1.5em;
}

.sec04 figure.contents-logo{
	width: 64%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 640px){
	.sec04 figure.contents-logo{
		width: 100%;
	}
}

.sec04 h5{
	font-size: 1.5em;
	line-height: 1.5;
}
.sec04 .bdpdimg{
	width: 90%;
	margin-top: 32px;
	margin-right: auto;
	margin-left: auto;
	padding: 2em;
	border: 3px solid #eee;
}
@media screen and (max-width: 640px){
	.sec04 .bdpdimg{
		width: 100%;
		padding: 1em;
	}
}

.postMain .section.sec05{
	padding-bottom: 100px;
}
@media screen and (max-width: 640px){
	.postMain .section.sec05 .tac{
		text-align: left !important;
	}
}