/* ***************************
commmon
*************************** */
.miraito_heading.is-blue {
  border-bottom-color: #2ea7e0;
}

.miraito_heading.is-pink {
  border-bottom-color: #eb6d8e;
}

.miraito_fcBlue {
  color: #2ea7e0;
}

.miraito_fcPink {
  color: #eb6d8e;
}

/* ***************************
miraito_detailBox
*************************** */
.miraito_detailBox {
  padding: 15px;
  border: 6px solid #eaf6fd;
  border-radius: 2px;
}

.miraito_detailBox.is-lightBlue {
  border-color: #d3edfb;
}

.miraito_detailBox.is-lightPink {
  border-color: #fadce9;
}

.miraito_detailBox_img {
  margin: 12px 0 0 !important;
  text-align: center;
}

/* ***************************
miraito_bgLightBlueBox
*************************** */
.miraito_bgLightBlueBox {
  padding: 15px 20px;
  background: #eaf6fd;
  border-radius: 8px;
}

/* ***************************
miraito_bgLightPinkBox
*************************** */
.miraito_bgLightPinkBox {
  padding: 15px 20px;
  background: #fdeeea;
  border-radius: 8px;
}
