@charset "utf-8";

/*========================================

  Initialization

========================================*/

*{
  padding: 0px;
  margin: 0px;
}

body {
  color: #262626;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}

a {
  text-decoration: underline;
  overflow: hidden;
  outline:none;
}

h1,h2,h3,h4,h5,h6,p,em,address {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

b,strong {
  font-weight: normal;
}

ul,ol,li {
  list-style-type: none;
}

table,th,td {
  font-weight: normal;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  vertical-align: text-top;
}

img {
  border: 0;
  vertical-align: bottom;
}

input::-ms-clear {
  visibility:hidden
}

input::-ms-reveal {
  visibility:hidden
}

/*------------------------------
  section#container
------------------------------*/

section#container {
  clear: both;
  overflow: hidden;
}


/*========================================

  header

========================================*/

header {
  clear: both;
  overflow: hidden;
  background:#003366 url(../img/bg/blue-wave-pattern_header.png) no-repeat center top;
}

header h1.site-tiele {
  float: left;
  clear: left;
  padding: 5px 0 5px 10px;
}

header h1.site-tiele a {
  display: block;
  text-decoration: none;
}

header div.icons {
  float: right;
  clear: right;
  padding: 12px 10px 10px 0;
}

header div.icons ul li {
  position: relative;
  float: left;
  padding: 0 0 0 10px;
}

header div.icons ul li:first-child {
  padding: 0;
}

header div.icons a {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  text-indent: -9999px;
}

header div.icons ul li.tel a {
  background: url(../img/icon/header-tel.png) no-repeat 0px 0px;
  -webkit-background-size: 40px;
  background-size: 40px;
}

header div.icons ul li.mail a {
  background: url(../img/icon/header-mail.png) no-repeat 0px 0px;
  -webkit-background-size: 40px;
  background-size: 40px;
}

header div.icons ul li.menu a {
  background: url(../img/icon/header-menu.png) no-repeat 0px 0px;
  -webkit-background-size: 40px;
  background-size: 40px;
}

header div.icons ul li.info a {
  background: url(../img/icon/header-info.png) no-repeat 0px 0px;
  -webkit-background-size: 40px;
  background-size: 40px;
}

header div.icons ul li.info select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: 0;
  opacity: 0;
}

header div.icons ul li.menu a.open {
}

/*------------------------------
  nav.global-nav
------------------------------*/

header nav.global-nav {
  clear: both;
  display: none;
  padding: 0 10px 20px;
}

header nav.global-nav:before {
  content: '';
  display: block;
  float: right;
  display: block;
  width: 0;
  height: 0;
  margin: 0 14px;
  border-top: none;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

header nav.global-nav ul {
  clear: both;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

header nav.global-nav ul li {
  display: block;
  padding: 5px 0;
  border-bottom: 1px dotted rgba(0,0,0,0.25);
  line-height: 1.2;
}

header nav.global-nav ul li:first-child {
  border-top: none;
}

header nav.global-nav ul li:last-child {
  border-bottom: none;
}

header nav.global-nav ul li a {
  position: relative;
  display: block;
  padding:5px 10px 5px 10px;
  color: #003366;
  font-size: 15px;
  text-decoration: none;
}

header nav.global-nav ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 1px;
  margin: -3px 0 0;
  background: #003366;
  border: none;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

header nav.global-nav ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 1px;
  margin: 2px 0 0;
  background: #003366;
  border: none;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

header nav.global-nav ul li a.active {
  background-color: rgba(0,0,0,0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,0.25);
  box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,0.25);
}

header nav.global-nav ul li a.active:after {
  border-left: 6px solid #644e12;
}

header nav.global-nav ul li.sub-menu {
  padding-bottom: 0;
}
header nav.global-nav ul li.sub-menu ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

header nav.global-nav ul li.sub-menu a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 9px;
  width: 8px;
  height: 1px;
  margin: -2px 0 0;
  background: #FFF;
  border: none;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

header nav.global-nav ul li.sub-menu a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 1px;
  margin: -2px 0 0;
  background: #FFF;
  border: none;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

header nav.global-nav ul li.sub-menu a.open:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 9px;
  width: 8px;
  height: 1px;
  margin: -2px 0 0;
  background: #FFF;
  border: none;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

header nav.global-nav ul li.sub-menu a.open:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 1px;
  margin: -2px 0 0;
  background: #FFF;
  border: none;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

header nav.global-nav ul li.sub-menu ul {
  padding: 0;
  border-top: 1px solid rgba(0,0,0,0.25);
}

header nav.global-nav ul li.sub-menu ul li {
  border: none;
}

header nav.global-nav ul li.sub-menu ul:before {
  content: '';
  display: block;
  height: 4px;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.15)), color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
}

