@charset "UTF-8";
.tableSet001 {
  border-top: 1px solid #ccc;
}

.column_a01 .tableSet001 {
  margin-bottom: 5em;
}

.tableSet001 th, .tableSet001 td {
  border-bottom: 1px solid #ccc;
  padding: 0.75em;
  font-size: 1em;
  line-height: 1.5;
}

.tableSet001 th {
  width: 12em;
  background: #eee;
}

@media screen and (max-width: 599px) {
  .tableSet001 {
    border-top: none;
  }
  .tableSet001 th, .tableSet001 td {
    border: 0;
    display: block;
    width: 100%;
    padding: 0.5em;
    font-size: 0.875rem;
  }
  .tableSet001 th {
    border-radius: 6px;
    text-align: left;
    border-bottom: 0;
  }
  .tableSet001 th br {
    display: none;
  }
  .tableSet001 td {
    margin-bottom: 1em;
  }
}

.about_column.column_a01 {
  margin-bottom: 5em;
}

.about_column h3 {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 0.4em;
}

.about_column h3:before {
  display: none;
  content: "\f00c";
  font-family: "Font Awesome 5 Solid";
}

.about_column h3 .svg-inline--fa {
  margin-right: 0.325em;
  color: #090;
}

.about_column P + h3 {
  margin-top: 1.5em;
}

.about_column ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

.about_column li {
  font-size: 1rm;
  line-height: 1.5;
  margin-bottom: 0.25em;
}

.edge_technology_bg {
  margin-top: -51px;
  padding: 3em 0 5em;
  background-image: -webkit-linear-gradient(330deg, #84fab0 0%, #8fd3f4 100%);
  background-image: -o-linear-gradient(330deg, #84fab0 0%, #8fd3f4 100%);
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  background-image: -webkit-linear-gradient(330deg, #96fbc4 0%, #f9f586 100%);
  background-image: -o-linear-gradient(330deg, #96fbc4 0%, #f9f586 100%);
  background-image: linear-gradient(120deg, #96fbc4 0%, #f9f586 100%);
  background-image: -webkit-linear-gradient(105deg, #93a5cf 0%, #e4efe9 100%);
  background-image: -o-linear-gradient(105deg, #93a5cf 0%, #e4efe9 100%);
  background-image: linear-gradient(-15deg, #93a5cf 0%, #e4efe9 100%);
}

@media screen and (max-width: 599px) {
  .edge_technology_bg {
    margin-top: -31px;
  }
}

.copy {
  width: 90%;
  margin: 0 auto 50px;
}

.copy img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .copy {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.theme {
  font-size: 1.125em;
  text-align: center;
  font-weight: bold;
  margin: 4em 0 0.5em;
}

@media screen and (max-width: 599px) {
  .theme {
    margin: 2em 0 0.5em;
  }
}

.six_images {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 1em 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.six_images > div {
  margin: 5px 0;
  width: calc((100%/6) - 10px);
}

.six_images img {
  width: 100%;
}

@media screen and (max-width: 999px) {
  .six_images {
    padding: 1em 1.5em;
  }
}

@media screen and (max-width: 599px) {
  .six_images > div {
    width: calc((100%/3) - 5px);
  }
}

/* 図 */
.concept_img {
  margin: 40px auto 0;
  max-width: 900px;
  padding: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  position: relative;
  background: #fff;
}

.concept_img img {
  width: 100%;
}

table.committee {
  width: 100%;
  border: 1px solid #ccc;
}

table.committee th, table.committee td {
  border: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1.5em;
}

table.committee th {
  padding: 0.6em 1.2em;
  font-weight: bold;
  padding: 0.6em 0;
  text-align: center;
  background: #eee;
  width: 12em;
}

table.committee td {
  padding: 0.6em 1.2em;
}

table.committee td.tdt {
  font-weight: bold;
}

table.committee td:nth-of-type(1) {
  white-space: nowrap;
  width: 12em;
}

@media screen and (max-width: 999px) {
  table.committee th, table.committee td:nth-of-type(1) {
    width: auto;
  }
}
