@charset "UTF-8";

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

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

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

#pageHeader {
    padding: 92px 0 63px;
    background-image: url(../../img/question/common/bg_ptn.png);
    background-size: 77px auto;
    background-position: 50% 50%;    
} 
#pageHeader h2 {
    position: absolute;
    top: 43px;
    left: 38px;
    width: 85px;
    height: 85px;
}
#pageHeader h2 a {
    display: block;
}
#pageHeader h2 a img {
    width: 85px;
    height: auto;
}
#pageHeader h1 {
    text-align: center;
    margin: 0 auto 40px;
    background-image: url(../../img/question/sp/ttl_pagename_bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-indent: -99999px;
    width: 675px;
    height: 740px;
}
#pageHeader h1 span.ttl {
    display: block;
    height: 740px;
    text-indent: -99999px;
    background-image: url(../../img/question/sp/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/sp/pic_pagename.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: 0;
}
#pageHeader h1 span.pic:after {
    content: "";
    display: block;
    position: absolute;
    top: 305px;
    left: 335px;
    width: 45px;
    height: 45px;
    margin: -20px 0 0 -20px;
    background-image: url(../../img/question/sp/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: 28px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #ff0004;
}

/* --------------------------------------------------
    content
-------------------------------------------------- */ 
#content {
}
.contentSection {
}
.contentSection .contentSectionInnr {
    width: 670px;
    margin: 0 auto; 
    padding: 0 0 87px;
}
.contentSection h2 {
    position: relative;
    margin-left: -55px;
    text-align: center;
    margin-bottom: 65px;
} 
.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: 780px;
    height: auto;
}
.contentSection .unitFaq {
    border: solid 3px white;
    border-radius: 8px;
    padding: 0px 58px 0;
    margin-bottom: 38px;
}
.contentSection .unitFaq:last-child {
    margin-bottom: 0;
}
.contentSection .unitFaq .question {
    border-bottom: solid 3px white; 
}
.contentSection .unitFaq .answer {
    padding-bottom: 46px;
}
.contentSection .unitFaq .textQ,
.contentSection .unitFaq .textA {
    line-height: 1;
    font-size: 0;
    padding-top: 38px;
}
.contentSection .unitFaq .textQ {
    padding-bottom: 24px;
    width: 608px;
    margin-left: -30px;
}

.contentSection .unitFaq .textQ em,
.contentSection .unitFaq .textA em {
    display: block;
    width: 134px;
    height: 58px;
    margin: 0 auto;
    text-indent: -99999px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    vertical-align: top;
}
.contentSection .unitFaq .textQ span,
.contentSection .unitFaq .textA span {
    display: block;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.26;
    letter-spacing: 0.06em;
    text-align: center;
    margin-top: 25px;
}
.contentSection .unitFaq .textA {
    margin-bottom: 36px;
}
.contentSection .unitFaq .textA span {
    color: #fb5200;
}
.contentSection .unitFaq .answer .listAnswer {
    width: 100%;
}
.contentSection .unitFaq .answer .listAnswer dl {
    margin-top: 25px;
}
.contentSection .unitFaq .answer .listAnswer dl:first-child {
    margin-top: 0;
}
.contentSection .unitFaq .answer .listAnswer dl dt{
    text-align: center;
    margin-bottom: 10px;
    text-indent: -22px;
    padding-left: 44px;
}
.contentSection .unitFaq .answer .listAnswer dl dt em {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    padding-top: 14px;
}
.contentSection .unitFaq .answer .listAnswer dl dt em img {
    height: 28px;
    width: auto;
}
.contentSection .unitFaq .answer .listAnswer dl dt span {
    font-size: 34px;
    font-weight: bold;
    color: #fb5200;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.contentSection .unitFaq .answer .listAnswer dl dd {
    color: #2a2a2a;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.contentSection .unitFaq .answer .sentence {
    position: relative;
    width: 555px;
    margin-top: 30px;
}
.contentSection .unitFaq .answer .sentence p {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.42;
    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: 86px;
    left: 88px;
    background-image: url(../../img/question/common/ttl_step1_parts1.png);
    width: 116px;
    height: 96px;
    animation: step1parts1Motion 5.0s ease-in-out infinite alternate;
}
#blockStep1 h2:after {
    top: 95px;
    left: 255px;
    background-image: url(../../img/question/common/ttl_step1_parts2.png);
    width: 97px;
    height: 88px;
    animation: step1parts2Motion 3.0s ease-in-out infinite alternate;
    transform-origin: 100% 100%;
}
#blockStep1 {
}
#unitFaq01 .answer .picList {
    text-align: center;
    margin-top: 37px;
    width: 648px;
    margin-left: -50px;
}
#unitFaq01 .answer .picList li {
    display: inline-block;
    margin: 0 6px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-indent: -99999px;
}
#unitFaq01 .answer .picList li:nth-child(1) {
    width: 150px;
    height: 150px;
    background-image: url(../../img/question/sp/pic_step1_a1_1.png); 
}
#unitFaq01 .answer .picList li:nth-child(2) { 
    width: 150px;
    height: 150px;
    background-image: url(../../img/question/sp/pic_step1_a1_2.png); 
}
#unitFaq01 .answer .picList li:nth-child(3) {
    width: 260px;
    height: 150px;
    background-image: url(../../img/question/sp/pic_step1_a1_3.png);
}

