/* --------------------------------------------------------------------------------
	二次会コンテンツページ共通
-------------------------------------------------------------------------------- */
#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 4.5vw;
    border-radius: 1vw;
    padding: 1.5vw 0px;
	font-size: 6vw;
    background: rgb(108, 187, 90);
}
#contents h3{
	border-bottom: none;

	text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 0 0 0;
		font-weight:bold;
		font-size: 5vw;
		background:url(../../images/contents/st-icon-check.png) no-repeat 10px 0;
}
#contents h3 span{
	border-bottom:solid 5px #6cbb5a;
	margin: 0px 10vw 2vw;
}
#contents .section{
	padding:15px 35px;
	line-height:1.65;
	font-size:4vw;
}

/* リンク */
#main .link-set{
	overflow: hidden;
	margin-top: 5vw;
}
#main .link-set ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;

	padding: 0 0 2.5vw;

	justify-content: space-between;
}
#main .link-set ul li{
	width: 47%;
	padding: 0 2vw 5vw;
}
#main .link-set ul li a{
	width: 100%;
	display: block;
	padding: 2vw 6vw 2vw 2vw;
	text-decoration: none;
	border-radius: 0.5vw;
	border: solid 1px #814721;
	font-weight: bold;
	font-size: 5vw;
	color: #814721;
	background: url("../../images/contents/common/icon-arr-under.png") no-repeat 93% 47.5%;
	background-size: 2.5vw auto;
}
#main .link-set2{
	overflow: hidden;
}
#main .link-set2 ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;

	padding: 0 0 2.5vw;

	justify-content: space-between;
}
#main .link-set2 ul li{
	width: 47%;
	padding: 0 0 5vw;
}
#main .link-set2 ul li a{
	width: 100%;
	display: block;
	padding: 2vw 6vw 2vw 2vw;
	text-decoration: none;
	border-radius: 0.5vw;
	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: 2.5vw auto;
}
#contents .marker{
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
#contents .feature ul{
	width: 100%;
	text-align: center;
	justify-content: space-between;
}
#contents .feature ul li{
	display: inline-block;
	width: 44%;
	margin: 3% 3% 0 0;
}
#contents .feature ul li img{
	max-width: 100%;
	max-height:100%;
}
#contents .clearfix:after {
  /*  ①*/
  content: "";
  /*  ②*/
  display: block;
  /*  ③*/
  clear: both;
}
