@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
@import url(/shared/css/lib/sanitize.css);
/* common
----------------------------------------------------------------*/
:root {
  box-sizing: border-box;
  position: relative;
  background-color: #010516;
  line-height: 1.6;
  color: #44494e;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 10px;
  letter-spacing: .04em;
}

body {
  font-size: 1.4rem;
  overflow: hidden;
}

h1 {
  color: #eee;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: .08em;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.2rem;
  }
}

@media all and (-ms-high-contrast: none) {
  html[lang="ja"] h1 {
    font-weight: 900\0;
  }
}

h2 {
  color: #0a2337;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  color: #0a2337;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  color: #00a3d5;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .06em;
}

h5 {
  color: #5c6670;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .06em;
}

h6 {
  color: #5c6670;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .06em;
}

ul, ol {
  list-style: none;
  margin: 0 0 1.5em;
  padding-left: 0;
}

ul ul, ul ol, ol ul, ol ol {
  margin: 0;
}

p {
  margin: 0 0 1.5em;
  word-wrap: break-word;
}

em {
  color: #f8128f;
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

sup, sub {
  font-size: 1rem;
}

a {
  color: #207ae0;
  word-wrap: break-word;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

a:hover {
  color: #4385cf;
  text-decoration: underline;
}

a.disable {
  cursor: default;
}

a.blank:after,
span.blank:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 3px;
  background-image: url(/shared/img/ico_blank01.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px auto;
}

.pcOnly {
  display: block;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
}

.color01 {
  color: #eee;
}

.color02 {
  color: #0a2337;
}

.color03 {
  color: #00a3d5;
}

.color04 {
  color: #5c6670;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.iB {
  display: inline-block;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.cf:after {
  content: '';
  display: block;
  clear: both;
}

.center {
  margin: 0 auto;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.fzxsml{
  font-size:x-small !important;
}

.fzsml{
  font-size:small !important;
}

.fz10 {
  font-size: 1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

.txt_over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis !important;
}

@keyframes anime01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* wrapper
----------------------------------------------------------------*/
#wrapper {
  min-width: 1220px;
  padding: 0 10px;
  background: -webkit-linear-gradient(top, transparent 0%, transparent 55vw, transparent 0%, #010516 95vw, transparent 95vw, transparent 100%), url(/shared/img/bg_header01@pc.jpg);
  background: linear-gradient(to bottom, transparent 0%, transparent 55vw, transparent 0%, #010516 95vw, transparent 95vw, transparent 100%), url(/shared/img/bg_header01@pc.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

@media screen and (max-width: 767px) {
  #wrapper {
    min-width: 320px;
    min-height: 1167px;
    padding: 0;
    background-image: none;
  }
}

/* gheader
----------------------------------------------------------------*/
#gheader {
  height: 265px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  #gheader {
    height: 96px;
  }
}

.gheader__cont {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.gheader__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

@media screen and (max-width: 767px) {
  .gheader__inner {
    position: absolute;
    z-index: 9999;
    width: 100%;
    padding: 0 calc(40/750*100vw);
  }
}

.gheader__upper {
  height: 177px;
}

@media screen and (max-width: 767px) {
  .gheader__upper {
    height: 96px;
    padding-top: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.gheader__logo {
  display: inline-block;
  position: absolute;
  top: 63px;
  left: 0;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .gheader__logo {
    position: static;
  }
}

.gheader__logo a {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.gheader__logo a:hover {
  opacity: .7;
}

.gheader__logo img {
  width: 242px;
  transform-origin: left top;
}

@media screen and (max-width: 767px) {
  .gheader__logo img {
    transform: scale(0.72314);
  }
}

@media screen and (max-width: 767px) {
  .gheader__lower {
    display: none;
    opacity: 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .gheader__lower .gheader__cell:nth-of-type(n+2) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.gheader__menuBtn {
  display: none;
}

@media screen and (max-width: 767px) {
  .gheader__menuBtn {
    display: block;
    position: absolute;
    top: 22px;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
}

.gheader__menuBtn .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 20px;
  height: 19px;
  margin: auto;
}

.gheader__menuBtn .icon span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #aaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.gheader__menuBtn .icon .top {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
}

.gheader__menuBtn .icon .bottom {
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
}

#gheader.fixed .gheader__cont {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(2, 5, 22, 0.8);
}

@media screen and (max-width: 767px) {
  #gheader.fixed .gheader__inner {
    background-color: rgba(2, 5, 22, 0.8);
  }
}

#gheader.fixed .gheader__upper {
  height: 86px;
}

@media screen and (max-width: 767px) {
  #gheader.fixed .gheader__upper {
    height: 70px;
    padding-top: 18px;
    border-bottom-width: 0;
  }
}

#gheader.fixed .gheader__logo {
  top: 22px;
}

#gheader.fixed .gheader__logo img {
  transform: scale(0.82645);
}

@media screen and (max-width: 767px) {
  #gheader.fixed .gheader__logo img {
    transform: scale(0.72314);
  }
}

#gheader.fixed .gheader__menuBtn {
  top: 5px;
}

@media screen and (max-width: 767px) {
  #gheader.open .gheader__inner {
    height: 100vh;
    background-color: rgba(10, 35, 55, 0.8);
  }
  #gheader.open .gheader__upper {
    border-bottom-width: 1px;
  }
  #gheader.open .gheader__lower {
    display: block;
    animation: anime01 .3s ease;
    opacity: 1;
  }
  #gheader.open .gheader__menuBtn .icon .middle {
    opacity: 0;
  }
  #gheader.open .gheader__menuBtn .icon .top {
    -webkit-transform: rotate(-45deg) translateY(0px);
    transform: rotate(-45deg) translateY(0px);
  }
  #gheader.open .gheader__menuBtn .icon .bottom {
    -webkit-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px);
  }
}

/* globalAccess
----------------------------------------------------------------*/
#globalAccess {
  position: absolute;
  top: 94px;
  right: 94px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  #globalAccess {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  #globalAccess ul {
    padding: 10px 0;
    padding: 1.5vh 0;
  }
}

#globalAccess li {
  display: inline-block;
  margin-left: 35px;
  background-repeat: no-repeat;
  background-position: center right;
}

@media screen and (max-width: 767px) {
  #globalAccess li {
    display: block;
    margin-left: 0;
  }
}

