@charset "utf-8";
/* Balloon Common */


.header_content_ct {
	background: url("../images/head_toranomaki.jpg") no-repeat;
}
.header_text_ct h1 {
	color: #333;
	font-size:36px;
	font-weight:bold;
	font-family:"HGP教科書体","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h1 span.txt{
	color: #333;
	border-top:1px #333 dotted;
}
.matome{
	position:relative; 
	margin: 30px auto 0;
	width:800px;
	height:160px;
	overflow:hidden;
}


.matome_l {
	position:absolute;
	width:112px;
	height:140px; 
	top:20px;
	left:0px;
	z-index:2;
}
.matome_c {
	color:white;
	border: 4px solid silver;
	background-color: #006666;
	padding-top: 6px;
	padding-bottom: 8px;
	position:absolute;
	top:0px;
	left:95px; 
	width: 600px;
	height:150px;
	z-index:1;
}
.matome_c ul{
	margin-top: 10px;
	margin-left:40px;
	line-height: 20pt;
	list-style-type:disc;
}
.matome_r {
	position:absolute;
	top:20px;
	left:678px;
	width:113px;
	height:140px;
	vertical-align:bottom;
	z-index:3;
}

.matome_c .point {
	position: relative;
	top: 0px;
	left: 30px;
}

/*----------*/

div.balloon-wrapper {
	max-width: 800px;
	margin: 30px auto 15px auto;
	border-bottom:1px gray dotted;
	padding:20px 5px;
}
div.balloon {
	width: 100%;
	margin: 15px 0 15px 0;
	padding: 0;
}
div.balloon p {
	display: block;
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}
/* Balloon Left */
div.left-body {
	float: left;
	position: relative;
	z-index: 1;
	max-width: 50%;
	min-width: 10%;
	margin: 0 0 0 -5px;
	padding: 13px;
	border: 3px solid #aad;
	border-radius: 10px;
	background-color: #fff;
	text-align: left;
}
div.left-body p {
	display: inline;
	margin: 0;
	font-size: 1em;
	text-indent: 0;
	line-height: 16pt;
}
div.left-outer {
	float: left;
	position: relative;
	z-index: 10;
	margin: 16px 0 0 4px;
	padding: 0;
	border-top: 10px solid #aad;
	border-right: 10px solid #aad;
	border-bottom: 0;
	border-left: 0;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	font-size: 0;
	left: 0px;
	top: 0px;
	height: 5px;
	width: 1px;
}
div.left-inner {
	position: relative;
	z-index: 100;
	width: 1px;
	margin: -7px;
	padding: 0;
	border: 7px solid #fff;
	background-color: #fff;
	font-size: 0;
	left: 0px;
	top: 0px;
	height: 3px;
}
/* Balloon Right */
div.right-body {
	float: right;
	position: relative;
	z-index: 1;
	max-width: 50%;
	min-width: 10%;
	margin: 0 -5px 0 0;
	padding: 13px;
	border: 3px solid #8d8;
	border-radius: 10px;
	background-color: #fff;
	text-align: left;
}
div.right-body p {
	display: inline;
	margin: 0;
	font-size: 1em;
	text-indent: 0;
	line-height: 16pt;
}
div.right-body blockquote {
	display: inline;
	margin: 0;
	font-size: 1.15em;
	text-indent: 0;
	line-height: 15pt;
}

div.right-outer {
	float: right;
	position: relative;
	z-index: 10;
	margin: 16px 3px 0 0;
	padding: 0;
	border-top: 10px solid #8d8;
	border-right: 10px solid #8d8;
	border-bottom: 0;
	border-left: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	font-size: 0;
	left: 0px;
	top: 0px;
	height: 5px;
	width: 1px;
}
div.right-inner {
	position: relative;
	z-index: 100;
	width: 1px;
	margin: -7px;
	padding: 0;
	border: 7px solid #fff;
	background-color: #fff;
	font-size: 0;
	left: 0px;
	top: 0px;
	height: 3px;
}
/* float の解除 */
.clear-float {
	clear: both;
}


.image {float: left;margin: 9px 9px 9px 0px;}
.image_r {float: right;margin: 9px 0px 9px 15px;}

@media only screen and (max-width:999px){
.header_content_ct {
	margin: 0 auto 0px;
	width: 100%;
	padding: 10px 0px 30px;
	max-height: calc(100vw / 10 * 3);
	background-size: contain;
}
}

@media only screen and (max-width:640px){
.header_content_ct {
	background: #CEE3CA url("baloon.css");
	margin: 0 auto 0px;
	width: 100%;
	padding: 10px 0px;
	height: 100px;
}
.header_text_ct h1 {
	font-size:24px;
}

div.left-body p {
	font-size: 0.9em;
	line-height: 14px;
}
div.right-body p {
	font-size: 0.9em;
	line-height: 14px;
}

}

