/* ---------------------------------------------------------------------------------------------

　   LP1

--------------------------------------------------------------------------------------------- */
.support_list {
	display: flex;
	flex-wrap: wrap;
}
.support_list li {
	position: relative;
}
.support_list li .support_txt {
	position: absolute;
}
.checklist {
	position: relative;
}
.checklist li {
	position: relative;
	background: #fff;
	margin-bottom: 10px;
	box-shadow: 0px 0 15px rgba(0,0,0,.2);
}
.checklist li:before {
	content: "\f00c";
	font-family: "FontAwesome";
	color: #c30d23;
	position: absolute;
	height: 1em;
	line-height: 1em;
	top: 50%;
	margin-top: -0.5em;
	font-size: 30px;
}
.checklist:after {
	content: "";
	background: url(../img/arrow.png) no-repeat center / 100% auto;
	position: absolute;
	left: 50%;
}
#solution {

}
#solution h3 {
	text-align: center;
	color: #c30d23;
	font-weight: bold;
}
#solution h3 span {
	display: inline-block;
	border-bottom: 2px solid #c30d23;
	padding-bottom: 0.2em;
}
#solution p {
	text-align: center;
	font-weight: bold;
}
#flow .flowbox {
	display: table;
	width: 100%;
}
#flow .flowbox p {
	display: table-cell;
	vertical-align: middle;
}
#flow .flowbox .step {
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 10px rgba(0,0,0,.3);
}
.step01 {
	/*background: #a9af82;*/
	background: #033c43;
}
.step02 {
	/*background: #87a27f;*/
	background: #006572;
}
.step03 {
	/*background: #5e927e;*/
	background: #00c7c7;
}
#flow .flowbox {
	margin-bottom: 10px;
}
#flow .flowbox .step span {
	display: inline-block;
	text-align: center;
	line-height: 1rem;
	vertical-align: middle;
}
#flow .flowbox .step strong {
	display: inline-block;
	text-align: center;
	line-height: 1rem;
	vertical-align: middle;
}
.step_txt {
	background: #fff;
	box-shadow: 0px 0 15px rgba(0,0,0,.2);
}
#can .can_inner article {
	background: #fff;
	box-shadow: 0px 0 15px rgba(0,0,0,.2);
}
/*#can .can_inner article:nth-child(odd) h3 {
	background: #5e927e;
}
#can .can_inner article:nth-child(even) h3 {
	background: #a7ac7f;
}*/
#can h3 {
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 10px rgba(0,0,0,.3);
	text-align: center;
	background: #02bfbf;
}
@media only screen and ( max-width : 680px ) {
	.support_list li {
		width: 49%;
		margin-right: 2%;
		padding-right: 20px;
	}
	.support_list li:nth-child(1),.support_list li:nth-child(2) {
		margin-bottom: 20px;
	}
	.support_list li:nth-child(2n) {
		margin-right: -20px;
	}
	.support_list li .support_txt {
		width: 80px;
		right: 0px;
		bottom: 0;
	}
	.checklist {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.checklist:after {
		width: 80px;
		height: 29px;
		bottom: -15px;
		margin-left: -40px;
	}
	.checklist li {
		padding: 10px 10px 10px 50px;
	}
	.checklist li:before {
		left: 10px;
	}
	#solution h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	#solution p {
		font-size: 17px;
		line-height: 1.5em;
	}
	#can .can_inner article {
		margin-bottom: 20px;
	}
	#can .can_inner article:last-child {
		margin-bottom: 0;
	}
	#can h3 {
		padding: 10px;
		font-size: 17px;
	}
	#can .can_inner article p {
		padding: 15px 20px;
	}
	#flow .flowbox .step {
		width: 30%;
	}
	#flow .flowbox .step strong {
		font-size: 30px;
	}
	.step_txt {
		padding: 15px;
		width: 70%;
	}
	#flow .flowbox.box {
		margin-bottom: 30px;
	}
}

@media print, screen and ( min-width : 681px ) {
	.support_list li {
		width: 23.5%;
		margin-right: 2%;
	}
	.support_list li:last-child {
		margin-right: 0;
	}
	.support_list li .support_txt {
		width: 120px;
		right: -20px;
		bottom: 0;
	}
	.checklist {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	.checklist:after {
		width: 140px;
		height: 58px;
		bottom: -29px;
		margin-left: -70px;
	}
	.checklist li {
		padding: 20px 20px 20px 60px;
		width: 49.5%;
		margin-right: 1%;
	}
	.checklist li:nth-child(2n) {
		margin-right: 0;
	}
	.checklist li:before {
		left: 20px;
	}
	#solution h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	#solution p {
		font-size: 20px;
	}
	#flow .flowbox .step {
		padding: 20px 60px;
		width: 250px;
	}
	#flow .flowbox .step span {
		font-size: 20px;
		margin-top: 5px;
		margin-right: 10px;

	}
	#flow .flowbox .step strong {
		font-size: 60px;
	}
	.step_txt {
		padding: 40px;
	}
	#flow .flowbox.box {
		margin-bottom: 50px;
	}
	#can .can_inner {
		display: flex;
		flex-wrap: wrap;
	}
	#can .can_inner article {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	#can .can_inner article:nth-child(3n) {
		margin-right: 0;
	}
	#can h3 {
		padding: 10px 20px;
		font-size: 20px;
	}
	#can .can_inner article p {
		padding: 20px;
	}
}