@CHARSET "UTF-8";

/**
 * index.php であれば index.css 、sample.php であれば sample.css にページ固有のスタイルを記述してください。
 */
h2 {
 	width: 300px;
 }
h3 {
	width: 80%;
}
.speech_bubble {
	font-size: 1.5rem!important;
  line-height: 2rem;
  letter-spacing: .2rem;
  font-weight: bold;
}
.point_message {
	background: #f7f3e6;
}




@media screen and (max-width:767px) {
  .speech_bubble {
  	font-size: 1rem!important;
    line-height: 1.4rem;
    letter-spacing: .2rem;
    font-weight: bold;
  }
  .point_message {
    font-size: 1rem;
  }
  h3 {
  	width: 100%;
  }
}





@media screen and (max-width:575px) {

}





@media screen and (max-width:425px) {




}
