body,
html {
  background-color: #ffffff;
}

h4.title {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #282828 !important;
  font-weight: normal;
  margin-top: 1.95rem;
  margin-bottom: 3rem !important;
  margin-left: auto;
  margin-right: auto;
}
.box01 {
  width: 68.75rem;
  margin: 0px auto 0 auto;
  overflow: hidden;
  clear: both;
  border: 1px solid #c8c8c8;
}
.box01 .l {
  float: left;
  width: 45%;
  height: auto;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.box01 .l img {
  width: 100%;
  height: auto;
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1);
}
.box01 .l img:hover {
  transform: scale(1.1, 1.1);
}
.box01 .r {
  float: left;
  width: 55%;
}
.box01 .r .inner {
  width: 74%;
  margin: 3.505vw auto auto auto;
}
.box01 .r .inner h5 {
  color: #1e2380;
  font-size: 1.25rem;
  margin-bottom: 2rem;
  font-weight: normal;
  letter-spacing: 1px;
}
.box01 .r .inner .con {
  color: #464646;
  font-size: 1rem;
  line-height: 1.7rem;
  margin-bottom: 0.5rem;
  min-height: 6.85rem;
}
.inner a {
  font-size: 0.9rem;
  color: #1e2380;
  border: 1px solid #1e2380;
  float: right;
}
.inner a:hover {
  color: #ffffff !important;
  background-color: #1e2380;
  background-image: url(./more_btn_02.png);
  background-repeat: no-repeat;
}
.box02 {
  width: 68.75rem;
  margin: 0 auto 6rem auto;
  overflow: hidden;
  clear: both;
  display: block;
}
.box02 dl {
  width: 32%;
  float: left;
  margin: 0;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
}
.box02Out {
  width: 100%;
  background-color: #f6f6f6;
  overflow: hidden;
  margin-top: 3rem;
  padding-top: 3rem;
}
.box02 dl > dt {
  width: 100%;
  overflow: hidden;
  height: 10vw;
  line-height: 0;
}
.box02 dl:hover {
  box-shadow: 0 0 16px 5px #e0dedf;
}
.box02 dl img {
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1);
  width: auto;
  height: 100%;
}
.box02 dl:hover img {
  transform: scale(1.1, 1.1);
}
.btnLine {
  height: 2.4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f26f23;
  display: none;
}
box02 dl:hover .btnLine {
  display: block;
}
.box02 dl.md {
  margin: 0 2%;
}
.box02 dl dt img {
  width: 100%;
  height: auto;
}
.box02 dl dd {
  border: 1px solid #c8c8c8;
  border-top: 0;
  overflow: hidden;
  position: relative;
}
.box02 dl dd h5 {
  font-size: 1rem;
  color: #464646;
  text-align: left;
  margin: 20px auto 18px auto;
  width: 92%;
  line-height: 1.55rem;
  font-weight: normal;
  letter-spacing: 1px;
  min-height: 4.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.box02 dl dd .con {
  font-size: 0.9rem;
  color: #464646;
  text-align: left;
  margin: 0px auto 1.8rem auto;
  width: 92%;
  line-height: 1.5rem;
  font-weight: normal;
  min-height: 50px;
  letter-spacing: 1px;
}
.btnLine {
  height: 2.4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f26f23;
  display: none;
}
.box02 dl:hover .btnLine {
  display: block;
}
.box02 dl dd .bom {
  margin: 0px auto 1.8rem auto;
  width: 92%;
  font-size: 0.85rem;
  clear: both;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.box02 dl dd .bom a {
  color: #00baf0;
}
.box02 dl dd .bom span {
  float: left;
  color: #999999;
}
.bom .more-btn {
  width: 6rem;
  border: none;
  padding: 0;
  background-image: url(./more_btn_03.png);
  background-position: right;
  line-height: 1rem;
  height: 1rem;
  font-size: 0.9rem;
  color: #1ec2f2;
}