header nav.global-nav ul li.sub-menu ul:after {
  content: '';
  display: block;
  height: 4px;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15)));
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
}

header nav.global-nav ul li.sub-menu ul li a {
  padding: 5px 0 3px 35px;
  font-size: 15px;
  background: none;
}

header nav.global-nav ul li.sub-menu ul li a:before {
  content: '';
  top: 50%;
  left: 15px;
  width: 0;
  height: 0;
  margin: -4px 0 0;
  padding: 0;
  background: none;
  border-top: 4px solid transparent;
  border-right: none;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #FFF;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}

header nav.global-nav ul li.sub-menu ul li a:after {
  display: none;
}


/*========================================

  section#main

========================================*/

section#main {
  clear: both;
}

/*------------------------------
  text
------------------------------*/

section#main p {
  margin: 0 0 1em;
}

section#main dl,
section#main ul,
section#main il {
  margin: 0 0 1em;
}

/*------------------------------
  title
------------------------------*/

section#main h2.lead {
  clear: both;
  padding: 5px 0 15px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

section#main h2.title {
  clear: both;
  position: relative;
  display: block;
  margin: 0 0 5px;
  padding: 10px 10px 8px;
  color: #FFF;
  font-size: 18px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.25);
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.25);
  line-height: 1.2;
}

section#main h3.title {
  clear: both;
  position: relative;
  margin: 0 0 1em;
  padding: 3px 8px 2px;
  font-weight: bold;
  line-height: 1.2;
}

section#main h3.title:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -4px;
  display: block;
  width: 100%;
  height: 1px;
  padding: 0 0 0 4px;
  background: #CCC;
}

section#main h4.title {
  clear: both;
  font-weight: bold;
}

section#main h4.title:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px 0 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/*------------------------------
  section.node
------------------------------*/

section#main section.node {
  clear: both;
  padding: 10px 10px 15px;
  overflow: hidden;
}

section#main section.node:first-child {
  padding-top: 0;
}


/*========================================

  footer

========================================*/

footer {
  clear: both;
  text-align: center;
  background: #e1e1e1;
}

