

.t_04 {
    position: relative;
    width: 450px;
    height: 450px;
    margin: 0 auto;
}

    .t_04 .com_tit {
        font-size: 24px;
        font-weight: bold;
        color: #ededed;
        position: relative;
        z-index: 0;
        text-align: center;
        margin: 0 0 0 0;
    }

        .t_04 .com_tit span {
            font-size: 36px;
            font-weight: bold;
            color: #FFF;
            display: block;
            margin: 0 auto;
            margin-top: 60px;
            margin-bottom: 10px
        }

        .t_04 .com_tit p {
            padding: 0;
            margin: 0;
        }

    .t_04 .rectangle {
        position: absolute;
        width: 270px;
        height: 270px;
        background: #f8b616;
        top: 18px;
        left: 0;
    }

        .t_04 .rectangle img {
            display: block;
            margin-top: 50px;
            margin-left: 200px
        }

    .t_04 .rectangle-2 {
        display: block;
        width: 124px;
        height: 124px;
        border: 3px solid #f8b616;
        margin: 0 auto;
        margin-bottom: 60px
    }

.jpjj {
    width: 398px;
    height: 249px
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
    /*media*/
    .t_04 {
        width: 100%;height: 100px !important;
    }

        .t_04 .rectangle {
            width: 100%;
            height: 100px;
            top: 0;
        }

        .t_04 .com_tit img {
            display: none;
        }

        .t_04 .jpjj {
            display: none;
        }

        .t_04 .rectangle-2 {
            display: none;
        }

        .t_04 .com_tit span {
            margin-top: 0;
            padding-top: 10px;
        }

/*endmedia*/
}
