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


@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------

PC Style

----------------------------------------------------------------------*/

/**********************************************************/
/* メインエリア */
/**********************************************************/

main {
	margin-top:60px;
}

.page_content {
	padding-bottom:30px;
}

.page_content h2 {
	margin-top:40px;
	margin-bottom:10px;
}

.page_content dl {
	border-bottom:1px dotted #ccc;
	margin:30px auto;
}

.page_content dl dt {
	width:30%;
	padding:15px 0;
	border-top:1px dotted #ccc;
	float:left;
	clear:both;
}

.page_content dl dd {
	width:70%;
	float:left;
	padding:15px 0;
	border-top:1px dotted #ccc;
}


.page_content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dashed  #DDD;
}



}


@media screen and (max-width:767px){
/*----------------------------------------------------------------------

SP Style

----------------------------------------------------------------------*/

/**********************************************************/
/* メインエリア */
/**********************************************************/

.page_content {
	padding-bottom:30px;
	font-size:15px;
}

.page_content h2 {
	margin-top:10px;
	margin-bottom:0;
}

.page_content dl {
	border-bottom:1px dotted #ccc;
	margin:10px auto 30px;
}

.page_content dl dt {
	width:30%;
	padding:10px 0;
	font-weight:600;
	border-top:1px dotted #ccc;
	float:left;
	padding-right:5%;
	clear:both;
}

.page_content dl dd {
	width:70%;
	float:left;
	padding:10px 0;
	border-top:1px dotted #ccc;
}


.page_content hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dashed  #DDD;
}

}