@charset "UTF-8";
#home main > article {
  margin: 0 auto;
  max-width: 100%; }
#home #container {
  padding: 0;
  max-width: none; }

section {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0; }
  section header {
    display: table;
    width: 100%; }
    section header > h2 {
      font-size: 2.29em;
      font-weight: normal;
      display: table-cell;
      vertical-align: middle;
      color: #00a558;
      border-bottom: none;
      letter-spacing: .2em;
      padding-bottom: 0; }
      section header > h2:after {
        position: relative;
        display: inline-block;
        width: 1px;
        height: 1em;
        top: .1em;
        bottom: 0;
        left: 0;
        margin: 0 20px;
        padding-bottom: 0;
        border-bottom: none;
        border-left: solid 1px #555; }
      section header > h2 + p {
        display: table-cell;
        vertical-align: middle;
        margin: 0; }
  @media only screen and (max-width: 640px) {
    section header {
      display: block; }
      section header > h2 {
        width: auto;
        display: block;
        padding-bottom: .5em; }
        section header > h2 + p {
          width: auto;
          display: block; } }

a[href$="rss.xml"] {
  overflow: hidden;
  display: block;
  background: url('../img/icons-s4871128572.png') -2160px 0;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
  white-space: nowrap;
  text-indent: 100%; }

/* slideImage */
#slideImage {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-top: 0px;}
#slideImage .swiper-slide a img { width: 100%; height: auto; }
#slideImage .swiper-slide a:hover img { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); opacity:0.9; }
#slideImage .swiper-slide {background-color: #f2f2f2; max-height: 600px; margin: 0;　}

  #slideImage ul:after:after {
    content: '';
    display: block;
    clear: both; }
  #slideImage li {
    margin-top: 0;
    padding-left: 0; }
    #slideImage li:before {
      display: none; }
  #slideImage img {
    display: block; margin: 0 auto; }
  #slideImage .slideClip {
    position: relative;
    margin: 20px auto -85px;
    max-width: 800px;
    top: -100px;
    padding: 0 60px;
    z-index: 300; }
  #slideImage .slideBasis {
    overflow: hidden;
    width: auto; }
  #slideImage .btnPrev,
  #slideImage .btnNext {
    position: absolute;
    width: 4.8%;
    height: 70%;
    top: 50%;
    margin-top: -2.3%;
    background-color: #fff;
    cursor: pointer;
    z-index: 310; }
    #slideImage .btnPrev:before, #slideImage .btnPrev:after,
    #slideImage .btnNext:before,
    #slideImage .btnNext:after {
      content: "";
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  #slideImage .btnNext {
    left: 0;
    margin-left: 10px; }
    #slideImage .btnNext:before {
      border-style: solid;
      border-color: transparent;
      border-color: rgba(255, 0, 0, 0);
      border-width: 8px 8px 8px 0;
      border-right-color: #06a557;
      left: -2px; }
    #slideImage .btnNext:after {
      border-style: solid;
      border-color: transparent;
      border-color: rgba(255, 0, 0, 0);
      border-width: 8px 8px 8px 0;
      border-right-color: #fff;
      left: 2px; }
  #slideImage .btnPrev {
    right: 0;
    margin-right: 10px; }
    #slideImage .btnPrev:before {
      border-style: solid;
      border-color: transparent;
      border-color: rgba(255, 0, 0, 0);
      border-width: 8px 0 8px 8px;
      border-left-color: #06a557;
      right: -2px; }
    #slideImage .btnPrev:after {
      border-style: solid;
      border-color: transparent;
      border-color: rgba(255, 0, 0, 0);
      border-width: 8px 0 8px 8px;
      border-left-color: #fff;
      right: 2px; }
  @media only screen and (max-width: 800px) {
    #slideImage {
      margin-bottom: -20px; }
      #slideImage .slideClip {
        margin-bottom: 0;
        padding: 0; }
        #slideImage .slideClip .btnNext,
        #slideImage .slideClip .btnPrev {
          display: none; } }

.home_mv { margin: 0; text-align: center;}
.home_mv img { width: 100%;}

