@charset "UTF-8";

#maincol h2 em{
	color:#FF0;
}

.fukidashi{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin:1em 0;
}
.fukidashi span{
	background-color:rgba(255,242,175,1);
	border-radius:30px;
	padding:3%;
	position: relative;
	display: inline-block;
	margin-left:15px;
}
.fukidashi span:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -22px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 15px solid rgba(255,242,175,1);
}
.fukidashi img{
	width:90px;
}

.fukidashi.kagechika span{
	background-color:rgba(252,228,223,1);
}
.fukidashi.kagechika span:before{
	border-right: 15px solid rgba(252,228,223,1);
}

.frois{
	background-color:rgba(241,225,197,1);
	padding:5%;
	font-family:serif;
}

.fukidashi img.large{
	width:240px;
}

.photo img{
	margin:0 auto 5px;
}
.koma{
	line-height:0;
}
/* タブレット縦 ---------------*/
@media screen and (orientation: portrait){
.fukidashi img{
	width:72px;
}
.fukidashi img.large{
	width:120px;
}

}




/**/
/* タブレット縦 
--------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
}

/* PC・タブレット横
--------------------------------------------------------------------------------*/
@media  screen and (min-width: 769px) {

}





