@charset "UTF-8";

@import url(//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic);

/*
$break: "screen and (min-width: 0px) and (max-width: 667px) ";    // mobile
*/

@import "vendor/normalize.css/4.1.1/normalize.css";
@import "vendor/jquery.fancybox.css";
@import "library.css";


/*----------------------------------------------
01. layout
02. header & gnav
03. footer
04. local navigation
05. Design Styles
06. module
---------------------------------------------*/



/*--------------------------------------------------------------------
//
// 01. layout Styles
//
-------------------------------------------------------------------- */

/*----------------------- support browser -------------------------
  Internet Explorer 9
  Firefox　Latest
  Google Chrome　Latest
------------------------------------------------------------------*/
/*---------------------------- layout ----------------------------*/

/*body {
  min-width: 1280px;
}

@media screen and (min-width: 0px) and (max-width: 667px) {
  body {
    min-width: inherit;
  }}*/
img{
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/* contents width
--------------------------------------------*/

.menu-list,
footer .footer-inner,
#l-gnav #gnav-inner,
#l-content .content-inner .boxset .boxset-inner {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
  #l-wrap .menu-list,
  header #header-inner,
  footer .footer-inner,
  #l-gnav #gnav-inner,
  #l-content .content-inner,
  #l-content .content-inner .boxset .boxset-inner {
    width: auto;
  }
}


/*　#l-wrap
--------------------------------------------*/

#l-wrap {
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);

}
  /*BASIC LAYOUT*/
}
#l-wrap.is-active {

  -moz-transition: -moz-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}


/* #l-wrap section
--------------------------------------------*/
#l-wrap section {
  margin-top: 30px;
}


/*　#l-content
-----------------------------------------------------*/
#l-content{
  margin-top:49px;
}
#l-content .content-inner {
  padding-bottom: 40px;
  *zoom: 1;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
  #l-content .content-inner {
    padding:0 10px 60px 10px;
  }
}
#l-content .content-inner:after {
  content: " ";
  display: table;
  clear: both;
}




/*--------------------------------------------
//
// 02. header
//
--------------------------------------------*/

header {
  position: relative;
  z-index: 10;
  top:10px;
  width: 100%;
}
header #header-inner{
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  padding:10px 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
header #l-headnav{
  position: absolute;
  right: 0px;
  top:20px;
}
header #l-gnav ul {
  position: absolute;
  right: 40px;
  top:0px;
  margin-top:10px;
}
header {
　*zoom: 1;
}
header:after {
  content: " ";
  display: table;
  clear: both;
}
header #header-inner h1{
  margin: 0px;
  position: relative;
  padding-left: 40px;
}
header #header-inner h1 img {
    width: auto;
    height: 26px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
  header {
    width:100%;
    top:0px;
  }
  header #header-inner {
  position: absolute;
  right: 0px;
  top:0px;
  width:100%;
  position:fixed;
  top: 0;
  padding-top: 0px;
  box-sizing: border-box;
  }
  header #header-inner h1 {
    margin:0 auto;
    padding-top: 10px;
    text-align: center;
  }
  header #header-inner h1 img {
  width: 30%;
  height: auto;
  max-height:45px;
  position: relative;
  left: -40px;
  vertical-align: middle;/*IE7*/
  }
  header #header-inner h1 .sub_logo{
    width:15%;
  }
  header #header-menu {
  position: absolute;
  right: 0px;
  top:0px;
  }}



/* #l-gnav
-----------------------------------------------------*/

@media screen and (min-width: 0px) and (max-width: 667px) {
  #l-gnav {
    display: none;
  }}
#l-gnav #gnav-inner ul {
  *zoom: 1;
}
#l-gnav #gnav-inner ul:after {
  content: " ";
  display: table;
  clear: both;
}
#l-gnav #gnav-inner li {
  float: left;
  text-align: center;
  list-style: none;
}
#l-gnav #gnav-inner li a {
  display: block;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
  text-align: left;
}

.inner {
/*  width: 1280px;*/
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}


/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
}
#top-head a,
#top-head {
  text-decoration: none;
}
#top-head .inner {
  position: relative;
}
#top-head .logo {
  float: left;
  font-size: 36px;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
#global-nav ul li {
  float: left;
  position: relative;
  padding-bottom: 5px;
}
#global-nav ul li a {
  padding: 0 20px;
}

