@charset "UTF-8";


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

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


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

#pageHeader {
    padding: 60px 0 64px; 
    background-image: url(../../img/question/common/bg_ptn.png);
    background-size: 77px auto;
    background-position: 50% 50%;    
} 
#pageHeader h2 {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 64px;
    height: 64px;
}
#pageHeader h2 a {
    display: block;
}
#pageHeader h1 {
    position: relative;
    text-align: center;
    margin: 0 auto 34px;
    background-image: url(../../img/question/pc/ttl_pagename_bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 768px;
    height: 561px;
    opacity: 0;
}
#pageHeader h1 span.ttl {
    display: block;
    height: 561px;
    text-indent: -99999px;
    background-image: url(../../img/question/pc/ttl_pagename.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: 0;
}
#pageHeader h1 span.pic {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    background-image: url(../../img/question/pc/pic_pagename.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: 0;
}
#pageHeader h1 span.pic:after {
    content: "";
    display: block;
    position: absolute;
    top: 219px;
    left: 382px;
    width: 39px;
    height: 39px;
    margin: -20px 0 0 -20px;
    background-image: url(../../img/question/pc/pic_pagename_heart.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    animation: heartMotion 2.0s ease-in-out infinite alternate;
}
#pageHeader .sentence {
    text-align: center;
} 
#pageHeader .sentence p {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.3;
    letter-spacing: 0.1em;
    color: #ff0004;
}

/* --------------------------------------------------
    content
-------------------------------------------------- */ 
#content {
}
.contentSection {
}
.contentSection .contentSectionInnr {
    width: 880px;
    margin: 0 auto; 
    padding: 20px 0 96px;
}
.contentSection h2 {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
} 
.contentSection h2:before,
.contentSection h2:after {
    content: "";
    position: absolute;
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transform-origin: 50% 50%;
}
.contentSection h2 img {
    display: inline-block;
    position: relative;
    z-index: 10;
    width: 700px;
    height: auto;
}
.contentSection .unitFaq {
    border: solid 2px white;
    border-radius: 8px;
    padding:  10px 33px 0px;
    margin-bottom: 48px;
}
.contentSection .unitFaq:last-child {
    margin-bottom: 0;
}
.contentSection .unitFaq .question {
    border-bottom: solid 2px white; 
    padding: 32px 30px 32px 30px;
}
.contentSection .unitFaq .answer {
    padding: 32px 30px 32px 30px;
}
.contentSection .unitFaq .textQ,
.contentSection .unitFaq .textA {
    line-height: 1;
    font-size: 0;
    width: 850px;
}

.contentSection .unitFaq .textQ em,
.contentSection .unitFaq .textA em {
    display: inline-block;
    width: 104px;
    height: 45px;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    vertical-align: top;
}

.contentSection .unitFaq .textQ span,
.contentSection .unitFaq .textA span {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    margin-left: 1em;
    margin-top: 0.15em;
    line-height: 1.35;
    vertical-align: top;
    letter-spacing: 0.06em;
}
.contentSection .unitFaq .textA {
    margin-bottom: 26px;
}
.contentSection .unitFaq .textA span {
    color: #fb5200;
}
.contentSection .unitFaq .answer .listAnswer {
    width: 100%;
}
.contentSection .unitFaq .answer .listAnswer dl dt em {
    display: inline-block;
    vertical-align: top;
    margin-right: 11px;
    padding-top: 6px;
}
.contentSection .unitFaq .answer .listAnswer dl dt em img {
    height: 19px;
    width: auto;
}
.contentSection .unitFaq .answer .listAnswer dl dt span {
    font-size: 20px;
    font-weight: bold;
    color: #fb5200;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.contentSection .unitFaq .answer .listAnswer dl dd {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.7;
}
.contentSection .unitFaq .answer .sentence {
    position: relative;
    text-align: center;
    margin-top: 30px;
    width: 850px;
    margin-left: -50px;
}
.contentSection .unitFaq .answer .sentence p {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.13em;
    line-height: 2;
    color: #2a2a2a;
}
.contentSection .unitFaq .answer a {
    color: #3f4ccb;
    text-decoration: underline;
}
.contentSection .unitFaq .answer a:hover {
    text-decoration: none;
}


