/* about.css */
/* LivePocketとは? */
.about .nav-back {
    width: 100%;
    height: 30px;

    background: linear-gradient(#444, #222);
    background: -webkit-linear-gradient(#444, #222);
    background: -ms-linear-gradient(#444, #222);
}

.about .nav-back img {
    width: 53px;
    height: 18px;
    padding-top: 8px;
    padding-left: 4px;
}

.about .catch {
    padding: 6.4% 2% 2%;
}
.about .catch img {
    width: 100%;
}
.about .catch p {
    margin: 4.5% 0px 2%;
    padding: 0px 1.5%;

    font-size: 11.5px;
    font-weight: bolder;
    color: #444;
}

.about .chap-title {
    margin-bottom: 2%;

    background-image: url('../../images/help/about/bg-chap-title.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.about .chap-title h1 {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2%;

    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.about .close-to.chapter {
    margin-bottom: 16px;
}

.about .section {
    width: 85%;
    min-height: 110px;
    margin: auto auto;

    background-image: url('../../images/help/about/topic-bg-with.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.about .close-to .section .logo {
    float: left;
    margin-top: 8px;
    margin-left: 6%;

    width: 20px;
    height: 20px;
}
.about .sec-title h2 {
    padding-top: 10px;
    padding-left: 4%;

    font-size: 13px;
    font-weight: bold;
    color: #444;
}

.about .section p {
    padding: 3% 4% 5%;
    font-size: 10.5px;
    font-weight: bold;
}

.about .section p.two {
    padding-top: 1.5em;
}

.about .howto {
    padding: 2% 0px;
}

.about .howto .panel {
    margin: 2% auto;

    height: 30px;
    width: 85%;
    background: #3586AF;
    box-shadow: 1px 1px 3px 0px #aaa;
}

.about .howto .panel p {
    float: left;

    padding: 0.6em 0px 0px 0px;
    margin-left: 35px;

    color: #fff;
    font-size: 12px;
}

.about .howto .panel img.arrow {
    float: right;

    width: 8px;
    padding-top: 0.8em;
    padding-right: 0.8em;
}

.about .chapter .sticky {
    width: 53px;
    height: 25px;
    margin: 4px 0px;
}

.about .chapter .step-label{
    margin-left: 10px;
    margin-bottom: 5px;
}

.about .chapter .steps {
    padding: 0px 10px;
    margin-bottom: 36px;
}

.about .chapter .steps.caution-list{
    padding-top: 20px;
}

.about .chapter .steps .step p {
    margin-bottom: 8px;
    font-size: 13px;
    /*font-weight: bold;*/
}

.about .chapter .steps .step h2 {
    margin-bottom: 8px;

    font-size: 13px;
    font-weight: bold;
    color: #ed7233;
}

.about .chapter .steps .step ul {
    margin-bottom: 8px;
    padding-left: 4%;

    font-size: 11.5px;
    font-weight: bold;
    list-style-type: disc;
}

.about .chapter .steps.caution-list .list {
    margin-bottom: 8px;
    padding-left: 19px;
    font-size: 12px;
    font-weight: normal;
    list-style-position: outside;
    list-style-type: disc;
}

.about .chapter .steps .capture img {
    width: 100%;

    /*border: solid thin #aaa;
    box-shadow: 1px 1px 3px 0px #aaa;*/
}

.about .chapter .down-arrow {
    clear: both;
    text-align: center;
}

.about .chapter .down-arrow img {
    margin: 0px auto 28px;
}

.about .caption {
    text-indent: -1em;
    padding-left: 1em;
    margin: 6px 0px;
}

.about div.about-service {
    margin-top: 20px;
}


.about .ex-link {
    font-size: 13px;
    line-height: 16px;
    margin: 15px 0 20px;
    padding-left: 4%;
}
.about .ex-link a{
    text-decoration: underline;
}
.about .ex-link img {
    padding-top: 2px;
    padding-left: 7px;
}
