@media (min-width:768px) {
  .visible-sp {
    display: none!important
  }
}
@media (max-width:769px) {
  .visible-pc {
    display: none!important
  }
}
@media (max-width:767px) {
  .hidden-sp {
    display: none!important
  }
}
@media (min-width:768px) {
  .hidden-pc {
    display: none!important
  }
}
.center {
text-align: center;
}
.title {
 color: #114981;
 font-weight: bold;
 font-size: 2.4rem;
 margin-top: 40px;
 color:#114981;
 letter-spacing: .2em;
}
.top_text {
 margin: 40px 0 80px;
 padding:0 10px;
 letter-spacing: .2em;
 line-height: 2.2;
 color: #101010;
 text-align: center;
}
@media (max-width:767px) {
 .title {
  line-height: 1.8;
  letter-spacing: .1em;
  padding:0 15px;
 }
 .top_text {
  text-align: left;
  line-height: 1.8;
  letter-spacing: .1em;
  padding:0 15px;
 }
}