/* --------------------------------------------------
    blockStep1
-------------------------------------------------- */ 
#blockStep1 {
    background-color: #bfccf8;
}
#blockStep1 h2:before {
    top: 77px;
    left: 169px;
    background-image: url(../../img/question/common/ttl_step1_parts1.png);
    width: 104px;
    height: 86px;
    animation: step1parts1Motion 5.0s ease-in-out infinite alternate;
}
#blockStep1 h2:after {
    top: 86px;
    left: 319px;
    background-image: url(../../img/question/common/ttl_step1_parts2.png);
    width: 84px;
    height: 75px;
    animation: step1parts2Motion 3.0s ease-in-out infinite alternate;
    transform-origin: 100% 100%;
}
#unitFaq01 .answer .picList {
    text-align: center;
    margin-top: 37px;
}
#unitFaq01 .answer .picList li {
    display: inline-block;
    margin: 0 12px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-indent: -99999px;
}
#unitFaq01 .answer .picList li:nth-child(1) {
    width: 158px;
    height: 158px;
    background-image: url(../../img/question/pc/pic_step1_a1_1.png); 
}
#unitFaq01 .answer .picList li:nth-child(2) { 
    width: 158px;
    height: 158px;
    background-image: url(../../img/question/pc/pic_step1_a1_2.png); 
}
#unitFaq01 .answer .picList li:nth-child(3) {
    width: 274px;
    height: 158px;
    background-image: url(../../img/question/pc/pic_step1_a1_3.png);
}

#unitFaq01 .answer .picList li img {
    width: auto;
    height: 158px;
}
#unitFaq01 .answer {
    padding-bottom: 45px;
}
#unitFaq01 .answer .listAnswer dl {
    padding-top: 18px;
}
#unitFaq01 .answer .listAnswer dl:first-child {
    padding-top: 0px;
}
#unitFaq01 .answer .listAnswer dl > *  {
    display: inline-block;
    vertical-align: top;
}
#unitFaq01 .answer .listAnswer dl dt {
    width: 210px;
}
#unitFaq01 .answer .listAnswer dl dd {
    padding-top: 2px;
}
#unitFaq02 .answer .pic {
    text-align: center;
    margin-top: 28px;
}
#unitFaq02 .answer .pic img {
    width: auto;
    height: 175px;
}
#unitFaq02 .answer {
    padding-bottom: 36px;
}



/* --------------------------------------------------
    blockStep2
-------------------------------------------------- */ 
#blockStep2 {
    background-color: #ffd6dc;
}
#blockStep2 h2:after {
    top: 111px;
    left: 269px;
    background-image: url(../../img/question/common/ttl_step2_parts1.png);
    width: 32px;
    height: 32px;
    animation: step2parts1Motion 2.0s ease-in-out infinite alternate;
}
#unitFaq06 .answer .listAnswer dl {
    padding-top: 23px;
}
#unitFaq06 .answer .listAnswer dl:first-child {
    padding-top: 0px;
}
#unitFaq06 .answer .listAnswer dl dd {
    margin-top: 16px;
}
#unitFaq07 .answer {
    padding-bottom: 50px;
}
#unitFaq07 .sentence {
    margin-top: 20px;
    margin-bottom: 30px;
}
#unitFaq07 .listAnswerMoney li {
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 14px 42px;
}
#unitFaq07 .listAnswerMoney li:nth-child(1) {
    margin-bottom: 10px;
}
#unitFaq07 .listAnswerMoney li h4 {
    float: left;
    margin-right: 30px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#unitFaq07 .listAnswerMoney li:nth-child(1) h4 {
    background-image: url(../../img/question/pc/pic_money01.png);
    width: 374px;
    height: 146px;
}
#unitFaq07 .listAnswerMoney li:nth-child(2) h4 {
    background-image: url(../../img/question/pc/pic_money02.png);
    width: 372px;
    height: 146px;
}
#unitFaq07 .listAnswerMoney li p {
    font-size: 14px;
    font-weight: 500;
    color: #2a2a2a;
    line-height: 1.9;
}
#unitFaq07 .listAnswerMoney li:nth-child(1) p {
    padding-top: 6px;
}
#unitFaq07 .listAnswerMoney li:nth-child(2) p {
    padding-top: 19px;
}

