a {
    color: #003375;
    font-weight: bold;
    text-decoration: none;
}
p {
    font-size: 14px;
    line-height: 1.5em;
}
p.notice1 {
    margin: 10px 0 0 0;
    font-size: 12px;
}
p.caption1 {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 1.3em;
}

.column1 {
    padding: 50px 3%;
    background: #f0f0f0 url(../img/metal_bg.jpg) 0 0 repeat;
}
.column1 h3 {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    background: #fa8697;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.separator1 {
    margin-top: 40px;
    height: 1px;
    background: #ccc;
}
@media only screen and (max-width: 767px) {
    .column1 {
        padding: 20px 3%;
    }
}

table.table1 {
    margin: 20px 0 0 0;
    width: 100%;
}
table.table1 tr th {
    padding: 20px 10px;
    font-size: 13px;
    line-height: 1.3em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    background: #f0f0f0;
    text-align: left;
}
table.table1 tr td {
    padding: 20px 10px;
    font-size: 13px;
    line-height: 1.3em;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

h2.normal1 {
    margin-bottom: 20px;
    color: #1a2670;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    border-bottom: 3px solid #1a2670;
}
h2.normal1 small {
    font-size: 21px;
}
h2.normal1.white {
    color: #fff;
    border-bottom: 3px solid #fff;
}
h3.normal1 {
    margin-bottom: 10px;
    padding: 5px 0;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    background: #1a2670;
}
h4.normal1 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0;
    color: #1a2670;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3em;
}


p.lead1 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.3em;
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 12px;
    }
    p.notice1 {
        font-size: 11px;
        line-height: 1.2em;
        text-align: left;
    }
    h2.normal1 {
        margin-bottom: 10px;
        font-size: 19px;
        text-align: center;
    }
    h2.normal1 small {
        font-size: 17px;
    }
    h3.normal1 {
        margin-bottom: 10px;
        font-size: 17px;
    }
    h4.normal1 {
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 0;
        font-size: 17px;
    }
    p.lead1 {
        font-size: 17px;
        line-height: 1.4em;
        text-align: left;
        margin-bottom: 10px;
    }
    table.table1 {
        margin: 10px 0 0 0;
    }
    table.table1 tr th {
        padding: 5px 0 5px 3px;
        font-size: 11px;
    }
    table.table1 tr td {
        padding: 5px 5px;
        font-size: 11px;
    }
}



/* 共通
================================================== */
#ch {
    padding-top: 80px;
}
#ch img {
    width: 100%;
}
.main {
    margin-top: 50px;
    width: 100%;
}
.main2_bg {
    background: #1a2670;
}
.main2 {
    padding: 50px 0;
    width: 100%;
    color: #fff;
}
.main3_bg {
    background: #f0f0f0;
}
.main3 {
    padding: 50px 0;
    width: 100%;
}
h1#pagetitle {
    padding: 30px 0;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    background: url(../img/gray_line_bg1.png) 0 0 repeat;
}
@media only screen and (max-width: 767px) {
    .main_bg {
        margin-bottom: 50px;
    }
    .main {
        margin-top: 30px;
        width: 100%;
    }
    .main3 {
        padding: 30px 0;
    }
    h1#pagetitle {
        padding: 15px 0;
        font-size: 19px;
    }
}



/* ハーネスの処理工程
================================================== */
.step_box {
    margin-top: 30px;
}
.step_box .step {
    display: block;
    float: left;
    width: 15%;
    height: 37px;
    padding: 1px 10px 0 10px;
    font-family: 'arial';
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    background: #000;
    box-sizing: border-box;
}
.step_box .step small {
    font-size: 12px;
}
.step_box h3.title {
    display: block;
    float: left;
    width: 85%;
    height: 37px;
    padding: 9px 20px 0 20px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3em;
    background: #1a2670;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .step_box {
        margin-top: 20px;
    }
    .step_box .step {
        float: none;
        width: 100%;
        height: auto;
        padding: 2px 0;
        font-size: 19px;
    }
    .step_box h3.title {
        float: none;
        padding: 10px 0;
        width: 100%;
        height: auto;
        font-size: 13px;
        text-align: center;
    }
}

.processing_arrow {
    margin: 30px 0;
    text-align: center;
}
h3.equipment {
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #fff;
    font-size: 15px;
    background: #333;
}


