@charset "UTF-8";


.sp-board-area {
    background: #F5F3E7;
    width: 100%;
    padding: 28px;
}

.sp-board-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sp-board-item p {
    margin: 5px 0;
    font-weight: bold;
    color: #363636;
}

.sp-board-item p::before {
    content: "▼";
    font-size: 1rem;
    position: relative;
    top: -2px;
    left: -2px;
}

.sp-board-item img {
    height: 56px;
}


.sp-board-item {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    width: 31%;
    height: 116px;
    padding: 20px 0;
    position: relative;
    box-shadow: 0 1px 1px #949494;
}

.sp-board-item a {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    text-decoration: none;
}

.ttl-2line {
    font-size: 120%;
}

.ico-heading-01 span, .ico-heading-02 span, .ico-heading-03 span {
    position: relative;
    padding: 5px 0 5px 60px;
    display: inline-block;
    font-size: 125%;
}

.ico-heading-01 span:before {
    content: "";
    position: absolute;
    background: url(/service/world/images_osp/common/ico/ico-smt-01.png) no-repeat;
    background-size: 42px;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;  
}

.ico-heading-02 span:before {
    content: "";
    position: absolute;
    background: url(/service/world/images_osp/common/ico/ico-smt-02.png) no-repeat;
    background-size: 42px;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
}


.ico-heading-03 span:before {
    content: "";
    position: absolute;
    background: url(/service/world/images_osp/common/ico/ico-smt-03.png) no-repeat;
    background-size: 42px;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
}
.txt-underline{
    text-decoration: underline;
}


@media screen and (max-width: 767px){
    .sp-board-area {
        padding: 12px 5px;
    }
    .sp-board-item {
        padding: 10px 0;
    }
}

@media screen and (max-width: 360px ) {
    .sp-board-area {
        padding: 8px 5px;
    }
    .sp-board-box {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .sp-board-item p {
    font-size: 1.2rem;
    }
    .sp-board-item img {
        height: 40px;
    }
    
}