
/*=================================================
 * CSS for PC
 * ================================================= */

main{	min-height: auto; padding-bottom: 0;}

#link{
	padding: 0;
}

#link .page_title{
	margin: 0;
}

.cate{	padding-bottom: 10px;}


/** group **/

#group{
	margin: 0;
}

.group_bnr{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 10px;
}

.group_bnr a{
	display: inline-block;
	margin: 0 0 5px 0;
}
.group_bnr a:last-child{	margin-bottom: 0;}
.group_bnr a img{
	width: 100%;
	max-width: 468px
}

#group .bt_bg{
	width: 100%;
	margin: 0;
	padding: 10px;
}
#group .bt{
	display: block;
	width: 100%;
}


/** bnrbox **/

.bnrbox{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0 0 10px 0;
}

.bnrbox h5{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color: #5d1735;
	background: #f5f5f5;
	margin: 0 10px 10px 10px;
	padding: 10px 0 10px 40px;
	border-radius: 20px;
}

.bnrbox h5:before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #5d1735;
	position: absolute;
	top: 8px;
	left: 8px;
}

.bnrbox h5:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 6px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 15px;
	left: 18px;
}

.bnrbox p{
	padding: 0 10px;
}

.bnrbox p img{
	display: inline-block;
	vertical-align: bottom;
	margin: 0 2px 5px 2px;
}
.bnrbox p img{
	max-width: 100%;
	height: auto;
}

.bnrbox:last-of-type p:last-of-type{	margin-bottom: 0;}


.bnrbox textarea{
	width: calc(100% - 20px);
	height: 70px;
	border			: 1px solid #dddddd;
	border-radius	: 0;
	-moz-border-radius	: 0;
	-webkit-border-radius	: 0;
	padding			: 2px 4px;
	margin: 5px 10px 15px 10px;
	font-size		: 11px;
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
	line-height		: 16px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.bnrbox textarea:last-of-type{
	margin-bottom: 5px;
}


.fgb_bg{
	padding: 0 10px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.fgb_bg::-webkit-scrollbar{	display: none;}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {

}