/* --------------------------------------------------
    blockStep3
-------------------------------------------------- */ 
#blockStep3 {
    background-color: #b8e9bb;
}
#blockStep3 h2:before {
    top: 64px;
    left: 263px;
    background-image: url(../../img/question/common/ttl_step3_parts1.png);
    width: 32px;
    height: 35px;
    animation: step3parts1Motion 1.6s ease-in-out infinite alternate;
}
#blockStep3 h2:after {
    top: 137px;
    left: 240px;
    background-image: url(../../img/question/common/ttl_step3_parts2.png);
    width: 105px; /*width: 210px;*/
    height: 115px; /*height: 230px;*/
    animation: step3parts2Motion 3.0s ease-in-out infinite alternate;
    transform-origin: 50% 80%;
}
#unitFaq09 .question .textQ span {
    margin-top: -15px;
}

#unitFaq10 .answer .listAnswer {
    margin-left: 65px;
    margin-top: 36px;
}
#unitFaq10 .answer .listAnswer dl {
    padding-top: 18px;
}
#unitFaq10 .answer .listAnswer dl:first-child {
    padding-top: 0px;
}
#unitFaq10 .answer .listAnswer dl > *  {
    display: inline-block;
    vertical-align: top;
}
#unitFaq10 .answer .listAnswer dl dt {
    width: 275px;
}
#unitFaq10 .answer .listAnswer dl dd {
    padding-top: 2px;
}
#unitFaq10 .answer .pic {
    text-align: center;
    margin-top: 30px;
}
#unitFaq10 .answer .pic img {
    width: auto;
    height: 180px;
}


/* --------------------------------------------------
    blockMessage
-------------------------------------------------- */ 
#blockMessage {
    width: 800px;
    margin: 0 auto;
    padding-top: 75px;
    padding-bottom: 48px;
}
#blockMessage .pic {
    width: 380px;
    margin: 0 auto;
}
#blockMessage .pic img {
    width: 100%;
    height: auto;
}
#blockMessage .sentence {
}
#blockMessage .sentence p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ff0004;
    letter-spacing: 0.1em;
    line-height: 2.3;
}


/* --------------------------------------------------
    currentBar
-------------------------------------------------- */ 
.currentBar {
    position: fixed;
    top: 50%;
    width: 42px;
    height: 288px;
    margin-top: -144px;
}
@media screen and (max-width: 1100px) {
    .currentBar {
        display: none;
    }
}
.currentBar.on {
    opacity: 1;
}
#currentBarL {
    left: 36px;
}
#currentBarR {
    right: 36px;
}
.currentBar li {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 288px;
    text-indent: -99999px;
    border: solid 2px white;
    border-radius: 100px;
    background-position: -2px 50%;
    background-repeat: no-repeat;
    background-size: 42px auto;
    opacity: 0;
}
.currentBar li.on {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.5s ease-in-out 0.5s;
}
#currentBarL li.off {
    opacity: 0;
    transform: translateX(-50px);
    transition: 0.5s ease-in-out 0.0s;
}
#currentBarR li.off {
    opacity: 0;
    transform: translateX(50px);
    transition: 0.5s ease-in-out 0.0s;
}

.currentBar li:nth-child(1) { background-image: url(../../img/question/pc/currentBar_text1.png); }
.currentBar li:nth-child(2) { background-image: url(../../img/question/pc/currentBar_text2.png); }
.currentBar li:nth-child(3) { background-image: url(../../img/question/pc/currentBar_text3.png); }




