@charset "UTF-8";
/* CSS Document */

.free {
	color: #78a000;border: 3px solid #a0b400;
	padding: 0.5em;
	font-size: 110%;
	font-weight: bold;
	margin: 1em 0;
	line-height: 1.4em;
}
.btn_download {
	margin: 4em 0 2em;
}

.guide {
	padding: 0 20px;
}
.guide th,
.guide td{
	padding: 15px 20px !important;
}
.guide td {
	text-align: left !important;
}

.torihiki {
	margin: 2em;
}
.torihiki dt {
	float: left;
	clear: left;
	padding: 1em 2em;
}
.torihiki dd {
	padding:1em 0 1em 15em;
	border-bottom: 1px solid #666;
	width: 100%;
}

.txt24 {
	line-height: 2.4em;
	margin-bottom: 1em;
}

.img_pc {
	display: block;
	margin-bottom: 20px;
}
.img_sp {
	display: none;
}


@media screen and (max-width:767px){
	.img_pc {
	display: none;
}
.img_sp {
	display: block;
	margin-bottom: 20px;
}

	.btn_download {
		margin: 1em 0;
	}
	.torihiki {
		margin: 0;
	}
	.torihiki dt {
		/*float: none;*/
		padding: 1em 0 0 0;
		width: 5em;
	}
	.torihiki dd {
		padding:1em 0 1em 6.5em;
		white-space: normal !important;
		word-break: break-all;
	}
	
	.guide {
		width: 100%;
		padding: 0;
		border-collapse: collapse;
		border-right: 1px solid #8c6239;
		border-bottom: 1px solid #8c6239;
		border-left: 1px solid #8c6239;
	}
	.guide th,
	.guide td {
		width: 100%;
		display: block;
		padding: 5px 10px !important;
		border-collapse: collapse;
		border-bottom: none !important;
		border-right: none !important;
	}
	.guide td {
		padding-bottom: 15px !important;
	}
	
	.txt24 {
		line-height: 1.8em;
	}
}