/* アクセス・会社概要
================================================== */
table.company {
    width: 100%;
}
table.company tr th {
    width: 20%;
    padding: 20px 10px;
    color: #fff;
    font-size: 13px;
    line-height: 1.3em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    background: #333;
    text-align: left;
}
table.company tr td {
    padding: 20px 10px;
    font-size: 13px;
    line-height: 1.3em;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


.permit .permit_box {
    float: left;
    width: 144px;
    margin-right: 30px;
}


@media only screen and (max-width: 767px) {
    table.company tr th {
        padding: 5px 5px;
        font-size: 11px;
    }
    table.company tr td {
        padding: 5px 5px;
        font-size: 11px;
    }
	.permit .permit_box {
		width: 48%;
		margin-right: 2%;
	}
	.permit .permit_box p {
		font-size:11px;
	}
}


/* お問い合せ
================================================== */
/*流れ*/
.columns_flow {
    padding-right: 3.2%;
    float: left;
    min-height: 1px;
    background: url(../img/flow_arrow.png) right 108px no-repeat;
}
.columns_flow2 {
    padding-right: 3.2%;
    float: left;
    min-height: 1px;
    background: url(../img/flow_arrow.png) right 108px no-repeat;
}
.columns_flow_lc {
    float: left;
    min-height: 1px;
}
.row .g3.columns_flow    { width: 22.6%; }
.row .g3.columns_flow2    { width: 22.6%; }
.row .g3.columns_flow_lc    { width: 22.6%; }
@media only screen and (max-width: 767px) {
    .row .g3.columns_flow    {
        padding-right: 10%;
        width: 45%;
        background: url(../img/flow_arrow.png) right 73px no-repeat;
    }
    .row .g3.columns_flow2    {
        padding-right: 0;
        width: 45%;
    }
    .row .g3.columns_flow_lc    {
        width: 45%;
    }
}

/*フォーム*/
.contact_tel {
    padding: 30px;
    background: url(../img/gray_line_bg1.png) 0 0 repeat;
}
.contact_tel .company {
    font-size: 17px;
}
.contact_tel .tel a {
    font-size: 27px;
    font-weight: bold;
}
.contact_tel .tel a small {
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .contact_tel {
        margin-top: 10px;
        padding: 10px 0;
    }
    .contact_tel .company {
        font-size: 15px;
    }
    .contact_tel .tel a {
        font-size: 21px;
    }
    .contact_tel .tel a small {
        font-size: 14px;
    }
}

#contact_form , #contact_confirm {
    margin-top: 30px;
    padding: 50px 30px;
    color: #444;
    background: #fff;
}
#contact_form table , #contact_confirm table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 2px;
    margin-bottom: 30px;
}
#contact_form table tr th {
    width: 30%;
    padding: 10px;
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
}
#contact_confirm table tr th {
    width: 25%;
    padding-left: 5px;
    font-size: 13px;
    text-align: left;
    background: #fff;
}
#contact_form table tr th span.none {
    margin-right: 5px;
    padding: 3px 5px;
    font-size: 11px;
}
#contact_form table tr th span.req {
    margin-right: 5px;
    padding: 3px 5px;
    font-size: 11px;
    color: #fff;
    background: #fc0000;
}
#contact_form table tr th span.any {
    margin-right: 5px;
    padding: 3px 5px;
    font-size: 11px;
    color: #fff;
    background: #777;
}
#contact_confirm table tr td {
    padding-left: 10px;
    font-size: 13px;
    line-height: 1.4em;
}
#contact_form table tr td.lib2 {
    vertical-align: middle;
}
#contact_form table tr td.lib2 input , #contact_form table tr td.lib2 textarea {
    margin: 0 0 0 5px;
    padding: 10px 10px;
    border: 1px solid #ccc;
    font-size: 13px;
}
#contact_form table tr td.lib2 input:hover , #contact_form table tr td.lib2 textarea:hover {
    border: 1px solid #999;
}
#contact_form table tr td.lib2 input:focus , #contact_form table tr td.lib2 textarea:focus {
    border: 1px solid #444;
    outline: none;
}
#contact_form table tr td.lib2 select {
    width: 350px;
    height: 36px;
    margin-left: 5px;
    color: #fff;
    background: #666;
    font-size: 14px;
    font-weight: bold;
    border: none;
}
#contact_form .short {
    width: 80%;
}
#contact_form .short2 {
    width: 10%;
}
#contact_form .long {
    width: 94%;
}
#contact_form .long2 {
    width: 94%;
    height: 220px;
}
.confirm {
    margin: 0 0 0 0;
}
#error {
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
    color: #fc0000;
    font-weight: bold;
}
#error ul li {
    margin: 0 0 0 2em;
    list-style: disc;
}

.form_btn {
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 22px 25px 22px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    box-sizing: border-box;
    background: #1a2670 url(../img/arrow1.png) right 10px center no-repeat;
    border: none;
}
.form_btn:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
.form_btn:focus , .form_btn:active {
    outline: none;
}

.form_btn2 a {
    display: block;
    width: 300px;
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border: none;
    background: #1a2670;
}
.form_btn2 a:hover {
    cursor: pointer;
    background: #777777;
}

@media only screen and (max-width: 767px) {
    #contact_form , #contact_confirm {
        padding: 5px 5px 5px 5px;
    }
    #contact_form table tr th , #contact_confirm table tr th {
        display: block;
        width: 100%;
        padding: 5px 0;
        font-size: 10px;
        line-height: 1.3em;
    }
    #contact_form table tr td , #contact_confirm table tr td {
        display: block;
        width: 100%;
        font-size: 11px;
        line-height: 1.4em;
    }
    #contact_form table tr th span.req {
        padding: 1px 3px;
        font-size: 9px;
    }
    #contact_form table tr th span.any {
        padding: 1px 3px;
        font-size: 9px;
    }
    #contact_form table tr td.lib2 input , #contact_form table tr td.lib2 textarea {
        padding: 5px 5px;
        font-size: 12px;
    }
    #contact_form .short {
        width: 93%;
    }
    #contact_form .long {
        width: 93%;
    }
    #contact_form .long2 {
        width: 93%;
        height: 200px;
    }
    #contact_form table tr td.lib2 select {
        width: 95%;
        height: 30px;
        font-size: 12px;
    }
    .main_contact {
        margin-top: 0px;
        padding: 0 0 50px 0;
    }
    .form_btn {
        width: 100%;
        font-size: 15px;
    }
    .form_btn2 a {
        width: 100%;
        font-size: 15px;
    }
}
