/* common */
@import url("coursemap.css?250314") print, screen and (min-width:670px) ;
@import url("coursemap_sp.css?250314") screen and (min-width:0px) and (max-width: 670px);

.txtwrap {
  display: flex;
  justify-content: space-between;
}
.txtwrap p:nth-of-type(2) {
  margin-top: 24px;
}

.mapnotice {
  padding-left: 30px;
}
@media (max-width : 670px) {
  .mapnotice {
    display: block;
    padding-left: 0px;
    
  }
}