@charset "utf-8";
h2 {
	margin-bottom: 5px;
	color: #036;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.00;
}

h1,h3,h4,h5 {
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5;
}
p {
	margin: 0px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
dl,dt,dd {
	margin: 0px;
	padding: 0px;
}
a {
	color: #08c;
	text-decoration: none;
}
a:hover {
}
a img {
	border: none;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.clearfix {
	zoom:1;
}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

#wrap {
	width: 100%;
	background: #fff;
}
.inner {
	width: 940px;
	margin: 0px auto;
	padding: 0px 0px;
}
.f_go {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.f_mi {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "Times New Roman", "HGS明朝E" "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}

.c_red {
	color: #cc0000 !important;
}

.pc_bk {
	display: block;
}
@media only screen and (max-width: 767px){
.inner {
	width: auto;
	padding: 0px 20px;
}
.sp_none {
	display: none;
}
.sp_bk {
	display: block;
}
.pc_bk {
	display: inline;
}
}

/* ------------------------------ header */
#header {
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 80px;
	background: #f3f3f3;
}
#header.home {
	position: fixed;
	z-index: 1000;
	bottom: 0px;
	left: 0px;
}
#header #logo {
	padding-top: 10px;
	float: left;
}
#header #logo a {
	overflow: hidden;
	display: block;
	width: 91px;
	height: 60px;
	background: url(/img/common/logo.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}
#header .bt_spnav {
	display: none;
}
#header .nav {
	float: right;
	margin-top: 40px;
}
#header .nav li {
	display: inline-block;
	margin: 0px 0px 0px 40px;
	line-height: 1em;
}
#header .nav li:first-child {
	margin: 0px;
}
#header .nav li a {
	display: block;
	color: #036;
	font-size: 16px;
	font-weight: bold;
}
#header .nav li a:hover {
	color: #4c7094;
}
#header .nav li a span {
	display: block;
	margin-top: 5px;
	color: #333;
	font-size: 11px;
}
#header .nav li a:hover span {
	color: #666;
}

@media only screen and (max-width: 767px){
#header {
	position: relative;
	height: auto;
}
#header .inner {
	padding: 0px;
}
#header.home {
	position: static;
}
#header #logo {
	padding: 12px 0px;
	float: none;
}
#header #logo a {
	width: 53px;
	height: 35px;
	margin-left: 20px;
	background: url(/img/common/logo.png) no-repeat;
	background-size: 53px 35px;
}
#header .bt_spnav {
	display: block;
	position: absolute;
	top: 9px;
	right: 9px;
	width: 46px;
	height: 42px;
	cursor: pointer;
}
#header .bt_spnav span {
	display: block;
	width: 28px;
	height: 2px;
	margin: 9px;
	background: #036;
}
#header .nav {
	display: none;
	float: none;
	position: absolute;
	z-index: 9999;
	top: 59px;
	left: 0px;
	width: 100%;
	margin-top: 0px;
	padding: 10px 0px 20px 0px;
	border-bottom: 1px solid #dfdfdf;
	background: rgba(256, 256, 256, 0.95);
}
#header .nav li {
	display: block;
	margin: 0px;
	line-height: 1em;
}
#header .nav li a {
	display: block;
	padding: 10px;
	font-size: 14px;
	text-align: center;
}
#header .nav li a span {
	font-size: 9px;
}
}

/* ------------------------------ footer */
#footer {
	padding: 30px 0px 10px 0px;
	background: #1a1a1a;
	color: #fff;
	line-height: 1.0;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .f_l {
	float: left;
	width: 620px;
}
#footer .nav {
	margin-bottom: 20px;
	font-size: 12px;
}
#footer .nav .head {
	float: left;
	width: 80px;
	font-size: 14px;
	font-weight: bold;
}
#footer .f_r {
	float: right;
	width: 220px;
	margin-bottom: 20px;
	padding-top: 35px;
	font-size: 11px;
}
#footer .policy {
	float: left;
}
#footer .copy {
	float: right;
}

@media only screen and (max-width: 767px){
#footer {
	line-height: 1.7;
}
#footer .f_l {
	float: none;
	width: auto;
}
#footer .nav .head {
	float: none;
	margin-bottom: 6px;
}
#footer .f_r {
	float: none;
}
}

/* ------------------------------ f_contact */
#f_contact {
	padding: 30px 0px;
}
#f_contact .img {
	float: left;
	width: 160px;
	margin-right: 20px;
	margin-bottom: 16px;
}
#f_contact .bt_contact {
	float: right;
	width: 300px;
	height: 60px;
	margin-left: 20px;
	padding-top: 46px;
	background: url(/img/common/bg_bt_contact.png) no-repeat;
}
#f_contact .bt_contact a {
	display: block;
	width: 220px;
	height: 60px;
	background: #036;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
}
#f_contact .bt_contact a:hover {
	background: #4c7094;
}
#f_contact .bt_contact a span {
	display: inline-block;
	padding-left: 40px;
	background: url(/img/common/ico_form.png) no-repeat left center;
}
#f_contact h2 {
	overflow: hidden;
	width: 187px;
	height: 20px;
	margin-bottom: 10px;
	background: url(/img/home/logo_f.png) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
}
#f_contact .address {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0;
}
#f_contact .tel {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
#f_contact .tel .h_tel {
	display: inline-block;
	width: 45px;
}
#f_contact .tel .num {
	color: #036;
	font-size: 24px;
}
#f_contact .txt_tel {
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
#f_contact .txt_access {
	font-size: 12px;
}

