﻿p {
    font-size: 16px;
    line-height: 1.8em;
}

.main a {
    color: #09BCD4;
    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: #dd0000;
}

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: 10px;
    color: #09BCD4;
    font-size: 27px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;

    position: relative;
}

h3.normal1::before {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    padding-top: 15px;
    border-top: 3px solid #09BCD4;
}

@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-top: 10px;
    color: #222;
    font-size: 27px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;

    position: relative;
}

h3.normal2::before {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    padding-top: 15px;
    border-top: 3px solid #222;
}

@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;
    text-align: center;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    h4.normal1 {
        font-size: 17px;
        margin-bottom: 10px;
    }
}

.lead1 {
    color: #09BCD4;
    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: #09BCD4;
}

.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;
    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(../image/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(../image/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;
    background: #ffdc00;
}

.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: #000;
}

.scrap_notice ul li::before {
    content: '● ';
}

@media only screen and (max-width: 767px) {
    .scrap_notice {
        margin-top: 20px;
        padding: 15px;
    }

    .scrap_notice h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
}

.scrap_update {
    width: 30%;
    margin: 50px 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: 20px auto;
        width: 50%;
    }
}

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

.scrap_wrap .box {
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 25px;
    position: relative;
}

.scrap_wrap.wide .box {
    width: 31.3333%;
}

.scrap_wrap .box 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 h4 {
    font-size: 25px;
}

.scrap_wrap .box h4 small {
    font-size: 13px;
}

.scrap_wrap .box .price {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    color: #fff;
    font-family: 'arial';
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    text-align: right;
    background: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
}

.scrap_wrap .box .price.kg::after {
    content: '\5186\002f\006b\0067';
    font-size: 15px;
}

.scrap_wrap .box.up .price {
    background: rgba(200, 0, 0, 0.8);
}

/*.scrap_wrap .box.up .price::before {
    content: '▲ UP';
    margin-top: 10px;
    font-size: 16px;
    float: left;
    font-weight: normal;
}*/
.scrap_wrap .box.down .price {
    background: rgba(0, 0, 200, 0.8);
}

/*.scrap_wrap .box.down .price::before {
    content: '▼ DOWN';
    margin-top: 10px;
    font-size: 16px;
    float: left;
    font-weight: normal;
}*/
@media only screen and (max-width: 767px) {

    .scrap_wrap .box,
    .scrap_wrap.wide .box {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 7px;
    }

    .scrap_wrap .box h4,
    .scrap_wrap.wide .box h4 {
        font-size: 13px;
    }

    .scrap_wrap .box .price {
        font-size: 19px;
    }

    /*.scrap_wrap .box.up .price::before, .scrap_wrap .box.down .price::before {
        margin-top: 6px;
        font-size: 11px;
    }*/
}

/* 持込み */
h3.scrap_bring_h3 {
    padding: 20px 0;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    background: #09BCD4;
    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: 100%;
}

.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: 10px;
    left: 15px;
    font-weight: bold;
    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: #09BCD4;
}

.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;
    }
}