@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* -------------------------------------------------------------
基本設定
--------------------------------------------------------------*/
body {
  font-family: helvetica, arial, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: white;
  background-color: black;
  font-size: 16px;
  line-height: 30px;
}

a:link, a:visited {
  color: #8d1d40;
  text-decoration: none;
}
a:hover, a:active {
  color: #8d1d40;
}

/* -------------------------------------------------------------
ヘッダー　+　Gナビ　、　フッター
--------------------------------------------------------------*/
header {
  width: 100%;
  height: 44px;
  position: fixed;
  top: 0;
  z-index: 99999;
  background-color: #000;
}
header .content_inner {
  padding-top: 12px;
}
header .content_inner .logo_gc {
  width: 93px;
  height: 21px;
  float: left;
  margin: 0 40px 0 20px;
}
header .content_inner .logo_gc a {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  background: url(../img/img_logo.png) 0 0 no-repeat;
  display: block;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .content_inner .logo_gc a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
header .content_inner nav {
  margin-top: 3px;
}
header .content_inner nav ul li {
  float: left;
}
header .content_inner nav ul li.nav1 {
  width: 143px;
  height: 14px;
  margin-right: 40px;
}
header .content_inner nav ul li.nav1 a {
  width: 100%;
  height: 100%;
  background: url(../img/nav_1.png) 0 0 no-repeat;
  display: block;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .content_inner nav ul li.nav1 a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
header .content_inner nav ul li.nav2 {
  width: 305px;
  height: 15px;
  margin-right: 30px;
}
header .content_inner nav ul li.nav2 a {
  width: 100%;
  height: 100%;
  background: url(../img/nav_2.png) 0 0 no-repeat;
  display: block;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .content_inner nav ul li.nav2 a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
header .content_inner nav ul li.nav3 {
  width: 127px;
  height: 14px;
  margin-right: 40px;
}
header .content_inner nav ul li.nav3 a {
  width: 100%;
  height: 100%;
  background: url(../img/nav_3.png) 0 0 no-repeat;
  display: block;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .content_inner nav ul li.nav3 a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
header .content_inner nav ul li.nav4 {
  width: 30px;
  height: 15px;
  margin-right: 30px;
}
header .content_inner nav ul li.nav4 a {
  width: 100%;
  height: 100%;
  background: url(../img/nav_4.png) 0 0 no-repeat;
  display: block;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .content_inner nav ul li.nav4 a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
header .content_inner nav ul li.nav5 {
  width: 29px;
  height: 15px;
  margin-right: 30px;
}
header .content_inner nav ul li.nav5 a {
  width: 100%;
  height: 100%;
  background: url(../img/nav_5.png) 0 0 no-repeat;
  display: block;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .content_inner nav ul li.nav5 a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
header .content_inner nav ul li.nav6 {
  width: 85px;
  height: 15px;
  margin-right: 30px;
}
header .content_inner nav ul li.nav6 a {
  width: 100%;
  height: 100%;
  background: url(../img/nav_6.png) 0 0 no-repeat;
  display: block;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .content_inner nav ul li.nav6 a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
header .content_inner nav ul li.nav7 {
  width: 30px;
  height: 14px;
}
header .content_inner nav ul li.nav7 a {
  width: 100%;
  height: 100%;
  background: url(../img/nav_7.png) 0 0 no-repeat;
  display: block;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .content_inner nav ul li.nav7 a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

footer {
  min-width: 1200px;
  width: 100%;
  height: 37px;
  text-align: center;
  color: #fff;
  padding-top: 7px;
  background-color: #000;
}

/* -------------------------------------------------------------
コンテンツ枠
--------------------------------------------------------------*/
.btn_pagetop {
  width: 50px;
  height: 50px;
  z-index: 10;
  position: fixed;
  right: 20px;
  bottom: 52px;
}
.btn_pagetop.up a {
  background: url(../img/btn_top_2.png) 0 0 no-repeat;
}
.btn_pagetop.none {
  display: none;
}
.btn_pagetop a {
  width: 100%;
  height: 100%;
  background: url(../img/btn_top_1.png) 0 0 no-repeat;
  display: block;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn_pagetop a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.content {
  width: 100%;
  *zoom: 1;
}
.content:before {
  content: " ";
  display: table;
}
.content:after {
  content: " ";
  display: table;
  clear: both;
}

.content_inner {
  width: 1200px;
  margin: 0 auto;
}

p.note {
  font-size: 12px;
}

ol.note {
  font-size: 11px;
  line-height: 24px;
}

figcaption {
  display: none;
}

.column2 {
  margin-bottom: 20px;
  *zoom: 1;
}
.column2:before {
  content: " ";
  display: table;
}
.column2:after {
  content: " ";
  display: table;
  clear: both;
}
.column2 .left {
  float: left;
}
.column2 .right {
  float: right;
}

#content1 {
  height: 900px;
  background: url(../img/bg_01.png) center top no-repeat;
  padding-top: 44px;
  min-width: 1200px;
}
#content1 .page_title {
  display: none;
}
#content1 img {
  margin: 0 auto;
  width: 1200px;
  height: 900px;
}

#content2 {
  height: 504px;
  padding-top: 82px;
  background: url(../img/bg_02.png) center top no-repeat;
  min-width: 1200px;
}
#content2 .content_inner {
  width: 555px;
}
#content2 .content_inner .ttl_01 {
  width: 555px;
  height: 79px;
  background: url(../img/ttl_01.png) 0 0 no-repeat;
  margin-bottom: 34px;
  text-indent: -9999px;
}

#content3 {
  height: 1055px;
  padding-top: 115px;
  background: url(../img/bg_03.png) center top no-repeat;
  min-width: 1200px;
}
#content3 .content_inner {
  width: 441px;
  padding: 0 686px 0 73px;
}
#content3 .content_inner .ttl_02 {
  width: 441px;
  height: 109px;
  background: url(../img/ttl_02.png) 0 0 no-repeat;
  text-indent: -9999px;
  margin-bottom: 57px;
}

