.main a {
    color: #000f6b;
    font-weight: bold;
    text-decoration: none;
}
p.notice1 {
    color: #ff3c00;
    font-size: 12px;
    font-weight: bold;
    margin-left: 1em;
    text-indent: -1em;
}
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;
}

h1 {
    padding-bottom: 10px;
    color: #000f6b;
    font-size: 32px;
    font-weight: bold;
}
h1 small {
    color: #666;
    font-size: 10px;
    letter-spacing: 1.2em;
    float: right;
}
.h1_bottom_line {
    clear: both;
    height: 2px;
    background: linear-gradient(90deg, #000f6b 0%, #000f6b 20%, #32b4ff 20%, #32b4ff 100%);
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 21px;
        padding-bottom: 5px;
    }
    h1 small {
        font-size: 9px;
        letter-spacing: 0;
    }
}

h2.normal1 {
    padding: 20px;
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-align: left;
    background:
    url(../img/h2_normal1_logo.png) right 20px center no-repeat,
    linear-gradient(90deg, #000f6b 0%, #000f6b 5px, #f0f0f0 5px, #f0f0f0 100%);
}
@media only screen and (max-width: 767px) {
    h2.normal1 {
        padding: 10px;
        margin-bottom: 20px;
        font-size: 17px;
        background: linear-gradient(90deg, #000f6b 0%, #000f6b 5px, #f0f0f0 5px, #f0f0f0 100%);
    }
}

h3.normal1 {
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #000f6b;
}
@media only screen and (max-width: 767px) {
    h3.normal1 {
        padding: 10px 10px;
    }
}

h3.normal1 {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    h3.normal1 {
        font-size: 17px;
    }
}

h3.normal2 {
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #32b4ff;
}
@media only screen and (max-width: 767px) {
    h3.normal2 {
        padding: 10px 10px;
        font-size: 1px;
    }
}

h3.normal2 {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    h3.normal2 {
        font-size: 17px;
    }
}

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

.lead1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    .lead1 {
        text-indent: 0;
        font-size: 17px;
        line-height: 1.3em;
        text-align: left !important;
    }
}

.lead2 {
    color: #32b4ff;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .lead2 {
        text-indent: 0;
        font-size: 17px;
        line-height: 1.3em;
    }
}

.lead3 {
    margin: 40px auto;
    color: #ff3300;
    font-size: 37px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
}
.lead3:before {
    display: inline-block;
    position: relative;
    top: 7px;
    left: 0;
    content: "";
    box-sizing: border-box;
    width: 30px;
    height: 20px;
    border: 20px solid transparent;
    border-left: 20px solid #ff3300;
}
.lead3:after {
    display: inline-block;
    position: relative;
    top: 7px;
    left: 0;
    content: "";
    box-sizing: border-box;
    width: 30px;
    height: 20px;
    border: 20px solid transparent;
    border-right: 20px solid #ff3300;
}
@media only screen and (max-width: 767px) {
    .lead3 {
        margin: 20px 0;
        text-indent: 0;
        font-size: 19px;
        line-height: 1.3em;
    }
    .lead3:before {
        top: 3px;
        width: 20px;
        height: 10px;
        border: 10px solid transparent;
        border-left: 10px solid #ff3300;
    }
    .lead3:after {
        top: 3px;
        width: 20px;
        height: 10px;
        border: 10px solid transparent;
        border-right: 10px solid #ff3300;
    }
}

table.table1 {
    width: 100%;
}
table.table1 tr th {
    padding: 15px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: left;
    background: #000f6b;
    border-top: 1px solid #000f6b;
    border-bottom: 1px solid #fff;
}
table.table1 tr:last-child th {
    border-bottom: 1px solid #000f6b;
}
table.table1 tr td {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px dotted #ccc;
}
table.table1 tr td:last-child {
    border-right: none;
}
table.table1 tr td p {
    font-size: 14px;
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    table.table1 {
        margin: 10px 0 0 0;
    }
    table.table1 tr th {
        padding: 5px 5px 5px 5px;
        font-size: 11px;
        width: 25%;
    }
    table.table1 tr td {
        padding: 5px 5px 5px 5px;
        font-size: 11px;
    }
    table.table1 tr td p {
        font-size: 11px;
    }
}

