@charset "UTF-8";
.mr_ex{
  position: relative;
  z-index: 1;
}
.ml_ex {
  margin-left: -60px;
  position: relative;
  z-index: 0;
}
.center_ex{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  .target{
    background: #E7001C;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {

.ml_ex {
  margin-left: 0px;
}
.center_ex{
  margin-top: 0;
}
}
@media print {

}