@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0; }

body {
  text-align: center;
  background: #DDE1EC; }

img {
  border: none;
  vertical-align: bottom; }

body {
  font-family: Verdana, Geneva, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 80%;
  letter-spacing: 0.1ex;
  line-height: 150%;
  color: #333; }

html > body {
  font-size: 13px; }

a {
  color: #154086;
  text-decoration: none; }
  a:link, a:visited {
    color: #154086; }
  a:hover, a:active {
    color: #999;
    text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

.sp {
  display: none; }

.op07:hover {
  opacity: .7; }

.txtAR {
  text-align: right; }

.txtAL {
  text-align: left; }

.txtAC {
  text-align: center; }

.float-area {
  overflow: hidden; }

.floatL {
  float: left; }

.floatR {
  float: right; }

.clear {
  clear: both; }

/*Color---*/
.colorCommon {
  color: #4280B0; }

.colorMember {
  color: #D87541; }

.colorOutline {
  color: #938F9A; }

.colorRental {
  color: #887F4B; }

.colorGRAY {
  color: #999; }

.colorRED {
  color: #F33; }

.colorPURPLE {
  color: #936194; }

/*margin-padding---*/
.padLR10 {
  padding-left: 10px;
  padding-right: 10px; }

.padL10 {
  padding-left: 10px; }

.padL2em {
  padding-left: 2em; }

#container .padT25 {
  padding-top: 25px; }
#container .marT10 {
  margin-top: 10px; }
#container .marT20 {
  margin-top: 20px; }
#container .marB25 {
  margin-bottom: 25px; }
#container .marB15 {
  margin-bottom: 15px; }
#container .padB10 {
  padding-bottom: 10px; }

/*width---*/
.wid420 {
  width: 420px; }

/*link arrow*/
.linkArrow01 {
  background: url(../images/back.gif) no-repeat left 0.2em;
  padding-left: 15px; }

.linkArrowOutlin {
  background: url(../outline/images/back.gif) no-repeat left 0.2em;
  padding-left: 15px; }

.linkArrowRental {
  background: url(../rental/images/back.gif) no-repeat left 0.2em;
  padding-left: 15px; }

/*negative indent*/
.negaIn1em {
  padding-left: 1em;
  text-indent: -1em; }

.negaIn2em {
  padding-left: 2em;
  text-indent: -2em; }

.negaIn4em {
  padding-left: 4em;
  text-indent: -4em; }

.negaIn5em {
  padding-left: 5em;
  text-indent: -5em; }

@media print, screen and (max-width: 737px) {
  .pc {
    display: none; }

  .sp {
    display: inherit; }

  .padLR10 {
    padding: 0; } }
/*
ID
--------------------------------------------*/
#container {
  width: 960px;
  background: url(../images/bg_container.gif) repeat-y;
  padding: 0 5px;
  text-align: left;
  margin: 0 auto; }

@media print, screen and (max-width: 737px) {
  #container {
    width: 100%;
    background: #fff;
    padding: 0; } }
/*header*/
#header {
  border-bottom: 4px solid #154086;
  margin-bottom: 20px;
  padding-left: 20px;
  height: 63px; }
  #header h1 {
    margin-top: 10px;
    float: left; }
    #header h1 a:hover {
      opacity: .7; }
  #header a {
    display: block; }

.goEn {
  text-align: right; }

#header p {
  margin: 20px 10px 0 0; }

