@charset "utf-8";
body {
  font-size: 15px;
}
body,
input,
textarea {
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo,
    sans-serif;
}
body {
  margin: 0px;
  padding: 0px;
}
@media print {
  a[href]:after {
    content: "" !important;
  }

  abbr[title]:after {
    content: "" !important;
  }
}

@media screen and (min-width: 680px) {
  #header {
    width: 100%;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
  }
}
@media screen and (max-width: 680px) {
  #header {
    border-bottom: 1px solid #eaeaea;
  }
}

.header_logo {
  background: rgba(0, 114, 159, 1) !important;
}

.header_logo a {
  min-height: 60px;
  background: rgba(0, 114, 159);

  line-height: 70px;
  display: block;
  height: 100%;
}

@media screen and (min-width: 680px) {
  .header_logo a {
    padding: 0px 60px;
  }

  .header_logo {
    max-width: 270px;
  }
}
@media screen and (max-width: 680px) {
  .header_logo a {
    padding: 0px 20px;
  }

  .header_logo {
    max-width: 200px;
    background-color: red;
  }
}

@media screen and (min-width: 680px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}

#main {
  padding: 15px;
}

h1 {
  font-size: 24px;
  color: #0071a1;
  text-align: center;
}

h2 {
  font-size: 20px;
  color: #0071a1;
  text-align: center;
}
h3 {
  font-size: 18px;
  text-align: center;
}
#footer {
  text-align: center;
  border-top: 1px solid #ddd;
  line-height: 60px;
}

#footer .footer_menu_bottom {
  border-bottom: 1px solid #ddd;
}
#footer .footer_menu_bottom ul {
  padding: 0px;
  margin: 0px;
  line-height: 40px;
}

#footer .footer_menu_bottom ul li {
  display: inline;
  margin: 5px 14px 0px 14px;
}
#contentsArea {
}
#footer .footer_menu_bottom ul li a {
  color: #000;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}

/* ページ上部へ戻るボタン（モバイル用） */
#return_top {
  display: none !important;
}

#return_top a {
  background: #000;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-decoration: none;
  z-index: 100;
  position: relative;
}

#return_top a:hover {
  color: #fff !important;
}

#return_top span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

#return_top a:before {
  color: #fff;
  font-family: "design_plus";
  content: "\e911";
  font-size: 12px;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#return_top {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: all 0.35s;
}

#return_top.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 640px) {
  #header_logo a {
    line-height: 50px;
  }
}

/* mypage GlobalMenu 20220928 */
#header .header_logo {
  float: left;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 640px) {
  #header .header_logo {
  }
}

#header .navbar-right {
}
@media screen and (max-width: 640px) {
  #header .navbar-right {
    float: right;
  }
}

#header .navbar-text {
  margin-top: 25px;
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  #header .navbar-text {
    margin-right: 10px;
  }
}

#header ul.dropdown-menu {
}
@media screen and (max-width: 640px) {
  #header ul.dropdown-menu {
    left: -70px;
  }
}
/*マイページメニュー*/
#header {
  box-shadow: none;
  border: none;
}

.sp_head {
  max-width: 460px;
}

@media only screen and (min-width: 601px) {
  #scroller_sp {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #scroller_sp {
    display: block;
  }
}

#scroller_sp.navbar-default .navbar-toggle:hover {
  background: #f7f7f7;
}
#scroller_sp.navbar-default .navbar-nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: block;
}

#scroller_sp.navbar-default .navbar-nav > li > a {
  color: #000000;
  padding: 16px 32px;
  text-shadow: none;
}

#scroller_sp.navbar-default .navbar-nav > li > a:active {
  background: rgba(0, 0, 0, 0.08);
}

/* スマートフォンの場合のスタイル */
@media only screen and (max-width: 600px) {
  #scroller {
    display: none;
  }
}
