/*bcp_sp.css*/

.sp {
    width: auto;
    height: auto;
    margin-right: auto;
}

p {
    font-size: 14px;
}
.mb_10_sp {
    margin-bottom: 10px;
}

.mb_20_sp {
    margin-bottom: 20px;
}

.mb_30_sp {
    margin-bottom: 30px;
}


.bcp_top {
    background: #0072C1;
    padding: 20px;
    margin-top: 14px;   
}

.bcp_top h1 {

    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.bcp_top p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}

.bcp_top h1 img.c_logo01 {
    width: 80px;
    margin-right: 5px;
}

.line_hd {
    width: 420px;
    border-bottom: 1px solid #fff;
    padding-top: 10px;
}


.bcp_content {
    background-image: url(/assets/smc_img/about/bcp/ja-jp/images/bcp_bkimg_sp1.png);
    width: 100%;
    height: auto;
    background-size: contain;
    padding-top: 10px;
}


img.c_logo02 {
    width: 126px;
}

.bcp_content p {
    font-size: 14px;
    line-height: 22px;
    padding: 20px 10px;
}

.bcp_content p.pt {
    font-size: 22px;
    font-weight: 700;
    color: #646464;
    line-height: 20px;
    letter-spacing: 0.05em;
    padding: 10px 10px;
    padding-bottom: 10px;
}

.bcp_content p.title {
    font-size: 18px;
    font-weight: 600;
    color: #646464;
    line-height: 26px;
    padding: 10px 10px;
    margin-top: 0px;
}

.bcp_top_box {
    margin: 0 auto;
    width: 100%;
}

.bcp_top_box p {
    font-size: 12px;
    padding: 5px;

}

.bcp_top_box p.ft_title {
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 10px;
}
.bcp_top_box img {
    width: 36%;
    margin: 5px 0px;
    padding-right: 20px;
}

.bcp_top_box ul li {
    float: left;
    font-size: 15px;
    line-height: 16px;
    flex: 0 50%;
    padding: 10px 5px;
}

.bcp_top_box ul li a::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: auto;
    box-sizing: border-box;
    content: "";
    border: 5px solid transparent;
    border-left: 8px solid #2e7ac8;

}

.imp {
    font-size: 14px;

}


