@charset "UTF-8";
/********************************************************* reset*/
html, body, p, li, dl, dt, dd, blockquote, td, form {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ul, ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}

caption, th {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

img {
  border: none;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  line-height: inherit;
}

input, select, textarea, button {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section, video {
  display: block;
  margin: 0;
  padding: 0;
}

/********************************************************* base*/
* {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.54;
  background-color: #fff;
}
body.large {
  font-size: 17px;
}
body.llarge {
  font-size: 19px;
}

.english {
  font-family: Arial, Helvetica, "sans-serif";
}

a:link,
a:visited {
  color: #3388cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.inner {
  width: 1024px;
  margin: 0 auto;
}

.forSP {
  display: none;
}

@media screen and (max-width: 767px) {
  .inner {
    width: auto;
    margin: 0;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .forSP {
    display: block;
  }

  .forPC {
    display: none;
  }

  #wrapper {
    word-wrap: break-word;
  }

  iframe {
    width: 100%;
    height: auto;
  }

  iframe[src*=maps] {
    height: 450px;
  }
}
/********************************************************* header*/
#gHeader {
  padding: 15px 0;
  border-bottom: 1px solid #999;
}
#gHeader .inner {
  display: table;
}
#gHeader .logo a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 150px;
  height: 52px;
  background: url(../images/logo_gsdf.png) no-repeat left top/100% auto;
}

.english #gHeader .logo a {
  background: url(../images/logo_gsdf_en.jpg) no-repeat left top/auto 100%;
  width: 130px;
}

.hd-left {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.hd-left > * {
  float: left;
}

.hd-right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.hd-btns {
  margin: 5px 0 0 20px;
  overflow: hidden;
}
.hd-btns > li {
  float: left;
  margin-right: 5px;
}

.english .hd-utilitynav {
  margin-bottom: 0;
}

.hd-utilitynav {
  text-align: right;
  margin-bottom: 10px;
}
.hd-utilitynav > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 80%;
  line-height: 1.2;
  margin-left: 15px;
}
.hd-utilitynav a:hover {
  text-decoration: underline;
}

a.btn-eng {
  color: #fff;
  background-color: #025336;
  border-radius: 3px;
  padding: 4px 6px;
  font-weight: bold;
  border: 1px solid #025336;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
a.btn-eng:hover {
  text-decoration: none;
  background-color: #fff;
  color: #025336;
}
a.btn-eng:hover .icon-arrow-swap:before {
  color: #025336;
}
a.btn-eng .icon-arrow-swap {
  margin-right: 5px;
}
a.btn-eng .icon-arrow-swap:before {
  color: #ccc;
}

.hd-fontset {
  display: inline-block;
  vertical-align: top;
}
.hd-fontset ul {
  display: table;
}
.hd-fontset li {
  display: table-cell;
  border-left: 1px solid #fff;
  line-height: 1;
  vertical-align: middle;
}
.hd-fontset li:first-child {
  padding-right: 10px;
}
.hd-fontset li:not(:first-child) {
  font-size: 80%;
  width: 40px;
  text-align: center;
  padding: 10px 0;
  background-color: #f3f3f3;
  border-radius: 3px;
  cursor: pointer;
}
.hd-fontset li.on {
  background-color: #8fc31f;
  color: #fff;
}

.hd-form {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  overflow: hidden;
}
.hd-form input {
  float: left;
}
.hd-form input[type=text] {
  border-top: 2px solid #e7e7e7;
  border-left: 2px solid #e7e7e7;
  border-right: none;
  border-bottom: none;
  background-color: #f3f3f3;
  height: 32px;
  line-height: 32px;
  padding: 5px;
  width: 150px;
  font-size: 94%;
}
.hd-form input[type=submit] {
  border: none;
  background: #f3f3f3 url(../images/icon_search.png) no-repeat center center/15px auto;
  height: 32px;
  width: 40px;
  border-top: 2px solid #e7e7e7;
  border-left: none;
  border-right: none;
  border-bottom: none;
  text-indent: -9999em;
}

/*sp menu---------------------*/
#hamburger {
  display: none;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #025336;
}
#hamburger .txt {
  font-size: 9px;
  color: #fff;
  margin-top: 7px;
}
#hamburger .txt.close {
  display: none;
}

.navopen #hamburger .txt.close {
  display: block;
}
.navopen #hamburger .txt.open {
  display: none;
}

#hamburger-icon {
  margin: 9px auto 0 auto;
  width: 27px;
  height: 16px;
  position: relative;
  display: block;
  line-height: 1;
  cursor: pointer;
}

#hamburger-icon .line {
  display: block;
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}

#hamburger-icon .line.line-1 {
  top: 0;
}

#hamburger-icon .line.line-2 {
  top: 50%;
}

#hamburger-icon .line.line-3 {
  top: 100%;
}