#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 55px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -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: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
  #global-nav ul li a {
    padding: 0 20px;
  }
  #top-head.fixed #global-nav ul li a {
    padding: 0 15px;
  }
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    height: 46px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }

  #global-nav {
    position: absolute;
    top: -500px;
    background: rgba(255,255,255,0.9);
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #global-nav ul li:after {
    display: none;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
  #nav-toggle {
    display: block;
  }
  .open #nav-toggle span:nth-child(1) {
    top: -5px;
    -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 35px;
    -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  }
  .open #global-nav {
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }}

/* #sp-gnav
-----------------------------------------------------*/

#sp-gnav {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
  #sp-gnav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 266px;
    background-color: #444;
    color: #fff;
    padding: 10px;
    text-align: left;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }}

#sp-gnav .gnav-top {
  *zoom: 1;
  height: 40px;
}
#sp-gnav .gnav-top:after {
  content: " ";
  display: table;
  clear: both;
}
#sp-gnav .gnav-top .top-ttl {
  float: left;
  font-weight: bold;
  line-height: 35px;
  vertical-align: middle;
}
#sp-gnav > #gnav-list {
  margin-bottom: 14px;
}
#sp-gnav > #gnav-list > li {
  margin-top: 2px;
  border-top: 1px solid #fff;
  padding: 8px 0;
}
#sp-gnav > #gnav-list > li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#sp-gnav > #gnav-list > li > a {
  position: relative;
  display: block;
  padding-left: 25px;
}
#sp-gnav > #gnav-list > li > a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 -6px;
  border-top: 2px solid #fe2609;
  border-right: 2px solid #fe2609;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sp-gnav > #gnav-list > li > a:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  background: #fff;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -10px;
}
#sp-gnav > #gnav-list > li:first-child {
  margin-top: 0;
}
#sp-gnav > #gnav-list > li:last-child {
  border-bottom: 2px solid #fff;
}
#sp-gnav > #gnav-list > li > ul > li {
  margin-top: 10px;
  padding-left: 14px;
}
#sp-gnav > #gnav-list > li > ul > li > a {
  position: relative;
  display: block;
  padding-left: 25px;
}
#sp-gnav > #gnav-list > li > ul > li > a:after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sp-gnav > #gnav-list > li > ul > li > a:before {
  width: 0;
  height: 0;
}
#sp-gnav .gnav-close {
  display: block;
  float: right;
  padding-top: 15px;
  background: url("../images/bg_close.png") no-repeat top center;
  background-size: 15px auto;
}





/*--------------------------------------------
//
// 03. footer
//
--------------------------------------------*/
footer #welcome{
  font-size: 30px;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  background: #005eb8;
}
footer #copyright address {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  letter-spacing: 0.4px;
  background: #02817a;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
  footer #copyright address {
    font-size: 77%;
  }
}





html {
  background-color: #fff;
  color: #333;
  font-family: Arial, " メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", Helvetica, sans-seriffalse;
}

body{
    font-size: 14px;
    line-height:1.7;
 }

pre{
  background:#eee;
  border: #ccc solid 1px;
  padding:30px;
  margin:0;
  line-height:1.4;
}

code{
  margin:0;
  padding:0;
}


/*--------------------------------------------

headLine

--------------------------------------------*/

/* #l-wrap #page-visual
   ようするにh2

--------------------------------------------*/
#l-wrap #page-visual {
  margin:0 auto;
  background:linear-gradient(#007e76, #b1bfaa);;
}
#l-wrap #page-visual #page-visual-inner {
  text-align: center;
  display: block;
  margin:0;
  padding:0;
  width: auto;
  height: 1426px;
}
#l-wrap #page-visual #page-visual-inner:after {
  content: " ";
  display: table;
  clear: both;
}
  #l-wrap #page-visual #page-visual-inner p:first-child {
    padding-top:150px;
    }
@media screen and (min-width: 0px) and (max-width: 667px) {
  #l-wrap #page-visual #page-visual-inner p:first-child {
    padding-top:50px;
    }
  #l-wrap #page-visual{
    margin:50px 0 0;
  }

  #l-wrap #page-visual #page-visual-inner  img{
    width:100%;
  }}

#l-wrap #page-visual #page-visual-inner h2 {
  margin-top:80px;
  margin-bottom: 0px;
}

@media screen and (min-width: 376px) and (max-width: 736px) {
  #l-wrap #page-visual #page-visual-inner{
    height:1030px;
     padding:0 10px;
  }}
