@charset "UTF-8";

/*/////-----コンテンツの背景色の指定-----/////*/

#contents{
	background-color:#fff;
}

/*/////-----ヘッダータイトルの背景色の指定-----/////*/
 .page-header div.inner{
	 background-color:rgba(0,150,70,0.70);
}

/*/////-----ページの概要部分を非表示-----/////*/

#business div.summary{
	display:block;
}

/*/////-----LINEUP-----/////*/

.lineup div.content{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	max-width: 1280px;
}

.lineup div.row{
	width:100%;
	margin-bottom:20px;
	
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	background-color:#f0f0f0;
}

.lineup div.row:last-child{
	margin-bottom:0;
}

.lineup div.row p.thumbnail{
	width:100%;
}

.lineup div.row p.thumbnail img{
	width:100%;
	vertical-align:bottom;
}

.lineup div.row div.text{
	width:100%;
	
	box-sizing: border-box;
	padding:15px;
}

.lineup div.row div.text h4{
	margin-bottom:20px;
	text-align:center;
	
	font-family: 'Noto Serif JP', serif;
	
	font-size:1.5rem;
	line-height:1.5em;
	font-weight:500;
}

.lineup div.row div.text h4 span.note{
	display:block;
	
	font-size:1.0rem;
	line-height:1.75em;
	font-weight:400;
	color:#444;
}

.lineup div.row div.text h4 span.note::before{
	content:"（";
}

.lineup div.row div.text h4 span.note::after{
	content:"）";
}

.lineup div.row div.text p{
	font-size:1.0rem;
	line-height:1.75em;
}

.lineup div.row div.text ul{
	margin:10px 0;
}

.lineup div.row div.text ul li{
	box-sizing:border-box;
	padding-left:20px;
	
	position:relative;
}

.lineup div.row div.text ul li::before{
	display:block;
	content:"→";
	
	position:absolute;
	top:0;
	left:0;
}

.lineup div.row div.text p.btn{
	width:180px;
	margin:10px auto 5px;
	
	font-size:0.8rem;
	line-height:30px;
	font-weight:500;
	
	text-align: center;
}

.lineup div.row div.text p.btn a{
	display:block;
	
	background-color:#f80;
	color:#fff;
	
	background-image: url("../images/icon_btn-voice.webp");
	background-repeat: no-repeat;
	background-size:15px;
	background-position: center right 10px;
}

.lineup div.row div.text p.btn a:hover{
	opacity: 0.8;
	text-decoration: none;
}

@media only screen and (min-width: 960px){
	
	.lineup div.row p.thumbnail{
		width:50%;
		position:relative;
	}
	
	.lineup div.row p.thumbnail img{
		width:100%;
		height:100%;
		
		position:absolute;
		top:0;
		left:0;
		
		object-fit:cover;
		object-position:center;
	}
	
	.lineup div.row div.text{
		width:50%;
		padding:30px;
	}
	
	.lineup div.row div.text h4{
		text-align:left;
	}
	
	.lineup div.row div.text p.btn{
		margin:10px 0 5px;
	}
	
}

@media only screen and (min-width: 960px){
	.lineup div.row p.thumbnail{
		width:50%;
	}
	
	.lineup div.row p.thumbnail::before{
		width:100%;
		height:100%;
		
		padding-top:0;
	}
	
	.lineup div.row div.text{
		width:50%;
	}
}*/
