#__bs_notify__ {
  top: auto !important;
  bottom: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.6;
  letter-spacing: 0;
  color: #1f1f1f;
}

a {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  color: #1f1f1f;
  text-decoration: none;
}
a:hover, a:active {
  opacity: 0.6;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1220px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 1219px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.replace {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  top: 50%;
  padding: 0;
  margin: 0 auto;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
}

.row {
  position: relative;
  width: calc(100% + 20px);
  margin: 0 -10px;
  font-size: 0;
}

.col {
  position: relative;
  width: 50%;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 1.4rem;
}

.m-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 1219px) {
  .m-title {
    margin-bottom: 30px;
  }
  .m-title img {
    height: 70px;
  }
}

.s-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #004ea5;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .s-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.m-bt {
  width: 290px;
  height: 65px;
  margin: 0 auto;
}
@media screen and (max-width: 1219px) {
  .m-bt {
    height: 50px;
  }
}
.m-bt a {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 65px;
  text-align: center;
  color: #FFF;
  background-color: #f27f00;
  border-radius: 50px;
  padding-left: 30px;
}
@media screen and (max-width: 1219px) {
  .m-bt a {
    font-size: 1.4rem;
    line-height: 50px;
  }
}
.m-bt a i {
  height: 18px;
  position: absolute;
  top: 0;
  left: 35px;
  bottom: 0;
  font-size: 2.2rem;
  line-height: 20px;
  margin: auto;
}
@media screen and (max-width: 1219px) {
  .m-bt a i {
    left: 15px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1220px) {
  .m-bt a:hover {
    opacity: 1;
    background-color: #004ea5;
  }
}

.fade {
  animation: fade 3s ease 0s 1 normal;
  -webkit-animation: fade 3s ease 0s 1 normal;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1s;
}

.fadeinup {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2s;
}

.fadeinright {
  opacity: 0;
  transform: translate(100px, 0);
  transition: all 2s;
}

.fadeinleft {
  opacity: 0;
  transform: translate(-100px, 0);
  transition: all 2s;
}

ul.fadeturn li {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}
ul.fadeturn li:nth-child(n+1) {
  transition-delay: 0s;
}
ul.fadeturn li:nth-child(n+2) {
  transition-delay: 0.4s;
}
ul.fadeturn li:nth-child(n+3) {
  transition-delay: 0.8s;
}
ul.fadeturn li:nth-child(n+4) {
  transition-delay: 1.2s;
}
ul.fadeturn li:nth-child(n+5) {
  transition-delay: 1.6s;
}
ul.fadeturn li:nth-child(n+6) {
  transition-delay: 2s;
}
ul.fadeturn li:nth-child(n+7) {
  transition-delay: 2.4s;
}
ul.fadeturn li:nth-child(n+8) {
  transition-delay: 2.8s;
}
ul.fadeturn li:nth-child(n+9) {
  transition-delay: 3.2s;
}

.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=common.css.map */