a {
    color: #051493;
    font-weight: bold;
    text-decoration: none;
}
p.notice1 {
    font-size: 12px;
    margin-left: 1em;
    text-indent: -1em;
}
p.caption1 {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 1.3em;
}
.separator1 {
    margin-bottom: 30px;
    height: 1px;
    background: #444;
}

.h1_wrap {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
h1 {
    margin: 20px 0 50px 0;
    color: #051493;
    font-size: 29px;
    line-height: 1.2em;
    text-align: center;
}
h1:before {
    content: url(../img/h1_line.png);
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: 10px;
}
h1:after {
    content: url(../img/h1_line.png);
    display: inline-block;
    margin-left: 30px;
    position: relative;
    top: 10px;
}
@media only screen and (max-width: 767px) {
    h1 {
        margin: 10px 0 0 0;
        font-size: 21px !important;
    }
    h1:before {
        content: url(../img/SP_h1_line.png);
        margin-right: 3px;
        top: 5px;
    }
    h1:after {
        content: url(../img/SP_h1_line.png);
        margin-left: 10px;
        top: 5px;
    }
}

h2.normal1 {
    margin-bottom: 20px;
    padding: 8px 0 5px 30px;
    color: #fff;
    font-size: 19px;
    line-height: 1.2em;
    text-align: left;
    background: #051493 url(../img/h2_normal1_bg.png) right 0 repeat-y;
    position: relative;
}
h2.normal1:before {
    content: url(../img/mini_logo_white.png);
    margin-right: 10px;
}
h2.normal1 span.en {
    position: absolute;
    font-family: Arial, Helvetica;
    right: 20px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.3em;
}
h2.normal1 span.en:first-letter {
}
h2.normal2 {
    margin-bottom: 20px;
    color: #051493;
    font-size: 25px;
    text-align: center;
}
h3.normal1 {
    padding: 5px 0 0 30px;
    margin-bottom: 20px;
    font-size: 19px;
    color: #fff;
    background: #333;
}
h3.normal2 {
    margin-bottom: 10px;
    color: #051493;
    font-size: 19px;
    font-weight: bold;
}
h3.normal3 {
    margin-bottom: 10px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    background: #333;
}
h3.normal4 {
    color: #051493;
    font-size: 17px;
}
p.lead1 {
    font-size: 23px;
    line-height: 1.5em;
    text-align: center;
}
p.lead2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
    h1 {
        padding-bottom: 20px;
        font-size: 23px;
    }
    h2.normal2 {
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 1.3em;
        text-align: left;
    }
    h3.normal1 {
        padding: 10px 0;
        margin-bottom: 15px;
        font-size: 19px;
    }
    h3.normal3 {
        font-size: 15px;
    }
    h2.normal1 {
        margin-bottom: 10px;
        padding: 8px 0 10px 10px;
        font-size: 16px;
        text-align: left;
        background: #051493 url(../img/h2_normal1_bg.png) right 0 repeat-y;
    }
    h2.normal1:before {
        position: relative;
        top: 3px;
    }
    h2.normal1 span.en {
        top: 13px;
        right: 15px;
        font-size: 9px;
        letter-spacing: 0em;
    }
    p.notice1 {
        font-size: 11px;
        line-height: 1.2em;
        text-align: left;
    }
    p.lead1 {
        font-size: 17px;
        line-height: 1.3em;
        text-align: left;
        margin-bottom: 10px;
    }
}

.column1 {
    margin-top: 30px;
    padding: 30px;
    border: 2px solid #ccc;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .column1 {
        padding: 10px;
    }
}

table.table1 {
    width: 100%;
}
table.table1 tr th {
    padding: 15px 10px;
    color: #051493;
    font-size: 14px;
    line-height: 1.3em;
    border-bottom: 2px solid #051493;
    vertical-align: middle;
    text-align: left;
}
table.table1 tr td {
    padding: 15px 10px;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
table.table1 tr td.pr0 {
	padding-right:0px;
}
table.table1 tr th.w20 {
    width: 20%;
}
table.table1 tr th.w15 {
    width: 15%;
}
@media only screen and (max-width: 767px) {
    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;
    }
}



