@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Hiragino Sans,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
    font-size: 100%;
    font-style: normal;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}

body {
    background: #f2f2f2;
    color: #303335;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    -webkit-text-size-adjust: 100%;
    font-weight: 500;
}

/*--------------------------

ヘッダー

---------------------------*/
.edithackheader{
    height:60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #343b3e;
    z-index: 20;
    background: #0f2350;
}


.edithackheader-logo {
 top: 14px;
 left: 30px;
 width: 180px;
 position: absolute;
}


.edithackheader-logo img{
   max-width: 100%;
    height: auto;
    vertical-align: bottom;
}


.gnavi__lists {
   display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

span.searchlist{
    color:#fff;
}

.gnavi__list a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #1b4059;
    font-size: 14px;
    letter-spacing: 0.05em;
    transition: all .3s;
}

.gnavi__list {
   margin-right: 30px;
    font-size: 14px;
}

.gnavi__wrap {
    position: absolute;
    left: 260px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
}

/*--------------------------

メインゾーン

---------------------------*/
.Container {
    margin: 0 auto;
    max-width: 1020px;
    display: flex;
    display: -webkit-flex;
}



#privacy{
    margin:0 auto;
    width: 1160px;
    padding-top: 30px;
}



ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



.section-title{
    margin: 40px 0 35px;
    line-height: 1.4545454545;
    font-weight: 700;
    color: #333;
    font-size: 20px;
}


.privacy{
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.lead-a{
font-size: 12px;
    margin: 0rem 1.4rem .6rem 0;
    color: #333030;
    line-height: 1.8;
    margin-bottom: 40px;
}

.u-mb-r-b{
font-size: 12px;
    margin: 0rem 1.4rem .6rem 0;
    color: #333030;
    line-height: 1.8;    
}

.indent-g{
font-size: 12px;
    margin: 0rem 1.4rem .6rem 0;
    color: #333030;
    line-height: 1.8;    
}

.indent-f{
font-size: 12px;
margin: 0rem 1.4rem .6rem 0;
color: #333030;
line-height: 1.8;    
}


.indent-a{
font-size: 12px;
margin: 0rem 1.4rem .6rem 0;
color: #333030;
line-height: 1.8;    
}



.heading-c{
    margin-left: 1rem;
    margin-right: 1rem;
    margin: .9rem 0 .2rem;
    font-size: 14px;
}    


.section-a{
    margin-bottom: 40px;
}


.layout-width-a a{
color: #333030;
    font-size: 12px;
    line-height: 1.6;
}

.links-a{
    margin-bottom:40px;
}

.layout-width-a li{
	font-weight:bold;
	font-size: 12px;
	margin: 0rem 1.4rem .6rem 0;  
}



/*--------------------------

フッター

---------------------------*/

#footer {
    padding: 50px 0;
    background: #0f2350;
    text-align: center;
    margin-top: auto;
}

#footer #foot-link li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #dde0e4;
    font-size: 13px;
    line-height: 1;
}

#footer #foot-link a {
    color: #dde0e4;
    text-decoration: none;
}

#footer #foot-link li:last-child {
    border-right: none;
}

#footer #copyright {
    color: #dde0e4;
    font-size: 13px;
    padding-top: 40px;
}