@media screen and (min-width: 321px) and (max-width: 375px) {
    #l-wrap #page-visual #page-visual-inner{
    height:946px;
     padding:0 10px;
  }}
@media screen and (min-width: 0px) and (max-width: 320px) {
  #l-wrap #page-visual #page-visual-inner{
    height:827px;
     padding:0 10px;
  }}

#l-wrap #page-visual #page-visual-inner h2 {
  margin-top:40px;
}
  #l-wrap #page-visual #page-visual-inner h2 span {
    display: none;
  }}
@media screen and (min-width: 0px) and (max-width: 667px) {
  #l-wrap #page-visual #page-visual-inner p {
    width: 100%;
}}

/* h3
--------------------------------------------*/
#l-wrap h3 {
  clear: both;
  margin: 0px 0 20px;
  text-align: center;
  padding-top: 50px;
}
#l-wrap h3 .title{
  clear: both;
  margin: 0px 0 20px;
  color: #005eb8;
  font-size: 34px;
  font-size: 2.43em;
  font-family: 'MyFont', sans-serif;
  src: local('DINNextLTPro-Regular');
  line-height: 80%;
  text-align: center;
  padding-top: 50px;
  background: #02817a;
/*  background: -webkit-linear-gradient(left, #c0d68f 20%, #00807a 30%, #c0d68f 70%, #00807a 100%);
  background: -moz-linear-gradient(left, #c0d68f 20%, #00807a 30%, #c0d68f 70%, #00807a 100%);
  background: -o-linear-gradient(left, #c0d68f 20%, #00807a 30%, #c0d68f 70%, #00807a 100%);
  background: -ms-linear-gradient(left, #c0d68f 20%, #00807a 30%, #c0d68f 70%, #00807a 100%);
  background: linear-gradient(to right, #00807a 20%, #c0d68f 100% );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-animation-name: masked-animation;
  -webkit-animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;*/
}

#l-wrap h3 .sub-title {
  display: block;
  font-size: 20px;
  color:#59a884;
/*  background: #02817a;
  background: -webkit-linear-gradient(left, #c0d68f 20%, #00807a 30%, #c0d68f 70%, #00807a 100%);
  background: -moz-linear-gradient(left, #c0d68f 20%, #00807a 30%, #c0d68f 70%, #00807a 100%);
  background: -o-linear-gradient(left, #c0d68f 20%, #00807a 30%, #c0d68f 70%, #00807a 100%);
  background: -ms-linear-gradient(left, #c0d68f 20%, #00807a 30%, #c0d68f 70%, #00807a 100%);
  background: linear-gradient(to right,#c0d68f 20%, #00807a 30%, #c0d68f 70%, #00807a 100% );
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-animation-name: masked-animation;
  -webkit-animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;*/
}


/*--------------------------------------------

img

--------------------------------------------
@media screen and (min-width: 0px) and (max-width: 667px) {
  #l-wrap #l-content img {
    width: 100%;
    height: auto;
  }
}*/

/*--------------------------------------------

a

--------------------------------------------*/

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

}
a.pdf {
  padding-right: 20px;
  background: url("../images/i_pdf.png") no-repeat right 0.3em;
}
a.arrow {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
a.arrow:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 -6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.arrow:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  background: #666;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -10px;
}
a.arrow_blue {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
a.arrow_blue:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 -6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.arrow_blue:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  background: #fe2609;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -10px;
}

/* #l-wrap a
--------------------------------------------*/

#l-wrap a {
  text-decoration: none;
}
#l-wrap a:hover {
  text-decoration: underline;
  color:#333;
}


/*--------------------------------------------

list

--------------------------------------------*/

/*　dl
--------------------------------------------*/

#l-wrap .list-contents dt {
  margin-bottom: 5px;
}
#l-wrap .list-contents dt:before {
  content: "■";
}

/*　ul
--------------------------------------------*/

#l-wrap .list-contents ul.left {
  float: left;
  width: 50%;
}
#l-wrap .list-contents ul.right {
  float: left;
  width: 50%;
}
#l-wrap .list-contents li {
  margin-left: 1em;
}
#l-wrap .list-contents li:before {
  content: "●";
  margin-right: 5px;
  color: #fe2609;
  font-size: 57%;
  vertical-align: middle;
}
#l-wrap .list-contents li li {
  margin-left: 1.5em;
}

