@charset "utf-8";

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

   common

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


/*reset-------------------------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
  -webkit-backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

header,section,article,aside,footer,nav {
 display: block;
}

/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 16px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 1.8;
}

a:link {
	color: #006699;
}

a:visited {
	color: #993300;
}

a:hover, a:active {
	color: #F26400;
	opacity: 0.8;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

/*-------------------------------------------------common*/


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#headerWrap {
	border-bottom: 1px solid #EEEEEE;
}

#header {
	display: flex;
	width: 96%;
	max-width: 1220px;
	height: 88px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

#header .title h1 span {
	font-size: 12px;
	display: block;
}

#header .title h1 a {
	display: block;
	text-decoration: none;
	color: #000;
}

#header .hInfo {
	display: flex;
	justify-content: right;
	align-items: center;
	padding: 2px 0 0;
}

#header .hInfo .nav ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header .hInfo .nav ul li {
	margin: 0 0 0 34px;
	padding: 0;
	position: relative;
}

#header .hInfo .nav ul li .menu_contents {
	display: none;
	position: absolute;
 top: 0;
 left: 0;
 width: 200px;
	z-index: 100;
}

#header .hInfo .nav ul li .menu_contents ul {
	background-color: #003567;
	display: block;
	border: 1px solid #003567;
	margin-top: 34px;
}

#header .hInfo .nav ul li .menu_contents ul li {
	border-bottom: 1px solid #FFF;
	margin: 0;
}

#header .hInfo .nav ul li .menu_contents ul li:last-child {
	border-bottom: 0;
}

#header .hInfo .nav ul li .menu_contents ul li a {
	display: block;
	padding: 4px 10px;
	color: #FFF;
	font-size: 16px;
	background: url(../image/arrow-02.png) no-repeat 96% center;
}


#header .hInfo .nav ul li a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
	font-size: 19px;
	display: block;
}

#header .hInfo .hContact {
	width: 280px;
	margin-left: 65px;
	text-align: right;
	line-height: 1;
}

#header .hInfo .hContact .tel {
	color: #f39800;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 6px;
}

#header .hInfo .hContact .tel span {
	font-size: 14px;
	color: #000;
	margin-right: 4px;
}

#header .hInfo .hContact .time {
	display: inline-block;
	background-color: #eee;
	border-radius: 4px;
	font-size: 12px;
	padding: 12px 4px;
}

.menu-trigger {
	display: none;
}

.sp_hContact {
	display: none;
}

/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footerWrap {
	background-color: #003567;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	color: #FFF;
}

#footer .info {
	width: 50%;
	padding: 20px 0;
	line-height: 1.5;
}

#footer .info p {
	margin: 0 0 30px;
}

#footer .info p:first-child {
	font-size: 19px;
}


#footer .nav {
	width: 50%;
	padding: 20px 0 20px 50px;
	border-left: 2px solid #FFF;
	display: flex;
	line-height: 2;
}

#footer .nav ul {
	margin: 0 30px 0 0;
	padding: 0;
	list-style: none;
}

#footer .nav ul li a {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}

#footer .nav ul li ul {
	margin-left: 1em;
}








