@charset "UTF-8";

section h2 {
    margin-top: 2em;
}
section div::after {
    display: block;
    content: "";
    clear: both;
}
section div ul {
	margin-top: .5em;
	display: flex;
	justify-content: space-between;
}
section div ul li {
	width: 32%;
}
section div ul li img {
	width: 100%;
	height: auto;
}
section img.mainPh {
    float: left;
    width: 40%;
    max-width: 640px;
    height: auto;
    margin-right: 20px;
}
@media screen and (max-width:799px) {
	section img.mainPh {
		width: 30%;
    margin-right: 10px;
	}
}

/*若奥様から「業務案内は見せたいページ。文字を大きくしたい」とのことでコンテンツのみ拡大　2019/12/10追加*/
section h2 {
	font-size: 1.6em;
}
section p {
	font-size: 1.2em;
}