#__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: 1px;
  color: #333;
}

a {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  color: #333;
  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: 1020px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 1019px) {
  .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 {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 0 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1019px) {
  .m-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.m-title:before, .m-title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20%;
  height: 1px;
  background-color: #ED6B18;
}
.m-title:before {
  left: 0;
}
.m-title:after {
  right: 0;
}

.s-title {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: left;
  color: #ED6B18;
  margin-bottom: 10px;
}
@media screen and (max-width: 1019px) {
  .s-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.s-title i {
  margin-right: 8px;
}

.m-bt {
  width: 200px;
  height: 50px;
  margin: 0 auto;
}
.m-bt a {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.4rem;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background-color: #ED6B18;
  border: 2px solid #ED6B18;
  border-radius: 5px;
}
.m-bt a i {
  height: 20px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  font-size: 2rem;
  line-height: 20px;
  margin: auto;
}
@media screen and (min-width: 1020px) {
  .m-bt a:hover {
    opacity: 1;
    background-color: #FFF;
    color: #ED6B18;
  }
}/*# sourceMappingURL=common.css.map */