#globalAccess a {
  display: inline-block;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #globalAccess a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.5vh;
  }
}

#globalAccess .nav01 a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 13px;
  margin-left: 10px;
  background-image: url(/shared/img/ico_access01.svg);
  background-size: 8px auto;
  vertical-align: middle;
}

#globalAccess .nav02 a:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 9px;
  margin-left: 10px;
  background-image: url(/shared/img/ico_mail01.svg);
  background-size: 12px auto;
}

#gheader.fixed #globalAccess {
  display: none;
}

@media screen and (max-width: 767px) {
  #gheader.fixed #globalAccess {
    display: block;
  }
}

/* globalLang
----------------------------------------------------------------*/
#globalLang {
  position: absolute;
  top: 94px;
  right: 0;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  #globalLang {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  #globalLang ul {
    padding: 4vh 0;
  }
}

#globalLang li {
  display: inline-block;
  width: 35px;
  text-align: center;
}

#globalLang li + li {
  border-left: 1px solid #414558;
}

#globalLang a {
  display: inline-block;
  font-size: 1.2rem;
}

html[lang="ja"] #globalLang .nav01 a,
html[lang="en"] #globalLang .nav02 a {
  color: #50555a;
}

#gheader.fixed #globalLang {
  display: none;
}

@media screen and (max-width: 767px) {
  #gheader.fixed #globalLang {
    display: block;
  }
}

/* globalNav
----------------------------------------------------------------*/
#globalNav ul {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 767px) {
  #globalNav ul {
    display: block;
    width: auto;
    padding: 1.7vh 0;
    border: none;
  }
}

#globalNav a {
  display: flex;
  align-items: center;
  height: 86px;
  color: #ccc;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  #globalNav a {
    justify-content: center;
    height: 7.7vh;
    padding: 0;
    font-size: 1.4rem;
  }
}

#globalNav ul li:first-child a {
  padding-left: 0;
}

#globalNav ul li:last-child a {
  padding-right: 0;
}

#globalNav a:hover {
  color: #00a3d5;
}

.globalNav__line {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 4px;
  background-color: #00a3d5;
}

#publicCat #globalNav .nav01 a,
#newsCat #globalNav .nav02 a,
#entryCat #globalNav .nav03 a,
#galleryCat #globalNav .nav04 a,
#visitCat #globalNav .nav05 a,
#faqCat #globalNav .nav06 a,
#astronomerCat #globalNav .nav07 a {
  color: #00a3d5;
}

#gheader.fixed #globalNav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #gheader.fixed #globalNav {
    position: static;
  }
}

#gheader.fixed #globalNav ul {
  width: 720px;
  border: none;
}

@media screen and (max-width: 767px) {
  #gheader.fixed #globalNav ul {
    width: 100%;
  }
}

/* main
----------------------------------------------------------------*/
#main {
  position: relative;
  min-height: 1051px;
  min-height: 1935px;
  margin: 0 -10px;
  padding: 0 10px 350px;
  background: -webkit-linear-gradient(bottom, transparent 0%, #010516 61vw, transparent 61vw, transparent 100%), url(/shared/img/bg_footer01@pc.jpg);
  background: linear-gradient(to top, transparent 0%, #010516 61vw, transparent 61vw, transparent 100%), url(/shared/img/bg_footer01@pc.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center bottom;
  background-size: contain, contain;
}

@media screen and (max-width: 767px) {
  #main {
    min-height: 726px;
    margin: 0;
    padding: 0 0 230px;
    background-image: url(/shared/img/bg_footer01@sp.jpg);
  }
}

/* footer
----------------------------------------------------------------*/
#gfooter {
  padding: 80px 0 65px;
}

@media screen and (max-width: 767px) {
  #gfooter {
    padding: 30px calc(40/750*100vw) 55px;
  }
}

.gfooter__inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .gfooter__inner {
    width: auto;
  }
}

.gfooter__row {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 767px) {
  .gfooter__row {
    display: block;
    padding-bottom: 40px;
  }
}

.gfooter__section {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .gfooter__section {
    width: auto;
  }
}

.gfooter__section:nth-of-type(even) {
  padding-left: 39px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 767px) {
  .gfooter__section:nth-of-type(even) {
    padding-left: 0;
    border-left: none;
  }
}

.gfooter__ttl {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .gfooter__ttl {
    margin-bottom: 1.25em;
  }
}

.gfooter__row + .gfooter__lower {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .gfooter__row + .gfooter__lower {
    padding-top: 50px;
  }
}

.gfooter__logo {
  margin-bottom: 47px;
}

@media screen and (max-width: 767px) {
  .gfooter__logo {
    margin-bottom: 20px;
  }
}

.gfooter__logo a {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.gfooter__logo a:hover {
  opacity: .7;
}

.gfooter__logo img {
  width: 290px;
}

@media screen and (max-width: 767px) {
  .gfooter__logo img {
    width: 182px;
  }
}

.gfooter__logoList ul {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .gfooter__logoList ul {
    margin-bottom: 20px;
  }
}

.gfooter__logoList li:nth-of-type(n+2) {
  margin-left: 25px;
  padding-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .gfooter__logoList li:nth-of-type(n+2) {
    margin-left: 15px;
    padding-bottom: 0;
  }
}

.gfooter__logoList li:nth-of-type(1) img {
  width: 70px;
}

@media screen and (max-width: 767px) {
  .gfooter__logoList li:nth-of-type(1) img {
    width: 45px;
  }
}

.gfooter__logoList li:nth-of-type(2) img {
  width: 64px;
}

@media screen and (max-width: 767px) {
  .gfooter__logoList li:nth-of-type(2) img {
    width: 45px;
  }
}

.gfooter__logoList a img {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  opacity: .8;
}

.gfooter__logoList a:hover img {
  opacity: 1;
}

.gfooter__copyright small {
  color: #5e6065;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .gfooter__copyright small {
    font-size: 1rem;
  }
}

/* globalBanner
----------------------------------------------------------------*/
#globalBanner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 460px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  #globalBanner ul {
    width: auto;
    margin-bottom: 35px;
  }
}

.globalBanner__item {
  width: 220px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .globalBanner__item {
    width: calc(316/750*100vw);
    margin-bottom: calc(40/750*100vw);
  }
}

