@charset "utf-8";
/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
  background: #fff;
  color: #000;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td.w10 {
  width: 10%;
}
table td.w18 {
  width: 18%;
}
table td.w19 {
  width: 19%;
}
table td.w23 {
  width: 23%;
}
table td.w24 {
  width: 24%;
}
table td.w25 {
  width: 25%;
}
table td.w30 {
  width: 30%;
}
table td.w33 {
  width: 33.3%;
}
table td.w45 {
  width: 45%;
}
table td.w57 {
  width: 57%;
}
table td.w60 {
  width: 60%;
}
table td.w75{
  width: 75%;
}
table td.w80{
  width: 80%;
}
table td.w95{
  width: 95%;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/* ===================================================================
fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%? 21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */
/*----------------------------------------------------
  common
----------------------------------------------------*/
html { overflow-y: scroll; }
body {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #4c4c4c;
  line-height: 1.5;
}
/* for IE6 */
* html body { font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }
.both { clear: both;}
/* link
----------------------------------------------------*/
a { color: #24a7b2; text-decoration: none;}
a:hover { text-decoration: underline;}
/* margin
----------------------------------------------------*/
.mgB00 { margin-bottom: 0 !important;}
.mgB05 { margin-bottom: 5px !important;}
.mgB10 { margin-bottom: 10px !important;}
.mgB20 { margin-bottom: 20px !important;}
.mgB30 { margin-bottom: 30px !important;}
.mgB40 { margin-bottom: 40px !important;}
.mgB50 { margin-bottom: 50px !important;}
.mgB60 { margin-bottom: 60px !important;}
.mgB70 { margin-bottom: 70px !important;}
.mgB80 { margin-bottom: 80px !important;}
.mgB85 { margin-bottom: 85px !important;}
.mgB90 { margin-bottom: 90px !important;}
.mgB100 { margin-bottom: 100px !important;}
.mgB120 { margin-bottom: 120px !important;}
.mgB140 { margin-bottom: 140px !important;}
/* header
----------------------------------------------------*/
header {
  width: 100%;
  background: #FFFFFF url(../images/head_line.png) no-repeat center top;
}
header .inner {
  width: 1040px;
  height: 92px;
  margin: 0 auto;
  position: relative;
}
header.scroll .inner {
  height: 190px;
}
header #headCopy {
  color: #FFFFFF;
  font-size: 77%;
  margin: 0;
  font-weight: normal;
}
header div.logo {
  position: absolute;
  /*top: 33px;*/
  top: 30px;
  left: 0;
  width: 97px;
  /*height: 46px;*/
}
header h1 img, header div.logo img {
  width: 100%;
}
header #headTel {
  position: absolute;
  top: 26px;
  top: 30px;
  left: 362px;
  width: 190px;
  height: 48px;
}
header #headTel img { width: 100%;}
header ul#headNavi {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  width: 468px;
  height: 79px;
}
header ul#headNavi li {
  float: left;
  height: 79px;
}
header ul#headNavi li#inq,
header ul#headNavi li.inq {
  width: 96px;
  margin: 0 8px 0 0;
}
header ul#headNavi li#inq a,
header ul#headNavi li.inq a {
  display: block;
  background: url(../images/inquiry_bg.png) no-repeat left top;
  height: 79px;
}
header ul#headNavi li#inq a:hover,
header ul#headNavi li.inq a:hover { background-position: 0 -79px; text-decoration: none;}
header ul#headNavi li#inq span,
header ul#headNavi li.inq span {
  display: block;
  background: url(../images/inquiry.svg) no-repeat center 23px;
  background-size: 24px 18px;
  text-align: center;
  padding: 56px 0 0 0;
  font-size: 93%;
  font-weight: bold;
  color: #FFFFFF;
}
header ul#headNavi li#req,
header ul#headNavi li.req
 {
  width: 178px;
  margin: 0 8px 0 0;
}
header ul#headNavi li#req a
,header ul#headNavi li.req a {
  display: block;
  background: url(../images/request_bg.png) no-repeat left top;
  height: 79px;
}
header ul#headNavi li#req a:hover,
header ul#headNavi li.req a:hover { background-position: 0 -79px; text-decoration: none;}
header ul#headNavi li#req span,
header ul#headNavi li.req span {
  display: block;
  /*background: url(../images/icon_reqest.svg) no-repeat 120px 20px;
  background-size: 42px 57px;*/
  padding: 30px 0 20px 26px;
  font-size: 93%;
  font-weight: bold;
  color: #FFFFFF;
}
header ul#headNavi li#req span:before,
header ul#headNavi li.req span:before {
  content: '';
  background: url(../images/icon_reqest.svg) no-repeat 0 0;
  background-size: 100%;
  width: 30px;
  height: 40px;
  position:  absolute;
  top: 23px;
  right: 220px;
}
header ul#headNavi li#app,
header ul#headNavi li.app {
  width: 178px;
}
header ul#headNavi li#app a,
header ul#headNavi li.app a {
  display: block;
  background: url(../images/apply_bg.png) no-repeat left top;
  height: 79px;
}
header ul#headNavi li#app a:hover,
header ul#headNavi li.app a:hover { background-position: 0 -79px; text-decoration: none;}
header ul#headNavi li#app span,
header ul#headNavi li.app span {
  display: block;
  /*background: url(../images/icon_apply.svg) no-repeat 120px 20px;
  background-size: 28px 36px;*/
  padding: 30px 0 20px 26px;
  font-size: 93%;
  font-weight: bold;
  color: #FFFFFF;
}
header ul#headNavi li#app span:before,
header ul#headNavi li.app span:before {
  content: '';
  background: url(../images/icon_apply.svg) no-repeat 0 0;
  background-size: 100%;
  width: 30px;
  height: 41px;
  position:  absolute;
  top: 20px;
  right: 30px;
}
/* gNavi
---------------------------*/
header nav#gNavi {
  background: url(../images/gnavi_bg.png) repeat-x left top;
  z-index: 100;
}
header.scroll nav#gNavi {
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  background: none;
  background-color: rgba(36,167,178,0.95);
}
/*header nav#gNavi ul {
  list-style: none;
  width: 1040px;
  height: 100px;
  margin: 0 auto;
}
header.scroll nav#gNavi ul {
  height: 60px;
}
header nav#gNavi ul li {
  float: left;
  height: 100px;
}
header.scroll nav#gNavi ul li {
  height: 60px;
}*/
#fade-in{
  position: relative;
  list-style: none;
  width: 1040px;
  height: 100px;
  margin: 0 auto;
}
.scroll #fade-in{
  height: 60px;
}
.gNavi-item {
  float: left;
  height: 100px;
}
.scroll .gNavi-item {
  height: 60px;
}
header nav#gNavi ul li#about,
header nav#gNavi ul li#product,
header nav#gNavi ul li#price,
header nav#gNavi ul li#area { width: 185px;}
header nav#gNavi ul li#faq { width: 184px;}
header nav#gNavi ul li#info { width: 116px;}
header nav#gNavi ul li#req,
header nav#gNavi ul li.req,
header nav#gNavi ul li#app,
header nav#gNavi ul li.app {display: none;}
header.scroll nav#gNavi ul li#about,
header.scroll nav#gNavi ul li#product,
header.scroll nav#gNavi ul li#price,
header.scroll nav#gNavi ul li#area,
header.scroll nav#gNavi ul li#faq { width: 160px;}
header.scroll nav#gNavi ul li#info { display: none;}
header.scroll nav#gNavi ul li#req,
header.scroll nav#gNavi ul li.req,
header.scroll nav#gNavi ul li#app,
header.scroll nav#gNavi ul li.app { width: 120px; display: block; float: left;}
header.scroll nav#gNavi ul li#req,
header.scroll nav#gNavi ul li.req {background: #30bf30;}
header.scroll nav#gNavi ul li#app,
header.scroll nav#gNavi ul li.app {background: #ffb200;}
/*header nav#gNavi ul li a {
  display: block;
  height: 100px;
  text-align: center;
  font-size: 108%;
  color: #FFFFFF;
  background: url(../images/gnavi.png) no-repeat left top;
}*/
#gNavi .gNavi-link{
  display: block;
  height: 100px;
  text-align: center;
  font-size: 108%;
  color: #FFFFFF !important;
}
.scroll #gNavi .gNavi-link{
  height: 60px;
}
.scroll .req a,.scroll .app a{
  display: block;
  height: 60px;
  text-align: center;
  font-size: 108%;
  color: #FFFFFF;
}
.scroll .req a:hover,.scroll .app a:hover{
  background-color: rgba(0,0,0,0.25);
  text-decoration: none;
}
/*
header.scroll nav#gNavi ul li a {
  height: 60px;
  background: none;
}*/
/*header nav#gNavi ul li a:hover,
header nav#gNavi ul li a.on {
  text-decoration: none;
  background-color: #009dae;
  background-position: 0 -100px;
}*/
.gNavi-item:hover .gNavi-link, .scroll #gNavi .gNavi-item:hover .gNavi-link{
  background-color: #009dae;
  text-decoration: none;
}
/*header.scroll nav#gNavi ul li a:hover,
header.scroll nav#gNavi ul li a.on {
  background-color: #009dae;
}*/
header nav#gNavi ul li span {
  width: 100%;
  display: block;
  padding: 75px 0 0 0;
}
header.scroll nav#gNavi ul li span {
  padding: 23px 0 0 0;
}
header nav#gNavi ul li#about span,
header nav#gNavi ul li#product span,
header nav#gNavi ul li#price span,
header nav#gNavi ul li#area span,
header nav#gNavi ul li#faq span {
  position:relative;
}
header nav#gNavi ul li#about span:before{
   content: '';
  background: url(../images/icon_g_about.svg) no-repeat 0 0;
  background-size: 100%;
  width:42px;
  height:38px;
  position: absolute;
  top:18px;
  left: 50%;
  margin-left:-21px;
}
header nav#gNavi ul li#product span:before{
   content: '';
  background: url(../images/icon_g_product.svg) no-repeat 0 0;
  background-size: 100%;
  width:30px;
  height:40px;
  position: absolute;
  top:17px;
  left: 50%;
  margin-left:-15px;
}
header nav#gNavi ul li#price span:before{
   content: '';
  background: url(../images/icon_g_price.svg) no-repeat 0 0;
  background-size: 100%;
  width:40px;
  height:40px;
  position: absolute;
  top:17px;
  left: 50%;
  margin-left:-20px;
}
header nav#gNavi ul li#area span:before{
   content: '';
  background: url(../images/icon_g_area.svg) no-repeat 0 0;
  background-size: 100%;
  width:44px;
  height:31px;
  position: absolute;
  top:22px;
  left: 50%;
  margin-left:-22px;
}
header nav#gNavi ul li#faq span:before{
   content: '';
  background: url(../images/icon_g_faq.svg) no-repeat 0 0;
  background-size: 100%;
  width:40px;
  height:40px;
  position: absolute;
  top:17px;
  left: 50%;
  margin-left:-20px;
}
header.scroll nav#gNavi ul li span:before { background: none !important;}
header nav#gNavi ul li#info span{
  position:relative;
}
header nav#gNavi ul li#info span:before {
   content: '';
  background: url(../images/icon_g_drawer1.svg) no-repeat 0 0;
  background-size: 100%;
  width:24px;
  height:24px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left:-12px;
  /*background: url(../images/icon_g_drawer1.svg) no-repeat 50px 45px;
  background-size: 24px 20px;*/
}
header.scroll nav#gNavi ul li#info span {
  /*padding: 60px 0 0 0;*/
  position:relative;
}
header.scroll nav#gNavi ul li#info span:before {
   content: '';
  background: url(../images/icon_g_drawer1.svg) no-repeat 0 0 !important;
  background-size: 100%;
  width:24px;
  height:24px;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left:-12px;
}
header nav#gNavi ul li#info { position: relative;}
header nav#gNavi ul li#info span img { display: none;}
header nav#gNavi ul li#info span img.active { position: absolute; top: 30px; left: 8px;}
header.scroll nav#gNavi ul li#info span img.active { position: absolute; top: 5px; left: 8px;}
.gNavi-subLink {
  position: absolute;
  left: 0;
  top: 100px;
  margin: 0;
  box-sizing: border-box;
  padding: 30px;
  width: 1040px;
  background-color: rgba(255,255,255,0.96);
  box-shadow: 0px 1px 2px #CCC;
  -webkit-box-shadow: 0px 1px 2px #CCC;
  -moz-box-shadow: 0px 1px 2px #CCC;
  z-index: 101;
}
.scroll .gNavi-subLink {
  top: 60px;
}
.gNavi-subLink h2{
  font-size: 120%;
  font-weight: bold;
}
.gNavi-subLink ul{
  list-style: none;
  height: auto;
  margin: 0 auto;
}
.gNavi-subLink ul li {
  float: left;
  /*height: 42px;*/
}
.gNavi-subLink ul li a {
  display: block;
  height: auto;
  text-align: left;
  font-size: 110%;
  color: #24a7b2;
  margin: 15px 35px 0 0;
  padding: 2px 14px 0 15px;
  background: url(../images/icon_link01.png) no-repeat left center;
  transition: all 0.2s;
}
#about .gNavi-subLink ul li a {
  width: 260px;
}
.gNavi-subLink ul li a:hover {
  background-color: none;
  opacity: 0.8;
}
/*header nav#gNavi li#about .about_con ul,
header.scroll nav#gNavi li ul {
  list-style: none;
  height: auto;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.94);
  box-shadow: 0px 1px 2px #CCC;
  -webkit-box-shadow: 0px 1px 2px #CCC;
  -moz-box-shadow: 0px 1px 2px #CCC;
}*/
/*
header nav#gNavi li ul li,
header.scroll nav#gNavi li ul li {
  float: left;
  height: 42px;
}*/
/*header nav#gNavi li ul li a,
header.scroll nav#gNavi li ul li a {
  display: block;
  height: auto;
  text-align: left;
  font-size: 108%;
  color: #24a7b2;
  background: none;
  margin: 0;
  padding: 15px 14px 15px 42px;
  background: url(../images/icon_link01.png) no-repeat 14px center;
}*/
/*header nav#gNavi li ul li a:hover,
header.scroll nav#gNavi li ul li a:hover {
  text-decoration: none;
  background: #e5e5e5 url(../images/icon_link01.png) no-repeat 14px center;
}*/
header nav#gNavi ul li#info .wrap {
  position: absolute;
  z-index: 100;
  top: 70px;
  left: -145px;
  width: 260px;
  background: url(../images/drawer_bg_head.png) no-repeat left top;
  margin: 0;
  padding: 22px 0 0 0;
}
header.scroll nav#gNavi ul li#info .wrap { top: 40px;}
header nav#gNavi ul li#info .wrap ul {
  list-style: none;
  width: 240px;
  height: auto;
  margin: 0 auto;
  padding: 0 11px 20px 9px;
  background: url(../images/drawer_bg_body.png) no-repeat left bottom;
  box-shadow: none;
}
header nav#gNavi ul li#info .wrap ul li {
  float: none;
  height: auto;
  width: 240px;
}
header nav#gNavi ul li#info .wrap ul li.another { border-top: 1px #CCCCCC solid;}
header nav#gNavi ul li#info .wrap ul li a {
  display: block;
  height: auto;
  text-align: left;
  font-size: 108%;
  color: #24a7b2;
  background: none;
  padding: 20px 54px 20px 20px;
}
header nav#gNavi ul li#info .wrap ul li.important a {
  position:relative;
}
header nav#gNavi ul li#info .wrap ul li.important a:before {
   content: '';
  background: url(../images/icon_imp.svg) no-repeat 0 0;
  background-size: 100%;
  width:27px;
  height:24px;
  position: absolute;
  top:50%;
  right: 22px;
  margin-top:-12px;
}
header nav#gNavi ul li#info .wrap ul li.another a {
  position:relative;
}
header nav#gNavi ul li#info .wrap ul li.another a:before {
   content: '';
  background: url(../images/icon_external-2.svg) no-repeat 0 0;
  background-size: 100%;
  width: 14px;
  height:14px;
  position: absolute;
  top:50%;
  right: 29px;
  margin-top:-7px;
}
header nav#gNavi ul li#info .wrap ul li a:hover {
  text-decoration: none;
  background-color: #e5e5e5;
}
#fade-in li div,
#fade-in li ul {
  visibility: hidden;
  opacity: 0;
  transition: 0.1s;
}
#fade-in li:hover div,
#fade-in li:hover ul {
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.1s;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}
/* drawer
---------------------------*/
#drawer {
  position: absolute;
  width: 260px;
  background: url(../images/drawer_bg_head.png) no-repeat left top;
  padding: 30px 0 0 0;
}
#drawer ul {
  list-style: none;
  background: url(../images/drawer_bg_body.png) no-repeat left bottom;
}
/* TopickPath
----------------------------------------------------*/
.mainHeader .path {
  background-color:rgba(0,0,0,0.75);
}
.mainHeader .path ul#topickPath {
  margin: 0 auto 0 !important;
  padding: 15px 12px 13px !important;
}
div.path{
  height:43px;
}
ul#topickPath {
  /* display:table; */
  list-style: none;
  width: 1016px;
  margin-left:13px;
  color: #999999;
  /* white-space:normal; */
}
ul#topickPath li {
  /* height:40px;
  display:table-cell;
  margin-left:80px;
  font-size: 93%;
  line-height: 1.5;
  vertical-align: middle; */
  /* white-space: nowrap; */
    float: left;
    line-height: 1.2;
    margin: 0 20px 0 0;
}
ul#topickPath li.home {
  background: url(../images/icon_home.png) no-repeat 0 0;
  /* padding:0; */
  padding: 0 0 0 25px;
}
/* TopickPath(ol)
----------------------------------------------------*/
.mainHeader .path ol#topickPath {
  margin: 0 auto 0 !important;
  padding: 15px 12px 13px !important;
}
ol#topickPath {
  list-style: none;
  width: 1016px;
  margin-left:13px;
  color: #999999;
}
ol#topickPath li{
    float: left;
    line-height: 1.2;
    /*margin: 0 20px 0 0;*/
}
ol#topickPath li a{
    /*margin: 0 20px 0 0;*/
}
ol#topickPath li::after{
    content: ">";
    margin: 0 20px;
}
ol#topickPath li:last-child::after{
    content: "";
    margin: 0;
}
ol#topickPath li.home {
  background: url(../images/icon_home.png) no-repeat 0 0;
  padding: 0 0 0 25px;
}
/* experience Area
----------------------------------------------------*/
#experienceArea {
  background-color: #FFFFFF;
}
#experienceArea .inner {
  width: 1080px;
  margin: 0 auto;
  padding: 60px 0;
}
#experienceArea h2, #experienceArea p.experience {
  margin: 0;
  padding: 0 0 60px 0;
  font-weight:normal;
  color: #1a1a1a;
  text-align: center;
  font-size: 216%;
}
#experienceArea h2 span, #experienceArea p.experience span {
  padding: 6px 0 6px 52px;
  position:relative;
}
#experienceArea h2 span:before, #experienceArea p.experience span:before {
  content: '';
  background: url(/common/images/icon_experience.svg) no-repeat 0 0;
  background-size: 100%;
  width:36px;
  height:40px;
  position: absolute;
  top:50%;
  left: 0;
  margin-top:-20px;
}
#experienceArea .experienceBox {
  float: left;
  width: 320px;
  height: 313px;
  background-color: #f2f2f2;
  margin: 0 20px;
  padding-bottom:32px;
}
#experienceArea .experienceBox .txt {
  text-align: center;
  margin: 0;
  padding: 160px 0 20px 0;
  font-size: 161.6%;
  color: #4c4c4c;
  margin: 0;
}
#experienceArea .experienceBox .linkBtn {
  text-align: center;
  margin: 0 0 30px 0;
}
#experienceArea .experienceBox .linkBtn a.detail,
#experienceArea .experienceBox .linkBtn a.about {
  display: block;
  width: 220px;
  height: 36px;
  background-color: #e5b217;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 123.1%;
  margin: 0 auto;
  padding: 12px 0 0 0;
  border-radius: 5px;
     -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
}
#experienceArea .experienceBox .linkBtn a.about { background-color: #24a7b2;}
#experienceArea .experienceBox .linkBtn a.detail:hover,
#experienceArea .experienceBox .linkBtn a.about:hover {
  background-color: #c79e1f;
  text-decoration: none;
}
#experienceArea .experienceBox .linkBtn a.about:hover { background-color: #2395a3;}
#free,#privilege,#detail,#catalog{
  position:relative;
}
#experienceArea .experienceBox #free:before {
   content: '';
  background: url(../../common/images/icon_free.svg) no-repeat 0 0;
  background-size: 100%;
  width:100px;
  height:100px;
  position: absolute;
  top:30px;
  left: 50%;
  margin-left:-50px;
}
#experienceArea .experienceBox #privilege:before {
   content: '';
  background: url(../../common/images/icon_privilege.svg) no-repeat 0 0;
  background-size: 100%;
  width:88px;
  height:103px;
  position: absolute;
  top:27px;
  left: 50%;
  margin-left:-44px;
}
#experienceArea .experienceBox #catalog:before{
   content: '';
  background: url(../../common/images/icon_catalog.svg) no-repeat 0 0;
  background-size: 100%;
  width: 70px;
  height: 96px;
  position: absolute;
  top: 38px;
  left: 50%;
  margin-left:-35px;
}
/* Link Area
----------------------------------------------------*/
#linkArea {
  background: #FFFFFF;
}
#linkArea .footLink {
  padding: 0 0 0 8px;
  height: 40px;
}
#linkArea .inner {
  width: 1040px;
  margin: 0 auto;
  padding: 60px 0 40px;
}
#linkArea .column1 {
  float: left;
  width: 270px;
}
#linkArea .column2 {
  float: left;
  width: 260px;
}
#linkArea .column3 {
  float: left;
  width: 250px;
  padding: 40px 0 0 0;
}
#linkArea .column4 {
  float: left;
  width: 250px;
  padding: 40px 0 0 0;
}
#linkArea  #footLogo {
  width: 127px;
  margin: 0 auto 15px;
}
#linkArea  #footLogo img { width: 100%;}
#linkArea  .tel {
  text-align: center;
  font-size: 123.1%;
  margin: 0 0 15px 0;
}
#linkArea  .hours {
  text-align: center;
  font-size: 93%;
  color: #999fbf;
  margin: 0 0 60px 0;
}
/* #linkArea  dl.privacy {
  clear: both;
  width: 220px;
  margin: 0 auto 15px;
}
#linkArea  dl.privacy dt {
  float: left;
  width: 74px;
}
#linkArea  dl.privacy dd {
  float: right;
  width: 136px;
  padding: 20px 0 5px 10px;
  font-size: 77%;
  color: #999fbf;
}
 */
