@charset "UTF-8";


/* //////////////////////////////////////////////////
[LAYOUT]
////////////////////////////////////////////////// */

body , #container, #pageLoader {
    background-color: #fef4e9;
} 


/* --------------------------------------------------
    #pageHeader
-------------------------------------------------- */ 

#pageHeader {
    padding: 58px 0 72px;
} 
#pageHeader h2 {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 64px;
    height: 64px;
}
#pageHeader h2 a {
    display: block;
}
#pageHeader h1 {
    text-align: center;
    margin-bottom: 52px;
}
#pageHeader .sentence {
    text-align: center;
} 
#pageHeader .sentence p {
    font-size: 16px;
    line-height: 2.2;
    color: #e85518;
}

/* --------------------------------------------------
    content
-------------------------------------------------- */ 
#content {
    padding: 1px 0 80px;
    background-color: #fff;
}
.contentSection {
    width: 880px;
    margin: 0 auto; 
    border-top: solid 1px #e85518;
    padding: 58px 0;
}
.contentSection:first-child {
    border: none;
}
.contentSection h2 {
    text-align: center;
} 
#content .illustrator {
    margin-top: 70px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
#content .illustrator span {
    font-weight: 500;
}

/* --------------------------------------------------
    #thmMovieLink
-------------------------------------------------- */ 
#thmMovieLink {
    width: 522px;
    margin: 51px auto;
}
#thmMovieLink a {
    display: block;
    width: 522px;
    height: 294px;
    text-indent: -99999px;
    background-image: url(../../img/abc/pc/thm_movie.png);
    background-repeat: no-repeat;
    background-size: 522px auto;
}
#thmMovieLink a:hover {
    opacity: 0.9;
}

/* --------------------------------------------------
    .unitStep
-------------------------------------------------- */ 
.unitStep {
    margin-top: 58px;
}

.unitStep .image {
    float: left;
    width: 400px;
    height: 270px;
    background-color: #fef4e9;
    background-size: 100% auto;
    text-indent: -99999px;
}
.unitStep01 .image { background-image: url(../../img/abc/pc/pic_step1.png); }
.unitStep02 .image { background-image: url(../../img/abc/pc/pic_step2.png); }
.unitStep03 .image { background-image: url(../../img/abc/pc/pic_step3.png); }
.unitStep04 .image { background-image: url(../../img/abc/pc/pic_step4.png); }
.unitStep05 .image { background-image: url(../../img/abc/pc/pic_step5.png); }
.unitStep06 .image { background-image: url(../../img/abc/pc/pic_step6.png); }
.unitStep07 .image { background-image: url(../../img/abc/pc/pic_step7.png); }

.unitStep .caption {
    position: relative;
    float: right;
    width: 420px;
    min-height: 270px;
}
.unitStep .captionInnr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.unitStep .caption h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 17px;
}

.unitStep .caption .sentence {
    width: 500px;
}

.unitStep .caption .sentence p {
    font-size: 16px;
    line-height: 1.8;
}

.unitStep .caption .sup {
    margin-top: 32px;
    background-color: #ececec;
    padding: 17px 25px 17px;
}
.unitStep .caption .sup h4 {
    letter-spacing: 0.08em;
    font-size: 17px;
    margin-bottom: 10px;
}
.unitStep .caption .sup p {
    line-height: 1.7;
}