.globalBanner__item a {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.globalBanner__item a:hover {
  opacity: .7;
}

/* globalSns
----------------------------------------------------------------*/
#globalSns {
  display: flex;
  justify-content: space-between;
}

.globalSns__grid {
  width: 90%;
}

@media screen and (max-width: 767px) {
  .globalSns__grid {
    width: calc(316/750*100vw);
  }
}

.globalSns__grid a {
  display: table;
}

@media screen and (max-width: 767px) {
  .globalSns__grid a {
    display: block;
  }
}

.globalSns__grid a:hover .globalSns__cell img {
  opacity: 1;
}

.globalSns__cell {
  display: table-cell;
  vertical-align: middle;
  height: 38px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .globalSns__cell {
    height: 44px;
  }
}

.globalSns__cell img {
  width: 34px;
  margin-right: 8px;
  opacity: .8;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

@media screen and (max-width: 767px) {
  .globalSns__cell img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .globalSns__cell:nth-of-type(2) {
    display: block;
  }
}

/* hdTtl
----------------------------------------------------------------*/
.hdTtl01 {
  padding-left: 30px;
  background-image: url(/shared/img/ico_hdTtl01.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 18px auto;
  color: #00a3d5;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .hdTtl01 {
    font-size: 1.8rem;
  }
}

/* backToTop
----------------------------------------------------------------*/
#backToTop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 44px;
  z-index: 9998;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  #backToTop {
    right: calc(40/750*100vw + 12px);
    font-size: 1.2rem;
  }
}

#backToTop a {
  display: block;
  color: #d3d5e0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: .12em;
  text-decoration: none;
}

#backToTop a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #212028;
  background-image: url(/shared/img/ico_backToTop01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
}

#backToTop span {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -105px;
  width: 88px;
  height: 22px;
  margin: auto;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  #backToTop span {
    top: auto;
    bottom: -30px;
    left: -12px;
  }
}

#backToTop.show {
  display: block;
  opacity: .7;
  animation: anime01 .3s ease;
}

#backToTop.show:hover {
  opacity: .9;
}

#backToTop.end span {
  display: inline-block;
  opacity: .7;
  animation: anime01 .3s ease;
}

/*
----------------------------------------------------------------*/
/* topicpath
----------------------------------------------------------------*/
#topicpath {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 20px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #topicpath {
    width: auto;
    padding: 14px calc(40/750*100vw);
    font-size: 1rem;
  }
}

#topicpath dt {
  font-size: 0;
}

#topicpath ul {
  display: flex;
  margin: 0;
}

#topicpath li {
  position: relative;
  margin-left: 10px;
  padding-left: 20px;
  color: #777a7e;
}

#topicpath li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  border-top: 1px solid #207ae0;
  border-right: 1px solid #207ae0;
  transform: rotate(45deg);
}

#topicpath li:first-child {
  margin-left: 0;
  padding-left: 0;
}

#topicpath li:first-child::before {
  display: none;
}

#topicpath li:first-child a {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 19px;
  margin-left: 0;
  background-image: url(/shared/img/ico_topicpath01.svg);
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 12px auto;
  font-size: 0;
}

#topicpath li a,
#topicpath li span.none {
  display: inline-block;
}

/* catTtl
----------------------------------------------------------------*/
#catTtl {
  width: 1200px;
  margin: 0 auto;
  background-color: #212028;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #catTtl {
    width: auto;
  }
}

.catTtl__inner {
  width: 1000px;
  height: 360px;
  margin: 0 auto;
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .catTtl__inner {
    width: auto;
    height: 330px;
    padding: 70px calc(40/750*100vw);
  }
}

.catTtl__inner h1 {
  margin-bottom: .5em;
}

.catTtl__inner p {
  color: #eee;
}

#publicCat #catTtl {
  background-image: url(/shared/img/bg_catTtl01@pc.jpg);
}

@media screen and (max-width: 767px) {
  #publicCat #catTtl {
    background-image: url(/shared/img/bg_catTtl01@sp.jpg);
  }
}

#newsCat #catTtl {
  background-image: url(/shared/img/bg_catTtl02@pc.jpg);
}

@media screen and (max-width: 767px) {
  #newsCat #catTtl {
    background-image: url(/shared/img/bg_catTtl02@sp.jpg);
  }
}

#entryCat #catTtl {
  background-image: url(/shared/img/bg_catTtl03@pc.jpg);
}

@media screen and (max-width: 767px) {
  #entryCat #catTtl {
    background-image: url(/shared/img/bg_catTtl03@sp.jpg);
  }
}

#galleryCat #catTtl {
  background-image: url(/shared/img/bg_catTtl04@pc.jpg);
}

@media screen and (max-width: 767px) {
  #galleryCat #catTtl {
    background-image: url(/shared/img/bg_catTtl04@sp.jpg);
  }
}

#visitCat #catTtl {
  background-image: url(/shared/img/bg_catTtl05@pc.jpg);
}

@media screen and (max-width: 767px) {
  #visitCat #catTtl {
    background-image: url(/shared/img/bg_catTtl05@sp.jpg);
  }
}

#faqCat #catTtl {
  background-image: url(/shared/img/bg_catTtl06@pc.jpg);
}

@media screen and (max-width: 767px) {
  #faqCat #catTtl {
    background-image: url(/shared/img/bg_catTtl06@sp.jpg);
  }
}

#astronomerCat #catTtl {
  background-image: url(/shared/img/bg_catTtl07@pc.jpg);
}

@media screen and (max-width: 767px) {
  #astronomerCat #catTtl {
    background-image: url(/shared/img/bg_catTtl07@sp.jpg);
  }
}

#noneCat #catTtl {
  background-image: url(/shared/img/bg_catTtl08@pc.jpg);
}

@media screen and (max-width: 767px) {
  #noneCat #catTtl {
    background-image: url(/shared/img/bg_catTtl08@sp.jpg);
  }
}

/* primary
----------------------------------------------------------------*/
#primary {
  width: 1000px;
  margin: -140px auto 0;
  padding: 40px 40px 80px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #primary {
    width: auto;
    margin: -140px 10px 0;
    padding: calc(40/750*100vw) calc(40/750*100vw) 50px;
  }
}

#primary > :last-child {
  margin-bottom: 0;
}

