@charset "Shift_JIS";

section.mainBox{
	background:#c8000b;
	}

h1 {
	color:#fff;
	border:none;
	font-size:1.6em;
	margin-top:0.5em;
	text-align:center;
	}

article.container > div {
	margin-bottom: 40px !important;
	background:#ffffff;
	border-radius: 6px;
	padding:4%;
}

h2 {
	text-align:center;
	color:#c8000b;
	font-size:1.5em;
/*	font-weight:bold;*/
	border:none;
	}

h2:after {
	background:none;
	}
/*---------------------------------
btnLink
----------------------------------*/
.btnNavi{
	background:#000000;
	border:1px solid #000000;
	margin-top:7px;
	}
	.btnNavi:hover{
	background:#333333;
	text-decoration:none;
}
.btnLink{
	padding: 0.5em 0.8em;
	width:80%;
}

.btnRed {
	background:#ff3b0f;
}
.btnRed:hover {
	background:#e3350e;
	text-decoration: none;
}
/*---------------------------------
.attBox
----------------------------------*/
.attBox01 {
	border-radius: 6px;
}
@media screen and (max-width: 767px){
.attBox01 {
	padding-top:5%;
	padding-bottom:7%;
}
}

