@charset "UTF-8";
/*--------------------------------------------------------------------------------------------------
ページ個別のスタイリング 【クラス名：DentalPlaza-page-●●●】
--------------------------------------------------------------------------------------------------*/
.DentalPlaza-page-title01 {
  font-size: 24px;
  font-family: UniversLTPro-55Roman, "新ゴ M", "Shin Go Medium" !important; }
  .DentalPlaza-page-title01 span {
    font-size: 20px; }
.DentalPlaza-page-stitle01 {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  padding: 10px 15px 5px;
  background: #A9AAD0;
  display: inline-block; }
.DentalPlaza-page-dl {
  font-family: UniversLTPro-65Bold, "新ゴ M", "Shin Go Medium" !important;
  line-height: 1;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap; }
  .DentalPlaza-page-dl__head {
    font-size: 20px;
    text-align: center;
    width: 135px;
    padding-top: 5px;
    background: #F7E3D8;
    display: flex;
    justify-content: center;
    align-items: center; }
  .DentalPlaza-page-dl__body {
    color: #E4AA8B;
    font-size: 42px;
    text-align: center;
    width: calc(100% - 135px);
    padding: 10px 0 0;
    background: #FFF; }
    .DentalPlaza-page-dl__body span {
      font-size: 32px; }
.DentalPlaza-page-pic01 {
  width: 290px;
  float: right;
  margin-top: -260px; }
.DentalPlaza-page-pic02 {
  width: 440px;
  margin-top: -75px; }
.DentalPlaza-page-list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0; }
  .DentalPlaza-page-list01__item {
    width: 555px;
    border: solid 5px #E4AA8B;
    border-radius: 5px;
    display: flex;
    justify-content: center; }
.DentalPlaza-page-head01 {
  color: #fff;
  font-family: UniversLTPro-55Roman, "新ゴ M", "Shin Go Medium" !important;
  text-align: center;
  width: 113px;
  background: #e4aa8b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center; }
  .DentalPlaza-page-head01 span {
    font-size: 20px; }
  .DentalPlaza-page-head01 i {
    font-size: 60px;
    font-style: italic;
    line-height: 1;
    transform: translateX(-7px); }
.DentalPlaza-page-body01 {
  width: 442px;
  padding: 30px;
  background: rgba(228, 170, 139, 0.15); }
