@media only screen and (min-width:1024px){
.wrap-header .head-navi .a_1 {padding: 25px 40px;}
}


 
.link-bx ul li a p {
    font-family: 'Noto DemiLight';}

.quick_list a {padding: 26px 0 30px;    max-height: 200px;}
.quick_list strong {margin: 22px 0;}
.quick_wrap.type01 > .quick_list li:last-child {background-color: #C13A69;}
.quick_wrap.type01 > .quick_list li:last-child a strong {margin-top: 0; color: #fff;}
.quick_wrap.type01 > .quick_list li:nth-child(6):hover a strong {color: #333;}


/* popup */

.PZwindow {display:flex; flex-direction:column;}
.PZwindow iframe {height: 100% ;width:100%;}
.PZwindow .PZwrap img {width:100%; height: 100%;}
.PZwindow .PZwrap a {display: block; background: #333;}


@media only screen and (max-width:768px){
    .PZwindow {width: 80% !important; top:0 !important; left:0 !important;}
    .PZwindow .PZwrap {width: 100% !important; height: auto !important;}
}

@media only screen and (max-width:550px){
    .PZwindow {width: 100% !important;}
}