footer div.pagetop {
  margin: 0 0 12px;
  padding: 5px 10px 8px;
  line-height: 1.2;
  background: rgb(242,242,242);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 25%, rgba(233,233,233,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(255,255,255,1)), color-stop(100%,rgba(233,233,233,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(233,233,233,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(233,233,233,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(233,233,233,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(233,233,233,1) 100%);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
}

footer div.pagetop a {
  display: block;
  padding: 10px 0 8px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

footer div.pagetop span.arrow {
  color: #999999;
}

footer nav.footer-menu {
  margin: 0 10px;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: left;
  overflow: hidden;
  line-height: 1.2;
}

footer nav.footer-menu p.menu a {
  position: relative;
  display: block;
  padding: 0 0 0 45px;
  height: 40px;
  color: #FFF;
  font-size: 19px;
  background: url(../img/icon/footer-menu.png) no-repeat 3px 0px;
  -webkit-background-size: 40px;
  background-size: 40px;
  text-decoration: none;
  line-height: 42px;
}

footer nav.footer-menu p.menu a:before {
  content: '';
  position: absolute;
  top: 20px;
  right: 17px;
  width: 12px;
  height: 1.5px;
  background: #FFF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

footer nav.footer-menu p.menu a:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 10px;
  width: 12px;
  height: 1.5px;
  background: #FFF;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

footer nav.footer-menu p.menu.open a:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

footer nav.footer-menu p.menu.open a:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

footer nav.footer-menu ul li {
  border-top: 1px solid #e1e1e1;
}

footer nav.footer-menu ul li:first-child {
  border-top: none;
}

footer nav.footer-menu ul li a {
  position: relative;
  display: block;
  padding: 10px 28px 8px 10px;
  color: #333;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.2;
}

footer nav.footer-menu ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin: -6px 0 0;
  border-top: 6px solid transparent;
  border-right: none;
  border-bottom: 6px solid transparent;
  border-left: 5px solid #333;
}

footer nav.footer-menu ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 11px;
  width: 0;
  height: 0;
  margin: -6px 0 0;
  border-top: 6px solid transparent;
  border-right: none;
  border-bottom: 6px solid transparent;
  border-left: 5px solid #FFF;
}

footer nav.footer-menu ul li.sub-menu a:before {
  top: 50%;
  right: 10px;
  margin: -2px 0 0;
  border-top: 5px solid #333;
  border-right: 6px solid transparent;
  border-bottom: none;
  border-left: 6px solid transparent;
}

footer nav.footer-menu ul li.sub-menu a:after {
  top: 50%;
  right: 10px;
  margin: -3px 0 0;
  border-top: 5px solid #FFF;
  border-right: 6px solid transparent;
  border-bottom: none;
  border-left: 6px solid transparent;
}

footer nav.footer-menu ul li.sub-menu a.open:before {
  top: 50%;
  right: 10px;
  margin: -3px 0 0;
  border-bottom: 5px solid #333;
  border-top: none;
}

footer nav.footer-menu ul li.sub-menu a.open:after {
  top: 50%;
  right: 10px;
  margin: -2px 0 0;
  border-bottom: 5px solid #FFF;
  border-top: none;
}

footer nav.footer-menu ul li.sub-menu ul {
  position: relative;
  background: #FAFAFA;
  border-top: 1px solid #e1e1e1;
}

footer nav.footer-menu ul li.sub-menu ul:before {
  content: '';
  display: block;
  height: 4px;
  background: #eeeeee;
  background: -moz-linear-gradient(top,  #eeeeee 0%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#fafafa));
  background: -webkit-linear-gradient(top,  #eeeeee 0%,#fafafa 100%);
  background: -o-linear-gradient(top,  #eeeeee 0%,#fafafa 100%);
  background: -ms-linear-gradient(top,  #eeeeee 0%,#fafafa 100%);
  background: linear-gradient(to bottom,  #eeeeee 0%,#fafafa 100%);
}

footer nav.footer-menu ul li.sub-menu ul:after {
  content: '';
  display: block;
  height: 4px;
  background: #fafafa;
  background: -moz-linear-gradient(top,  #fafafa 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#eeeeee));
  background: -webkit-linear-gradient(top,  #fafafa 0%,#eeeeee 100%);
  background: -o-linear-gradient(top,  #fafafa 0%,#eeeeee 100%);
  background: -ms-linear-gradient(top,  #fafafa 0%,#eeeeee 100%);
  background: linear-gradient(to bottom,  #fafafa 0%,#eeeeee 100%);
}

footer nav.footer-menu ul li.sub-menu ul li {
  border: none;
}

footer nav.footer-menu ul li.sub-menu ul a {
  position: relative;
  padding: 10px 10px 8px 30px;
  font-size: 14px;
}

footer nav.footer-menu ul li.sub-menu ul a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  width: 0;
  height: 0;
  margin: -3px 0 0;
  border-top: 3px solid transparent;
  border-right: none;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #333;
}

footer nav.footer-menu ul li.sub-menu ul a:after {
  display: none;
}

footer address {
  padding: 20px 0 18px;
  font-size: 12px;
}

footer div.device-nav {
  padding: 10px 0 8px;
  background: #f2f2f2;
  line-height: 1.2;
}

footer div.copyright {
  padding: 12px 0 10px;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.2;
}


/*========================================

  Pages

========================================*/

/*------------------------------
  section.eyecatch
------------------------------*/

section#main section.eyecatch {
  position: relative;
  clear: both;
}

section#main section.eyecatch * {
  margin: 0;
}

section#main section.eyecatch img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
}

section#main section.eyecatch img:first-child {
  position: relative;
  display: block;
}

section#main section.eyecatch div.overlay-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 1.2;
}

section#main section.eyecatch div.overlay-button a {
  position: relative;
  display: block;
  padding: 5px 15px 4px 30px;
  color: #FFF;
  font-size: 12px;
  background: #000;
  border: 2px solid #FFF;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none;
}

section#main section.eyecatch div.overlay-button a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -4px 0 0;
  border-top: 4px solid transparent;
  border-right: none;
  border-bottom: 4px solid transparent;
}

/*------------------------------
  nav.float-menu
------------------------------*/

section#main nav.float-menu {
  display: block;
  margin: 0 0 15px;
  background: #E4E4E4;
  overflow: hidden;
}

section#main nav.float-menu ul {
  margin: 4px 0 0 4px;
}

section#main nav.float-menu ul li {
  float: left;
  width: 50%;
}

section#main nav.float-menu ul li a {
  position: relative;
  display: block;
  margin: 0 4px 4px 0;
  padding: 10px 22px 7px 8px;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.25);
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.25);
  line-height: 1.2;
}

