@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;700&family=Noto+Sans+JP:wght@400;700&display=swap");
/*reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, main, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ul li, ol, ol li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

em {
  font-style: normal;
}

div, a, ul, ol, li, p, dl, dt, dd, h1, h2, h3, h4, h4, h6,
header, footer, main, section, article, figure, em, span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
  overflow-x: hidden;
  background: #fff;
  color: #222;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.8666666667vw;
    line-height: 2;
  }
}
body.stop {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  html, body {
    min-height: 100%;
  }
}
.cf:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  svg {
    width: 100%;
  }
}
a {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

#svg {
  display: none;
}

.inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .inner.narrow {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 86.67%;
  }
}

.box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header {
  position: relative;
  background: #01365E;
  padding: 27px 40px 27px 60px;
  color: #fff;
  text-align: center;
  min-height: 100px;
  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;
}
header .box_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header h1 a {
  display: inline-block;
}
header h1 img {
  width: 430px;
  margin: 0 auto;
}
header .ul_btn li {
  margin-right: 20px;
}
header .ul_btn li a {
  color: #01365E;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  width: 158px;
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #fff;
  border-radius: 40px;
  cursor: pointer;
}
header .ul_btn li a::after {
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #01365E;
  border-right: 2px solid #01365E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .ul_btn li a:hover {
  background: #53A8E8;
}
header .logout {
  /*position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);*/
}
@media screen and (max-width: 768px) {
  header .logout {
    /*position: relative;
    top: 0;
    right: 0;
    transform: translate(0, 0);*/
  }
}
header .logout a {
  opacity: 0.4;
  color: #fff;
  font-size: 12px;
  -webkit-transition: 0s;
  transition: 0s;
}
header .logout a img {
  width: 20px;
  vertical-align: middle;
}
header .logout a span {
  vertical-align: middle;
  margin-left: 10px;
}
header .logout a:hover {
  opacity: 1;
  color: #53A8E8;
}
header .logout a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(68%) sepia(22%) saturate(1998%) hue-rotate(178deg) brightness(89%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(68%) sepia(22%) saturate(1998%) hue-rotate(178deg) brightness(89%) contrast(105%);
}

.area_copyright {
  margin: 80px 0 0;
  padding-bottom: 10px;
  text-align: center;
}
.area_copyright .copyright {
  font-size: 12px;
  color: #000;
}

/* $ ページトップ
/*----------------------------------------*/
.pagetop {
  margin-top: 20px;
}
.pagetop a {
  width: 100%;
  height: 80px;
  z-index: 1000;
  text-align: center;
  background: #fff;
  display: block;
}
.pagetop a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid #01365E;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%) rotate(-45deg);
          transform: translateY(-25%) rotate(-45deg);
}

html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none;
}

.ol_breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 20px auto 0;
}
.ol_breadcrumb li {
  font-size: 13px;
}
.ol_breadcrumb li a {
  color: #0068B7;
  text-decoration: underline;
}
.ol_breadcrumb li a::after {
  content: "";
  display: inline-block;
  margin: 0 13px 0;
  position: relative;
  top: -2px;
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #B7B7B7;
  border-right: 1px solid #B7B7B7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.wrapper {
  height: 100%;
  min-height: 100vh;
  background: url("../img/bg_img.jpg") repeat-y;
  background-size: cover;
}
.wrapper main {
  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;
  min-height: calc(100vh - 225px);
  position: relative;
  margin-bottom: 60px;
}
/*# sourceMappingURL=common.css.map */