#slideMain {
  position: relative; }
  #slideMain:after {
    content: '';
    display: block;
    clear: both; }
  #slideMain > li {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1; }
    #slideMain > li:before {
      content: '';
      display: block;
      width: 100%;
      max-height: 600px;
      padding-bottom: 41%; }
    #slideMain > li + li {
      margin-left: -100%;
      z-index: 0; }
  #slideMain .bgMovie,
  #slideMain .bgImage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden; }
    #slideMain .bgMovie img,
    #slideMain .bgImage img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: auto;
      max-width: 300%;
      margin: auto; }
      #slideMain .bgMovie img.slimgdummy,
      #slideMain .bgImage img.slimgdummy {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
  #slideMain .bgMovie {
    height: 0;
    padding: 30px 0 39.8%; }
    #slideMain .bgMovie iframe {
      position: absolute;
      width: 100% !important;
      height: 100% !important;
      top: 0 !important;
      bottom: 3px;
      left: 0;
      right: 0; }
  #slideMain .inner {
    position: absolute;
    top: 0;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 1220px; }
  #slideMain .overLay {
    position: absolute;
    top: 55%;
    left: auto;
    right: 0;
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.9);
    -moz-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%); }
    #slideMain .overLay > * {
      max-width: 420px; }
    #slideMain .overLay p.title {
      position: relative;
      margin-top: 0;
      padding: 30px 20px .3em;
      color: #555;
      font-size: 2.14em;
      font-weight: normal;
      border-bottom: none;
      /*	background-color: rgba( 255, 255, 255, 0.9 );*/ }
      #slideMain .overLay p.title + p {
        margin-top: 0;
        padding: 1em 20px; }
      #slideMain .overLay p.title:before, #slideMain .overLay p.title:after {
        content: '';
        position: absolute;
        bottom: -1px;
        display: block; }
      #slideMain .overLay p.title:before {
        right: 20px;
        width: 66%;
        border-bottom: solid 1px #ddd; }
      #slideMain .overLay p.title:after {
        left: 20px;
        width: 34%;
        border-bottom: solid 1px #06a557; }
    #slideMain .overLay .btnLink {
      margin-top: 0;
      padding: 0 20px 20px;
      text-align: left; }
      #slideMain .overLay .btnLink a {
        padding: .3em 1em .3em 2em;
        background-color: #06a557;
        border-radius: 5px;
        color: #fff;
        font-size: 1.14em;
        line-height: 40px; }
        #slideMain .overLay .btnLink a:before, #slideMain .overLay .btnLink a:after {
          content: "";
          position: absolute;
          display: inline-block;
          top: 50%;
          margin-top: -6px; }
        #slideMain .overLay .btnLink a:before {
          left: 15px;
          border-style: solid;
          border-color: transparent;
          border-color: rgba(255, 0, 0, 0);
          border-width: 6px 0 6px 8px;
          border-left-color: #fff; }
        #slideMain .overLay .btnLink a:after {
          left: 12px;
          border-style: solid;
          border-color: transparent;
          border-color: rgba(255, 0, 0, 0);
          border-width: 6px 0 6px 8px;
          border-left-color: #06a557; }
        #slideMain .overLay .btnLink a[target='_blank']:before {
          left: 10px;
          margin-top: -10px;
          border: none;
          background: url('../img/icons-s4871128572.png') -256px 0;
          background-repeat: no-repeat;
          height: 20px;
          width: 20px; }
        #slideMain .overLay .btnLink a[target='_blank']:after {
          display: none; }
  #slideMain .current {
    z-index: 1; }
    #slideMain .current > * {
      z-index: 1; }
  @media only screen and (min-width: 1441px) {
    #slideMain .bgImage {
      width: 100%;
      min-height: 600px;
      margin: 0; }
      #slideMain .bgImage img {
        position: absolute;
        top: -100%;
        bottom: -100%;
        left: 0;
        right: 0;
        width: 100%;
        margin: auto; } }
  @media only screen and (min-width: 801px) and (max-width: 1200px) {
    #slideMain .overLay {
      right: 20px; }
      #slideMain .overLay > * {
        max-width: 600px; } }
  @media only screen and (max-width: 800px) {
    #slideMain {
      overflow: hidden;
      max-height: 100%;
      background-color: #fff; }
      #slideMain > li {
        height: auto;
        background-color: #fff; }
        #slideMain > li:before {
          display: none; }
        #slideMain > li[style*='opacity: 0;'] .overLay {
          height: 0; }
        #slideMain > li[style*='z-index: 10;'] .overLay {
          position: relative;
          height: 100%;
          opacity: 1; }
      #slideMain .bgImage {
        position: relative; }
        #slideMain .bgImage img {
          position: relative;
          width: 100%; }
      #slideMain .bgMovie {
        position: relative;
        padding: 30px 0 32%; }
      #slideMain .inner {
        position: relative; }
      #slideMain .overLay {
        position: static;
        top: 0;
        padding: 20px 10px 30px;
        background-color: transparent;
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%); }
        #slideMain .overLay > * {
          max-width: inherit;
          text-align: left; }
        #slideMain .overLay .btnLink {
          text-align: center; }
          #slideMain .overLay .btnLink a {
            font-size: 1em; } }

#slideThumb li {
  position: relative;
  float: left;
  width: 20%;
  margin: 0;
  cursor: pointer; }
  #slideThumb li img {
    max-width: 96%;
    margin: 0 auto; }
  #slideThumb li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 96%;
    max-width: 150px;
    margin: 0 auto;
    border-bottom: 5px solid transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color 0.5s;
    -o-transition: border-color 0.5s;
    -webkit-transition: border-color 0.5s;
    transition: border-color 0.5s; }
