@charset "UTF-8";
body {
  background: #f7f7f9;
}

#wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
#global-header {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 9000;
}
@media screen and (max-width: 1366px) {
  #global-header {
    background: #0a0a0a;
  }
}
@media screen and (max-width: 834px) {
  #global-header {
    position: fixed;
    z-index: 100;
  }
}
#header-inner {
  width: 1400px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#header-inner h1#logo {
  width: 265px;
  height: auto;
  margin-right: 32px;
}
#header-inner h1#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#header-inner h1#logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1366px) {
  #header-inner {
    width: 100%;
  }
  #header-inner h1#logo {
    margin-left: 24px;
  }
}
@media screen and (max-width: 834px) {
  #header-inner h1#logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #header-inner h1#logo {
    width: 100%;
    margin: 0;
    margin-right: 56px;
    text-align: right;
  }
  #header-inner h1#logo img {
    width: 70%;
    height: auto;
  }
}
#header-inner nav#global-navi {
  width: 100%;
}
#header-inner nav#global-navi ul {
  display: flex;
  flex: 1;
  align-items: center;
}
#header-inner nav#global-navi ul li.navi-item {
  width: 100%;
  text-align: center;
}
#header-inner nav#global-navi ul li.navi-item a {
  color: #ffffff;
  font-size: 16px;
}
#header-inner nav#global-navi ul li.navi-item a:hover {
  color: #006c9c;
}
#header-inner nav#global-navi ul li.navi-item span {
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}
#header-inner nav#global-navi ul li.navi-item ul.dropdown-list {
  display: none;
}
#header-inner nav#global-navi ul li.navi-item.snsicon img {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 834px) {
  #header-inner nav#global-navi {
    display: none;
  }
}
ul.dropdown-list,
ul.dropdown-list2 {
  display: none;
  position: absolute;
  z-index: 9300;
  background: rgba(0, 0, 0, 0.7);
  padding: 16px 0;
}
ul.dropdown-list li,
ul.dropdown-list2 li {
  text-align: center;
}
ul.dropdown-list li:first-child,
ul.dropdown-list2 li:first-child {
  padding-bottom: 16px;
}
ul.dropdown-list li a,
ul.dropdown-list2 li a {
  color: #ffffff;
}

ul.dropdown-list li {
  padding: 8px 0;
  padding-left: 14px;
  text-align: left;
}
ul.dropdown-list li:first-child {
  padding-bottom: 8px;
}
ul.dropdown-list2 li {
  padding: 8px 0;
  padding-left: 24px;
  text-align: left;
}
ul.dropdown-list2 li:first-child {
  padding-bottom: 8px;
}
/*
Styling end
#global_header
*/
#wrap-inner {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  margin-bottom: 120px;
}
#wrap-inner nav#main-navi {
  position: relative;
  margin-bottom: 80px;
}
#wrap-inner nav#main-navi ul:nth-child(1) {
  width: 1280px;
  margin: 24px auto;
  display: flex;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
