@charset "UTF-8";


#pageConcept .subPage .mainTitle {
    margin-bottom:20px;
}
.conceptImg p {
    text-align:center;
}
.conceptImg img {
    width: 100%;
    max-width: 1600px;
}

#pageConcept .contents {
    background: url(/images/index/bg01.png) center no-repeat;
    background-size: cover;
    padding: 0 0 70px;
}
#pageConcept .copy {
    text-align: center;
    font-size: 22px;
    font-family: 'Lora', serif;
    max-width: 1000px;
    margin: 0 auto 0;
    line-height: 2.3em;
    padding: 60px 20px;
}

#pageConcept .text {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.2em;
    border: 1px solid #DDD;
    max-width: 920px;
    margin: 0 auto 0;
    padding: 0 50px 50px 50px;
    background-color: rgba(255, 255, 255, 0.46);
}
#pageConcept .text h2 {
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 27px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.1em;
    margin: 50px auto 30px;
    position: relative;
}