#slideThumb .current:after {
  border-color: #00a558; }
@media only screen and (max-width: 800px) {
  #slideThumb {
    display: none; } }

.sldPos {
  position: absolute;
  top: -24px;
  display: none;
  width: 100%;
  margin-top: 56%;
  padding-left: 0;
  text-align: center;
  z-index: 11; }
  .sldPos li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    background-color: #bdd3dc;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s; }
  .sldPos .current {
    background-color: #00a558; }
  @media only screen and (max-width: 800px) {
    .sldPos {
      display: block;
      top: 10px;
      margin-top: 42%; } }

/* research */
#research {
  margin-top: 0;
  background-color: #f2f2f2; }
  #research header {
    max-width: 1200px;
    margin: 0 auto; }
    #research header > h2 {
      width: 8.5em;
      padding-bottom: 0; }
  #research section {
    max-width: 100%; }
  @media only screen and (max-width: 800px) {
    #research header {
      padding-left: 20px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media only screen and (max-width: 640px) {
    #research header > h2 {
      padding-bottom: .5em; }
      #research header > h2:after {
        display: none; } }

#slider {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 174px;
  overflow: hidden; }
  #slider .slide-wrap {
    max-width: 2790px; }
  #slider .slideClip {
    position: relative;
    width: 100%;
    height: 174px;
    margin: 0; }
    #slider .slideClip .slideBasis {
      width: 310px; }
    #slider .slideClip li {
      float: left;
      position: relative;
      width: 310px;
      border-left: solid 1px #fff;
      border-right: solid 1px #fff; }
      #slider .slideClip li a {
        position: relative;
        display: block;
        width: 310px;
        height: 174px; }
      #slider .slideClip li img {
        width: 100%; }
      #slider .slideClip li p {
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 5em;
        padding: 1em;
        box-sizing: border-box;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        text-align: left;
        color: #fff; }
    #slider .slideClip ~ .nextBtn, #slider .slideClip ~ .prevBtn {
      margin-top: -22px; }

/* pick up */
#pickup header > h2 {
  width: 7em; }
#pickup .sideL h3,
#pickup .sideL p,
#pickup .sideR h3,
#pickup .sideR p {
  color: #004ea2; }
#pickup .sideL h3,
#pickup .sideR h3 { font-size: 1.2rem; margin-top: 15px; border-bottom: none; padding-bottom: 0; font-weight: bold; }
  #pickup .sideL h3 + *,
  #pickup .sideR h3 + * {
    margin-top: 10px; }
  #pickup .sideL h3 a,
  #pickup .sideR h3 a {
    color: #004ea2; }
#pickup .sideL em,
#pickup .sideR em {
  font-size: 0.93em;
  font-weight: normal;
  font-style: italic;
  border-bottom: 1px solid #004ea2; }
#pickup .sideL .image,
#pickup .sideR .image { margin: 0; max-width: 280px; }
#pickup .sideL .parallelL,
#pickup .sideR .parallelL { /* border: 1px solid #004ea2; */ background-color: #f2f2f2; padding: 10px; }
#pickup .sideL .parallelL:hover,
#pickup .sideR .parallelL:hover { background-color: #f9f9f9; }
  #pickup .sideL .parallelL .image,
  #pickup .sideR .parallelL .image {
    margin-right: -280px; }
  #pickup .sideL .parallelL .sentence,
  #pickup .sideR .parallelL .sentence {
    margin-left: -280px;
    padding-left: 300px;
    padding-right: 20px; }
    #pickup .sideL .parallelL .sentence > *:first-child,
    #pickup .sideR .parallelL .sentence > *:first-child {
      margin-top: 10px;
      font-style: italic; }
    #pickup .sideL .parallelL .sentence p a,
    #pickup .sideR .parallelL .sentence p a {
      padding-left: 0; }
      #pickup .sideL .parallelL .sentence p a:before,
      #pickup .sideR .parallelL .sentence p a:before {
        display: none; }
#pickup .sideL .parallelL.pu-blank,
#pickup .sideR .parallelL.pu-blank {
  position: relative; }
  #pickup .sideL .parallelL.pu-blank:before,
  #pickup .sideR .parallelL.pu-blank:before {
    content: '';
    background: url(../img/icons-s4871128572.png) -84px 0;
    background-repeat: no-repeat;
    height: 28px;
    width: 28px;
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 30px;
    height: 30px; }
#pickup .btn,
#Topics .btn { }
#pickup .btn a,
#Topics .btn a{font-size: 14px;font-weight: bold; letter-spacing: 0.3em; text-decoration: none;
    display: block; width: 240px;
    margin: 15px auto; padding: 10px 0;
    text-align: center;
    border: 1px solid #004ea2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;}
