@charset "UTF-8";
/*--------------------------------------------------------------------------------------------------
ページ個別のスタイリング 【クラス名：DentalPlaza-page-●●●】
--------------------------------------------------------------------------------------------------*/
.DentalPlaza-page-colorBlue01 {
  color: #49AAD2; }
.DentalPlaza-page-colorBlue02 {
  color: #144DA0; }
.DentalPlaza-page-colorBlue03 {
  color: #4F55A3; }
.DentalPlaza-page-colorPurple01 {
  color: #7F69AC; }
.DentalPlaza-page-colorPurple02 {
  color: #996CAC; }
.DentalPlaza-page-colorPurple03 {
  color: #AC65A5; }
.DentalPlaza-page-colorPink01 {
  color: #7F69AC; }
.DentalPlaza-page-colorPink02 {
  color: #DF7B9A; }
.DentalPlaza-page-colorPurple03 {
  color: #AC65A5; }
.DentalPlaza-page-colorRed01 {
  color: #E4007F; }
.DentalPlaza-page-title01 {
  font-size: 20px;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  margin-bottom: 15px;
  padding: 5px 10px 0; }
  .DentalPlaza-page-title01--red {
    color: #E4007F;
    border: solid 2px #E4007F; }
  .DentalPlaza-page-title01--blue {
    color: #49AAD2;
    border: solid 2px #49AAD2; }
.DentalPlaza-page-title02 {
  float: left;
  margin-bottom: 20px; }
.DentalPlaza-page-text01 {
  font-size: 24px;
  font-family: "UniversLTPro-45Light", "MFW-ShinGoPr6N-Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  margin-bottom: 45px; }
.DentalPlaza-page-label01 {
  color: #fff;
  font-size: 16px;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  padding: 5px 10px 0;
  display: inline-block; }
  .DentalPlaza-page-label01--red {
    background: #E4007F; }
  .DentalPlaza-page-label01--yellow {
    color: #333333;
    background: #FFF799; }
.DentalPlaza-page-label02 {
  color: #49AAD2;
  font-size: 16px;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  margin-bottom: 20px;
  padding: 5px 10px 0;
  border: solid 2px #49AAD2;
  display: inline-block; }
.DentalPlaza-page-label03 {
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px; }
  .DentalPlaza-page-label03__item {
    color: #fff;
    font-size: 16px;
    font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
    text-align: center;
    min-width: 100px;
    padding: 5px 10px 0;
    background: #49AAD2;
    border-radius: 5px;
    display: block; }
.DentalPlaza-page-pic01 {
  width: 940px;
  margin: auto; }
.DentalPlaza-page-pic04 {
  width: 240px;
  float: right;
  margin: -30px 210px 0; }
.DentalPlaza-page-logo01 {
  position: absolute;
  top: -10px;
  right: 0; }
.DentalPlaza-page-logo02 {
  position: absolute;
  top: -10px;
  right: 300px; }
.DentalPlaza-page-logo03 {
  position: absolute;
  top: -10px;
  right: 100px; }
.DentalPlaza-page-fukidashiPos01 {
  position: absolute;
  top: 170px;
  left: 380px; }
.DentalPlaza-page-fukidashiPos02 {
  width: fit-content;
  margin: auto;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0; }
.DentalPlaza-page-fukidashiPos03 {
  margin: -40px 0 -60px 585px; }
.DentalPlaza-page-fukidashi01 {
  font-size: 16px;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  line-height: 1.5;
  width: 400px;
  padding: 20px 20px 15px;
  background: #FFF799;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2; }
  .DentalPlaza-page-fukidashi01--top::before, .DentalPlaza-page-fukidashi01--topSp::before {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 15px 50px 15px;
    border-color: transparent transparent #FFF799 transparent;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0; }
  .DentalPlaza-page-fukidashi01--topSp::before {
    content: none; }
  .DentalPlaza-page-fukidashi01--left::after {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 15px 50px 15px 0;
    border-color: transparent #FFF799 transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%; }
.DentalPlaza-page-fukidashi02 {
  font-size: 16px;
  line-height: 1.5;
  width: 540px;
  padding: 40px 20px 15px;
  background: #FFFCDB;
  border-radius: 10px;
  position: relative;
  top: -20px;
  left: 20px;
  z-index: 1; }
.DentalPlaza-page-box01 {
  margin-top: 120px;
  padding: 45px 30px;
  background: #FFFCDB;
  border-radius: 10px;
  position: relative; }
.DentalPlaza-page-flex01 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 45px 60px; }
  .DentalPlaza-page-flex01__item {
    width: 400px; }
    .DentalPlaza-page-flex01__item--sizeUp {
      width: 450px; }
    .DentalPlaza-page-flex01__item--sizeDown {
      width: 385px; }
.DentalPlaza-page-flex02 {
  width: 385px;
  margin-top: -50px;
  padding: 20px 20px 10px;
  background: #FFF5D7;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .DentalPlaza-page-flex02__colL {
    width: 225px; }
  .DentalPlaza-page-flex02__colR {
    width: 100px; }
.DentalPlaza-page-flex03 {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .DentalPlaza-page-flex03__item {
    width: 340px; }
    .DentalPlaza-page-flex03__item:last-child {
      width: 370px;
      padding-left: 30px;
      margin-left: 30px;
      border-left: dashed 2px #707070; }
.DentalPlaza-page-grid01 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  .DentalPlaza-page-grid01__colSize340 {
    width: 340px;
    position: relative; }
  .DentalPlaza-page-grid01__colSize740 {
    width: 740px; }
  .DentalPlaza-page-grid01__colSizeFull {
    width: 100%;
    margin-top: 45px; }
  .DentalPlaza-page-grid01__item:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2; }
  .DentalPlaza-page-grid01__item:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3; }
  .DentalPlaza-page-grid01__item:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3; }
  .DentalPlaza-page-grid01__item:nth-child(4) {
    grid-area: 3 / 1 / 4 / 3; }
.DentalPlaza-page-grid02 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 60px; }
  .DentalPlaza-page-grid02__colSize340 {
    width: 340px;
    position: relative; }
.DentalPlaza-page-gap01 {
  gap: 45px 25px; }
.DentalPlaza-page-gap02 {
  gap: 10px 30px; }
.DentalPlaza-page-patch01 {
  width: 640px; }
.DentalPlaza-page-patch02 {
  width: 560px; }
.DentalPlaza-page-overviewChart__head {
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  width: 200px;
  padding: 30px 25px 25px;
  position: relative; }
  .DentalPlaza-page-overviewChart__head::before {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1; }
  .DentalPlaza-page-overviewChart__head::after {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1; }
.DentalPlaza-page-overviewChart__body {
  width: 940px;
  padding: 30px 40px; }
.DentalPlaza-page-overviewChart__title {
  font-size: 20px;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif; }
  .DentalPlaza-page-overviewChart__title:not(:first-child) {
    margin-top: 30px; }
.DentalPlaza-page-overviewChart__row {
  border-bottom: solid 1px #fff;
  display: flex;
  flex-wrap: wrap; }
  .DentalPlaza-page-overviewChart__row--color1 .DentalPlaza-page-overviewChart__head::after {
    border-color: #4385C6 transparent transparent transparent; }
  .DentalPlaza-page-overviewChart__row--color1 .DentalPlaza-page-overviewChart__head {
    background: #4385c6; }
  .DentalPlaza-page-overviewChart__row--color1 .DentalPlaza-page-overviewChart__body {
    background: rgba(67, 133, 198, 0.1); }
  .DentalPlaza-page-overviewChart__row--color2 .DentalPlaza-page-overviewChart__head::after {
    border-color: #144DA0 transparent transparent transparent; }
  .DentalPlaza-page-overviewChart__row--color2 .DentalPlaza-page-overviewChart__head {
    background: #144da0; }
  .DentalPlaza-page-overviewChart__row--color2 .DentalPlaza-page-overviewChart__body {
    background: rgba(20, 77, 160, 0.1); }
  .DentalPlaza-page-overviewChart__row--color2 .DentalPlaza-page-overviewChart__title {
    color: #144DA0; }
  .DentalPlaza-page-overviewChart__row--color3 .DentalPlaza-page-overviewChart__head::after {
    border-color: #4F55A3 transparent transparent transparent; }
  .DentalPlaza-page-overviewChart__row--color3 .DentalPlaza-page-overviewChart__head {
    background: #4f55a3; }
  .DentalPlaza-page-overviewChart__row--color3 .DentalPlaza-page-overviewChart__body {
    background: rgba(79, 85, 163, 0.1); }
  .DentalPlaza-page-overviewChart__row--color3 .DentalPlaza-page-overviewChart__title {
    color: #4F55A3; }
  .DentalPlaza-page-overviewChart__row--color4 .DentalPlaza-page-overviewChart__head::after {
    border-color: #7F69AC transparent transparent transparent; }
  .DentalPlaza-page-overviewChart__row--color4 .DentalPlaza-page-overviewChart__head {
    background: #7f69ac; }
  .DentalPlaza-page-overviewChart__row--color4 .DentalPlaza-page-overviewChart__body {
    background: rgba(127, 105, 172, 0.1); }
  .DentalPlaza-page-overviewChart__row--color4 .DentalPlaza-page-overviewChart__title {
    color: #7F69AC; }
  .DentalPlaza-page-overviewChart__row--color5 .DentalPlaza-page-overviewChart__head::after {
    border-color: #996CAC transparent transparent transparent; }
  .DentalPlaza-page-overviewChart__row--color5 .DentalPlaza-page-overviewChart__head {
    background: #996cac; }
  .DentalPlaza-page-overviewChart__row--color5 .DentalPlaza-page-overviewChart__body {
    background: rgba(153, 108, 172, 0.1); }
  .DentalPlaza-page-overviewChart__row--color6 .DentalPlaza-page-overviewChart__head::after {
    border-color: #AC65A5 transparent transparent transparent; }
  .DentalPlaza-page-overviewChart__row--color6 .DentalPlaza-page-overviewChart__head {
    background: #ac65a5; }
  .DentalPlaza-page-overviewChart__row--color6 .DentalPlaza-page-overviewChart__body {
    background: rgba(172, 101, 165, 0.1); }
  .DentalPlaza-page-overviewChart__row--color6 .DentalPlaza-page-overviewChart__title {
    color: #AC65A5; }
  .DentalPlaza-page-overviewChart__row--color7 .DentalPlaza-page-overviewChart__head::after {
    border-color: #DF7B9A transparent transparent transparent; }
  .DentalPlaza-page-overviewChart__row--color7 .DentalPlaza-page-overviewChart__head {
    background: #df7b9a; }
  .DentalPlaza-page-overviewChart__row--color7 .DentalPlaza-page-overviewChart__body {
    background: rgba(223, 123, 154, 0.1); }
  .DentalPlaza-page-overviewChart__row--color7 .DentalPlaza-page-overviewChart__title {
    color: #DF7B9A; }
  .DentalPlaza-page-overviewChart__row--color8 .DentalPlaza-page-overviewChart__head::after {
    border-color: #DE91A1 transparent transparent transparent; }
  .DentalPlaza-page-overviewChart__row--color8 .DentalPlaza-page-overviewChart__head {
    background: #de91a1; }
  .DentalPlaza-page-overviewChart__row--color8 .DentalPlaza-page-overviewChart__body {
    background: rgba(222, 145, 161, 0.1); }
  .DentalPlaza-page-overviewChart__row--color9 .DentalPlaza-page-overviewChart__head::after {
    border-color: #87BCE2 transparent transparent transparent; }
  .DentalPlaza-page-overviewChart__row--color9 .DentalPlaza-page-overviewChart__head {
    background: #87bce2; }
  .DentalPlaza-page-overviewChart__row--color9 .DentalPlaza-page-overviewChart__body {
    background: rgba(135, 188, 226, 0.1); }
  .DentalPlaza-page-overviewChart__row--color10 .DentalPlaza-page-overviewChart__head::after {
    border-color: #38A9D8 transparent transparent transparent; }
  .DentalPlaza-page-overviewChart__row--color10 .DentalPlaza-page-overviewChart__head {
    background: #38a9d8; }
  .DentalPlaza-page-overviewChart__row--color10 .DentalPlaza-page-overviewChart__body {
    background: rgba(56, 169, 216, 0.1); }
