p {
    font-size: 16px;
    line-height: 1.8em;
}
.main a {
    color: #ed6c00;
    font-weight: bold;
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
     p {
        font-size: 13px;
        line-height: 1.5em;
    }
    .main ul li {
        font-size: 13px;
        line-height: 1.3em;
    }
}

p.notice1 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    text-indent: -2.3em;
    margin-left: 2.3em;
    color: #f60;
}
p.caption1 {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 1.3em;
}
.separator1 {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background: #ccc;
}

h2.normal1 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding: 10px 0 10px 30px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(90deg,#000 0%,#000 85%,#ed6c00 85%,#ed6c00 100%);
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    h2.normal1 {
        padding: 10px 0 10px 15px;
        font-size: 19px;
        line-height: 1.3em;
        margin-bottom: 15px;
    }
}

h3.normal1 {
    padding: 10px 0;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    background: #f0f0f0;
}
@media only screen and (max-width: 767px) {
    h3.normal1 {
        font-size: 17px;
        margin-bottom: 10px;
    }
}

h3.normal2 {
    padding: 10px 0;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    h3.normal2 {
        font-size: 17px;
        margin-bottom: 10px;
    }
}

h4.normal1 {
    color: #ed6c00;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
    h4.normal1 {
        font-size: 16px;
    }
}

.lead1 {
    color: #ed6c00;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .lead1 {
        text-indent: 0;
        font-size: 17px;
        line-height: 1.3em;
        text-align: left;
    }
}

.column1 {
    padding: 30px;
    background: #ed6c00;
}
.column1 h3 {
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.3em;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}
.column1 p {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .column1 {
        padding: 15px;
    }
    .column1 h2 {
        font-size: 17px;
        margin-bottom: 10px;
    }
}

table.table1 {
    width: 100%;
}
table.table1 tr th {
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: left;
    background: #f0f0f0;
    border-bottom: 1px solid #fff;
}
table.table1 tr td {
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.3em;
    vertical-align: middle;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
table.table1 tr:last-child td {
    border-bottom: none;
}
table.table1 tr td p {
    font-size: 16px;
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    table.table1 {
        margin: 10px 0 0 0;
    }
    table.table1 tr th {
        padding: 8px 0 8px 3px;
        font-size: 11px;
    }
    table.table1 tr td {
        padding: 8px 5px;
        font-size: 11px;
    }
    table.table1 tr td p {
        font-size: 11px;
    }
}

.spacer {
    height: 1px;
}



/* レイアウト共通
=================================================================================== */
.main_bg {
    padding: 50px 0 100px 0;
}
.gray_bg {
    padding: 50px 0 100px 0;
    background: #f0f0f0;
    margin-bottom: -50px;
}
@media only screen and (max-width: 767px) {
    .main_bg {
        padding: 50px 0;
    }
    .gray_bg {
        padding: 50px 0;
    }
}

/* ページヘッダー */
.ch_header_bg {
    background: #000;
}
.ch_header {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    background: #000;
}
.ch_header h1 {
    float: left;
    padding: 80px 0 0 10%;
    width: 30%;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1em;
    background: #000;
    box-sizing: border-box;
}
.ch_header h1 small {
    font-size: 10px;
    color: #ed6c00;
    position: relative;
    top: -15px
}
.ch_header p.ch {
    float: left;
    width: 70%;
}
@media only screen and (max-width: 767px) {
    .ch_header h1 {
        float: none;
        width: 100%;
        padding: 20px 0 10px 0;
        text-align: center;
        font-size: 24px;
        line-height: 0.7em;
    }
    .ch_header h1 small {
        font-size: 8px;
        position: static;
    }
    .ch_header p.ch {
        float: none;
        width: 100%;
    }
}



/* スクラップ買取品目
=================================================================================== */
.scrap_wrap {
    width: 102%;
    margin-left: -1%;
}
.scrap_wrap .box {
    float: left;
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 25px;
}
.scrap_wrap .box h3 {
    margin-top: 5px;
    font-weight: bold;
    text-align: center;
}
.scrap_wrap .text {
    font-size: 13px;
    line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
    h2.scrap_h2 {
        background: #ed6c00;
    }
    .scrap_wrap .box {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .scrap_wrap .box h3 {
        font-size: 15px;
    }
    .scrap_wrap .box h3 {
        top: 5px;
        left: 5px;
        font-size: 13px;
    }
}



/* 解体工事・工場倉庫片付け
=================================================================================== */
.demolition_cont_inner {
    padding: 30px;
    width: 80%;
    margin: -50px auto 0 auto;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    z-index: 1;
}
.demolition_example_wrap {
    width: 104%;
    margin-left: -2%;
}
.demolition_example_wrap .box {
    float: left;
    width: 46%;
    margin: 0 2% 50px 2%;
}
.flow_box {
    margin-top: 50px;
    padding: 26px;
    border: 2px solid #ccc;
    border-radius: 8px;
}
.flow_box h3 {
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .demolition_cont_inner {
        padding: 0;
        width: 100%;
        margin: 20px 0 0 0;
    }
    .flow_box {
        margin-top: 30px;
        padding: 10px;
    }
    .flow_box h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
}



/* アクセス・工場設備紹介
=================================================================================== */
.equipment_wrap {
    width: 102%;
    margin-left: -1%;
}
.equipment_wrap .box {
    float: left;
    width: 31.3333%;
    margin: 0 1% 20px 1%;
}
.equipment_wrap .box h3 {
    margin-top: 10px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .equipment_wrap {
        width: 100%;
        margin-left: 0;
    }
    .equipment_wrap .box {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .equipment_wrap .box h3 {
        margin-top: 5px;
        font-size: 13px;
    }
}



/* お問い合せ
=================================================================================== */
.contact_tel_box {
    margin-top: 30px;
    padding: 30px;
    background: #ed6c00;
}
.contact_tel_box p {
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.contact_tel_box p.name {
    font-size: 19px;
}
.contact_tel_box p.tel a {
    font-size: 32px;
    color: #fff;
}