section#main nav.float-menu ul li a span.title {
  display: block;
  margin: 0 0 5px;
  font-weight: bold;
}

section#main nav.float-menu ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  width: 8px;
  height: 2px;
  margin: -4px 0 0;
  background: #666;
  border: none;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

section#main nav.float-menu ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  width: 8px;
  height: 2px;
  margin: 1px 0 0;
  background: #666;
  border: none;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

/*------------------------------
  nav.mass-menu
------------------------------*/

section#main nav.mass-menu {
  display: block;
  margin: 0 0 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 1.2;
}

section#main nav.mass-menu ul {
  margin: 0;
}

section#main nav.mass-menu ul li {
  border-top: 1px solid rgba(255,255,255,0.35);
  border-bottom: 1px solid rgba(0,0,0,0.25);
}

section#main nav.mass-menu ul li:first-child {
  border-top: none;
}

section#main nav.mass-menu ul li:last-child {
  border-bottom: none;
}

section#main nav.mass-menu ul li a {
  position: relative;
  display: block;
  padding: 15px 30px 13px 42px;
  color: #FFF;
  text-decoration: none;
  line-height: 1.2;
}

section#main nav.mass-menu ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 9px;
  height: 1px;
  margin: -4px 0 0;
  background: #FFF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

section#main nav.mass-menu ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 9px;
  height: 1px;
  margin: 2px 0 0;
  background: #FFF;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

/*------------------------------
  div.supplement-block
------------------------------*/

section#main div.supplement-block {
  clear: both;
  margin: 0 0 15px;
  padding: 15px 15px 0;
  overflow: hidden;
}

section#main div.supplement-block p.title {
  padding: 0 0 10px;
  line-height: 1.2;
}

/*------------------------------
  div.rotate-3d-block
------------------------------*/

section#main div.rotate-3d-block {
  position: relative;
  clear: both;
  margin: 0 0 2em;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
}

section#main div.rotate-3d-block ul {
  width: 82%;
  height: 185px;
  margin: 0 auto;
  overflow: visible;
  z-index: 1;
}

section#main div.rotate-3d-block ul li {
  width: 201px;
  height: 185px;
  white-space: nowrap;
}

section#main div.rotate-3d-block ul li img {
  display: block;
  margin: 0 auto 5px;
  width: 100%;
  height: auto;
}

section#main div.rotate-3d-block .prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 185px;
  font-size: 30px;
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
  text-align: left;
  text-shadow: 0 0 2px #FFFFFF;
  text-shadow:  1px  1px 0 rgba(255,255,255,0.75),
               -1px  1px 0 rgba(255,255,255,0.75),
                1px -1px 0 rgba(255,255,255,0.75),
               -1px -1px 0 rgba(255,255,255,0.75);
  line-height: 148px;
  z-index: 10;
}

section#main div.rotate-3d-block .next {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 185px;
  font-size: 30px;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
  text-align: right;
  text-shadow:  1px  1px 0 rgba(255,255,255,0.75),
               -1px  1px 0 rgba(255,255,255,0.75),
                1px -1px 0 rgba(255,255,255,0.75),
               -1px -1px 0 rgba(255,255,255,0.75);
  line-height: 148px;
  z-index: 10;
}

/*------------------------------
  div.rotate-horizontal-block
------------------------------*/

section#main div.rotate-horizontal-block {
  position: relative;
  clear: both;
  display: block;
  margin: 0 0 2em;
  padding: 0 0 25px;
  text-align: center;
  overflow: hidden;
}

