
@charset "utf-8";

.main_contents {
	margin-bottom: 50px;
}

.main_contents .container {
	max-width: 900px;
}

main .title_area {
	background: #666;
	overflow: hidden;
	margin-bottom:30px;
}

main .title_area .container {
	box-shadow: 0 36px 0px 0px #666, 0 -36px 0px 0px #666, 48px 0 60px -16px rgba(0,0,0,0.4), -48px 0 60px -16px rgba(0,0,0,0.4);
	padding:2em;
}

main .title_area h1 {
	font-size:1.5em;
	font-weight:bold;
	color:#FFF;
	text-align: center;
}

/*---------------------------------------------------------

    contents

---------------------------------------------------------*/

.conts + .conts {
	margin-top: 4.2rem;
}

.main_contents h2 {
	font-weight:bold;
	border-left:solid 4px #F7CB00;
	background: #F5F5F5;
	padding:0.5em 0.8em;
	font-size:1.2em;
	margin-top:2em;
	margin-bottom:1em;
}

.main_contents p.lead {
	line-height: 1.6;
}

.main_contents h3 {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:0.3em;
}

.main_contents h2 + p,
.main_contents h2 + ol + p,
.main_contents h3 + p {
	margin-bottom: 3rem;
	line-height: 1.6;
}

.main_contents h4 {
	font-weight:bold;
	margin-bottom:0.3em;
}

.main_contents table {
	border:solid 1px #999;
}

.main_contents table tr th,
.main_contents table tr td {
	border-bottom:solid 1px #999;
	padding:0.5em 1em;
}

.main_contents table tr td a {
	text-decoration: underline;
}

.main_contents table tr td a:hover {
	text-decoration:none;
}

.main_contents table tr th {
	background: #F5F5F5;
}

@media screen and (min-width: 480px) {

/*---------------------------------------------------------

    contents

---------------------------------------------------------*/


}






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

.main_contents {
	margin-bottom: 100px;
}

/*---------------------------------------------------------

    contents

---------------------------------------------------------*/



}






@media screen and (min-width: 1098px) {

/*---------------------------------------------------------

    contents

---------------------------------------------------------*/



}






@media screen and (min-width: 1400px) {
	
/*---------------------------------------------------------

    contents

---------------------------------------------------------*/



}