@charset "utf-8";
.c-h1 {
	text-align: center;
}

.howtoTxt {
	margin-bottom: 30px;
}

.section {
	margin-bottom: 40px;
}

.howtoTitle01 {
	display: inline;
	font-size: 2rem;
	line-height: 1.8;
	font-weight: bold;
	color: #212121;
	text-align: center;
	border-bottom: 3px solid #212121;
}

.howtoNoticeBox {
	background: #00a000;
	margin-bottom: 20px;
	border: 2px solid #00a000;
}

.howtoNoticeBox dt {
	padding: 12px 15px;
	color: #fff;
	text-align: center;
}

.howtoNoticeBox dd {
	background: #fff;
	padding: 15px;
}

.howtoIco01:before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: -2px;
	background:url(/system/files/guide/img/ico-howto01.gif) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.howtoIco02:before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: -2px;
	background:url(/system/files/guide/img/ico-howto02.gif) 0 0 no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.imgAttention01{
	margin-top: 10px;
}
.imgAttention01 li{
	position: relative;
    padding-left: 2rem;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #212121;
}
.imgAttention01 li:before {
    position: absolute;
    left: 0;
    content: "※";
}
.howtoBtnBack a{
	display: inline-block;
	border: 1px solid #999999;
	padding: 13px 70px;
    font-size: 1.4rem;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #999999;
}
.howtoBtnBack a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 7px;
    height: 12px;
    margin-top: -6px;
    background: url(/system/files/guide/img/ico_arrowLeft01.png) 0 0 no-repeat;
    background-size: contain;
}


@media print,
screen and (min-width: 768px) {
	.c-h1 {
		margin: 60px auto;
	}
	.howtoTxt {
		margin-bottom: 50px;
	}
	.section {
		margin-bottom: 80px;
	}
	.howtoTitle01 {
		width: 100%;
		margin: 0 auto;
		font-size: 3.6rem;
	}
	.howtoNoticeBox {
		margin-bottom: 40px;
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.howtoNoticeBox dt {
		display: table-cell;
		width: 22%;
		vertical-align: middle;
	}
	.howtoNoticeBox dd {
		display: table-cell;
		vertical-align: middle;
	}
	.howtoIco01:before{
		margin-top: -4px;
	}

	.howtoIco02:before{
		margin-top: -4px;
	}
	.c-attention01 li {
    	padding-left: 1.8rem;
	}
	.howtoBtnBack a{
		padding: 15px 100px;
		font-size: 1.6rem;
	}
	.howtoBtnBack a:hover{
		background: #999999;
		color: #fff;
	}
	.howtoBtnBack a:hover:before {
	    background: url(/system/files/guide/img/ico_arrowLeft02.png) 0 0 no-repeat;
	    background-size: contain;
	}
}