/* コンテンツの部分 始まり */
.copyimg{
  height: 250px;
}
.contents {
  margin-top: 3px;
  margin-bottom: 0px;
  border-radius: 4px;
}

.copymain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.motive {
  width: 600px;
  line-height: 1.2em;
}
.motive h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 3px 3px 5px 5px;
  border-left: 5px solid #e6781E;
  border-bottom: 1px solid #021f4d;
}

.motive table, th ,td {
  font-size: 0.9em;
  border: 1px solid #616161;
  border-collapse: collapse;
}
.motive  table {
  margin-bottom: 18px;
  width: 600px;
}

.motive  th, td {
  padding: 5px 10px;
}
.motive  th {
  width: 150px;
  background-color: #f0f8ff;
}

.motive td {
  background-color: #fff;
}

.motive .motive-inquiry p {
  margin: 0.5em;
}

.price {
  width: 600px;
  margin-top: 10px;
}

.price h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 3px 0px 5px 5px;
  border-left: 5px solid #e6781E;
  border-bottom: 1px solid #021f4d;
}

.price p {
  margin-left: 10px;
  margin-bottom: 2px;
}

.price table {

}
.price table, th, td, tr {
    border: 1px solid #616161;
    border-collapse: collapse;
}

.price th {
  width: 150px;
  font-size: 0.9em;
  background-color: #f0f8ff;
}

.price th:first-child {
  width: 80px;
}

.price td {
  text-align: center;
}

.price td:nth-child(n+2) {
  background-color: #fff;
}

.cellpaint {
  background-color: #f0f8ff;
}
.footercontents {
  border: none;
}
