@charset "UTF-8";

@media all and (min-width:961px){
	.is-spOnly {display: none;}
}
@media screen and (max-width:960px){
	.is-pcOnly {display: none;}
	.is-spOnly {display: block;}
	br.is-spOnly {display: inline-block;}
}

.u-mgb15 {
  margin-bottom: 1.5rem!important;
}
.u-mgb20 {
  margin-bottom: 2rem!important;
}
.u-mgb25 {
  margin-bottom: 2.5rem!important;
}
.u-mgb40 {
  margin-bottom: 4rem!important;
}
.u-mgb60 {
  margin-bottom: 6rem!important;
}
.u-mgb80 {
  margin-bottom: 8rem!important;
}
@media screen and (max-width: 767px) {
  .u-mgb40--sp {
    margin-bottom: 4rem!important;
  }
  .u-mgb60--sp {
    margin-bottom: 6rem!important;
  }
}
.u-bold {
  font-weight: 700!important;
}
.u-fs18 {
  font-size: 1.8rem;
}
.u-fs20 {
  font-size: 2rem;
}
.u-color_red {
  color: #ff0000!important;
}
.u-color_0E78C4 {
  color: #0E78C4!important;
}
.u-alC {
  text-align: center!important;
}
