@charset "utf-8";
/* CSS Document */

.midashi {
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 8px solid #00b1a9;
	border-bottom: 8px solid #00b1a9;
	border-left-width: 0px;
}
.midashi h2 {
	text-align: center;
	font-size: x-large;
}
.midashi h3 {
	background-color: #006835;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	padding: 5px;
	position: initial;
	border: initial;
	margin-bottom: 10px;
}
h3:after {
	position: initial;
	top: initial;
	left: initial;
	content: initial;
	width: initial;
	height: initial;
	background-color: initial;
	border-radius: initial;
}
.midashi_small {
	margin: 0 10px;
	background: #c2edff;/*背景色*/
	padding: 0.5em;/*文字まわり（上下左右）の余白*/
}
.balloon1 {
	position: relative;
	display: inline-block;
	/* [disabled]margin-top: 1.5em;
*/
	margin-bottom: 1.5em;
	padding: 7px 10px;
	width: 95%;
	color: #FFF;
	background: #00b1a9;
	text-align: center;
}
.balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #00b1a9;
}
.balloon1 p {
	margin: 0;
	padding: 0;
}
.balloon_green {
	position: relative;
	display: inline-block;
	/* [disabled]margin-top: 1.5em;
*/
	margin-bottom: 1.5em;
	padding: 7px 10px;
	width: 95%;
	color: #FFF;
	background: #00b1a9;
	text-align: center;
}
.balloon_green:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #00b1a9;
}
.balloon_green p {
	margin: 0;
	padding: 0;
}
.fuki_center {
}
.fuki_center h2 {
	text-align: center;
}
.fuki_center h2 span {
	position: relative;
	display: inline-block;
	padding-bottom: 0.5em;
	border-bottom: 1px solid black;
}
.fuki_center h2 span::before, .fuki_center h2 span::after {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	border: 10px solid transparent;
}
.fuki_center h2 span::before {
	border-top: 10px solid black;
}
.fuki_center h2 span::after {
	margin-top: -1px;
	border-top: 10px solid white;
}

/* 幅644px以下
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
.balloon1 {
	width: 95%;
}
}
