@charset "UTF-8";
/* CSS Document */
.content{
	width:96%;
	max-width:1400px;
	margin:auto;
}
.content img	{
	width: 100%;
}
.content .open{
	width:96%;
	max-width:1000px;
	margin:auto;
}
.content .open h2{
	margin:1em 0;
	border-bottom:1px solid #ccc;
}
.content .open .date{
	text-align:right;
	margin-bottom:20px;
}
.content .open .contact{
	font-size:90%;
	line-height:1.7em;
	margin-top:20px;
}
.content .open .contact h6{
	font-size:1.0rem;
}

.content .image{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:10px;
}
.content .image img{
	width:49.5%;
	margin-bottom:10px;
}
.content p {
	font-size: 14px;
}
.content .small	{
	font-size: 12px;
}
.content p a{
    text-decoration: unset;
    color: #094098;
    border-bottom: 1px dotted #094098;
    padding-bottom: 0.2em;
}

@media screen and (max-width: 768px) {

}
@media screen and (max-width: 599px) {
	.content .image{
		display:block;
		justify-content:unset;
		flex-wrap:unset;
		margin-top:10px;
	}
	.content .image img{
		width:100%;
		margin-bottom:10px;
	}

}