
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* ----------------------------------
    header css
---------------------------------- */
/* header*/
header{
    width: 100vw;
    text-align:center;
}
.top_header{
    background-color: white;
    color: black;
    padding: 5px;
    text-align:left;
    text-align:center;
    font-size:18px;
}
.top_header img{
    height: 100px;
    padding-left:50px;
}
/* --------------------------------------------------
	以上が 768pxを超えるＰＣ端末環境設定
----------------------------------------------------- */
/* --------------------------------------------------
	ここから 768px以下のタブレッド端末環境設定
----------------------------------------------------- */
@media screen and (max-width: 768px){
}
/* --------------------------------------------------
	ここから 480px以下のモバイル端末環境設定
----------------------------------------------------- */
@media screen and (max-width:480px){
}


