@charset "UTF-8";
/* CSS Document */

/*
font-family: 'Abel', sans-serif;
    font-weight: 400;
*/

/* ######################################## */

.main_title {
    width: 100%;
    height: 229px;
    padding-top: 75px;
    box-sizing: border-box;
    background: url("../pc_img/company/main_title_bg.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-bottom: 20px;
}
.main_title h2 {
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

/* ############################################## */

.contents_title_01 {
    width: 1100px;
    margin: 0 auto 60px auto;
    text-align: center;
    position: relative;
}
.contents_title_01:after {
    content: "";
    width: 74px;
    height: 2px;
    background: #b1cd0e;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -37px;
}
.contents_title_01 dd {
    margin-bottom: 15px;
}
.contents_title_01 dt {
    font-size: 25px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 2px;
}

/* ############################################## */

.privacy {
    width: 860px;
    margin: 0 auto 60px auto;
}
.privacy p {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 45px;
}
.privacy dt {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #b1cd0e;
    margin-bottom: 25px;
}
.privacy dd {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 45px;
}
.privacy dd:last-child {
    margin-bottom: 0;
}