@charset "UTF-8";
/* PC */
/* PC */
/* Common Layout
***************************************************************/

.modalinfo_wrap3 {
    position: fixed;
    right: 30px;
    top: 90px;
    display: none;
    z-index: 1999;
    cursor: pointer;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
    color: #111 !important;
}
.modalinfo_wrap3 .modalinfo {
    position: relative;
    background-color: #fff;
    text-align: left;
    padding: 15px;
    line-height: 1.4;
    white-space:nowrap;
    box-sizing: border-box;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif;
}
.modalinfo_wrap3 .modalinfo img {
	width:100%;
}
.modalinfo_wrap3 .modalinfo h5 {
    font-size: 1em;
    margin-bottom: 0.4em;
}
.modalinfo_wrap3 .modalinfo p {
    font-size: 0.84em;
}
.modalinfo_wrap3 .close{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.modalinfo_wrap3 .close img {
	width:25px;
	line-height:0;
}

@media screen and (max-width: 520px) {
.modalinfo_wrap3 {
    right: 20px;
    top: 70px;
}
.modalinfo_wrap3 .modalinfo {
    width: 265px;
    padding: 12px;
    white-space:normal;
}
.modalinfo_wrap3 .close img {
	width:20px;
	line-height:0;
}
}