/* CSS Document */


#privacy h3 {
    position: relative;
    font-size: 22px;
    font-weight: 900;
    color: #303030;
    font-family: "M PLUS 1p", sans-serif;
}
#privacy h3::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ff9000;
    position: absolute;
    bottom: 35%;
    left: -24px;
}
#privacy {
    padding: 50px 0 0 50px;
}
#privacy dl {
    padding: 0 0 50px 0;
}
#privacy dt {
    padding: 0 0 14px;
}
#privacy dd {
    font-size: 13px;
    padding: 0 0 0 20px;
    line-height: 2;
}
#privacy dd span {
    background-image: url(/common/images/gray_bk.gif);
    font-size: 15px;
    font-weight: bold;
    padding: 4px 8px;
}
#privacy dd p {
    padding: 4px 0 10px 10px;
}


/* ----- header ----- */
header.index_header{
    background: #000;
    width: 100% !important;
    padding: 30px 2vw 0;
}
header h1{
    right:2vw;
    color:#FFF
  
  }
  
header a {
    color: #fff !important;
}
header .instagram {
    background: #fff;
}
header .instagram i {
    color: #252525;    
}