@media only screen and (max-width: 767px){
#f_contact {
	padding: 10px 0px;
}
#f_contact .img {
	display: none;
}
#f_contact .bt_contact {
	float: none;
	width: 260px;
	height: 60px;
	margin: 0px auto 20px auto !important;
	padding-top: 46px;
	background: url(/img/common/bg_bt_contact_sp.png) no-repeat;
}
#f_contact .bt_contact a {
	width: 180px;
}
#f_contact .tel {
	margin: 5px 0px;
	line-height: 1.0;
}
#f_contact .tel .fax {
	display: block;
}
}

/* ------------------------------ contents */
#contents .hgroup {
	height: 45px;
	padding-top: 95px;
	background: #036;
	color: #fff;
}
#contents .hgroup h1 {
	margin-bottom: 5px;
	font-size: 17px;
	line-height: 1.0;
}
#contents .hgroup .h_sub {
	font-size: 12px;
	line-height: 1.0;
}
#contents .body {
	padding: 40px 0px;
}
#contents .body h2 {
	margin-bottom: 5px;
	color: #036;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.0;
}
#contents .body .h_sub {
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.0;
}
#contents .section {
	margin-bottom: 50px;
}
@media only screen and (max-width: 767px){
#contents .hgroup {
	height: auto;
	padding: 20px 0px;
}
#contents .hgroup h1 {
	font-size: 18px;
}
#contents .hgroup .h_sub {
	font-size: 12px;
}
#contents .body h2 {
	font-size: 18px;
}
#contents .body .h_sub {
	font-size: 12px;
}
#contents .body {
	padding: 20px 0px;
}
#contents .section {
	margin-bottom: 30px;
}
}

/* ------------------------------ company */
.company {
	padding: 0px 60px;
}
.company dl {
	clear: both;
	border-top: 1px solid #ddd;
	font-size: 14px;
}
.company dt {
	float: left;
	width: 160px;
	padding: 8px 0px;
	text-align: right;
	white-space: nowrap;
}
.company dd {
	float: right;
	width: 620px;
	padding: 8px 0px;
}

@media only screen and (max-width: 767px){
.company {
	padding: 0px;
}
.company dt {
	float: none;
	width: auto;
	padding: 8px 0px 0px 0px;
	text-align: left;
}
.company dd {
	float: none;
	width: auto;
	padding: 0px 0px 8px 0px;
}
.company dl:nth-child(n+15) dd br {
	display: none;
}
}

/* ------------------------------ area_access */
.area_access {
	padding: 30px 0px 0px 0px;
}
.area_access h2 {
	margin-bottom: 5px;
	color: #036;
	font-size: 28px;
	font-weight: bold;
	line-height: 1em;
}
.area_access h3 {
	margin-bottom: 16px;
	color: #036;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.area_access .h_sub {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
}
.area_access .bt_group li {
	float: left;
	margin-left: 20px;
}
.area_access .bt_group li:first-child {
	margin-left: 0px;
}
#accessMap, 
#accessMap2 {
	width: 100%;
	height: 450px;
	background: #ccc;
}
#accessMap img, 
#accessMap2 img {
	width: auto;
	max-width: none;
}
.area_access .info {
	padding:  30px 0;
}
.area_access .info .inner {
	position: relative;
}
.area_access .info .img {
	float: left;
	width: 160px;
}
.area_access .info .body {
	margin: 0 240px 0 180px;
}
.area_access .info .name {
	margin-bottom: 8px;
}
.area_access .info .name span {
	display: inline-block;
	margin-left: 16px;
	font-size: 18px;
	font-weight: bold;
	vertical-align: bottom;
}
.area_access .info .address {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.area_access .info .tel {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.area_access .info .tel .h_tel {
	display: inline-block;
	width: 45px;
}
.area_access .info .tel .num {
	color: #036;
	font-size: 24px;
}
.area_access .info .txt_tel {
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
.area_access .info .txt_access {
	font-size: 12px;
}
.area_access .info .bt_contact {
	position: absolute;
	top: 0;
	right: 20px;
	width: 300px;
	height: 60px;
	margin-left: 20px;
	padding-top: 46px;
	background: url(/img/common/bg_bt_contact.png) no-repeat;
}
.area_access .info .bt_contact a {
	display: block;
	width: 220px;
	height: 60px;
	background: #036;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
}
.area_access .info .bt_contact a:hover {
	background: #4c7094;
}
.area_access .info .bt_contact a span {
	display: inline-block;
	padding-left: 40px;
	background: url(/img/common/ico_form.png) no-repeat left center;
}
.area_access .info .link {
	padding-top: 8px;
}
.area_access .info .link a:hover {
	text-decoration: underline;
}
.area_access .info .link a:before {
	content: '';
	display: inline-block;
	margin-right: 4px;
	border: 4px solid transparent;
	border-left: 6px solid #08c;
}
@media only screen and (max-width: 767px){
.area_access h2 {
	font-size: 18px;
}
.area_access h3 {
	font-size: 16px;
}
.area_access .h_sub {
	font-size: 12px;
}
.area_access .info {
	padding: 16px 0px 32px;
}
.area_access .info .img {
	display: none;
}
.area_access .info .body {
	margin: 0;
}
.area_access .info .bt_contact {
	position: static;
	width: 260px;
	height: 60px;
	margin: 0px auto 20px auto !important;
	padding-top: 46px;
	background: url(/img/common/bg_bt_contact_sp.png) no-repeat;
}
.area_access .info .bt_contact a {
	width: 180px;
}
.area_access .info .tel {
	margin: 5px 0px;
	line-height: 1.0;
}
.area_access .info .tel .fax {
	display: block;
}
}