/* secondary
----------------------------------------------------------------*/
#secondary {
  display: flex;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #secondary {
    display: block;
    width: auto;
    margin: 0 10px;
  }
}

#secondary ul {
  margin-bottom: 0;
}

/* localNav
----------------------------------------------------------------*/
#secondary .localNav {
  flex: 1;
  padding: 40px;
  background-color: #eceef2;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  #secondary .localNav {
    padding: 5px calc(40/750*100vw);
  }
}

#secondary .localNav > ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #secondary .localNav > ul {
    display: block;
  }
}

#secondary .localNav > ul > li {
  position: relative;
  width: 25%;
  margin-bottom: 5em;
  padding-right: 1.25em;
}

@media screen and (max-width: 767px) {
  #secondary .localNav > ul > li {
    width: auto;
    margin-bottom: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  #secondary .localNav > ul > li + li {
    border-top: 1px solid #b3b4ba;
  }
}

#secondary .localNav > ul > li > a {
  color: #0a2337;
}

#secondary .localNav > ul > li > a span, #secondary .localNav > ul > li > span {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #secondary .localNav > ul > li > a span, #secondary .localNav > ul > li > span {
    display: block;
    padding: 1em 0;
  }
}

#secondary .localNav ul ul {
  min-height: 3.2em;
  margin: 1em 0 0;
  padding: 0 0 1em 1em;
  border-left: 1px solid #b3b4ba;
}

@media screen and (max-width: 767px) {
  #secondary .localNav ul ul {
    min-height: 0;
    margin: 0 0 1em;
    padding-bottom: 0;
    border-left: none;
  }
}

#secondary .localNav ul ul li {
  font-size: 1.2rem;
}

#secondary .localNav ul ul li + li {
  margin-top: .75em;
}

#secondary .localNav .btn {
  position: absolute;
  top: 0;
  right: -15px;
  width: 46px;
  height: 46px;
}

#secondary .localNav .btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 2px;
  margin: auto;
  background-color: #5c6670;
}

#secondary .localNav .btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 10px;
  margin: auto;
  background-color: #5c6670;
}

#secondary .localNav .btn.open::before {
  background-color: #7b8894;
}

#secondary .localNav .btn.open::after {
  display: none;
}

/* asideLink
----------------------------------------------------------------*/
#secondary .asideLink {
  width: 300px;
  padding: 40px;
  background-color: #d6d8de;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #secondary .asideLink {
    width: auto;
    padding: calc(40/750*100vw) calc(40/750*100vw) 50px;
  }
}

#secondary .asideLink .linkList01 li + li {
  margin-top: 1.5em;
}

/*
----------------------------------------------------------------*/
/* linkList
----------------------------------------------------------------*/
.linkList01 > li .linkList01 {
  margin: .5em 0 0 1em;
}

.linkList01 ul, .linkList01 ol {
  color: #727579;
}

.linkList01 li + li {
  margin-top: .5em;
}

.linkList01 a, .linkList01 span {
  color: #207ae0;
}

.linkList01 a:hover, .linkList01 span:hover {
  color: #4385cf;
  text-decoration: underline;
}

.linkList01 a:after, .linkList01 span:after {
  content: "";
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  vertical-align: middle;
  top: -1px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.linkList01 li.page a:after, .linkList01 li.page span:after {
  margin-left: 5px;
  margin-right: 3px;
  border: none;
}

.linkList01 li.newwin a:after, .linkList01 li.newwin span:after {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 3px;
  border: none;
  background-image: url(/shared/img/ico_blank01.svg);
  background-size: 10px auto;
}

.linkList01 li.pdf a:after, .linkList01 li.pdf span:after {
  width: 15px;
  height: 17px;
  margin-left: 5px;
  margin-right: 3px;
  border: none;
  background-image: url(/shared/img/ico_pdf01.svg);
  background-size: 15px auto;
}

.linkList01 li.word a:after, .linkList01 li.word span:after {
  width: 15px;
  height: 17px;
  margin-left: 5px;
  margin-right: 3px;
  border: none;
  background-image: url(/shared/img/ico_word01.svg);
  background-size: 15px auto;
}

.linkList01 li.excel a:after, .linkList01 li.excel span:after {
  margin-left: 5px;
  margin-right: 3px;
  border: none;
}

.linkList01 li.ppt a:after, .linkList01 li.ppt span:after {
  margin-left: 5px;
  margin-right: 3px;
  border: none;
}

.linkList01 li.movie a:after, .linkList01 li.movie span:after {
  margin-left: 5px;
  margin-right: 3px;
  border: none;
}

.linkList01.btn a:after, .linkList01.btn span:after {
  margin-left: 5px;
  margin-right: 3px;
  border-style: solid;
  border-color: transparent;
  border-width: 4px 0px 4px 6px;
  border-left-color: #207ae0;
}

.linkList01.btn a:hover:after, .linkList01.btn span:hover:after {
  border-left-color: #4385cf;
}

ul.list01 ul, ul.list01 ol {
  color: #727579;
  margin-top: .5em;
}

ul.list01 > li {
  position: relative;
  margin-left: 1em;
}

ul.list01 > li:before {
  content: '・';
  position: absolute;
  left: -1em;
}

ul.list01 > li + li {
  margin-top: .5em;
}

ol.list01 {
  counter-reset: olcounter;
}

ol.list01 ul, ol.list01 ol {
  margin-top: .5em;
  color: #727579;
}

ol.list01 > li {
  position: relative;
  margin-left: 1.625em;
}

ol.list01 > li:before {
  counter-increment: olcounter;
  content: counter(olcounter) ".";
  position: absolute;
  top: -2px;
  left: -1.4375em;
  color: #0a2337;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
}

ol.list01 > li + li {
  margin-top: .5em;
}

table.dataTable01 ul.linkList01 {
  margin: 0;
}

/* 横並び */
ul.linkList01.inline {
  display: flex;
  flex-wrap: wrap;
  margin-top: -.5em;
  margin-bottom: .5em;
}

ul.linkList01.inline li {
  box-sizing: border-box;
  margin-right: .5em;
  margin-top: .5em;
  padding-right: .25em;
  border-right: 1px solid #50555a;
}

@media screen and (max-width: 767px) {
  ul.linkList01.inline li {
    width: 50%;
    margin-right: 0;
    padding-right: 1.5em;
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  ul.linkList01.inline li:nth-child(2n) {
    padding-right: 0;
  }
}

ul.linkList01.inline li:last-child {
  border-right: none;
}

ul.linkList01.inline img.linkIcn {
  vertical-align: middle;
}

/*
----------------------------------------------------------------*/
.vsHidden {
  position: absolute;
  overflow: hidden;
  top: -9999px;
  left: 0;
}

/* セクション
----------------------------------------------------------------*/
div.section {
  width: 680px;
  margin: 0 auto 3em;
}

@media screen and (max-width: 767px) {
  div.section {
    width: auto;
  }
}

hr + .section {
  margin-top: 2em;
}

div.section.last,
div.section div.section.last {
  margin-bottom: 0;
}

div.section div.section {
  margin-top: 3em;
}

div.section div.section.first {
  margin-top: 0;
}

.section > .section:last-child {
  margin-bottom: 0;
}

.section > p,
#content > p {
  line-height: 1.9;
}

/* 段落
----------------------------------------------------------------*/
p.alC {
  text-align: center;
}

p.alR {
  text-align: right;
}

/* 画像
----------------------------------------------------------------*/
img.pctL {
  float: left;
  margin-right: 20px;
}

img.pctR {
  float: right;
  margin-left: 20px;
}

/* 注記
----------------------------------------------------------------*/
span.note,
p.note,
ul.listmark.note {
  font-size: 1.2rem;
}

/* 見出し
----------------------------------------------------------------*/
.hdTxt02 {
  position: relative;
  margin-top: 2em;
  margin-bottom: 1.5em;
}

.hdTxt02 span {
  display: block;
  position: relative;
  left: -160px;
  width: 1000px;
  padding: 1.25em 50px;
  border-top: 1px solid #989b9e;
  border-bottom: 1px solid #989b9e;
  background-color: #e0e1e3;
}

@media screen and (max-width: 767px) {
  .hdTxt02 span {
    left: calc(-40/750*100vw);
    width: calc( 100% + (40/750*100vw)*2);
    padding: 1.125em calc(40/750*100vw);
  }
}

#primary > .section:first-child > .hdTxt02,
#primary > #catIndex > .section:first-child > .hdTxt02 {
  margin-top: -40px;
}

