@charset "UTF-8";



@media print,screen and (min-width: 769px) {

    .sp{
        display: none !important;
    }
#contents #box2 {
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 0px;
}
#box2 .finding {
	font-size: 95%;
	line-height: 1em;
	font-weight: bold;
}
#contents #box2 .number {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
}

#contents #box2 .number li {
	border-left-width: 10px;
	border-left-style: groove;
	border-left-color: #C6ACCD;
	margin-bottom: 20px;
	padding-left: 10px;
}
}




@media only screen and (max-width: 768px) {

    .pc{
        display: none!important;
    }
	#contents #box2 {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}
#box2 .finding {
	font-size: 95%;
	line-height: 1em;
	font-weight: bold;
}
#contents #box2 .number {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
}

#contents #box2 .number li {
	border-left-width: 10px;
	border-left-style: groove;
	border-left-color: #C6ACCD;
	margin-bottom: 20px;
	padding-left: 10px;
}
#contents #box2 .number li a {
    white-space: normal;
}

}	
