@charset "utf-8";

/* ===================================================================
CSS information

 file name  :module.css
 style info :共通（ヘッダー、フッター）
=================================================================== */


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */

#global_header {
  margin-bottom: 0px !important;
}

#header {
  width: 100%;
  height: 150px;
  background: url(../img/header/bg-header.gif) repeat-x;
}

#header_area {
  width: 962px;
  height: 100px;
  margin: 0 auto;
}

#header_area h1#logo, #header_area p#logo {
  float: left;
  width: 122px;
  padding: 18px 0 0 12px;
  margin-bottom: 0;
}

#header_area ul#header_nav {
  float: right;
  padding-top: 43px;
  padding-right: 20px;
  zoom: 1;
}

#header_area ul#header_nav:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

#header_area ul#header_nav li {
  display: inline-block;
  vertical-align: middle;
}

#header_area ul#header_nav li.header_fb {
  display: inline-block;
  margin-left: 20px;
  margin-right: -20px;
}

#header_area ul#header_nav li.header_fb a {
  display: inline-block;
}

#header_area ul#header_nav li.header_fb:hover {
  opacity: 0.6;
}

#header ul#global_nav {
  width: 963px;
  margin: 0 auto;
  zoom: 1;
}

#header ul#global_nav:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

#header ul#global_nav li {
  float: left;
}


/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */

#footer_box p.page_top {
  position: absolute;
  top: -130px;
  right: 75px;
  width: 74px;
  line-height: 1;
  margin-bottom: 0;
}

.block_bottom .button_anchor {
  position: relative;
  background: #254692;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all .12s ease-in-out;
  -o-transition: all .12s ease-in-out;
  transition: all .12s ease-in-out;
  height: 64px;
  width: 420px;
  line-height: 1;
  border-radius: 40px;
  display: table-cell;
  vertical-align: middle;
  display: inline-block;
}

.block_bottom .button_anchor:hover {
  box-shadow: 3px 5px 30px 0 rgba(0, 0, 0, 0.4);
}

.block_bottom .button_anchor:after {
  content: '';
  background: url(../other/img/zeisei-2/ico-arow_right_blue.png) no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all .12s ease-in-out;
  -o-transition: all .12s ease-in-out;
  transition: all .12s ease-in-out;
}

.block_bottom .button_anchor:hover:after {
  right: 14px;
}

.block_bottom {
  background: #254692;
  padding: 72px 22px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  width: 100%;
  min-width: 982px;
}

.block_bottom .article {
  margin: 0 auto;
  display: table;
}

.block_bottom .bottom_left, .block_bottom .bottom_right {
  display: table-cell;
  width: 491px;
  vertical-align: middle;
}

.block_bottom .bottom_right {
  text-align: right;
}

.block_bottom .bottom_right a {
  background: #fff;
  font-weight: 500;
}

.block_bottom .bottom_right a:hover {
  text-decoration: none;
}

.bottom_right span.txt_small {
  font-size: 100%;
  margin: 12px 0 7px;
}

.bottom_right span.txt_large {
  font-size: 167%;
  font-weight: 500;
  margin-top: 21px;
}

.bottom_right span.txt_small+span.txt_large {
  margin-top: 0;
}

.block_bottom .bottom_right a span {
  color: #274890;
  display: block;
}

.bottom_text {
  font-size: 125%;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 1.8;
}

#footer a {
  text-decoration: none;
  color: #fff;
}

#footer a:hover {
  text-decoration: underline;
}

#footer {
  clear: both;
  width: 100%;
  min-width: 982px;
  height: 80px;
  line-height: 1;
  background: #254692;
  border-top: 1px solid #3d5b9b;
}

#footer_box {
  width: 962px;
  margin: 0 auto;
  position: relative;
  line-height: 1;
}

#footer:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

#footer ul#footer_nav {
  padding: 20px 0 7px 200px;
  line-height: 1;
  zoom: 1;
}

#footer ul#footer_nav li {
  float: left;
  border-left: solid 1px #fff;
  padding: 0 15px;
  font-weight: 200;
}

#footer ul#footer_nav li:first-child {
  border-left: none;
  padding-left: 0px;
}

#footer ul#footer_nav:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

#footer ul#footer_nav li:first-child {
  padding-left: 15px;
  border-left: 1px solid #fff;
}

#footer ul#footer_nav li:last-child {
  border-right: 1px solid #fff;
}

#footer p.copy {
  text-align: center;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
  padding-top: 15px;
}
#footer.form_footer a{
	color:#000000;
	text-decoration:none;
}

/*footer origin*/
#footer.form_footer {
	clear:both;
	width:100%;
	background:url(../img/footer/bg-footer.gif) bottom repeat-x;
	height:80px;
	line-height:1;
  border-top: 0;
  margin-top: 40px;
}

.form_footer #footer_box p.page_top {
	top:-51px;
	left:722px;
	width:240px;
}

#footer.form_footer ul#footer_nav li{
	border: none;
}

#footer.form_footer ul#logo_list {
	float:left;
	width:350px;
}

#footer.form_footer ul#logo_list li{
	float:left;
	padding-right:10px;
}

#footer.form_footer ul#logo_list:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#footer.form_footer p.copy{
	color: #ccc;
  padding-top: 10px;
}