#hamburger.active #hamburger-icon .line-1 {
  transform: translateY(10px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  -moz-transform: translateY(10px) translateX(0) rotate(45deg);
}

#hamburger.active #hamburger-icon .line-2 {
  opacity: 0;
}

#hamburger.active #hamburger-icon .line-3 {
  transform: translateY(-6px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-6px) translateX(0) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  #gHeader {
    padding: 10px;
    position: relative;
  }
  #gHeader .inner {
    width: 100%;
  }

  .hd-left {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
  }

  .hd-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }

  .hd-btns {
    display: none;
  }

  .hd-utilitynav {
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 1em;
    display: inline-block;
    vertical-align: top;
  }
  .hd-utilitynav li:not(:last-child) {
    display: none;
  }

  a.btn-eng {
    font-size: 10px;
    font-weight: normal;
    background-color: #fff;
    color: #025336;
  }
  a.btn-eng .icon-arrow-swap:before {
    color: #025336;
  }

  .hd-fontset {
    display: none;
  }

  .hd-form {
    display: none;
  }

  #hamburger {
    display: inline-block;
  }
}
/********************************************************* nav*/
.english #gNav > ul > li {
  width: 25%;
}
.english #gNav > ul > li.nav03 a {
  padding-top: 0;
  padding-bottom: 0;
}

#gNav {
  border-bottom: 1px solid #999;
}
#gNav > ul {
  display: table;
  position: relative;
}
#gNav > ul > li {
  display: table-cell;
  width: 14.3%;
  vertical-align: middle;
  border-left: 1px solid #999;
  transition: background-color 0.3s ease;
}
#gNav > ul > li:last-child {
  border-right: 1px solid #999;
}
#gNav > ul > li:hover {
  background-color: #025336;
}
#gNav > ul > li:hover > a {
  color: #fff;
}
#gNav > ul > li:hover > a span:after {
  border-color: #fff;
}
#gNav > ul > li.hasSubNav a span:after {
  display: block;
}
#gNav > ul > li > a {
  display: block;
  text-align: center;
  padding: 20px 5px;
  color: #000;
}
#gNav > ul > li > a:hover {
  text-decoration: none;
}
#gNav > ul > li > a span {
  position: relative;
  display: block;
}
#gNav > ul > li > a span:after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(45deg);
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  display: none;
  margin: auto;
}

#about .nav01,
#roles .nav01,
#news .nav02,
#dro .nav02,
#station .nav03,
#pko .nav03,
#equipment .nav04,
#civil .nav04,
#event .nav05,
#fan .nav06,
#recruit .nav07 {
  background-color: #025336;
}
#about .nav01 > a,
#roles .nav01 > a,
#news .nav02 > a,
#dro .nav02 > a,
#station .nav03 > a,
#pko .nav03 > a,
#equipment .nav04 > a,
#civil .nav04 > a,
#event .nav05 > a,
#fan .nav06 > a,
#recruit .nav07 > a {
  color: #fff;
}
#about .nav01 > a span:after,
#roles .nav01 > a span:after,
#news .nav02 > a span:after,
#dro .nav02 > a span:after,
#station .nav03 > a span:after,
#pko .nav03 > a span:after,
#equipment .nav04 > a span:after,
#civil .nav04 > a span:after,
#event .nav05 > a span:after,
#fan .nav06 > a span:after,
#recruit .nav07 > a span:after {
  border-color: #fff;
}

.subNav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  display: none;
  padding: 15px 0 0 0;
  border: 1px solid #999;
  overflow: hidden;
}
.subNav .thumb {
  text-align: center;
  margin-bottom: 5px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.subNav .thumb img {
  transition: transform 0.3s ease;
}
.subNav li {
  float: left;
  width: 236px;
  margin: 0 0 15px 15px;
}
.subNav a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #025336;
}
.subNav a:hover .thumb img {
  transform: scale3d(1.1, 1.1, 1.1);
}

@media screen and (max-width: 767px) {
  #gNav {
    display: none;
  }
  #gNav > ul {
    display: block;
  }
  #gNav > ul > li {
    display: block;
    width: auto !important;
    border-left: none;
    border-bottom: 1px solid #999;
  }
  #gNav > ul > li:last-child {
    border-right: none;
    border-bottom: none;
  }
  #gNav > ul > li > a {
    text-align: left;
    padding: 15px !important;
  }
  #gNav > ul > li > a span:after {
    transform: rotate(-45deg);
    right: 0;
    bottom: 0;
    top: 0;
    left: auto;
    display: block;
  }

  /*.navopen #gNav {
  	display: block;
  }*/
  .subNav {
    display: none !important;
  }
}
/********************************************************* main*/
#gMain {
  width: 1024px;
  margin: 0 auto;
}

#home #gMain {
  width: auto;
  margin: 0;
}
#home .bread {
  display: none;
}

