@charset "utf-8";

:root {
  --title: #0086e4;
}

.none {
  display: none;
}

.muroo img {
  width: 100%;
}

.page2 .title {
  margin-bottom: 10px;
}

.page2 .message {
  margin-bottom: 50px;
}

.page2 .message .introduction {
  margin-bottom: 10px;
}

.page2 .message .introduction .img {
  max-width: 400px;
  margin-right: 10px;
  float: left;
}

.page2 .message .introduction .text .lead {
  font-size: 20px;
  font-weight: 600;
  color: var(--title);
  margin-bottom: 10px;
}

.page2 .message .introduction .text .name {
  color: var(--title);
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.2rem;
}

.page2 .message .wrap {
  display: flex;
}

.page2 .message .wrap .list {
  max-width: 300px;
  background-color: var(--title);
  border-radius: 20px;
  padding: 5px;
}

.page2 .message .wrap .list .lead {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.page2 .message .wrap .list table {
  background-color: #dff2fc;
  border-radius: 20px;
  padding: 10px 5px 5px;
}

.page2 .message .wrap .list table tr th {
  width: 45px;
  display: block;
}

.page2 .message .wrap .img {
  width: calc(100%*4/5);
}

.page2 .message:nth-of-type(2) {
  display: flex;
}

.page2 .message .img-wrap {
  max-width: 350px;
  width: calc(100%*1/4);
  margin-right: 10px;
}

/* .page2 .message .img-wrap .img {
  max-width: 350px;
} */
.page2 .message .img-wrap .name {
  color: var(--title);
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.2rem;
}

.page2 .message .text-wrap {
  width: calc(100%*3/4);
}

.page2 .message .text-wrap .lead {
  font-size: 20px;
  font-weight: 600;
  color: var(--title);
  margin-bottom: 10px;
}

.page2 .last-content {
  display: flex;
  justify-content: center;
}

.page2 .last-content .event {
  width: 50%;
  margin-right: 40px;
}

.page2 .last-content .sns {
  max-width: 350px;
  display: flex;
  flex-direction: column;
}

.page2 .last-content .sns .lead {
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width:768px) {
  .sp-none {
    display: none;
  }

  .none {
    display: block;
  }

  .page2 .message:nth-of-type(2) {
    display: block;
  }

  .page2 .message .introduction .img {
    max-width: 350px;
  }

  .page2 .message .wrap {
    flex-direction: column-reverse;
    align-items: center;
  }

  .page2 .message .wrap .img {
    width: 100%;
  }

  .page2 .message .img-wrap {
    margin: 0 auto;
    width: 100%;
  }

  .page2 .message .img-wrap .lead {
    font-size: 20px;
    font-weight: 600;
    color: var(--title);
    margin-bottom: 10px;
  }

  .page2 .message .text-wrap {
    width: 100%;
  }

  .page2 .last-content {
    display: block;
  }

  .page2 .last-content .event {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .page2 .last-content .sns {
    margin: 0 auto;
  }
}

@media screen and (max-width:500px) {
  .page2 .message .introduction .img {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}