/* tel */
#btmlinks_wrp {
    background: #FFF;
    text-align: center;
    padding: 2vw;
    margin: 0;
}
#btmlinks_wrp .caution {
    max-width: 670px;
    border: 3px double #CCCCCC;
    padding: 1.5vw;
    text-align: left;
    margin: 0 auto 0;
}
#btmlinks_wrp .caution b {
    color: #FF0000;
    text-align: center;
    display: block;
}

.goTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    transform: translateZ(0);
    z-index: 200;
}

@media screen and (max-width: 959px) {
    #headContainer #header #headerUtility {
	   height: auto;
    }
    .goTop__img--pc {
    	display: none;
    }
    .goTop__img--sp {
      zoom: .5;
    }

}
@media screen and (min-width: 960px) {
    #t-header,#all-footer,#modal-win,#modal-bg,.modal-popup,#change-area{
        display:none;
    }
    .goTop__img--sp {
      display: none;
    }
}