#linkArea  dl {
  clear: both;
  display: table;
  width: 222px;
  margin: 0 auto 15px;
}
#linkArea  dl dt {
  display: table-cell;
  width: 68px;
  height: 68px;
  border: 1px #cdcdcd solid;
  vertical-align: middle;
}
#linkArea  dl dd {
  display: table-cell;
  text-align: center;
  width: 148px;
  height: 45px;
  padding: 2px 2px 0;
  font-size: 10px;
  line-height:15px;
  border: 1px #cdcdcd solid;
  border-left: none;
  vertical-align: middle;
}
#linkArea .column1 a{
  color: #4c4c4c;
}
#linkArea .column1 a:hover{
  text-decoration: none;
}
#linkArea .column1 a:hover dd{
  background: #f2f2f2;
}
#linkArea .column1 img{
  vertical-align: bottom;
}
#linkArea  .linkBox {
  clear: both;
  width: 230px;
  margin: 0;
  padding: 0 0 40px 8px;
}
#linkArea  .linkBox h3
,#linkArea  .linkBox p {
  font-size: 108%;
  background: url(../images/link_ttl_btm.png) no-repeat left bottom;
  margin: 0 0 20px;
  color: #000000;
  font-weight: normal;
  padding: 0 0 20px;
}
#linkArea  .linkBox ul {
  list-style: none;
}
#linkArea  .linkBox ul li {
  margin: 0 0 10px 0;
}
#linkArea  .footBnr {
  margin-bottom: 60px;
}
/* concern contents
----------------------------------------------------*/
.img_left_box {
  margin: 0 auto;
  padding: 72px 0 67px 56px;
  width: 984px;
}
/* footer
----------------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  z-index: 15;
  right: 40px;
  bottom: 0;
  margin-bottom: 0;
}
footer {
  width: 100%;
}
footer section#linkArea2 {
  background-color: #f2f2f2;
  padding: 40px 0;
}
footer section#linkArea2 ul {
  list-style: none;
  text-align: center;
}
footer section#linkArea2 ul li {
  display: inline-block;
  margin-right: 30px;
  padding: 0;
}
footer section#linkArea2 ul li:last-child {
  margin-right:0;
}
footer #copyright {
  background-color: #001a4c;
  text-align: center;
  font-size: 93%;
  color: #FFFFFF;
  margin: 0;
  padding: 12px 0;
}
/* annotation
----------------------------------------------------*/
.annotation {
  font-size: 12px;
  line-height: 18px;
}
/* clerfix
----------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix { height: 1px;/*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}
/* search Area
----------------------------------------------------*/
#searchArea {
  background-color: #f2f2f2;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
}
#searchArea .inner {
  width: 1040px;
  margin: 0 auto;
  padding: 27px 0;
  text-align: center;
}
#searchArea input.txtArea {
  width: 330px;
  height: 26px;
  border: 1px #bfbfbf solid;
  font-size: 138.5%;
  margin: 0 15px 0 0;
  padding: 10px;
}
#searchArea input.btn {
  width: 100px;
  height: 48px;
  background: #24a7b2 url(../images/icon_search.svg) no-repeat center center;
  background-size: 28px 28px;
  border: none;
  border-radius: 5px;
     -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
}
#searchArea input.btn:hover {
  background: #2395a3 url(../images/icon_search.svg) no-repeat center center;
  background-size: 28px 28px;
  border: none;
}
.inline_owner {
    display: none;
}
/* btn */
.btnArea{
  padding: 60px 0;
  background: #f9f9f9;
}
.btnArea_2{
  padding: 40px 0;
}
.btn_common{
  font-size: 18px;
  display: block;
  text-decoration: none;
  background: #24a7b2;
  max-width: 640px;
  margin: 0 auto;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  padding: 17px 0 14px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}