section#main div.rotate-horizontal-block img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 5px;
}

section#main div.rotate-horizontal-block ul.slidesjs-pagination {
  position: absolute;
  left: 10%;
  bottom: 0;
  clear: both;
  display: block;
  width: 80%;
  margin: 0;
  text-align: center;
  line-height: 1;
}

section#main div.rotate-horizontal-block ul.slidesjs-pagination li {
  display: inline;
}

section#main div.rotate-horizontal-block ul.slidesjs-pagination li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  text-indent: -9999px;
}

section#main div.rotate-horizontal-block ul.slidesjs-pagination li a.active {
  background: #999;
}

section#main div.rotate-horizontal-block a.slidesjs-previous {
  position: absolute;
  left: 5px;
  bottom: 2px;
  display: block;
  width: 0;
  height: 0;
  border-top:    7px solid #FFF;
  border-right:  12px solid #999;
  border-bottom: 7px solid #FFF;
  border-left:   none;
  line-height: 1;
}

section#main div.rotate-horizontal-block a.slidesjs-next {
  position: absolute;
  right: 5px;
  bottom: 2px;
  display: block;
  width: 0;
  height: 0;
  border-top:    7px solid #FFF;
  border-right:  none;
  border-bottom: 7px solid #FFF;
  border-left:  12px solid #999;
  line-height: 1;
}

/*------------------------------
  div.gallery-block
------------------------------*/

section#main div.gallery-block {
  clear: both;
  margin: 0 0 5px;
  overflow: hidden;
}

section#main div.gallery-block li {
  float: left;
  width: 30%;
  margin: 0 1.5% 10px;
}

section#main div.gallery-block li img {
  display: block;
  width: 100%;
  height: auto;
}

/*------------------------------
  div.flow-block
------------------------------*/

section#main div.flow-block {
  clear: both;
  margin: 0 0 15px;
}

section#main div.flow-block dl {
  position: relative;
  clear: both;
  margin: 0;
  padding: 0 0 15px 38px;
}

section#main div.flow-block dl:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 13px;
  width: 4px;
  height: 8px;
  margin: 4px 0 0;
}

section#main div.flow-block dl:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 7px;
  width: 0;
  height: 0;
  margin: 12px 0 0;
  border-right: 8px solid transparent;
  border-bottom: none;
  border-left: 8px solid transparent;
}

section#main div.flow-block dl.end {
  padding-bottom: 0;
}

section#main div.flow-block dl.end:before,
section#main div.flow-block dl.end:after{
  display: none;
}

section#main div.flow-block dl dt {
  margin: 0 0 5px;
  font-weight: bold;
  border-bottom: 1px dotted #999;
  line-height: 1.4;
}

section#main div.flow-block dl dt span.num {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  font-style: italic;
  background: #F57933;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
}

section#main div.flow-block dl dd p:last-child {
  margin: 0;
}

/*------------------------------
  section.inquiry
------------------------------*/

section#main section.inquiry {
  position: relative;
  clear: both;
  margin: 10px 10px 0;
  padding: 10px 0 1px;
  text-align: center;
}

section#main section.inquiry p.title {
  margin: 0 0 12px;
  font-weight: bold;
  line-height: 1.4;
}

section#main section.inquiry ul {
  margin: 0 10px;
}

section#main section.inquiry ul li {
  margin: 0 0 10px;
}

section#main section.inquiry ul li a {
  display: block;
  height: 38px;
  color: #FFF;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.25);
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.25);
}

section#main section.inquiry ul li.tel a:before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 25px;
  background: url(../img/icon/footer-tel.png) no-repeat left center;
  -webkit-background-size: 40px;
  background-size: 40px;
  vertical-align: middle;
}

section#main section.inquiry ul li.mail a:before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 25px;
  background: url(../img/icon/footer-mail.png) no-repeat left center;
  -webkit-background-size: 40px;
  background-size: 40px;
  vertical-align: middle;
}

/*------------------------------
  div.accordion-block
------------------------------*/

section#main div.accordion-block {
  clear: both;
  margin: 0 0 15px;
  border: 1px solid #999;
  border-top: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