table.table2 {
    margin-top: 10px;
    width: 100%;
}
table.table2 tr th {
    padding: 5px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: left;
    background: #222;
    border-top: 1px solid #222;
    border-bottom: 1px solid #fff;
}
table.table2 tr:last-child th {
    border-bottom: 1px solid #222;
}
table.table2 tr td {
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.3em;
    vertical-align: middle;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px dotted #ccc;
}
table.table2 tr td:last-child {
    border-right: none;
}
table.table2 tr td p {
    font-size: 14px;
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    table.table2 {
        margin: 10px 0 0 0;
    }
    table.table2 tr th {
        padding: 5px 5px 5px 5px;
        font-size: 11px;
        width: 25%;
    }
    table.table2 tr td {
        padding: 5px 5px 5px 5px;
        font-size: 11px;
    }
    table.table2 tr td p {
        font-size: 11px;
    }
}

.column1 {
    padding: 30px;
    color: #fff;
    background: #32b4ff;
    background: linear-gradient(135deg, #000f6b 0%, #000f6b 60px, #32b4ff 60px, #32b4ff 100%);
}
.column1 h3 {
    margin-bottom: 30px;
    color: #ff954a;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .column1 {
        padding: 10px;
    }
}

.column2 {
    padding: 20px;
    border: 1px solid #999;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .column2 {
        padding: 10px;
    }
}

.column3 {
    padding: 50px 20px;
    background: url(../img/hairline_bg.jpg) center 0 repeat;
}
@media only screen and (max-width: 767px) {
    .column3 {
        padding: 10px 10px;
    }
}



/* レイアウト共通
================================================== */
#page_header {
    text-align: center;
}
#page_header img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    #page_header {
        margin-top: -1px;
    }
}

.main_bg {
    padding: 50px 0;
    background: #fff;
}
.hairline_bg {
    padding: 50px 0;
    background: url(../img/hairline_bg.jpg) center 0 repeat;
}
.main {
}
@media only screen and (max-width: 767px) {
    .main_bg {
        padding: 30px 0 0 0;
    }
}

