body {
    background: #FEF9EF;
}

body, div, span, table, tr, td {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", "Avenir", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",Lucida Grande,"メイリオ", Meiryo, Tahoma, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 14px;
    color: #333;
    letter-spacing: 2px;
    line-height: 26px;
}

.root {
	width: 800px;
	margin: 40px auto;
	background: #fff;
	border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
}
.root_container {
	padding: 40px;
}

@media screen and (max-width: 800px) {
	.root {
		width: 90%;
	}
	.root_container {
		padding: 24px;
	}
}

.line_base {
	margin: 18px 0 10px 0;
	font-size: 0;
}
.sub_title {
	display: inline-block;
	width:30%;
	font-size: 14px;
	font-weight: bold;
	color:#333;
	vertical-align: top;
}
.text {
	display: inline-block;
	width:68%;
	font-size: 14px;
	color:#333;
	line-height: 26px;
	letter-spacing: 2px;
	vertical-align: top;
}

@media screen and ( max-width:600px ) {
	.line_base {
		margin: 28px 0 10px 0;
	}
	.sub_title {
		display: block;
		width:100%;
	}
	.text {
		display: block;
		width:100%;
		margin-top: 8px;
	}
}