@media screen and (max-width: 767px) {
  #primary > .section:first-child > .hdTxt02,
  #primary > #catIndex > .section:first-child > .hdTxt02 {
    margin-top: calc(40/750 * -100vw);
  }
}

.hdTxt03 {
  margin-bottom: 1em;
  padding: 0.7em 0px 0.45em;
  border-bottom: 1px solid #0a2337;
}

.hdTxt04 {
  margin-bottom: .5em;
}

.hdTxt05 {
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #5c6670;
}

/* リスト（通常）
----------------------------------------------------------------*/
/* リスト（記号指定）
----------------------------------------------------------------*/
ul.listmark {
  margin-left: 1em;
}

ul.listmark li i {
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-style: normal;
  text-align: center;
}

ul.listmark li + li {
  margin-top: .5em;
}

/* 定義リスト
----------------------------------------------------------------*/
dl.list01 {
  margin: 0 0 1.5em;
}

dl.list01 dt {
  margin: 0 0 0.4em;
  font-weight: bold;
}

/* 段組み：マルチカラム
----------------------------------------------------------------*/
.clWrap.huge {
  margin: 0 -120px;
}

@media screen and (max-width: 767px) {
  .clWrap.huge {
    margin: 0;
  }
}

div.clWrap:after {
  content: '';
  display: block;
  clear: both;
}

/* 画像＋キャプション セット */
.clWrap .clBox:first-child:last-child .pctBox,
.clWrap > .pctBox {
  margin: 3.6em 0;
}

@media screen and (max-width: 767px) {
  .clWrap .clBox:first-child:last-child .pctBox,
  .clWrap > .pctBox {
    margin: 2.5em 0;
  }
}

.clWrap.clWrap-2cl .clBox:first-child:last-child .pctBox,
.clWrap.clWrap-2cl > .pctBox,
.clWrap.clWrap-3cl .clBox:first-child:last-child .pctBox,
.clWrap.clWrap-3cl > .pctBox,
.clWrap.clWrap-4cl .clBox:first-child:last-child .pctBox,
.clWrap.clWrap-4cl > .pctBox {
  margin: 0 0 2.5em;
}

dl.pctBox {
  margin: 0 0 2.5em;
}

dl.pctBox dt {
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}

dl.pctBox dd.alC {
  text-align: center;
}

dl.pctBox a img {
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.56, 0.99);
}

dl.pctBox a:hover img {
  transform: scale(1.1);
}

div.clWrap.clWrap-2cl div.clBox,
div.clWrap.clWrap-3cl div.clBox,
div.clWrap.clWrap-4cl div.clBox {
  float: left;
  margin-right: 40px;
}

div.clWrap.clWrap-2cl div.clBox:last-child,
div.clWrap.clWrap-3cl div.clBox:last-child,
div.clWrap.clWrap-4cl div.clBox:last-child {
  margin-right: 0;
}

div.clWrap.clWrap-2cl div.clBox.last,
div.clWrap.clWrap-3cl div.clBox.last,
div.clWrap.clWrap-4cl div.clBox.last {
  float: right;
}

@media screen and (max-width: 767px) {
  div.clWrap.clWrap-2cl div.clBox.last,
  div.clWrap.clWrap-3cl div.clBox.last,
  div.clWrap.clWrap-4cl div.clBox.last {
    float: left;
  }
}

div.clBox.pctRBox,
div.clWrap div.txtR {
  float: right !important;
  margin-right: 0 !important;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  div.clBox.pctRBox,
  div.clWrap div.txtR {
    float: none !important;
    margin-left: 0;
  }
}

div.clBox.pctLBox,
div.clWrap div.txtL {
  float: left;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  div.clBox.pctLBox,
  div.clWrap div.txtL {
    margin-right: 6%;
  }
}

.clBox .catBlock {
  padding-left: 19px;
  padding-bottom: .75em;
  border-left: 1px solid #b3b4ba;
}

@media screen and (max-width: 767px) {
  .clBox .catBlock {
    padding-left: 6%;
  }
}

.clBox .catBlock :last-child {
  margin-bottom: 0;
}

