p {
    font-size: 16px;
    line-height: 1.8em;
}
.main a {
    color: #fa4100;
    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: #fa4100;
}
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;
}

h3.normal1 {
    padding-top: 15px;
    color: #222;
    font-size: 32px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    border-top: 1px solid #222;
}
@media only screen and (max-width: 767px) {
    h3.normal1 {
        font-size: 21px;
        line-height: 1.3em;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
}

h3.normal2 {
    padding: 15px 10px;
    color: #222;
    font-size: 32px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    h3.normal2 {
        font-size: 21px;
        line-height: 1.3em;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
}

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

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

.column1 {
    padding: 30px;
    background: url(../img/alumi_bg.jpg) center center repeat;
}
.column1 h3 {
    margin-bottom: 10px;
    line-height: 1.3em;
    font-size: 17px;
    font-weight: bold;
}
@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;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.table1 tr td {
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.3em;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
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;
    }
}

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

.spacer {
    height: 1px;
}



/* レイアウト共通
=================================================================================== */
.main_bg {
    padding-top: 50px;
}
.alumi_bg {
    padding: 80px 0;
    background: url(../img/alumi_bg.jpg) center center repeat;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .main_bg {
        padding-top: 30px;
    }
    .alumi_bg {
        padding: 50px 0;
    }
}

/* ページヘッダー */
.ch {
    text-align: center;
    background: #000;
}
.ch_header_bg {
    background: #000;
    overflow: hidden;
}
.ch_header h2 {
    padding: 20px 0;
    font-size: 29px;
    font-weight: bold;
    line-height: 0.7em;
    color: #fff;
    
}
.ch_header h2 small {
    font-size: 11px;
    line-height: 0.7em;
}
.ch_header_copy {
    padding: 24px 0 24px 20px;
    font-size: 19px;
    font-weight: bold;
    margin-right: calc(50% - 50vw);
    background: url(../img/alumi_bg.jpg) 0 0 repeat;
}
@media only screen and (max-width: 767px) {
    .ch_header h2 {
        font-size: 19px;
        text-align: center;
    }
    .ch_header h2 small {
        font-size: 6px;
    }
    .ch_header_copy {
        margin-right: 0;
        padding: 10px 0 10px 0;
        font-size: 15px;
        text-align: center;
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }
}



/* スクラップ買取価格
=================================================================================== */
.scrap_notice {
    margin-top: 50px;
    padding: 30px;
    border: 3px solid #fa4100;
    border-radius: 6px;
}
.scrap_notice h3 {
    padding: 10px 0;
    margin-bottom: 20px;
    line-height: 1.3em;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    background: #fa4100;
}
.scrap_notice ul li::before {
    content: '● ';
}
@media only screen and (max-width: 767px) {
    .scrap_notice {
        margin-top: -10px;
        padding: 5px;
    }
    .scrap_notice h3 {
        padding: 3px 0;
        font-size: 17px;
        margin-bottom: 3px;
    }
}

.scrap_update {
    width: 30%;
    margin: 80px auto;
    padding: 0 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.scrap_update::before, .scrap_update::after {
	content: '';
	width: 15px;
	height: 100%;
	position: absolute;
}
.scrap_update::before {
	border-left: solid 2px #222;
	border-top: solid 2px #222;
	border-bottom: solid 2px #222;
	top: 0;
	left: 0;
}
.scrap_update::after {
	border-right: solid 2px #222;
	border-top: solid 2px #222;
	border-bottom: solid 2px #222;
	top: 0;
	right: 0;
}
@media only screen and (max-width: 767px) {
    .scrap_update {
        margin: 10px auto;
        width: 50%;
    }
}

h3.scrap_h3 {
    padding-top: 15px;
    color: #222;
    font-size: 32px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    border-top: 1px solid #222;
}

.scrap_wrap {
    width: 102%;
    margin-left: -1%;
}
.scrap_wrap .box {
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 25px;
}
.scrap_wrap .box .inner {
    position: relative;
}
.scrap_wrap.wide .box {
    width: 31.3333%;
}
.scrap_wrap.wide2 .box {
    width: 48%;
}
.scrap_wrap .box .inner h4 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2em;
    text-shadow:
    -1px -1px 5px #fff,0px -1px 5px #fff,0px 1px 5px #fff,1px 0px 5px #fff,-2px -2px 5px #fff,0px -2px 5px #fff,
    0px 2px 5px #fff,2px 0px 5px #fff,-3px -3px 5px #fff,0px -3px 5px #fff,0px 3px 5px #fff,3px 0px 5px #fff;
}
.scrap_wrap.wide .box .inner h4, .scrap_wrap.wide2 .box .inner h4 {
    font-size: 25px;
}
.scrap_wrap.wide2 .box .inner h4 {
    padding: 20px;
}
.scrap_wrap .box .inner h4 small {
    font-size: 13px;
}
.scrap_wrap .box .inner .price {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2px 10px;
    color: #fff;
    font-family: 'arial';
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    text-align: right;
    background: rgba(0,0,0,0.8);
    box-sizing: border-box;
}
.scrap_wrap.wide2 .box .inner .price {
    padding: 10px 10px;
    font-size: 34px;
}
.scrap_wrap .box .inner .price.kg::after {
    content: '円/kg';
    font-size: 15px;
}
.scrap_wrap .box.up .inner .price {
    background: rgba(200,0,0,0.8);
}
.scrap_wrap .box.up .inner .price::before {
    content: '▲ UP';
    margin-top: 10px;
    font-size: 14px;
    float: left;
    font-weight: normal;
}
.scrap_wrap .box.down .inner .price {
    background: rgba(0,0,200,0.8);
}
.scrap_wrap .box.down .inner .price::before {
    content: '▼ DOWN';
    margin-top: 10px;
    font-size: 14px;
    float: left;
    font-weight: normal;
}
.scrap_wrap .box .scrap_text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5em;
}
.scrap_wrap.wide2 .box .scrap_text {
    font-size: 15px;
}
@media only screen and (max-width: 767px) {
    h3.scrap_h3 {
        padding: 5px 0;
        font-size: 19px;
        margin-bottom: 4px;
    }
    .scrap_wrap {
        width: calc(100% + 4px) !important;
        margin-left: -2px !important;
    }
    .scrap_wrap .box {
        width: calc(33.3333% - 4px) !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
        margin-bottom: 4px !important;
    }
    .scrap_wrap.SP_y2 .box {
        width: calc(50% - 4px) !important;
        margin-left: 2px !important;
        margin-right: 2px !important;
        margin-bottom: 4px !important;
    }
    .scrap_wrap .box .photo.nophoto {
        background: #f0f0f0;
        position: relative;
        z-index: -1;
    }
    .scrap_wrap .box .photo.nophoto img {
        position: relative;
        top: 20px;
    }
    .scrap_wrap .box h4 {
        padding: 5px !important;
        font-size: 14px !important;
    }
    .scrap_wrap .box .inner h4 small {
        font-size: 11px;
    }
    .scrap_wrap .box .nophoto {
        background: #f0f0f0;
        position: relative;
        z-index: -1;
    }
    .scrap_wrap .box .nophoto img {
        position: relative;
        top: 10px;
    }
    .scrap_wrap .box.up .inner .price::before, .scrap_wrap .box.down .inner .price::before {
        margin-top: 6px;
        font-size: 11px;
    }
    .scrap_wrap .box .scrap_text {
        display: none;
    }
    .scrap_wrap.SP_y2 .box .scrap_text {
        display: block;
        font-size: 12px;
    }
    .scrap_wrap .box .inner .price {
        position: static;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 3px 3px 3px 3px !important;
        font-size: 17px !important;
        background: #000;
        box-sizing: border-box;
    }
    .scrap_wrap .box .inner .price.kg::after, .scrap_wrap .box .inner .price.hon::after {
        font-size: 13px;
    }
    .scrap_wrap .box.up .inner .price::before {
        content: '▲';
        padding: 5px 2px;
        margin-top: 1px;
        font-size: 9px;
    }
    .scrap_wrap .box.down .inner .price::before {
        content: '▼';
        padding: 5px 2px;
        margin-top: 1px;
        font-size: 9px;
        color: #fff;
    }
}