section#main div.accordion-block div.accordion-block-header {
  position: relative;
  padding: 12px 30px 10px 20px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
  border-top: 1px solid #999;
  line-height: 1.2;
}

section#main div.accordion-block div.accordion-block-header:before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 8px;
  display: block;
  width: 4px;
}

section#main div.accordion-block div.accordion-block-header:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,0.3);
  box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,0.3);
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
  overflow: hidden;
}

section#main div.accordion-block div.accordion-block-body {
  padding: 10px 8px 0 8px;
  border-top: 1px solid #999;
}

/*------------------------------
  div.button-block
------------------------------*/

section#main div.button-block {
  clear: both;
}

section#main div.button-block div.button-left {
  float: left;
  clear: left;
  width: 45%;
  margin: 0 0 15px;
}

section#main div.button-block div.button-right {
  float: right;
  clear: right;
  width: 45%;
  margin: 0 0 15px;
}

section#main div.button-block div.button-left a,
section#main div.button-block div.button-right a {
  position: relative;
  display: block;
  height: 36px;
  padding: 0 15px 0 27px;
  color: #FFF;
  font-size: 16px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3);
  line-height: 38px;
}

section#main div.button-block div.button-right a {
  padding: 0 27px 0 15px;
}

section#main div.button-block div.button-left a:before,
section#main div.button-block div.button-right a:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  background: #FFF;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,0.3);
  box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,0.3);
}

section#main div.button-block div.button-right a:before {
  left: auto;
  right: 3px;
}

section#main div.button-block div.button-left a:after,
section#main div.button-block div.button-right a:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 12px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: none;
}

section#main div.button-block div.button-right a:after {
  left: auto;
  right: 12px;
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
}

section#main div.button-block div.button-center {
  width: 85%;
  margin: 0 auto 15px;
}

section#main div.button-block div.button-center.type-map a {
  position: relative;
  display: block;
  height: 36px;
  padding: 0 0 0 1.2em;
  color: #FFF;
  font-size: 18px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3);
  line-height: 38px;
}

section#main div.button-block div.button-center.type-map a:before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -3.8em;
  border-top: 20px solid #FFF;
  border-right: 8px solid transparent;
  border-bottom: none;
  border-left: 8px solid transparent;
}

section#main div.button-block div.button-center.type-map a:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: 0 0 0 -3.8em;
  border: 5px solid #FFF;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

section#main div.button-block div.button-center.type-general-arrow a,
section#main div.button-block div.button-center.type-general-icon a {
  position: relative;
  display: block;
  height: 36px;
  padding: 0 15px;
  color: #FFF;
  font-size: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3);
  line-height: 38px;
}

section#main div.button-block div.button-center.type-general-arrow a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 10px;
  height: 3px;
  margin: -4px 0 0;
  background: #FFF;
  border: none;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

section#main div.button-block div.button-center.type-general-arrow a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 10px;
  height: 3px;
  margin: 1px 0 0;
  background: #FFF;
  border: none;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

section#main div.button-block div.button-center.type-general-icon a:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 8px 1px;
  vertical-align: middle;
}

section#main div.button-block div.button-center.type-general-arrow.rounded a,
section#main div.button-block div.button-center.type-general-icon.rounded a {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

/*------------------------------
  table
------------------------------*/

section#main table {
  margin: 0 0 20px;
  width: 100%;
  font-size: 14px;
}

section#main table.none {
  margin: 0;
}

section#main p.table-caption,
section#main table caption {
  margin: 0 0 2px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}

section#main table th,
section#main table td {
  padding: 5px 8px 3px;
}

/*------------------------------
  form
------------------------------*/

section#main p.input-error {
  padding: 15px 0 0;
  color: #F00;
}

section#main div.form-block {
  margin: 0 0 15px;
  background: #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  line-height: 1.2;
  overflow: hidden;
}

section#main div.form-block p {
  font-size: 12px;
  margin: 0 0 2px;
}

section#main div.form-block dl {
  margin: 0;
}

section#main div.form-block dl dt {
  padding: 10px 8px 7px;
  font-size: 16px;
}

section#main div.form-block dl:first-child dt {
  border-top: none;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

section#main div.form-block dl dt span.required {
  display: inline-block;
  width: 3em;
  height: 1.4em;
  margin: 0 0 2px 5px;
  font-size: 11px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  text-shadow: none;
  line-height: 1.6;
  vertical-align: middle;
}

