@charset "Shift_JIS";



/* 
----------------------------------------------------*/
#action	h3	{
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#a5d1cd;
	margin-left:-30px;
	margin-bottom:20px;
	padding-left:10px;
	border-left:20px solid #a5d1cd;
}
#action	.box	{
	padding-bottom:50px;
}


#action	.step2	{}
#action	.step2	li	{
	display:table-cell;
	width:33%;
	vertical-align:top;
	position:relative;
}
#action	.step2	li	img	{
	width:200px;
}
#action	.step2	.list	{
	padding:0 20px;
}
#action	.step2	li	p.parts	{
	position:absolute;
	top:52px;
	left:111px;
	width: 60px;
	height: 60px;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -ms-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}
#action	.step2	li	p.parts	img	{
	width: 60px;
	height: 60px;
}


#action	.action02	{
	background:url(img/img06.png) no-repeat;
	position:relative;
	height:320px;
}
#action	.action02	li	{
	position:absolute;
}
#action	.action02	li.txt01	{
	left:270px;
}
#action	.action02	li.txt02	{
	top:150px;
	left:270px;
	width:150px;
}
#action	.action02	li.txt03	{
	top:270px;
	left:190px;
}


.action03	li	{
	float:left;
	width:290px;
	padding:0 0 15px;
	margin-right:40px;
}
.action03	li:nth-child(even)	{
	margin-right:0;
}
.action03	.txt03	.txt	{
	position:relative;
}
.action03	.txt03	.parts	{
	position:absolute;
	top:33px;
	left:60px;
	width: 32px;
	height: 32px;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -ms-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}
@-webkit-keyframes spin {	0% {-webkit-transform: rotate(0deg);}	100% {-webkit-transform: rotate(360deg);}}
@-moz-keyframes spin {	0% {-moz-transform: rotate(0deg);}	100% {-moz-transform: rotate(360deg);}}
@-ms-keyframes spin {	0% {-ms-transform: rotate(0deg);}	100% {-ms-transform: rotate(360deg);}}
@-o-keyframes spin {	0% {-o-transform: rotate(0deg);}	100% {-o-transform: rotate(360deg);}}
@keyframes spin {	0% {transform: rotate(0deg);}	100% {transform: rotate(360deg);}}

#action	h4	{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background-color:#a5d1cd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom:6px;
}

#action	.attBox	{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border:1px solid #333;
}
#action	.attBox	.midashi	{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background-color: #C00;
	border-radius: 9px 9px 0 0 ;
	-webkit-border-radius: 9px 9px 0 0 ;
	-moz-border-radius: 9px 9px 0 0 ;
	padding:8px 0;
	color:#fff;
}
#action	.attBox	dl	{
	padding:10px 20px;
}
#action	.attBox	dt	{
	color:#C00;
}
#action	.attBox	dd	{
	padding:0 0 0 20px;
}