.support a { color: rgba(203,56,55,1.00); }
.support a:hover { text-decoration: underline; }

.support h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #3b2709;
	border-bottom: 1px solid #3b2709;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.support p {
	line-height: 1.5;
	margin-bottom: 20px;
}
.support > ol {
	margin: 0 0 30px 2em;
}
.support > ol > li {
	list-style: decimal;
	line-height: 1.5;
	margin-bottom: 10px;
}
.support > ol.flow {
	margin: 0 0 30px 0;
}
.support > ol.flow > li {
	list-style: none;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-bottom: 25px;
	padding: 15px;
	position: relative;
}
.support > ol.flow > li:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: rgba(203,56,55,1.00);
	border-width: 20px;
	margin-left: -20px;
}
.support > ol.flow > li:last-child:after {display: none;}
.support > ol.flow > li p.number {
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.support > ol.flow > li > ul {
	margin: 0 0 10px 1.5em;
	list-style: disc;
}
.doc {
	max-width: 400px;
	margin: 20px auto 10px;
}
.doc ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.doc ul li {
	width: 100%;
	text-align: center;
}
.doc ul li a {
	display: block;
	background: rgba(132,117,78,1.00);
	padding: 10px;
	font-weight: bold;
	color: #fff;
	border-bottom: 3px solid rgba(89,76,43,1.00);
	border-radius: 6px;
}
.doc ul li a:hover {
	background: rgba(203,56,55,1.00);
	border-bottom: 3px solid rgba(131,28,28,1.00);
	text-decoration: none;
}


/* ---------------------------------------------
	768px 以下
--------------------------------------------- */
@media only screen and (max-width: 768px) {

}

/* ---------------------------------------------
	640px 以下
--------------------------------------------- */
@media only screen and (max-width: 640px) {

	.support p,
	.support ol li {
		font-size: 0.94em;
	}

}

/* ---------------------------------------------
	480px 以下
--------------------------------------------- */
@media only screen and (max-width: 480px) {



}
