/* 見出し1 */
section h1 {
	font-size: 1.7rem;
	line-height: 1.4em;
}
/* 見出し2 */
section h2 {
	font-size: 1.6rem;
	color: #000;
	line-height: 1.4em;
}
/* 見出し3 */
section h3 {
	font-size: 1.5rem;
	color: #000;
	line-height: 1.4em;
}
section h4 {
	font-style: italic;
	font-size: 1.4rem;
	line-height: 1.4em;
}
/*均等揃え*/
.just {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* =================================================== 共通editor-area */

.editor-area p {
	font-size: 1.3rem;
}
.editor-area p strong {
	font-size: 1.4rem;
}

.editor-area ol li,
.editor-area ul li {
	line-height: 1.8em;
	font-size: 1.3rem;
}
.editor-area ol li {
	list-style: decimal;
}
.editor-area ul li {
	list-style: disc;
}

.editor-area p a {color: #288077;}
.editor-area p a:hover {color: #8dc500;}


.editor-area blockquote p {color: #777;}

.editor-area cite,
.editor-area var,
.editor-area em {
	font-style: italic;
}

/* =================================================== 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; 
    text-align: center;
}

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

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

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




/* =================================================== faq */
.faq h2 {
	font-size: 1.3rem;
}
.faq h2 span {font-size: 1.2rem;}

.faq dl dt {
	font-size: 1.2rem;
	font-weight: normal;
	color: #288077;
	line-height: 1.6em;
}
.faq dl dt:hover {color: #8dc500;}
.faq dl dd {
	font-size: 1.2rem;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.faq dl .timestamp {
	font-size: 1rem;
	color: #999;
}

/* =================================================== pos-center */
.inquiry {
	width: 100%;
	line-height: 5rem;
	text-align: center;
}
.inquiry a {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}


/* =================================================== オーナー */
.btn-edit {font-size: 1.6 rem;}

/* ============================================================================================================================== */

#contents {
	width: 100%;
	padding: 0;
}

/* =================================================== プロジェクト詳細 */
/* 見出し1 */
section h1 {
	margin-bottom: 1rem;
	padding: 0 0 1rem;
	border-bottom: solid 1px #000;
}
/* 見出し2 */
section h2 {
	margin: 3rem 0 1rem;
	padding: 0 0 1rem;
	border-bottom: dotted 1px #b5b5b6;
}
/* 見出し3 */
section h3 {
	margin: 3rem 0 1rem;
	padding: 0 0 1rem;
	border-bottom: dotted 1px #b5b5b6;
}
section h4 {
	margin-bottom: 15px;
}

/* =================================================== 共通editor-area */
#section {
	width: 100%;
}
.editor-area {
	margin: 0 auto 5rem;
}
.editor-area p {
    padding: 0 1rem;
	margin-bottom: 1rem;
    word-wrap: break-word;
}
.editor-area ol,
.editor-area ul,
.editor-area dl {
	padding: 0 3rem;
	margin-bottom: 1.5rem;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.editor-area hr {
	display: block;
	margin: 0 0 2rem;
	border-top: solid 1px #b5b5b6;
}
.editor-area p a {color: #288077;}
.editor-area p a:hover {color: #8dc500;}

.editor-area img {
	max-width: 100%;
	margin-bottom: 1rem;
}

.editor-area blockquote {
	width: 85%;
	border: 0;
	border-left-width: .5rem;
	padding-left: 5%;
	padding-right: 0;
	border-color: #CCCCCC;
	border-style: solid;
	margin-left: 4%;
}

.editor-area .txt-ex {
	margin-bottom: 2rem;
	padding: 1rem;
	background: #eee;
	border: 1px solid #ccc;
}



/* =================================================== movie-area */

.editor-area iframe {
	width: 100%;
	height: auto;
	margin: 2rem 0;
	text-align: center;
}


/* =================================================== faq */
.faq {
	margin: 0 0 4rem;
	padding: 1.5rem;
	background-color: #f2ffd9;
	border-radius: .4rem;
	box-sizing: border-box;
}
.faq h2 {
	margin: 0 0 1rem;
	padding-left: .5rem;
}

.faq dl dt {
	margin-bottom: 1rem;
	padding: .5rem 0 .5rem 2rem;
	cursor: pointer;
	background: url("../../images/common/icon_q.png") left .8rem no-repeat;
	background-size: auto 1.5rem;
}
.faq dl dd {
	display: none;
	margin-bottom: 1rem;
	padding: .5rem 0 .5rem 2rem;
	border-bottom: solid 1px #f4f4f4;
	background: url("../../images/common/icon_a.png") left .8rem no-repeat;
	background-size: auto 1.5rem;
}
.faq dl .timestamp {
	margin: 1rem 0;
}

/* =================================================== pos-center */
#section .inquiry {
	width: 95%;
	height: 5rem;
	margin: 0 auto 5rem;
	border-radius: .4rem;
	-webkit-transition: background-color .15s linear;
	background-color: #7a6a56;
	border-bottom: solid 2px #665948;
}
#section .inquiry img {margin-right: .5rem;}
#section .inquiry a {
	display: block;
	width: 100%;
	height: 100%;
}
#section .inquiry:hover {background-color: #7a5e3c;}


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