/* 段組み（2カラム基準） */
div.clWrap.clWrap-2cl div.clBox {
  width: 320px;
}

@media screen and (max-width: 767px) {
  div.clWrap.clWrap-2cl div.clBox {
    float: none;
    width: auto;
    margin-right: 0;
  }
}

div.clWrap.clWrap-2cl div.clBox:nth-child(2n) {
  margin-right: 0;
}

div.clWrap.clWrap-2cl.huge div.clBox,
#catIndex div.clWrap.clWrap-2cl div.clBox {
  width: 440px;
}

@media screen and (max-width: 767px) {
  div.clWrap.clWrap-2cl.huge div.clBox,
  #catIndex div.clWrap.clWrap-2cl div.clBox {
    width: auto;
  }
}

/* 段組み（3カラム基準） */
div.clWrap.clWrap-3cl div.clBox {
  width: 200px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  div.clWrap.clWrap-3cl div.clBox {
    width: 47%;
    margin-right: 6%;
  }
}

div.clWrap.clWrap-3cl div.clBox:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  div.clWrap.clWrap-3cl div.clBox:nth-child(3n) {
    margin-right: 6%;
  }
}

@media screen and (max-width: 767px) {
  div.clWrap.clWrap-3cl div.clBox:nth-child(2n),
  div.clWrap.clWrap-3cl div.clBox:nth-child(6n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  div.clWrap.clWrap-3cl div.clBox.pctRBox,
  div.clWrap.clWrap-3cl div.txtR {
    float: right !important;
    margin-left: 6%;
  }
}

div.clWrap.clWrap-3cl div.txtL,
div.clWrap.clWrap-3cl div.txtR {
  width: 440px;
}

@media screen and (max-width: 767px) {
  div.clWrap.clWrap-3cl div.txtL,
  div.clWrap.clWrap-3cl div.txtR {
    width: 47%;
  }
}

div.clWrap.clWrap-3cl .linkList01 {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  div.clWrap.clWrap-3cl .linkList01 {
    font-size: 1.2rem;
  }
}

div.clWrap.clWrap-3cl .linkList01 data.roboto {
  font-size: 1.2rem;
}

div.clWrap.clWrap-3cl.huge div.clBox {
  width: 280px;
}

@media screen and (max-width: 767px) {
  div.clWrap.clWrap-3cl.huge div.clBox {
    width: 47%;
  }
}

/* 段組み（4カラム基準） */
div.clWrap.clWrap-4cl div.clBox {
  width: 140px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  div.clWrap.clWrap-4cl div.clBox {
    width: 47%;
    margin-right: 6%;
  }
}

@media screen and (max-width: 767px) {
  div.clWrap.clWrap-4cl div.clBox:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  div.clWrap.clWrap-4cl div.clBox.pctRBox,
  div.clWrap.clWrap-4cl div.txtR {
    float: right !important;
    margin-left: 6%;
  }
}

div.clWrap.clWrap-4cl div.txtL,
div.clWrap.clWrap-4cl div.txtR {
  width: 500px;
}

@media screen and (max-width: 767px) {
  div.clWrap.clWrap-4cl div.txtL,
  div.clWrap.clWrap-4cl div.txtR {
    width: 47%;
  }
}

div.clWrap.clWrap-4cl.huge div.clBox {
  width: 200px;
}

@media screen and (max-width: 767px) {
  div.clWrap.clWrap-4cl.huge div.clBox {
    width: 47%;
  }
}

/* コラム枠
----------------------------------------------------------------*/
div.columnBox {
  margin-bottom: 1.75em;
  padding: 20px 36px;
  border: 4px solid #dadee1;
}

@media screen and (max-width: 767px) {
  div.columnBox {
    padding: calc(32/750*100vw);
    border-width: calc(8/750*100vw);
  }
}

div.columnBox:after {
  content: '';
  display: block;
  clear: both;
}

div.columnBox dl.columnBoxInner dt.columnTtl {
  margin-bottom: 1.25em;
  padding-bottom: 1em;
  color: #00a3d5;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #b3b4ba;
}

div.columnBox dl.columnBoxInner dd.columncont {
  font-size: 1.3rem;
}

div.columnBox dl.columnBoxInner dd.columncont p:last-child {
  margin-bottom: 0;
}

div.columnBox div.pctR {
  float: right;
  width: 140px;
  margin-left: 40px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  div.columnBox div.pctR {
    width: calc(170/750*100vw);
    margin-left: calc(40/750*100vw);
  }
}

/* ステップナビ
----------------------------------------------------------------*/
ul.stepNav01 {
  zoom: 1;
  overflow: hidden;
  position: relative;
  list-style: none;
  line-height: 1.5;
  margin-bottom: 1em;
  padding: 0.5em 0;
  border-top: 1px dotted #b2b2b2;
  border-bottom: 1px dotted #b2b2b2;
}

ul.stepNav01 li.back {
  float: left;
  width: 33%;
}

ul.stepNav01 li.back a {
  float: left;
  padding-left: 20px;
}

ul.stepNav01 li.next {
  float: right;
  width: 33%;
}

ul.stepNav01 li.next a {
  float: right;
  padding-right: 20px;
}

ul.stepNav01 li.top {
  position: absolute;
  top: 0.5em;
  left: 0px;
  width: 100%;
  text-align: center;
}

ul.stepNav01 li.top a {
  display: inline-block;
  width: 33%;
  padding: 0 20px;
}

ul.stepNav01 li.top a span {
  display: inline-block;
  padding: 0 20px;
}

div.stepNav02 {
  margin-bottom: 1em;
  text-align: center;
}

/* プラグインダウンロード
----------------------------------------------------------------*/
div.downloadBox {
  margin-bottom: 1.75em;
  padding: 20px 36px;
  border: 4px solid #dadee1;
  background-color: #e6eaf3;
}

@media screen and (max-width: 767px) {
  div.downloadBox {
    padding: calc(32/750*100vw);
    border-width: calc(8/750*100vw);
  }
}

.downloadBoxInner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .downloadBoxInner {
    display: block;
  }
}

.downloadBoxInner p.pct {
  width: 158px;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .downloadBoxInner p.pct {
    width: auto;
  }
}