@media screen and (max-width: 767px) {
  #gMain {
    width: auto;
  }
}
/********************************************************* top*/
#top-video {
  background-color: #fff;
  text-align: center;
}
#top-video video {
  width: 100%;
  height: auto;
  max-height: 720px;
}

#ytplayer {
  display: block;
  margin: 0 auto;
}

#topCover {
  text-align: center;
  position: relative;
  max-height: 338px;
  overflow: hidden;
}
#topCover .slide {
  text-align: center;
}
#topCover .slide img {
  max-width: 880px;
  width: 100%;
  height: auto;
  vertical-align: top;
}
#topCover .slick-slide {
  margin: 0 20px;
  outline: none;
  opacity: 0.65;
  transition: opacity 0.3s ease;
}
#topCover .slick-slide.slick-current {
  opacity: 1;
}
#topCover .slick-arrow {
  position: absolute;
  width: 40px;
  height: 80px;
  border: none;
  text-indent: -9999em;
  text-align: left;
  background-color: #025336;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  cursor: pointer;
  outline: none;
  transition: opacity 0.3s ease;
}
#topCover .slick-arrow:hover {
  opacity: 0.7;
}
#topCover .slick-prev {
  left: 0;
}
#topCover .slick-prev:before {
  content: '';
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#topCover .slick-next {
  right: 0;
}
#topCover .slick-next:before {
  content: '';
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.slide-nav-wrap {
  padding: 15px 0;
}

.slide-nav {
  text-align: center;
}
.slide-nav .slick-slide {
  cursor: pointer;
  position: relative;
  outline: none;
}
.slide-nav .slick-slide img {
  border: 2px solid #fff;
}
.slide-nav .slick-list {
  overflow: visible;
}
.slide-nav .slick-current img {
  border: 2px solid #025336;
}

#main-top {
  position: relative;
}

#sect-membersnow .contents,
#sect-activities .contents,
#sect-notice .contents,
#sect-news .contents {
  margin-right: 296px;
  position: relative;
  z-index: 10;
}
#sect-membersnow p,
#sect-activities p,
#sect-notice p,
#sect-news p {
  margin-bottom: 1.5em;
}
#sect-membersnow p:last-child,
#sect-activities p:last-child,
#sect-notice p:last-child,
#sect-news p:last-child {
  margin-bottom: 0;
}

.top-contents {
  margin-right: 296px;
  position: relative;
  z-index: 10;
}

#sect-membersnow {
  background: #017a2a url(../images/bg_camouflage.jpg) left top repeat-x;
  color: #fff;
}
#sect-membersnow h2 {
  text-align: center;
  margin-bottom: 15px;
}

#sect-activities {
  background-color: #2b2f33;
  color: #fff;
}
#sect-activities h2 {
  background: url(../images/bg_ttlactivities.png) center top no-repeat;
  padding-top: 50px;
}

#sect-notice {
  background-color: #e5f7f9;
}
#sect-notice h2 {
  background: url(../images/bg_ttlnotifications.png) center top no-repeat;
  padding-top: 50px;
}

#sect-news {
  background-color: #f4f9ea;
}

.list-members {
  margin-left: -16px;
  margin-bottom: 60px;
}
.list-members .txt {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.3;
  padding: 15px 15px 35px 15px;
}
.list-members a {
  display: block;
  position: relative;
  z-index: 2;
  color: #000;
  background-color: #fff;
  transition: background 0.3s ease;
}
.list-members a:hover {
  text-decoration: none;
  background-color: #8fc31f;
}
.list-members a:hover:after {
  background-color: #8fc31f;
}
.list-members a:hover:before {
  color: #fff;
}
.list-members a:after {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  transition: background 0.3s ease;
}
.list-members a:before {
  width: 60px;
  height: 60px;
  bottom: -35px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: '\e91d';
  color: #017a2a;
  font-size: 30px;
  font-family: 'icomoon' !important;
  transition: color 0.3s ease;
}
.list-members > li {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  width: 232px;
  float: left;
  margin-left: 16px;
}

.list-activities {
  text-align: center;
  margin: 0 -10px;
}
.list-activities + p, .list-activities + div {
  margin-top: 60px;
}
.list-activities > li {
  display: inline-block;
  margin: 0 10px 20px 10px;
}
.list-activities .txt {
  position: absolute;
  font-size: 130%;
  background-color: rgba(0, 0, 0, 0.75);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
  padding: 5px;
  line-height: 1.2;
  font-weight: bold;
}
.list-activities .thumb {
  border-radius: 50%;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  border: 10px solid #fff;
  overflow: hidden;
  width: 225px;
  height: 225px;
  transition: border 0.3s ease;
}
.list-activities a {
  display: block;
  color: #fff;
  position: relative;
  height: 100%;
}
.list-activities a:hover {
  text-decoration: none;
}
.list-activities a:hover .thumb {
  border-color: #8fc31f;
}
.list-activities a:hover:after {
  background-color: #8fc31f;
  color: #fff;
}
.list-activities a:after {
  content: '\e91d';
  font-family: 'icomoon' !important;
  color: #017a2a;
  font-size: 30px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  transition: background 0.3s ease, color 0.3s ease;
}
.list-activities img {
  width: 225px;
  height: auto;
}

