@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== section-readmore ========== */
.c-ground-customer_info{
  border: 2px solid #eb7000;
  padding: 30px 54px 54px 54px;
  margin-top: 1em;
}
#section-readmore{
  background-color: #fff;
}

#section-readmore ul.readmore{
padding: 0;
}
#section-readmore ul.readmore > li{
  list-style: none;
}
#section-readmore .question{
  position: relative;
  width: 115px;
  height: 35px;
  margin: 0 auto;
}
#section-readmore .question:before{
  content: "";
  position: absolute;
  top: 0;
  background: url(/landing/home_transactions/img/btn_open.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 115px;
  height: 35px;
}
#section-readmore .readmore.opened .question:before{
  background: url(/landing/home_transactions/img/btn_close.png);
  background-size: cover;
}
#section-readmore #toggle-readmore .answer-wrap {
  max-height: 0;
  overflow: hidden;
}
#section-readmore #toggle-readmore.opened .answer-wrap {
  display: block;
  max-height: 100%;
}
#section-readmore #toggle-readmore.opened .answer-wrap:after{
  display: none;
  background: -webkit-none;
  background: -webkit-none;
  background: -moz-none;
  background: -o-none;
  background: -ms-none;
  background: none;
}
#section-readmore ul.readmore{
  margin-bottom: 0;
}
#section-readmore .readmore .toggle-dropdown-button{
  margin-top: 1.25em;
}
@media only screen and (max-width: 640px){
  .c-ground-customer_info{
    padding: 16px 10px;
  }
}

/* ========== add ========== */
.phone_number .orange a {
  color: #eb7000;
  text-decoration-color: #eb7000;
}
.phone_number .orange a:hover {
  color: #002080;
  text-decoration-color: #002080;
}