@charset "utf-8";
/* CSS Document */

.bx-wrapper img {
	border-radius: 10px;
}
.bx-single img {
	border-radius: 10px;
	max-width: 100%;
}
	
	

.comment_box p{
	margin-bottom: 20px;
}
.info_box{
}
.info_box dl{
	display: flex;
		flex-direction:column;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
}
.info_box dl dt{
	color: #808080;
}

.info_box dl dd{
}


.information_link{
	text-align: center;
	margin:30px auto 50px;
	position: relative;
}
.information_link a{
	width: 100%;
	display: block;
	margin: auto;
	color: #f00;
	min-height: 2em;
	line-height: 2em;
font-size: 2.4rem;border: 1px solid;
}





@media screen and (min-width:768px) {
.bx-single  {
	margin-bottom: 50px;
}
	
	.bx-wrapper img {
		border-radius: 20px;
	}
	.bx-single img {
		border-radius: 20px;
	}
	
	.info_box dl{
		display: flex;
		flex-direction:row;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #000;
	}
	.info_box dl dt{
		width: 8em;
	}

	.info_box dl dd{
		width: calc(100% - 8em);
	}
}