.btn_common:hover{
  background: #1b7d85;
  text-decoration: none;
}
/*.btn_common:after{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}*/

/* 20周年ロゴ
----------------------------------------------------*/
.logo_20th{
  width: 50px;
  position: absolute;
  top: 28px;
  left: 105px;
}
.logo_20th img{
  width: 100%;
  height: auto;
}
/* 関連情報リスト２カラム
----------------------------------------------------*/
.relativeList .list{
  overflow: hidden;
}
.ul-2col_left{
  width: 50%;
  float: left;
}
.ul-2col_right{
  width: 50%;
  float: right;
}
/* ラインナップスライダー　共通化
----------------------------------------------------*/
.lineupSlider{
  background: #fff;
  padding: 90px 0;
  font-size: 0;
  letter-spacing: 0;
}
.lineupSlider-title{
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.lineupSlider-item{
  max-width: 260px;
  font-size: 16px;
  text-align: center;
  padding-top: 30px;
}
.lineupSlider-item img{
  width: 75%;
  max-width: 260px;
  height: auto;
  margin: 0 auto;
  transition: all 0.2s;
}
.lineupSlider-item a{
  display: block;
  color: #4c4c4c;
  outline:none;
}
.lineupSlider-item a:hover{
  text-decoration: none;
}
.lineupSlider-item a:hover img{
  -webkit-transform: scale(1.05);
}
.lineupSlider-item figcaption{
  margin-top: 20px;
  font-size: 20px;
  color: #24a7b2;
}
.lineupSlider-item figcaption span{
  display: block;
  font-size: 12px;
  color: #888;
}
.lineupSlider-btn{
  width: 640px;
  margin: 60px auto 0;
}
/*.lineupSlider-btn a{
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #00b0bc;
  color: #FFFFFF;
  font-size: 18px;
  display: inline-block;
  border-radius: 5px;
  padding: 15px 40px;
  line-height: 1;
}
.lineupSlider-btn a:hover{
    text-decoration: none;
    background: #2395a3;
  }*/
/* お客様の声　共通化
----------------------------------------------------*/
.voice-btn{
  text-align: center;
  margin: 30px auto 0;
}
.voice-btn a{
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: #00b0bc;
  color: #FFFFFF;
  font-size: 1.5em;
  display: inline-block;
  border-radius: 5px;
  padding: 15px 40px;
  line-height: 1;
}
.voice-btn a:hover{
  text-decoration: none;
  background: #2395a3;
}

/* campaign 共通化
----------------------------------------------------*/

#campaignArea {
  background-color: #f2f2f2;
  padding: 60px 0;
  overflow: hidden;
}