#pickup .btn a:hover,
#Topics .btn a:hover { background-color:#004ea2; color: #fff; }

#pickup .sideL a[target='_blank'] .parallelL,
#pickup .sideR a[target='_blank'] .parallelL { position: relative; }
#pickup .sideL a[target='_blank'] .parallelL:before,
#pickup .sideR a[target='_blank'] .parallelL:before {
    content: '';
    background: url(../img/icons-s4871128572.png) -173px 0;
    background-repeat: no-repeat;
    height: 20px;
    width: 25px;
    position: absolute;
    bottom: 10px;
    right: 10px; }

#pickup .sideL a:not([target='_blank']) .parallelL,
#pickup .sideR a:not([target='_blank']) .parallelL { position: relative; }
#pickup .sideL a:not([target='_blank']) .parallelL:before,
#pickup .sideR a:not([target='_blank']) .parallelL:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-style: solid;
  border-color: transparent;
  border-width: 6px;
  border-right-color: #004ea2;
  border-bottom-color: #004ea2; }

@media only screen and (max-width: 800px) {
  #pickup .sideL .parallelL .sentence > *:first-child, #pickup .sideR .parallelL .sentence > *:first-child { margin-top: 0px; }
  #pickup .sideL h3 + *, #pickup .sideR h3 + * { margin-top: 5px; font-size: 0.85rem; }
}


/* important */
#important section {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 55px 50px;
  border: 1px solid #e66262;
  display: table;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #important section:after {
    content: '';
    display: block;
    clear: both; }
#important h3 {
  width: 7.5em;
  color: #e66262;
  font-weight: bold;
  letter-spacing: .2em;
  position: relative;
  display: table-cell;
  border-bottom: none;
  vertical-align: middle;
  padding: 0 40px;
  background: url(../img/icons/important.png) left center no-repeat;
  border-right: 1px solid #e66262;
  white-space: nowrap; }
#important + #information {
  margin-top: 60px; }
#important .infoList {
  position: relative;
  padding: 0;
  display: table-cell; }
  #important .infoList li {
    margin-left: 40px;
    padding: 0; }
    #important .infoList li + li {
      padding-top: 5px;
      border-top-style: none; }
  #important .infoList time {
    color: #e66262;
    margin-left: 0;
    float: none; }
  #important .infoList a {
    color: #e66262;
    text-decoration: none; }
@media only screen and (max-width: 800px) {
  #important {
    margin: 0 20px; } }
@media only screen and (max-width: 640px) {
  #important {
    display: block;
    padding: 0; }
    #important section {
      padding: 0; }
    #important h3,
    #important .infoList {
      display: block; }
    #important h3 {
      width: 8em;
      border-right: none;
      margin: 0 auto;
      padding: 14px 0 14px 40px; }
      #important h3:before {
        content: '';
        background: url('../img/icons-s4871128572.png') -84px 0;
        background-repeat: no-repeat;
        height: 28px;
        width: 28px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -14px;
        padding-right: 10px;
        width: 30px;
        height: 30px; }
    #important .infoList {
      border-top: 1px solid #e66262;
      margin-top: 0;
      padding: 15px; }
      #important .infoList li {
        margin-left: 0; } }