/* レイアウト共通
================================================== */
#page_header {
    text-align: center;
}
#page_header img {
    width: 100%;
    max-width: 1500px;
}
.main_bg {
}
.main {
    width: 100%;
    border-radius: 8px;
}
.gray_bg {
    padding: 50px 0 30px 0;
    background: #f0f0f0;
}
@media only screen and (max-width: 767px) {
    #page_header {
        overflow: hidden;
    }
    #page_header img {
        margin-left: -10%;
        width: 120%;
    }
    .main_bg {
        margin-top: 0;
    }
    .main {
    }
}

.schrollmargin {
    margin-top: -130px;
    padding-top: 130px;
}

.submenu_bg {
    background: #222;
}
.submenu_bg ul li {
    display: block;
    float: left;
    width: 33.3333%;
}
.submenu_bg ul li a {
    display: block;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.submenu_bg ul li a:before {
    content: url(../img/submenu_arrow.png);
    margin-right: 8px;
    position: relative;
    top: 0px;
}
.submenu_bg ul li a:hover {
    background: #444;
}
@media only screen and (max-width: 767px) {
    .submenu_bg ul li {
        width: 50%;
    }
    .submenu_bg ul li a {
        font-size: 11px;
        text-align: left;
    }
}



/* クレーン作業請負
================================================== */
h3.service_h3 {
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #bd911e;
    margin-bottom: 10px;
}
.world_bg {
    margin-top: 50px;
    padding: 150px 0;
    background: url(../img/world_bg.png) center center no-repeat;
    background-size: cover;
}
.world h2 {
    margin-bottom: 20px;
    color: #051493;
    font-size: 31px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .world_bg {
        margin-top: 30px;
        padding: 50px 0;
        background-size: cover;
    }
    .world h2 {
        font-size: 25px;
    }
}
.expansion_bg {
    padding: 150px 0;
    background: url(../img/expansion_bg.png) center center no-repeat;
    background-size: cover;
}
.expansion h2 {
    margin-bottom: 20px;
    color: #ac700a;
    font-size: 31px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .expansion_bg {
        padding: 50px 0;
        background-size: cover;
    }
    .expansion h2 {
        font-size: 25px;
    }
}

/*業務内容*/

.business_fleet {
	background-color:#FFF;
	padding:10px 20px;
	
}


.business_desc_wrap {
    margin-top: 30px;
    width: 102%;
    margin-left: -1%;
}
.business_desc_wrap .box {
    float: left;
    padding: 20px;
    width: 48%;
    margin: 0 1% 20px 1%;
    border: 2px solid #051493;
    background: #fff;
    box-sizing: border-box;
}
.business_desc_wrap .box h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #051493;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #051493;
}
.business_desc_wrap .box p.text {
    font-size: 12px;
    line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
    .business_desc_wrap {
        width: 100%;
        margin-left: 0;
    }
    .business_desc_wrap .box {
        float: none;
        padding: 10px;
        width: 100%;
    }
}



/* クレーンオペレーター募集
================================================== */
.recruit_point_box {
    margin-top: 30px;
    padding: 50px 20px;
    width: 100%;
    background: #eee3c6;
    box-sizing: border-box;
}
.recruit_point_box h2 {
    color: #986617;
    font-size: 25px;
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
}
.recruit_point_box .box {
    float: left;
    width: 21%;
    margin-left: 2%;
    margin-right: 2%;
}
.recruit_point_box .box p.circle {
    margin-top: 20px;
    text-align: center;
}
.recruit_point_box .box p.text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    .recruit_point_box {
        padding: 30px 10px;
    }
    .recruit_point_box h2 {
        font-size: 19px;
    }
    .recruit_point_box .box {
        width: 46%;
    }
    .recruit_point_box .box p.circle {
        margin-top: 10px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}
