@charset "UTF-8";

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

	links
	
//////////////////////////////////////////////////////////////*/

/*=======================================================

	mttl
	
=======================================================*/
h2{
	background: url(../../links/img/mttl.png) no-repeat 0 0;
}

/*-------------------------------------------------------
	202003追加
-------------------------------------------------------*/
.group_block{
		margin:60px 0 0 10px;
	}
	
.group_block li{
		margin-bottom:40px;
		position: relative;
	}
	
.group_block .link_title{
		font-size:130%;
	}	
	
.fukidashi {
      display: none;
      padding:5px;
      position: absolute;
      top: -113px;
      left: 0;
      border:1px solid #ccc;
	  background-color:#fff;
    }
.fukidashi:after {
      position: absolute;
      width: 0;
      height: 0;
      left: 0;
      bottom: -20px;
      margin-left: 10px;
      border: solid transparent;
      border-color: rgba(51, 204, 153, 0);
      border-top-color: #ccc;
      border-width: 10px;
      pointer-events: none;
      content: " ";
    }

.group_block .link_title:hover + .fukidashi{
		display: block;
	}