@charset "utf-8";

.irpdf{margin-top: 30px;}

.irpdf li{display: table;}
.irpdf li span,.irpdf li a {display: table-cell;}
.irpdf .day{width: 9em;}
.irpdf li{border-bottom: 1px dotted #ccc;padding-bottom: 3px; margin-bottom: 3px;}
.yearbox { 
margin: 10px 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;}
.yearbox li{width: calc(100%/4);margin-bottom: 10px;}

@media screen and (min-width: 769px) {
/*
#header nav ul li.nac01 a{border-bottom: 5px solid #0d3868;}
#header nav li.nac01 a:after {border-bottom: solid 5px #0d3868;}
*/
#container .phtext{display: -webkit-flex;display: flex;}
#container .phtext .ph{width: 40%;margin-right: 30px;}
#container .phtext .ph img{width: 100%;height: auto;}
.irpdf li span.day{margin-right: 10px;}
.irpdf li{margin-bottom: 10px;}
}

@media screen and (max-width: 768px) {
#container .phtext .ph{margin-bottom: 10px;}
.irpdf li span.day{display: block;}
.irpdf li{margin-bottom: 15px;line-height: 1.2;}
.yearbox li{width: calc(100%/1);margin-bottom: 10px;}
}