/* information -------------------------------- */
#information, #event {
  margin-top: 0;
  background-color: #f2f2f2; }
  #information header > h2, #event header > h2 {
    width: 6em; }
    #information header > h2 + p, #event header > h2 + p {
      width: 4em; }
  #information header ul, #event header ul {
    display: inline-block;
    margin: 0 0 -5px 20px;
    vertical-align: bottom; }
  html[lang="en"] #information, html[lang="en"] #event {
    /*
    		header {
    			> h2 {
    				width: 5.5em;
    			}
    		}
    */ }
    html[lang="en"] #information header ul, html[lang="en"] #event header ul {
      margin-left: 0; }
  #information .tabBtn ~ ul, #event .tabBtn ~ ul {
    float: right;
    height: 0;
    width: 45%;
    margin-right: 40px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transition: none;
    /*		@include transition(all .2s);*/
    overflow: hidden; }
    #information .tabBtn ~ ul.tmbimg, #event .tabBtn ~ ul.tmbimg {
      float: left;
      height: auto;
      margin-left: 40px;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
      #information .tabBtn ~ ul.tmbimg > li + li, #event .tabBtn ~ ul.tmbimg > li + li {
        border-top: none; }
      #information .tabBtn ~ ul.tmbimg .parallelL, #event .tabBtn ~ ul.tmbimg .parallelL {
        padding: 5px;
        background-color: #f2f2f2; }
        #information .tabBtn ~ ul.tmbimg .parallelL.sizeM .image, #event .tabBtn ~ ul.tmbimg .parallelL.sizeM .image {
          width: 249px;
          margin-right: -249px; }
          #information .tabBtn ~ ul.tmbimg .parallelL.sizeM .image a, #event .tabBtn ~ ul.tmbimg .parallelL.sizeM .image a {
            margin-top: 0; }
        #information .tabBtn ~ ul.tmbimg .parallelL.sizeM .sentence, #event .tabBtn ~ ul.tmbimg .parallelL.sizeM .sentence {
          margin-left: -249px;
          padding-left: 269px; }
          #information .tabBtn ~ ul.tmbimg .parallelL.sizeM .sentence > a, #event .tabBtn ~ ul.tmbimg .parallelL.sizeM .sentence > a {
            font-size: 1.14em;
            line-height: 1.43em; }
        #information .tabBtn ~ ul.tmbimg .parallelL.sizeM .sentence > *:first-child,
        #information .tabBtn ~ ul.tmbimg .parallelL.sizeM .sentence .label, #event .tabBtn ~ ul.tmbimg .parallelL.sizeM .sentence > *:first-child,
        #event .tabBtn ~ ul.tmbimg .parallelL.sizeM .sentence .label {
          margin-top: 0; }
    #information .tabBtn ~ ul ~ .infoList, #event .tabBtn ~ ul ~ .infoList {
      margin-top: 0;
      border-top-style: none; }
      #information .tabBtn ~ ul ~ .infoList ~ .infoBtn, #event .tabBtn ~ ul ~ .infoList ~ .infoBtn {
        margin-left: -20px; }
  @media only screen and (max-width: 800px) {
    #information section, #event section {
      padding: 30px 20px; }
    #information header, #event header {
      margin-bottom: 100px; }
    #information .tabBtn li, #event .tabBtn li {
      margin-top: -60px; }
    #information .tabBtn ~ ul.tmbimg, #event .tabBtn ~ ul.tmbimg {
      float: none;
      width: 100%;
      margin: 0; }
      #information .tabBtn ~ ul.tmbimg .parallelL, #event .tabBtn ~ ul.tmbimg .parallelL {
        background-color: #e5e5e5; } }
  @media only screen and (max-width: 640px) {
    #information header, #event header {
      position: relative;
      height: 60px;
      margin-bottom: 0; }
    #information .spMenuNews, #information .spMenuEvent, #event .spMenuNews, #event .spMenuEvent {
      margin-top: -72px; } }

html[lang='en'] #event {
  margin-top: 0; }
  html[lang='en'] #event .infoList {
    float: left;
    height: auto;
    margin-left: 40px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
    html[lang='en'] #event .infoList > li + li {
      border-top: none; }
    html[lang='en'] #event .infoList .parallelL {
      /*	padding: 5px;
      	background-color: $color-silver;*/ }
      html[lang='en'] #event .infoList .parallelL.sizeM .image {
        width: 249px;
        margin-right: -249px; }
        html[lang='en'] #event .infoList .parallelL.sizeM .image a {
          margin-top: 0; }
      html[lang='en'] #event .infoList .parallelL.sizeM .sentence {
        margin-left: -249px;
        padding-left: 269px; }
        html[lang='en'] #event .infoList .parallelL.sizeM .sentence > a {
          font-size: 1.14em;
          line-height: 1.43em; }
      html[lang='en'] #event .infoList .parallelL.sizeM .sentence > *:first-child,
      html[lang='en'] #event .infoList .parallelL.sizeM .sentence .label {
        margin-top: 0; }
  @media only screen and (max-width: 800px) {
    html[lang='en'] #event .infoList {
      margin-left: 0; } }

/* sns, Topics */
#sns {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  background-color: #f2f2f2; }
  #sns section.addbtn {
    padding: 0; }
  #sns form {
    position: relative;
    min-height: 430px; }
    #sns form:after {
      content: '';
      display: block;
      clear: both; }
  #sns .tabBtn {
    position: relative;
    max-width: 244px;
    margin: 0 auto;
    top: 30px;
    z-index: 100;
    border-bottom: none; }
    #sns .tabBtn li {
      overflow: inherit;
      width: 20%;
      margin: 0 10px;
      font-size: 1em;
      background-color: #fff;
      border-radius: 3px; }
    #sns .tabBtn a, #sns .tabBtn label {
      position: relative;
      margin: 0;
      padding: 1em;
      border-radius: 3px;
      font-weight: normal; }
      #sns .tabBtn a:after, #sns .tabBtn label:after {
        content: "";
        display: none;
        position: absolute;
        bottom: -13px;
        left: 50%;
        margin-left: -11px; }

#tabFb,
#tabYt {
  display: none; }

#tabFb:checked ~ .tabBtn label[for='tabfb'],
#tabYt:checked ~ .tabBtn label[for='tabYt'] {
  color: #fff; }