/* 持込み */
h3.scrap_bring_h3 {
    padding: 20px 0;
    color: #fff;
    font-size: 32px;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    background: #fa4100;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    h3.scrap_bring_h3 {
        font-size: 21px;
        margin-bottom: 20px;
    }
}



/* 会社概要
=================================================================================== */
.permit_wrap {
    width: 104%;
    margin-left: -2%;
}
.permit_wrap .box {
    float: left;
    width: 21%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.permit_wrap .fc {
    margin-left: 27%;
}
.permit_wrap .box .photo {
    text-align: center;
}
.permit_wrap .box .photo img {
    box-shadow: 0 0 8px #ccc;
}
.permit_wrap .box .text {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .permit_wrap {
        width: 104%;
        margin-left: 0;
    }
    .permit_wrap .box {
        width: 46%;
    }
    .permit_wrap .box .text {
        font-size: 12px;
    }
    .permit_wrap .fc {
        margin-left: 0;
    }
}



/* アクセス・工場紹介
=================================================================================== */
.equipment_wrap2 {
    width: 102%;
    margin-left: 15.6667%;
}
.equipment_wrap2 .box {
    float: left;
    width: 31.3333%;
    margin: 0 1% 20px 1%;
    position: relative;
}
.equipment_wrap3 {
    width: 102%;
    margin-left: -1%;
}
.equipment_wrap3 .box {
    float: left;
    width: 31.3333%;
    margin: 0 1% 20px 1%;
    position: relative;
}
.equipment_wrap2 .box .name, .equipment_wrap3 .box .name {
    position: absolute;
    bottom: 3px;
    right: 10px;
    font-weight: bold;
    text-align: right;
    text-shadow:
    -1px -1px 5px #fff,0px -1px 5px #fff,0px 1px 5px #fff,1px 0px 5px #fff,-2px -2px 5px #fff,0px -2px 5px #fff,
    0px 2px 5px #fff,2px 0px 5px #fff,-3px -3px 5px #fff,0px -3px 5px #fff,0px 3px 5px #fff,3px 0px 5px #fff;
}
@media only screen and (max-width: 767px) {
    .equipment_wrap2 {
        width: 100%;
        margin-left: 0;
    }
    .equipment_wrap2 .box {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .equipment_wrap3 {
        width: 100%;
        margin-left: 0;
    }
    .equipment_wrap3 .box {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
}


/* お問い合せ
=================================================================================== */
.contact_tel_box {
    padding: 20px;
    background: #fa4100;
}
.contact_tel_box p {
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.contact_tel_box p.name {
    font-size: 25px;
}
.contact_tel_box p.tel a {
    color: #fff;
    font-size: 40px;
}
.contact_tel_box p.tel a small {
    font-size: 25px;
}
@media only screen and (max-width: 767px) {
    .contact_tel_box {
        margin-top: 20px;
    }
    .contact_tel_box p.tel a {
        font-size: 32px;
    }
}
