/* CSS Document */

.txt_read {
  color: #006699;
  font-weight: bold;
  font-size: 18px;
}

.ttlA {
  color: #FFF;
  background-color: #1758a7;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-size: 14px;
}

.boxTp01 {
  background-color: #f4f4f4;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 30px;
  font-size: 15px;
}

.listTp01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 20px;
}
.listTp01 li {
  border-radius: 3px;
  color: #FFF;
  background-color: #458eca;
  text-align: center;
  margin-bottom: 4px;
  width: 49.7%;
  padding: 6px;
  box-sizing: border-box;
}

.funcList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px auto 20px;
  width: 90%;
}
.funcList li {
  width: 49.5%;
  margin-bottom: 15px;
}
.funcList li .pic {
  text-align: center;
  margin-bottom: 3px;
}
.funcList li h5 {
  text-align: center;
  padding: 5px 10px;
  color: #FFF;
  background-color: #706a64;
}
.funcList li p {
  padding: 8px;
  box-sizing: border-box;
  background-color: #ede7e7;
  height: 75px;
}

.funcList2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.funcList2 dl {
  width: 32.5%;
}
.funcList2 dl dt {
  color: #FFF;
  text-align: center;
  background-color: #458eca;
  padding: 5px 10px;
  border-radius: 3px;
}
.funcList2 dl dd {
  padding: 5px 10px;
}