@charset "UTF-8";
/*-------------------------------------------------*/
/*(C) A.C.Planet Inc. All rights reserved.*/
/*--------------------------------------------------*/
/*default
----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.714em;
  color: #2f2f2f;
  background: #fff;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  padding-top: 177px;
}

@media screen and (max-width: 1020px) {
  body {
    padding-top: 75px;
  }
}

@media screen and (max-width: 568px) {
  body {
    padding-top: 63px;
  }
}

ul {
  list-style-type: none;
  margin: 10px 0 0 10px;
}

ol {
  margin: 10px 0 10px 30px;
}

hr {
  display: none;
}

img {
  vertical-align: top;
  border: 0;
  max-width: 100%;
  height: auto;
  width/***/: auto;
}

.img-fluid {
  display: block;
  width: 100%;
  height: auto;
}

/*Link Config
----------------------------------------*/
a,
a img,
article {
  -webkit-transition: background 0.3s linear, color 0.3s linear,
 opacity 0.3s linear;
  -webkit-transition: background 0.3s linear, color 0.3s linear, opacity 0.3s linear;
  transition: background 0.3s linear, color 0.3s linear, opacity 0.3s linear;
  outline: none;
}

a:link {
  color: #0d4074;
}

a:visited {
  color: #666;
}

a:active {
  color: #134d86;
}

a:hover {
  color: #134d86;
}

a:hover img {
  filter: alpha(opacity=70);
  /* IE7以下用 */
  -ms-filter: “alpha(opacity=70) ”;
  /* IE8用 */
  opacity: 0.7;
  /* Firefox 1.5以上, Opera, Safari用 */
}

/*ClearFix
----------------------------------------*/
.clear:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clear {
  *zoom: 1;
}

/* ie6,ie7 */
.block {
  display: block;
}

.inline {
  display: inline;
}

.hidden {
  display: none;
}

.pc-hidden {
  display: none;
}

.tab-view {
  display: none;
}

.tab-hidden {
  display: block;
}

.sp-hidden {
  display: block;
}

@media screen and (max-width: 1020px) {
  .tab-view {
    display: block;
  }
  .tab-hidden {
    display: none;
  }
}

@media screen and (max-width: 568px) {
  .pc-hidden {
    display: block;
  }
  .sp-hidden {
    display: none;
  }
}

/*コンテンツボックス
----------------------------------------*/
/*文字サイズ調整範囲用*/
/*共通*/
footer .wrap {
  max-width: 1040px;
  padding: 0 15px;
  margin: 0 auto;
}

#globalnavi ul,
#subheader .wrap,
#pannavi ul,
#maincontainer,
#banners .wrap {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}

/*ヘッダー
----------------------------------------*/
header {
  position: fixed;
  width: 100%;
  height: 177px;
  top: 0;
  left: 0;
  background: white;
  z-index: 10;
  border-top: 3px solid #0d4074;
  /*ロゴ*/
}

header .logo {
  position: relative;
  height: 72px;
  max-width: 1040px;
  padding: 0 15px;
  margin: 0 auto;
}

header .logo h1 {
  width: 261px;
  position: absolute;
  top: 19px;
  left: 15px;
  z-index: 101;
}

@media screen and (max-width: 1020px) {
  header {
    height: 72px;
  }
}

@media screen and (max-width: 568px) {
  header {
    height: 60px;
  }
  header .logo {
    height: 60px;
  }
  header .logo h1 {
    width: 208px;
  }
}

/*ドロア
----------------------------------------*/
#toggle-btn {
  position: none;
}

@media screen and (max-width: 1020px) {
  #toggle-btn {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    z-index: 999;
    background: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #toggle-btn span {
    display: block;
    width: 28px;
    height: 3px;
    background: #0d4074;
    margin: 2.5px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 568px) {
  #toggle-btn {
    width: 60px;
    height: 60px;
  }
}

header.open #toggle-btn {
  background: #0d4074;
}

header.open #toggle-btn span {
  background: white;
}

header.open #toggle-btn span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(135deg);
          transform: translateY(8px) rotate(135deg);
}

header.open #toggle-btn span:nth-child(2) {
  width: 0;
}

header.open #toggle-btn span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}

/*ドロア
----------------------------------------*/
#drawer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1020px) {
  #drawer {
    height: 100vh;
    background: white;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

header.open #drawer {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

/*グローバルメニュー
----------------------------------------*/
#globalnavi {
  background: #0d4074;
  margin-top: 72px;
}

#globalnavi ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
}

#globalnavi ul li {
  width: 12.5%;
}

#globalnavi ul li a {
  background: #0d4074;
  display: block;
  height: 105px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  text-align: center;
  text-decoration: none;
  position: relative;
}

#globalnavi ul li a .icons {
  text-align: center;
}

#globalnavi ul li a span {
  font-size: 13px;
  letter-spacing: 0.084em;
}

#globalnavi ul li a:hover {
  background: #0a4886;
}

#globalnavi ul li.active a {
  background: #0a4886;
}

#globalnavi ul li.active a:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #6389d0;
}