#unitFaq01 .answer .picList li img {
    width: auto;
    height: 150px;
}
#unitFaq02 .answer .pic {
    text-align: center;
    margin-top: 33px;
}
#unitFaq02 .answer .pic img {
    width: auto;
    height: 172px;
}
#unitFaq02 .answer {
    padding-bottom: 37px;
}

/* --------------------------------------------------
    blockStep2
-------------------------------------------------- */ 
#blockStep2 {
    background-color: #ffd6dc;
}
#blockStep2 h2:after {
    top: 122px;
    left: 199px;
    background-image: url(../../img/question/common/ttl_step2_parts1.png);
    width: 38px;
    height: 38px;
    animation: step2parts1Motion 2.0s ease-in-out infinite alternate;
}
#unitFaq06 .answer .listAnswer dl:nth-child(1) dt {
    width: 650px;
    text-align: left;
}

#unitFaq07 .answer {
    padding-bottom: 35px;
}
#unitFaq07 .listAnswerMoney {
    width: 588px;
    margin-left: -21px;
    margin-top: 35px;
}
#unitFaq07 .listAnswerMoney li {
    background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 38px 45px 34px 50px;
}
#unitFaq07 .listAnswerMoney li:nth-child(1) {
    margin-bottom: 18px;
}
#unitFaq07 .listAnswerMoney li h4 {
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#unitFaq07 .listAnswerMoney li:nth-child(1) h4 {
    background-image: url(../../img/question/sp/pic_money01.png);
    width: 496px; /*width: 992px;*/
    height: 183px; /*height: 366px;*/
}
#unitFaq07 .listAnswerMoney li:nth-child(2) h4 {
    background-image: url(../../img/question/sp/pic_money02.png);
    width: 496px; /*width: 992px;*/
    height: 183px; /*height: 366px;*/
}
#unitFaq07 .listAnswerMoney li p {
    margin-top: 20px;
    font-size: 26px;
    font-weight: 500;
    color: #2a2a2a;
    line-height: 1.53;
}



/* --------------------------------------------------
    blockStep3
-------------------------------------------------- */ 
#blockStep3 {
    background-color: #b8e9bb;
}
#blockStep3 h2:before {
    top: 71px;
    left: 192px;
    background-image: url(../../img/question/common/ttl_step3_parts1.png);
    width: 36px;
    height: 35px;
    animation: step3parts1Motion 1.6s ease-in-out infinite alternate;
}
#blockStep3 h2:after {
    top: 153px;
    left: 167px;
    background-image: url(../../img/question/common/ttl_step3_parts2.png);
    width: 118px;
    height: 115px;
    animation: step3parts2Motion 3.0s ease-in-out infinite alternate;
    transform-origin: 50% 80%;
}
#unitFaq10 .answer .listAnswer dl {
    margin-top: 36px;
}
#unitFaq10 .answer .listAnswer dl dd {
    text-align: center;
}
#unitFaq10 .answer .listAnswer dl:nth-child(1) dd {
    width: 680px;
    margin-left: -55px;
    letter-spacing: -0.04em; 
}

#unitFaq10 .answer .pic {
    text-align: center;
    margin-top: 28px;
}
#unitFaq10 .answer .pic img {
    width: auto;
    height: 180px;
}

/* --------------------------------------------------
    blockMessage
-------------------------------------------------- */ 
#blockMessage {
    padding-top: 40px;
}
#blockMessage .pic {
    width: 600px;
    margin: 0 auto 30px;
}
#blockMessage .pic img {
    width: 100%;
    height: auto;
}
#blockMessage .sentence {
}
#blockMessage .sentence p {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #ff0004;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

/* --------------------------------------------------
    currentBar
-------------------------------------------------- */ 
.currentBar {
    display: none;
}

#blockFooterBnr .bnrList .kabin {
    display: none;
}