#wrap-inner nav#main-navi ul:nth-child(1) li {
  width: 110px;
  height: 110px;
}
#wrap-inner nav#main-navi ul:nth-child(1) li a {
  color: #f9f7ed;
  display: block;
  width: 110px;
  height: 110px;
  position: relative;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(1) a {
  background-image: url(../images/suisei.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: fuwafuwa1 2s ease-in-out infinite;
  animation: fuwafuwa1 2s ease-in-out infinite;
  top: 60px;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(2) a {
  background-image: url(../images/kinsei.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: fuwafuwa2 3s ease-in-out infinite;
  animation: fuwafuwa2 3s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(3) a {
  background-image: url(../images/tikyu.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: fuwafuwa3 2.4s ease-in-out infinite;
  animation: fuwafuwa3 2.4s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(4) a {
  background-image: url(../images/kasei.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: fuwafuwa4 1.6s ease-in-out infinite;
  animation: fuwafuwa4 1.6s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(5) a {
  background-image: url(../images/mokusei.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: fuwafuwa5 1s ease-in-out infinite;
  animation: fuwafuwa5 1s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(6) {
  width: 173px;
  height: 123px;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(6) a {
  background-image: url(../images/dosei.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 173px;
  height: 123px;
  -webkit-animation: fuwafuwa6 2.2s ease-in-out infinite;
  animation: fuwafuwa6 2.2s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(7) a {
  background-image: url(../images/tennousei.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: fuwafuwa7 1.5s ease-in-out infinite;
  animation: fuwafuwa7 1.5s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(8) a {
  background-image: url(../images/kaiousei.png);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: fuwafuwa8 1.5s ease-in-out infinite;
  animation: fuwafuwa8 1.5s ease-in-out infinite;
}
@-webkit-keyframes fuwafuwa1 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@keyframes fuwafuwa1 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@-webkit-keyframes fuwafuwa2 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@keyframes fuwafuwa2 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@-webkit-keyframes fuwafuwa3 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@keyframes fuwafuwa3 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@-webkit-keyframes fuwafuwa4 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@keyframes fuwafuwa4 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@-webkit-keyframes fuwafuwa5 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@keyframes fuwafuwa5 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@-webkit-keyframes fuwafuwa6 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@keyframes fuwafuwa6 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@-webkit-keyframes fuwafuwa7 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@keyframes fuwafuwa7 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
@keyframes fuwafuwa8 {
  0% {
    top: 10px;
  }
  70% {
    top: 20px;
  }
  100% {
    top: 10px;
  }
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(1) span img {
  -webkit-animation: usuusu1 2s ease-in-out infinite;
  animation: usuusu1 2s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(2) span img {
  -webkit-animation: usuusu2 3s ease-in-out infinite;
  animation: usuusu2 3s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(3) span img {
  -webkit-animation: usuusu3 2.4s ease-in-out infinite;
  animation: usuusu3 2.4s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(4) span img {
  -webkit-animation: usuusu4 1.6s ease-in-out infinite;
  animation: usuusu4 1.6s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(5) span img {
  -webkit-animation: usuusu5 1s ease-in-out infinite;
  animation: usuusu5 1s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(6) span img {
  -webkit-animation: usuusu6 2.2s ease-in-out infinite;
  animation: usuusu6 2.2s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(7) span img {
  -webkit-animation: usuusu7 1.5s ease-in-out infinite;
  animation: usuusu7 1.5s ease-in-out infinite;
}
#wrap-inner nav#main-navi ul:nth-child(1) li:nth-child(8) span img {
  -webkit-animation: usuusu7 1.5s ease-in-out infinite;
  animation: usuusu7 1.5s ease-in-out infinite;
}
@-webkit-keyframes usuusu1 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes usuusu1 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes usuusu2 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes usuusu2 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes usuusu3 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes usuusu3 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes usuusu4 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes usuusu4 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes usuusu5 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes usuusu5 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes usuusu6 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes usuusu6 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes usuusu7 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes usuusu7 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes usuusu8 {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
#wrap-inner nav#main-navi ul:nth-child(1) li span {
  display: block;
  text-align: center;
}
#wrap-inner nav#main-navi ul:nth-child(1) li span img {
  width: 76px;
}
@media screen and (max-width: 1112px) {
  #wrap-inner nav#main-navi ul:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #wrap-inner nav#main-navi ul:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #wrap-inner {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

#mnavi-title {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1112px) {
  #mnavi-title {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #mnavi-title {
    display: none;
  }
}
#mnavi-title ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
#mnavi-title ul li {
  width: 120px;
  text-align: center;
}
#mnavi-title ul li:nth-child(6) {
  width: 173px;
}
#mnavi-title ul li a {
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  background: #ffffff;
  padding: 8px 4px;
  transition: background-color 0.5s linear, color 0.5s linear;
}
#mnavi-title ul li a.active {
  background-color: #2D6B98;
  color: #ffffff;
}

/*
Styling end
#wrap-inner
*/
#key-visual {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
#key-visual .keyv1 {
  position: relative;
}
#key-visual .keyv1 img {
  width: 100%;
  height: auto;
}
#key-visual .keyv1 img.key-item {
  width: 447px;
  height: 320px;
}
#key-visual .keyv1 img.key-pic {
  display: inline;
}
#key-visual .keyv1 img.key-sp-pic {
  display: none;
}
@media screen and (max-width: 1366px) {
  #key-visual {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1112px) {
  #key-visual .keyv1 img.key-item {
    width: 290px;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  #key-visual .keyv1 img.key-pic {
    display: none;
  }
  #key-visual .keyv1 img.key-sp-pic {
    display: inline-block;
  }
  #key-visual .keyv1 img.key-item {
    width: 290px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  #key-visual .keyv1 img.key-item {
    width: 168px;
    height: 120px;
  }
}

/*
Styling end
#key-visual
*/
#main {
  position: relative;
}
#main p {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif !important;
  /* フォントファミリー振り分け */
}
#main p.gothic {
  /* ゴシック体 */
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif !important;
  /*font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;*/
}
#main p.mincho {
  /* 明朝体 */
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
#main p.alibre {
  font-family: "Abhaya Libre", serif;
}

.popup-group {
  width: 85%;
  margin: 0 auto 120px;
  position: relative;
}
@media screen and (max-width: 1112px) {
  .popup-group {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .popup-group {
    width: 95%;
  }
}
.popup-group h2 {
  text-align: center;
}
.popup-group h2 span {
  display: block;
  font-size: 24px;
  padding: 12px 0;
  background: #F7931E;
  color: #ffffff;
  position: relative;
}
.popup-group ul {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.popup-group ul li {
  width: 25%;
  text-align: center;
  position: relative;
}
.popup-group ul li a {
  display: block;
  text-align: center !important;
  color: #f9f7ed;
  padding: 0;
  width: 100%;
  font-size: 13px;
}
.popup-group ul li a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.popup-group ul li.opc0 {
  display: none;
}
.popup-group ul li p {
  padding: 12px 0;
}
@media screen and (max-width: 834px) {
  .popup-group ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .popup-group ul li {
    width: 33.3%;
  }
  .popup-group ul li.opc0 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .popup-group ul li {
    width: 33.3%;
  }
  .popup-group ul li.opc0 {
    display: none;
  }
}

/*
Styling end
#main
*/
#sp-bottom-navi {
  display: none;
}
@media screen and (max-width: 834px) {
  #sp-bottom-navi {
    display: block;
    margin-bottom: 0;
  }
  #sp-bottom-navi ul li {
    background: #000d26;
    margin-bottom: 1px;
  }
  #sp-bottom-navi ul li a {
    padding: 12px 0 12px 32px;
    display: block;
    position: relative;
  }
  #sp-bottom-navi ul li a span.bottom-icon {
    width: 40px;
    text-align: center;
    padding-right: 18px;
    margin-right: 12px;
  }
  #sp-bottom-navi ul li a span.bottom-icon:nth-child(1) img {
    width: 26px;
    height: auto;
  }
  #sp-bottom-navi ul li a span.bottom-icon:nth-child(2) img {
    width: 24px;
    height: auto;
  }
  #sp-bottom-navi ul li a span.bottom-icon:nth-child(3) img {
    width: 17px;
    height: auto;
  }
  #sp-bottom-navi ul li a span.bottom-icon:nth-child(4) img {
    width: 14px;
    height: auto;
  }
  #sp-bottom-navi ul li a span.bottom-icon:nth-child(5) img {
    width: 20px;
    height: auto;
  }
  #sp-bottom-navi ul li a span.bottom-icon:nth-child(6) img {
    width: 16px;
    height: auto;
  }
  #sp-bottom-navi ul li a span.bottom-icon:nth-child(7) img {
    width: 19px;
    height: auto;
  }
  #sp-bottom-navi ul li a span.bottom-icon img {
    vertical-align: bottom;
  }
  #sp-bottom-navi ul li a span.bottom-text-ja {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    bottom: 6px;
  }
  #sp-bottom-navi ul li a span.bottom-text-en {
    font-size: 13px;
    color: #ffffff;
    position: relative;
    bottom: 6px;
  }
}

