@charset "UTF-8";

/*******************************

事業紹介

*******************************/
/*メインタイトル*/
.page .mainimg {
    background: url(../img/head_img.jpg) center center no-repeat;
    background-size: cover;
}

/*page back*/
.page .back {
    padding: 100px 0 0 0;
}

/*h4*/
.service .in-sec .txt h4 {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 50px;
    min-height: 103px;
}

.service .in-sec .txt .en {
    display: block;
    width: 100%;
    font-size: 70%;
    font-weight: bold;
    color: #102d5c;
    margin-bottom: 10px;
}

.service .in-sec .txt .jp {
    display: block;
    font-size: 180%;
    font-weight: bold;
    letter-spacing: .2em;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    .service .in-sec .txt h4 {
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .service .in-sec .txt .jp {
        font-size: 150%;
    }
}

/*林機工について*/
#about .in-sec {
    width: 95%;
    max-width: 1140px;
    margin-bottom: 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#about .in-sec .txt {
    width: 49%;
    overflow: hidden;
}

#about .in-sec .txt h4.number01 {
    background: url(../img/number01.png) 90% top no-repeat;
}

#about .in-sec .txt h4.number02 {
    background: url(../img/number02.png) 90% top no-repeat;
}

#about .in-sec .txt h4.number03 {
    background: url(../img/number03.png) 90% top no-repeat;
}

#about .in-sec .txt p {
    width: 90%;
}

#about .in-sec figure {
    margin: 0;
    width: 49%;
}

#about .in-sec.right {
    float: right;
}

#about .in-sec.left {
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

#about .in-sec.left .txt h4 {
    width: 90%;
    float: right;
}

#about .in-sec.left .txt p {
    float: right;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){

#about{
    margin-bottom: 0px!important;
}
    }

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    #about .in-sec {
        width: 90%;
        margin: 0 auto 80px;
    }

    #about .in-sec .txt,
    #about .in-sec.left .txt h4,
    #about .in-sec .txt p,
    #about .in-sec figure {
        width: 100%;
    }

    #about .in-sec.right,
    #about .in-sec.left,
    #about .in-sec.left .txt h4,
    #about .in-sec.left .txt p {
        float: none;
    }
    #about .in-sec.left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

/*事業内容*/
#business > .wrap-common > p {
    text-align: center;
}

#business .business-list {
    margin-bottom: 130px;
}

#business .business-list li {
    width: 31%;
    margin-right: 3.5%;
    text-align: left;
    border-bottom: solid 1px #cfcfcf;
    position: relative;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

#business .business-list li:nth-child(3n) {
    margin-right: 0;
}

#business .business-list li:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 15%;
    border-bottom: 1px solid #6f7e95;
}

#business .business-list a:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 10px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    #business .business-list {
        margin-bottom: 80px;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    #business .business-list {
        margin-bottom: 50px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #business .business-list li {
        width: 48%;
        margin-right: 0;
    }
}

/*セクション*/
#business .in-sec {
    width: 95%;
    float: right;
    max-width: 1140px;
    margin-bottom: 100px;
    overflow: hidden;
}

#business .in-sec .inner {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#business .in-sec .txt {
    float: right;
    width: 70%;
    margin-top: 80px;
    padding: 50px 10% 50px 20%;
    background: #eff1f4;
}

#business .in-sec .txt h4 {
    margin-bottom: 30px;
    min-height: auto;
}

#business .in-sec figure {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 45%;
}

#business .in-sec.noimg .txt {
	width: 100%;
    padding: 50px 50px 20px 50px;
}

#business .maker {
    width: 95%;
    max-width: 990px;
    float: left;
    text-align: left;
}

#business .maker dt {
    border-bottom: solid 1px #cfcfcf;
    position: relative;
    font-weight: bold;
    padding-bottom: 15px;
}

#business .maker dt:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 5%;
    border-bottom: 1px solid #6f7e95;
}

#business .maker dd {
    margin-top: 40px;
}

#business .maker li {
    width: 25%;
    margin-bottom: 10px;
}

#business .maker a {
    text-decoration: underline;
}

#business .maker a:hover {
    text-decoration: none;
}

#business .maker span {
    display: block;
    color: #9e9e9e;
    text-align: right;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    #business .in-sec .txt {
        float: right;
        width: 70%;
        margin-top: 80px;
        padding: 30px 3% 30px 18%;
        background: #eff1f4;
    }

    #business .maker li {
        width: 33.33%;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    #business .in-sec {
        width: 90%;
        float: none;
        margin: 0 auto 80px;
    }

    #business .in-sec .txt {
        float: none;
        width: 100%;
        margin-top: 0;
        padding: 20px 10%;
    }

    #business .in-sec .txt h4 {
        margin-bottom: 15px;
    }
	
	#business .in-sec.noimg .txt {
		padding: 20px 10% 10px;
	}

    #business .in-sec figure {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
    }

#business .maker {
    width: 100%;
    float: none;
}

    #business .maker li {
        width: 50%;
    }
}