@media print, screen and (max-width: 737px) {
  #header {
    height: auto;
    padding: 10px;
    margin-bottom: 12px;
    position: fixed;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999; }
    #header h1 {
      margin-top: 0; }
      #header h1 img {
        width: 180px;
        height: auto;
        margin-top: 2px; }

  .btn-en {
    color: #fff;
    background: #033560;
    display: inline-block;
    text-align: center;
    padding: 5px;
    float: right;
    margin-right: 55px;
    font-size: 11px;
    line-height: 1.3;
    cursor: pointer; }
    .btn-en:hover {
      text-decoration: none;
      opacity: .7; }
    .btn-en:hover, .btn-en:link, .btn-en:visited, .btn-en:active {
      color: #fff; }

  .sidebar {
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 300;
    width: 300px;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    overflow-y: scroll;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }

  .global-nav {
    margin: 60px 0 15px; }
    .global-nav a {
      color: #333;
      display: block; }
      .global-nav a:hover {
        text-decoration: none; }
      .global-nav a:hover, .global-nav a:link, .global-nav a:visited, .global-nav a:active {
        color: #333; }
    .global-nav .nav-top {
      margin-bottom: 10px; }
      .global-nav .nav-top li {
        border-bottom: 1px solid #C0C2C9;
        background: url("../images/arrow_black.png") no-repeat 10px center;
        background-size: 5px; }
        .global-nav .nav-top li:hover {
          opacity: .7; }
      .global-nav .nav-top a {
        padding: 10px 10px 10px 25px;
        font-weight: bold;
        font-size: 14px; }
        .global-nav .nav-top a:hover {
          text-decoration: none; }
      .global-nav .nav-top span {
        display: block;
        color: #C2C0C6;
        font-weight: normal;
        font-size: 11px; }
      .global-nav .nav-top .ico00 {
        background: url("../images/ico_nav_00.jpg") no-repeat 95% center;
        background-size: 40px; }
      .global-nav .nav-top .ico01 {
        background: url("../images/ico_nav_01.jpg") no-repeat 95% center;
        background-size: 40px; }
      .global-nav .nav-top .ico02 {
        background: url("../images/ico_nav_02.jpg") no-repeat 95% center;
        background-size: 40px; }
      .global-nav .nav-top .ico03 {
        background: url("../images/ico_nav_03.jpg") no-repeat 95% center;
        background-size: 40px; }
      .global-nav .nav-top .ico04 {
        background: url("../images/ico_nav_04.jpg") no-repeat 95% center;
        background-size: 40px; }
      .global-nav .nav-top .ico05 {
        background: url("../images/ico_nav_05.jpg") no-repeat 95% center;
        background-size: 40px; }
      .global-nav .nav-top .ico06 {
        background: url("../images/ico_nav_06.jpg") no-repeat 95% center;
        background-size: 40px; }
      .global-nav .nav-top .ico07 {
        background: url("../images/ico_nav_07.jpg") no-repeat 95% center;
        background-size: 40px; }
      .global-nav .nav-top .ico08 {
        background: url("../images/ico_nav_08.jpg") no-repeat 95% center;
        background-size: 40px; }
    .global-nav .nav-btm a {
      padding: 5px 10px; }
      .global-nav .nav-btm a:hover {
        opacity: .7; }

  .nav-toggle {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 400;
    height: 40px;
    display: block;
    background: #fff;
    border-radius: 5px; }
    .nav-toggle:hover {
      opacity: .7; }
    .nav-toggle strong {
      display: block;
      margin: 0 auto 5px;
      text-align: center;
      color: #154086;
      font-size: 11px;
      line-height: 1; }
    .nav-toggle > div {
      position: relative;
      width: 36px; }
    .nav-toggle span {
      width: 100%;
      height: 3px;
      left: 0;
      display: block;
      background: #154086;
      position: absolute;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out; }
      .nav-toggle span:nth-child(1) {
        top: 0; }
      .nav-toggle span:nth-child(2) {
        top: 8px; }
      .nav-toggle span:nth-child(3) {
        top: 16px; }

  .open {
    overflow: hidden; }
    .open #overlay {
      display: block; }
    .open .sidebar {
      -webkit-transform: translate3d(-300px, 0, 0);
      transform: translate3d(-300px, 0, 0); }
    .open .nav-toggle {
      height: 48px; }
    .open .nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }
    .open .nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%; }
    .open .nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }

  #overlay {
    display: none;
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200; } }
/*contents*/
#contents {
  clear: both;
  padding: 0 20px;
  display: inline-block;
  min-height: 1%; }
  #contents:after {
    /*clear_fix*/
    clear: both;
    content: ".";
    display: block;
    height: 1px;
    visibility: hidden; }

@media print, screen and (max-width: 737px) {
  #contents {
    padding: 72px 10px 0; } }
* html #contents {
  height: 1%; }

#contents {
  display: block; }

/*pagetop*/
.pagetop {
  clear: both;
  text-align: right;
  padding: 30px 20px 16px 0; }
  .pagetop a {
    color: #333; }

/*footer*/
.copy {
  background: #999;
  text-align: center;
  color: #FFF;
  padding: 10px;
  font-size: 85%; }

/*
下層ページ共通の設定
--------------------------------------------*/
/*global nav*/
#leftSide {
  float: left;
  width: 230px; }