@media screen and (max-width: 1020px) {
  #globalnavi {
    background: white;
    margin-top: 85px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #globalnavi ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 450px;
	-webkit-justify-content: normal;
  }
  #globalnavi ul li {
    width: 33.333%;
  }
  #globalnavi ul li a {
    margin: 2px;
    padding-top: 40px;
    height: 140px;
  }
}

@media screen and (max-width: 568px) {
  #globalnavi ul li a {
    height: 30vw;
    padding-top: 0;
  }
  #globalnavi ul li a .icons {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #globalnavi ul li a span {
    position: absolute;
    bottom: 5vw;
    font-size: 11px;
    margin-top: 15px;
    top: 50%;
    left: 0;
    width: 100%;
  }
}

/*#subnavi
----------------------------------------*/
#subnavi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#subnavi .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  height: 72px;
  max-width: 1040px;
  padding: 0 15px;
  margin: 0 auto;
}

#subnavi .wrap nav {
  margin-right: 24px;
}

#subnavi .wrap nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

#subnavi .wrap nav ul li {
  margin-left: 24px;
}

#subnavi .wrap nav ul li a {
  text-decoration: none;
  color: #2f2f2f;
}

#subnavi .wrap nav ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1020px) {
  #subnavi {
    position: relative;
    height: auto;
  }
  #subnavi .wrap {
    max-width: 450px;
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #subnavi .wrap nav {
    margin-right: 0;
  }
  #subnavi .wrap nav ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 568px) {
  #subnavi .wrap {
    font-size: 11px;
  }
}

/*#lang
----------------------------------------*/
#lang {
  margin-right: 10px;
}

#lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

#lang ul li a {
  text-decoration: none;
  display: block;
  width: 58px;
  height: 44px;
  border-right: 1px solid #e8e8e8;
  color: #696969;
}

#lang ul li:last-child a {
  border-right: none;
}

#lang ul li .img {
  text-decoration: none;
  width: 24px;
  margin: auto;
}

#lang ul li span {
  display: block;
  text-align: center;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1020px) {
  #lang {
    margin-right: 0;
  }
}

/*メインコンテンツ
----------------------------------------*/
/*-----バナー-----*/
#banners {
  background: #f7f7f7;
  padding: 50px 0;
}

@media screen and (max-width: 568px) {
  #banners {
    padding: 30px 0;
  }
}

#banners .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1020px) {
  #banners .wrap {
    max-width: 500px;
    margin: auto;
  }
}

#banners .wrap .banner {
  width: 25%;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#banners .wrap .banner a {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1020px) {
  #banners .wrap .banner {
    width: 50%;
    padding: 4px;
  }
  #banners .wrap .banner a {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
  }
}

/*フッター
----------------------------------------*/
footer {
  background: #0d4074;
  color: white;
  padding: 65px 0;
  font-family: "Noto Sans JP", sans-serif;
  border-top: 1px solid #e8e8e8;
}

footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 568px) {
  footer .wrap {
    display: block;
  }
}

@media screen and (max-width: 568px) {
  footer .wrap .left {
    margin-bottom: 10px;
  }
}

footer .wrap .left .logo {
  width: 257px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1020px) {
  footer .wrap .left .logo {
    width: 220px;
  }
}

@media screen and (max-width: 568px) {
  footer .wrap .left .logo {
    width: 180px;
  }
}

footer .wrap .left .addr {
  font-size: 13px;
}

footer .wrap .right nav {
  margin-bottom: 3px;
}

footer .wrap .right nav ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 568px) {
  footer .wrap .right nav ul {
    display: block;
    margin-bottom: 15px;
  }
}

footer .wrap .right nav ul li {
  margin-left: 20px;
}

@media screen and (max-width: 568px) {
  footer .wrap .right nav ul li {
    margin-left: 0;
  }
}

footer .wrap .right nav ul li a {
  color: white;
  font-size: 14px;
  line-height: 1em;
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 12px;
  text-decoration: none;
}

footer .wrap .right nav ul li a:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2LjgyOCIgaGVpZ2h0PSI4LjY5IiB2aWV3Qm94PSIwIDAgNi44MjggOC42OSI+CiAgPHBhdGggaWQ9InBsYXkiIGQ9Ik04LDUuMTR2OC42OWw2LjgyOC00LjM0NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04IC01LjE0KSIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K");
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .wrap .right nav ul li a:hover {
  text-decoration: underline;
}

footer .wrap .right .copyright {
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 568px) {
  footer .wrap .right .copyright {
    text-align: left;
    font-size: 10px;
  }
}

/*トップへ戻る
----------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 0;
  z-index: 100;
  margin-right: -70px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 568px) {
  #pagetop {
    margin-right: -60px;
  }
}

#pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  overflow: hidden;
  background: #0d4074;
  text-decoration: none;
  position: relative;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 568px) {
  #pagetop a {
    width: 60px;
    height: 60px;
  }
}

#pagetop a img {
  width: 17px;
  height: 17px;
}

#pagetop a:hover {
  opacity: 0.8;
}

#pagetop.show {
  margin-right: 0;
}
/*# sourceMappingURL=base.css.map */