@charset "UTF-8";

    .widget-entry-card-date {
display: block;
}   .ect-entry-card img{border-radius: 10px;}
.e-card{border: 1px solid #ccc; border-radius: 10px;padding: 8px;}       .front-top-page #main .entry-title{
display: none;
}  .tab-wrap {
display: flex;
flex-wrap: wrap;
width:100%;
margin:0 auto;
margin-bottom:15px;
}
.tab-wrap:after {
content: '';
width: 100%;
height: 25px;
background: #949495; display: block;
order: -1;
}
.tab-body h3 { width:95%;
margin:0 auto;
margin-bottom:15px;
color: #ffffff;
font-size: 16px;
line-height: 20px;
position: relative;
padding: 10px;
background: #5a5a5a;
border:none;
box-shadow: 0 0 0 0 #949495, -10px 0 0 0 #949495, 0 3px 3px 0 #787878;
}
.tab-body h3:before { 
content: " ";
position: absolute;
top: 100%;
left: -10px;
width: 0;
height: 0;
border-width: 0 10px 10px 0;
border-style: solid;
border-color: transparent;
border-right-color: #003046;
}
.tab-label {
color: #fff;
background: #cacaca; font-weight: bold;
white-space: nowrap;
text-align: center;
padding: 10px .5em;
order: -1;
position: relative;
z-index: 1;
cursor: pointer;
border-radius: 5px 5px 0 0;
flex: 1;
}
.tab-label:not(:last-of-type) {
margin-right: 5px;
}
.tab-wrap label:hover { background:rgba(148,148,149,0.7);
}
.tab-switch:checked+.tab-label { background: #5a5a5a;
}
.tab-switch { display: none;
}
.tab-wrap .tab-body > div {
display: none;
}
.tab-body { width: 100%;
padding:10px;
border-left:2px solid #787878;
border-right:2px solid #787878;
border-bottom:2px solid #787878;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background:rgba(148,148,149,0.1);;
} .tab-wrap #tab1:checked ~ .tab-body > .body1 {display: block;}
.tab-wrap #tab2:checked ~ .tab-body > .body2 {display: block;}
.tab-wrap #tab3:checked ~ .tab-body > .body3 {display: block;}
.tab-wrap #tab4:checked ~ .tab-body > .body4 {display: block;}
.tab-wrap #tab5:checked ~ .tab-body > .body5 {display: block;}
.tab-wrap #tab6:checked ~ .tab-body > .body6 {display: block;}  .box-menu{
padding: 0;
min-height: 0;
}
.box-menu:hover{
box-shadow:none;
opacity: 0.8;
} 
.box-menu-label,
.box-menu-description{
display: block;
}
.box-menu-icon *{
margin: 0;
max-width: 100%;
max-height: 120px;}   @media screen and (max-width: 1023px){ } @media screen and (max-width: 834px){ } @media screen and (max-width: 480px){ }