/* --------------------------------------------------------------------------------
	二次会コンテンツページ共通
-------------------------------------------------------------------------------- */
#contents{
	margin:9px 0 0;
}

#contents h2{
	border-bottom: none;

	text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: rgb(255, 255, 255);
    margin: 0px 0px 45px;
    border-radius: 5px;
    padding: 7px 0px;
	  font-size: 33px;
    background: rgb(108, 187, 90);
}
/* --------------------------------
.お役立ちコンテンツ
-------------------------------- */
#contents .title-wrap{
	width: 98%;
	display: flex;
	margin: 5px auto 0;
}
#contents .title-wrap .title-inner{
	max-width: 48%;
	text-align: center;
}
#contents .title-wrap .title-inner .sub-txt{
	margin: 0 5%;
}
#contents .feature ul{
	width: 98%;
	text-align: center;
	}
#contents .feature ul li{
	display: inline-block;
	width: 28%;
	margin: 5px;
	padding: 0px 2% 0px 1%;
	clear: both;
}
#contents .feature ul li img{
	max-width: 300px;
	max-height: 60px;
}
#contents .clearfix:after {
  /*  ①*/
  content: "";
  /*  ②*/
  display: block;
  /*  ③*/
  clear: both;
}
