p {
    font-size: 16px;
    line-height: 1.8em;
}
.main a {
    color: #002076;
    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 {
    font-size: 14px;
    font-weight: bold;
    text-indent: -14px;
    margin-left: 14px;
    color: #dd0000;
}
@media only screen and (max-width: 767px) {
    p.notice1 {
        font-size: 13px;
        text-indent: -13px;
        margin-left: 13px;
    }
}

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 {
    padding: 20px;
    color: #fff;
    font-size: 25px;
    background: #222;
}
@media only screen and (max-width: 767px) {
    h2.normal1 {
        padding: 10px;
        font-size: 20px;
    }
}

h2.normal2 {
    color: #002076;
    font-size: 27px;
    line-height: 1.5em;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    h2.normal2 {
        font-size: 21px;
        line-height: 1.3em;
        margin-bottom: 20px;
    }
}

h3.normal1 {
    padding: 20px;
    color: #fff;
    font-size: 21px;
    line-height: 1.5em;
    font-weight: bold;
    background: #222;
}
@media only screen and (max-width: 767px) {
    h3.normal1 {
        font-size: 17px;
        line-height: 1.3em;
        padding: 15px 10px;
    }
}

h3.normal2 {
    padding: 10px 20px;
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 1.5em;
    font-weight: bold;
    background: #ececee;
}
@media only screen and (max-width: 767px) {
    h3.normal2 {
        font-size: 17px;
        line-height: 1.3em;
        padding: 15px 10px;
    }
}

.lead1 {
    font-size: 24px;
    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;
    }
}

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

.column1 {
    padding: 30px;
    background: #002076;
    box-sizing: border-box;
}
.column1 h3 {
    padding: 10px 20px;
    font-weight: bold;
    background: #fff;
}
.column1 h4 {
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
}
.column1 p {
    color: #fff;
}

.column1 ul {
    margin-left: 1.5em;
}
.column1 ul li::before {
    content:'●';
    margin-right: 5px;
    color: #fff;
}
.column1 ul li {
    color: #fff;
    font-size: 15px;
    text-indent: -1.3em;
}

@media only screen and (max-width: 767px) {
    .column1 {
        padding: 15px;
    }
    .column1 ul li {
        font-size: 13px;
    }
}

.column2 {
    padding: 30px;
    background: #f0f0f0;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .column2 {
        padding: 15px;
    }
}

