/* --------------------------------------------------------------------------------
	二次会コンテンツページ共通
-------------------------------------------------------------------------------- */
#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 h3{
	padding:0 0 5px 55px;
	font-weight:bold;
	font-size:20px;
}
#contents h3 span{
	border-bottom:solid 5px #6cbb5a;
	background:url(../../images/contents/st-icon-check.png) no-repeat 10px 0;
}
#contents h3 span{
	border-bottom:solid 5px #6cbb5a;
}
#contents .section{
	padding:15px 35px 34px;
	line-height:1.65;
	font-size:16px;
}
/* リンク */
#main .link-set{
	overflow: hidden;
	margin-top: 10px;
}
#main .link-set ul{
	position: relative;
	left: -20px;

	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 40px);

	padding: 0 0 25px;

	justify-content: center;
}
#main .link-set ul li{
	padding: 0 20px 20px;
}
#main .link-set ul li a{
	display: table;
	width: 220px;
	margin: 0 auto;
	padding: 11px 48px 11px 20px;
	text-decoration: none;
	border-radius: 3px;
	border: solid 1px #814721;
	font-weight: bold;
	font-size: 25px;
	color: #814721;
	background: url("../../images/contents/common/icon-arr-under.png") no-repeat 93% 47.5%;
	background-size: 12px auto;
}
#main .link-set2{
	overflow: hidden;
}
#main .link-set2 ul{
	position: relative;
	left: -20px;

	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 40px);

	padding: 0 0 25px;

	justify-content: center;
}
#main .link-set2 ul li{
	padding: 0 20px 20px;
}
#main .link-set2 ul li a{
	display: table;
	width: 220px;
	margin: 0 auto;
	padding: 11px 48px 11px 20px;
	text-decoration: none;
	border-radius: 3px;
	border: solid 1px #814721;
	background: url("https://ktora.itembox.design/item/images/k-index-device/icon-arr-yosan-btn.png") no-repeat 93% 47.5%;
	background-size: 12px auto;
}
#contents .marker{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
#contents .feature ul{
	width: 100%;
	text-align: center;
	}
#contents .feature ul li{
	display: inline-block;
	width: 30%;
	padding: 10px 2% 0px 1%;
	clear: both;
}
#contents .feature ul li img{
	max-width: 400px;
	max-height: 80px;
}
#contents .clearfix:after {
  /*  ①*/
  content: "";
  /*  ②*/
  display: block;
  /*  ③*/
  clear: both;
}
/* --------------------------------
.area-title
-------------------------------- */
#contents .area-title{
	width: 100%;
}
#contents .area-title .area-title-wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 10px auto 0;
}
#contents .area-title .area-title-inner{
	margin: 0 0 20px 0;
	max-width: 50%;
}
#contents .area-title .area-title-inner h3{
	margin: 20px 0 0;
	font-size: 28px;
}
#contents .area-title .area-title-inner .img-btn{
	margin: 20px 0;
}
#contents .area-title .area-title-inner .img-btn a{
	max-width: 516px;
	padding: 5px;
}
#contents .area-title .area-title-inner .img-btn a::after{
	content: none;
}
