@charset "UTF-8";

body{
	margin: 0px;
    padding: 0px;
}

.h3{
	text-align: center;	
}

h2 {
  position: relative;
  padding-left: 25px;
}

h2:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #D2E5A9;
}
h2:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px #D2E5A9;
	color: #D2E5A9;
}

div#botan{
	background-size: cover;
	background-clip: padding-box;
	background-image: url(images2/%E6%A0%A1%E8%88%8E.png);
}

h4{
	text-align: center;
	font-size: small;	
}
h4 {
  background: #FFCD91;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
}

h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

h3:before, h3:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 2px;
	border-top: solid 1px ;
	border-bottom: solid 1px ;
	color: #FFCD91;
}

h3:before {
  left:0;
}
h3:after {
  right: 0;
}


.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #FFE0BB;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #FFE0BB;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #FFE0BB;
}

.says p {
  margin: 0;
  padding: 0;
}

.fuwafuwa {

-webkit-animation:fuwafuwa 3s infinite linear alternate;
animation:fuwafuwa 3s infinite linear alternate;

}



@-webkit-keyframes fuwafuwa {
0% {webkit-transform:translate(0, 0) rotate(-5deg);}
50% {webkit-transform:translate(0, -5px) rotate(0deg);}
100% {webkit-transform:translate(0, 0)rotate(5deg);}

}



@keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(-5deg);}
50% {transform:translate(0, -5px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(5deg);}

}