/*<h5>更換*/
.forh5 {
    font-size: 1.3em;
}

/*BrowserPopup使用Start*/
.overlayconBP {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: none;
    width: 100%;
    max-width: 854px;
    min-height: 200px;
    max-height: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    z-index: 193;
    transition: none;
    padding: 10px 0;
    overflow: hidden;
}

    .overlayconBP::-webkit-scrollbar {
        display: none;
    }

    .overlayconBP .row {
        display: block;
        padding: 10px;
        margin: 0;
        text-align: center;
    }

    .overlayconBP .mask {
        display: block;
        padding: 10px;
        min-height: 50vh;
        max-height: calc(100vh - 250px);
        overflow-x: hidden;
        overflow-y: hidden;
        margin: 0;
        border: 1px solid #ccc;
        border-right: 0;
        border-left: 0;
    }

   .overlayconBP .mask a {
        display: inline-block;
        margin: 0 3px;
        color: #0158B3;
   }

    .overlayconBP .mask a:hover {
        text-decoration: underline;
    }

    .overlayconBP a.blue {
        color: #0158B3;
    }

    .overlayconBP a.blue:hover {
         text-decoration: underline;
    }


    .overlayconBP > .btn-close {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        opacity: .5;
        z-index: 80;
    }

    .overlayconBP > .btn-close:hover {
        opacity: 1;
    }

    .overlayconBP .row:last-child {
        padding-bottom: 0;
    }

    .overlayconBP h2 {
        display: block;
        font-size: 1.5em;
        margin: 0;
        padding: 0;
    }

   .overlayconBP h2 .icon {
        display: inline-block;
        margin: 0 15px 0 0;
        width: 30px;
        height: 30px;
        transform: translateY(5px);
   }

@media -ms-viewport, screen and (max-width:430px) {
    .overlayconBP {
        width: 95%;
        max-height: 100%;
        height: calc(100% - 40px);
        z-index: 1105;
        padding: 30px 10px;
    }       
    .overlayconBP .mask {          
        padding: 20px;           
        max-height: calc(100% - 100px);
      
    }
     .overlayconBP .mask .row {
         padding: 0;
     }
     .overlayconBP > .btn-close {
         width: 40px;
         height: 40px;
         padding: 3px;
     }
     .overlayconBP .row .btn-close {
         margin: 5px auto;
     }
}

.overlayconBP .mask {
    border-bottom: 0;
}
@media -ms-viewport, screen and (max-width:430px) {
    .overlaycon h2 {
        padding: 0 !important;
    }
}
/*BrowserPopup使用End*/