/* Google Fonts 読み込み */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Roboto:wght@700&family=Share+Tech+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&family=Square+Peg&display=swap');

.yojijukugo{
  //background: rgba(255, 229, 178, 0.61);
  background: rgba(224, 255, 255, 0.7);
  margin: 2em 0;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
}

.yojijukugo-circle1{
  //font-size: 16px;
  font-size: 200%;
  font-family: 'Hachi Maru Pop', cursive;
  line-height: 1.5;
  position: absolute;
  margin-top: -37px;
  font-weight: bold;
  color: #fff;
  //background-color:#4caf50;
  background-color:#FF05FF;
  border-radius: 50%;
  text-align: center;
  //width: 24px;
  //height: 24px;
  width: 40px;
  height: 45px;
}

.yojijukugo-circle1:after{
  content: "字";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  //background-color:#4caf50;
  background-color:#FF05FF;
  border-radius: 50%;
  text-align: center;
  //width: 24px;
  //height: 24px;
  width: 40px;
  height: 45px;
}
/**
.yojijukugo-circle2:before{
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -12px;
  border: 5px solid transparent;
  border-top: 10px solid #4caf50;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
*/
.yojijukugo-circle2{
  position: absolute;
  //font-size: 16px;
  font-size: 200%;
  font-family: 'Hachi Maru Pop', cursive;
  line-height: 1.5;
  margin-top: -37px;
  //margin-left: 40px;
  margin-left: 66px;
  font-weight: bold;
  color: #fff;
  //background-color:#4caf50;
  background-color:#FF05FF;
  border-radius: 50%;
  text-align: center;
  //width: 24px;
  //height: 24px;
  width: 40px;
  height: 45px;
}

.yojijukugo-circle2:after{
  content: "語";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  //background-color:#4caf50;
  background-color:#FF05FF;
  border-radius: 50%;
  text-align: center;
  //width: 24px;
  //height: 24px;
  width: 40px;
  height: 45px;
}
/**
.yojijukugo-circle3:before{
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -12px;
  border: 5px solid transparent;
  border-top: 10px solid #4caf50;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
*/
.yojijukugo-circle3{
  position: absolute;
  //font-size: 16px;
  font-size: 200%;
  font-family: 'Hachi Maru Pop', cursive;
  line-height: 1.5;
  margin-top: -37px;
  //margin-left: 80px;
  margin-left: 132px;
  font-weight: bold;
  color: #fff;
  //background-color:#4caf50;
  background-color:#FF05FF;
  border-radius: 50%;
  text-align: center;
  //width: 24px;
  //height: 24px;
  width: 40px;
  height: 45px;
}

.yojijukugo p{
  margin: 0;
  padding: 0;
  font-weight: bold;
  //font-family: serif;
}

.textbox {
	background: #7b68ee;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 90%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 0 5px;
	border-radius: 2px;
	margin: 0px 5px;
	display: inline-block;
	vertical-align: middle;
}

