/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */


/* General Custom CSS */

.top_address {
    letter-spacing: 0.1rem;
    text-align: center;
}

.top_tel {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    text-align: center;
}

.head_01 {
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin-bottom: 0rem;
    text-shadow: 0px 0px 10px #000000;
}

.head_02 {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.2rem;
    text-shadow: 0px 0px 10px #000000;
}

.strength_head_01 {
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin: 0rem;
}

.strength_head_01::before {
    margin-right: 0.8rem;
    margin-bottom: 0.3rem;
    content: url(http://lasteck.co.jp/wp-content/uploads/2017/09/ltc_strength_09.png);
    display: inline-block;
    vertical-align: middle;
}

.strength_head_02 {
    vertical-align: middle;
    text-align: center;
    font-size: 0.7rem;
    letter-spacing: 0.2rem;
    margin-left: 1rem;
}

.lasteck_msg_01 {
    font-size: 1.4rem;
    line-height: 2.3rem;
    font-family: serif;
    letter-spacing: 0.1rem;
}

.name {
    text-align: right;
}

.name_02 {
    font-size: 1.4rem;
    line-height: 2.3rem;
    font-family: serif;
    letter-spacing: 0.1rem;
    margin-left: 1rem;
}


/*
list
================================================== */

.dList_profile .list-ttl {
    font-size: 16px;
    border-bottom: 1px solid #eeeeee;
    font-weight: bold;
    padding: 35px 0 31px;
}

.dList_profile .line_profile {
    border-bottom: 1px solid #666666;
    display: table;
    table-layout: fixed;
    padding: 1rem 0 1rem;
    width: 100%;
}

.dList_profile .line_profile > dt {
    display: table-cell;
    vertical-align: top;
    width: 12rem;
    color: #ffffff;
}

.dList_profile .line_profile > dd {
    display: table-cell;
    vertical-align: top;
    color: #ffffff;
}

.dList_profile .line_profile > dd p {
    margin-top: 20px;
}

.dList_profile .line_profile > dd .course {
    font-weight: bold;
    color: #ffffff;
}

.dList_profile .line_profile > dd p:first-child {
    margin-top: 0;
}

.dList_profile .line_profile > dd dl {
    margin-top: 10px;
}

.dList_profile .line_profile > dd dl dt {
    float: left;
}

.dList_profile .line_profile > dd dl dd {
    overflow: hidden;
}


/*
site
================================================== */

.lasteck_site_01 {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
}

.lasteck_site_02 {
    line-height: 1.4rem;
    letter-spacing: 0.2rem;
}


/*
works
================================================== */

.works_01 {
    font-size: 2rem;
    line-height: 2.3rem;
    font-family: serif;
    letter-spacing: 0.1rem;
    text-align: center;
}

.works_02 {
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
}


/*
data
================================================== */

.data_head {
    font-family: serif;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0rem;
    padding-left: 0.5rem;
    letter-spacing: 0.1rem;
    border-left: solid 0.5rem #c30d23 !important;
}


/*
table
================================================== */

.oneday_table table th {
    background-color: #111111;
    color: #ffffff;
}

.oneday_table table td {
    background-color: #141414;
    color: #ffffff;
}


/*
voice
================================================== */

.voice_head_01 {
    font-size: 1.5rem;
    font-family: serif;
    letter-spacing: 0.2rem;
    line-height: 2rem;
    border-bottom: solid 1px #ffffff !important;
    padding-bottom: 0.5rem;
    text-align: center;
    margin-bottom: 0rem;
    margin-top:0rem;
}

.voice_head_02 {
    font-size: 1rem;
    font-family: serif;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-top: 0.5rem;
    padding-top: 0rem;
    margin-bottom:2rem;
}

/*
recruiting
================================================== */
.recruit_b{
    font-size:1.2rem;
}




/*
Desktop Styles
================================================== */


/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */
}


/*
Mobile Styles
================================================== */


/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */
    .lasteck_msg_01 {
        font-size: 1.2rem;
        margin-top: 2rem;
    }
    .dList_profile .line_profile > dt {
        width: 8rem;
    }
    .voice_head_01 {
        margin-top: -2rem;
        font-size: 1.2rem;
        line-height: 1.7rem;
        letter-spacing:0.1rem;
    }
    .data_head {
    font-size: 1.2rem;
    letter-spacing:0rem;
    line-height: 2rem;
}
}