/* スライダー
================================================== */
.sp-slide {
    text-align: center;
}

.sp-image {
    /* max-width: 1500px !important; */
}



/* メイン
================================================== */
#tp_main_bg {
    padding: 40px 0;
    text-align: center;
    background: url(../image/bg_alumi.jpg) 0 0 repeat;
}

#tp_main h2 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
}

#tp_main h1 {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #tp_main_bg {
        padding: 15px 0;
    }
}

.tp_sub {
    margin-top: 50px;
    padding: 30px;
    background: url(http://381marukin.com/img/tp_sub_bg.jpg) center center no-repeat;
    background-size: cover;
}

.tp_sub h2 {
    margin-bottom: 30px;
    text-align: center;
}




/* ピックアップ　産業廃棄物
================================================== */
#tp_pickup_waste_bg {
    padding: 50px 0;
    background: #fff;
}

#tp_pickup_waste p {
    line-height: 1.4em;
}

@media only screen and (max-width: 767px) {
    #tp_pickup_waste_bg {
        padding: 30px 0;
    }

    #tp_pickup_waste,
    #tp_pickup_scrap {
        overflow: hidden;
    }

    .tp_pickup_title {
        margin-left: -50%;
        width: 200% !important;
    }
}

.tp_pickup_wrap {
    margin-left: -0.5%;
    width: 101%;
}

.tp_pickup_wrap .item {
    float: left;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 10px;
    width: 32.3333333333%;
    position: relative;
}

.tp_pickup_wrap .item .name {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    min-width: 120px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2em;
    background: #000;
}

.tp_pickup_wrap .item .name_feature {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 65px;
    text-align: center;
    height: 36px;
    font-family: Noto Sans JP;
    font-size: 17px;
    font-weight: 500;
    line-height: 36px !important;
    background: #000;
}

.tp_pickup_wrap .item .name small {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.1em !important;
}

.tp_pickup_wrap .item .price {
    position: absolute;
    bottom: 0;
    right: 10px;
    color: #192E77 !important;
    font-size: 29px;
    font-weight: bold;
    line-height: 1em;
    text-shadow:
        white 3px 0px, white -3px 0px,
        white 0px -3px, white 0px 3px,
        white 3px 3px, white -3px 3px,
        white 3px -3px, white -3px -3px,
        white 2px 3px, white -2px 3px,
        white 2px -3px, white 2px 3px,
        white 3px 2px, white -3px 2px,
        white 3px -2px, white -3px -2px,
        white 2px 0px, white -2px 0px,
        white 0px -2px, white 0px 2px,
        white 2px 2px, white -2px 2px,
        white 2px -2px, white -2px -2px,
        white 1px 2px, white -1px 2px,
        white 1px -2px, white -1px -2px,
        white 2px 1px, white -2px 1px,
        white 2px -1px, white -2px -1px;
}

.tp_pickup_wrap .item .price small {
    font-size: 16px;
}

.tp_pickup_wrap .item .price .big {
    font-size: 54px;
}

.tp_pickup_wrap .item .price .lt {
    font-size: 29px;
    text-decoration: line-through;
    text-shadow:
        white 1.5px 0px, white -1.5px 0px,
        white 0px -1.5px, white 0px 1.5px,
        white 1.5px 1.5px, white -1.5px 1.5px,
        white 1.5px -1.5px, white -1.5px -1.5px;

}

.tp_pickup_wrap .item .price .lt_small {
    font-size: 16px;
    text-shadow:
        white 1.5px 0px, white -1.5px 0px,
        white 0px -1.5px, white 0px 1.5px,
        white 1.5px 1.5px, white -1.5px 1.5px,
        white 1.5px -1.5px, white -1.5px -1.5px;

}


.tp_pickup_wrap .item .price_feature {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #192E77 !important;
    font-size: 42px;
    font-weight: bold;
    line-height: 1em;
    text-shadow:
        white 3px 0px, white -3px 0px,
        white 0px -3px, white 0px 3px,
        white 3px 3px, white -3px 3px,
        white 3px -3px, white -3px -3px,
        white 2px 3px, white -2px 3px,
        white 2px -3px, white 2px 3px,
        white 3px 2px, white -3px 2px,
        white 3px -2px, white -3px -2px,
        white 2px 0px, white -2px 0px,
        white 0px -2px, white 0px 2px,
        white 2px 2px, white -2px 2px,
        white 2px -2px, white -2px -2px,
        white 1px 2px, white -1px 2px,
        white 1px -2px, white -1px -2px,
        white 2px 1px, white -2px 1px,
        white 2px -1px, white -2px -1px;
}

