@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: #533b71;
	border-left: 6px solid #bfa5cd;
	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: #e3d2e4;
	font-size:14px;
	color:#533b71;
}
h2::after {
	position: absolute;
	top: .6em;
	left: .6em;
	z-index: 2;
	content: '';
	width: 11px;
	height: 11px;
  background-color: #bfa5cd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.comment5{
	font-size:12px;
	color:#544359;
	padding-bottom:20px;
	margin:8px 20px;
}