/** 新着情報 **/
.IDCDNews * {
padding:0;
margin:0;

}
.IDCDNews{
width:100%;
max-width:1000px;
font-size: 15px;
line-height: 1.8;
}


.IDCDVaPeriod{
font-weight: bold;

}


.IDCDVaCalender{
display: flex;
flex-wrap:wrap;
list-style: none;
text-align: center;

width:100%;
max-width:1000px;
font-weight: bold;
margin:5px 0
}
.IDCDVaCalender ul{
list-style: none;
}

.IDCDVaCalender > li{
flex-grow: 1;
min-width:calc(100% / 14 - 2px);
/**min-width: 65px;**/
}


@media screen and (max-width:1350px){
.IDCDVaCalender{
max-width:500px;
}

.IDCDVaCalender > li{
min-width:calc(100% / 7 - 2px);
margin-bottom:5px;
}

.IDCDVaCalender > li:nth-child(7n+1){
border-left:1px solid #AAAAAA;
}
.IDCDVaCalender > li:nth-child(n+8){
}
}

.IDCDVaCalender > li{
border-right:1px solid #AAAAAA;
border-top: 1px solid #AAAAAA;
border-bottom: 1px solid #AAAAAA;
}

.IDCDVaCalender > li:first-child{
border-left:1px solid #AAAAAA;
}        
.IDCDVaCalender > li:last-child{
border-right:1px solid #AAAAAA;
}        

.IDCDVaCalender ul > li:nth-child(1){
border-bottom: 1px solid #AAAAAA;
}

.IDCDVaCalender ul > li:nth-child(2){
border-bottom: 1px solid #AAAAAA;
}

.IDCDVaCalender ul > li:nth-child(3){
padding:20px 0px;
}

.IDCDVaCalRed{
background-color: #F4CDCD;
}

.IDCDVaCalbox{
font-weight: bold;
line-height: 1.3;
padding:20px 0;
}

.IDCDVaCalbox h3{
font-size: 1rem;
}

.IDCDNewsLink{
position: relative;
content:"関連ページ";
width: fit-content;
padding:5px;
border:3px solid #DDDDDD;
background-color: #EEEEEE;
margin-top:30px;

}

.IDCDNewsLink::before{
position: absolute;
content:"関連ページ";
top:-30px;
left:0;
font-weight: bold;
}

.IDCDNewsLink a{
text-decoration: none;
position: relative;
margin-left:20px;
}

.IDCDNewsLink a:hover{
text-decoration: underline;
}
.IDCDNewsLink a::before {
content: "";
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: -20px;
width: 7px;
height: 7px;
border-top: 1px solid;
border-right: 1px solid;
transform: rotate(45deg);
}


.__block--news::before {
content: "新着情報";
background-color: #EEEEEE;
display: block;
padding: 5px 15px;
font-weight: bold;
}
.__block--news span{
font-size: 1rem;
}
.__block--news span.__label{
font-size: 0.9rem;
}

/** 新着情報 **/