おhtml {
  visibility: hidden;
}
html.wf-active, html.loading-delay {
  visibility: visible;
}

a:hover {
    opacity: .7;
}
body {
    margin: 0;
    padding: 0;
    font-family: kozuka-gothic-pro,sans-serif;
    font-weight: 400;
    font-style: normal;
}
@media screen and  (max-width:480px) {
header {
    display:block;
    width: 100%;
    margin: 0 auto;
}
.header_box {
    display:block;
    width: 97%;
    margin: 0 auto;
    padding: 0px 0;
}
.header_box_left {
    display: block;
    width: 250px;
    margin: 10px  auto 10px;
}
.header_box_left a {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_left a img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_right {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_right_left {
    display: block;
    width: 100%;
    margin: 0px auto 0;
}
.header_box_right_left ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.header_box_right_left ul li {
    display: block;
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
}
.header_box_right_left ul li a {
    display: block;
    width: 100%;
    margin: 10px auto;
    font-size: 15px;
    font-family: kozuka-gothic-pro,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}
.header_box_right_left ul li a span {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    color: #0050C0;
    line-height: 170%
}
.header_box_right_right {
    display: block;
    width: 220px;
    margin: 0 auto 15px;
    text-align: center;
}
.header_box_right_right_tel::before {
    content: ' ';
    padding: 9px;
    background-image: url("../images/tel_ico.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.header_box_right_right_tel {
    display: block;
    font-size: 27px;
    font-family: kozuka-gothic-pro,sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #0050C0;
}
.header_box_right_right_tel_time {
    font-size: 11px;
    font-family: kozuka-gothic-pro,sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
}
.header_box_right_right_mail::before {
    content: ' ';
    margin: 3px;
    padding: 5px;
    background-image: url("../images/mail_ico.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.header_box_right_right_mail {
    font-size: 11px;
    font-family: kozuka-gothic-pro,sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #0050C0;
}
.header_img {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.header_img img {
    display: block;
    width: 150%;
    margin: 0 auto;
}
.header_img h1 {
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    font-size: 25px;
    font-family: kozuka-gothic-pro,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    line-height: 140%;
    letter-spacing: 1px;
    text-shadow: 0px -3px 7px rgba(255, 255, 255, 1);
}
main {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_about {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    background-image: url(../images/top_about_bg.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.top_about h2 {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 200%;
    color: #231815;
}
    .top_about h2 span {
        display: block;
        text-align: right;
    }
.top_service {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_service_title {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    background-image: url("../images/top_service_title_bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.top_service_title h2 {
    font-size: 21px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
}
.top_service_title h2 span {
    display: block;
    width: 130px;
    margin: 0 auto;
    font-size: 13px;
    color: #fff;
    border-top: solid 3px #0050C0;
    line-height: 190%;
}
.top_service_contents {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 50px;
}
.top_service_contents ul {
}
.top_service_contents ul li {
    margin: 10px 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 15px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 180%;
}
.top_company {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_company_title {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    background-image: url("../images/top_company_title_bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.top_company_title h2 {
    font-size: 21px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
}
.top_company_title h2 span {
    display: block;
    width: 130px;
    margin: 0 auto;
    font-size: 13px;
    color: #000;
    border-top: solid 3px #0050C0;
    line-height: 190%;
}
.top_company_contents {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}
.top_company_contents table {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.top_company_contents table th {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 15px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #E0ECFF;
    border: solid 2px rgba(220,220,220,1.00);
}
.top_company_contents table td {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 15px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    border: solid 2px rgba(220,220,220,1.00);
}
.top_map {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background-image: url("../images/top_map_bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto 100%;
}
.top_map_box {
    display: block;
    width: 90%;
    max-width: 780px;
    margin: 0 auto 30px;
}
.top_map_box_left {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_map_box_left h2 {
    margin: 0 auto 5px;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;   
}
.top_map_box_left iframe {
    display: block;
    width: 100%;
    height: 250px;
    margin: 0 auto;
}
.top_map_box_right {
    display: block;
    width: 100%;
    margin: 23px auto 80px;
}
.top_map_box_right p {
    margin: 0 auto 5px;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 140%;
}
.top_contact {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background-image: url("../images/top_contact_bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto 100%;
}
.top_contact h2 {
    margin: 0 auto 15px;
    font-size: 19px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;   
    text-align: center;
}
.top_contact a {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 19px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;   
    text-align: center;
    border-radius: 10px;
    color: #fff;
    background:#FFB000;
}
footer {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #E5E5E5;
}
.footer_box {
    display: block;
    width: 90%;
    max-width: 580px;
    margin: 0 auto;
    padding: 50px 0;
    overflow: hidden;
}
.footer_box_left {
    display: block;
    width: 50%;
    margin: 0 auto;
    float: left;
}
.footer_box_left img {
    display: block;
    width: 260px;
}
.footer_box_left p {
    margin: 10px auto 0;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 140%;
}
.footer_box_right {
    display: block;
    width: 40%;
    margin: 0 auto;
    float: right;
}
.footer_box_right ul {
    margin: 110px 0 0 ;
    padding: 0;
}
.footer_box_right ul li {
    margin: 8px 0 ;
    padding: 0;
}
.footer_box_right ul li a {
    padding: 0;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 140%;
}
copy {
    display: block;
    width: 100%;
    padding: 3px 0;
    font-size: 13px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #fff;
    background: #0050C0;
}
/*    買取について　*/
    .advantages_title {
        display: block;
        width: 100%;
        margin: 10px auto 30px;
        padding: 30px 0;
        background-image: url("../images/top_service_title_bg.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 200%;
    }
    .advantages_title h2 {
    font-size: 21px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
}
    .advantages_title h2 span {
    display: block;
    width: 130px;
    margin: 0 auto;
    font-size: 13px;
    color: #fff;
    border-top: solid 3px #0050C0;
    line-height: 190%;
}
    .advantages_contents {
    display: block;
    margin: 0 auto;
    padding: 30px 0 0;
}
    .advantages_contents_box1 {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 0 auto;
    }
    .advantages_contents_box1_block {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto 45px;
        padding: 15px 20px;
        border: solid 6px #0050C0;
        border-top: solid 20px #0050C0;
        box-sizing: border-box;
    }
    .advantages_contents_box1_block h3 {
        position: absolute;
        top: -45px;
        left: 8px;
        padding: 5px 10px;
        font-size: 19px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 600;
        font-style: normal;
        background:  #0050C0;
        color: #fff;
        border: solid 3px #fff;
    }
    .advantages_contents_box1_block p {
        font-size: 15px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 150%;
    }
    .advantages_contents_box2 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        width: 90%;
        max-width: 780px;
        margin: 40px auto;
    }
    .advantages_contents_box2 h3 {
        position: absolute;
        top: -45px;
        left: 8px;
        padding: 5px 10px;
        font-size: 19px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 600;
        font-style: normal;
        background:  #0050C0;
        color: #fff;
        border: solid 3px #fff;
    }
    .advantages_contents_box2_left {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto 45px;
        padding: 15px 20px;
        border: solid 6px #0050C0;
        border-top: solid 20px #0050C0;
        box-sizing: border-box;
    }
    .advantages_contents_box2_right {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto 45px;
        padding: 15px 20px;
        border: solid 6px #0050C0;
        border-top: solid 20px #0050C0;
        box-sizing: border-box;
    }
    .advantages_contents_box2 p {
        font-size: 17px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 150%;
    }
    .recycled_materials_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
        background-image: url("../images/recycled_materials_bg.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 300%;
    }
    .recycled_materials_title h2 {
    font-size: 21px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
}
    .recycled_materials_title h2 span {
    display: block;
    width: 230px;
    margin: 0 auto;
    font-size: 13px;
    color: #fff;
    border-top: solid 3px #0050C0;
    line-height: 190%;
}
    .recycled_materials_contents {
    display: block;
    margin: 0 auto;
    padding: 50px 0 50px;
}
    .recycled_materials_contents p {
        display: block;
        width: 90%;
        margin: 0 auto 20px;
        font-size: 17px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        text-align: left;
        line-height: 150%;
    }
    .recycled_materials_contents_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        width: 90%;
        max-width: 980px;
        margin:  auto;
    }
    .recycled_materials_contents_box_block {
        display: block;
        width: 48%;
        margin: 0 1% 20px;
    }
    .recycled_materials_contents_box_block img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .recycled_materials_contents_box_block h3 {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 5px 0;
        font-size: 13px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 600;
        text-align: center;
        background: #0050C0;
        color: #fff;
    }
.recruit_title {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
    padding: 50px 0;
    background-image: url("../images/top_company_title_bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size:  auto 200%;
}
.recruit_title h2 {
    font-size: 27px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
}   
.recruit_title h2 span {
    display: block;
    width: 150px;
    margin: 0 auto;
    font-size: 17px;
    color: #000;
    border-top: solid 3px #0050C0;
    line-height: 190%;
}
.contact_title {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
    padding: 50px 0;
    background-image: url("../images/top_contact_bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120% auto;
}
    .recruit_contents {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 50px auto;
        padding: 30px;
        border: 1px solid #ddd;
        background: #fafafa;
        box-sizing: border-box;
    }
.recruit_contents h3 {
    margin-bottom: 10px;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 150%;
}   
    .recruit_contents tr {
        width: 100%;
        margin: 0 auto;
    }
    .recruit_contents th {
        width: 110px;
        padding: 15px;
        font-size: 14px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 700;
        font-style: normal;
        border-bottom: 1px solid #0050C0;
        box-sizing: border-box;
    }
    .recruit_contents td {
        padding: 13px;
        font-size: 14px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        border-bottom: 1px solid #0050C0;
        box-sizing: border-box;
        line-height: 140%;
    }
.contact_title {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
    padding: 30px 0;
    background-image: url("../images/top_contact_bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size:250% auto;
}
.contact_title h2 {
    font-size: 27px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
}   
.contact_title h2 span {
    display: block;
    width: 150px;
    margin: 0 auto;
    font-size: 17px;
    color: #000;
    border-top: solid 3px #0050C0;
    line-height: 190%;
}
    .contact_text p {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 10px auto;
        padding-left: 1em;
        text-indent: -1em;
        font-size: 15px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 150%;
    }
    .formTable {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 10px auto;
        padding: 0px;
        box-sizing: border-box;
    }
    .formTable tbody {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .formTable tr {
        display: block;
        width: 100%;
    }
    .formTable th {
        display: block;
        width: 100%;
        padding: 15px;
        font-size: 14px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 700;
        font-style: normal;
        border: 1px solid #ddd;
        background: #E6F0FF;
        box-sizing: border-box;
    }
    .formTable td {
        display: block;
        width: 100%;
        padding: 13px;
        font-size: 14px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        border: 1px solid #ddd;
        background: #fff;
        box-sizing: border-box;
        line-height: 140%;
    }
    .formTable .red {
        margin-left: 5px;
        padding: 4px;
        font-size: 11px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        background: rgba(207,13,16,1.00);
        color: #fff;
        border-radius: 6px;
    }
    .formTable .blue {
        margin-left: 5px;
        padding: 4px;
        font-size: 11px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        background: rgba(12,33,207,1.00);
        color: #fff;
        border-radius: 6px;
    }
    .input_width {
        display:block;
        width: 100%;
        margin: 0 auto;
        padding: 3px 5px;
        border: 1px solid #ddd;
        background: rgba(245,245,245,1.00);
    }
    .formTable textarea {
        display:block;
        width: 100%;
        margin: 0 auto;
        padding: 3px;
        border: 1px solid #ddd;
        background: rgba(245,245,245,1.00);
    }
    .send {
        display: block;
        width: 200px;
        margin: 30px auto 100px;
        padding: 10px;
        background: #FFA300;
        font-size: 25px;
        font-family: kozuka-gothic-pro,sans-serif;
        font-weight: 600;
        font-style: normal;
        text-align: center;
        color: #fff;
        border-radius: 15px;
        box-shadow: 0 3px 3px gray;
    }
    .send:hover {
        opacity: .7;
        box-shadow: none;
    }
}
@media screen and (min-width:481px) and (max-width:999px) {
header {
    display:block;
    width: 100%;
    margin: 0 auto;
}
.header_box {
    display:block;
    width: 97%;
    margin: 0 auto;
    padding: 0px 0;
}
.header_box_left {
    display: block;
    width: 250px;
    margin: 10px  auto 10px;
}
.header_box_left a {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_left a img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_right {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_right_left {
    display: block;
    width: 100%;
    margin: 0px auto 0;
}
.header_box_right_left ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.header_box_right_left ul li {
    display: block;
    width: 25%;
    margin: 0;
    padding: 0;
    float: left;
}
.header_box_right_left ul li a {
    display: block;
    width: 100%;
    margin: 10px auto;
    font-size: 15px;
    font-family: kozuka-gothic-pro,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}
.header_box_right_left ul li a span {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    color: #0050C0;
    line-height: 170%
}
.header_box_right_right {
    display: block;
    width: 220px;
    margin: 10px auto 0px;
    text-align: center;
}
.header_box_right_right_tel::before {
    content: ' ';
    padding: 9px;
    background-image: url("../images/tel_ico.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.header_box_right_right_tel {
    display: block;
    font-size: 27px;
    font-family: kozuka-gothic-pro,sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #0050C0;
}
.header_box_right_right_tel_time {
    font-size: 11px;
    font-family: kozuka-gothic-pro,sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
}
.header_box_right_right_mail::before {
    content: ' ';
    margin: 3px;
    padding: 5px;
    background-image: url("../images/mail_ico.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.header_box_right_right_mail {
    font-size: 11px;
    font-family: kozuka-gothic-pro,sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #0050C0;
}
.header_img {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_img h1 {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    font-size: 35px;
    font-family: kozuka-gothic-pro,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    line-height: 140%;
    letter-spacing: 1px;
    text-shadow: 0px -3px 7px rgba(255, 255, 255, 1);
}
main {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_about {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background-image: url(../images/top_about_bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.top_about h2 {
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 250%;
    color: #231815;
}
.top_service {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_service_title {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    background-image: url("../images/top_service_title_bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.top_service_title h2 {
    font-size: 27px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
}
.top_service_title h2 span {
    display: block;
    width: 130px;
    margin: 0 auto;
    font-size: 17px;
    color: #fff;
    border-top: solid 3px #0050C0;
    line-height: 190%;
}
.top_service_contents {
    display: block;
    margin: 0 auto;
    padding: 30px 0 50px;
    text-align: center;
}
.top_service_contents ul {
    display: inline-block;
}
.top_service_contents ul li {
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 200%;
}
.top_company {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_company_title {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    background-image: url("../images/top_company_title_bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.top_company_title h2 {
    font-size: 27px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
}
.top_company_title h2 span {
    display: block;
    width: 130px;
    margin: 0 auto;
    font-size: 17px;
    color: #000;
    border-top: solid 3px #0050C0;
    line-height: 190%;
}
.top_company_contents {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}
.top_company_contents table {
    display: block;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
.top_company_contents table th {
    width: 160px;
    padding: 20px;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #E0ECFF;
    border: solid 2px rgba(220,220,220,1.00);
}
.top_company_contents table td {
    padding: 20px;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    border: solid 2px rgba(220,220,220,1.00);
}
.top_map {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background-image: url("../images/top_map_bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto 100%;
}
.top_map_box {
    display: block;
    width: 100%;
    max-width: 780px;
    margin: 0 auto 30px;
    overflow: hidden;
}
.top_map_box_left {
    display: block;
    width: 50%;
    margin: 0 auto;
    float: left;
}
.top_map_box_left h2 {
    margin: 0 auto 5px;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;   
}
.top_map_box_left iframe {
    display: block;
    width: 100%;
    height: 250px;
    margin: 0 auto;
}
.top_map_box_right {
    display: block;
    width: 46%;
    margin: 23px auto 0;
    float: right;
}
.top_map_box_right p {
    margin: 0 auto 5px;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 140%;
}
.top_contact {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background-image: url("../images/top_contact_bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto 100%;
}
.top_contact h2 {
    margin: 0 auto 15px;
    font-size: 21px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;   
    text-align: center;
}
.top_contact a {
    display: block;
    width: 400px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 21px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;   
    text-align: center;
    border-radius: 10px;
    color: #fff;
    background:#FFB000;
}
footer {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #E5E5E5;
}
.footer_box {
    display: block;
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    padding: 50px 0;
    overflow: hidden;
}
.footer_box_left {
    display: block;
    width: 50%;
    margin: 0 auto;
    float: left;
}
.footer_box_left img {
    display: block;
    width: 260px;
}
.footer_box_left p {
    margin: 10px auto 0;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 140%;
}
.footer_box_right {
    display: block;
    width: 40%;
    margin: 0 auto;
    float: right;
}
.footer_box_right ul {
    margin: 50px 0 0 ;
    padding: 0;
}
.footer_box_right ul li {
    margin: 8px 0 ;
    padding: 0;
}
.footer_box_right ul li a {
    padding: 0;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 140%;
}
copy {
    display: block;
    width: 100%;
    padding: 3px 0;
    font-size: 13px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #fff;
    background: #0050C0;
}
/*    買取について　*/
    .advantages_title {
        display: block;
        width: 100%;
        margin: 10px auto 30px;
        padding: 30px 0;
        background-image: url("../images/top_service_title_bg.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 200%;
    }
    .advantages_title h2 {
    font-size: 27px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
}
    .advantages_title h2 span {
    display: block;
    width: 130px;
    margin: 0 auto;
    font-size: 17px;
    color: #fff;
    border-top: solid 3px #0050C0;
    line-height: 190%;
}
    .advantages_contents {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}
    .advantages_contents_box1 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        width: 90%;
        max-width: 780px;
        margin: 0 auto;
    }
    .advantages_contents_box1_block {
        position: relative;
        display: block;
        width: 31%;
        margin: 0 1%;
        padding: 15px 20px;
        border: solid 6px #0050C0;
        border-top: solid 20px #0050C0;
        box-sizing: border-box;
    }
    .advantages_contents_box1_block h3 {
        position: absolute;
        top: -45px;
        left: 8px;
        padding: 5px 10px;
        font-size: 21px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 600;
        font-style: normal;
        background:  #0050C0;
        color: #fff;
        border: solid 3px #fff;
    }
    .advantages_contents_box1_block p {
        font-size: 17px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 150%;
    }
    .advantages_contents_box2 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        width: 90%;
        max-width: 780px;
        margin: 40px auto;
    }
    .advantages_contents_box2 h3 {
        position: absolute;
        top: -45px;
        left: 8px;
        padding: 5px 10px;
        font-size: 21px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 600;
        font-style: normal;
        background:  #0050C0;
        color: #fff;
        border: solid 3px #fff;
    }
    .advantages_contents_box2_left {
        position: relative;
        display: block;
        width: 31%;
        margin: 0 1%;
        padding: 15px 20px;
        border: solid 6px #0050C0;
        border-top: solid 20px #0050C0;
        box-sizing: border-box;
    }
    .advantages_contents_box2_right {
        position: relative;
        display: block;
        width: 64%;
        margin: 0 1%;
        padding: 15px 20px;
        border: solid 6px #0050C0;
        border-top: solid 20px #0050C0;
        box-sizing: border-box;
    }
    .advantages_contents_box2 p {
        font-size: 17px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 150%;
    }
    .recycled_materials_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
        background-image: url("../images/recycled_materials_bg.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 300%;
    }
    .recycled_materials_title h2 {
    font-size: 27px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
}
    .recycled_materials_title h2 span {
    display: block;
    width: 230px;
    margin: 0 auto;
    font-size: 17px;
    color: #fff;
    border-top: solid 3px #0050C0;
    line-height: 190%;
}
    .recycled_materials_contents {
    display: block;
    margin: 0 auto;
    padding: 50px 0 50px;
}
    .recycled_materials_contents p {
        margin: 0 0 10px;
        font-size: 17px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        line-height: 150%;
    }
    .recycled_materials_contents_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        width: 90%;
        max-width: 980px;
        margin:  auto;
    }
    .recycled_materials_contents_box_block {
        display: block;
        width: 18%;
        margin: 0 1% 20px;
    }
    .recycled_materials_contents_box_block img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .recycled_materials_contents_box_block h3 {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 5px 0;
        font-size: 13px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 600;
        text-align: center;
        background: #0050C0;
        color: #fff;
    }
.recruit_title {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
    padding: 50px 0;
    background-image: url("../images/top_company_title_bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size:  auto 200%;
}
.recruit_title h2 {
    font-size: 27px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
}   
.recruit_title h2 span {
    display: block;
    width: 150px;
    margin: 0 auto;
    font-size: 17px;
    color: #000;
    border-top: solid 3px #0050C0;
    line-height: 190%;
}
.contact_title {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
    padding: 50px 0;
    background-image: url("../images/top_contact_bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120% auto;
}
    .recruit_contents {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 50px auto;
        padding: 30px;
        border: 1px solid #ddd;
        background: #fafafa;
        box-sizing: border-box;
    }
.recruit_contents h3 {
    margin-bottom: 10px;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 150%;
}   
    .recruit_contents tr {
        width: 100%;
        margin: 0 auto;
    }
    .recruit_contents th {
        width: 110px;
        padding: 15px;
        font-size: 14px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 700;
        font-style: normal;
        border-bottom: 1px solid #0050C0;
        box-sizing: border-box;
    }
    .recruit_contents td {
        padding: 13px;
        font-size: 14px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        border-bottom: 1px solid #0050C0;
        box-sizing: border-box;
        line-height: 140%;
    }
.contact_title {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
    padding: 50px 0;
    background-image: url("../images/top_contact_bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120% auto;
}
.contact_title h2 {
    font-size: 27px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
}   
.contact_title h2 span {
    display: block;
    width: 150px;
    margin: 0 auto;
    font-size: 17px;
    color: #000;
    border-top: solid 3px #0050C0;
    line-height: 190%;
}
    .contact_text p {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 10px auto;
        padding-left: 1em;
        text-indent: -1em;
        font-size: 17px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 150%;
    }
    .formTable {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 10px auto;
        padding: 30px;
        border: 1px solid #ddd;
        background: #fafafa;
        box-sizing: border-box;
    }
    .formTable tbody {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .formTable tr {
        display: block;
        width: 100%;
    }
    .formTable th {
        display: block;
        width: 100%;
        padding: 15px;
        font-size: 14px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 700;
        font-style: normal;
        border: 1px solid #ddd;
        background: #E6F0FF;
        box-sizing: border-box;
    }
    .formTable td {
        display: block;
        width: 100%;
        padding: 13px;
        font-size: 14px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        border: 1px solid #ddd;
        background: #fff;
        box-sizing: border-box;
        line-height: 140%;
    }
    .formTable .red {
        margin-left: 5px;
        padding: 4px;
        font-size: 11px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        background: rgba(207,13,16,1.00);
        color: #fff;
        border-radius: 6px;
    }
    .formTable .blue {
        margin-left: 5px;
        padding: 4px;
        font-size: 11px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        background: rgba(12,33,207,1.00);
        color: #fff;
        border-radius: 6px;
    }
    .input_width {
        display:block;
        width: 100%;
        margin: 0 auto;
        padding: 3px 5px;
        border: 1px solid #ddd;
        background: rgba(245,245,245,1.00);
    }
    .formTable textarea {
        display:block;
        width: 100%;
        margin: 0 auto;
        padding: 3px;
        border: 1px solid #ddd;
        background: rgba(245,245,245,1.00);
    }
    .send {
        display: block;
        width: 200px;
        margin: 30px auto 100px;
        padding: 10px;
        background: #FFA300;
        font-size: 25px;
        font-family: kozuka-gothic-pro,sans-serif;
        font-weight: 600;
        font-style: normal;
        text-align: center;
        color: #fff;
        border-radius: 15px;
        box-shadow: 0 3px 3px gray;
    }
    .send:hover {
        opacity: .7;
        box-shadow: none;
    }
}
@media screen and (min-width:1000px) {
header {
    display:block;
    width: 100%;
    margin: 0 auto;
}
.header_box {
    display:block;
    width: 97%;
    margin: 0 auto;
    padding: 0px 0;
    overflow: hidden;
}
.header_box_left {
    display: block;
    width: 250px;
    margin: 20px  auto 15px;
    float: left;
}
.header_box_left a {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_left a img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_right {
    display: block;
    width: 700px;
    margin: 0 auto;
    float: right;
    overflow: hidden;
}
.header_box_right_left {
    display: block;
    width: 480px;
    margin: 30px auto 0;
    float: left;
}
.header_box_right_left ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.header_box_right_left ul li {
    display: block;
    width: 25%;
    margin: 0;
    padding: 0;
    float: left;
}
.header_box_right_left ul li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    font-family: kozuka-gothic-pro,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}
.header_box_right_left ul li a span {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    color: #0050C0;
    line-height: 170%
}
.header_box_right_right {
    display: block;
    width: 220px;
    margin: 20px auto 0;
    text-align: center;
    float: right;
}
.header_box_right_right_tel::before {
    content: ' ';
    padding: 9px;
    background-image: url("../images/tel_ico.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.header_box_right_right_tel {
    display: block;
    font-size: 27px;
    font-family: kozuka-gothic-pro,sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #0050C0;
}
.header_box_right_right_tel_time {
    font-size: 11px;
    font-family: kozuka-gothic-pro,sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
}
.header_box_right_right_mail::before {
    content: ' ';
    margin: 3px;
    padding: 5px;
    background-image: url("../images/mail_ico.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.header_box_right_right_mail {
    font-size: 11px;
    font-family: kozuka-gothic-pro,sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #0050C0;
}
.header_img {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_img h1 {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    font-size: 35px;
    font-family: kozuka-gothic-pro,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    line-height: 140%;
    letter-spacing: 1px;
    text-shadow: 0px -3px 7px rgba(255, 255, 255, 1);
}
main {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_about {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background-image: url(../images/top_about_bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.top_about h2 {
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 250%;
    color: #231815;
}
.top_service {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_service_title {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    background-image: url("../images/top_service_title_bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.top_service_title h2 {
    font-size: 27px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
}
.top_service_title h2 span {
    display: block;
    width: 130px;
    margin: 0 auto;
    font-size: 17px;
    color: #fff;
    border-top: solid 3px #0050C0;
    line-height: 190%;
}
.top_service_contents {
    display: block;
    margin: 0 auto;
    padding: 30px 0 50px;
    text-align: center;
}
.top_service_contents ul {
    display: inline-block;
}
.top_service_contents ul li {
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 200%;
}
.top_company {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_company_title {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    background-image: url("../images/top_company_title_bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.top_company_title h2 {
    font-size: 27px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
}
.top_company_title h2 span {
    display: block;
    width: 130px;
    margin: 0 auto;
    font-size: 17px;
    color: #000;
    border-top: solid 3px #0050C0;
    line-height: 190%;
}
.top_company_contents {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}
.top_company_contents table {
    display: block;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
.top_company_contents table th {
    width: 160px;
    padding: 20px;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #E0ECFF;
    border: solid 2px rgba(220,220,220,1.00);
}
.top_company_contents table td {
    padding: 20px;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;
    border: solid 2px rgba(220,220,220,1.00);
}
.top_map {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background-image: url("../images/top_map_bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto 100%;
}
.top_map_box {
    display: block;
    width: 100%;
    max-width: 780px;
    margin: 0 auto 30px;
    overflow: hidden;
}
.top_map_box_left {
    display: block;
    width: 50%;
    margin: 0 auto;
    float: left;
}
.top_map_box_left h2 {
    margin: 0 auto 5px;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;   
}
.top_map_box_left iframe {
    display: block;
    width: 100%;
    height: 250px;
    margin: 0 auto;
}
.top_map_box_right {
    display: block;
    width: 46%;
    margin: 23px auto 0;
    float: right;
}
.top_map_box_right p {
    margin: 0 auto 5px;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 140%;
}
.top_contact {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background-image: url("../images/top_contact_bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120% auto;
}
.top_contact h2 {
    margin: 0 auto 15px;
    font-size: 21px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;   
    text-align: center;
}
.top_contact a {
    display: block;
    width: 400px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 21px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;   
    text-align: center;
    border-radius: 10px;
    color: #fff;
    background:#FFB000;
}
footer {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #E5E5E5;
}
.footer_box {
    display: block;
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    padding: 50px 0;
    overflow: hidden;
}
.footer_box_left {
    display: block;
    width: 50%;
    margin: 0 auto;
    float: left;
}
.footer_box_left img {
    display: block;
    width: 260px;
}
.footer_box_left p {
    margin: 10px auto 0;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 140%;
}
.footer_box_right {
    display: block;
    width: 40%;
    margin: 0 auto;
    float: right;
}
.footer_box_right ul {
    margin: 50px 0 0 ;
    padding: 0;
}
.footer_box_right ul li {
    margin: 8px 0 ;
    padding: 0;
}
.footer_box_right ul li a {
    padding: 0;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 140%;
}
copy {
    display: block;
    width: 100%;
    padding: 3px 0;
    font-size: 13px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #fff;
    background: #0050C0;
}
    
/*    買取について　*/
    .advantages_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 80px 0;
        background-image: url("../images/top_service_title_bg.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .advantages_title h2 {
    font-size: 27px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
}
    .advantages_title h2 span {
    display: block;
    width: 130px;
    margin: 0 auto;
    font-size: 17px;
    color: #fff;
    border-top: solid 3px #0050C0;
    line-height: 190%;
}
    .advantages_contents {
    display: block;
    margin: 0 auto;
    padding: 50px 0;
}
    .advantages_contents_box1 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        width: 100%;
        max-width: 780px;
        margin: 0 auto;
    }
    .advantages_contents_box1_block {
        position: relative;
        display: block;
        width: 31%;
        margin: 0 1%;
        padding: 15px 20px;
        border: solid 6px #0050C0;
        border-top: solid 20px #0050C0;
        box-sizing: border-box;
    }
    .advantages_contents_box1_block h3 {
        position: absolute;
        top: -45px;
        left: 8px;
        padding: 5px 10px;
        font-size: 21px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 600;
        font-style: normal;
        background:  #0050C0;
        color: #fff;
        border: solid 3px #fff;
    }
    .advantages_contents_box1_block p {
        font-size: 17px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 150%;
    }
    .advantages_contents_box2 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        width: 100%;
        max-width: 780px;
        margin: 40px auto;
    }
    .advantages_contents_box2 h3 {
        position: absolute;
        top: -45px;
        left: 8px;
        padding: 5px 10px;
        font-size: 21px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 600;
        font-style: normal;
        background:  #0050C0;
        color: #fff;
        border: solid 3px #fff;
    }
    .advantages_contents_box2_left {
        position: relative;
        display: block;
        width: 31%;
        margin: 0 1%;
        padding: 15px 20px;
        border: solid 6px #0050C0;
        border-top: solid 20px #0050C0;
        box-sizing: border-box;
    }
    .advantages_contents_box2_right {
        position: relative;
        display: block;
        width: 64%;
        margin: 0 1%;
        padding: 15px 20px;
        border: solid 6px #0050C0;
        border-top: solid 20px #0050C0;
        box-sizing: border-box;
    }
    .advantages_contents_box2 p {
        font-size: 17px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 150%;
    }
    .recycled_materials_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 80px 0;
        background-image: url("../images/recycled_materials_bg.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .recycled_materials_title h2 {
    font-size: 27px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
}
    .recycled_materials_title h2 span {
    display: block;
    width: 230px;
    margin: 0 auto;
    font-size: 17px;
    color: #fff;
    border-top: solid 3px #0050C0;
    line-height: 190%;
}
    .recycled_materials_contents {
    display: block;
    margin: 0 auto;
    padding: 50px 0 80px;
}
    .recycled_materials_contents p {
        margin: 0 0 10px;
        font-size: 17px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        line-height: 150%;
    }
    .recycled_materials_contents_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        width: 100%;
        max-width: 980px;
        margin:  auto;
    }
    .recycled_materials_contents_box_block {
        display: block;
        width: 18%;
        margin: 0 1% 20px;
    }
    .recycled_materials_contents_box_block img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .recycled_materials_contents_box_block h3 {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 5px 0;
        font-size: 14px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 600;
        text-align: center;
        background: #0050C0;
        color: #fff;
    }
    
.recruit_title {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
    padding: 50px 0;
    background-image: url("../images/top_company_title_bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120% auto;
}
.recruit_title h2 {
    font-size: 27px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
}   
.recruit_title h2 span {
    display: block;
    width: 150px;
    margin: 0 auto;
    font-size: 17px;
    color: #000;
    border-top: solid 3px #0050C0;
    line-height: 190%;
}
.contact_title {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
    padding: 50px 0;
    background-image: url("../images/top_contact_bg.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120% auto;
}
    .recruit_contents {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 50px auto;
        padding: 30px;
        border: 1px solid #ddd;
        background: #fafafa;
        box-sizing: border-box;
    }
.recruit_contents h3 {
    margin-bottom: 10px;
    font-size: 17px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 150%;
}   
    .recruit_contents tr {
        width: 100%;
        margin: 0 auto;
    }
    .recruit_contents th {
        padding: 15px;
        font-size: 14px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 700;
        font-style: normal;
        border-bottom: 1px solid #0050C0;
        box-sizing: border-box;
    }
    .recruit_contents td {
        width: 550px;
        padding: 13px;
        font-size: 14px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        border-bottom: 1px solid #0050C0;
        box-sizing: border-box;
        line-height: 140%;
    }
.contact_title h2 {
    font-size: 27px;
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    line-height: 150%;
}   
.contact_title h2 span {
    display: block;
    width: 150px;
    margin: 0 auto;
    font-size: 17px;
    color: #000;
    border-top: solid 3px #0050C0;
    line-height: 190%;
}
    .contact_text p {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 10px auto;
        padding-left: 1em;
        text-indent: -1em;
        font-size: 17px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 150%;
    }
    .formTable {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 10px auto;
        padding: 30px;
        border: 1px solid #ddd;
        background: #fafafa;
        box-sizing: border-box;
    }
    .formTable tr {
        width: 100%;
        margin: 0 auto;
    }
    .formTable th {
        padding: 15px;
        font-size: 14px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 700;
        font-style: normal;
        border: 1px solid #ddd;
        background: #E6F0FF;
        box-sizing: border-box;
    }
    .formTable td {
        width: 550px;
        padding: 13px;
        font-size: 14px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        border: 1px solid #ddd;
        background: #fff;
        box-sizing: border-box;
        line-height: 140%;
    }
    .formTable .red {
        margin-left: 5px;
        padding: 4px;
        font-size: 11px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        background: rgba(207,13,16,1.00);
        color: #fff;
        border-radius: 6px;
    }
    .formTable .blue {
        margin-left: 5px;
        padding: 4px;
        font-size: 11px;
        font-family: source-han-sans-japanese,sans-serif;
        font-weight: 400;
        font-style: normal;
        background: rgba(12,33,207,1.00);
        color: #fff;
        border-radius: 6px;
    }
    .input_width {
        display:block;
        width: 100%;
        margin: 0 auto;
        padding: 3px 5px;
        border: 1px solid #ddd;
        background: rgba(245,245,245,1.00);
    }
    .formTable textarea {
        display:block;
        width: 100%;
        margin: 0 auto;
        padding: 3px;
        border: 1px solid #ddd;
        background: rgba(245,245,245,1.00);
    }
    .send {
        display: block;
        width: 200px;
        margin: 30px auto 100px;
        padding: 10px;
        background: #FFA300;
        font-size: 25px;
        font-family: kozuka-gothic-pro,sans-serif;
        font-weight: 600;
        font-style: normal;
        text-align: center;
        color: #fff;
        border-radius: 15px;
        box-shadow: 0 3px 3px gray;
    }
    .send:hover {
        opacity: .7;
        box-shadow: none;
    }
}