@charset "UTF-8";
/* CSS Document */

/*============タイトル============*/
.title_bg{
background: url("images/title.jpg") no-repeat center center;
background-size: cover;
}

/*============本文============*/

.title_h2 {
	text-align: left;
	margin: initial;
	width: 100%;
	border-bottom: 2px dotted #aaa;
}

.topics {
	width: 90%;
	margin: auto;
	text-align: left;
	padding: 2em;
	border: 2px solid #aaa;
	border-radius: 30px;
}