@charset "UTF-8";
/*--------------------------------------------------------------------------------------------------
ページ個別のスタイリング 【クラス名：DentalPlaza-page-●●●】
--------------------------------------------------------------------------------------------------*/
.DentalPlaza-page-colorBlue01 {
  color: #187FC4 !important; }
.DentalPlaza-page-featuresList01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 45px; }
  .DentalPlaza-page-featuresList01__item {
    width: 540px;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #efefef;
    background: linear-gradient(0deg, #efefef 0%, white 100%);
    border-radius: 10em;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.16);
    position: relative; }
    .DentalPlaza-page-featuresList01__item:first-child {
      width: 640px; }
  .DentalPlaza-page-featuresList01__head:before {
    content: "";
    width: 83px;
    height: 83px;
    margin: auto;
    position: absolute;
    left: 20px;
    top: 2px;
    bottom: 0; }
  .DentalPlaza-page-featuresList01__head--num01:before {
    background: url("../img/features_text01_01.svg") no-repeat 0 0/cover; }
  .DentalPlaza-page-featuresList01__head--num02:before {
    background: url("../img/features_text01_02.svg") no-repeat 0 0/cover; }
  .DentalPlaza-page-featuresList01__head--num03:before {
    background: url("../img/features_text01_03.svg") no-repeat 0 0/cover; }
  .DentalPlaza-page-featuresList01__body {
    color: #187FC4;
    font-size: 28px;
    font-family: "UniversLTPro-55Roman", "A-OTF 新ゴ Pro M", "新ゴ M", "Shin Go Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif !important;
    text-align: center;
    line-height: 1.5; }
    .DentalPlaza-page-featuresList01__body--num01 {
      margin-left: 75px; }
    .DentalPlaza-page-featuresList01__body--num02 {
      margin-left: 75px; }
    .DentalPlaza-page-featuresList01__body--num03 {
      margin-left: 90px; }
.DentalPlaza-page-underMarker {
  background: linear-gradient(transparent 40%, #FFFF81 0%);
  display: inline;
  padding: 0 1px 0px; }
.DentalPlaza-page-title01 {
  color: #187FC4;
  font-size: 24px;
  font-family: UniversLTPro-55Roman, "新ゴ M", "Shin Go Medium" !important;
  line-height: 1.5;
  margin-top: -15px !important;
  display: flex;
  align-items: center; }
  .DentalPlaza-page-title01 img {
    width: 80px !important;
    margin: -5px 0 0 20px; }
.DentalPlaza-page-title02 {
  font-size: 28px;
  font-family: "UniversLTPro-55Roman", "A-OTF 新ゴ Pro M", "新ゴ M", "Shin Go Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif !important;
  line-height: 1.25; }
.DentalPlaza-page-text01 {
  height: 80px; }
.DentalPlaza-page-pic01 {
  width: 210px;
  border: solid 5px #fff;
  border-radius: 10em;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  overflow: hidden; }
  .DentalPlaza-page-pic01 img {
    vertical-align: middle; }
  .DentalPlaza-page-pic01 + div {
    width: 62.5%; }
.DentalPlaza-page-pic02 {
  padding: 0 25px; }
.DentalPlaza-page-box01 {
  margin-top: 60px;
  padding: 30px 20px;
  background: #F5F9FB;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-gap: 30px 50px; }
.DentalPlaza-page-flex01 {
  margin-top: 20px !important;
  grid-gap: 30px; }
  .DentalPlaza-page-flex01__item {
    width: 255px; }
.DentalPlaza-page-flex02 {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .DentalPlaza-page-flex02__child {
    font-size: 14px; }
.DentalPlaza-page-pos01 {
  width: 290px;
  float: right;
  margin: -75px -400px 0 0 !important; }
.DentalPlaza-page-tableChart01 {
  min-width: initial; }
  .DentalPlaza-page-tableChart01 th, .DentalPlaza-page-tableChart01 td {
    vertical-align: top; }
  .DentalPlaza-page-tableChart01 th {
    width: 160px; }
