@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Sawarabi+Gothic&family=Roboto:wght@700&display=swap");
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
div#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  zoom: 1;
  overflow: hidden;
}
body > div#wrapper {
  height: auto;
}

.Header-site .cb-social li {
  margin-left: 10px;
}

.Header-site #twitter-widget-0 {
  height: 26px !important;
}

.Header-site .fb_iframe_widget {
  top: -0px;
}
#contents {
  border-top: none;
}

#pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 60px;
  bottom: 60px;
  cursor: pointer;
  z-index: 101;
}
#pagetop img {
  width: 100%;
  height: auto;
}

footer ul.cb-btns {
  width: 829px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 40px;
}
footer ul.cb-btns li.cb-btn {
  display: inline-block;
  width: 400px;
  background-color: #fff;
}
footer ul.cb-btns li.cb-btn:first-child {
  margin-right: 29px;
}
footer ul.cb-btns li.cb-btn a {
  padding: 0;
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  background-image: url(../images/existing_img/arrow.png);
  background-position: right 15px center;
  background-size: 8px auto;
  background-repeat: no-repeat;
}
footer ul.cb-btns li.cb-btn a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  text-decoration: none;
}
footer ul.cb-btns li.cb-btn a img {
  margin: 0 20px 6px 0;
  width: auto;
  height: 35px;
  display: inline-block;
}
footer ul.cb-btns li.cb-btn:nth-child(2) a img {
  width: auto;
  height: 35px;
}
footer ul.cb-btns li.cb-btn a span {
  width: auto;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #003e81;
  line-height: 50px;
  position: static;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

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

  .Header-site .cb-social {
    margin-top: 4px;
  }
  .Header-site .cb-social li:first-child {
    margin-top: -2px;
    margin-right: 0;
  }
  .Header-site #twitter-widget-0 {
    height: 21px !important;
  }

  #navi-open {
    position: absolute;
    right: 0;
    top: 40px;
    height: 52px;
    width: 40px;
    background-color: #003e81;
    box-sizing: border-box;
    text-align: center;
    z-index: 99;
    display: block;
  }
  #navi-open:hover {
    cursor: pointer;
  }

  .menu-trigger,
  #nav-open .btn,
  #nav-open-sp .btn,
  #nav-close .btn,
  .menu-trigger span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-sizing: border-box;
    line-height: 1;
  }

  .menu-trigger {
    position: relative;
    width: 60%;
    height: 39px;
    margin: 0 auto;
    margin-top: 7px;
    margin-bottom: 4px;
  }
  .menu-trigger span {
    margin: 0 auto !important;
    padding: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .menu-trigger span:nth-child(2) {
    margin: -5px auto 0 !important;
  }
  .menu-trigger span:last-child {
    margin: -9px auto 0 !important;
    margin-bottom: 0;
  }

  #header_nav {
    width: 100%;
    background-color: #003d80;
    font-size: 100%;
  }
  #header_nav .inner-link {
    display: none;
    position: absolute;
    z-index: 10;
    top: 42px;
    background: #003d80;
    width: 100%;
  }
  #header_nav li {
    border-bottom: 1px solid #fff;
    font-size: 140%;
  }
  #header_nav li a {
    color: #fff;
    padding: 4%;
    display: block;
    text-decoration: none;
    transition: 0.3s;
  }
  #header_nav li a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  #pagetop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
  }
  #pagetop img {
    width: 100%;
    height: auto;
  }
  footer ul.cb-btns {
    width: auto;
    margin: 0 20px;
    font-size: 0;
    margin-bottom: 20px;
  }
  footer ul.cb-btns li.cb-btn {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }
  footer ul.cb-btns li.cb-btn:first-child {
    margin-right: 0;
  }
  footer ul.cb-btns li.cb-btn a {
    padding: 4vw 0;
    height: auto;
    text-align: left;
    display: block;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    background-image: url(../images/existing_img/arrow.png);
    background-position: right 5% center;
    background-size: 2.7vw auto;
    background-repeat: no-repeat;
  }
  footer ul.cb-btns li.cb-btn a img {
    margin: auto;
    width: 5vw;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7.3%;
  }
  footer ul.cb-btns li.cb-btn:nth-child(2) a img {
    width: 10vw;
    height: auto;
    left: 5%;
  }
  footer ul.cb-btns li.cb-btn a span {
    margin: 0 0 0 25%;
    font-size: 4.5vw;
    color: #003e81;
    line-height: 100%;
    text-align: left;
    position: static;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
      "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
  }
}

@media screen and (max-width: 380px) {
}

@media screen and (max-width: 768px) and (orientation: landscape) {
}
/* other
---------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End hide from IE-mac */