/*　ol
--------------------------------------------*/
#l-wrap .list-contents ol {
  padding-left: 5%;
  list-style: decimal;
}
#l-wrap .list-contents ol li {
  width: 95%;
  float: none !important;
  margin-bottom: 0.5em;
}
#l-wrap .list-contents ol li:before {
  content: "";
  margin-right: 0;
}


/*--------------------------------------------

#page-top

--------------------------------------------*/
#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  z-index: 2;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#page-top.is-active {

  -moz-transition: -moz-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 0px) and (max-width: 667px) {
  #page-top {
    right: 20px;
  }
}


/*--------------------------------------------

スマホのみ表示用クラス

--------------------------------------------*/
.forSP {
    display: none;
}

@media screen and (max-width: 667px) and (min-width: 0px){
  .forSP {
    display: block;
  }
  .forSP ul{
    clear:both;
    width: 280px;
    padding:0 10px 5px 10px;
    margin:0 auto;
  }
  .forSP li{
  display: inline-block;
  margin:0 5px;
  }}



/*----------------------------------------
  common
----------------------------------------*/
.catch{
  font-size: 26px;
  font-size: 1.85em;
  color:#82b8aa;
  line-height: 1.2;
}

.btn a.pdf {
  padding-right: 0;
  background: url("../images/i_pdf.png") no-repeat 93% 0.75em #666;
}

/*----------------------------------------
  #section01
----------------------------------------*/
#l-wrap #section01 {
  text-align: center;
  margin-bottom:50px;
}
  @media screen and (min-width: 0px) and (max-width: 767px) {
    #section01 {
    margin-bottom:0px;
  }}
#l-wrap #section01 .section_inner{
  width: 60%;
  margin: 0 auto;
}
  @media screen and (min-width: 0px) and (max-width: 767px) {
    #l-wrap #section01 .section_inner{
    width: 100%;
  }}
#l-wrap #section01 h3{
  padding-top: 130px;
}
#l-wrap #section01 .section_inner .movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  margin:0 auto;
  overflow: hidden;
}
#l-wrap #section01 .section_inner .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------
  #section02
----------------------------------------*/
#section02 {
  text-align: center;
}
#section02 .history_titleimg{
  display: table-cell;
  padding: 5px;
}
#section02 p.history_title{
  display: table-cell;
  vertical-align: middle;
  padding-left:20px;
  font-size: 22px;
  font-size: 1.57em;
}
#section02 .history_title .history_detail{
  position: absolute;
  font-size: 90%;
  top:40px;
  right:30px;
}
#section02 .history_title span{
  font-size: 30px;
  font-size: 1.7em;
  padding-right: 10px;
  vertical-align: middle;
  }
 @media screen and (min-width: 0px) and (max-width: 767px) {
  #section02 .history_titleimg{
    display: table-cell;
    vertical-align: middle;
    padding:0;
  }
    #section02 .history_titleimg img {
      width: 100%;
      height: auto;
    }
  #section02 .history_title{
    display: table-cell;
    width: 70%;
    padding-left: 5px;
    font-size: 100%;
  }
  #section02 .history_title .history_detail{
    position:static;
  }
}

/*--------------トグル-------------------*/
#section02 .toggle{
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
#section02 .toggle p{
  font-size: 120%;
}
 @media screen and (min-width: 0px) and (max-width: 767px) {
  #section02 .toggle p{
  font-size: 95%;
  }}
#section02 .toggle dt {
  position: relative;
  margin-top: 20px;
  background: -webkit-linear-gradient( left, #56aba1 0%, #cce299 100% ) repeat;
    background: -webkit-linear-gradient(left, #56aba1 0%, #cce299 100%);
    background: -moz-linear-gradient(left, #56aba1 0%, #cce299 100%);
    background: -o-linear-gradient(left, #56aba1 0%, #cce299 100%);
    background: -ms-linear-gradient(left, #56aba1 0%, #cce299 100%);
    background: linear-gradient(to right, #56aba1 0%, #cce299 100%);
  color:#fff;
  line-height: 1.35;
  cursor: pointer;
  overflow: hidden;
}
 @media screen and (min-width: 0px) and (max-width: 767px) {
  #section02 .toggle dt {
  padding: 5px;
  }}
#section02 .toggle dt:first-child {
  margin-top: 0;
  margin-bottom:20px;
}
/*#section02 .toggle dt:before {
  content: "了解详情 ＞";
  font-size: 120%;
  display: block;
  position: absolute;
  top:45%;
  right: 2%;
  }*/
#section02 .toggle dt:hover{
  opacity:0.7;
}
#section02 .toggle dd {
  width:1170px;
padding: 20px 15px 120px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  /*    #section02 .toggle dt:before {
    font-size: 100%;
    width: 74px;
    height: 16px;
    top: 70px;
    left: 10px;
 }*/
 #section02 .toggle dd {
  width:auto;
    padding: 20px 15px 50px;
}
}

