@charset "UTF-8";
/* ********************************************************
	共通初期化CSS
******************************************************** */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Barlow:400,500,700&display=swap");
html, body, div, header, footer, article, section, aside, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 100%;
}

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

img {
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

:focus {
  outline: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

.clear, div .clear {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  clear: both;
}

/*---clearFix---*/
.clearFix {
  zoom: 1;
}

.clearFix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

@media print {
  body {
    zoom: 60%;
  }
}
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #001046;
  font-weight: 500;
  letter-spacing: 0.06em;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

p, a, td, th {
  font-size: 18px;
  line-height: 1.5em;
  word-break: normal;
  color: #001046;
}
@media only screen and (max-width:640px) {
  p, a, td, th {
    font-size: 14px;
    line-height: 1.6em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover, .link:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  cursor: pointer;
}

a:hover img {
  opacity: 0.8;
  -moz-opacity: 0.8;
}

.anchor {
  padding-top: 70px;
  margin-top: -70px;
}
@media only screen and (max-width:640px) {
  .anchor {
    padding-top: 20px;
    margin-top: -20px;
  }
}

.tel_link {
  cursor: text;
}
.tel_link:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.font_b {
  font-weight: bold;
}

.font_c_f {
  color: #fff;
}

.font_s {
  font-size: 0.9rem;
}

.txt_j {
  text-align: justify;
}

.txt_c {
  text-align: center;
}

.bk_grn {
  background: #50A549;
}

.pc {
  display: block !important;
}

.tab {
  display: none !important;
}

.sp {
  display: none !important;
}

.pc_tab {
  display: block !important;
}

.tab_sp {
  display: none !important;
}

@media only screen and (min-width:641px) and (max-width:1060px) {
  .pc {
    display: none !important;
  }

  .pc_tab {
    display: block !important;
  }

  .tab {
    display: block !important;
  }

  .tab_sp {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}
@media only screen and (max-width:640px) {
  .pc {
    display: none !important;
  }

  .pc_tab {
    display: none !important;
  }

  .tab {
    display: none !important;
  }

  .tab_sp {
    display: block !important;
  }

  .sp {
    display: block !important;
  }
}
.flR {
  float: right;
}

.flL {
  float: left;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media all and (-ms-high-contrast: none) {
  p, a {
    padding-top: 2px;
  }
}

@-webkit-keyframes keyframes {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(550%);
    transform: translateX(550%);
  }
}
@keyframes keyframes {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(550%);
    transform: translateX(550%);
  }
}
@-webkit-keyframes keyframes02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(400%);
    transform: translateX(400%);
  }
}
@keyframes keyframes02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(400%);
    transform: translateX(400%);
  }
}
.pc {
  display: block !important;
}

.tab {
  display: none !important;
}

.sp {
  display: none !important;
}

.pc_tab {
  display: block !important;
}

.tab_sp {
  display: none !important;
}

@media only screen and (min-width:641px) and (max-width:1060px) {
  .pc {
    display: none !important;
  }

  .pc_tab {
    display: block !important;
  }

  .tab {
    display: block !important;
  }

  .tab_sp {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}
@media only screen and (max-width:640px) {
  .pc {
    display: none !important;
  }

  .pc_tab {
    display: none !important;
  }

  .tab {
    display: none !important;
  }

  .tab_sp {
    display: block !important;
  }

  .sp {
    display: block !important;
  }
}
.flR {
  float: right;
}

.flL {
  float: left;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media all and (-ms-high-contrast: none) {
  p, a {
    margin-top: 2px;
  }
}
/*# sourceMappingURL=common.css.map */

.spinner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 4px solid #001046;
  width: 50px;
  height: 50px;
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}