﻿/* CSS Document */

.ttlA {
  color: #FFF;
  background-color: #706a64;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-size: 14px;
  border-left: solid 6px #d70a30;
}

.meritList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 20px;
  color: #FFF;
}
.meritList li {
  width: 49.5%;
  /*height: 280px;*/
  margin-bottom: 8px;
  background-color: #e60012;
  box-sizing: border-box;
}
.meritList li .txt {
  float: left;
  width: 55%;
  box-sizing: border-box;
  padding: 20px 3px 20px 20px;
}
.meritList li .pic {
  float: right;
  width: 44%;
  box-sizing: border-box;
  padding: 0px;
  vertical-align: bottom;
  height: 230px;
  position: relative;
  /*background-color: aqua;*/
}
.meritList li .txt h5 {
  margin-bottom: 10px;
  font-weight: bold;
}
.meritList li .txt .tt {
  font-size: 12px;
}
.meritList li .pic img {
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
}


.funcList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 20px;
}
.funcList li {
  width: 49%;
  margin-bottom: 15px;
}
.funcList li h5 {
  text-align: center;
  padding: 5px 10px;
  color: #FFF;
  background-color: #4c78f5;
}
.funcList li p {
  padding: 15px;
  box-sizing: border-box;
  background-color: #ede7e7;
  height: 120px;
}
.funcList li p span {
  color: #4c78f5;
  font-weight: bold;
}