

.mercury .text2::before {
    content: "＼";
    position: absolute;
    font-size: 15px;
    transform: scale(1, 2);
    color: rgb(51, 51, 51);
    top: -3px;
    left: calc(50% - 10em);
}



.mercury .text2::after {
    content: "／";
    position: absolute;
    font-size: 15px;
    transform: scale(1, 2);
    color: rgb(51, 51, 51);
    top: -3px;
    right: calc(50% - 10em);
}


.mercury .title {
    display: table;
    margin: auto;
}


.mercury h3 {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding: 0 0 0 60px;
    background-image: url(../img/h2.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50px;
    font-family: Helvetica, Arial, Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: bold;
    font-size: 114%;
}


.mercury .text2 {
    position: relative;
    text-align: center;
    margin: 20px 0;
    font-feature-settings: "palt" 1;
    font-family: Helvetica, Arial, Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: bold;
    font-size: 93%;
}
.spmBox{
 margin-top: 30px;
}
.spmBox h3 {
    background-image: url(../img/spm.png);
}