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

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 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 50px;
    border-top: 3px solid #002248;
    position: relative;
}
h2.normal1::before {
      content: '';
      width:20%;
      height: 3px;
      background-color: #00acff;
      position: absolute;
      top: -3px;
      left: 0px;
}
@media only screen and (max-width: 767px) {
    h2.normal1 {
        font-size: 21px;
        margin-bottom: 20px;
    }
}

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

.lead1 {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
.lead1 strong {
    font-size: 150%;
}
@media only screen and (max-width: 767px) {
    .lead1 {
        font-size: 17px;
        line-height: 1.5em;
    }
}

.lead2 {
    color: #002248;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .lead2 {
        font-size: 17px;
        line-height: 1.5em;
    }
}

.column1 {
    padding: 50px;
    border: 2px solid #ddd;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .column1 {
        padding: 20px;
    }
}

.column2 {
    padding: 50px;
    background: #002248;
}
.column2 h3 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.column2 p {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .column2 {
        padding: 20px;
    }
    .column2 h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

table.table1 {
    width: 100%;
}
table.table1 tr th {
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.5em;
    vertical-align: middle;
    text-align: left;
    border-top: 1px solid #999;
}
table.table1 tr td {
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.5em;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
table.table1 tr td a strong {
    line-height: 1.8em;
    font-size: 175%;
}
table.table1 tr td p {
    font-size: 16px;
    line-height: 1.5em;
}
table.table1 tr td strong {
    font-size: 125%;
}
@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;
    }
}

.arrow {
    margin: 30px auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #444;
}



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

/* ページヘッダー */
#page_header {
    position: relative;
    z-index: -1;
    background: #000;
}
#page_header p {
    text-align: center;
}
#page_header p img {
    width: 100%;
    max-width: 1920px;
}
#page_header h1 {
    position: absolute;
    top: 60%;
    left: 5%;
    color: #fff;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: bold;
    text-shadow:
    -1px -1px 5px #000,0px -1px 5px #000,0px 1px 5px #000,1px 0px 5px #000,-2px -2px 5px #000,0px -2px 5px #000,
    0px 2px 5px #000,2px 0px 5px #000,-3px -3px 5px #000,0px -3px 5px #000,0px 3px 5px #000,3px 0px 5px #000;
}
#page_header .en {
    position: absolute;
    bottom: 0px;
    left: 5%;
    font-family: 'bebas';
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0.2em;
    line-height: 1em;
}
@media only screen and (max-width: 767px) {
    #page_header {
        padding-top: 0;
        margin-bottom: -50px;
        background: none;
        position: static;
    }
    #page_header h1 {
        margin-top: 10px;
        margin-bottom: 0;
        position: static;
        color: #444;
        font-size: 22px;
        text-align: center;
        text-shadow: none;
    }
    #page_header .en {
        color: #333;
        font-size: 10px;
        position: static;
        margin-bottom: 50px;
    }
}

.white_inner_bg {
    padding: 40px;
    background: #fff;
}

/* フッター画像 */
.bottom_photo {
    margin-bottom: -200px;
}
.bottom_photo img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .bottom_photo {
        margin-bottom: -110px;
    }
}






/* ごあいさつ
=================================================================================== */
.greeting_text {
    letter-spacing: 1px;
    line-height: 2em;
}
@media only screen and (max-width: 767px) {
    .greeting_text {
        margin-top: 15px;
        letter-spacing: 0;
        line-height: 1.5em;
    }
}

