@charset "Shift_JIS";

section#hobolive2022_wrap .clearfix:after {
	content: '';
	clear: both;
	display: block;
}


section#hobolive2022_wrap .subtitle {
	background: #001e53;
	padding: 8px 15px;
	box-sizing: border-box;
	margin-bottom: 1px;
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 767px) {
	section#hobolive2022_wrap .subtitle {
		
	}
}

section#hobolive2022_wrap .subtitle h2 {
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
}



section#hobolive2022_wrap {
	padding: 0 0 0;
	box-sizing: border-box;
}

section#hobolive2022_wrap .title_wrap h2 {
	font-size: 18px;
	font-weight: bold;
    margin-bottom: 1em;
    line-height: 2.2em;
}


section#hobolive2022_wrap .cont { 
	padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	section#hobolive2022_wrap .cont {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
	
	section#hobolive2022_wrap .cont { 
		padding-bottom: 20px !important;
	}
}

section#hobolive2022_wrap .subtitle {
	margin-bottom: 20px;
}


section#hobolive2022_wrap .unit_wrap {
	
}

section#hobolive2022_wrap .boxWrapper:after {
	content: '';
	display: block;
	clear: both;
}

section#hobolive2022_wrap .boxWrapper .box {
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 25px;
}

@media screen and (max-width: 899px) {
	section#hobolive2022_wrap .boxWrapper .box {
		width: 49%;
	}
}

@media screen and (max-width: 699px) {
	section#hobolive2022_wrap .boxWrapper .box {
		width: 100%;
		float: none;
		margin-right: 0;
	}
}


section#hobolive2022_wrap .boxWrapper .box:nth-child(3n) {
	margin-right: 0%;
}

@media screen and (max-width: 899px) {
	section#hobolive2022_wrap .boxWrapper .box:nth-child(3n) {
		margin-right: 2%;
	}
	
	section#hobolive2022_wrap .boxWrapper .box:nth-child(2n) {
		margin-right: 0%;
	}
}

@media screen and (max-width: 699px) {
	section#hobolive2022_wrap .boxWrapper .box:nth-child(3n) {
		margin-right: 0%;
	}
}

section#hobolive2022_wrap .boxWrapper .box .item_text {
	width: 100%;
	min-height: 3.6em;
	position: relative;
}

section#hobolive2022_wrap .boxWrapper .box .item_text p {
	text-align: center;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	width: 100%;
	line-height: 160%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
}

section#hobolive2022_wrap .boxWrapper .box .read {
	background: #f2f2f2;
	border: 1px solid #b2bbcb;
	box-sizing: border-box;
	padding: 5px;
	margin-bottom: 12px;
}

section#hobolive2022_wrap .boxWrapper .box .read p {
	font-size: 13px;
	min-height: 3.2em;
	margin-bottom: 0;
	line-height: 160%;
}

section#hobolive2022_wrap .boxWrapper .box .mov_wrap {
	margin-bottom: 15px;
}

section#hobolive2022_wrap .boxWrapper .box .mov_wrap img {
	max-width: 100%;
}

section#hobolive2022_wrap .boxWrapper .box .btn_wrap {
	border: 1px solid #001e53;
	text-align: center;
	position: relative;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#hobolive2022_wrap .boxWrapper .box .btn_wrap:hover {
	border: 1px solid #001e53;
	background: #001e53;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#hobolive2022_wrap .boxWrapper .box .btn_wrap a {
	display: block;
	width: 100%;
	color: #001e53;
	text-decoration: none;
	font-size: 13px;
	padding: 5px 0;
	box-sizing: border-box;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#hobolive2022_wrap .boxWrapper .box .btn_wrap:hover a {
	color: #ffffff;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#hobolive2022_wrap .boxWrapper .box .btn_wrap .icon_wrap {
	position: relative;
	vertical-align: middle;
	top: -2px;
	margin-right: 0.5em;
}

section#hobolive2022_wrap .boxWrapper .box .btn_wrap .icon_wrap img {
	vertical-align: middle;
}

