@charset "utf-8";
/* ----------------------------------------
 main
------------------------------------------- */
.business ul{
    margin-bottom: 20px;
}
.business ul li{
    list-style: disc;
    font-size: 1.7rem;
    margin-bottom: 5px;
	margin-left: 1em;
}
.business table{
    width: 100%;
}
.business table th,.business table td{
	vertical-align: top;
	text-align: left;
	border: 1px solid #555;
	padding: 10px;
}
.business table th{
	width: 90px;
	background-color: #f0f0f0;
}

#qualification ul{
    overflow: hidden;
}
#qualification ul li{
    float: left;
    display: block;
	width: 47%;
	border-bottom: 1px dotted #555;
	padding: 10px 0;
}
#qualification ul li:nth-child(2n){
    margin-left: 6%;
}
#qualification dl{
    overflow: hidden;
}
#qualification dl dt{
    float: left;
	font-weight: bold;
}
#qualification dl dd{
    float: right;
}

#results dl{
    overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px dotted #555;
	padding: 10px 0;
}
#results dl dt{
    float: left;
	font-weight: bold;
}
#results dl dd{
    float: right;
}

/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
}
/* =======================
  SP
======================== */
@media screen and (max-width: 699px) {


#qualification ul li{
    float:none;
	width: 100%;
	box-sizing: border-box;
}
#qualification ul li:nth-child(2n){
    margin-left: 0;
}

}