
/* Help */
.headline-80 {text-align: center;font-size: 1.5rem; line-height: 2.8rem;}
.headline-80 span {color: #0088CC; display: inline-block; padding: 0.5rem 0.4rem; border-bottom: 3px solid #0088CC; font-weight: bold;position: relative;}
.headline-80 span:after {display: inline-block; position: absolute; content: ' ';bottom: -3px; right: 0; width: 50%; height: 3px; background-color: #0059A7;}
.headline-90 {font-size: 1.2rem; font-weight: bold;padding-left: 2.2rem; line-height: 1.8rem;position: relative;}

.border-num {position: absolute; left: 0; font-size: 1rem; width: 1.8rem; height: 1.8rem; line-height: 1.8rem;padding-bottom: 0.1rem;display: inline-block;color: #fff;background-color: #0088CC;text-align: center;}
.headline-90.red .border-num{background-color: #E1515A;}

.help-side {background-color: #EAEAEA; padding: 1rem;flex: 1 1 auto;}
.headline-sub-title {margin: -1rem -1rem 0 -1rem;font-size: 1.3rem; line-height: 2.3rem; padding: 0.4rem 0.8rem; background-color: #0059A7;color: #fff;}
.headline-sub-title.red {background-color: #D92531;}
.help-image {border: 2px solid #555;border-radius: 2px;}
.help-ballon {position: relative; top: -2rem;margin-bottom:-1rem;}
.block-text-02 {background-color: #fff; border: 1px solid #D92531;padding: 0.4rem;margin: 0.8rem 0;}
dl.block-text-03 {display: table;}
dl.block-text-03 dt {width: 110px; display: table-cell; vertical-align: middle;}
dl.block-text-03 dt span {display: inline-block; height: 30px; line-height: 30px; color: #fff; background-color: #000;position:relative;padding:0 10px;}
dl.block-text-03 dt span:after {
    position: absolute;
    content: ' ';
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent #000;
}
dl.block-text-03 dd {display: table-cell}
dl.block-text-03.red dt span {background-color: #CC3C61;}
dl.block-text-03.red dt span:after {border-color: transparent transparent transparent #CC3C61;}
.back-white {background-color: #fff;}
.faq-list {max-width: 840px; margin: 2rem auto;}
.faq-list dl {margin-top: 1rem;}
.faq-list dl dt, .faq-list dl dd {min-height: 40px; padding: 0.2rem 0 1rem 50px; position: relative;}
.faq-list dl dt {font-size: 1.4rem; font-weight: bold; color: #D92531}
.faq-list dl dd {font-size: 1.1rem;}
.faq-list dl dt:before, .faq-list dl dd:before {position : absolute; top: 0; left: 0; height: 40px; width: 40px; display: inline-block; content: ' '; line-height: 40px; text-align: center; background-color: #D92531; color: #fff; font-weight: bold; font-size: 20px; border-radius: 8px;}
.faq-list dl dt:before {content: 'Q';}
.faq-list dl dd:before {background-color: #0088CC; content: 'A' }