#global-footer {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #ffffff;
  border-top: 1px solid #1a1a1a;
}
#global-footer h2 {
  text-align: center;
  margin-bottom: 40px;
}
#global-footer h2 a img {
  width: 340px;
  height: auto;
}
@media screen and (max-width: 480px) {
  #global-footer h2 a img {
    width: 80%;
  }
}
#global-footer section#footer-access {
  width: 1280px;
  margin: 0 auto 60px;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-around;
}
#global-footer section#footer-access div.access-box {
  width: 100%;
  border-left: 8px solid #1a1a1a;
  padding-left: 24px;
}
#global-footer section#footer-access div.access-box h3.access-title {
  font-size: 21px;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #global-footer section#footer-access div.access-box h3.access-title {
    font-size: 18px;
  }
}
#global-footer section#footer-access div.access-box p.access-how {
  margin-bottom: 10px;
}
#global-footer section#footer-access div.access-box p.access-how a.access-tel.gothic {
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  margin-right: 12px;
}
@media screen and (max-width: 480px) {
  #global-footer section#footer-access div.access-box p.access-how a.access-tel.gothic {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  #global-footer section#footer-access div.access-box p.access-how a.access-tel.gothic {
    margin-right: 8px;
  }
}
#global-footer section#footer-access div.access-box p.access-how a.access-icon {
  position: relative;
  top: 4px;
}
#global-footer section#footer-access div.access-box p.access-how a.access-icon img {
  width: 36px;
  height: auto;
}
#global-footer nav#footer-navi {
  background: #1a1a1a;
  width: 100%;
  padding: 24px 0;
  margin-bottom: 40px;
  position: relative;
}
#global-footer nav#footer-navi ul {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex: 1;
  align-items: center;
}
#global-footer nav#footer-navi ul li a, #global-footer nav#footer-navi ul li span {
  color: #ffffff;
}
#global-footer nav#footer-navi ul li a:hover {
  color: #f7dd6f;
}
#global-footer nav#footer-navi ul li span {
  cursor: pointer;
}
#global-footer nav#footer-navi ul li span:hover {
  color: #f7dd6f;
}
#global-footer nav#footer-navi ul ul.footer-dropdown-list {
  display: none;
}
#global-footer p.copy {
  text-align: center;
}
@media screen and (max-width: 1112px) {
  #global-footer section#footer-access {
    width: 90%;
    margin: 0 auto 60px;
    display: block;
  }
  #global-footer section#footer-access div.access-box {
    margin-bottom: 40px;
    border-left: 8px solid #1a1a1a;
    padding-bottom: 12px;
  }
  #global-footer section#footer-access div.access-box h3.access-title {
    font-size: 28px;
  }
  #global-footer section#footer-access div.access-box h3.access-title br {
    display: none;
  }
  #global-footer section#footer-access p.access-info {
    font-size: 21px;
  }
  #global-footer section#footer-access p.access-info br {
    display: none;
  }
  #global-footer nav#footer-navi {
    background: #1a1a1a;
    width: 100%;
    padding: 24px 0;
    margin-bottom: 40px;
    position: relative;
  }
  #global-footer nav#footer-navi ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex: 1;
    align-items: center;
  }
}
@media screen and (max-width: 1112px) and (max-width: 480px) {
  #global-footer nav#footer-navi ul {
    display: block;
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #ffffff;
  }
  #global-footer nav#footer-navi ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (max-width: 834px) {
  #global-footer section#footer-access div.access-box {
    margin-bottom: 40px;
    border-left: 8px solid #1a1a1a;
    padding-bottom: 4px;
    padding-left: 8px;
  }
  #global-footer section#footer-access div.access-box h3.access-title {
    font-size: 18px;
  }
  #global-footer section#footer-access div.access-box h3.access-title br {
    display: block;
  }
  #global-footer section#footer-access p.access-info {
    font-size: 16px;
  }
  #global-footer section#footer-access p.access-info br {
    display: none;
  }
}
/*
Styling end
#global-footer
*/
p.concept {
  text-align: center;
  padding: 80px 0;
  font-size: 40px;
  font-style: italic;
  letter-spacing: 0.15em;
  background: #006C9C;
}
p.concept span {
  color: #ffffff;
  padding: 12px 24px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

/*# sourceMappingURL=sub.css.map */
