/*---------------------------------
見出し
--------------------------------*/
.article h2 {
	padding: .5em .75em;
	background-color: #9d9d9d;
	border-left: 6px solid  #33e899;}
 
.article h3,
#comment-area h3,
#related-entries h3{
	font-size:23px;
	padding: .25em 0 .25em .75em;
	border-left: 24px solid  #33e899;

}
.article h4 {
	border-left: 0px solid  #33e899;

	padding: 5px 0 5px 10px;
	margin-bottom: 30px;
}
.article h1 {
  position: relative;
  padding: .5em .75em;
  background-color: #d5fee8;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
}	


/*吹き出しをカスタマイズ*/
.speech-balloon{
  margin-left: 5px;
  margin-right: 0px;
  margin-top: 25px;
  float:left;
  max-width: 620px;
	font-size:18px;
}

.sbp-r .speech-balloon{
  margin-left: 0px;
  margin-right: 10px;
  float:right;
}

.speech-person{
  width: 120px;/*キャラの大きさ*/
}

/*1240px以下*/
@media screen and (max-width: 1240px){
  .speech-person{
    width: 120px;
  }
  .speech-balloon{
    max-width: 505px;
  }
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  .speech-person{
    width: 120px;
  }
  .speech-balloon{
    max-width: 500px;
  }
}

/*768px以下*/
@media screen and (max-width: 768px){
  .speech-person{
    width: 120px;
  }
  .speech-balloon{
    max-width: 590px;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  .speech-balloon{
    margin-left: 5px!important;
    margin-right: 5px!important;
    margin-top: 20px!important;
    max-width: 255px;
  }
  .speech-person {
    width: 85px;
}
}

/*370px以下*/
@media screen and (max-width: 370px){
  .speech-balloon{
    margin-left: 5px!important;
    margin-right: 5px!important;
    margin-top: 20px!important;
    max-width: 225px;
  }
  .speech-person {
    width: 65px;
}
}

.point{
		border: 4px solid #23d79b;
		border-radius: 30px/100px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.point::before {
    background-color: #fff;
    color: #23d79b;
		content: "POINT!";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

.frame{
		border: 4px solid #23d79b;
		border-radius: 30px/100px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.frame::before {
    background-color: #fff;
    color: #23d79b;
	  font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}
