section {
	float: left;
	width: 700px;
}
/* =================================================== 見出し */
/* 見出し1 */
section h1 {
	margin-bottom: 17px;
	padding: 0 0 20px;
	font-size: 26px;
	border-bottom: solid 1px #000;
	clear: both;
}
/* 見出し2 */
section h2 {
	margin: 30px 0 20px;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #000;
	line-height: 1.4em;
	border-bottom: dotted 1px #b5b5b6;
	clear: both;
}
/* 見出し3 */
section h3 {
	margin: 30px 0 20px;
	padding: 0 0 10px 0;
	font-size: 18px;
	color: #000;
	line-height: 1.4em;
	border-bottom: dotted 1px #b5b5b6;
	clear: both;
}
section h4 {
	margin: 30px 0 20px;
	padding: 0 0 10px 0;
	font-size: 16px;
	color: #000;
	font-style: italic;
	clear: both;
}

/* =================================================== 共通editor-area */
.editor-area {
    padding: 25px 0;
}

.editor-area p {
	margin-bottom: 20px;
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.editor-area p strong {
}
.editor-area ol,
.editor-area ul,
.editor-area dl {
	padding: 0 40px;
	margin-bottom: 15px;
}
.editor-area ol li {
	list-style: decimal;
	line-height: 1.8em;
	font-size: 13px;
}
.editor-area ul li {
	list-style: disc;
	line-height: 1.8em;
	font-size: 13px;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.editor-area hr {
	display: block;
	margin: 0 0 20px;
	border-top: solid 1px #b5b5b6;
}
.editor-area p a {color: #288077;}
.editor-area p a:hover {color: #8dc500;}


.editor-area img {
	margin: 0 0 30px;
	vertical-align: top;
	text-align: center;
}
.editor-area blockquote {
	border: 0;
	border-left-width: 5px;
	padding-left: 15px;
	padding-right: 8px;
	border-color: #CCCCCC;
	border-style: solid;
	margin-left: 20px;
}
.editor-area blockquote p {color: #777777;}

.editor-area p.txt-center {text-align: center;}
.editor-area p.txt-right	 {text-align: right;}
.editor-area .marker {
	background-color: #FF0;
}
.editor-area cite,
.editor-area var,
.editor-area em {
	font-style: italic;
}
.editor-area .txt-ex {
	margin-bottom: 20px;
	padding: 5px 10px;
	background: #eee;
	border: 1px solid #ccc;
}



/* =================================================== movie-area */
.editor-area iframe {
	width: 100%;
	margin: 2rem 0;
	text-align: center;
}


/* =================================================== legal-of-product-sales */
.legal-of-product-sales {
    margin-bottom: 50px;
}

.legal-of-product-sales h2 {
    color: #298178;
    font-size: 16px;
    margin-bottom: 0;
    border: none; 
}

.legal-of-product-sales dl {
    background: #ececec;
    font-size: 12px;
    width: 100%;
    border: 1px solid #d6d6d6;
    border-top: none;
    letter-spacing: 1px;
    box-sizing: border-box;
}

.legal-of-product-sales dt {
    background: #ececec;
    clear: left;
    float: left;
    width: 180px;
    padding: 10px 5px 10px 10px;
    border-top: 1px solid #d6d6d6;
    box-sizing: border-box;
}

.legal-of-product-sales dd {
    color: #5d5d5d;
    background: #fff;
    margin-left: 180px;
    padding: 10px 5px 10px 10px;
    border-top: 1px solid #d6d6d6;
    box-sizing: border-box;
}


/* =================================================== faq */
.faq {
	margin: 0px 0 40px;
	padding: 20px 20px 10px;
	background-color: #f2ffd9;
	border-radius: 4px;
}
.faq h2 {
	margin: 0 0 10px;
	font-size: 20px;
}
.faq h2 span {font-size: 16px;}

.faq dl dt {
	margin-bottom: 8px;
	padding: 5px 0 5px 20px;
	font-size: 14px;
	font-weight: normal;
	color: #288077;
	cursor: pointer;
	background: url("../../images/common/icon_q.png") left center no-repeat;
	background-size: 16px 14px;
}
.faq dl dt:hover {color: #8dc500;}
.faq dl dd {
	display: none;
	margin-bottom: 20px;
	padding: 0 0 0 20px;
	font-size: 13px;
	border-bottom: solid 1px #f4f4f4;
	line-height: 1.4em;
	text-align: justify;
	text-justify: inter-ideograph;
	background: url("../../images/common/icon_a.png") left 4px no-repeat;
	background-size: 16px 14px;
}
.faq dl .timestamp {
	margin: 10px 0;
	font-size: 80%;
	color: #999;
}

/* =================================================== pos-center */
.inquiry {
	width: 290px;
	margin: 0 auto 50px;
	padding: 10px 0 10px 10px;
	border-radius: 4px;
	text-align: center;
	-webkit-transition: background-color .15s linear;
	background-color: #7a6a56;
	border-bottom: solid 2px #665948;
}
.inquiry img {margin-right: 5px;}
.inquiry a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.inquiry:hover {background-color: #7a5e3c;}
.colorGreen {color: #288077;}


/* =================================================== オーナー */
.btn-edit {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
}