.tp_pickup_wrap .item .price_feature small {
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .tp_pickup_wrap {
        margin-left: 0;
        width: 100%;
    }

    .tp_pickup_wrap .item {
        float: none;
        width: 100%;
    }

    .tp_pickup_wrap .item .name {
        font-size: 15px;
        line-height: 1.2em !important;
    }

    .tp_pickup_wrap .item .photo img {
        width: 100% !important;
    }

    .tp_pickup_wrap .item .name_feature {
        top: 0px;
    }

    .tp_pickup_wrap .item .price_feature {
        bottom: 20px;
    }

}

.tp_pickup_info {
    margin: 20px 0;
    border: solid 4px #192E77;
    padding: 30px;
}

@media only screen and (max-width: 767px) {
    .tp_pickup_info {
        padding: 20px;
    }
}

/* ピックアップ　スクラップ
================================================== */
#tp_pickup_scrap_bg {
    padding: 50px 0;
    background: #192E77;
}

#tp_pickup_scrap p {
    color: #fff;
    line-height: 1.5em;
}

@media only screen and (max-width: 767px) {
    #tp_pickup_scrap_bg {
        padding: 30px 0;
    }
}



/* 店舗設備撤去・解体業務
================================================== */
#tp_demolition_bg {
    padding: 100px 0;
    background: url('') center bottom no-repeat;
    background-size: cover;
}

#tp_demolition h2 {
    margin-bottom: 20px;
    color: #192E77;
    font-size: 29px;
    font-weight: bold;
    line-height: 1.2;
}



/* その他の業務
================================================== */
#tp_other_bg {
    padding: 50px 0;
}

#tp_other h2 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 15px;
}

.tp_other_wrap {
    margin-left: -1%;
    width: 102%;
}

.tp_other_wrap p {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 18%;
}

@media only screen and (max-width: 767px) {
    .tp_other_wrap p {
        width: 48%;
        margin-bottom: 7px;
    }

    .tp_other_wrap p img {
        width: 100% !important;
    }
}



/* アクセス
================================================== */
#tp_access_bg {
    padding: 60px 0 50px 0;
}

#tp_access h2 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 30px;
}

#tp_access .name {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #999;
}



/* 屋上
================================================== */
#tp_roofspace_bg {
    padding: 50px 0 100px 0;
    background: url(../image/tp_rooftop_bg.jpg) center bottom no-repeat;
    background-size: cover;
}

#tp_roofspace h2 {
    margin-bottom: 20px;
    color: #192E77;
    font-size: 23px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    #tp_roofspace h2 {
        font-size: 19px;
    }
}



/* 求人
================================================== */
#tp_recruit_bg {
    padding: 50px 0;
    background: url(../image/bg_alumi.jpg) repeat;
}

#tp_recruit {
    padding: 30px 50px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}

#tp_recruit h2 {
    margin: 35px 0 20px 0;
    color: #192E77;
    font-size: 23px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    #tp_recruit {
        padding: 20px 10px;
    }

    #tp_recruit h2 {
        margin: 10px 0 20px 0;
        font-size: 19px;
    }
}



/* 臨時お知らせ
================================================== */
#tp_information_bg {
    padding: 10px 0 50px 0;
    background: url(../image/bg_alumi.jpg) repeat;
}

#tp_information {
    padding: 30px 50px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
}

#tp_information h2 {
    margin: 10px 0 20px 0;
    color: #192E77;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}

#tp_information p {
    text-align: center;
}

#tp_information ul li {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;

}

#tp_information_red {
    padding: 30px 20px;
    background: #FFF;
    border: solid 10px #192E77;
    border-radius: 10px;
}

#tp_information_red h2 {
    margin: 10px 0 20px 0;
    color: #192E77;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
}

#tp_information_red h2 span.h2_strong {
    font-size: 40px;
    margin-left: 4px;
}

#tp_information_red p {
    text-align: center;
}

#tp_information_red ul li {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 6px;

}

