@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
}
html {
	font-size: 14px;
}
body {
	margin: 0px;
	padding: 0px;
	line-height: 1.7;
	color: #222222;
    vertical-align:baseline;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, div{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	word-wrap: break-word;
    vertical-align:baseline;
}
img {
	border: 0px none;
	vertical-align: bottom;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
th,td {
	word-break: break-all;
}
input, select {
    vertical-align:middle;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
.opa:hover img {
	filter: alpha(opacity= 80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
.radius {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;	
	border-radius: 5px;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.br_sp {
	display: none;
}
.fc_red {
	color: #E60012;
}
header {
	width: 100%;
	min-width: 1300px;
	margin: 0 auto;
	border-bottom: solid 10px #B60005;
	color: #FFFFFF;
	font-size: 18px;
}
header .inner {
	width: 1300px;
	height: 140px;
	margin: 0 auto;
	background: url(../img/common/header_bg.png) no-repeat center center;
	position: relative;
}
header .inner address {
	font-style: normal;
	margin: 20px 0 0 15px;
}
header nav {
	position: absolute;
	right: 10px;
	bottom: 5px;
}
header nav ul {
	overflow: hidden;
}
header nav ul li {
	float: left;
	margin-right: 20px;
}
header nav ul li:before {
	content: "▶";
}
header nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
header nav ul li a:hover {
	text-decoration: underline;
}
#content {
	width: 1300px;
	min-height: 650px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 75px 40px;
}
#content h2 {
	background: #F08321;
	width: 1300px;
	margin: 32px 0 15px -75px;
	padding: 5px 75px;
	line-height: 1;
}
#content h3 {
	font-size: 23px;
	font-weight: bold;
	color: #B60005;
	border: solid 2px #F08321;
	margin-top: 45px;
	margin-bottom: 15px;
	line-height: 1;
	padding: 6px 5px 2px 5px;
}
#content h3:nth-of-type(1) {
	margin-top: 0;
}
footer {
	width: 100%;
	min-width: 1300px;
	margin: 0 auto;
	background: #910000;
	color: #FFFFFF;
}
footer .inner {
	width: 1300px;
	margin: 0 auto;
	padding: 25px 75px 15px;
	position: relative;
}
footer .inner address {
	font-size: 13px;
	font-style: normal;
	margin-top: 7px;
}
footer .inner small {
	position: absolute;
	right: 75px;
	bottom: 15px;
	font-size: 11px;
}



@media screen and (max-width: 640px) {
* {
	font-family: Helvetica,"Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,"メイリオ",'MS PGothic',sans-serif;
}
html {
	min-width: 320px;
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
}
img {
	width: 100%;
	height: auto;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.br_pc {
	display: none;
}
.br_sp {
	display: inline;
}
header {
	min-width: inherit;
	border-bottom: none;
	font-size: 14px;
}
header .inner {
	width: 100%;
	height: auto;
	background: url(../img/common/header_bg.png) no-repeat center center;
	background-size: auto 100%;
	position: relative;
}
header .inner h1 {
	width: 60%;
	line-height: 1;
}
header .inner address {
	font-style: normal;
	margin: 3% 2% 3% 2%;
	font-size: 13px;
}
header nav {
	position: static;
	background: #B60005;
}
header nav ul {
	overflow: hidden;
}
header nav ul li {
	margin-right: 0;
	width: 50%;
	border-left: solid 1px #FFFFFF;
	padding: 1.5% 0;
}
header nav ul li:nth-of-type(2n+1) {
	border-left: none;
}
header nav ul li:nth-of-type(n+3) {
	border-top: solid 1px #FFFFFF;
}
header nav ul li:before {
	content: none;
}
header nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
}
header nav ul li a:hover {
	text-decoration: underline;
}
nav {
	width: 100%;
}
nav ul {
	width: 100%;
}
nav ul li {
	float: none;
}
nav ul li a {
	display: block;
}
nav li a:after {
	content:attr(data-label);
}
nav ul li a img {
	display: none;
}
#content {
	width: 100%;
	min-height: inherit;
	padding: 0 4% 4%;
}
#content h2 {
	width: 108.7%;
	margin: 6% 0 15px -4.3%;
	padding: 5px 4%;
	line-height: 1;
}
#content h2 img {
	width: auto;
	height: 26px;
}
#content h3 {
	font-size: 18px;
	margin-top: 8%;
	margin-bottom: 2%;
	line-height: 1;
	padding: 6px 5px 2px 5px;
}
#content h3:nth-of-type(1) {
	margin-top: 0;
}
footer {
	min-width: inherit;
}
footer .inner {
	width: 100%;
	padding: 4%;
}
footer .inner p:nth-of-type(1) {
	width: 40%;
}
footer .inner address {
	font-size: 13px;
	font-style: normal;
	margin-top: 7px;
}
footer .inner small {
	position: static;
	font-size: 11px;
}
}
