@charset "UTF-8";
/*--------------------------------------------------------------------------------------------------
ページ個別のスタイリング 【クラス名：DentalPlaza-page-●●●】
--------------------------------------------------------------------------------------------------*/
.DentalPlaza-p-stepList__item:not(:first-child):after {
  top: -65px;
  border-color: transparent transparent transparent #63c0d0;
}
.DentalPlaza-page-colorRed {
  color: #e4007f !important;
}
.DentalPlaza-page-circleNum {
  color: #fff;
  text-indent: 0em;
  background: #63c0d0;
  border-radius: 50em;
}
.DentalPlaza-page-text01 {
  color: #fff;
  font-size: 24px;
  font-family: UniversLTPro-55Roman, "新ゴ M", "Shin Go Medium";
  line-height: 1.5;
  text-align: center;
  padding: 20px 20px 10px;
  background: #e5006e;
  position: relative;
}
.DentalPlaza-page-text01:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #e5136e transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.DentalPlaza-page-text02 {
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
.DentalPlaza-page-text02:before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 125px 150px 0 150px;
  border-color: #e0f3f6 transparent transparent transparent;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  z-index: -1;
}
.DentalPlaza-page-text03 {
  color: #fff;
  font-size: 20px;
  font-family: UniversLTPro-55Roman, "新ゴ M", "Shin Go Medium" !important;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 10px 10px 5px 15px;
}
.DentalPlaza-page-text03--bgPurple {
  background: #a499c0;
}
.DentalPlaza-page-text03--bgCharcoal {
  background: #648087;
}
.DentalPlaza-page-text03--bgTurquoise {
  background: #63c0d0;
}
.DentalPlaza-page-pic01 {
  padding: 0 15px;
}
.DentalPlaza-page-pic03 {
  width: 140px;
  float: left;
  margin-right: 30px;
}
.DentalPlaza-page-pic04 {
  width: 35px;
  float: right;
  margin: 20px 20px 0 20px;
}
.DentalPlaza-page-grid01 {
  grid-gap: 0 !important;
}
.DentalPlaza-page-icon--download {
  width: 19px !important;
  height: 14px !important;
  margin: 0 2px 0 1px;
}

.DentalPlaza-page-flexCustomList {
  grid-gap: 45px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.DentalPlaza-page-flexCustomList__colSize220 {
  width: 220px;
}
.DentalPlaza-page-flexCustomList__colSize440 {
  width: 440px;
}
.DentalPlaza-page-flexCustomList__colSize640 {
  width: 640px;
}/*# sourceMappingURL=style.css.map */