/*サブメニュー*/
.submenu {
    position: relative;
    top: -20px;
}
.submenu ul li {
    float: left;
    width: 20%;
    margin-right: 0.5%;
}
.submenu ul li a {
    display: block;
    padding: 5px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #000f6b;
    position: relative;
}
.submenu ul li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.submenu ul li.current a {
    background: #32b4ff;
}
@media only screen and (max-width: 767px) {
    .submenu_bg {
        margin-top: 20px;
    }
    .submenu {
        position: static;
    }
    .submenu ul li {
        width: 32.3333%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .submenu ul li a {
        padding: 10px 3px;
        font-size: 12px;
        line-height: 1em;
    }
    .submenu ul li a:after {
        display: none;
    }
}

.submenu2 {
    position: relative;
    top: -20px;
}
.submenu2 ul li {
    float: left;
    width: 17%;
    margin-right: 0.5%;
}
.submenu2 ul li a {
    display: block;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #000f6b;
    position: relative;
}
.submenu2 ul li.koushou a {
    background: #ff3300;
}
.submenu2 ul li.koushou a img {
    vertical-align: middle;
}
.submenu2 ul li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.submenu2 ul li.current a {
    background: #32b4ff;
}
@media only screen and (max-width: 767px) {
    .submenu2 {
        position: static;
    }
    .submenu2 ul li {
        width: 49%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .submenu2 ul li a {
        padding: 15px 3px;
        font-size: 12px;
        line-height: 1em;
    }
    .submenu2 ul li.koushou a {
        padding: 11px 3px;
    }
    .submenu2 ul li a:after {
        display: none;
    }
}

.submenu3 {
    position: relative;
    top: -20px;
}
.submenu3 ul li {
    float: left;
    width: 13.5%;
    margin-right: 0.5%;
}
.submenu3 ul li a {
    display: block;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #000f6b;
    position: relative;
}
.submenu3 ul li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.submenu3 ul li.current a {
    background: #32b4ff;
}
@media only screen and (max-width: 767px) {
    .submenu3 {
        position: static;
    }
    .submenu3 ul li {
        width: 49%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .submenu3 ul li a {
        padding: 15px 3px;
        font-size: 12px;
        line-height: 1em;
    }
    .submenu3 ul li a:after {
        display: none;
    }
}

.submenu4 {
    position: relative;
    top: -20px;
}
.submenu4 ul li {
    float: left;
    width: 13.5%;
    margin-right: 0.5%;
}
.submenu4 ul li a {
    display: block;
    padding: 5px 20px;
    margin-bottom: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #000f6b;
    position: relative;
}
.submenu4 ul li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.submenu4 ul li.current a {
    background: #32b4ff;
}
@media only screen and (max-width: 767px) {
    .submenu4 {
        position: static;
    }
    .submenu4 ul li {
        width: 49%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .submenu4 ul li a {
        padding: 15px 3px;
        font-size: 12px;
        line-height: 1em;
    }
    .submenu4 ul li a:after {
        display: none;
    }
}


/* 錦麒産業について
================================================== */
.about_en {
    color: #32b4ff;
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 52px;
    font-weight: bold;
    line-height: 1em;
}
.about_en.right {
    text-align: right;
}
.about_h3 {
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    background: #32b4ff;
    margin-bottom: 20px;
}
.about_h3.right {
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .about_en {
        margin-top: 10px;
        font-size: 32px;
        text-align: center;
    }
    .about_en.right {
        text-align: center;
    }
    .about_h3 {
        text-align: center;
        margin-bottom: 10px;
    }
    .about_h3.right {
        text-align: center;
    }
}



/* 会社概要
================================================== */

.permit_wrap {
    width: calc(100% + 30px);
    margin-left: -15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-top: 40px;
}
.permit_wrap .box {
    width: calc(25% - 30px);
    margin: 0 15px 20px 15px;
}
.permit_wrap .box .permit {
    text-align: center;
	border: solid 1px #ccc;
/*    box-shadow: 0px 0px 5px #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% - 30px);
    }
    .permit_wrap .box .text {
        font-size: 12px;
    }
}


/* スクラップ買取について
================================================== */
/* 鉄スクラップ買取 */
.scrap_ferrous_item_wrap {
    position: relative;
}
.scrap_ferrous_item_wrap .photo {
    margin-bottom: 10px;
}
.scrap_ferrous_item_wrap h3 {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    text-shadow:
        1px -1px 2px #000,
        1px 1px 2px #000,
        -1px -1px 2px #000,
        -1px 1px 2px #000,
        2px -2px 2px #000,
        2px 2px 2px #000,
        -2px -2px 2px #000,
        -2px 2px 2px #000,
        1px -1px 4px #000,
        1px 1px 4px #000,
        -1px -1px 4px #000,
        -1px 1px 4px #000,
        2px -2px 4px #000,
        2px 2px 4px #000,
        -2px -2px 4px #000,
        -2px 2px 4px #000;
}

.scrap_update {
    margin-top: 10px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #222;
}

.scrap_wrap {
    width: 102%;
    margin-left: -1%;
}
.scrap_wrap .box {
    float: left;
    width: 23%;
    margin: 0 1% 10px 1%;
    position: relative;
}
.scrap_wrap .box2 {
    float: left;
    width: 31.3333%;
    margin: 0 1% 10px 1%;
    position: relative;
}
.scrap_wrap .box .inner, .scrap_wrap .box2 .inner {
    position: relative;
}
.scrap_wrap .box .inner .item, .scrap_wrap .box2 .inner .item {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2em;
    text-shadow:
        1px -1px 2px #000,
        1px 1px 2px #000,
        -1px -1px 2px #000,
        -1px 1px 2px #000,
        2px -2px 2px #000,
        2px 2px 2px #000,
        -2px -2px 2px #000,
        -2px 2px 2px #000,
        1px -1px 4px #000,
        1px 1px 4px #000,
        -1px -1px 4px #000,
        -1px 1px 4px #000,
        2px -2px 4px #000,
        2px 2px 4px #000,
        -2px -2px 4px #000,
        -2px 2px 4px #000;
}
.scrap_wrap .box2 .text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.2em;
}

.scrap_service_box {
    position: relative;
}
.scrap_service_box h3 {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    color: #ff3300;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.koushou_bg {
    padding: 100px 0;
    color: #fff;
    background: url(../img/koushou_bg.jpg) center center no-repeat;
    background-size: cover;
}
.koushou_bg h2 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

/*炉前品*/
.processed_feature {
    padding: 30px 10px;
    background: #ff3300;
    border-radius: 8px;
}
.processed_feature h3 {
    color: #ffee00;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.processed_feature p {
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .processed_feature {
        padding: 15px 5px;
    }
    .processed_feature h3 {
        font-size: 25px;
    }
}

/*引取回収*/
.recovery_flow {
    width: 102%;
    margin-left: -1%;
}
.recovery_flow .box {
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
}
.recovery_flow .box .photo {
    text-align: center;
}
.recovery_flow .box h4 {
    margin-top: 5px;
    font-weight: bold;
}
.recovery_flow .box h4 span.num {
    padding: 5px 8.5px;
    margin-right: 10px;
    color: #fff;
    background: #f30;
    border-radius: 100%;
}
.recovery_flow .box .text {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.4em;
}
.recovery_flow .flow_arrow {
    position: absolute;
    top: 25%;
    right: -35px;
    z-index: 10;
    width: 0;
    height: 0;
    border-top: solid 15px transparent;
    border-right: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-left: solid 20px #aaa;
}
@media only screen and (max-width: 767px) {
    .recovery_flow .box {
        width: 48%;
    }
    .recovery_flow .flow_arrow {
        display: none;
    }
}



/* 大口向け下部 */
.recovery_bottom_title_en {
    font-family: Arial, 'Helvetica Neue' , Helvetica, sans-serif;
    color: #32b4ff;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    position: relative;
    top: -73px;
    margin-bottom: -73px;
}
h2.recovery_bottom_h2 {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.recovery_bottom_lead {
    color: #f30;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .recovery_bottom_title_en {
        font-size: 24px;
        top: -60px;
        margin-bottom: -60px;
    }
    h2.recovery_bottom_h2 {
        margin-bottom: 30px;
    }
    .recovery_bottom_lead {
        margin-top: 10px;
        font-size: 21px;
        text-align: center;
    }
}



/* 保有設備紹介
================================================== */
.equipment_left .photo_box, .equipment_right .photo_box {
    clear: both;
    position: relative;
}
.equipment_left .photo_box .photo, .equipment_right .photo_box .photo {
    text-align: center;
}
.equipment_left .photo_box .num {
    position: absolute;
    top: -40px;
    left: 50px;
    color: #32b4ff;
    font-family: Arial, 'Helvetica Neue' , Helvetica, sans-serif;
    font-size: 90px;
    font-weight: bold;
    line-height: 1em;
}
.equipment_right .photo_box .num {
    position: absolute;
    top: -40px;
    right: 50px;
    color: #32b4ff;
    font-family: Arial, 'Helvetica Neue' , Helvetica, sans-serif;
    font-size: 90px;
    font-weight: bold;
    line-height: 1em;
}
.equipment_left .cont {
    padding: 30px 100px;
    width: 70%;
    margin: -50px 0 80px 15%;
    background: url(../img/hairline_bg.jpg) center 0 repeat;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.equipment_right .cont {
    float: right;
    padding: 30px 100px;
    width: 70%;
    margin: -50px 50px 80px 0;
    background: #f0f0f0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.equipment_left .cont h3, .equipment_right .cont h3 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}
.equipment_left .cont .spec, .equipment_right .cont .spec {
    margin-top: 10px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .equipment_left .photo_box .num {
        top: -20px;
        left: 20px;
        font-size: 40px;
    }
    .equipment_left .cont {
        padding: 10px 10px;
        width: 100%;
        margin: 0 0 30px 0;
    }
    .equipment_left .cont h3, .equipment_right .cont h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
}
.equipment_title_en {
    font-family: Arial, 'Helvetica Neue' , Helvetica, sans-serif;
    color: #32b4ff;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    position: relative;
    top: -73px;
    margin-bottom: -73px;
}
h2.equipment_h2 {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    .equipment_title_en {
        font-size: 19px;
        top: -60px;
        margin-bottom: -60px;
    }
    h2.equipment_h2 {
        margin-bottom: 30px;
    }
}

.equipment_wrap {
    margin-top: -50px;
	width: 90%;
    background: url(../img/hairline_bg.jpg) center 0 repeat;
    padding: 40px 80px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}
.equipment_wrap h3 {
    font-size: 19px;
    font-weight: bold;
}
.equipment_wrap .box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.equipment_wrap .box .photo {
    width: calc(60% - 30px);
    margin-right: 30px;
}
.equipment_wrap .box .cont {
    width: 40%;
}
.equipment_wrap .box .cont h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .equipment_wrap {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        display: block;
        padding: 10px;
        box-sizing: border-box;
    }
    .equipment_wrap h3 {
        font-size: 17px;
    }
    .equipment_wrap .box {
        display: block;
        margin-bottom: 20px;
    }
    .equipment_wrap .box .photo {
        width: 100%;
        margin-right: 0;
    }
    .equipment_wrap .box .cont {
        width: 100%;
    }
    .equipment_wrap .box .cont h4 {
        font-size: 15px;
        margin-top: 5px;
        margin-bottom: 0;
    }
}



/* アクセス
================================================== */
.access_wrap {
    padding: 30px;
    width: 80%;
    margin: -200px auto 0 auto;
    background: url(../img/hairline_bg.jpg) center 0 repeat;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.access_wrap .en_access {
    font-family: 'Arial', 'Helvetica', sans-serif;
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    line-height: 1em;
    position: absolute;
    top: -55px;
    right: 30px;
}
.access_wrap .cont {
    float: left;
    width: 72%;
    margin-right: 3%;
}
.access_wrap .cont h2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
.access_wrap .photo {
    float: left;
    width: 25%;
}
@media only screen and (max-width: 767px) {
    .access_wrap {
        width: 100%;
        padding: 10px;
        margin: 0 0 0 0;
    }
    .access_wrap .en_access {
        font-size: 32px;
        top: -35px;
        right: 10px;
    }
    .access_wrap .cont {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .access_wrap .cont h2 {
        font-size: 19px;
        margin-bottom: 10px;
    }
}



/*設備紹介*/
.access_equipment_wrap {
    margin-top: 50px;
    width: 101%;
    margin-left: -0.5%;
}
.access_equipment_wrap .box {
    float: left;
    width: 49%;
    margin: 0 0.5% 10px 0.5%;
    position: relative;
}
.access_equipment_wrap .box .inner {
    padding: 5px 20px;
    background: #fff;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.access_equipment_wrap .box .inner h3 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .access_equipment_wrap .box .inner {
        margin-top: 0;
        width: 100%;
        padding: 5px;
    }
    .access_equipment_wrap .box .inner h3 {
        font-size: 13px;
        line-height: 1.2em;
    }
    .access_equipment_wrap .box .inner p.text {
        font-size: 12px;
    }
}

table.table_equipment {
    width: 100%;
}
table.table_equipment tr th {
    padding: 15px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: left;
    background: #000f6b;
    border-top: 1px solid #000f6b;
    border-bottom: 1px solid #fff;
}
table.table_equipment tr:last-child th {
    border-bottom: 1px solid #000f6b;
}
table.table_equipment tr td {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px dotted #ccc;
}
table.table_equipment tr td:last-child {
    border-right: none;
}
table.table_equipment tr td p {
    font-size: 14px;
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    table.table_equipment tr th {
        padding: 5px 5px 5px 5px;
        font-size: 11px;
        width: 70%;
    }
    table.table_equipment tr:last-child th {
        border-bottom: 1px solid #fff;
    }
    table.table_equipment tr td {
        padding: 5px 5px 5px 5px;
        font-size: 11px;
    }
    table.table_equipment tr:last-child td {
        border-bottom: 1px solid #fff;
    }
    table.table_equipment tr td p {
        font-size: 11px;
    }
}



/* special1 */
#tp_special1 {
    background: #ff3200;
    padding: 40px 0;
	margin-top:30px;
}
#tp_special1 h2 {
    color: #fff;
    font-size: 29px;
    font-weight: bold;
	text-align:center;
}
#tp_special1 p {
	color:#FFF;
	text-align:center;
}
@media only screen and (max-width: 1040px) {
    #tp_special1 {
        padding: 30px 10px;
        background: #ff3200;
    }
    #tp_special1 h2 {
        margin-top: 0;
        font-size: 21px;
    }
}

/* 買取価格 */
table.table_price {
    width: 100%;
}
table.table_price tr th {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: none;
}
table.table_price tr td {
    padding: 15px 80px 15px 20px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: right;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.table_price tr td:last-child {
    border-right: none;
}
table.table_price tr td p {
    font-size: 14px;
    line-height: 1.3em;
}
table.table_price tr td span.strong {
    font-size: 20px;
}
table.table_price tr td.price_up {
	color:#ff3200;
}
table.table_price tr td.price_up:before {
	content: "UP↑ ";
}
table.table_price tr td.price_down {
	color:#32b4ff;
}
table.table_price tr td.price_down:before {
	content: "DOWN↓ ";
}

@media only screen and (max-width: 767px) {
    table.table_price tr th {
        padding: 5px 5px 5px 20px;
		text-align:left;
        font-size: 11px;
        width: 50%;
    }
    table.table_price tr:last-child th {
        border-bottom: none;
    }
    table.table_price tr td {
        padding: 5px 20px 5px 5px;
        font-size: 11px;
    }
    table.table_price tr:last-child td {
        border-bottom: none;
    }
    table.table_price tr td p {
        font-size: 11px;
    }
	table.table_price tr td span.strong {
		font-size: 16px;
		line-height:1.2em;
	}
}




/* 採用情報
================================================== */
.recruit_column_title {
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
}
.recruit_column_text {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.recruit_column_text strong {
    font-size: 25px;
}
@media only screen and (max-width: 767px) {
    .recruit_column_title {
        font-size: 20px;
    }
    .recruit_column_text {
        font-size: 15px;
    }
    .recruit_column_text a {
        position: relative;
        top: 4px;
    }
}


/* お問い合せ
================================================== */
.contact_title {
    padding: 10px;
    color: #222;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3em;
    background: #fff;
    text-align: center;
}
.contact_tel {
	margin-top: 10px;
	font-size: 23px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
}
.contact_tel small {
    font-size: 19px;
    line-height: 1em;
}
.contact_tel a {
    color: #fff;
    text-decoration: none;
}
.contact_fax {
    font-size: 19px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
}
.contact_hour {
    margin-top: 10px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .contact_title {
        font-size: 16px;
    }
    .contact_tel {
        font-size: 27px;
    }
    .contact_tel small {
        font-size: 16px;
    }
    .contact_fax {
        font-size: 16px;
    }
}