.philosophy {
    margin-top: 100px;
    padding: 250px 0;
    background: url(../img/philosophy_bg.jpg) center center no-repeat;
}
.philosophy_en {
    font-family: 'bebas',sans-serif;
    color: #fff;
    font-size: 20px;
    letter-spacing: 10px;
    text-align: center;
}
.philosophy h2 {
    padding: 10px 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.philosophy .text {
    color: #fff;
    font-size: 20px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .philosophy {
        margin-top: 50px;
        padding: 20px;
    }
    .philosophy .text {
        font-size: 16px;
        text-align: left;
    }
}

.environmental_bg {
    padding: 80px 0 200px 0;
    background: url(../img/environmental_bg.jpg) bottom center no-repeat;
    background-size: cover;
}
.environmental_bg, .environmental_bg p {
    color: #fff;
}
ol.environmental {
    margin-top: 50px;
    counter-reset: num;
    list-style-type: none;
}
ol.environmental li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 40px;
}
ol.environmental li::before {
    position: absolute;
    counter-increment: num;
    content: counter(num);
    display: inline-block;
    color: #004524;
    background: #fff;
    font-family: 'Arial',sans-serif;
    font-weight: bold;
    font-size: 14px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    left: -5px;
    top: 4px;
}
ol.environmental li ol {
    counter-reset: num;
    margin-top: 10px;
}
ol.environmental li ol li {
    margin-bottom: 10px;
    padding: 0 0 0 0;
}
ol.environmental li ol li::before {
    display: none;
}
@media only screen and (max-width: 767px) {
    .environmental_bg {
        padding: 30px 0;
    }
    ol.environmental {
        margin-top: 20px;
    }
    ol.environmental li {
        margin-bottom: 10px;
        font-size: 13px;
        padding-left: 20px;
    }
    ol.environmental li::before {
        left: -20px;
    }
}





/* 会社概要
=================================================================================== */
.permit_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.permit_wrap .box {
    width: calc(33.3333% - 60px);
    margin: 0 30px 30px 30px;
}
.permit_wrap .box .permit {
    text-align: center;
    border: 1px solid #ccc;
}
.permit_wrap .box .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .permit_wrap .box {
        width: calc(50% - 20px);
        margin: 0 10px 10px 10px;
    }
    .permit_wrap .box .text {
        font-size: 12px;
        letter-spacing: -1px;
    }
}

.uzushio_bg {
    padding: 80px 0 220px 0;
    margin-bottom: -200px;
    background: url(../img/uzusio.jpg) center center no-repeat;
    background-size: cover;
}
.uzushio {
    padding: 50px;
    background: rgba(255,255,255,0.9);
}
.uzushio h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    .uzushio_bg {
        padding: 30px 0 150px 0;
    }
    .uzushio {
        padding: 30px;
    }
    .uzushio h2 {
      font-size: 21px;
      margin-bottom: 30px;
    }
}





