#site_logo {
	text-align: center;
	padding-top: 80px;
	margin-bottom: 80px;
}

#site_logo p {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .05em;
	margin-bottom: 20px;
	-webkit-transition: font-size .2s;
	transition: font-size .2s;
}

#site_logo p u {
	text-decoration: none;
	padding: 1px 6px;
	background: -webkit-linear-gradient(transparent 45%, #e85647 45%);
	background: linear-gradient(transparent 45%, #e85647 45%);
}

.attention {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCffffff,endColorstr=#CCffffff); 
	background: rgba(255,255,255,0.8);
	color: #222;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 11px 0;
	margin-bottom: 40px;
}

.attention:not(:target) {
	filter: none;
}

.attention p {
	position: relative;
	display: block;
	text-align: left;
	width: 445px;
	padding-left: 25px;
}

.attention p:before {
	content: '';
	width: 4px;
	height: 18px;
	background: url("../img/pc/dwc/use_exclamation.svg") no-repeat;
	background-size: 4px 18px;
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0px;
}

.attention p .small {
	font-size: 14px;
	display: block;
	margin-top: 9px;
}

.steplist {
	width: 980px;
	overflow: hidden;
}

.steplist ol {
	display: table;
	width: 1024px;
	margin-left: -22px;
	margin-bottom: 20px;
	border-collapse: separate;
	border-spacing:22px 0px ;
	table-layout: fixed;
}

.steplist li {
	-webkit-transition: all .2s .2s;
	transition: all .2s .2s;
	display: table-cell;
	width: 480px;
	vertical-align: top;
	box-sizing: border-box;
	border: 4px solid #fff;
	background: rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); 
}

.steplist li:not(:target) {
	filter: none;
}

.steplist li .icon {
	text-align: center;
	display: table;
	width: 100%;
	height: 184px;
}

.steplist li.step03 .icon {
	position: relative;
}

.steplist li .icon .img {
	display: table-cell;
	vertical-align: middle;
}

.steplist li .icon .img img {
	vertical-align: middle;
}

.steplist li .icon .img img.pc_only{
	display: inline;
}
.steplist li .icon .img img.sp_only{
	display: none;
}

.steplist li .txt {
	padding: 0px 30px 40px;
}

.steplist li .txt p {
	line-height: 1.5;
	font-size: 16px;
}

.steplist li .txt p.small {
	font-size: 14px;
	margin-top: 10px;
}

.steplist li h3 {
	text-align: center;
	background: #fff;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0 8px;
}