h3.recruit_h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    background: #333;
}
h3.recruit_h3 span.place {
    display: inline-block;
    padding: 10px 30px;
    color: #333;
    font-weight: bold;
    background: #cfaf5b;
}
h3.recruit_h3 span.title {
    display: inline-block;
    padding: 10px;
    background: #333;
}
@media only screen and (max-width: 767px) {
    h3.recruit_h3 span.place {
        display: block;
        padding: 0 10px;
        width: 100%;
        font-size: 14px;
        box-sizing: border-box;
    }
    h3.recruit_h3 span.title {
        display: block;
        width: 100%;
        font-size: 14px;
        box-sizing: border-box;
    }
}
.recruit_emphasis {
    color: #051493;
    font-size: 19px;
    font-weight: bold;
}

/*メールフォーム*/
h2.mailform_h2 {
    margin-top: 80px;
    padding: 40px 0 30px 0;
    color: #fff;
    font-size: 21px;
    line-height: 1.5em;
    text-align: center;
    background: #222;
}
.mailform_bg {
    padding: 30px 0 50px 0;
    background: #f0f0f0;
}
.mailform_text {
    margin: 20px 0 30px 0;
    padding-bottom: 30px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
    h2.mailform_h2 {
        margin-top: 30px;
        padding: 30px 0 20px 0;
        font-size: 19px;
    }
    .mailform_bg {
        padding: 0 0 30px 0;
    }
}



/* 業務実績
================================================== */

.category_link_box {
	background-color:#f0f0f0;
	padding:20px 0;
	margin:-10px 0 40px 0;
}
.category_link_box .inner {
	margin:0 auto;
	width:80%;
}
.category_link {
	float:left;
	width:32.33%;
	margin-right:1%;
	margin-top:8px;
}

.category_box {
    margin-bottom: 10px;
    padding: 30px;
    background: #f0f0f0;
}
.category_box h3 {
    padding: 5px 10px;
    color: #fff;
    font-size: 17px;
    background: #333;
}
@media only screen and (max-width: 767px) {
    .category_box h3 {
        font-size: 15px;
    }

	.category_link_box .inner {
		margin:0 auto;
		width:94%;
	}
	.category_link {
		float:left;
		width:100%;
		margin-right:1%;
		margin-top:3px;
	}

}

.example_box {
    margin-top: 20px;
    width: 100%;
	border-top:2px solid #051493;
	padding-top:20px;
}
.noseparator{
	border-top:none;
	padding-top:0px;
}


.example_box .photo_main {
    float: left;
    width: 49%;
    margin-right: 2%;
}
.example_box .cont {
    float: left;
    width: 49%;
}

.example_box .cont h4 , .example_box .cont_2 h4 , .example_box .cont_3 h4 {
    color: #051493;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3em;
}
.example_box .cont .text , .example_box .cont_2 .text , .example_box .cont_3 .text {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.4em;
    border-top: 1px solid #aaa;
}
.example_box .photo_sub {
    margin-top: 20px;
}
.example_box .photo_sub .box {
    float: left;
    margin: 0.5%;
    width: 24%;
}
.example_box .photo_sub .box img {
    border: 2px solid #f0f0f0;
    box-sizing:border-box;
}
.example_box .photo_sub .box img:hover {
    border: 2px solid #051493;
}

/* 2枚(縦写真)タイプ */
.example_box .photo_main_2 {
    float: left;
    width: 66%;
    margin-right: 2%;
}
.example_box .photo_main_2 img {
    float: left;
    width: 49%;
    margin-right: 1%;
}
.example_box .cont_2 {
    float: left;
    width: 32%;
}