#content4 {
  height: 2552px;
  padding-top: 88px;
  background: url(../img/bg_04.png) center top no-repeat;
  min-width: 1200px;
}
#content4 .content_inner.pt1 {
  width: 530px;
  padding: 0 67px 0 603px;
}
#content4 .content_inner.pt1 .ttl_03 {
  width: 492px;
  height: 265px;
  background: url(../img/ttl_03.png) 0 0 no-repeat;
  text-indent: -9999px;
  margin-bottom: 55px;
}
#content4 .content_inner.pt1 p {
  margin-bottom: 30px;
}
#content4 .content_inner.pt1 ol {
  margin-bottom: 70px;
}
#content4 .content_inner.pt1 .img_01 {
  margin-bottom: 40px;
}
#content4 .content_inner.pt1 .img_02 {
  margin: 0 0 20px 70px;
}
#content4 .content_inner.pt1 .btn_01 {
  margin-left: 210px;
  width: 280px;
  height: 38px;
}
#content4 .content_inner.pt1 .btn_01 a {
  width: 100%;
  height: 100%;
  background: url(../img/btn_01.png) 0 0 no-repeat;
  display: block;
  text-indent: -9999px;
}
#content4 .content_inner.pt1 .btn_01 a:hover {
  background-position-y: -38px;
}
#content4 .content_inner.pt2 {
  width: 690px;
  padding: 0 402px 0 108px;
}
#content4 .content_inner.pt2 .ttl_04 {
  width: 385px;
  height: 109px;
  background: url(../img/ttl_04.png) 0 0 no-repeat;
  margin-bottom: 58px;
  text-indent: -9999px;
}
#content4 .content_inner.pt2 p {
  margin-bottom: 50px;
}
#content4 .content_inner.pt2 .img_03 {
  margin: 0 0 50px 10px;
}
#content4 .content_inner.pt2 table {
  width: 540px;
  margin-bottom: 10px;
}
#content4 .content_inner.pt2 table thead {
  border-top: solid 1px #b480b1;
  border-bottom: solid 1px #b480b1;
}
#content4 .content_inner.pt2 table thead th {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  padding: 6px;
}
#content4 .content_inner.pt2 table thead th:first-child {
  border-right: solid 1px #b480b1;
}
#content4 .content_inner.pt2 table tbody td {
  font-size: 13px;
  line-height: 16px;
  border-bottom: solid 1px #b480b1;
  padding: 6px;
  vertical-align: middle;
}
#content4 .content_inner.pt2 table tbody td:first-child {
  border-right: solid 1px #b480b1;
}
#content4 .content_inner.pt2 ol {
  font-size: 12px;
}

