.flex-container_1,
.flex-container_2 {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	clear: both;
}
.flex-container_1 li,
.flex-container_2 li {
	text-align: center;
	width: 154px;
	border: 1px solid #E9E9E9;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #EFEFEF;
	line-height: 1.4em;
}
.flex-container_2 li {
	width: 124px;
}

.flex-container_1 li img,
.flex-container_2 li img,{
	border: 1px solid #CCCCCC;
	margin-bottom:10px;
}
.flex-container_1 li p {
	margin-top: 5px;
}
.w880.clearfix h2 {
	float: none;
	margin-bottom: 30px;
	text-align: center;

}
.w880 table {
	width: 880px;
	border: 2px solid #000000;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 10px;/*20151118変更*/
}
.w880 table tr {
	height: 30px;
}
.w880 table th {
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 98px;
}
.w880 table td {
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #000000;
	background:#FFD6E1;
}
.w880 table tr:first-child {
	background-color: #D2CEEF;
}
.w880 table tr:first-child  th:first-child {
	background-color: #6952C4;
}
.w880 table th:first-child {
	color: #FFFFFF;
	font-size: 18px;
}
.w880 table tr:last-child th {
	background-color: #FD527D;
}
.w880 dl {
	width: 425px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	border: 5px solid #906C3E;
	border-radius: 15px;
	float: left;
}
.w880 dl dt {
	padding-top: 5px;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.3em;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid #906C3E;
	margin-bottom: 10px;
}
.w880 dl dd {
	margin-bottom: 10px;
	color: #FF0000;
	padding-left: 35px;
	text-indent: -1.8em;
	line-height: 1.4em;
}
.w880 dl dd span {
	background-color: #FF0000;
	color: #FFFFFF;
	padding-right: 0.3em;
	padding-left: 0.3em;
	border-radius: 2px;
	margin-right: 5px;
	padding-top: 0.1em;
}
.w880 dl + ul {
	width: 425px;
	float: right;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.w880 dl + ul li {
	padding-left: 30px;
	background-image: url(../nenga/images/nenga_icon.png);
	background-repeat: no-repeat;
	font-size: 90%;
	line-height: 1.2em;
	margin-bottom: 5px;
	background-position: 0% 3px;
}
.w880 dl + ul li:last-child {
	background:none;
}
.w880 dl + ul li:first-child {
	color: #FF0000;
	font-weight: bold;
	font-size: 26px;
	line-height: 1em;
	margin-bottom: 10px;
}
.step_box {
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border: 5px solid #906C3E;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-position: 630px 10px;
}
.step_box h3 {
	margin-bottom: 20px;
	color: #FF0000;
	font-size: 34px;
	text-shadow: 3px 3px 3px #C4C4C4;
}
.step_box ol {
	width: 810px;
	height: 310px;
}
.step_box ol li {
	width: 197px;
	float: left;
	margin-right: 7px;
}
.step_box ol li:last-child  {
	margin-right: 0px;
}
.step_box ol li img {
	margin-bottom: 5px;
}
.step_box ol li p {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #BBCFE4;
	font-weight: bold;
	font-size: 20px;
	width: 8em;
	float: left;
	line-height: 1em;
	margin-right: 0px;
}
.step_box li p span {
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	background-color: #FF2C2C;
	border-radius: 0.2em;
	color: #FFFFFF;
	margin-right: 0.5em;
	padding-bottom: 0.2em;
}
.step_box ol li .triangle {
	float: left;
	border-left: 25px solid #BBCFE4;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
}
.w880 table + p {/*20151118追加ここから*/
	margin-bottom: 10px;
}/*20151118追加ここまで*/