/* 2枚（横写真）タイプ */
.example_box .photo_main_3 {
    float: left;
    width: 100%;
    margin-right: 0%;
}
.example_box .photo_main_3 img {
    float: left;
    width: 49%;
    margin-right: 1%;
}
.example_box .cont_3 {
    float: left;
    width: 100%;
	margin: 10px 0;
}



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

	.example_box {
	    margin-top: 10px;
		padding-bottom: 20px;
	}

    .example_box .photo_main {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .example_box .cont {
        float: none;
        width: 100%;
    }
    .example_box .cont h4 , .example_box .cont_2 h4 , .example_box .cont_3 h4 {
        margin-top: 5px;
        font-size: 14px;
    }
    .example_box .cont .text , .example_box .cont_2 .text , .example_box .cont_3 .text {
        margin-top: 5px;
        padding-top: 5px;
        font-size: 12px;
        line-height: 1.2em;
    }
    .example_box .photo_sub {
        margin-top: 5px;
    }

    .example_box .photo_main_2 , .example_box .photo_main_3 {
        float: none;
        width: 100%;
        margin-right: 0;
    }
	.example_box .photo_main_2 img , .example_box .photo_main_3 img {
        float: none;
        width: 100%;
        margin-right: 0;
		margin-bottom:10px;
	}
    .example_box .cont_2 , .example_box .cont_3 {
        float: none;
        width: 100%;
    }

}

/*フォトアルバム*/
.photo_wrap {
    margin-top: 20px;
    width: 101%;
    margin-left: -0.5%;
}
.photo_wrap .box {
    margin-bottom: 15px;
    float: left;
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}
.photo_wrap .box .text {
    margin-top: 5px;
    font-size: 12px;
}
@media only screen and (max-width: 767px) {
    .photo_wrap {
        margin-top: 0;
    }
    .photo_wrap .box {
        margin-top: 10px;
        margin-bottom: 5px;
        width: 49%;
    }
    .photo_wrap .box .text {
        font-size: 10px;
    }
}



/* 企業情報
================================================== */
.permit_wrap {
    width: 100%;
}
.permit_wrap .box {
    float: left;
    width: 20%;
    margin: 0 6.5% 0 6.5%;
}
.permit_text {
    margin-top: 10px;
    font-size: 12px;
}

.cert img {
    margin-top: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

@media only screen and (max-width: 767px) {
    .permit_wrap .box {
        width: 40%;
        margin: 0 5% 10px 5%;
    }
    .permit_text {
        font-size: 10px;
    }
}

ul.client {
	display: flex;
	flex-wrap: wrap;
}
ul.client li{
/*	width: 33%;*/
	width: 50%;
	margin-right: 0px;
	margin-bottom: 4px;
	background-color: #fff;
}
ul.client li.long{
/*	width: 66%;*/
	width: 50%;
}
@media only screen and (max-width: 767px) {
	ul.client li{
		width: 100%;
		margin-bottom: 0px;
	}
	ul.client li.long{
		width: 100%;
	}
}

/* 三矢マシナリーTOPICS
================================================== */
.topics_box {
    margin-bottom: 10px;
    padding: 30px;
    background: #f0f0f0;
}
.topics_box p img {
    width: 45%;
    margin-left: 1%;
    margin-right: 1%;
}
.topics_box .multi_img {
	text-align: center;
}
.topics_box .multi_img img{
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
}
.topics_box h2.title {
    padding-bottom: 10px;
    color: #051493;
    font-size: 16px;
}
.topics_box .line_bg2 {
    height: 5px;
    background: url(../img/line_bg2.png) 0 0 repeat-x;
}
.topics_box p.date {
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: right;
}
.topics_box p.text {
    padding: 0 100px;
    margin-top: 20px;
    font-size: 13px;
}
.topics_box p.text_left {
    padding: 0 10px;
    margin-top: 0px;
    font-size: 13px;
}
@media only screen and (max-width: 767px) {
    .topics_box {
        padding: 10px;
    }
    .topics_box p img {
        width: 80%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .topics_box .multi_img img {
        margin-bottom: 8px;
    }
    .topics_box h2.title {
        font-size: 15px;
    }
    .topics_box p.date {
        font-size: 11px;
    }
    .topics_box p.text {
        padding: 0 0;
        margin-top: 5px;
        font-size: 11px;
    }
	.topics_box p.text_left {
        padding: 0 0;
		font-size: 11px;
	}
}














