.mainArea_{
  overflow: hidden;
}
.ancor {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  position: relative;
  color: #0A223D;
  border-bottom: 1px solid #ebebeb;
  line-height: 1.8;
  margin: 3% 6% 0 0 ;
  text-align: left;
  padding: 0 0 3% 0;
}
.ancor::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0A223D;
  border-right: 2px solid #0A223D;
  transform: translateX(-50%) rotate(135deg);
}
.ancor a{
  text-decoration: none;
}
.ancor a span{
  display:block;
}

h4{
  font-size: 18px;
  margin: 0 0 30px 0;
}
h5{
  margin: 5% 0 1%
}
.f-12{
  font-size:12px;
}
.f-15{
  font-size: 15px;
}
.section_ {
  margin: 5% auto !important;
  text-align:center;
}
.list-2_{
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 47%;
  margin: 10px 4px;
}
.list-img_ {
  position: relative;
  width: 47%;
  display: inline-block;
  margin: 0 5px 10px;
  background: #000000;
}
.list-img_:nth-of-type(even){
  margin: 0 0 10px;
}
.list-img_ div{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0 !important;
  padding: 0;
  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1.5;
  width: 100%;
  text-align: center;
}
.list-img_ div span{
  display:block;
  font-size: 12px;
}
.list-img_ img {
  width: 100%;
  opacity: .8;
}
.list-tag_ {
  display: inline-block;
  margin: 15px 15px 0 ;
  border: #000000;
  font-size: 13px;
}
.btnArea_ {
  width: 30%;
  margin: 20px auto;
}
.btnArea_ a {
  display: block;
  padding: 20px 0 20px;
  background: #04345a;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  border: 1px solid #04345a;
  font-size: 15px;
}
.btnArea_ a:hover {
  color: #04345a;
  background: #ffffff;
  border: 1px solid #04345a;
}
.priceBtn_ a {
  display: block;
  padding: 10px 0;
  background: #ffffff;
  color: #04345a;
  text-decoration: none;
  text-align: center;
  border: 1px solid #04345a;
  transition: all .3s;
}
.priceBtn_ a:hover {
  color: #ffffff;
  background: #04345a;
  border: 1px solid #04345a;
}
.priceBtnTag_ a{
  display: block;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0;
}
.priceBtnTag_ a:hover {
  color: #ffffff;
  background: #04345a;
}
