@charset "UTF-8";

/* ------------------------------------------------------------------
  .card
------------------------------------------------------------------ */
.card {
  margin-bottom: 60px;
}
.card_img {
  width: 40%;
  float: left;
  margin-right: 3%;
}
.card_textArea {
  width: 57%;
  float: left;
}
.card_textArea h4 {
  border-bottom: 1px dotted #4289c8;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.card_pricelist {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-around;
  color: #4289c8;
  margin-bottom: 20px;
}
.card_pricelist li {
  border: 1px solid #4289c8;
  padding: 15px 10px;
  text-align: center;
}
.card_pricelist-ttl {
  background-color: #4289c8;
  color: #ffffff;
}
.card_pricelist-col2 li {
  width: 50%;
}
.card_pricelist-col3 li {
  width: 34%;
}
.card_placelist-ttl {
  color: #4289c8;
}
.card_txt {
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
.card_img {
  width: 100%;
  margin-bottom: 10px;
}
.card_textArea {
  width: 100%;
  font-size: 14px;
}
}
