@charset "UTF-8";

/*----------------------------------------------------
	☆index
----------------------------------------------------*/
.top_txt{
	font-size:14px;
	line-height:1.6;
	letter-spacing:1px;
	margin-bottom:15px;
	margin-bottom:50px;
}
.text{
	font-size:14px;
	line-height:1.6;
	letter-spacing:1px;
	margin-bottom:15px;
	text-align: left;
}
.img{
	margin-bottom:10px;
}
.img img{width: 100%;}

.title_box{
	position: relative;
}
.main h2{
	font-size:19px;
	text-align:center;
	font-family: 'Noto Serif Japanese', serif;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	color:#fff;
	width: 100%;
	display: block;
	padding:5px 0;
	background: rgba(0,0,0,0.4);
	line-height: 1.6;
	letter-spacing: 1px;
}
.detail_button{
	display: block;
	border-radius: 5px;
	font-size:14px;
	color: #006bb7;
	letter-spacing: 1px;
	padding: 10px;
	border: 1px solid #006bb7;
	text-align: center;
}
ul li:hover a{
	opacity: 1;
}

ul li:hover a .detail_button{
	opacity: 0.3;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/*
ul li a:hover .detail_button{
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	background: #005999;
	color: #fff;
}
*/
.clm2 li:nth-last-of-type(1),.clm2 li:nth-last-of-type(2){margin-top:40px;}
.clm2 li{margin-top:40px;}
#business .clm2 li .title_box .img{
	width: 441px;
	height: 187px;
}

/*デバイスの横幅が1080px以下の場合*/

@media only screen and (max-width: 1080px) {
	/*----------------------------------------------------
		☆index
	----------------------------------------------------*/
	.top_txt,.text{
	  font-size:12px;
	  line-height:1.6;
	  letter-spacing:1px;
	  margin-bottom:10px;
	}
	.top_txt{margin-bottom: 20px;}
	.clm2 li:nth-last-of-type(1),.clm2 li:nth-last-of-type(2){margin-top:20px;}
	.main h2{
		font-size:14px;
		padding:5px 0;
		letter-spacing: 0;
	}
	.detail_button a{
		font-size:13px;
	}

}
