@charset "utf-8";
/* ---------------------------------------------------------------------------------
© 2021 Niigata University Medical and Dental Hospital. All rights reserved

HTML CSS Selectors common 

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
吹き出し
--------------------------------------------------------------------------------- */
.fukidashi-align{
  padding-left: 28px;
}
.fukidashi-01-06 {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border: 2px solid #1680B8;
  border-radius: 4px;
  font-size: 18px;
}
.fukidashi-01-06::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 10%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
.fukidashi-01-06::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 10%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #1680B8 #1680B8 transparent transparent;
  rotate: -45deg;
  translate: -50%;
}
p {
  margin-left: 1rem;
  text-indent: -1rem;
}