#campaignArea .inner {
  width: 1040px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative;
}

#campaignArea h2 {
  margin: 0;
  padding: 0 0 47px 0;
  font-size: 216%;
  font-weight:normal;
  color: #1a1a1a;
  text-align: center;
}

#campaignArea h2 span {
  padding: 6px 0 6px 52px;
  position:relative;
}

#campaignArea h2 span:before {
   content: '';
  background: url(../../common/images/icon_campaign.svg) no-repeat 0 0;
  background-size: 100%;
  width:42px;
  height:40px;
  position: absolute;
  top:50%;
  left: 0;
  margin-top:-20px;
}

#campaignArea #campaignSliderBox {
  width: 1040px;
  height: 290px;
  position: relative;
}

#campaignArea #campaignSliderBox ul.slider {
    position: absolute;
    top: 0;
    left: 46px;
    list-style: none;
    width: 944px;
    height: 257px;
    overflow: hidden;
}

#campaignArea #campaignSliderBox ul.slider li.slide {
  float: left;
  width: 224px;
  margin: 0;
  padding: 0  16px 0 0;
    position:relative;
}

#campaignArea #campaignSliderBox ul.slider li.slide span{
    display:block;
    width: 204px;
    height:56px;
    padding: 10px;
    background:url(../../images/campaign_bnr_bg.png) no-repeat left bottom;
    position:absolute;
    top: 181px;
    left: 0;
    font-size: 123.1%;
    text-align:center;
}