#gnav {
  background: url(../images/bg_gnav.gif) repeat-y;
  padding: 0 0 0 8px; }

/*main column*/
#rightSide {
  float: right;
  width: 660px; }

/*pankuzu*/
.pankuzu {
  padding: 0 10px 0px;
  margin-bottom: 10px; }

/*paragraph*/
.para01 {
  clear: both;
  padding: 0 10px 25px; }
  .para01 p {
    margin-bottom: 15px; }
  .para01 .titTxt01 {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 15px; }
  .para01 .titTxt02 {
    font-weight: bold;
    margin-bottom: 10px; }
  .para01 .titTxt03 {
    font-weight: bold;
    margin-bottom: 5px; }

/*title*/
/*テキストの見出し用*/
h3.pageTit {
  margin-bottom: 20px; }

.para01 h4, .report .para01 .btnFloatTit p, .rental .para01 .btnFloatTit p, .faq .para01 .btnFloatTit p, .en .para01 .btnFloatTit p, .en .para01 h4.padLR10, .bulletin .para01 .accordion_head p {
  margin-bottom: 15px;
  padding-left: 8px;
  font-weight: bold;
  font-size: 18px; }

.h4_rental {
  background: #ACA57A;
  font-weight: bold;
  color: #FFF;
  padding: 10px; }
  .h4_rental a {
    color: #FFF;
    text-decoration: underline; }
    .h4_rental a:link, .h4_rental a:visited {
      color: #FFF; }
    .h4_rental a:hover {
      color: #FFF;
      text-decoration: none; }
    .h4_rental a:active {
      color: #FFF; }

.h4_faq {
  background: #80A6CE;
  font-weight: bold;
  color: #FFF;
  padding: 10px; }

/*list*/
.ul_original, .ul_original_mar {
  padding-bottom: 15px; }

.ul_original li span, .ul_original_mar span {
  padding-right: 1em; }

.ul_original li {
  text-indent: -2em;
  padding-left: 2em;
  padding-bottom: 5px; }

.ul_original_mar li {
  text-indent: -2em;
  padding-left: 2em;
  padding-bottom: 20px; }

.ul_disc01, .ul_disc02 {
  list-style: disc;
  padding-left: 16px; }

.ul_disc01 li {
  padding-bottom: 15px; }

.ul_disc02 li {
  padding-bottom: 5px; }
  .ul_disc02 li:last-child {
    padding-bottom: 15px; }
  .ul_disc02 li.listStyleNo {
    list-style: none; }

.ol_paren {
  margin-bottom: 15px; }
  .ol_paren li {
    text-indent: -2em;
    padding-left: 2em;
    padding-bottom: 5px; }

.ol_deci01, .ol_deci02 {
  list-style: decimal;
  padding-left: 2em; }

.ol_deci01 li {
  padding-bottom: 15px; }

.ol_deci02 li {
  padding-bottom: 5px; }

.ol_deci01 li:last-child, .ol_deci02 li {
  padding-bottom: 0; }

/*button float right*/
.btnFloat {
  clear: both;
  padding: 5px 10px;
  background: #E7EDF2;
  display: inline-block;
  min-height: 1%; }
  .btnFloat:after {
    /*clear_fix*/
    clear: both;
    content: ".";
    display: block;
    height: 1px;
    visibility: hidden; }

* html .btnFloat {
  height: 1%; }

.btnFloat {
  display: block; }
  .btnFloat p {
    margin-bottom: 0;
    background: url(../images/arrow_brown.gif) no-repeat left 0.4em;
    padding: 2px 0 0 20px;
    float: left;
    width: 430px; }
    .btnFloat p a {
      color: #716144; }

.btnFloatR {
  float: right;
  text-align: right;
  width: 164px; }

/*button float right ＆ left title*/
.btnFloatTit {
  display: inline-block;
  min-height: 1%; }
  .btnFloatTit:after {
    /*clear_fix*/
    clear: both;
    content: ".";
    display: block;
    height: 1px;
    visibility: hidden; }

* html .btnFloatTit {
  height: 1%; }

.btnFloatTit {
  display: block;
  padding: 5px 10px;
  clear: both;
  border-bottom: 1px #666 dashed;
  margin-bottom: 5px; }

.btnFTborT {
  border-bottom: none;
  border-top: 1px #666 dashed;
  padding-top: 15px;
  padding-left: 0; }

.btnFTborNO {
  border-bottom: none;
  padding-left: 0; }

.btnFTborS {
  border-bottom-style: solid;
  padding: 0 10px 10px 0;
  margin-bottom: 15px; }

.btnFloatTit span {
  margin-bottom: 15px;
  padding-left: 8px;
  font-weight: bold;
  font-size: 18px; }
.btnFloatTit p {
  margin-bottom: 0;
  float: left;
  width: 440px; }

.btnFloatR {
  float: right;
  width: 134px; }

/*画像周り込み*/
.imgL img {
  display: block;
  float: right;
  margin: 0 0 20px 20px; }
.imgL p {
  float: left; }

/*border*/
.contactBorder {
  border: 1px #666 solid;
  padding: 20px 30px;
  width: 480px;
  margin: 0 auto 15px;
  display: inline-block;
  min-height: 1%; }
  .contactBorder:after {
    /*clear_fix*/
    clear: both;
    content: ".";
    display: block;
    height: 1px;
    visibility: hidden; }

* html .contactBorder {
  height: 1%; }

.contactBorder {
  display: block; }
  .contactBorder p {
    margin-bottom: 0;
    width: 48%; }
    .contactBorder p.floatL {
      text-align: right; }

.borTopDash {
  border-top: 1px #666 dashed;
  padding-top: 15px; }

.s-txt {
  display: none; }

/*------------
clear-fix
------------*/
.clear_fix {
  display: inline-block;
  min-height: 1%; }
  .clear_fix:after {
    clear: both;
    content: ".";
    display: block;
    height: 1px;
    visibility: hidden; }

* html .clear_fix {
  height: 1%; }

.clear_fix {
  display: block; }

@media print, screen and (max-width: 737px) {
  #leftSide {
    display: none;
    float: none;
    width: auto; }

  #rightSide {
    float: none;
    width: 100%; }

  .pankuzu {
    padding: 0;
    font-size: 12px; }

  h3.pageTit .sp {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 10px;
    color: #fff; }

  .para01 {
    padding: 0 0 15px; }
    .para01 p {
      margin-bottom: 10px; }
    .para01 .titTxt01 {
      margin-bottom: 8px; }

  .para01 h4, .report .para01 .btnFloatTit p, .bulletin .para01 .accordion_head p, .rental .para01 .btnFloatTit p, .faq .para01 .btnFloatTit p {
    margin-bottom: 10px;
    font-size: 16px;
    display: block; }

  .btnFloat {
    padding: 5px 10px; }
    .btnFloat p {
      width: auto;
      margin-bottom: 5px;
      margin-right: 10px; }

  .btnFloatTit {
    padding: 10px 0; }
    .btnFloatTit span {
      margin-bottom: 8px;
      display: inline-block;
      font-size: 16px; }

  /*.btnFloatTit p{
  	width: auto;
  	margin-bottom: 8px;
  }*/
  /*.btnFloatR{
  	//float: none;
  	text-align: left;
  }*/ }
@media print, screen and (max-width: 650px) {
  .s-txt {
    font-size: 11px;
    margin-bottom: 5px;
    display: block; }

  .scroll-wrap {
    overflow-x: scroll;
    padding-bottom: 15px; } }
@media print, screen and (max-width: 480px) {
  h3.pageTit .sp {
    font-size: 16px; } }
/*
access.htmlのモーダルウィンドウ
--------------------------------------------*/
#mdOverlay {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 9999;
  background: #000;
  display: none; }

#mdWindow {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 800px;
  height: 520px;
  position: fixed;
  z-index: 9999;
  background: #fff;
  display: none; }

.mdClose {
  top: -15px;
  right: -15px;
  width: 35px;
  height: 35px;
  line-height: 1.3;
  font-size: 25px;
  font-weight: bold;
  color: #333;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }
  .mdClose:hover {
    opacity: .8; }

#modalInclude {
  display: none; }

#contWrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none; }

@media print, screen and (max-width: 737px) {
  #mdWindow {
    width: 90%;
    height: 455px; } }