#section02 .toggle .left{
  float:left;
}
#section02 .toggle .right{
  float:right;
}
#section02 .toggle .img_box {
  width: 615px;
  margin-bottom:30px;
}
#section02 .toggle .txt_box {
  width: 496px;
  margin-top: 80px;
}
#section02 .toggle span.year {
  font-size: 26px;
  font-size: 1.8571428571429em;
}
#section02 .toggle .img_box figure {
  margin: 0;
}
#section02 .toggle .img_box figcaption {
  margin: 10px 0 0 0;
  text-align: center;
}
 @media screen and (min-width: 0px) and (max-width: 767px) {
  #section02 .toggle .left{
  overflow:hidden;
}
#section02 .toggle .img_box {
  width: 100%;
  margin: 25px 0;
  margin-bottom: 50px;
}
#section02 .toggle .txt_box {
  width: 100%;
  margin-top: 30px;
}
#section02 .toggle .left img{
  width:100%;
 }
#section02 .toggle .right{
  overflow:hidden;
}
#section02 .toggle .right img{
  width:100%;
 }}






/*--------------年背景画像---------------------*/
#section02 .toggle .year2441 {
    height:185px;
    padding-bottom: 11.1%;
    background-size: contain;
    background: url('/120years/images/p_history_2441.png') no-repeat;
    margin-top: 40px;
}
#section02 .toggle .year2447 {
   background: url('/120years/images/p_history_2447.png') no-repeat;
   height:185px;
   margin-top: 0;
}
#section02 .toggle .year2457 {
   background: url('/120years/images/p_history_2457.png') no-repeat;
   height:185px;
   margin-top: 30px;
   margin-bottom: 50px;
}
#section02 .toggle .year2461 {
   background: url('/120years/images/p_history_2461.png') no-repeat;
   height:185px;
   margin-top: 40px;
}
#section02 .toggle .year2473 {
   background: url('/120years/images/p_history_2473.png') no-repeat;
   height:185px;
   margin-top: 40px;
}
#section02 .toggle .year2480 {
   background: url('/120years/images/p_history_2480.png') no-repeat;
   height:185px;
   margin-top: 0;
}
#section02 .toggle .year2496 {
   background: url('/120years/images/p_history_2496.png') no-repeat;
   height:185px;
   margin-top: 0;
   margin-bottom: 70px;
}
#section02 .toggle .year2501 {
   background: url('/120years/images/p_history_2501.png') no-repeat;
   height:185px;
}
#section02 .toggle .year2504 {
   background: url('/120years/images/p_history_2504.png') no-repeat;
   height:185px;
   margin-top: 50px;
   margin-bottom: 100px;
}
#section02 .toggle .year2506 {
   background: url('/120years/images/p_history_2506.png') no-repeat;
   height:185px;
   margin-top: 100px;
}
#section02 .toggle .year2509 {
   background: url('/120years/images/p_history_2509.png') no-repeat;
   height:185px;
   margin-top: 0;
   margin-bottom: 100px;
}
#section02 .toggle .year2510 {
   background: url('/120years/images/p_history_2510.png') no-repeat;
   height:185px;
}
#section02 .toggle .year2511 {
   background: url('/120years/images/p_history_2511.png') no-repeat;
   height:185px;
   margin-top: 50px;
}
#section02 .toggle .year2513 {
   background: url('/120years/images/p_history_2513.png') no-repeat;
   height:185px;
   margin-top: 0;
   margin-bottom: 70px;
}
#section02 .toggle .year2515 {
   background: url('/120years/images/p_history_2515.png') no-repeat;
   height:185px;
   margin-top: 60px;
}
#section02 .toggle .year2519 {
   background: url('/120years/images/p_history_2519.png') no-repeat;
   height:185px;
   margin-top: 0;
}
#section02 .toggle .year2523 {
   background: url('/120years/images/p_history_2523.png') no-repeat;
   height:185px;
   margin-top: 0;
}
#section02 .toggle .year2524 {
   background: url('/120years/images/p_history_2524.png') no-repeat;
   height:185px;
   margin-bottom: 100px;
}
#section02 .toggle .year2525 {
   background: url('/120years/images/p_history_2525.png') no-repeat;
   height:185px;
}
#section02 .toggle .year2526 {
   background: url('/120years/images/p_history_2526.png') no-repeat;
   height:185px;
}
#section02 .toggle .year2531 {
   background: url('/120years/images/p_history_2531.png') no-repeat;
   height:185px;
   margin-top: 50px;
}
#section02 .toggle .year2532 {
   background: url('/120years/images/p_history_2532.png') no-repeat;
   height:185px;
   margin-top: 0;
}
#section02 .toggle .year2534 {
   background: url('/120years/images/p_history_2534.png') no-repeat;
   height:185px;
   margin-top: 0;
}
#section02 .toggle .year2543 {
   background: url('/120years/images/p_history_2543.png') no-repeat;
   height:185px;
   margin-top: 60px;
}
#section02 .toggle .year2544 {
   background: url('/120years/images/p_history_2544.png') no-repeat;
   width:511px;
   height:185px;
   margin-top: 50px;
   margin-bottom: 100px;
}
#section02 .toggle .year2547 {
   background: url('/120years/images/p_history_2547.png') no-repeat;
   height:185px;
   margin-top: 60px;
}
#section02 .toggle .year2551 {
   background: url('/120years/images/p_history_2551.png') no-repeat;
   height:185px;
   margin-top: 60px;
}
#section02 .toggle .year2556 {
   background: url('/120years/images/p_history_2556.png') no-repeat;
   height:185px;
   margin-top: 50px;
}
#section02 .toggle .year2557 {
   background: url('/120years/images/p_history_2557.png') no-repeat;
   height:185px;
   margin-top: 0;
}
#section02 .toggle .year2558 {
   background: url('/120years/images/p_history_2558.png') no-repeat;
   height:185px;
   margin-top: 0;
}
#section02 .toggle .year2559 {
   background: url('/120years/images/p_history_2559.png') no-repeat;
   height:185px;
   margin-top: 0;
   margin-bottom: 100px;
}

