@charset "utf-8";
/* ----------------------------------
メディアクエリ　モバイルレイアウト : 480pxまで
----------------------------------- */

#section01{
margin-bottom: 30px;
}
table{
border-top:1px solid #e8e8e8;
border-left:1px solid #e8e8e8;
border-collapse:collapse;
border-spacing:0;
background-color:#ffffff;
empty-cells:show;
}
th,
td{
padding:1em;
border-right:1px solid #e8e8e8;
border-bottom:1px solid #e8e8e8;
text-align:left;
vertical-align: top;
font-size:10px;
line-height: 1.6;
font-weight: normal;
}
th{
background-color:#f0f4f3;
width:90px;
}
#section02{
margin-bottom: 30px;
line-height: 1.6;
}
#section02 .ttlHl{
border-top:#a5b3cf solid 4px;
color:#60687e;
text-align: left;
}
#section02 .block{
padding-bottom:15px;
border-top:1px solid #d7d7d7;
border-bottom:1px solid #d7d7d7;
}
#section02 dl{
margin-top:15px;
font-size: 11px;
}


/* ----------------------------------
メディアクエリ　タブレットレイアウト : 481px　〜
----------------------------------- */
@media only screen and (min-width: 481px) {

#section01{
margin-bottom: 45px;
}
th,
td{
vertical-align: top;
font-size:14px;
line-height: 1.8;
}
th{
width:120px;
}

#section02{
margin-bottom: 0;
}
#section02 .ttlHl{
border-top:#a5b3cf solid 5px;
line-height: 1;
}
#section02 .block{
padding-bottom:25px;
}
#section02 dl{
margin-top:25px;
font-size: 14px;
line-height: 1.8;
}



}

/* ----------------------------------
メディアクエリ　デスクトップレイアウト : 769px　〜
----------------------------------- */
@media only screen and (min-width: 769px) {


}