@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

/*Eraser*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 100%;
    font-family: 'PT Sans', sans-serif;
    vertical-align: baseline;
    background: transparent;
}
table {
    font-weight: normal;
    border-spacing: 0;
    border-collapse: collapse;
}
td, th{
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}
img { border:none; }
:focus { outline: 0; }

body, html{
    height: 100%;
    color: #333333;
    font-size: 13px;
    font-family: 'PT Sans', sans-serif;
    background: #f7f7f7;
}
a{
    color: #2076ba;
    text-decoration: none;
}
a:hover{ text-decoration: underline; }
p, li{
    margin-top: 5px;
    color: #262721;
    font-size: 16px;
}
b, strong{ font-width: bold; }
h1, h2, h3, h4, h5, h6{ font-weight: normal; }
h1 {font-size: 26px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 15px;}
h6 {font-size: 14px;}

.left{ float: left; }
.right{ float: right; }
.clear{ clear: both; }

.indent_top_30{
    margin-top: 30px !important;
}

/*Content*/
.content{
    width: 100%;
    min-height: 100%;
    background: #ffffff;
}
.middle{
    padding-bottom: 100px;
}
.wrapper{
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.header{
    height: 130px;
    overflow: hidden;
    background: #dddbdc url(../img/top_header.png) 50% 0 no-repeat;
}
.header .logo{
    position: absolute;
    display: block;
    width: 180px;
    height: 70px;
    left: 0;
    bottom: 10px;
    background: url(../img/logo.png) no-repeat 0 0;
    background-size: cover;
}
.header .ttl{
    margin-top: 100px;
    padding-left: 10%;
    color: #8c6d73;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}
.main_menu{
    width: 100%;
    max-width: 850px;
    margin: 60px auto 0;
    list-style: none;
    overflow: hidden;
}
.main_menu li{
    float: left;
    margin-right: 56px;
    text-align: center;
}
.main_menu li:last-child{
    margin-right: 0;
}
.main_menu .img{
    display: block;
    width: 170px;
    height: 150px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.main_menu .bd .img{
    background: #70abaf url(../img/bd_icon.png) no-repeat 50% 30%;
    background-size: 40%;
}
.main_menu .about .img{
    background: #d72e2b url(../img/about_icon.png) no-repeat 50% 30%;
    background-size: 50%;
}
.main_menu .frmt .img{
    background: #284d5d  url(../img/form_icon.png) no-repeat 50% 30%;
    background-size: 40%;
}
.main_menu .npf .img{
    background: #262721  url(../img/npf_icon.png) no-repeat 50% 30%;
    background-size: 60%;
}
.main_menu .ttl{
    display: inline-block;
    margin-top: 120px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
.body_ttl,
.body_ttl_main{
    color: #262721;
    line-height: 1.1;
    font-weight: bold;
}
.body_ttl{
    margin: 50px 80px 0;
}
.body_ttl_main{
    margin-top: 50px;
    text-align: center;
}
.body_ttl_main .imp{
    color: #de2b27;
    font-size: 30px;
    font-weight: bold;
}

.list_prvlg{
    width: 310px;
    height: 230px;
    float: left;
    margin: 40px 20px 40px 0;
    padding: 5px;
    background-color: #f5f5f5;
}
.no_ind{
    margin-right: 0;
}
.list_prvlg .item{
    width: 130px;
    float: left;
}
.list_prvlg .ltl_indent{
    margin-right: 35px;
}
.list_prvlg .list{
    margin-left: 20px;
}
.list_prvlg .list li{
    margin-top: 10px;
    color: #dd2b2b;
    font-size: 15px;
    line-height: 1.2;
}
.list_prvlg .ttl{
    color: #262721;
    line-height: 1;
}
.list_prvlg .mdl_ttl{
    margin-top: 10px;
    color: #262721;
}
.list_prvlg .indent{
    margin-left: 40px;
}
.list_prvlg .txt{
    color: #8c6d73;
}
.line_menu{
    display: table;
    margin: 50px auto 0;
    list-style: none;
}
.line_menu li{
    padding: 0 20px;
    display: table-cell;
}
.line_menu a{
    display: inline-block;
    color: #8c6d73;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid #dfe1e1;
}
.line_menu a:hover{
    text-decoration: none;
    border: none;
}
.inner_txt{
    margin: 20px 80px 40px;
    line-height: 1.5;
}
.inner_txt ul{
    margin-bottom: 10px;
    list-style-position: inside;
}

/*Footer*/
.footer{
    width: 100%;
    min-height: 100px;
    margin: -100px auto 0;
    background: #262721;
}
.footer .item{
    width: 200px;
    margin-top: 20px;
    margin-left: 20px;
    color: #dddbdc;
    font-size: 14px;
}
.footer .mail{
    color: #dddbdc;
}


@media screen and (max-width: 980px) {
    p, li{
        font-size: 14px;
    }
    h2{
        font-size: 18px;
    }
    .header{
        height: auto;
        overflow: hidden;
        background-image: none;
    }
    .header .logo{
        position: relative;
        float: none;
        margin: 20px auto;
    }
    .header .ttl{
        width: 100%;
        float: none;
        margin-top: 0;
        margin-bottom: 10px;
        padding: 0;
        font-size: 18px;
        text-align: center;
    }
    .main_menu{
        max-width: 660px;
    }
    .main_menu li{
        margin-right: 20px;
    }
    .main_menu .ttl{
        font-size: 14px;
    }
    .main_menu .img{
        width: 150px;
    }
    .body_ttl{
        margin: 50px 20px 0;
    }
    .inner_txt{
        margin: 20px 20px 40px;
    }
    .body_ttl_main{
        margin-left: 20px;
        margin-right: 20px;
        font-size: 22px;
        text-align: center;
        line-height: normal;
    }
    .body_ttl_main .imp{
        font-size: 22px;
    }
    .list_prvlg{
        width: auto;
        height: auto;
        float: none;
        margin: 20px;
        padding: 10px;
    }
    .list_prvlg .item{
        width: auto;
    }
    .list_prvlg .ltl_indent{
        margin-right: 60px;
    }
    .line_menu li a {
        font-size: 12px;
    }
}
@media screen and (max-width: 650px) {
    .header .ttl{
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 16px;
    }
    .main_menu{
        width: 310px;
        margin-top: 0;
    }
    .main_menu li{
        margin-top: 10px;
        margin-right: 10px;
    }
    .main_menu li:nth-child(2n+2){
        margin-right: 0;
    }
    .body_ttl{
        margin-top: 20px;
        font-size: 20px;
    }
    .line_menu{
        display: block;
        overflow: hidden;
        margin-top: 20px;
    }
    .line_menu li{
        display: inline-block;
        float: left;
        padding: 0 10px;
    }

}
