.contents {
  background-color: #FEFEFE;
  margin-bottom: 40px;
}
/* セクション見出し */
.sub-header {
  background-color: #F8F8F8;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 10px solid #DC143C;    /* クリムゾン */
  border-bottom: 2px solid #DC143C;   /* クリムゾン */
}

/* 企画 メイン
.developmain { */
.c-main-text {
/*   background-color: #F8F8F8; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.c-text p {
  padding-top: 7px;
  padding-left: 30px;
}


.c-main-img1 {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 15px;
  border-radius: 4px;
  border: 1px solid #303030;
}

.info {
  margin: 25px 30px 35px 30px;
  line-height: 0.7em;
}

p.soudan {
  font-size: 1.4em;
  font-weight: bold;
  color: #030303;
}

.inq {
  padding-left: 45px;
}

p.jinzoku {
  font-weight: bolder;
  padding-left: 13px;
  padding-bottom: 5px;
}
}
.d-text2 {
  display: flex;
  flex-direction: column;
}

.subsub-header {
  margin: 5px 0px 25px 25px;
  border-left: 10px solid #DC143C;    /* クリムゾン */
  border-bottom: 2px solid #DC143C;   /* クリムゾン */
}

.sup-text p{
  margin: 10px 0px 25px 30px;
}

.subconsul-header {
  margin: 5px 0px 25px 25px;
  border-left: 10px solid #DC143C;    /* クリムゾン */
  border-bottom: 2px solid #DC143C;   /* クリムゾン */
}

.consul-text table {
  margin: 7px 25px;
  border-collapse: collapse;        /* tableのcellspacing */
  line-height: 2.0em;
}

tr {
  border-bottom: 1px dashed #212121;
}
