.contentWrap h2 + h3 {
  margin-top: 32px;
  color: #000;
}
.more_btn {
  text-align: right;
  padding: 24px 0 0;
}
.function_box {
  display: flex;
  justify-content: space-between;
  padding: 48px 20px 72px;
  border-bottom: 1px solid #b0b0b0;
}
.function_box.function {
  flex-wrap: wrap;
}
.function_box.function .function_box_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.function_box.function .function_box_bottom div {
  width: 48%;
}
.function_box.function .function_box_bottom div p {
  margin-top: 35px;
  margin-bottom: 0;
}
.function_box > div {
  width: 48%;
}
.function_box > div.col_img {
  margin-bottom: 40px;
}
.function_box h3 {
  text-align: left;
}
.function_box p.right {
  text-decoration: underline;
}
.function_box li {
  font-size: 14px;
  line-height: 1.7;
}
.hikaku {
  padding: 60px 0;
  border-bottom: 1px solid #b0b0b0;
}
.hikaku h3 {
  text-align: center;
  margin-bottom: 0px;
}
.hikaku h3 + p {
  text-align: center;
  margin-bottom: 32px;
}
.hikaku table.default {
  width: 100%;
  table-layout: fixed;
}
.hikaku table.default th, .hikaku table.default td {
  font-size: 16px;
}
.hikaku table.default th {
  padding: 6px 12px;
}
.hikaku table.default td {
  padding: 6px 12px;
}
.function_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-top: 20px;
}
.function_list .box {
  padding: 16px 32px;
  width: 49%;
  margin-bottom: 1%;
  box-sizing: border-box;
  position: relative;
}
.function_list .box:nth-child(2n):before {
  content: "";
  position: absolute;
  left: -2%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #b0b0b0;
}
.function_list .box:first-child, .function_list .box:nth-child(2) {
  border-bottom: 1px solid #b0b0b0;
}
.function_list .box figure.thumb {
  height: 170px;
}
.function_list .box figure.thumb img {
  max-height: 170px;
}
.function_list .box dl {
  margin-bottom: 10px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.function_list .box dl dt {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.function_list .box dl dd.txt {
  font-size: 16px;
  width: 70%;
  padding-left: 10px;
  box-sizing: border-box;
  line-height: 1.6;
}
.function_list .box dl dd.txt h3 {
  text-align: left;
}
.function_list .box dl dd.thumb {
  width: 25%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.function_list .box dl dd.thumb img {
  max-width: 100%
}
.other_list {
  margin-top: 32px;
}
.other_list .box h3 span {
  font-size: 16px;
}
.other_list .box ul {
  display: flex;
  align-items: center;
}
.other_list .box ul li.thumb {
  width: 150px;
  padding: 0 24px 0 0;
  box-sizing: border-box;
}
.other_list .box ul li.thumb.thumb02 {
  width: 160px;
}
.other_list .box ul li.thumb img {
  max-width: 100%;
}
.other_list .box ul li.txt {
  flex: 1;
  line-height: 1.8;
  font-size: 18px;
}
.other_list .box p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  letter-spacing: -.05em;
}
.btn_right-center {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .function_box {
    flex-wrap: wrap;
    padding: 40px 0px;
  }
  .function_box > div {
    width: 100%;
  }
  .function_box > div.col_img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .function_box:nth-of-type(2) > div.col_img {
    margin-bottom: 0;
  }
  .function_box > div.col_img img {
    max-width: 100%;
  }
  .function_box.function .function_box_bottom {
    flex-direction: column;
  }
  .function_box.function .function_box_bottom div {
    width: 100%;
  }
  .function_box.function .function_box_bottom div img {
    display: none;
  }
  .function_box.function .function_box_bottom div p {
    font-size: 16px;
    margin: 0;
  }
  .hikaku {
    padding: 40px 0;
    border-bottom: 1px solid #b0b0b0;
  }
  .hikaku .hikaku_box {
    width: 100%;
    overflow-x: scroll;
  }
  .hikaku table.default {
    margin-top: 0;
    table-layout: auto;
    word-break: keep-all;
  }
  .hikaku table.default th, .hikaku table.default td {
    font-size: 14px;
  }
  .function_list .box {
    padding: 0;
    width: 100%;
    margin-bottom: 24px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #b0b0b0;
  }
  .function_list .box:last-of-type{
    margin-bottom: 0;
  }
  .function_list .box:nth-child(2n):before {
    content: none;
  }
  .function_list .box dl{
    margin-bottom: 24px;
  }
  .function_list .box dl dd.txt {
    font-size: 14px;
    width: 65%;
    padding-right: 0;
    padding-left: 10px;
  }
  .function_list .box dl dd.thumb {
    width: 35%;
    text-align: center;
    padding: 10px;
  }
  .other_list {
    margin-top: 24px;
  }
  .other_list .box {
    width: 100%;
    max-width: none;
    margin-bottom: 4%;
    padding: 25px 20px;
  }
  .other_list .box h3 {
    font-size: 20px;
  }
  .other_list .box h3 span {
    color: #002896;
    font-size: 14px;
    display: block;
  }
  .other_list .box p {
    font-size: 14px;
    line-height: 1.6;
  }
  .other_list .box ul li.thumb{
    width: 75px;
  }
  .other_list .box ul li.thumb.thumb02 {
    width: 75px;
  }
  .btn_right-center {
    margin-top: 24px;
  }
}
