.comingsoon{
 width: 600px;
 height: 800px;
 margin: 10px auto;
 border: #A82521 solid 1px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 26px;
 color: #A82521;
}


.cooperationTable {
  margin-top: 25px;
 /*display: none;*/
}

.cooperationTable-row {
  width: 100%;
  border-bottom: 1px solid #A82521;
}

.cooperationTable-row:first-child {
  border-top: 1px solid #A82521;
}

.cooperationTable-row.row-01 .cooperationTable-title img {
  width: 225px;
  height: auto;
}

.cooperationTable-row.row-02 .cooperationTable-title img {
  width: 225px;
  height: auto;
}

.cooperationTable-row.row-03 .cooperationTable-title img {
  width: 225px;
  height: auto;
}

.cooperationTable-row.row-04 .cooperationTable-title img {
  width: 225px;
  height: auto;
}

.cooperationTable-row.row-05 .cooperationTable-title img {
  width: 225px;
  height: auto;
}

.cooperationTable-row.row-06 .cooperationTable-title img {
  width: 225px;
  height: auto;
}

.cooperationTable-row.row-07 .cooperationTable-title img {
  width: 225px;
  height: auto;
}

.cooperationTable-row.row-08 .cooperationTable-title img {
  width: 225px;
  height: auto;
}

.cooperationTable-row.row-09 .cooperationTable-title img {
  width: 225px;
  height: auto;
}

.cooperationTable-row.row-10 .cooperationTable-title img {
  width: 225px;
  height: auto;
}

.cooperationTable-row.row-11 .cooperationTable-title img {
  width: 225px;
  height: auto;
}

.cooperationTable-title,
.cooperationTable-column {
  box-sizing: border-box;
}

.cooperationTable-title {
  display: flex;
  align-items: center;
}

.cooperationTable-title img {
  max-width: 100%;
}

.cooperationTable-column {
  padding: 25px 0 25px 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

.cooperationTable-description {
 /*説明文非表示*/
  /*display: none;*/
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.571;
  margin-top: 15px;
}

.cooperationTable-description-text + .cooperationTable-description-text {
  margin-top: 20px;
}

.cooperationTable-name {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.cooperationTable-supplement {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.cooperationTable-olList {
  list-style: decimal inside;
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (min-width: 768px) {
  .cooperationTable-row {
    display: flex;
  }
  .cooperationTable-title {
    min-width: 250px;
  }
  .cooperationTable-column {
    min-width: 540px;
  }
}

@media screen and (max-width: 767px) {
 
 .comingsoon{
 width: 90%;
 height: 500px;
 margin: 10px auto;
 border: #A82521 solid 1px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 26px;
 color: #A82521;
}

 
  .cooperationTable-row.row-09 .cooperationTable-name {
    letter-spacing: -0.02em;
  }
  .cooperationTable-title {
    margin-top: 25px;
    text-align: center;
    justify-content: center;
    min-height: 111px;
  }
  .cooperationTable-column {
    padding: 15px 0 25px 0;
  }
  .cooperationTable-name {
    font-size: 16px;
    text-align: center;
  }
}