.list-newsicons li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 5px 5px 0;
}

#sect-station .inner {
  position: relative;
  min-height: 730px;
}
#sect-station .contents {
  position: relative;
  z-index: 2;
  width: 550px;
}
#sect-station p {
  margin-bottom: 1.5em;
}
#sect-station p:last-child {
  margin-bottom: 0;
}

.map-station {
  position: absolute;
  width: 848px;
  height: 658px;
  bottom: 0;
  right: 0;
}

.lis-station > li {
  position: absolute;
  transition: opacity 0.3s ease;
}
.lis-station > li:hover {
  opacity: 0.7;
}
.lis-station .btn01 {
  top: 0;
  left: 400px;
}
.lis-station .btn02 {
  top: 220px;
  right: 0;
}
.lis-station .btn03 {
  top: 373px;
  right: 0;
}
.lis-station .btn04 {
  top: 504px;
  left: 560px;
}
.lis-station .btn05 {
  top: 222px;
  left: 200px;
}
.lis-station .btn06 {
  top: 372px;
  left: 0;
}

@media screen and (max-width: 767px) {
  #topCover {
    height: auto;
  }
  #topCover .slick-arrow {
    transform: scale(0.5, 0.5);
  }
  #topCover .slick-prev {
    transform-origin: center left;
  }
  #topCover .slick-next {
    transform-origin: center right;
  }
  #topCover .slide img {
    max-width: none;
    width: 100%;
  }
  #topCover .slick-slide {
    overflow: hidden;
    margin: 0;
    position: relative;
  }

  .slide-nav-wrap {
    display: none;
  }

  #sect-membersnow .contents,
  #sect-activities .contents,
  #sect-notice .contents,
  #sect-news .contents {
    margin-right: 0;
    position: static;
  }

  .top-contents {
    margin-right: 0;
    position: static;
  }

  #sect-membersnow {
    background-size: 300px auto;
  }
  #sect-membersnow h2 img {
    height: 80px;
    width: auto;
    max-width: none;
  }

  #sect-station .inner {
    min-height: 0;
  }
  #sect-station .contents {
    width: auto;
  }

  .map-station {
    display: none;
  }

  .list-members {
    margin-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list-members.cf:after, .list-members.cf:before {
    display: none;
  }
  .list-members .thumb {
    text-align: center;
  }
  .list-members .thumb img {
    width: 100%;
  }
  .list-members .txt {
    padding: 10px 10px 20px 10px;
    font-size: 100%;
  }
  .list-members a:after {
    width: 30px;
    height: 30px;
    bottom: -15px;
  }
  .list-members a:before {
    width: 30px;
    height: 30px;
    bottom: -18px;
    font-size: 15px;
  }
  .list-members > li {
    width: 48%;
    margin: 0 0 30px 0;
  }
  .list-members > li:last-child {
    display: none;
  }

  .list-activities {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .list-activities + p, .list-activities + div {
    margin-top: 15px;
  }
  .list-activities > li {
    margin: 0 0 30px 0;
    width: 48%;
  }
  .list-activities .txt {
    font-size: 100%;
    width: 80%;
  }
  .list-activities .thumb {
    border: 5px solid #fff;
    width: 100%;
    height: 100%;
  }
  .list-activities a {
    height: 100%;
  }
  .list-activities a:after {
    font-size: 107%;
    line-height: 30px;
    width: 30px;
    height: 30px;
    bottom: -15px;
  }
  .list-activities img {
    width: 100%;
    height: auto;
  }
}
/********************************************************* side*/
.english .side-top aside {
  padding-bottom: 30px;
}

.side-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.side-top aside {
  padding: 16px 16px 150px 16px;
  width: 274px;
  float: right;
  background: linear-gradient(to bottom, white 80%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0) 100%);
}
.side-top .list > li {
  margin-bottom: 10px;
}
.side-top .list a {
  color: #3388cc;
}
.side-top .list a:hover {
  text-decoration: underline;
}

.side-tabs {
  margin: 0 -10px 15px -10px;
}
.side-tabs > li {
  width: 50%;
  float: left;
  padding: 0 10px;
  font-size: 107%;
}
.side-tabs a.btn-base.on {
  background-color: #8fc31f;
  box-shadow: none;
  color: #fff;
  position: relative;
}
.side-tabs a.btn-base.on .icon-movie:before,
.side-tabs a.btn-base.on .icon-camera:before {
  color: #fff;
}
.side-tabs a.btn-base.on:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #8fc31f transparent transparent transparent;
}
.side-tabs .icon-camera,
.side-tabs .icon-movie {
  vertical-align: middle;
  margin-right: 5px;
}
.side-tabs .icon-camera:before,
.side-tabs .icon-movie:before {
  color: #025336;
  font-size: 134%;
}

