@charset "utf-8";
/* CSS Document */


@media only screen and (min-width: 768px) {

/*h2見出しのバルーン*/

.balloon-h2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 0 25px;
  width:100%;
  color: #fff;
  font-size:1.0em;
	font-weight:600;
  background: #58a44b;
	border-radius:7px;
}

.balloon-h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #58a44b;
}
	
.balloon-item{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 0 25px;
  width:100%;
  color: #fff;
  font-size:1.0em;
	font-weight:600;
	border-radius:7px;
}
	
.balloon-item:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
}
	
.kohaze5{
	background:#ffa442;
	}
	
.kohaze5:before{
		border-top: 15px solid #ffa442;
	}

.kohaze4{
	background:#9dbe47;
	}
	
.kohaze4:before{
		border-top: 15px solid #9dbe47;
	}

.kohaze0{
	background:#ec739e;
	}
	
.kohaze0:before{
		border-top: 15px solid #ec739e;
	}
	
.balloon-item p{
  margin: 0;
  padding: 0;
}

	
/*h4見出しのバルーン*/
.balloon-h4 {
  position: relative;
  margin: 0.5em 0 0.5em;
  padding: 10px 20px 15px;
  max-width:100%;
  color: #fff;
  font-size:1.5em;
	font-weight:600;
  background:#91CA60;
	border-radius:7px;
	text-align: center;
}

.balloon-h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #91CA60;
}

.balloon-h4 p {
  margin: 0;
  padding: 0;
}


/*スタッフコメントのバルーン*/

.balloon{
	max-width: 900px;
	margin:50px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
.balloon .img{
		width:80%;
	}

.balloon-right {
  position: relative;
  display: inline-block;
  padding:15px 15px 15px 20px;
  max-width: 750px;
  color: #666;
  font-size:1.1rem;
  background: #FFF;
  border: solid 2.5px #555;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 15px;
  text-align: left;
}

.balloon-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 12px solid #fff;
  z-index: 2;
}

.balloon-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}

.balloon-right p {
  margin:15px 0 0;
  padding: 0;
}

.staff{
	border-radius: 50%;
	/* margin:auto; */
	width:100px;
	height:100px;
	display: inline-block;
	font-size:0.6em;
}
	
.staff img{
	width:80%;
}

.staff-tab{
	width:auto;
	padding:1% 2%;
	background:#ff76a7;
	border-radius:5px;
	color:#fff;
	font-weight:bold;
	text-align: center;
}

}

@media only screen and (max-width: 767px) {

/*h1見出しのバルーン*/

.balloon-h2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 7px 14px;
  width:100%;
  color: #fff;
  font-size:1.0em;
	font-weight:600;
  background: #58a44b;
	border-radius:7px;
	line-height:120%;
}

.balloon-h2:before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #58a44b;
}

.balloon-h2 p {
  margin: 0;
  padding: 0;
}
	
/*h4見出しのバルーン*/
.balloon-h4 {
  position: relative;
  margin: 0.5em 0 0.5em;
  padding: 10px 20px 15px;
  max-width:100%;
  color: #fff;
  font-size:1.2em;
	font-weight:600;
  background:#91CA60;
	border-radius:7px;
	text-align: center;
}

.balloon-h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #91CA60;
}

.balloon-h4 p {
  margin: 0;
  padding: 0;
}
	
.balloon-item{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 15px 0 15px;
  width:100%;
  color: #fff;
  font-size:0.8em;
	font-weight:600;
	border-radius:7px;
}
	
.balloon-item:before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
}
	
.kohaze5{
	background:#ffa442;
	}
	
.kohaze5:before{
		border-top: 15px solid #ffa442;
	}

.kohaze4{
	background:#9dbe47;
	}
	
.kohaze4:before{
		border-top: 15px solid #9dbe47;
	}

.kohaze0{
	background:#ec739e;
	}
	
.kohaze0:before{
		border-top: 15px solid #ec739e;
	}
	
.balloon-item p{
  margin: 0;
  padding: 0;
}


/*スタッフコメントのバルーン*/

.balloon{
	max-width:768px;
	margin:50px auto;
	align-items: center;
	justify-content: center; 
}

.balloon-right {
  position: relative;
  padding: 15px 7px 15px;
  max-width: 450px;
  color: #666;
  font-size: 1.05rem;
  background: #FFF;
  border: solid 2.5px #555;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0 1em;
  text-align: left;
}

.balloon-right:before {
  content: "";
  position: absolute;
  top: 99.5%;
  right:48%;
  margin-left: -11px;
  border: 9px solid transparent;
  border-top: 13px solid #fff;
  z-index: 2;
}

.balloon-right:after {
  content: "";
  position: absolute;
  top: 100%;
  right:47.1%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 16px solid #555;
  z-index: 1;
}

.balloon-right p {
  margin:15px 0 0;
  padding: 0;
  font-size: 0.9em;
}

.staff{
	border-radius: 50%;
	/* background:#ddd; */
	margin:20px auto;
	width: 50%;
	/* height:100px; */
}

.staff img{
	width:40%;
}

.staff-tab{
	width:auto;
	padding:1% 2%;
	background:#ff76a7;
	border-radius:5px;
	color:#fff;
	font-weight:bold;
	text-align: center;
	font-size: 0.9em;
}

}