@media only screen and (max-width: 767px) {
    #tp_information {
        padding: 20px 20px;
    }

    #tp_information h2 {
        margin: 10px 0 20px 0;
        font-size: 19px;
    }

    #tp_information p {
        text-align: left;
    }

    #tp_information ul {
        text-indent: -1em;
    }

    #tp_information ul li {
        text-align: left;
        margin-left: 1em;
        font-size: 16px;
    }

    #tp_information_red {
        padding: 20px 10px;
    }

    #tp_information_red h2 {
        margin: 10px 0 20px 0;
        font-size: 24px;
    }

    #tp_information_red h2 span.h2_strong {
        font-size: 26px;
        margin-left: 2px;
    }

    #tp_information_red ul {}

    #tp_information_red ul li {
        font-size: 18px;
        margin-top: 2px;
    }
}



/* 新着情報
================================================== */
#tp_news_bg {
    padding: 50px 0 0 0;
}

#tp_news h2 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 10px;
}

#tp_news .inner {
    /* height: 300px; */
    padding-top: 10px;
    /* overflow-y: scroll; */
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

#tp_news .inner dl {
    display: block;
    padding: 0 20px 15px 0;
}

#tp_news .inner dl dt {
    clear: left;
    float: left;
    margin: 0 0 1em 0em;
    width: 9em;
    font-weight: normal;
    font-size: 12px;
    line-height: 14pt;
}

#tp_news .inner dl dd {
    margin-bottom: 4em;
    margin-left: 0em;
    padding-left: 9em;
    font-size: 12px;
    line-height: 14pt;
}

#tp_news .inner dl dd:last-child {
    margin-bottom: 0;
}

#tp_news .inner dl dd p {
    font-size: 12px;
    line-height: 14pt;
}

#tp_news .inner dl dd p.title {
    margin-bottom: 5px;
    color: #192E77;
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.67px;
    text-align: left;
}

#tp_news .inner dl dd a {
    color: #c00;
}


@media only screen and (max-width: 767px) {
    #tp_news {
        padding: 10px;
    }

    #tp_news .inner {
        height: 480px;
    }

    #tp_news .inner dl dt {
        float: none;
        width: 100%;
        margin: 0 0 5px 0;
        font-size: 12px;
        line-height: 1.3em;
    }

    #tp_news .inner dl dd {
        padding-left: 0em;
        font-size: 12px;
        line-height: 1.3em;
    }

    #tp_news .inner dl dd p.title {
        font-size: 14px;
        line-height: 1.3em;

    }

    #tp_news .inner dl dd p {
        font-size: 12px;
        line-height: 1.3em;
    }
}



/*休暇テーブル*/

.news_table01 {
    margin-top: 6px;
    margin-bottom: 4px;
}

.news_table01 tr th {
    font-weight: normal;
    color: #333;
    text-align: left;
    border: 1px solid #CCC;
    padding: 3px;
}

.news_table01 tr td {
    border: 1px solid #CCC;
    text-align: center;
    padding: 3px;
}

.news_table01 tr .red {
    color: #C30;
    background-color: #FDD;
}

.news_table01 tr .blue {
    color: #03F;
}

.news_table01 tr .red_blue {
    color: #03F;
    background-color: #FFF8F8;
}

.news_table01 tr .white_red {
    color: #C30;
}


/*カレンダータイプテーブル*/


.news_table02 {
    margin-top: 6px;
    margin-bottom: 4px;
}

.news_table02 tr th {
    border: 1px solid #CCC;
    text-align: center;
    padding: 2px;
    line-height: 1.5em;
    width: 16%;
}

.news_table02 tr td {
    border: 1px solid #CCC;
    text-align: center;
    padding: 3px;
    line-height: 1.3em;
    width: 12%;
}

.news_table02 tr .red {
    color: #C30;
    background-color: #FDD;
}

.news_table02 tr .blue {
    color: #03F;
}

.news_table02 tr .red_blue {
    color: #03F;
    background-color: #FFF8F8;
}


/*スマホ対応サイト用*/
.across_month {
    width: 45%;
    float: left;
}

@media only screen and (max-width: 767px) {
    .across_month {
        width: 95%;
        float: none;
    }

    #tp_main h2{
        font-size: 20px;
    }
}