/*bcp.css*/

.one_column_cont h2 {
    letter-spacing: 0;
}

.ot_mainVisual p.title sub {
    font-size: 70%;
    bottom: -0.1em;
}



p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}
.mb_40 {
    margin-bottom: 40px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mb_100 {
    margin-bottom: 100px;
}

.ft16 {
    font-size: 16px!important;
}
.ft22 {
    font-size: 22px!important;
}

.red {
    color: #f70909!important;
}


.bcp_wrapper {
    position: relative;
}

.bcp_top {
    background: #0072C1;
    padding: 14px 0 2px 20px;
    margin-top: 16px;    
}

.bcp_top h1 {
    font-size: 30px;
    height: 40px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    display: inline;
vertical-align: bottom;

}

.bcp_top p {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    margin-top: 10px;
    padding-bottom: 16px;
}

.bcp_content p {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.bcp_content p.pt {
    font-size: 34px;
    font-weight: 700;
    color: #646464;
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-left: 40px;
    padding-bottom: 20px;
}

.bcp_content p.title {
    font-size: 26px;
    font-weight: 600;
    color: #646464;
    line-height: 38px;
    letter-spacing: 0.05em;
    padding-left: 40px;
    padding-bottom: 28px;
}

.bcp_top img.c_logo01 {
    width: 108px;
    height: 40px;
    margin-right: 10px;
vertical-align: text-top;
}

.line_hd {
    width: 930px;
    border-bottom: 1px solid #fff;
    padding-top: 16px;
}


.bcp_content {
    background-image: url(/assets/smc_img/about/bcp/ja-jp/images/bcp_bkimg_1.png);
    background-repeat: no-repeat;
background-size: contain;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 50px 0;
    position: relative;
}


img.c_logo02 {
    width: 126px;
}

.bcp_content p {
    font-size: 15px;
    line-height: 28px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.bcp_content p.title {
    font-size: 22px;
    font-weight: 600;
    color: #646464;
    line-height: 32px;
    padding-left: 40px;
    padding-bottom: 28px;
}

.bcp_top_box {
    padding-left: 60px;
    margin-top: 30px;
}

.bcp_top_box p {
    font-size: 16px;
    padding-left: 320px;
    padding-top: 10px;
}

.bcp_top_box p.ft_title {
    font-size: 20px;
    font-weight: 600;
    padding-left: 320px;
    padding-top: 20px;
}
.bcp_top_box img {
    float: left;
    margin-left: 50px;
}

.bcp_top_box ul li {
    float: left;
    font-size: 18px;
    line-height: 16px;
    flex: 0 50%;
    padding: 20px 44px;
}

.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: 16px;
    font-weight: 600;
text-decoration-line: underline;
text-decoration-thickness:3px;
text-decoration-color:yellow;

}

@media screen and (max-width: 768px) {
.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 {
    font-size: 14px;
}
}


