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

.textbg {
	width:500px;
	float:right;
	position: relative;
	padding: .5em .75em;
	background-color: #f0f0f0;
	border-radius: 6px;
	margin-bottom:100px;
}

.textbg::after {
	content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 13px solid transparent;
    border-right-color: #f0f0f0;
    right: 100%;
    top: 15px;
}

h1 {
	padding: .5em .60em .4em .60em;
	margin:8px 8px 20px 8px;
	background-color: #3f3f73;
	border-left: 6px solid #7075a8;
	font-size:22px;
	border-radius: 3px;
	color:#fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h2 {
	position: relative;
	padding: .4em .5em .3em 2em;
	margin:8px;
	background-color: #b9c6e4;
	font-size:14px;
	color:#3f3f73;
}
h2::after {
	position: absolute;
	top: .6em;
	left: .6em;
	z-index: 2;
	content: '';
	width: 11px;
	height: 11px;
  background-color: #7075a8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.comment6{
	font-size:12px;
	color:#3f3f73;
	padding-bottom:20px;
	margin:8px 20px;
	line-height:160%;
}