#tabFb:checked ~ .tabBtn label[for='tabFb'] {
  border: 1px solid  #3c5998;
  background-color: #3c5998;
  color: #fff; }
  #tabFb:checked ~ .tabBtn label[for='tabFb']:after {
    display: block;
    border-style: solid;
    border-color: transparent;
    border-color: rgba(255, 0, 0, 0);
    border-width: 13px 11px 0 11px;
    border-top-color: #3c5998; }

#tabYt:checked ~ .tabBtn label[for='tabYt'] {
  background-color: #da1625;
  color: #fff; }
  #tabYt:checked ~ .tabBtn label[for='tabYt']:after {
    display: block;
    border-style: solid;
    border-color: transparent;
    border-color: rgba(255, 0, 0, 0);
    border-width: 13px 11px 0 11px;
    border-top-color: #da1625; }

#tabFb:checked ~ #facebookList,
#tabYt:checked ~ #youtubeList {
  z-index: 2;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

#Topics section.addbtn, #facebookList section.addbtn, #youtubeList section.addbtn {
  max-width: 1300px; }

#Topics h2 {
  display: block; }

#facebookList, #youtubeList {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 110px 0 70px;
  opacity: 0;
  z-index: 1; }
  #facebookList section.addbtn, #youtubeList section.addbtn {
    position: relative; }
  #facebookList .imageTile li > p, #youtubeList .imageTile li > p {
    padding-top: 20px; }
  #facebookList .slideClip .imageTile li > a, #youtubeList .slideClip .imageTile li > a {
    padding-top: 20px;
    color: #555; }
    #facebookList .slideClip .imageTile li > a time, #youtubeList .slideClip .imageTile li > a time {
      display: inline-block;
      padding: 0.3em 0.3em 0.2em;
      background: #3c5998;
      color: #fff;
      line-height: 1; }
    #facebookList .slideClip .imageTile li > a p, #youtubeList .slideClip .imageTile li > a p {
      position: relative;
      padding-bottom: 20px; }
      #facebookList .slideClip .imageTile li > a p:after, #youtubeList .slideClip .imageTile li > a p:after {
        content: '';
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        right: 0;
        bottom: 0;
        background: url('../img/icons-s4871128572.png') -216px 0;
        background-repeat: no-repeat;
        height: 20px;
        width: 20px; }
  #facebookList .slideClip ~ .prevBtn, #facebookList .slideClip ~ .nextBtn, #youtubeList .slideClip ~ .prevBtn, #youtubeList .slideClip ~ .nextBtn {
    margin-top: -22px; }

#facebookList {
  background-color: #d8deea; }
  #facebookList .imageTile li > a {
    padding-bottom: 510px; }

#youtubeList {
  background-color: #f9d7da; }
  #youtubeList .imageTile li > a img {
    width: 100%;
    vertical-align: text-bottom; }

@media only screen and (min-width: 481px) and (max-width: 640px) {
  #sns .slideClip .slideBasis, #Topics .slideClip .slideBasis { width: 100%; }
    #sns .slideClip .slideBasis .imageTile, #Topics .slideClip .slideBasis .imageTile { margin-top: 0; } }
@media only screen and (max-width: 480px) {
  #sns .slideClip .slideBasis, #Topics .slideClip .slideBasis { width: 100%; }
    #sns .slideClip .slideBasis .imageTile, #Topics .slideClip .slideBasis .imageTile { margin-top: 0; } }

/* 2016/09/20 chikusa add ▼ */
#information section {
  border-bottom: 1px solid #dddddd; }

#information section > form > ul:last-child, #event section > form > ul:last-child {
  clear: both;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  float: none;
  width: 240px;
  height: auto;
  margin: 15px auto 0;
  text-align: center;
  border: 1px solid #00a558;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  #information section > form > ul:last-child li a, #event section > form > ul:last-child li a {
    display: block;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #00a558;
    text-decoration: none; }
    #information section > form > ul:last-child li a:hover, #event section > form > ul:last-child li a:hover {
      color: #fff;
      background-color: #00a558; }

@media only screen and (min-width: 801px) {
  #information section, #event section {
    padding-bottom: 150px; }
    #information section > form .tmbimg.infoList, #event section > form .tmbimg.infoList {
      box-sizing: border-box;
      width: 50%;
      margin: 0;
      padding: 0 0 40px 40px; }
      #information section > form .tmbimg.infoList li[class^="news"], #event section > form .tmbimg.infoList li[class^="news"] {
        padding: 20px 0 0; }
      #information section > form .tmbimg.infoList ~ .infoList, #event section > form .tmbimg.infoList ~ .infoList {
        box-sizing: border-box;
        width: 50%;
        margin: 0;
        padding: 0; }
    #information section > form > ul:last-child, #event section > form > ul:last-child {
      position: absolute;
      bottom: 50px;
      left: 50%;
      margin: 0 0 0 -120px; }

  #information section > form #tabInfoAll:checked ~ #infoAll {
    padding: 0 40px 40px; }
  #information section > form #tabInfoEntrance:checked ~ #infoEntrance {
    padding: 0 40px 40px; }
  #information section > form #tabInfoResearch:checked ~ #infoResearch {
    padding: 0 40px 40px; }
  #information section > form #tabInfoWinning:checked ~ #infoWinning {
    padding: 0 40px 40px; }
  #information section > form #tabInfoVisit:checked ~ #infoVisit {
    padding: 0 40px 40px; }
  #information section > form #tabInfoStudents:checked ~ #infoStudents {
    padding: 0 40px 40px; }
  #information section > form #tabInfoInfo:checked ~ #infoInfo {
    padding: 0 40px 40px; }

  #event section > form #tabEventAll:checked ~ #eventAll {
    padding: 0 40px 40px; }
  #event section > form #tabEventGeneral:checked ~ #eventGeneral {
    padding: 0 40px 40px; }
  #event section > form #tabEventFes:checked ~ #eventFes {
    padding: 0 40px 40px; }
  #event section > form #tabEventGraduate:checked ~ #eventGraduate {
    padding: 0 40px 40px; }
  #event section > form #tabEventDepartment:checked ~ #eventDepartment {
    padding: 0 40px 40px; }

  html[lang='en'] #event section > form #eventAll {
    padding: 0 40px 40px; } }