section#main div.form-block dl dd {
  padding: 15px 10px;
}

section#main input {
  font-size: 14px;
}

section#main input[type="text"],
section#main input[type="tel"],
section#main input[type="email"],
section#main input[type="password"] {
  display: inline-block;
  width: 100%;
  margin: 0 0 5px;
  padding: 8px 8px;
  border: 1px solid #B9B9B9;
  -webkit-box-shadow:inset 1px 2px 3px 0 rgba(0,0,0,0.1);
  box-shadow:inset 1px 2px 3px 0 rgba(0,0,0,0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

section#main input.short {
  width: 50%;
}

section#main input.space {
  margin: 0 0 8px;
}

section#main input[type="checkbox"] {
  position: relative;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin: 0 5px 4px 0;
  background: #E6E6E6;
  border: 1px solid #CCC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow:inset 1px 2px 3px 0 rgba(0,0,0,0.1);
  box-shadow:inset 1px 2px 3px 0 rgba(0,0,0,0.1);
  vertical-align: middle;
}

section#main input[type="checkbox"]:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 2px;
  display: block;
  width: 9px;
  height: 4px;
  background: #CCC;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

section#main input[type="checkbox"]:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 5px;
  display: block;
  width: 14px;
  height: 4px;
  background: #CCC;
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
}

section#main input[type="radio"] {
  position: relative;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  margin: 0 5px 4px 0;
  background: #E6E6E6;
  border: 1px solid #999;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow:inset 1px 2px 3px 0 rgba(0,0,0,0.1);
  box-shadow:inset 1px 2px 3px 0 rgba(0,0,0,0.1);
  vertical-align: middle;
}

section#main input[type="radio"]:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #CCC;
}

section#main label {
  display: inline-block;
  width: 49%;
  padding: 7px 0 2px;
  line-height: 1.2;
}

section#main select {
  width: auto;
  font-size: 14px;
  margin: 0 0 4px;
  padding: 8px 0;
  background: #FFF;
  border: 1px solid #B9B9B9;
  -webkit-box-shadow:inset 1px 2px 3px 0 rgba(0,0,0,0.1);
  box-shadow:inset 1px 2px 3px 0 rgba(0,0,0,0.1);
}

section#main textarea {
  display: inline-block;
  width: 100%;
  height: 140px;
  font-size: 14px;
  margin: 0 0 4px;
  padding: 8px 0;
  background: #FFF;
  border: 1px solid #B9B9B9;
  -webkit-box-shadow:inset 1px 2px 3px 0 rgba(0,0,0,0.1);
  box-shadow:inset 1px 2px 3px 0 rgba(0,0,0,0.1);
  vertical-align: middle;
  box-sizing: border-box;
}

section#main input[type="submit"],
section#main input[type="button"] {
  display: inline-block;
  width: 40%;
  margin: 0 2%;
  padding: 2px 0 0;
  height: 2.5em;
}


/*========================================

  General

========================================*/

/* clear
---------------*/

.clear {
  clear: both;
}

/* font-size
---------------*/

.small {
  font-size: 85%;
}

.medium {
  font-size: 115%;
}

.large {
  font-size: 128%;
}

/* position
---------------*/

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

/* text
---------------*/

p.none {
  margin-bottom: 0 !important;
}

p.space {
  margin-bottom: 25px !important;
}

p.indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* list
---------------*/

section#main ul.list-mark {
	margin-bottom:30px;
}

section#main ul.list-mark li {
  margin: 0 0 5px 20px;
  list-style-type: disc;
}

ol.list-number {
}

ol.list-number li {
  margin: 0 0 0.7em 2.2em;
  list-style-type: decimal;
}

/* image
---------------*/

img.image-fit {
  display: block;
  width: 100%;
  height: auto;
}

img.image-left,
div.image-left {
  float: left;
  clear: left;
  padding: 0 10px 10px 0;
}

img.image-right,
div.image-right {
  float: right;
  clear: right;
  padding: 0 0 10px 10px;
}

div.image-left img,
div.image-right img {
  display: block;
}

img.image-left.none,
img.image-right.none {
  padding-bottom: 0;
}

