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

	事業案内
	business.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;
}

#DivFirstView {
    height: 90vh;
}
/* トップタイトル */
/*-------------------------------

	   コンテンツページ共通　

 --------------------------------*/

/* aタグリンク */
.link {
    width: 18vw;
    padding: 0.3vw;
    line-height: 1.2vw;
    border: solid 1px #808080;
    text-align: center;
    transition: 0.3s;
    cursor:pointer;
    margin-top:1.5vw;
}
.link a {
    color: #000000;
    letter-spacing:1px;
    opacity:0.8;
    transition: 0.3s;
    display:inline-block;
    width:100%;
}
.link:hover {
    border: solid 1px #008267;
    background-color: rgba(0, 130, 103, 0.3);
}
.link:hover a{    
    color:#008267;
    opacity:1;
}

/*---------------------------------------*/
/*               スマホ　     　　       */
/*---------------------------------------*/
@media screen and (min-width:320px ) and (max-width:1079px) {
    #DivFirstView {
        height: 76vh;
    }
    .link {
        width:42vw;
        padding:2vw;
        position:relative;
     }
    .link a {
        font-size: 3vw;
    }
}
/*---------------------------------------*/

/*               PC     　　       */

/*---------------------------------------*/

@media screen and (min-width:1080px ){
}