.steplist li .step_ttl {
	display: table;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.steplist li .step_ttl .bg {
	width: 64px;
	height: 64px;
	display: table-cell;
}

.steplist li .step {
	background: #e85647;
	padding: 0px 17px;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	letter-spacing: .05em;
	vertical-align: middle;
	display: table-cell;
	width: 64px;
	height: 64px;
	box-sizing: border-box;
}

.steplist li .step .num {
	font-weight: 300;
	font-size: 32px;
	display: inline-block;
	margin-top: 0px;
}

.steplist li h2 {
	font-weight: 700;
	font-size: 20px;
	padding-left: 15px;
	line-height: 1.5;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}

.steplist li:nth-child(3) h2,
.steplist .second > li:nth-child(2) h2 {
	padding-top: 18px;
}

.steplist .second {
	margin-bottom: 80px;
}

.steplist .second .step_ttl {
	margin-bottom: 20px;
}

.steplist .second li h3 {
	margin-bottom: 30px;
}

.steplist .second .step05 {
	margin-bottom: 40px;
}

.steplist .second .for_smp,
.steplist .second .for_pc,
.steplist .second .for_card {
	float: left;
	width: 270px;
	margin-left: 40px;
}

.steplist .second .for_card{
	position: relative;
}

.steplist .second .for_smp .icon,
.steplist .second .for_pc .icon,
.steplist .second .for_card .icon {
	width: 100%;
	height: 188px;
	margin-bottom: 20px;
}

.steplist .second .for_smp .txt,
.steplist .second .for_pc .txt,
.steplist .second .for_card .txt {
	width: 100%;
	padding: 0;
}
.steplist .second .for_smp .txt .small,
.steplist .second .for_pc .txt .small,
.steplist .second .for_card .txt .small {
	font-size: 12px;
}

.steplist .second .icon_new{
	position: absolute;
	top: -32px;
	right: 0;
	left: 0;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	margin: 0 auto;
}
.steplist .second .icon_new .fukidashi{
	position: relative;
	font-size: 16px;
	background: #f6ba19;
	padding: 0 20px;
	border-radius: 12px;
	margin-right: 10px;
}
.steplist .second .icon_new .fukidashi:after{
	content: '';
	display: block;
	position: absolute;
	bottom: -12px;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border: 6px solid transparent;
	border-top: 6px solid #f6ba19;
}

.btn_index {
	display: block;
	width: 560px;
	margin: 0 auto 80px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	padding: 31px 0px;
	background-color: rgb(255,255,255);
	-webkit-transition: background-color .4s;
	transition: background-color .4s;
	letter-spacing: .1em;
	position: relative;
	overflow: hidden;
}

.btn_index:hover {
	background-color: rgb(34,34,34);
	color: #fff;
}

.btn_index .arrow {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -7px;
	opacity: 1;
}

.btn_index:hover .arrow {
	animation: arrow .5s ;
}

.btn_index:hover .arrow .cls-1 {
	fill: #fff;
	fill-rule: evenodd;
}

@keyframes arrow {
	30% {
		left: 15px;
		opacity: 0;
	}
	50% {
		left: 35px;
		opacity: 0;
	}
	100% {
		left: 15px;
		opacity: 1;
	}
}


@media screen and (max-width: 640px) {
	#site_logo {
		padding-top: 30px;
		margin-bottom: 30px;
	}

	#site_logo p {
		font-size: 20px;
	}

	#site_logo p u {
		background: -webkit-linear-gradient(transparent 43%, #e85647 43%);
		background: linear-gradient(transparent 43%, #e85647 43%);
	}

	.attention {
		line-height: 1.5;
		margin-bottom: 20px;
		font-size: 14px;
		padding: 7px 0;
	}

	.attention p {
		width: 100%;
		padding: 0 0 0 45px;
		display: inline-block;
	}

	.attention p:before {
		content: '';
		display: block;
		margin: 0px;
		position: absolute;
		top: 12px;
		left: 30px;
	}

	.attention p .small {
		font-size: 12px;
		margin-top: 2px;
	}

	.steplist {
		width: 100%;
		overflow: hidden;
		-webkit-transition: all .2s;
		transition: all .2s;
	}

	.steplist ol {
		width: 100%;
		margin-left: 0;
		border-spacing: 0px 0px;
		margin-bottom: 0;
	}

	.steplist li {
		display: table;
		width: 100%;
		margin-bottom: 20px;
	}

	.steplist li .step {
		font-size: 9px;
		padding: 7px 10px;
		height: 48px;
		width: 48px;
	}

	.steplist li .step .num {
		font-size: 22px;
	}

	.steplist li h2 {
		font-size: 18px;
		padding-top: 12px;
		width: 100%;
	}

	.steplist li .icon .img img.pc_only{
		display: none;
	}
	.steplist li .icon .img img.sp_only{
		display: inline;
	}

	.steplist li h3 {
		font-size: 12px;
		padding: 6px 0 8px;
	}

	.steplist li .step_ttl .bg {
		width: 44px;
		height: 44px;
	}

	.steplist li:nth-child(3) h2 {
		padding-top: 0px;
	}

	.steplist .second > li:nth-child(2) h2 {
		padding-top: 9px;
	}

	.steplist li .txt {
		padding: 0 20px 20px ;
	}

	.steplist li .txt p {
		font-size: 14px;
	}

	.steplist li .txt p.small {
		font-size: 12px;
		margin-top: 5px;
	}

	.steplist .second .for_smp {
		float: none;
		width: 100%;
		margin-left: 0px;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.steplist .second .for_smp,
	.steplist .second .for_pc,
	.steplist .second .for_card {
		float: none;
		width: 100%;
		margin-left: 0px;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.steplist .second .for_smp .txt,
	.steplist .second .for_pc .txt,
	.steplist .second .for_card .txt,
	.steplist .second .for_smp .icon,
	.steplist .second .for_pc .icon,
	.steplist .second .for_card .icon {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 40px;
	}

	.steplist .second .icon_new{
		font-size: 12px;
		line-height: 18px;
	}
	.steplist .second .icon_new .fukidashi{
		font-size: 12px;
		padding: 0 11px;
	}

	.steplist .second .step05 {
		margin-bottom: 0;
	}

	.steplist li .icon {
		height: 224px;
	}

	.btn_index {
		width: 100%;
		padding:16px 0px;
		margin-bottom: 40px;
		font-size: 14px;
	}

	.steplist .second {
		margin-bottom: 20px;
	}

}