@media only screen and (min-width: 801px) and (max-width: 900px) {
  #pickup .clearfix .sideL > div[class^="parallel"] .image, #pickup .clearfix .sideR > div[class^="parallel"] .image {
    box-sizing: border-box;
    width: 50%;
    margin: 0; }
  #pickup .clearfix .sideL > div[class^="parallel"] .sentence, #pickup .clearfix .sideR > div[class^="parallel"] .sentence {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 25px 25px; }

  #information section > form .tmbimg.infoList li[class^="news"] div[class^="parallel"] .image, #event section > form .tmbimg.infoList li[class^="news"] div[class^="parallel"] .image {
    float: none;
    margin: 0 auto; }
  #information section > form .tmbimg.infoList li[class^="news"] div[class^="parallel"] .sentence, #event section > form .tmbimg.infoList li[class^="news"] div[class^="parallel"] .sentence {
    padding: 0 20px 20px; } }
@media only screen and (max-width: 800px) {
  #pickup section {
    padding: 0px 0 35px 20px; }
    #pickup section .clearfix .sideL, #pickup section .clearfix .sideR {
      box-sizing: border-box;
      float: left;
      /* width: 50%; */ width: 100%;
      margin: 0 0 10px 0;
      padding: 0 20px 0 0;
      border: none; }
      #pickup section .clearfix .sideL > div[class^="parallel"], #pickup section .clearfix .sideR > div[class^="parallel"] {
        margin: 0;
        padding: 0; }
        #pickup section .clearfix .sideL > div[class^="parallel"] .image, #pickup section .clearfix .sideR > div[class^="parallel"] .image {
          position: static; max-width: none; width: 40%; }
          #pickup section .clearfix .sideL > div[class^="parallel"] .image img, #pickup section .clearfix .sideR > div[class^="parallel"] .image img {
            max-width: none; width: 100%; }
        #pickup section .clearfix .sideL > div[class^="parallel"] .sentence, #pickup section .clearfix .sideR > div[class^="parallel"] .sentence {
          width:60%; margin: 0; padding: 10px 2% !important; }
          #pickup section .clearfix .sideL > div[class^="parallel"] .sentence > *:first-child, #pickup section .clearfix .sideR > div[class^="parallel"] .sentence > *:first-child {
            margin: 0; }
          #pickup section .clearfix .sideL > div[class^="parallel"] .sentence > p:last-child, #pickup section .clearfix .sideR > div[class^="parallel"] .sentence > p:last-child {
            font-size: 0.93em; }

  #information section > form, #event section > form {
    margin: 35px 0 0; }
    #information section > form .tmbimg.infoList li[class^="news"], #event section > form .tmbimg.infoList li[class^="news"] {
      padding: 10px 0 0; }
      #information section > form .tmbimg.infoList li[class^="news"]:after, #event section > form .tmbimg.infoList li[class^="news"]:after {
        content: '';
        display: block;
        clear: both; }
      #information section > form .tmbimg.infoList li[class^="news"] div[class^="parallel"] .image, #event section > form .tmbimg.infoList li[class^="news"] div[class^="parallel"] .image {
        float: left;
        width: 40%; }
        #information section > form .tmbimg.infoList li[class^="news"] div[class^="parallel"] .image a, #event section > form .tmbimg.infoList li[class^="news"] div[class^="parallel"] .image a {
          margin: 0; }
      #information section > form .tmbimg.infoList li[class^="news"] div[class^="parallel"] .sentence, #event section > form .tmbimg.infoList li[class^="news"] div[class^="parallel"] .sentence {
        float: left;
        width: 60%;
        margin: 0;
        padding: 0 10px 10px 15px !important;
        /* > *:first-child {
        	margin: 0;
        } */ }
        #information section > form .tmbimg.infoList li[class^="news"] div[class^="parallel"] .sentence time, #event section > form .tmbimg.infoList li[class^="news"] div[class^="parallel"] .sentence time {
          font-size: 0.79em; }
        #information section > form .tmbimg.infoList li[class^="news"] div[class^="parallel"] .sentence .label li, #event section > form .tmbimg.infoList li[class^="news"] div[class^="parallel"] .sentence .label li {
          font-size: 0.86em; }
        #information section > form .tmbimg.infoList li[class^="news"] div[class^="parallel"] .sentence a, #event section > form .tmbimg.infoList li[class^="news"] div[class^="parallel"] .sentence a {
          font-size: 0.93em;
          color: #555;
          /*	text-decoration: none;*/ }
    #information section > form .tmbimg.infoList ~ .infoList, #event section > form .tmbimg.infoList ~ .infoList {
      float: none;
      width: 100%; }
      #information section > form .tmbimg.infoList ~ .infoList time, #event section > form .tmbimg.infoList ~ .infoList time {
        font-size: 0.79em; }
      #information section > form .tmbimg.infoList ~ .infoList .label li, #event section > form .tmbimg.infoList ~ .infoList .label li {
        font-size: 0.86em; }
      #information section > form .tmbimg.infoList ~ .infoList a, #event section > form .tmbimg.infoList ~ .infoList a {
        font-size: 0.93em;
        color: #555;
        /*	text-decoration: none;*/ } }
