/* CSS Document */

.guide .text dt {
	font-weight: bold;
	position: relative;
	padding-left: 21px;
	/*margin-bottom: 1em;*/
}
.guide .text dt::before {
	background: #000000;
	content: "";
	position: absolute;
	height: 14px;
	width: 14px;
	top: 7px;
	left: 0;
}
.guide .text dd {
	font-size: 1.4rem;
	margin-bottom: 1em;
}
.guide .text dd a {
	/*color: #0192a2;*/
}
.guide .text dd a:hover {
	opacity: 0.7;
}

@media screen and (max-width:768px){
.view_tb {
	display: block;
}
.view_sp {
	display: none;
}
}
@media screen and (max-width:480px){
.view_tb {
	display: none;
}
.view_sp {
	display: block;
}
.guide .text dt {
	padding-left: 15px;
	margin-bottom: 0.5em;
	font-size: 1.8rem;
}
.guide .text dt::before {
	height: 9px;
	width: 9px;
	top: 7px;
}
.guide .text dd {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
}
}
