@charset "UTF-8";

/* PS30px=2.0rem/1.8rem*/
/* PS24px=1.6rem/1.4rem*/
/* PS18px=1.2rem/1.0rem*/
/* PS16px=1.0rem/0.85rem*/
/* PS14px=0.85rem/0.6rem*/

/* MDQ */
#MDQ {display: none;}

body{
    font-size: 0.85rem;
    line-height: 1.4rem;
}

/* spaceType */
/* Space above and below dots */
.spaceTypeDots{
    background-image: linear-gradient(to right, #000000, #000000 20%, rgba(0, 0, 0, 0) 11.11111%, rgba(0, 0, 0, 0) 100%);
    background-size: 5px 5px;
    height: 1px; width: 100%;
}

/* CRC_pageTop */
#CRC_pageTop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    z-index: 5800000;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-size: 1.2rem;
/*    color: #ccc;*/
/*    background-color: #fff;*/
    margin: 0 10px 10px 0;
}
#CRC_pageTop:hover{
    background-color: #2f3f96;
}
#CRC_pageTop svg{
    width: 40px;
    height: 40px;
}
#CRC_pageTop svg line{
    stroke: #2f3f96;
    stroke-width: 2;
}
#CRC_pageTop:hover > svg line{
    stroke: #fff;
}

/* modal window */
.CRC_modalCover{
    z-index: 5900000;
    position: fixed;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    background-color: #000;
    opacity: 0.0;
}
.CRC_modalContainer{
    z-index: 5900001; position: fixed; opacity: 0.0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*        background-color: #000;*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.CRC_modalMovieContainer{
    z-index: 5900001; position: fixed; opacity: 0.0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*        background-color: #000;*/
}
.CRC_modalImage{
    position: relative;
}
.CRC_modalIframe{
    position: relative;
    width: 100%;
    height: 100%;
}
.CRC_modalFunction{
    z-index: 5900001; position: fixed; opacity: 0.0;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
}
.CRC_modalZoomIn{
    z-index: 5900002; position: relative; opacity: 0.0;
    top: 15px; right: 30px;
    color: #fff;
    float: right;
}
.CRC_modalZoomOut{
    z-index: 5900002; position: relative; opacity: 0.0;
    top: 15px; right: 45px;
    color: #fff;
    float: right;
}
.CRC_modalClose{
    z-index: 5900002; position: relative; opacity: 0.0;
    top: 15px; right: 15px;
    color: #fff;
    float: right;
}
.CRC_modalZoomIn svg,
.CRC_modalZoomOut svg,
.CRC_modalClose svg{
    width: 33px;
    height: 33px;
}
.CRC_modalZoomIn svg line,
.CRC_modalZoomOut svg line,
.CRC_modalClose svg line{
    stroke: #ccc;
    stroke-width: 2;
}
.CRC_modalZoomIn:hover > svg line{
    stroke: #fff;
}
.CRC_modalZoomOut:hover > svg line{
    stroke: #fff;
}
.CRC_modalClose:hover > svg line{
    stroke: #fff;
}

.spNone {display: none;}
.pcNone {}
