@charset "UTF-8";


main section h2 {
	line-height: 1.2;
	margin: 0 5px;
}
main section p {
	margin: 0 5px 20px;
}
main section .date {
	text-align: right;
}
main section .text,
main section .link{
	font-size: 1.4rem;
}

main section .photo {
	text-align: center;
}
main section .goback a {
	position: relative;
	display: block;
	width: 240px;
	height: 40px;
	margin: auto;
	border: 1px solid #18539e;
	color: #18539e;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	letter-spacing: 5px;
}
main section .goback a::before {
	position:absolute;
	left: 20px;
	content:"ù";
	font-family:'condenseicon';
	font-size: 2rem;
	font-weight: normal;
}