.side-movie .ttl {
  margin-bottom: 15px;
}

.side-mod {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #ccc;
}
.side-mod:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.side-mod iframe {
  display: block !important;
  max-width: none !important;
  border: 1px solid #ccc;
}
.side-mod iframe + * {
  margin-top: 5px;
}

.side-ttl {
  font-weight: bold;
  font-size: 134%;
  margin-bottom: 5px;
}

.widget-tw {
  border: 1px solid #ccc;
}

.side-mod iframe.instagram-media-rendered {
  width: 100%;
}

.fb-wrap {
  width: 100%;
}

.fb-wrap > .fb-page {
  width: 100%;
}

.fb-wrap > .fb-page > span,
.fb-wrap iframe {
  width: 100% !important;
}

.movie-wrap {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .side-top {
    position: static;
    border-top: 1px solid #999;
    padding-top: 10px;
  }
  .side-top aside {
    float: none;
    width: auto;
    padding: 15px;
  }

  .side-mod iframe.instagram-media-rendered {
    width: 343px !important;
  }

  .movie-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }

  .movie-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 375px) {
  .widget-tw iframe {
    width: 343px !important;
  }
}
@media screen and (max-width: 320px) {
  .widget-tw iframe {
    width: 288px !important;
  }

  .side-mod iframe.instagram-media-rendered {
    width: 290px !important;
  }
}
/********************************************************* left*/
#gLeft {
  width: 730px;
  float: left;
}

@media screen and (max-width: 767px) {
  #gLeft {
    float: none;
    width: auto;
    margin-bottom: 40px;
  }
}
/********************************************************* right*/
#gRight {
  width: 270px;
  float: right;
}

@media screen and (max-width: 767px) {
  #gRight {
    float: none;
    width: auto;
  }
}
/********************************************************* footer*/
.pagetop {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 5%;
  bottom: 5%;
  z-index: 99;
  display: none;
}
.pagetop a {
  display: block;
  background-color: #025336;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 100%;
  transition: background-color 0.3s ease;
}
.pagetop a:after {
  content: '';
  width: 14px;
  height: 14px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.pagetop a:hover {
  background-color: #8fc31f;
}

#gFooter > .inner {
  padding: 40px 0;
}
#gFooter a {
  color: #555;
}

.english #gFooter {
  border-top: 1px solid #ccc;
}

.ft-sitemap {
  background-color: #f5f5f5;
  padding: 30px 0;
}

.ft-sitemap-btn {
  font-size: 107%;
  font-weight: bold;
}
.ft-sitemap-btn a {
  display: block;
}

.ft-sitemap-contents {
  margin-top: 20px;
  padding-top: 20px;
  background: url(../images/bg_sitemap.png) no-repeat right center;
  border-top: 1px solid #999;
  display: none;
}
.ft-sitemap-contents > div {
  width: 100%;
  display: table;
  margin-bottom: 10px;
}
.ft-sitemap-contents > div > ul {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  padding-right: 20px;
}

.ft-left {
  float: left;
  width: 70%;
}

.ft-right {
  float: right;
  width: 30%;
  text-align: right;
}

.ft-copyright {
  color: #555;
  font-family: Arial, Helvetica, "sans-serif";
}

.ft-copyright- {
  color: #555;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 6px;
}

.ft-navi01 {
  margin-bottom: 20px;
}
.ft-navi01 > li {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 0 15px 0 0;
  margin: 0 15px 10px 0;
}

.ft-navi02 > li {
  display: inline-block;
  margin: 0 15px 10px 0;
}

.list-sitemap > li {
  margin-bottom: 20px;
}
.list-sitemap > li > a {
  font-weight: bold;
  font-size: 107%;
}
.list-sitemap > li ul {
  padding-left: 15px;
}
.list-sitemap > li ul > li {
  margin-top: 10px;
}
.list-sitemap a {
  display: block;
}

@media screen and (max-width: 767px) {
  .pagetop {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
  }
  .pagetop a:after {
    width: 10px;
    height: 10px;
  }

  #gFooter > .inner {
    padding: 30px 15px;
  }

  .ft-sitemap {
    padding: 15px;
  }

  .ft-sitemap-contents {
    margin-top: 20px;
    padding-top: 20px;
    background-size: 100% auto;
  }
  .ft-sitemap-contents > div {
    display: block;
    margin-bottom: 10px;
  }
  .ft-sitemap-contents > div > ul {
    display: block;
    width: auto;
    padding-right: 0;
  }

  .ft-left {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }

  .ft-right {
    float: none;
    width: auto;
    text-align: left;
  }

  .list-sitemap > li ul {
    display: none;
  }
}
/********************************************************* section*/
.sect-top {
  padding: 60px 0;
}