table.table1 {
    width: 100%;
}
table.table1 tr th {
    padding: 12px 40px 12px 0;
    font-size: 15px;
    line-height: 1.5em;
    vertical-align: middle;
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.table1 tr th.lead {
    font-size: 125%;
    font-weight: bold;
}
table.table1 tr td {
    padding: 12px 40px 12px 0;
    font-size: 15px;
    line-height: 1.5em;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.table1 tr:last-child th, table.table1 tr:last-child td {
    border-bottom: none;
}
table.table1 tr td p {
    font-size: 16px;
    line-height: 1.5em;
}
table.table1 tr td strong {
    font-size: 125%;
}
table.table1 tr th.year {
    width: 12%;
    padding-right: 0;
}
table.table1 tr th.month {
    width: 10%;
    text-align: right;
}
.justify {
    display: flex;
    justify-content: space-between;
}
@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 th.year {
        width: 15%;
    }
    table.table1 tr th.lead {
        font-size: 110%;
    }
    table.table1 tr td {
        padding: 8px 5px;
        font-size: 11px;
    }
    table.table1 tr td p {
        font-size: 11px;
    }
}

.spacer {
    height: 1px;
}



/* レイアウト共通
=================================================================================== */
.main_bg {
    padding: 80px 0;
    background: #ececee;
}
@media only screen and (max-width: 767px) {
    .main_bg {
        padding-top: 30px;
    }
}
.box_white {
    padding: 50px;
    margin-bottom: 10px;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .box_white {
        padding: 10px;
    }
}

.white_bg {
    padding: 80px 0;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .white_bg {
        padding-top: 30px;
    }
}

/* ページヘッダー */
.ch_header {
    padding-top: 100px;
    background: #000;
    position: relative;
}
.ch_header .photo {
    text-align: center;
}
.ch_header .header_tel {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.page_title h1 {
    padding: 30px 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 0.7em;
    color: #222;
}
.page_title h1 .en {
    color: #002076;
    font-size: 13px;
    letter-spacing: 5px;
    margin-left: 20px;
    vertical-align: middle;;
}
@media only screen and (max-width: 767px) {
    .ch_header {
        padding-top: 0;
    }
    .page_title h1 {
        padding: 20px 0 15px 0;
        font-size: 22px;
        text-align: center;
        line-height: 1.1em;
    }
    .page_title h1 .en {
        font-size: 10px;
        letter-spacing: normal;
        margin-left: 0;
    }
    .page_title h1 .en::before {
        content: "\A" ;
        white-space: pre ;
    }
}
.header_tel_SP {
    display: none;
}
@media only screen and (max-width: 767px) {
    .header_tel {
        display: none;
    }
    .header_tel_SP {
        display: block;
    }
}


/* サブメニュー */
.submenu_bg {
    background: #000;
}
.submenu ul li a {
    display: block;
    float: left;
    padding: 10px 0;
    width: 25%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #000;
}
.submenu ul li a::before {
    content: '■ ';
    font-size: 11px;
}
.submenu ul li a:hover {
    background: #333;
}
.submenu ul li.current a {
    background: #333;
    pointer-events: none;
}
@media only screen and (max-width: 767px) {
    .submenu_bg .container {
        margin: 0 0;
    }
    .submenu_bg .row {
        width: 100% !important;
    }
    .submenu ul li a {
        font-size: 12px;
        line-height: 1.3em;
    }
    .submenu ul li a::before {
        content: '';
    }
}



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

.feature_num {
    padding-top: 35px;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    width: 120px;
    height: 120px;
    background: #002076;
    border-radius: 50%;
    box-sizing: border-box;
}
.guidelines {
    font-size: 17px;
    font-weight: bold;
    line-height: 2.5em;
}
@media only screen and (max-width: 767px) {
    .feature_num {
        padding-top: 25px;
        font-size: 35px;
        width: 80px;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .guidelines {
        font-size: 14px;
        line-height: 1.8em;
    }
}



/* 金属スクラップ買取価格
=================================================================================== */
.update {
    margin-top: 20px;
    font-weight: bold;
}

.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 .box h4 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    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 .box h4 small {
    font-size: 13px;
}
.scrap_wrap .box h4 small::before {
	content: "\A" ;
	white-space: pre;
}
.scrap_wrap .box .price {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    color: #f30;
    font-family: 'arial';
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    text-align: right;
    background: rgba(255,255,255,0.8);
    box-sizing: border-box;
}
.scrap_wrap .box .price.kg::after {
    content: '円/kg';
    font-size: 15px;
}
.scrap_wrap .box .price.dai::after {
    content: '円/1台';
    font-size: 15px;
}
.scrap_wrap .box.up .price {
    background: rgba(255,200,200,0.8);
}
.scrap_wrap .box.up .price::before {
    content: '▲ UP';
    padding: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    float: left;
    background: #f30;
}
.scrap_wrap .box.down .price {
    background: rgba(220,220,255,0.8);
}
.scrap_wrap .box.down .price::before {
    content: '▼ DOWN';
    padding: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    float: left;
    background: #039;
}
@media only screen and (max-width: 767px) {
    .scrap_wrap .box {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 7px;
    }
    .scrap_wrap .box h4 {
        font-size: 13px;
    }
    .scrap_wrap .box .price {
        font-size: 19px;
    }
}



/* アクセス・工場紹介
=================================================================================== */
.equipment_wrap {
    width: 102%;
    margin-left: -1%;
}
.equipment_wrap .box {
    float: left;
    width: 31.3333%;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    margin-bottom: 20px;
}
.equipment_wrap .box .photo {
    text-align: center;
}
.equipment_wrap .box .text {
    position: absolute;
    bottom: 10px;
    right: 10px;
    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_wrap {
        width: 100%;
        margin-left: 0;
    }
    .equipment_wrap .box {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

table.equipment_table {
    width: 100%;
    margin-top: 30px;
}
table.equipment_table tr:first-child {
    border-top: 2px solid #aaa;
}
table.equipment_table tr:last-child {
    border-bottom: 2px solid #aaa;
}
table.equipment_table tr.separator {
    border-top: 2px solid #aaa;
}
table.equipment_table tr th {
    padding: 12px 40px 12px 0;
    font-size: 17px;
    line-height: 1.5em;
    color: #002076;
    text-align: center;
    font-weight: bold;
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
}
table.equipment_table tr td {
    padding: 12px 40px 12px 0;
    font-size: 15px;
    line-height: 1.5em;
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
}
@media only screen and (max-width: 767px) {
    table.equipment_table {
        margin: 10px 0 0 0;
    }
    table.equipment_table tr th {
        padding: 8px 0 8px 3px;
        font-size: 11px;
    }
    table.equipment_table tr td {
        padding: 8px 5px;
        font-size: 11px;
    }
}



/* お問い合せ
=================================================================================== */
.contact_tel, .contact_tel a {
    margin-top: 10px;
    font-family: Arial;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: bold;
    color: #002076;
}
.contact_tel small {
    font-size: 16px;
}
.contact_fax {
    font-family: Arial;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: bold;
    color: #002076;
}
.contact_fax small {
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .contact_tel, .contact_tel a, .contact_fax {
        text-align: center;
        line-height: 1.2em;
    }
}
