﻿/*===============================

	会社概要
	company.css

================================*/
/*-------------------------------

	   コンテンツページ共通　

 --------------------------------*/
/*  メニュー　*/
.menu:nth-child(2) a {
    color: #008267 !important;
    font-weight: normal !important;
}
.menu:nth-child(2)::before {
    top: -19px !important;
}
/* タイトル1 */
.sub-title {
    margin-left:6vw;
}
.content-view.single {
    margin-top:-2vw;
}
/*-------------------------------

	   工法説明　

 --------------------------------*/
.link{
    font-size:1.3vw;
    margin-top:1vw;
    line-height:3.5vw;
}
.link a{
    color:#008267;
    text-decoration:underline;
    transition:0.3s;
}
.link a:hover{
    opacity:0.6;
    text-decoration:none;
}
.flow {
    display: grid;
    grid-template-columns: repeat(3, calc(100%/3));
    margin-top: 2vw;
}
.flow-contents {
    width: 21vw;
    margin: 1vw auto;
}
.step-title{
    position:relative;
    font-size:1.8vw;
    color:#008267;
    margin-bottom:1vw;
}
.lineArrow {
    width: 21vw;
    height: 15px;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    transform: skew(45deg);
    margin-top: -1.7vw;
}
.step-img img {
    width: 21vw;
}
.step-ex {
    line-height:2vw;
    margin-top:0.5vw;
    text-align:center;
}
/*---------------------------------------*/
/*               スマホ　     　　       */
/*---------------------------------------*/
@media screen and (min-width:320px ) and (max-width:1079px) {
    /* タイトル1 */
    .sub-title {
        margin-left: 4.9vw;
    }
    .content-view.single {
        border-top: dashed 1px #e7e5e5;
    }
    .content-view.single .contents {
        width: 95%;
    }
    .smart-contents-view{
        border-top:none;
     }
    .link{
        font-size:3.5vw;
        margin-top:1vw;
        line-height:6.5vw;
    }
    .link a{
        color:#008267;
        text-decoration:underline;
        transition:0.3s;
    }
    .flow{
        grid-template-columns:repeat(2, 50%);
    }
    .flow-contents {
        width: 35vw;
        margin: 2vw auto;
    }
    .step-title {
        position: relative;
        color: #008267;
        margin-bottom: 1vw;
        font-size:unset;
    }
    .lineArrow {
        width: 35vw;
        height: 2vw;
        border-bottom: 1px solid #808080;
        border-right: 1px solid #808080;
        transform: skew(45deg);
        margin-top: -2.8vw;
    }
    .step-img img {
        width: 35vw;
    }
    .step-ex {
        line-height: 3vw;
        margin-top: 0.5vw;
        text-align: center;
        font-size: 2.8vw;
        /*font-size: unset;*/
        line-height:6vw;
    }
    .smart-scroll{
        height:13vw;
    }
}
/*---------------------------------------*/

/*               PC     　　       */

/*---------------------------------------*/
@media screen and (min-width:1080px ) {
    .smart-scroll {
       /*display:none;*/
    }
}