@charset "UTF-8";

/* ===================================
	File Name   : top.css
	Description : Top Page Layout CSS

	Update Description :
	[2020/04/13] ビジュアル下緊急文言追加
	[2015/03/03] 調整
	[2015/02/27] 調整
	[2015/02/12] 新規作成

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

/*========== Style Contents ==========

	1. Individual Redefinition
	2. Section [news] Setting
	3. Section [main_obj] Setting
	4. Aside [notice] Setting
	5. Media Queries

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





/*===== ■1. Individual Redefinition =====*/
h2 {
	position: relative;
	margin-bottom: 15px;
	padding: 13px 5px 12px;
	border-top: 2px solid #0D152B;
	border-bottom: 1px solid #0D152B;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-style: normal;
}

h2 a {
	position: absolute;
	top: 13px;
	right: 5px;
	font-size: 11px;
	font-size: 1.1rem;
}


/* nav */
.mm-menu #mm-1 {
	top: 0;
	padding-bottom: 0;
}





/*===== ■2. Section [news] Setting =====*/
#news {
	padding-bottom: 10px;
	border-bottom: 2px solid #0D152B;
}

#news li { display: none;}
#news li:first-child { display: block;}

#news li a {
	display: block;
	cursor: pointer;
}
#news li a:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

#news figure {
	display: table-cell;
	width: 40%;
}

#news p {
	display: table-cell;
	width: 55%;
	padding-left: 5%;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 150%;
	vertical-align: top;
}

#news p time {
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}





/*===== ■3. Section [main_obj] Setting =====*/
#main_obj {
	margin: 0 3% 15px;
	text-align: center;
}
#main_obj a {
	display: inline-block;
	width: 100%;
	min-width: 300px;
	margin-bottom: 5px;
	cursor: pointer;
}

#main_obj a:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

#main_obj a h3 {
	margin-bottom: 3px;
	padding: 0 5px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
}

#main_obj a h3 em {
	float: right;
	margin-top: 2px;
	font-weight: bold;
	font-size: 9px;
	font-size: 0.9rem;
	font-style: normal;
}





/*===== ■4. Aside [notice] Setting =====*/
#notice {
  margin: 0 3% 30px;
  padding: 0 3%;
}

#notice br.sp { display: none;}

#notice p {
  margin-bottom: 15px;
  font-size: 1.2rem;
}
#notice p:last-of-type { margin-bottom: 15px;}

#notice em { display: block;}

#notice em a {
	display: block;
	position: relative;
	max-width: 530px;
	margin: 0 auto;
	padding: 15px 50px;
	border: 4px solid #444;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 100%;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	text-align: center;
}
#notice em a:hover { border-color: #c54634;}

#notice em a b {
	display: inline-block;
	margin: 5px 0 0 15px;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 100%;
	white-space: nowrap;
}

#notice em a i {
	position: absolute;
	top: 39%;
	right: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}



/*===== ■5. Media Queries =====*/
/* 例外処理 */
@media all and (min-width: 641px) {
	#main_obj a {
		display: block;
		float: left;
		width: 48%;
	}
	#main_obj a:nth-child(2n) {
		float: right;
		width: 48%;
	}
  
	/* Aside [notice] */
  #notice { margin: 0 3% 40px;}
  
  #notice br.sp { display: block;}

  #notice p {
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: center;
  }
  #notice p:last-of-type { margin-bottom: 30px;}
}

@media all and (min-width: 981px) {
	/* Individual Redefinition */
	h2 {
		position: relative;
		margin-bottom: 35px;
		font-size: 17px;
		font-size: 1.7rem;
		text-align: center;
	}

	h2 a {
		position: absolute;
		right: 20px;
	}


	/* Section [news] */
	#news { padding-bottom: 30px;}

	#news li {
		display: block;
		float: left;
		width: 300px;
		margin-left: 30px;
	}
	#news li:nth-child(3n+1) { margin-left: 0;}

	#news figure {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	#news p {
		display: block;
		width: auto;
		padding-left: 5px;
	}

	#news p time {
		display: table-cell;
		min-width: 80px;
		padding-right: 10px;
	}

	#news p span { display: table-cell;}

	#main_obj div { margin-bottom: 5px;}


	/* Section [main_obj] */
	#main_obj { margin: 0 auto 0px;}

	#main_obj a {
		float: left;
		width: 300px;
		margin: 0 0 20px 30px;
		padding: 0;
	}

	#main_obj a:nth-child(2n) {
		float: left;
		width: 300px;
	}

	#main_obj a:nth-child(3n+1) { margin-left: 0;}

	#main_obj a h3 {
		margin-bottom: 3px;
		padding: 0 5px;
		font-size: 14px;
		font-size: 1.4rem;
		font-family: 'Montserrat', sans-serif;
	}

	#main_obj a h3 em {
		float: right;
		margin-top: 2px;
		font-weight: bold;
		font-size: 9px;
		font-size: 0.9rem;
	}
}