.downloadBoxInner div.txt {
  flex: 1;
  margin-left: 40px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .downloadBoxInner div.txt {
    margin-top: calc(40/750*100vw);
    margin-left: 0;
  }
}

.downloadBoxInner div.txt p:last-child {
  margin-bottom: 0;
}

/* データテーブル
----------------------------------------------------------------*/
.ovWrap {
  overflow: scroll;
}

/* dataTable01 */
table.dataTable01 {
  margin-bottom: 1.75em;
  empty-cells: show;
  border-collapse: collapse;
  border-top: 1px solid #d5d9df;
}

@media screen and (max-width: 767px) {
  table.dataTable01 {
    border-top: none;
    border-bottom: 1px solid #c7c9cc;
  }
}

table.dataTable01.full {
  width: 100%;
}

table.dataTable01 caption {
  margin-bottom: 0.5em;
}

table.dataTable01 th,
table.dataTable01 td {
  padding: 1.25em;
  border-bottom: 1px solid #d5d9df;
  vertical-align: top;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  table.dataTable01 tbody th,
  table.dataTable01 tbody th + td,
  table.dataTable01 tbody th + td + td {
    display: block;
  }
}

table.dataTable01.nowrapTable {
  overflow: hidden;
}

table.dataTable01.nowrapTable th, table.dataTable01.nowrapTable td {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  table.dataTable01.nowrapTable th, table.dataTable01.nowrapTable td {
    display: table-cell;
  }
}

table.dataTable01 ul {
  margin-top: 0;
  margin-bottom: 0;
}

table.dataTable01 ul.linkList01,
table.dataTable01 ul.linkList01 li,
table.dataTable01 p {
  margin: 0;
}

table.dataTable01 ul.listmark,
table.dataTable01 ul.listmark li,
table.dataTable01 ul.list01,
table.dataTable01 ul.list01 li,
table.dataTable01 ol.list01,
table.dataTable01 ol.list01 li {
  margin-bottom: 0;
}

table.dataTable01 th {
  border-top: 1px solid #c7c9cc;
  border-bottom: 1px solid #c7c9cc;
  background-color: #f7f8fa;
  color: #0a2337;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 767px) {
  table.dataTable01 th {
    border-bottom: 1px solid #d5d9df;
  }
}

table.dataTable01 tbody th {
  width: 240px;
}

@media screen and (max-width: 767px) {
  table.dataTable01 tbody th {
    width: auto;
    border-bottom: 1px solid #d5d9df;
  }
}

@media screen and (max-width: 767px) {
  table.dataTable01 td {
    border-bottom: 0;
  }
}

table.dataTable01 th.alR,
table.dataTable01 td.alR {
  text-align: right;
}

table.dataTable01 th.alC,
table.dataTable01 td.alC {
  text-align: center;
}

table.dataTable01 th.nowrap,
table.dataTable01 td.nowrap {
  white-space: nowrap;
}

table.dataTable01 th.heading,
table.dataTable01 td.heading {
  background-color: #ddd;
}

table.dataTable01 th span.notice {
  font-weight: normal;
}

/* dataTable02 */
table.dataTable02 {
  /*width: 100%;*/
  margin-bottom: 1.75em;
  line-height: 1.5;
  empty-cells: show;
  border-collapse: separate;
}

table.dataTable02 th,
table.dataTable02 td {
  padding: 0.5em 10px;
  vertical-align: top;
}

table.dataTable01 th.nowrap,
table.dataTable01 td.nowrap {
  white-space: nowrap;
}

table.dataTable02 th {
  border-bottom: 1px solid #b7b7b7;
}

table.dataTable02 td {
  padding-left: 30px;
}

table.dataTable02 ul.linkList01, table.dataTable02 ul.linkList01 li,
table.dataTable02 p {
  margin: 0;
}

/* formTable01 */
/* dataTable01と同指定です。異なるデザインにする場合は調整願います */
table.formTable01 {
  margin-bottom: 1.75em;
  line-height: 1.6;
  empty-cells: show;
  border-collapse: separate;
  border-top: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
}

table.formTable01.full {
  width: 100%;
}

table.formTable01 caption {
  margin-botttom: 0.35em;
}

table.formTable01 th,
table.formTable01 td {
  padding: 0.5em 10px;
  border-bottom: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  vertical-align: top;
  word-wrap: break-word;
}

table.formTable01 ul {
  margin-top: 0;
  margin-bottom: 0;
}

table.formTable01 ul.linkList01,
table.formTable01 ul.linkList01 li,
table.formTable01 p {
  margin: 0;
}

table.formTable01 ul.listmark,
table.formTable01 ul.listmark li,
table.formTable01 ul.list01,
table.formTable01 ul.list01 li,
table.formTable01 ol.list01,
table.formTable01 ol.list01 li {
  margin-bottom: 0;
}

table.formTable01 th {
  background-color: #ddd;
  font-weight: bold;
}

table.formTable01 th.alR,
table.formTable01 td.alR {
  text-align: right;
}

table.formTable01 th.alC,
table.formTable01 td.alC {
  text-align: center;
}

table.formTable01 th.nowrap,
table.formTable01 td.nowrap {
  white-space: nowrap;
}

table.formTable01 th.heading,
table.formTable01 td.heading {
  background-color: #ddd;
}

table.formTable01 th span.notice {
  font-weight: normal;
}

/* 日付コラム
----------------------------------------------------------------*/
div.dateColumn {
  margin-bottom: 1em;
  padding-bottom: .875em;
  border-bottom: 1px solid #d5d9df;
}

div.dateColumn dt.date {
  margin-bottom: .375em;
  color: #0a2337;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: .1em;
}

div.dateColumn dd.dateCont:after {
  content: '';
  display: block;
  clear: both;
}

div.dateColumn dd.dateCont div.pctR {
  float: right;
  width: 140px;
  margin-left: 40px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  div.dateColumn dd.dateCont div.pctR {
    width: calc(170/750*100vw);
    margin-left: calc(40/750*100vw);
  }
}

div.dateColumn dd.dateCont :last-child {
  margin-bottom: 0;
}

/* 年表
----------------------------------------------------------------*/
div.historyColumn {
  margin-bottom: 1em;
  padding-bottom: .875em;
}

