@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 769px){
#continer .guide_page{
	width: 980px;
	margin: 0 auto 100px;
}
#continer .guide_page .h4_bl_ttl{
	/*background: #3BA3B8;*/
	background: #000;
	color: #fff;
	padding: 15px 20px;
	margin-bottom: 30px;
	line-height: 26px;
	font-size: 28px;
}
#continer .guide_cont{
	padding: 0 20px;
	margin-bottom: 80px;
}
#continer .guide_cont dt{
    color: #000;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
#continer .guide_cont dd{
	color: #000;
	line-height: 1.9;
	font-size: 14px;
	margin-bottom: 25px;
}
#continer .guide_cont .rtn_name{
	font-weight: bold;
	font-size: 120%;
	line-height: 1;
}
#continer .guide_cont .rtn_num{
	font-weight: bold;
	font-size: 250%;
	line-height: 1;
}
#continer .guide_cont .rtn_add{
	background-color: #f5f5f5;
	padding: 20px;
	font-weight: bold;
	font-size: 150%;
}
#continer .guide_cont .attention_num_list li{
	color: #000;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
}
}
@media only screen and (max-width: 768px){
#continer .guide_page{
	width: 100%;
	margin: 0 auto 60px;
}

#continer .guide_page .h4_bl_ttl{
	background: #000;
	color: #fff;
	padding: 10px 15px;
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 22px;
}
#continer .guide_cont{
	padding: 0 20px;
	margin-bottom: 50px;
}
#continer .guide_cont dt{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
#continer .guide_cont dd{
	color: #000;
	line-height: 1.7;
	font-size: 13px;
	margin-bottom: 15px;
}
#continer .guide_cont .rtn_name{
	font-weight: bold;
	line-height: 1;
}
#continer .guide_cont .rtn_num{
	font-weight: bold;
	font-size: 17px;
	line-height: 1;
}
#continer .guide_cont .rtn_add{
	background-color: #f5f5f5;
	padding: 15px;
	font-weight: bold;
	font-size: 15px;
}
#continer .guide_cont .attention_num_list li{
	color: #000;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 10px;
}
}