.sect-base {
  margin-bottom: 40px;
}
.sect-base p {
  margin-bottom: 18px;
}
.sect-base p:last-child {
  margin-bottom: 0;
}
.sect-base:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sect-top {
    padding: 30px 15px;
  }
}
/********************************************************* box */
.box-notice {
  margin-bottom: 40px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.box-notice:last-child {
  margin-bottom: 0;
}
.box-notice img {
  max-width: 100%;
  height: auto;
}
.box-notice .bn {
  text-align: center;
  margin-bottom: 15px;
}

.box-news {
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.box-news .ttl {
  border-bottom: 1px solid #ccc;
  padding: 15px 0 0 0;
}
.box-news .tab-icons {
  border-bottom: 1px solid #ccc;
  padding: 15px 20px;
}
.box-news .tab-contents {
  padding: 15px 20px;
}
.box-news + * {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .box-news .ttl {
    padding: 10px 0 0 0;
  }
  .box-news .tab-icons {
    padding: 10px;
    overflow-x: scroll;
  }
  .box-news .tab-icons .list-newsicons {
    display: inline-flex;
  }
  .box-news .tab-icons .list-newsicons li {
    white-space: nowrap;
  }
  .box-news .tab-contents {
    padding: 10px;
  }
}
/********************************************************* ttl*/
.ttl-engtop {
  font-size: 147%;
  margin-top: 5px;
  margin-bottom: 15px;
}

.ttl-topsect {
  text-align: center;
  margin-bottom: 15px;
  font-size: 200%;
  font-weight: 500;
  line-height: 1.2;
}
.ttl-topsect em {
  font-weight: bold;
  font-size: 120%;
}

.ttl-bar {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 15px;
  border-left: 10px solid #025336;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .ttl-engtop {
    font-size: 120%;
    margin-bottom: 0;
    padding: 0 15px;
  }

  .ttl-topsect {
    font-size: 120%;
  }

  .ttl-bar {
    font-size: 120%;
  }
}
/********************************************************* list*/
.list-news > li {
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.list-news > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.list-news > li.hasImg .date {
  float: none;
  padding-right: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.list-news .thumb {
  float: left;
  margin-right: 20px;
}
.list-news .date {
  float: left;
  padding-right: 20px;
}
.list-news .date time + span {
  margin-left: 10px;
}
.list-news .txt {
  overflow: hidden;
}
.list-news a {
  display: block;
}
.list-news p {
  margin-bottom: 10px;
}

.list-disc {
  list-style-type: disc;
}
.list-disc > li {
  margin: 0 0 0.7em 25px;
}
.list-disc + h2,
.list-disc + h3,
.list-disc + h4 {
  margin-top: 20px;
}

.list-num {
  list-style-type: decimal;
}
.list-num > li {
  margin: 0 0 0.7em 25px;
}
.list-num + h2,
.list-num + h3,
.list-num + h4 {
  margin-top: 20px;
}

.list-num2 {
  counter-reset: bracket;
}
.list-num2 + h2,
.list-num2 + h3,
.list-num2 + h4 {
  margin-top: 20px;
}

.list-num2 > li {
  margin-bottom: 0.7em;
  padding-left: 1.5em;
  position: relative;
}

.list-num2 > li:before {
  counter-increment: bracket;
  content: "(" counter(bracket) ")";
  position: absolute;
  left: 0;
}

.list-kana {
  list-style-type: katakana;
}
.list-kana > li {
  margin: 0 0 0.7em 25px;
}
.list-kana + h2,
.list-kana + h3,
.list-kana + h4 {
  margin-top: 20px;
}

.list-bns li {
  margin-bottom: 10px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}

.list-inline-b > li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .list-news > li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .list-news .date {
    float: none;
    padding-right: 0;
  }
  .list-news .date + * {
    margin-top: 5px;
  }
  .list-news .thumb {
    width: 30%;
    margin-right: 10px;
  }
}
/********************************************************* btn*/
a.btn-base {
  color: #000;
  background-color: #fff;
  display: block;
  padding: 15px;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
a.btn-base:hover {
  background-color: #8fc31f;
  color: #fff;
  text-decoration: none;
}
a.btn-base:hover .icon-blank:after {
  background-image: url(../images/icon_blank_w.png);
}
a.btn-base .icon-arrow {
  margin-right: 10px;
}
a.btn-base.green {
  background-color: #8fc31f;
  color: #fff;
}
a.btn-base.green .icon-blank:after {
  background-image: url(../images/icon_blank_w.png);
}
a.btn-base.green:hover {
  color: #000;
  background-color: #f5f5f5;
}
a.btn-base.green:hover .icon-blank:after {
  background-image: url(../images/icon_blank.png);
}

a.btn-hd {
  width: 146px;
  display: table;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  padding: 3px 3px 3px 0;
  background: linear-gradient(to bottom, white 0%, whitesmoke 100%);
  transition: background 0.3s ease;
  color: #000;
}
a.btn-hd:hover {
  background: #025336;
  color: #fff;
  text-decoration: none;
}
a.btn-hd:hover *:before {
  color: #fff;
}
a.btn-hd span {
  display: table-cell;
  height: 34px;
  vertical-align: middle;
}
a.btn-hd .txt {
  font-size: 80%;
  line-height: 1.2;
  padding-left: 10px;
  border-left: 1px solid #dedede;
}
a.btn-hd [class^="icon-"] {
  color: #696969;
  font-size: 107%;
  width: 35px;
  text-align: center;
}
a.btn-hd .icon-information {
  font-size: 107%;
}
a.btn-hd .icon-people {
  font-size: 134%;
}
a.btn-hd .icon-waves {
  font-size: 120%;
}

.inline {
  display: inline-block !important;
}

.min-w640 {
  min-width: 640px;
}

@media screen and (max-width: 767px) {
  .min-w640 {
    min-width: 0;
  }
}
/********************************************************* icon*/
a[href*=pdf]:after {
  content: '';
  background: url(../images/icon_pdf.gif);
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
a[href*=pdf].noIcon:after {
  display: none;
}

.icon-mv {
  background: url(../images/icon_mv.gif) no-repeat right center;
  padding-right: 17px;
}

.icon-sound {
  background: url(../images/icon_sound.gif) no-repeat right center;
  padding-right: 17px;
}

.icon-news-all,
.icon-news-train,
.icon-news-dro,
.icon-news-pko,
.icon-news-defense,
.icon-news-press,
.icon-news-other {
  text-align: center;
  display: inline-block;
  font-size: 80%;
  padding: 5px 7px;
  position: relative;
}
.icon-news-all.on:after,
.icon-news-train.on:after,
.icon-news-dro.on:after,
.icon-news-pko.on:after,
.icon-news-defense.on:after,
.icon-news-press.on:after,
.icon-news-other.on:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
}
.icon-news-all:hover,
.icon-news-train:hover,
.icon-news-dro:hover,
.icon-news-pko:hover,
.icon-news-defense:hover,
.icon-news-press:hover,
.icon-news-other:hover {
  text-decoration: none;
}

.icon-news-all {
  border: 2px solid #025336;
  color: #025336 !important;
}
.icon-news-all.on {
  background-color: #025336;
  color: #fff !important;
}
.icon-news-all.on:after {
  border-color: #025336 transparent transparent transparent;
}

a.icon-news-all:hover {
  background-color: #025336;
  color: #fff !important;
}

.icon-news-train {
  border: 2px solid #0bc859;
  color: #0bc859 !important;
}
.icon-news-train.on {
  background-color: #0bc859;
  color: #fff !important;
}
.icon-news-train.on:after {
  border-color: #0bc859 transparent transparent transparent;
}

a.icon-news-train:hover {
  background-color: #0bc859;
  color: #fff !important;
}

.icon-news-dro {
  border: 2px solid #ff0015;
  color: #ff0015 !important;
}
.icon-news-dro:hover {
  background-color: #ff0015;
  color: #fff !important;
}
.icon-news-dro.on {
  background-color: #ff0015;
  color: #fff !important;
}
.icon-news-dro.on:after {
  border-color: #ff0015 transparent transparent transparent;
}

a.icon-news-dro:hover {
  background-color: #ff0015;
  color: #fff !important;
}

.icon-news-pko {
  border: 2px solid #07c9ff;
  color: #07c9ff !important;
}
.icon-news-pko.on {
  background-color: #07c9ff;
  color: #fff !important;
}
.icon-news-pko.on:after {
  border-color: #07c9ff transparent transparent transparent;
}

a.icon-news-pko:hover {
  background-color: #07c9ff;
  color: #fff !important;
}

.icon-news-defense {
  border: 2px solid #000087;
  color: #000087 !important;
}
.icon-news-defense.on {
  background-color: #000087;
  color: #fff !important;
}
.icon-news-defense.on:after {
  border-color: #000087 transparent transparent transparent;
}

a.icon-news-defense:hover {
  background-color: #000087;
  color: #fff !important;
}

.icon-news-press {
  border: 2px solid #c7b70a;
  color: #c7b70a !important;
}
.icon-news-press.on {
  background-color: #c7b70a;
  color: #fff !important;
}
.icon-news-press.on:after {
  border-color: #c7b70a transparent transparent transparent;
}

a.icon-news-press:hover {
  background-color: #c7b70a;
  color: #fff !important;
}

.icon-news-other {
  border: 2px solid #434343;
  color: #434343 !important;
}
.icon-news-other.on {
  background-color: #434343;
  color: #fff !important;
}
.icon-news-other.on:after {
  border-color: #434343 transparent transparent transparent;
}

a.icon-news-other:hover {
  background-color: #434343;
  color: #fff !important;
}

.icon-yt:before {
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  background: #fff url(../images/icon_yt.png) no-repeat center center/90% auto;
  content: '';
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.icon-nico:before {
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  background: #fff url(../images/icon_nico.png) no-repeat center center/80% auto;
  content: '';
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.icon-tw:before {
  width: 50px;
  height: 50px;
  content: '';
  border-radius: 50%;
  background: #1da1f2 url(../images/icon_tw.png) no-repeat center center/40% auto;
  display: inline-block;
  margin-right: 10px;
}

.icon-fb:before {
  width: 50px;
  height: 50px;
  content: '';
  border-radius: 50%;
  background: #3b5a9a url(../images/icon_fb.png) no-repeat center center/25% auto;
  display: inline-block;
  margin-right: 10px;
}

.icon-instagram:before {
  width: 50px;
  height: 50px;
  content: '';
  background: url(../images/icon_instagram.png) no-repeat center center/100% auto;
  display: inline-block;
  margin-right: 10px;
}

.icon-blank:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/icon_blank.png) no-repeat left top/100% auto;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.icon-less {
  position: relative;
  padding-left: 15px;
  display: inline-block;
}
.icon-less:after {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  left: 0;
}
.icon-less.down:after {
  transform: rotate(45deg);
}
.icon-less.up:after {
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .icon-tw:before {
    width: 30px;
    height: 30px;
  }

  .icon-fb:before {
    width: 30px;
    height: 30px;
  }

  .icon-instagram:before {
    width: 30px;
    height: 30px;
  }
}
/********************************************************* pos*/
.txtC {
  text-align: center;
}

.txtR {
  text-align: right;
}

.txtL {
  text-align: left;
}

.fltR {
  float: right;
}

.fltL {
  float: left;
}

.hide {
  display: none;
}

/********************************************************* font*/
.fw-b {
  font-weight: bold;
}

.fs-i {
  font-style: italic;
}

.fc-red {
  color: red;
}

.fs10 {
  font-size: 67%;
}

.fs11 {
  font-size: 74%;
}

.fs12 {
  font-size: 80%;
}

.fs13 {
  font-size: 87%;
}

.fs14 {
  font-size: 94%;
}

.fs17 {
  font-size: 114%;
}

.fs18 {
  font-size: 120%;
}

.link-table {
  display: table;
}
.link-table > * {
  display: table-cell;
  vertical-align: middle;
}

/********************************************************* other*/
.hover-alpha {
  transition: opacity 0.3s ease;
}
.hover-alpha:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .frame-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .frame-scroll table {
    width: 200%;
  }
}
/********************************************************* col*/
.col2 > * {
  width: 100%;
  float: left;
}

.col3 > * {
  width: 33.3%;
  float: left;
}

.col4 > * {
  width: 25%;
  float: left;
}

.colWrap {
  margin: -20px 0 0 -20px;
}
.colWrap + .colWrap {
  margin-top: 0;
}
.colWrap + * {
  margin-top: 20px;
}
.colWrap.col-inline > div {
  margin: 0 10px 20px 10px;
  display: inline-block;
  vertical-align: top;
}
.colWrap.col2 > * {
  padding-left: 20px;
  margin-top: 20px;
}
.colWrap.col2 > * img {
  width: 100%;
  height: auto;
}
.colWrap.col3 > * {
  padding-left: 20px;
  margin-top: 20px;
}
.colWrap.col3 > * img {
  width: 100%;
  height: auto;
}
.colWrap.col4 > * {
  padding-left: 20px;
  margin-top: 20px;
}
.colWrap.col4 > * img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .colWrap {
    margin: -15px 0 0 0;
  }
  .colWrap.col-inline > div {
    margin: 0 0 15px 0;
  }
  .colWrap.col2 > * {
    padding-left: 0;
    margin-top: 15px;
  }
  .colWrap.col2 > *:nth-child(odd) {
    padding-right: 5px;
  }
  .colWrap.col2 > *:nth-child(even) {
    padding-left: 5px;
  }
  .colWrap.col3 > * {
    width: 50%;
    padding-left: 0;
    margin-top: 15px;
  }
  .colWrap.col3 > *:nth-child(odd) {
    padding-right: 5px;
  }
  .colWrap.col3 > *:nth-child(even) {
    padding-left: 5px;
  }
  .colWrap.col4 > * {
    width: 50%;
    padding-left: 0;
    margin-top: 15px;
  }
  .colWrap.col4 > *:nth-child(odd) {
    padding-right: 5px;
  }
  .colWrap.col4 > *:nth-child(even) {
    padding-left: 5px;
  }
  .colWrap.sp-col1 > * {
    float: none !important;
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/********************************************************* search result*/
#cse-search-results iframe {
  height: 3000px;
}

/********************************************************* clearfix*/
.colWrap:before, .colWrap:after,
.cf:before, .cf:after {
  content: "";
  display: table;
}

.colWrap:after,
.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/*# sourceMappingURL=common.css.map */