div.historyColumn dt.date {
  margin-bottom: .375em;
  color: #00a3d5;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

div.historyColumn dd.dateCont {
  padding-left: 1em;
  padding-bottom: .75em;
  border-left: 2px solid #ced3d7;
}

div.historyColumn dd.dateCont:after {
  content: '';
  display: block;
  clear: both;
}

div.historyColumn dd.dateCont div.pctR {
  float: right;
  width: 140px;
  margin-left: 40px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  div.historyColumn dd.dateCont div.pctR {
    width: calc(170/750*100vw);
    margin-left: calc(40/750*100vw);
  }
}

div.historyColumn dd.dateCont :last-child {
  margin-bottom: 0;
}

/* FAQ
----------------------------------------------------------------*/
div.faqColumn {
  margin-bottom: 2em;
}

div.faqColumn dt.question {
  position: relative;
  margin-bottom: 0.75em;
  padding-left: 30px;
  color: #00a3d5;
  font-size: 1.6rem;
  font-weight: bold;
}

div.faqColumn dt.question:before {
  content: 'Q.';
  position: absolute;
  left: 0px;
  margin-right: .5em;
  line-height: 1.2;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: normal;
}

div.faqColumn dd.answer {
  position: relative;
  margin-left: 30px;
  padding-left: 18px;
  padding-bottom: .75em;
  border-left: 1px solid #ced3d7;
}

div.faqColumn dd.answer:before {
  content: 'A.';
  position: absolute;
  left: -30px;
  margin-right: .5em;
  line-height: 1;
  color: #5c6670;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 2rem;
}

div.faqColumn dd.answer:after {
  content: '';
  display: block;
  clear: both;
}

div.faqColumn dd.answer p:last-child {
  margin-bottom: 0;
}

/* インデックス
----------------------------------------------------------------*/
.indexWrap .clWrap {
  width: 960px;
}

@media screen and (max-width: 767px) {
  .indexWrap .clWrap {
    width: 89vw;
  }
}

@media screen and (max-width: 767px) {
  .indexWrap .clWrap .clBox {
    width: 39.25vw !important;
    margin-right: 4.5vw !important;
  }
}

.indexWrap dd.indexCont {
  margin-bottom: 2.5em;
}

.indexWrap dt.indexTtl {
  margin-bottom: 0.6em;
  padding: 0.15em 0 0.3em 0;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #5c6670;
}

@media screen and (max-width: 767px) {
  .indexWrap dt.indexTtl {
    font-size: 1.4rem;
  }
}

/* カテゴリトップ
----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #catIndex .clWrap:last-of-type .clBox:last-of-type {
    margin-bottom: 0px;
  }
}

#catIndex div.clWrap-2cl {
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  #catIndex div.clWrap-2cl {
    padding-bottom: 0;
  }
}

#catIndex div.clWrap-2cl div.clBox {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #catIndex div.clWrap-2cl div.clBox {
    margin-bottom: 40px;
  }
}

#catIndex p.indexPct {
  margin-bottom: 20px;
  overflow: hidden;
}

#catIndex p.indexPct img {
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.56, 0.99);
}

#catIndex p.indexPct a:hover img {
  transform: scale(1.1);
}

#catIndex .catTop {
  position: relative;
  padding-left: 29px;
  padding-bottom: 10px;
  border-left: 1px solid #b3b4ba;
}

@media screen and (max-width: 767px) {
  #catIndex .catTop {
    padding-left: calc(40/750*100vw);
  }
}

#catIndex .catTop .hdTxt {
  margin-bottom: .5em;
}

#catIndex .catTop > .linkList01 {
  left: 29px;
  bottom: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #catIndex .catTop > .linkList01 {
    position: static;
  }
}

.pctbox01 {
  margin-left: 4em;
}

#wrapper #main #mainInner #topPrimary #whatsNew table tr td .linkList01 li {
  color: #999;
}

/* googlemap
----------------------------------------------------------------*/
.googlemap {
  margin: 0 -120px 30px;
}

@media screen and (max-width: 767px) {
  .googlemap {
    margin: 0 0 30px;
  }
}

.googlemap iframe {
  width: 920px;
  height: 520px;
  border: none;
}

@media screen and (max-width: 767px) {
  .googlemap iframe {
    width: 100%;
    height: 300px;
    border: none;
  }
}

.googlemap iframe.locked {
  pointer-events: none;
  border: none;
}

/* newsSelecter
----------------------------------------------------------------*/
.newsSelecter {
  margin-bottom: 40px;
  background-color: #f3f4f7;
}

.newsSelecter__btn {
  position: relative;
}

.newsSelecter__btn:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 6px;
  right: 30px;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin: auto;
  border-bottom: 1px solid #1e405d;
  border-right: 1px solid #1e405d;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .newsSelecter__btn:before {
    right: 20px;
  }
}

.newsSelecter__btn select {
  -webkit-appearance: none;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 60px;
  padding-left: 2em;
  border: none;
  outline: none;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .newsSelecter__btn select {
    padding-left: 1em;
  }
}

/* alert
----------------------------------------------------------------*/
.alert {
  position: relative;
}

@media screen and (max-width: 767px) {
  .alert {
    position: relative;
    left: auto;
    top: auto;
  }
}

.alert__inner {
  background: #FFF0F5 ;
  position: relative;
  width: auto;
  border: 5px double #b22222; 
  height:100％; 
  padding-left:10px; 
  padding-right:10px; 
  padding-top:10px; 
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .alert__inner {
    width: auto;
    height: auto;
    padding: 80px calc(40/750*100vw) 85px;
    font-size: 1.2rem;
  }
}

.alert__lead {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #b22222;
}

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

/* tblrwd
----------------------------------------------------------------*/
section table { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }
.tblrwd th, .tblrwd td  { width: 20%; /*text-align: center;*/ }
@media only screen and (max-width: 480px) { 
  .tbrwd { margin: 0 -10px; }
  .tblrwd tr {
    display:block;
    margin-bottom: 10px;
  }
  .tblrwd th {
    display:block;
    width: 100%;
  }
  .tblrwd td {
    /*display: list-item;*/
    display: inline-block;
    width: 90%;
    margin-left: 10%;
    border:none;
  }
}

/* v_size
----------------------------------------------------------------*/
#v_size {
  position: relative;
  width: 720;
}

@media screen and (max-width: 767px) {
  #v_size {
    width: 320;
  }
}