/*------------------------------------------------------
　　　　　　　　　　　　　　　特別ブレイクポイント
------------------------------------------------------*/
 @media screen and (min-width: 431px) and (max-width: 766px) {
  #l-wrap #page-visual #page-visual-inner{
    height: 1308px;
  }
  #section02 .toggle .txt_box{
    background-size:50%;
  }}




 @media screen and (min-width: 0px) and (max-width: 430px) {
  #section02 .toggle .year2441 {
   background: url('/120years/images/p_history_2441.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top:0;
 }
  #section02 .toggle .year2447 {
   background: url('/120years/images/p_history_2447.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top:50px;
 }
  #section02 .toggle .year2457 {
   background: url('/120years/images/p_history_2457.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-bottom: 0;
 }
#section02 .toggle .year2461 {
   background: url('/120years/images/p_history_2461.png') no-repeat;
   background-size:100%;
   height:170px;
   margin-top: 0;
}
#section02 .toggle .year2473 {
   background: url('/120years/images/p_history_2473.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top: 0;
}
#section02 .toggle .year2480 {
   background: url('/120years/images/p_history_2480.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top: 50px;
}
#section02 .toggle .year2496 {
   background: url('/120years/images/p_history_2496.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top: 0;
   margin-bottom: 0;
}
#section02 .toggle .year2501 {
   background: url('/120years/images/p_history_2501.png') no-repeat;
   background-size:100%;
   height:260px;
   margin-top: 0;
}
#section02 .toggle .year2504 {
   background: url('/120years/images/p_history_2504.png') no-repeat;
   background-size:100%;
   height:140px;
   margin-top: 0;
   margin-bottom: 0;
}
#section02 .toggle .year2506 {
   background: url('/120years/images/p_history_2506.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top: 0;
   margin-bottom: 0;
}
#section02 .toggle .year2509 {
   background: url('/120years/images/p_history_2509.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top: 0;
}
#section02 .toggle .year2510 {
   background: url('/120years/images/p_history_2510.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top: 0;
   margin-bottom: 50px;
}
#section02 .toggle .year2511 {
   background: url('/120years/images/p_history_2511.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top: 0;
}
#section02 .toggle .year2513 {
   background: url('/120years/images/p_history_2513.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top: 50px;
}
#section02 .toggle .year2515 {
   background: url('/120years/images/p_history_2515.png') no-repeat;
   background-size:100%;
   height:170px;
   margin-top: 0;
}
#section02 .toggle .year2519 {
   background: url('/120years/images/p_history_2519.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top: 50px;
}
#section02 .toggle .year2523 {
   background: url('/120years/images/p_history_2523.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top: 50px;
}
#section02 .toggle .year2524 {
   background: url('/120years/images/p_history_2524.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top: 0;
   margin-bottom: 50px;
}
#section02 .toggle .year2525 {
   background: url('/120years/images/p_history_2525.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top: 0;
}
#section02 .toggle .year2526 {
   background: url('/120years/images/p_history_2526.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top: 50px;
}
#section02 .toggle .year2531 {
   background: url('/120years/images/p_history_2531.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top: 50px;
}
#section02 .toggle .year2532 {
   background: url('/120years/images/p_history_2532.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top: 0;
}
#section02 .toggle .year2534 {
   background: url('/120years/images/p_history_2534.png') no-repeat;
   background-size:100%;
   height:212px;
   margin-top: 0;
}
#section02 .toggle .year2543 {
   background: url('/120years/images/p_history_2534.png') no-repeat;
   background-size:100%;
   width:100%;
   height:160px;
   margin-top: 50px;
   margin-bottom: 0;
}
#section02 .toggle .year2544 {
   background: url('/120years/images/p_history_2544.png') no-repeat;
   background-size:100%;
   width: 100%;
   height:160px;
   margin-top: 0;
   margin-bottom: 0;
}
#section02 .toggle .year2547 {
   background: url('/120years/images/p_history_2547.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top: 0;
}
#section02 .toggle .year2551 {
   background: url('/120years/images/p_history_2551.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top: 50px;
}
#section02 .toggle .year2556 {
   background: url('/120years/images/p_history_2556.png') no-repeat;
   background-size:100%;
   height:160px;
   margin-top: 50px;
}
#section02 .toggle .year2557 {
   background: url('/120years/images/p_history_2557.png') no-repeat;
   background-size:100%;
   height:120px;
}
#section02 .toggle .year2558 {
   background: url('/120years/images/p_history_2558.png') no-repeat;
   background-size:100%;
   height:170px;
   margin-top: 50px;
}
#section02 .toggle .year2559 {
   background: url('/120years/images/p_history_2559.png') no-repeat;
   background-size:100%;
   height:170px;
   margin-top: 50px;
   margin-bottom: 0;
}
#section02 .toggle .right.mat50 {
   margin-top: 0 !important;
}}



