@charset "UTF-8";
/* PC */
/* PC */
/* Common Layout
***************************************************************/
.modalinfo_wrap3 {
    position: fixed;
	width: 350px;
    left: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1800;
}
.modalinfo_wrap3 .modalinfo{
    position: relative;
    width: 100%;
}
.modalinfo_wrap3 .modalinfo img {
	width:100%;
}
.modalinfo_wrap3 .modalinfo a {
    display: block;
    cursor: pointer;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
}
.modalinfo_wrap3 .close{
    position: absolute;
    left: 0;
    top: -25px;
    line-height:0;
    cursor: pointer;
    transition: opacity 0.3s;
}
.modalinfo_wrap3 .close img {
	width:25px;
	line-height:0;
}
body:not(.mobile) .modalinfo_wrap3 .close:hover{
    opacity: 0.6;
}

.modalinfo ul {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.modalinfo ul li {
    width: 50%;
}

@media screen and (max-width: 960px) {
.modalinfo_wrap3 {
	width: 300px;
    left: auto;
    right: 0;
    bottom: 120px;
}
.modalinfo_wrap3 .close{
    left: auto;
    right: 0;
    top: -25px;
}
}
@media screen and (max-width: 520px) {
.modalinfo_wrap3 {
	width: 70%;
}
}