#content5 {
  padding-top: 56px;
  background: url(../img/bg_05.png) center top no-repeat;
  min-width: 1200px;
}
#content5 .content_inner {
  width: 1158px;
  margin: 0 auto;
}
#content5 .content_inner .ttl_05 {
  width: 534px;
  height: 96px;
  background: url(../img/ttl_05.png) 0 0 no-repeat;
  text-indent: -9999px;
  margin: 0 auto 65px;
}

#content6 {
  padding-top: 135px;
  margin-bottom: 130px;
  min-width: 1200px;
}
#content6 .content_inner {
  width: 1158px;
  margin: 0 auto;
}
#content6 .content_inner .ttl_06 {
  width: 142px;
  height: 35px;
  background: url(../img/ttl_06.png) 0 0 no-repeat;
  text-indent: -9999px;
  margin: 0 auto 60px;
}

#content7 {
  margin-bottom: 105px;
  min-width: 1200px;
}
#content7 .ttl_07 {
  width: 100%;
  height: 67px;
  background: url(../img/ttl_07.png) center center no-repeat #8d1d40;
  text-indent: -9999px;
  margin-bottom: 57px;
}
#content7 .content_inner {
  width: 1158px;
  margin: 0 auto;
}
#content7 .content_inner .column2 .left {
  width: 540px;
}
#content7 .content_inner .column2 .left p {
  margin-bottom: 30px;
}
#content7 .content_inner .column2 .left .note {
  font-size: 14px;
  margin-bottom: 0;
}

#content8 {
  padding-top: 36px;
  background: url(../img/bg_06.png) center top repeat-y;
  min-width: 1200px;
}
#content8 .content_inner {
  width: 1158px;
  margin: 0 auto;
}
#content8 .content_inner .ttl_08 {
  width: 595px;
  height: 33px;
  background: url(../img/ttl_08.png) 0 0 no-repeat;
  text-indent: -9999px;
  margin: 0 auto 40px;
}
#content8 .content_inner .slider {
  margin: 0 auto 145px;
}
#content8 .content_inner .slider .slider_list {
  *zoom: 1;
}
#content8 .content_inner .slider .slider_list:before {
  content: " ";
  display: table;
}
#content8 .content_inner .slider .slider_list:after {
  content: " ";
  display: table;
  clear: both;
}
#content8 .content_inner .slider .slider_list li {
  float: left;
}
#content8 .content_inner .slider .bx-pager > * {
  display: inline-block;
}

#content9 {
  background-color: #f7f7f7;
  padding-top: 88px;
  min-width: 1200px;
}
#content9 .content_inner {
  width: 1158px;
  margin: 0 auto;
}
#content9 .content_inner .ttl_09 {
  width: 1148px;
  height: 66px;
  background: url(../img/ttl_09.png) 0 0 no-repeat;
  text-indent: -9999px;
  margin-bottom: 15px;
}
#content9 .content_inner .img_13 {
  margin-bottom: 35px;
}
#content9 .content_inner .img_14 {
  margin-bottom: 45px;
}

#content10 {
  background: #f7f7f7;
  padding-bottom: 65px;
  min-width: 1200px;
}
#content10 .content_inner {
  width: 100%;
  background: url(../img/bg_07.png) center top no-repeat #eeeeef;
}
#content10 .content_inner .img_15 {
  width: 1158px;
  margin: 0 auto;
}
