@charset "UTF-8";

.image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.modal {
  display: none;
}
.modal-01 li,
.modal-02 li,
.modal-03 li,
.modal-04 li {
  list-style: none;
}
.modal-01,
.modal-02,
.modal-03,
.modal-04 {
  padding: 20px;
}
.modal-01,
.modal-03,
.modal-04 {
  background: #FFF;
}
.modal-01 li {
  text-align: center;
}
.modal-01 .text{
  color: #0081CC;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0;
}
.modal-02 {
  background: #E84572;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.mo3-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mo3-box > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  width: 50%;
}
.mo3-box > div p {
  border-radius: 10px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px;
  position: relative;
  top: -15px;
  z-index: 2;
}
.mo3-box .box01 p {
  background: #8EC54A;
}
.mo3-box .box02 p {
  background: #F0831E;
}
.modal-03 .box03 {
  color: #E84572;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.dib {
  display: inline-block;
  font-weight: inherit;
}
.modal-03 .box04 {
  background: #E84572;
  border-radius: 20px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  padding: 10px;
  text-align: center;
}
.modal-04 li {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
}
.modal-04 li:first-child {
  color: #8EC54A;
}
.modal-04 li:nth-child(2) {
  color: #F0831E;
}
.modal-04 li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .modal-03 .box03 {
    font-size: 30px;
  }
  .modal-04 li {
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .mo3-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mo3-box > div {
    width: 100%;
  }
  .modal-03 .box03 {
    font-size: 24px;
  }
  .modal-04 li {
    font-size: 18px;
  }
}