/* 金属リサイクル事業
=================================================================================== */
.business_header {
    position: relative;
    width: 100%;
}
.business_header_bg img {
    width: 100%;
}
.business_header .cont {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 80%;
}
.business_header .en_h1 {
    font-family: 'bebas';
    line-height: 1em;
    font-size: 80px;
    color: #fff;
    -webkit-text-stroke: 1px #002248;
    text-stroke: 1px #002248;
}
.business_header h1 {
    margin-top: 50px;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
}
.business_header .line {
    width: 20%;
    height: 3px;
    background: #00acff;
    margin: 25px 0 20px 0;
}
.business_header p.text {
    width: 48%;
    color: #fff;
}
.business_header p.fig {
    position: absolute;
    top: 0;
    right: 0;
}
.business_header .SP {
    display: none;
}
.business_header .tb_on {
    display: none;
}
@media only screen and (max-width: 1300px) {
    .business_header .tb_on {
        display: block;
    }
    .business_header .en_h1 {
        margin-top: 30px;
        font-size: 50px;
    }
    .business_header h1 {
        margin-top: 30px;
        font-size: 36px;
        line-height: 1.3em;
    }
    .business_header p.fig {
        text-align: right;
    }
    .business_header p.fig img {
        width: 70%;
    }
    .business_header p.text {
        font-size: 14px;
        line-height: 1.5em;
    }
}
@media only screen and (max-width: 960px) {
    .business_header h1 {
        font-size: 30px;
    }
    .business_header p.fig img {
        margin-top: 20px;
        width: 50%;
    }
    .business_header p.text {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .business_header .en_h1 {
        display: none;
    }
    .business_header h1 {
        display: none;
    }
    .business_header .cont {
        position: static;
        width: 90%;
        padding: 0 5%;
    }
    .business_header .SP {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .business_header .SP .en_h1_SP {
        margin-top: 50px;
        font-family: 'bebas';
        line-height: 1em;
        font-size: 40px;
        color: #fff;
        -webkit-text-stroke: 1px #002248;
        text-stroke: 1px #002248;
        text-align: center;
    }
    .business_header .SP h1.h1_SP {
        display: block;
        margin-top: 20px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    .business_header .line {
        display: none;
    }
    .business_header p.text {
        margin-top: 20px;
        width: 100%;
        color: #333;
    }
    .business_header p.fig {
        position: static;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .business_header p.fig img {
        width: 70%;
    }
}

.business_main1_image {
    overflow: hidden;
}
.business_main1_image img {
    width: 100%;
}
.business_main1_bg {
    margin-top: -200px;
    padding-top: 120px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    background: url(../img/business_main1_bg.png) 0 0 no-repeat;
    background-size: cover;
}
.business_main1_bg .en_h2 {
    font-family: 'bebas';
    line-height: 1em;
    letter-spacing: 0.2em;
    font-size: 50px;
    color: #fff;
    text-align: right;
    -webkit-text-stroke: 1px #002248;
    text-stroke: 1px #002248;
    margin-top: -80px;
    margin-bottom: 30px;
}
.business_main1 .photo {
    text-align: center;
    position: relative;
    z-index: 1;
}
.business_main1 h2 {
    margin-top: 50px;
    margin-left: calc(50% - 50vw);
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    text-align: right;
    line-height: 1.3em;
    position: relative;
    z-index: 1;
    text-shadow:
    -1px -1px 5px#002248,0px -1px 5px#002248,0px 1px 5px#002248,1px 0px 5px#002248,-2px -2px 5px#002248,0px -2px 5px#002248,
    0px 2px 5px#002248,2px 0px 5px#002248,-3px -3px 5px#002248,0px -3px 5px#002248,0px 3px 5px#002248,3px 0px 5px#002248;
}
.business_main1 .line {
    width: 50%;
    height: 3px;
    background: #00acff;
    margin: 25px 0 20px 0;
}
.business_main1 p {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .business_main1_image {
        display: none;
    }
    .business_main1_bg {
        margin-top: 0;
        margin-bottom: 0;
        padding: 50px 0;
        background: #002248;
    }
    .business_main1_bg .en_h2 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 20px;
        text-align: left;
    }
    .business_main1 h2 {
        margin-top: 0;
        font-size: 24px;
    }
    .business_main1 .photo {
        display: none;
    }
}

.business_main2_image {
    overflow: hidden;
}
.business_main2_image img {
    width: 100%;
}
.business_main2_bg {
    margin-top: -200px;
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
    background: url(../img/business_main2_bg.png) right 0 no-repeat;
    background-size: cover;
}
.business_main2_bg .en_h2 {
    font-family: 'bebas';
    line-height: 1em;
    letter-spacing: 0.2em;
    font-size: 50px;
    color: #fff;
    -webkit-text-stroke: 1px #002248;
    text-stroke: 1px #002248;
    margin-top: -80px;
    margin-bottom: 30px;
}
.business_main2 .photo {
    text-align: center;
    position: relative;
    z-index: 1;
}
.business_main2 h2 {
    margin-top: 50px;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3em;
}
.business_main2 .line {
    width: 50%;
    height: 3px;
    background: #00acff;
    margin: 25px 0 20px 0;
}
.business_main2 p {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .business_main2_image {
        display: none;
    }
    .business_main2_bg {
        margin-top: 0;
        margin-bottom: 0;
        padding: 50px 0;
        background: #002248;
    }
    .business_main2_bg .en_h2 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .business_main2 h2 {
        margin-top: 0;
        font-size: 24px;
    }
    .business_main2 .photo {
        margin-top: 20px;
    }
}


.scrap_entrance {
    padding: 220px 0;
    background: url(../img/scrap_entrance_bg.jpg) center center no-repeat;
    background-size: cover;
}
.scrap_entrance .en_h2 {
    font-family: 'bebas';
    line-height: 1em;
    letter-spacing: 0.2em;
    font-size: 80px;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
}
.scrap_entrance h2 {
    color: #00acff;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.scrap_entrance p {
    color: #fff;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .scrap_entrance {
        padding: 80px 0;
    }
    .scrap_entrance .en_h2 {
        font-size: 20px;
    }
    .scrap_entrance h2 {
        font-size: 22px;
    }
}

.vehicle_wrap {
    width: calc(100% + 20px);
    margin-left: -10px;
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
}
.vehicle_wrap .box {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
    position: relative;
}
.vehicle_wrap .box .text {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 19px;
    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) {
    .vehicle_wrap {
        width: 100%;
        margin-left: 0;
        display: block;
    }
    .vehicle_wrap .box {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .vehicle_wrap .box .text {
        font-size: 13px;
    }
}

table.vehicle_table {
    margin-top: 30px;
    width: 100%;
}
table.vehicle_table tr {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
table.vehicle_table tr th {
    width: 50%;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.5em;
    vertical-align: middle;
    text-align: right;
}
table.vehicle_table tr td {
    width: 50%;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.5em;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    table.vehicle_table tr th {
        padding: 5px 0 5px 3px;
        font-size: 12px;
    }
    table.vehicle_table tr td {
        padding: 5px 5px;
        font-size: 12px;
    }
}





/* スクラップ買取品目
=================================================================================== */
.scrap_cat_box {
    position: relative;
}
.scrap_cat_box h3 {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-shadow:
    -1px -1px 5px #000,0px -1px 5px #000,0px 1px 5px #000,1px 0px 5px #000,-2px -2px 5px #000,0px -2px 5px #000,
    0px 2px 5px #000,2px 0px 5px #000,-3px -3px 5px #000,0px -3px 5px #000,0px 3px 5px #000,3px 0px 5px #000;
}
@media only screen and (max-width: 767px) {
    .scrap_cat_box h3 {
        top: 10px;
        left: 10px;
        font-size: 24px;
    }
}

.scrap_flow_wrap {
    width: calc(100% + 20px);
    margin-left: -10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.scrap_flow_wrap .box {
    width: calc(20% - 20px);
    margin: 0 0 20px 0;
    position: relative;
}
.scrap_flow_wrap .flow_arrow {
    margin: 0 2px;
    width: 16px;
	height: 16px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    position: relative;
    top: 80px;
    left: -5px;
}
.scrap_flow_wrap .box .icon {
    text-align: center;
}
.scrap_flow_wrap .box .text {
    margin-top: 10px;
    padding: 0 20px;
}
@media only screen and (max-width: 767px) {
    .scrap_flow_wrap .box {
        width: calc(50% - 20px);
    }
    .scrap_flow_wrap .box .text {
        padding: 0 5px;
    }
}

.scrap_item_wrap1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.scrap_item_wrap1 .photo {
    width: calc(60% - 20px);
    margin-right: 20px;
}
.scrap_item_wrap1 .cont {
    width: 40%;
}
.scrap_item_wrap1 .cont h3 {
    font-size: 24px;
    font-weight: bold;
}
.scrap_item_wrap1 .cont .text {
    margin-top: 10px;
    line-height: 1.7em;
}
.scrap_item_wrap1 .cont .type {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.4em;
}
@media only screen and (max-width: 767px) {
    .scrap_item_wrap1 {
        display: block;
    }
    .scrap_item_wrap1 .photo {
        width: 100%;
        margin-right: 0;
    }
    .scrap_item_wrap1 .cont {
        width: 100%;
    }
    .scrap_item_wrap1 .cont h3 {
        margin-top: 10px;
        font-size: 20px;
    }
}

.scrap_item_wrap2 {
    margin-top: 30px;
    width: calc(100% + 20px);
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
}
.scrap_item_wrap2 .box {
    width: calc(33.3333% - 20px);
    margin: 0 10px 30px 10px;
}
.scrap_item_wrap2 .box .inner {
    position: relative;
}
.scrap_item_wrap2 .box .inner .photo {
    text-align: center;
}
.scrap_item_wrap2 .box .inner h3 {
    position: absolute;
    top: 10px;
    left: 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;
}
.scrap_item_wrap2 .box .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    .scrap_item_wrap2 {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .scrap_item_wrap2 .box {
        width: calc(50% - 10px);
        margin: 0 5px 15px 5px;
    }
    .scrap_item_wrap2 .box .text {
        font-size: 13px;
    }
}

.scrap_purchase_flow_wrap {
    margin-top: 30px;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    background: #f0f0f0;
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
}
.scrap_purchase_flow_wrap .box {
    width: calc(25% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}
.scrap_purchase_flow_wrap .box .inner {
    position: relative;
}
.scrap_purchase_flow_wrap .box .inner::before {
    content :'';
    position: absolute;
    right: -30px;
    top: 50%;
    display: inline-block;
    border-style: solid;
    border-width: 14px 0 14px 20px;
    border-color: transparent transparent transparent #666;
}
.scrap_purchase_flow_wrap .box .inner.lc::before {
    display: none;
}
.scrap_purchase_flow_wrap .box h3 {
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #002248;
}
.scrap_purchase_flow_wrap .box .text {
    margin-top: 20px;
    font-size: 90%;
    line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
    .scrap_purchase_flow_wrap {
        padding: 15px;
    }
    .scrap_purchase_flow_wrap .box {
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px;
    }
    .scrap_purchase_flow_wrap .box .inner::before {
        display: none;
    }
    .scrap_purchase_flow_wrap .box .text {
        margin-top: 10px;
        line-height: 1.3em;
    }
}





/* 保有設備紹介
=================================================================================== */
.equipment_main_box {
    position: relative;
}
.equipment_main_box h3 {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 28px;
    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_main_box h3 {
        top: 10px;
        left: 10px;
        font-size: 22px;
    }
}

.equipment_wrap {
    width: calc(100% + 20px);
    margin-left: -10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.equipment_wrap .box1 {
    width: calc(100% - 20px);
    margin: 0 10px 20px 10px;
    position: relative;
}
.equipment_wrap .box2 {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
    position: relative;
}
.equipment_wrap .box3 {
    width: calc(33.3333% - 20px);
    margin: 0 10px 20px 10px;
    position: relative;
}
.equipment_wrap .box1 h3, .equipment_wrap .box2 h3, .equipment_wrap .box3 h3 {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px;
    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 .box1, .equipment_wrap .box2, .equipment_wrap .box3 {
        width: 100%;
        margin: 0 0 5px 0;
    }
    .equipment_wrap .box1 h3, .equipment_wrap .box2 h3, .equipment_wrap .box3 h3 {
        top: 10px;
        left: 10px;
        font-size: 15px;
    }
}

table.equipment_table {
    margin-top: 30px;
    width: 100%;
}
table.equipment_table tr {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
table.equipment_table tr th {
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.5em;
    vertical-align: middle;
    text-align: left;
}
table.equipment_table tr td {
    width: 15%;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.5em;
    vertical-align: middle;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    table.equipment_table tr th {
        padding: 5px 0 5px 3px;
        font-size: 12px;
    }
    table.equipment_table tr td {
        padding: 5px 5px;
        font-size: 12px;
    }
}





/* アクセス・地図
=================================================================================== */
.root_h4 {
    color: #002248;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* 求人情報
=================================================================================== */
h3.recruit_h3 {
    padding: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #002248;
}
@media only screen and (max-width: 767px) {
}

.recruit_photo_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.recruit_photo_wrap .box {
    width: 33.3333%;
    position: relative;
}
.recruit_photo_wrap .box .photo {
    text-align: center;
}
.recruit_photo_wrap .box .text {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
}
@media only screen and (max-width: 767px) {
    .recruit_photo_wrap .box {
        width: 100%;
        position: relative;
    }
}

.recruit_photo {
    margin-bottom: 100px;
}
.recruit_photo_wrap {
    display: flex;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-top: 10px;
}
.recruit_photo_wrap .box {
    margin: 0 5px 10px 5px;
}
.recruit_photo_wrap .box2 {
    width: calc(50% - 10px);
}
.recruit_photo_wrap .box3 {
    width: calc(33.3333% - 10px);
}
.recruit_photo_wrap .box_text {
    background: #002248;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.recruit_photo_wrap .box_text p {
    color: #fff;
}
.recruit_photo_wrap .box_text p.title {
    font-size: 32px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .recruit_photo_wrap {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .recruit_photo_wrap .box {
        margin: 0 0 10px 0;
    }
    .recruit_photo_wrap .box2 {
        width: 100%;
    }
    .recruit_photo_wrap .box3 {
        width: 100%;
    }
    .recruit_photo_wrap .box_text p.title {
        font-size: 19px;
    }
}



/* お問い合わせ
=================================================================================== */
.contact_tel {
    padding: 50px 0;
    background: #002248;
}
.contact_tel .address {
    margin-top: 20px;
}
.contact_tel p {
    color: #fff;
    text-align: center;
}
.contact_tel .tel  {
    color: #00acff;
    font-weight: bold;
    text-align: center;
}
.contact_tel .tel {
    margin-top: 20px;
}
.contact_tel .tel strong {
    font-size: 36px;
}

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

}

.mailform {
    padding: 50px;
    border: 2px solid #ddd;
    box-sizing: border-box;
}