@charset "utf-8";


/* Layout
--------------------------------------------------------*/

.pcaos_mb60{
    margin-bottom: 60px;
}

@media screen and (max-width:740px) {

.pcaos_mb60{
    margin-bottom: 40px;
}

}

/* BT
--------------------------------------------------------*/

.pcaos_bt60 a{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 50%;
    background: #004587;
    color: #FFF;
    margin: 10px 25% 10px 25%;
    padding: 20px 30px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    line-height: 1.6em;
    transition: background .8s ease;
}

.pcaos_bt60 a:after{
    content: url("../../images/global/bt-arrow.png");
    display: inline-block;
    position: absolute;
    right: 7px;
    background-size: contain;
    vertical-align: middle;
    top: calc(50% - 12px) ;
}

.pcaos_bt60 a:hover{
    background: #FF5700;
}

@media screen and (max-width:740px) {

 .pcaos_bt60 a{
    width: 80%;
    margin: 30px 10% 0 10%;
    font-size: 16px;
    line-height: 1.4em;
}
}