#sec1 .column2Wrap > .column2-2 img, #sec2 .column2Wrap > .column2-2 img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #sec1 .column2Wrap > .column2-1 {
    width: 75%;
  }
  #sec1 .column2Wrap > .column2-2 {
    width: 20%;
  }
}
#sec1 .betweenSecWrap {
  background-color: #fff;
  border-bottom: none;
  border-top: none;
}
#sec1 .betweenSecWrap {
  margin-bottom: 0;
  padding: 0;
}
#sec1 .betweenSecWrap ul > li > a {
  min-height: 100px;
}
@media screen and (min-width: 768px) {
  #sec2 .column2Wrap > .column2-2 {
    width: 55%;
  }
}
#explorationList .alignC {
  text-align: center;
}
#explorationList th {
  text-align: center;
}
#explorationList th:first-child {
  background-color: #fff;
  width: 10%;
}
#explorationList th:nth-child(2) {
  background-color: #fff;
  width: 45%;
}
#explorationList th:not(:first-child) {
  color: #fff;
  background-color: #0066B5;
}
#explorationList td {
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}
#explorationList td:first-child {
  background-color: #E9F8FC;
  text-align: center;
}
#explorationList td:nth-child(2) {
  padding: 0;
}
#explorationList td:nth-child(3) {
  padding: 15px;
  vertical-align: bottom;
}
#explorationList td:nth-child(3) p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
}
#explorationList tr:last-child td:nth-child(2) {
  background-color: #F2F5F7;
}
#explorationList div span {
  font-weight: bold;
}
#explorationList .image {
  margin-bottom: 0;
}
#explorationList p {
  margin-bottom: 0;
}
.explorationListFlex {
  display: flex;
  margin: auto;
}
.explorationListFlex .image {
  margin-right: 20px;
}
.explorationListFlex div {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.explorationListBox {
  margin: 0 auto 85px;
  max-width: 250px;
}
.caseList {
  border: 1px solid #0066B5;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 40px;
}
.caseList dt {
  color: #0066B5;
  font-size: 18px;
  margin-bottom: 10px;
}
.caseList dd span {
  font-weight: bold;
  text-decoration: underline;
}
#sec7, #sec8 {
  margin-bottom: 40px;
}
.tableWrap {
  margin-bottom: 40px;
}
#sec6 .featureBox dd {
  display: flex;
}
#sec6 .featureBox ul:not(:first-child) > li {
  list-style: none;
  margin-left: 1em;
}
#sec6 .featureBox ul:not(:first-child) > li::before {
  content: none;
}
#peerreviewedPapersList tr > th, #peerreviewedPapersList tr > td, #presentationPaperList tr > th, #presentationPaperList tr > td, #patentRegistrationList tr > th, #patentRegistrationList tr > td {
  padding: 10px;
  font-size: 15px;
  line-height: 1.5;
}
#peerreviewedPapersList tr > td:first-child, #presentationPaperList tr > td:first-child {
  text-align: center;
}
#peerreviewedPapersList tr:not(:first-child) > th {
  width: 30%;
}
#peerreviewedPapersList tr:not(:first-child) > th:first-child {
  width: 10%;
}
#presentationPaperList tr > th:first-child {
  width: 5em;
}
#presentationPaperList tr > th:nth-child(3) {
  width: 16em;
}
#presentationPaperList tr > th:nth-child(4) {
  width: 18em;
}
#patentRegistrationList tr > td:nth-child(2) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #explorationList .tableContents, #peerreviewedPapersList .tableContents, #presentationPaperList .tableContents, #patentRegistrationList .tableContents {
    width: 980px;
  }
  #explorationList .tableContents th, #explorationList .tableContents td, #peerreviewedPapersList .tableContents th, #peerreviewedPapersList .tableContents td, #presentationPaperList .tableContents th, #presentationPaperList .tableContents td, #patentRegistrationList .tableContents th, #patentRegistrationList .tableContents td {
    white-space: wrap;
  }
  #peerreviewedPapersList .tableContents thead tr:first-child th {
    text-align: left;
  }
}