.toggle .next_generation{
  padding-top:50px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .toggle .next_generation{
  padding-top:0;
}
}

#section02 .js-nccal{
  position:relative;
}
#section02 .history {
margin-top: 20px;
}
#section02 .history li {
  box-sizing: border-box;
  padding: 0 50px 10px 50px; }
    @media screen and (min-width: 0px) and (max-width: 767px) {
      #section02 .history li {
        padding: 0 40px;
    margin-bottom: 10px; } }
  #section02 .history table {
    width: 100%; }
    #section02 .history table caption {
      padding-bottom: 5px;
      font-size: 142%;
      font-weight: bold;
      text-align: center !important; }
      @media screen and (min-width: 0px) and (max-width: 767px) {
        #section02 .history table caption {
          font-size: 100%; } }
    #section02 .history table th {
      padding: 5px;
      border: 1px solid #ccc;
      background: #e5eff8;
      font-size: 142%;
      font-weight: bold;
      text-align: center; }
      @media screen and (min-width: 0px) and (max-width: 767px) {
        #section02 .history table th {
          padding: 0 5px;
          font-size: 100%; } }
    #section02 .history table td {
      padding: 5px;
      border: 1px solid #ccc;
      font-size: 142%;
      font-weight: bold;
      text-align: center; }
    #section02 .history table td.herf-active {
    background-color: #ffadad;
  }
      @media screen and (min-width: 0px) and (max-width: 767px) {
        #section02 .history table td {
          padding: 0 5px;
          font-size: 100%; } }
      #section02 .history table td.active {
        background-color: #fbd591; }


/*----------------------------------------
  .#section03
----------------------------------------*/
#section03 {
  text-align: center;
}
#section03 .section_inner{
  margin: 0 auto;
}
#section03 ul{
  width: 1200px;
  margin: 0 auto;
}
#section03 ul li{
  display: inline-block;
  margin:8px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #section03 ul{
  width:100%;
  max-width: 1200px;
  }
  #section03 ul li{
  width: 22%;
  margin:2px;
    }
    #section03 ul li img{
  width: 100%;
    }}











