@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;
}

/*------------------------------------*\
  $common
\*------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 14px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.4;
  border-top: solid 3px #007bbb;
}

a {
  color: #000;
  opacity: 1;
  transition: opacity .5s;
}
a:hover {
  opacity: .7;
}

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

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

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* 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;
}

.bg-gray {
  background: #eee;
}

.f-clear {
  clear: both;
}

/*------------------------------------*\
  $original
\*------------------------------------*/
section {
  width: 950px;
  margin: 0 auto;
}

h2 {
  font-size: 25px;
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding-top: 40px;
  color: #444;
}

h2.white {
  color: #fff;
}

.under-h2 {
  display: block;
  margin: 6px auto 20px;
  padding-left: 10px;
  padding-right: 10px;
  background: #007bbb;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: auto;
  height: 24px;
  line-height: 24px;
  display: table;
  position: relative;
}
.under-h2:before {
  content: url("../image/under-h2-left.png");
  position: absolute;
  left: -11px;
}
.under-h2:after {
  content: url("../image/under-h2-right.png");
  position: absolute;
  right: -11px;
}

/*h2.white + .under-h2 {
  background-color: #fff;
  color: #007bbb;
}
h2.white + .under-h2:before {
  content: url("../image/under-h2-white-left.png");
  position: absolute;
  left: -11px;
}
h2.white + .under-h2:after {
  content: url("../image/under-h2-white-right.png");
  position: absolute;
  right: -11px;
}*/

.no-btm {
  margin-bottom: 0;
}

.px700 {
  width: 700px;
  margin: 0 auto;
}

.px800 {
  width: 800px;
  margin: 0 auto;
}

.title {
  background: #007bbb;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
}

.pankuzu {
  margin-top: 6px;
  padding-bottom: 6px;
  border-bottom: solid 1px #007bbb;
  color: #007bbb;
  font-size: 12px;
}
.pankuzu a {
  color: #007bbb;
}

/*------------------------------------*\
  $header
\*------------------------------------*/
header .h-logo {
  margin: 23px auto;
  width: 315px;
  display: block;
}

.gray-line {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.gray-line nav {
  width: 1000px;
  margin: 0 auto;
}
.gray-line nav ul {
  margin: 0;
  padding: 0;
}
.gray-line nav ul li {
  width: 196px;
  display: inline-block;
  padding-top: 13px;
  padding-bottom: 15px;
}
.gray-line nav ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  height: 35px;
  border-right: solid 1px #ccc;
}
.gray-line nav ul li a span {
  font-size: 12px;
  color: #666;
  display: block;
}
.gray-line nav ul li.active {
  border-top: solid 2px #007bbb;
}
.gray-line ul li ul {
  display: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  z-index: 9999;
  margin-top: 16px;
}
.gray-line ul li ul li {
  padding: 0;
}
.gray-line ul li ul li a {
  height: 45px;
  line-height: 45px;
  border: none;
  background-color: #007bbb;
  color: #fff;
  font-size: 14px;
  border-bottom: solid 1px #3E6A97;
}
.gray-line ul li ul li:last-of-type a {
  border: none;
}
.gray-line ul li:hover ul {
  display: block;
}
.gray-line .position-a {
  position: relative;
}
.gray-line .position-a:hover {
  cursor: pointer;
}
header .head-box-left {
	height: 150px;
  display: block;
  float: left;
  margin-top: 10px;
	padding-top: 50px !important;
  padding-left: 33px !important;
	font-weight:bold;
}
header ul.head-box01-left {
	left:10px !important;
	position:relative;
}
header ul.head-menu-arrow:before {
	content: url("../image/head-menu-arrow.gif");
	position: absolute;
  top: -14px;
  left: 52px;
}
.gray-line nav ul li#rec_menu_btn_03 ul li a {
	background:#0C2388;
}
header .head-box-left.head-box-left-btn_03 {
	height:150px;
  padding-top: 60px !important;
}
header .head-box01-left.head-box04-left {
	right: -1px;
}
.gray-line nav ul li ul.head-box04-left li a {
	background:#0C2388;
	color: #fff;
  height: 74px;
	line-height: 74px;
}
.gray-line nav ul li ul.head-box04-left li a:hover {
  background: #fff;
  color: #0C2388;
}


/*------------------------------------*\
  $footer
\*------------------------------------*/
footer {
  background: #0C2388;
  color: #fff;
  position: relative;
  margin-top: 150px;
}
footer .footer-logo {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
footer .footer-adress {
  width: 900px;
  margin: 0 auto;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
footer .footer-adress .foot-left div, footer .footer-adress .foot-right div, footer .footer-adress .foot-center div {
  border-left: solid 3px #fff;
  padding-left: 8px;
  margin-bottom: 10px;
}
footer .blue-border {
  display: block;
  width: 100%;
  height: 10px;
  background-color: #007bbb;
  margin-bottom: 35px;
  transition: opacity .5s;
  opacity: 1;
}
footer a.totop {
  background: url("../image/totop.png") no-repeat;
  padding-top: 30px;
  padding-left: 40px;
  top: -54px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 143px;
  height: 54px;
  display: block;
  text-decoration: none;
  color: #fff;
}
footer a.totop:hover {
  background: url("../image/totop-after.png") no-repeat;
  opacity: 1;
}
footer a.totop:hover + .blue-border {
  opacity: .7;
}
footer .foot-menu {
  width: 900px;
  border-top: solid 1px #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 30px auto 0;
}
footer .foot-menu ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-left: 60px;
}
footer .foot-menu ul li {
  display: inline-block;
}
footer .foot-menu ul li a {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-right: solid 1px #fff;
}
footer .foot-menu ul li:last-of-type a {
  border: none;
}

.copy {
  text-align: center;
  font-size: 11px;
  margin-bottom: 1px;
  margin-top: 4px;
}

/*# sourceMappingURL=common.css.map */
footer .foot-menu ul {
  width: 80%;
}

section.px700 img {
max-width: 100%;
height: auto;
}