*{
    position:relative;
    box-sizing: border-box;
    line-height: 1.5em;
}

*:focus{
    outline:none;
}

body{
    padding:0;
    margin:0;
    //background-color:#F5F6F9;
    position:static;
    font-family: "Yu Gothic", YuGothic, Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Shingo" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size:16px;
    color:#4c4c4c;
    line-height: 1.75em;
}

app{
    position:static;
}

ul,li{
    margin:0;
    padding:0;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
}


.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:space-between;
}

.flex_center{
    justify-content:center;
}

.inner{
    width:100%;
    max-width:1268px;
    margin:0 auto;
    padding:0 20px;
}

.wrap{
    padding-top:20px;
    padding-bottom:20px;
}