/* ==========================================================================
   Section05 BOOTH MAP
   ========================================================================== */
.booth-map .figure-wrap {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
  margin-top: 15px;
  margin-left:35px;
}

.booth-map .figure-wrap a{
  position: absolute;
  display: block;
}
.booth-map .figure-wrap a img{
  width:44px;
  height: 54px;
}

/* Pointer */
.booth-map #p01 { top: 35.0%; left: 93.0%; }
.booth-map #p02 { top: 27.0%; left: 86.0%; }
.booth-map #p03 { top: 26.0%; left: 78.0%; }
.booth-map #p04 { top: 23.0%; left: 73.0%; }
.booth-map #p05 { top: 17.5%; left: 60.0%; }
.booth-map #p06 { top: 13.0%; left: 45.0%; }
.booth-map #p07 { top: 13.0%; left: 40.0%; }
.booth-map #p08 { top: 34.0%; left: 35.0%; }
.booth-map #p09 { top: 60.0%; left: 31.0%; }
.booth-map #p10 { top: 55.0%; left: 54.0%; }
.booth-map #p11 { top: 47.0%; left: 51.5%; }
.booth-map #p12 { top: 41.0%; left: 49.0%; }
.booth-map #p13 { top: 36.0%; left: 46.0%; }
.booth-map #p14 { top: 31.0%; left: 55.0%; }
.booth-map #p15 { top: 32.5%; left: 66.0%; }

@media screen and (min-width: 0px) and (max-width: 667px) {
  .booth-map .figure-wrap {
  margin-left:0;
}
  .booth-map .figure-wrap img {
   width:100%;
   height:auto;
  }
  .booth-map .figure-wrap a img {
   width:20px;
  height: 24px;
  }
}
 .booth-map #p15 {
    top: 28%;
  }

/* ==========================================================================
   Modal styles.
   ========================================================================== */
.modal {
  display: none;
  text-align: center;
}
@media screen and (min-width: 376px) and (max-width: 736px) {
  .modal {
    height:340px;
  }}
@media screen and (min-width: 321px) and (max-width: 375px) {
    .modal {
    height:315px;
  }}
@media screen and (min-width: 0px) and (max-width: 320px) {
  .modal {
    height:310px;
  }}
.modal .comment{
  display: inline-block;
  vertical-align: middle;
  margin-bottom:0.5%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 40px;
  margin: auto;
  font-size: 120%;
  text-align: left;
  padding:10px 10px;
  max-width: 680px;
  height: auto;
}
@media screen and (min-width: 376px) and (max-width: 736px) {
  .modal .comment {
    position: static;
    font-size: 90%;
    width: auto;
    height:105px;
  }}
@media screen and (min-width: 321px) and (max-width: 375px) {
    .modal .comment {
    position: static;
    font-size: 90%;
    width: auto;
    height:105px;
  }}
@media screen and (min-width: 0px) and (max-width: 320px) {
  .modal .comment {
    position: static;
    font-size: 90%;
    width: auto;
    height:140px;
  }}
.modal .department{
  font-size:70%;
  font-weight: bold;
}
.modal a{
  text-decoration: none;
  color: #005eb8;
  margin: 0 5% 0 0;
  display: inline-block;
  position:absolute;
  right: 0px;
  bottom: 6%;
}
.modal .note {
  color: #999;
}
.modal .button {
  margin: 20px auto;
}
.modal table {
  text-align: left;
}
.modal label {
  cursor: pointer;
}
.modal input[type="checkbox"],
.modal input[type="radio"] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.modal .fit img {
  max-width: 800px;
  height: auto;
}
@media screen and (min-width: 0px) and (max-width: 667px) {
  .modal .fit img {
  max-width: 100%;
}}
.modal .btn-mdl-prev,
.modal .btn-mdl-next {
  text-indent: -9999px;
  font-size: 0;
  width: 40px;
  height: 36px;
  display: block;
  position: absolute;
  bottom: 8%;

}
.modal .btn-mdl-prev {
  background-image: url('/120years/images/fancybox_sprite.png');
  left: 5px;
  top:5px;
  background-position: 0 -35px;
}
.modal .btn-mdl-next {
  background-image: url('/120years/images/fancybox_sprite.png');
  left: 50px;
  top:5px;
  background-position: 0 -72px;
}
.modal .mdl-num {
display:none;
}