@media only screen and (min-width: 641px) and (max-width: 800px) {
  #information section > form, #event section > form {
    padding: 0 10px 10px; }
    #information section > form .tabBtn, #event section > form .tabBtn {
      margin: -12px -10px 0; } }
@media only screen and (max-width: 640px) {
  #pickup section h2 {
    display: block; }
    #pickup section h2:after {
      display: none; }

  #information section, #event section {
    padding: 35px 20px; }
    #information section header h2, #event section header h2 {
      display: block; }
      #information section header h2:after, #event section header h2:after {
        display: none; }
    #information section header > ul, #event section header > ul {
      position: absolute;
      top: 45px;
      left: 0;
      margin: 0; }
    #information section > form, #event section > form {
      margin: 10px 0 0; }
      #information section > form .spMenuNews, #information section > form .spMenuEvent, #event section > form .spMenuNews, #event section > form .spMenuEvent {
        margin-top: -70px; } }
      @media only screen and (max-width: 640px) and (max-width: 400px) {
        #information section > form .spMenuNews, #information section > form .spMenuEvent, #event section > form .spMenuNews, #event section > form .spMenuEvent {
          width: 110px; } }
@media only screen and (max-width: 640px) {
      #information section > form .tabBtn, #event section > form .tabBtn {
        margin-top: -10px; } }
      @media only screen and (max-width: 640px) and (max-width: 400px) {
        #information section > form .tabBtn, #event section > form .tabBtn {
          width: 110px; } }
@media only screen and (max-width: 640px) {
  html[lang="en"] #information section > form, html[lang="en"] #event section > form {
    margin: 10px 0 0; } }
  @media only screen and (max-width: 640px) and (max-width: 400px) {
    html[lang="en"] #information section > form .spMenuNews, html[lang="en"] #information section > form .spMenuEvent, html[lang="en"] #event section > form .spMenuNews, html[lang="en"] #event section > form .spMenuEvent {
      width: 110px; } }
  @media only screen and (max-width: 640px) and (max-width: 400px) {
    html[lang="en"] #information section > form .tabBtn, html[lang="en"] #event section > form .tabBtn {
      width: 110px; } }

/* ---------------------------------------------
 bnr_gx
--------------------------------------------- */
.bnr_gx { max-width: 595px; margin: 0 auto 20px auto; }
.bnr_gx img { width: 100; display: block; }
.pb00 { padding-top: 0 !important; }
@media only screen and (max-width: 800px) {
  .bnr_gx { max-width: inherit; margin: 0 auto 10px auto; padding: 0 20px; }
}

/* ---------------------------------------------
 PC/SP
--------------------------------------------- */
.hidePC { display:none !important; }
.hideSP { display:block !important; }
@media only screen and (max-width: 769px) {
    .hidePC { display:block !important; }
    .hideSP { display:none !important; }
}

