/*img-Style*/

/* TOP画像調整
-----------------------------------------------*/
.img-top
{
    width: 100%;
    margin-bottom: 30px;
}

/* 5つのプレコンアクション吹き出し
-----------------------------------------------*/
.overview-Action img
{
    text-align: left;
}

.modal-baseimg a:hover
{
    opacity: 0.6;
}

.img-whatprecon
{
    width: 95%;
    margin-top: 20px;
}

.img-whatprecon:hover
{
    opacity: 0.6;
}

td.td.border.first-chd img
{
    display: none;
    float: right;
    padding-top: 3px;
}

.img-hundred-years-pc
{
    float: right;
}

.img-hundred-years-sp
{
    display: none;
    float: right;
    width: 200px;
}

.img-lifecourse
{
    float: right;
    margin: 5px auto 15px;
}

.img-lifecourse:hover
{
    opacity: 0.6;
}

.img-speech_balloon
{
    position: absolute;
    right: 0%;
    margin-top: -40px;
}

.img-speech_balloon-SP400
{
    display: none;
}

.img-QR
{
    margin: auto 0 auto auto;
}

.img-none-float
{
    float: none;
}

/*モーダル用*/
.modals-whatprecon
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0);
    z-index: 25;
    display: none;
}

.modals-lifecourse
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0);
    z-index: 25;
    display: none;
}

.bigimg-whatprecon
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bigimg-lifecourse
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bigimg-whatprecon > img
{
    height: 100vh;
}

.bigimg-lifecourse > img
{
    width: 125vh;
}

/*モーダル終了用*/
.close-btn 
{
    color: #fff;
    font-size: 50px;
    position: absolute;
    right: 20px;
    top: 0;
}

.close-btn a 
{
    color: #fff;
    text-decoration: none;
}

/*SP用*/
@media screen and (max-width:640px)
{
    .top-sp
    {
        position: relative;
        left: -20px;
        width: 100vw;
        margin-bottom: 30px;
    }

    .img-hundred-years-pc
    {
        display: none;
    }

    .img-hundred-years-sp
    {
        display: initial;
        margin-bottom: 15px;
    }

    .img-lifecourse
    {
        margin: 20px auto;
    }

    .img-speech_balloon
    {
        width: 30%;
        position: absolute;
        float: left;
        margin-left: -10px;
        margin-top: calc(-25vw + 138px);
    }

    .img-QR
    {
        display: none;
    }


    .bigimg
    {
        position: absolute;
        width: 100%;
        height: 100vh;
    }

    td.td.border.first-chd img
    {
        display: block;
        float: none;
        margin: auto 0;
    }

    td.td.border.first-chd > a:hover img
    {
        display: none;
    }

}

@media screen and (max-width:400px)
{
    .img-hundred-years-sp
    {
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .img-speech_balloon 
    {
        display: none;
    }

    .img-speech_balloon-SP400
    {
        display: block;
        margin: 0 auto;
    }

}