.situationList h2{ margin-bottom: 39px;}
.situationList section > div{
 display: inline-block;
 position: relative;
 padding-top: 21px;
}
.situationList section .date{
 position: absolute;
 top: -10px;
 right: 0;
 color: #333;
 font-size: 1.2rem;
}
.situationList section p{ line-height: 2.2rem;}
.situationList th,
.situationList td{ font-weight: normal;}
.situationList th{
 font-weight: bold;
 background-color: #f3f5f7;
}
.situation01 th,
.situation02 th{ width: 230px;}
.situation01 td,
.situation02 td{ width: 270px;}
.situationList .situation03 > div,
.situation03 table{ width: 100%;}
.situation03 th{
 text-align: center;
 padding: 13px 0;
}
.situation03 tr td:nth-of-type(n+2){
 width: 375px;
 text-align: right;
}
.situation03 p{
 font-size: 1.4rem;
 /*margin-top: 20px;**/
 color: #555;
}


