@charset "UTF-8";

/*ヘッダー*/
header {
    max-width: 750px;
    margin: 0 auto;
    padding: 10px 0;
    /*box-shadow: 0px 10px 15px -10px #888;*/
    z-index: 100;
    position: relative;
    max-height: 70px;
	background: rgba(247,247,245,0.85);
}

header p{
    padding-bottom: 0;
}

.hea{
    /*margin: 5px 0 0;*/
}

.he_le a{
    width: 100%;
}

.he_le img{
    vertical-align: top;
}

.sb_tit{
     text-align: center;
}


/*----------sp------------*/
@media (max-width: 767px) { 
    
header {
    margin: 0;
    padding: 10px;
}
.he_le img{
    width: 60%;
}
}

@media (max-width: 400px) { 
.he_le img{
    width: 50%;
}
}


/*フッター*/

footer{
    background-color: #00be4c;
}

footer p{
    padding-bottom: 0;
}

footer a{
    color: #fff;
    text-decoration: underline;
    line-height: 2;
}

.foo{
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}

/*----------sp------------*/
@media (max-width: 767px) {

footer{
   /* margin-top: 80px;*/
}

.foo{
    font-size: 3.5vw;
    padding: 20px 0;
}
}