@charset "UTF-8";


/*****

フォーマットコピー　ここから

*****/
@media print, screen and (min-width: 801px) {
/* グローバルナビ スマホ */
.header_bg{
	background:rgba(255,255,255,0.90);
	background: none;
	
}
}

/***

トップ以外で使用

***/
.f-item a{
	color: #000;	
}
.f-item.off{
	color: #000;
	opacity: 0.5;
}
/*****

フォーマットコピー　ここまで

*****/





/***

項目3分割

***/
/*タイトル*/
.top_box1_title1{
	clear: both;
	width: 100%;
	height: auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	letter-spacing: 1px;
	font-size: 22px;
	line-height: 145%;
	text-align: left;
	color: #000;
	margin: 0 0 7px; 
	padding: 0;	
}
.top_box1_title2{
	clear: both;
	width: 100%;
	height: auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	letter-spacing: 1px;
	font-size: 17px;
	line-height: 145%;
	text-align: left;
	color: #000;
	*/
	margin: 0 ; 
	padding: 0 0 15px; 
}



.box1{
	clear: both;
	width: 100%;
	height: auto;
}


/***

1カラム

***/
.pop_column1{
	width: 100%;
	height: auto;
	margin: 0 0 4%;
}

/***

2カラム

***/
.pop_column2{
	width: 48%;
	height: auto;
	margin: 0 0 4%;
	float: left;
}
.pop_column2:nth-child(2n){
	float: right;
}

/***

3カラム

***/
.pop_column3{
	width: 30%;
	height: auto;
	margin: 0 5% 4% 0;
	float: left;
}
.pop_column3:nth-last-child(3n){
	margin: 0 0 4%;
	float: right;
}