/* campaign Area slider
----------------------------------------------------*/

.bg_img .bx-wrapper { width: 100%;}
.bx-window {
  left: 40px;
  width: 944px !important;
  margin: 0 auto !important;
  padding: 0;
}

.bx-pager {
  position: absolute;
  top: 267px;
  /*left: 50%;*/
  overflow: hidden;
  width: 1040px;
  text-align: center;
}

.bx-pager a {
  display: inline-block;
  /*float: left;*/
  width: 12px;
  height: 12px;
  background: url(../../images/pager_off.png) no-repeat 0 0;
  margin: 0 5px;
  text-indent: -7777px;
  overflow: hidden;
}
.bx-pager a.pager-active {
  background: url(../../images/pager_on.png) no-repeat 0 0;
}

.bx-prev,
.bx-next {
  position: absolute;
  text-indent: -10px;
  overflow: hidden;
  width: 42px;
  height: 80px;
}
.bx-prev {
  top: 74px;
  left: 0;
  background: url(../../images/campaign_sw_l.png) no-repeat 0 0;
}
.bx-next {
  top: 74px;
  right: -80px;
  background: url(../../images/campaign_sw_r.png) no-repeat 0 0;
}

.btn_campaign{
  font-size: 18px;
  max-width: 640px;
  display: block;
  text-decoration: none;
  background: #24a7b2;
  margin: 0 auto;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  padding: 17px 0 14px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}
.btn_campaign:hover{
  background: #1b7d85;
  text-decoration: none;
}