﻿/*宣材写真*/
.bg-cream {
	background: #f5deb3;
}

.contents-area-port {
	width:80%;
	margin:0 auto;
	background: #fff;
	overflow: hidden;
}

.contents-area-port h1 {
	text-align: center;
	font-size: 30px;
	margin: 5% 0 1%;
}

.contents-area-port h2 {
	text-align: center;
	font-size: 20px;
	margin: 2% 0 1%;
	font-weight: bold;
}

.contents-area-port h2 span {
	font-size: 16px;
}

.photocol {
	display: flex;
	justify-content: center;
	width: 90%;
	margin: 2% auto 5%;
}

.photocol div {
	margin: 0 .5%;
}

.photocol img {
	width: 100%;
}

.col-red {
	color: red;

}
