/* NHK準速報 */
.preliminary{
    max-width: 640px;
    margin: 0 auto;
}
.preliminary .inner{
    margin: 20px 0;
}



.clear-fix:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-80{
    margin-bottom: 80px;
}

#sns-top{
    text-align: center;
}
/* 作ってまもろう */
#area-mamoru{

    height: 620px;
    background-image: url(../still/bg-mamoru.jpg);
    background-position: center;
    text-align: center;

}
#area-mamoru h2,#area-dl-btm h2{
    padding: 40px 0 30px 0;
    font-size: 24px;
    font-weight: bold;
}


.tmpl_video {
    text-align: center;
}

.module--content {
    margin-bottom: 40px;
}

a.modalTgt p {
    color: #333;
    display: inline-block;
}

/*for mod_kaidan*/
a.modalTgt:hover p,
a.modalTgt:active p {
    text-decoration: none;
}

.noBorder {
    border: none!important;
    line-height: 1.2!important;
    padding-bottom: 0!important;
    margin-bottom: 8px!important;
}
.noBorder-m {
    border: none!important;
    line-height: 1.2;
}
.year{
    display: inline-block;
    padding: 5px;
    background-color: #fff;
    padding: 0 10px 0 0;
    font-size: 1;
    color: crimson;
}

.modalTgt figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.7;
}

.w640 .modalTgt .body_img {
    position: relative;
    padding-bottom: 0;
}
.hasMov{
    margin-bottom: 24px;
}
.hasMov a:hover{
    cursor: pointer;
}

.w640 {
    width: 640px;
    margin: 0 auto;
}

#go-mamoru{
    padding: 30px 0;
    width: 520px;
    margin: 0 auto;
}

#area-dl-btm{
    padding-bottom: 40px;
    text-align: center;

}
#dl-btm-devs{
    width: 750px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#dl-btm-devs img{
    width: 100%;
}
#btn-dl-btm li a{
    color: white;
    height: 55px;
    vertical-align: middle;
    display: table-cell;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

#btn-dl-btm{
    display:  inline-block;
}

#btn-dl-btm li{
    float: left;
    width: 200px;
    height: 55px;
    border-radius: 10px;
    position: relative;

}
#btn-dl-btm li:first-child{
    margin-right: 87.5px;
}
#btn-dl-btm li:nth-child(2){
    margin-left: 87.5px;
}



#to-opinion{
    text-align: center;
}

/*
#to-opinion a{
    display: inline-block;
}
*/

#to-opinion .spHide h2 {
    margin: 0 auto;
    width: 754px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    height: 150px;
    background-color: aliceblue;
    background-image: url(../still/btn-opinion.png);
    background-size: cover;
    position: relative;
    font-size: 48px;
    color: #333;
}

#to-opinion .spHide h2 span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 60px;
/*    padding: 0px;*/
}
#to-opinion .spHide h2 span:after{
    display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1;
      content: '';
      width: 100%;
      height: .3em;
      background-color: #b6f0fc;
}

#to-opinion .pcHide h2{
    background-color: aliceblue;
}
#to-opinion .pcHide h2 img{
    width: 100%;
}


@media screen and (max-width:599px){

    .pcHide{
        display: block;
    }
    .spHide{
        display: none;
    }

    .boxQandA .pcHide{
        display: inline-block;
    }
    .boxQandA .spHide{
        display: none;
    }

    #area-mamoru{
        height: auto;
        padding: 0 15px;
        background-size: cover;
    }
    #area-mamoru img{
        width: 100%;
    }
    .w640 {
        width: 100%;
    }

    #go-mamoru{
        padding: 30px 0;
        width: 80%;
        margin: 0 auto;
    }

    #dl-btm-devs{
        width: 100%;
        margin: 0 auto 30px auto;
        padding: 0 15px;
    }
    #btn-dl-btm{
        width: 100%;
    }
    #btn-dl-btm li{
        display: block;
        width: 50%;
        height: 55px;
        border-radius: 10px;
        padding: 0 10px;
        float: left;
    }
    #btn-dl-btm li:first-child{
        margin-right: 0px;
    }
    #btn-dl-btm li:nth-child(2){
        margin-left: 0px;
    }

    #btn-dl-btm li a{
        color: white;
        height: 55px;
        vertical-align: middle;
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

}
@media screen and (min-width:600px){

    .pcHide{
        display: none;
    }
    .spHide{
        display: block;
    }
    .boxQandA .pcHide{
        display: none;
    }
    .boxQandA .spHide{
        display: inline-block;
    }

}



/*  プライバシーポリシーエリア  */

/* 導線リンク */
.privacy{
    padding: 56px 0 68px;
    text-align: center;
}

.privacy__chevRight a {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    color: #045e8c;
    text-decoration: none;
}
.privacy__chevRight a:link::after {
    content: '';
    width: .575em;
    height: .575em;
    border: 0;
    border-top: solid 2px #045e8c;
    border-right: solid 2px #045e8c;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: rotate(45deg)translateY(-80%);
}

.privacy__chevRight a:visited{
    color: #38225F;
}
.privacy__chevRight a:visited::after {
    border-top: solid 2px #38225F;
    border-right: solid 2px #38225F;
}




