@charset "utf-8";
/**
 * ブラウザリセット
**/
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
body {
  min-height: 100%;
  margin: 0px;
  padding: 0px;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
table a:hover div {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
a:hover g {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
*, *:before, *:after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
table, caption, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
a img, iframe {
  border: none;
  display: block;
}
a img:hover {
  opacity: .5;
}
a:link {
  text-decoration: none;
  color: #005895;
}
a:hover {
  color: #0c328b;
}
a:visited {
  color: #005895;
}
img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
  max-width: 100%;
}
.touchimg {
  pointer-events: initial;
  -webkit-touch-callout: initial;
  -webkit-user-select: initial;
  -moz-touch-callout: initial;
  -moz-user-select: initial;
  touch-callout: initial;
  user-select: initial;
}
ol, ul, li {
  list-style: none;
  line-height: 1.4rem;
}
table {
  width: 100%;
}
th, td {
  padding: 5px;
}
p {
  line-height: 1.7rem;
  margin-bottom: 1rem;
  word-break: break-all;
}
input, textarea, select, button {
  font-size: 100%;
  font-family: inherit;
}
select {
  margin: inherit;
}
.no-display {
  display: none;
}
.moz05 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.moz10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.moz15 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.serif {
  font-family: "Sawarabi Mincho", '游明朝体', '游明朝', 'YuMincho', 'Roboto Slab', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Sawarabi Mincho', 'Noto Serif CJK', 'serif';
}
.sans, * {
  font-family: "Sawarabi Gothic", -apple-system, BlinkMacSystemFont, Roboto, '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Noto Sans CJK', sans-serif;
  font-weight: 500;
}
body {
  font-family: Gothic Medium BBB;
  font-feature-settings: "palt";
}
h1 {
  font-family: Midashi Go MB31;
}
.clearfix {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.midashi {
  font-family: Midashi Go MB31;
}
.font18 {
  font-size: 18px;
}
.font17 {
  font-size: 17px;
}
.font22 {
  font-size: 22px;
}
.font-w-g {
  color: #FFFFFF;
}
.hidden ^^ display: none;
}
a {
  color: #005895;
  cursor: pointer;
}
a:hover {
  color: #0A328B;
}
p, span, div, table tr td, ul li, ol li {
  font-weight: normal;
}
strong, table tr th {
  font-weight: bold;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-weight: bold;
}
.justify {
  text-align: justify;
}
/** ベース設計 **/
body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  margin: auto;
}
/** よく使うクラス **/
.flex {
  display: flex;
  align-items: center;
}
.flex-start {
  display: flex;
  align-items: flex-start;
}
.m-r10 {
  margin-right: 10px;
}
.clearfix {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
th, td {
  padding: 5px;
}
.hidden {
  display: none;
}
table {
  width: 100%;
}
.indent {
  text-indent: 1em;
}
.text-right {
  text-align: right;
}
/*アキ*/
.top10 {
  margin-top: 10px;
}
.top20 {
  margin-top: 20px;
}
.top30 {
  margin-top: 30px;
}
.top40 {
  margin-top: 40px;
}
.top50 {
  margin-top: 50px;
}
.top80 {
  margin-top: 80px;
}
.bottom20 {
  margin-bottom: 20px;
}
.bottom10 {
  margin-bottom: 10px;
}
.bottom30 {
  margin-bottom: 30px;
}
.bottom40 {
  margin-bottom: 40px;
}
.bottom50 {
  margin-bottom: 50px;
}
.bottom80 {
  margin-bottom: 80px;
}
.left30 {
  margin-left: 30px;
}
.right10 {
  margin-right: 10px;
}
.right30 {
  margin-right: 30px;
}
/*文字*/
.text-s {
  font-size: 70%;
}
.color-b {
  color: #0A328E;
}
.cap {
  font-size: 13px;
  line-height: 16px
}
.font16 {
  font-size: 16px;
  line-height: 22px;
}
.font18 {
  font-size: 18px;
  line-height: 23px;
}
.font20 {
  font-size: 20px;
  line-height: 26px;
}
.font26 {
  font-size: 20px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.text36 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}
.indent_1 {
  text-indent: 1em;
}
.center {
  text-align: center;
}
.w-center {
  margin-left: auto;
  margin-right: auto;
}
.fade.fade__in {
  -webkit-animation: fadein 0.5s ease-in;
  animation: fadein 0.5s ease-in;
  animation-delay: 0;
  animation-fill-mode: forwards;
  box-sizing: border-box;
}
.text-left {
  text-align: left;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media all and (min-width: 350px) {
  .w80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .w90 {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  * {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  a img:hover {
    opacity: 1;
  }
  .sp {
    display: initial !important;
  }
  .pc {
    display: none !important;
  }
  .menu_pc {
    display: none !important;
  }
  .menu_sp {
    display: initial !important;
  }
  .fade {
    opacity: 0;
  }
}
@media all and (min-width: 800px) {
  .pc_w90 {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  body {}
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
  * {
    font-size: 16px;
    line-height: 16px;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: initial !important;
  }
}
@media all and (min-width: 1000px) {
  .menu_pc {
    display: initial !important;
  }
  .menu_sp {
    display: none !important;
  }
}