@charset "Shift_JIS";

/*@CEO CONTAIN
----------------------------------------------------------------------*/
.diversion #ceophoto-contain {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 30px;
  margin-bottom: 40px;
}
.diversion #ceophoto-contain #message-left {
  flex: 1;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .diversion #ceophoto-contain {
    display: block;
  }
  .diversion #ceophoto-contain #message-right {
    margin-bottom: 20px;
  }
  .diversion #ceophoto-contain #message-right img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}


/*@GROUP INFO
----------------------------------------------------------------------*/
.diversion .group-info {
  margin-bottom: 60px;
}
.diversion .group-info table th {
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .diversion .group-info table th {
    display: block;
    white-space: nowrap;
  }
  .diversion .group-info table td {
    display: block;
    width: 100%;
  }
}
