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

#lower-image {
	background: url(../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#main-contents #for .outline {
	padding-bottom: 30px;
	border-bottom: 1px solid #dfdfdf;
}

#main-contents #for .outline:last-of-type {
	padding-bottom: 0;
	border-bottom: 0;
}

#lower-contents #main-contents #for div .link-button {
	width: auto;
}

#main-contents #for div figure {
	display: inline-block;
	float: right;
	width: 30%;
}

#main-contents dl {
	font-size: 1.3rem;
}

#main-contents dl div {
	margin-bottom: 10px;
}

#main-contents dl div:last-child {
	margin-bottom: 0;
}

#main-contents dl dt {
	margin-bottom: 10px;
	font-weight: bold;
	color: #F05C9E;
}

#lower-contents #main-contents .attension {
	margin-top: 10px;
	font-size: 1.2rem;
}

#main-contents p span {
	font-weight: bold;
	color: #F05C9E;
}


@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1280px) {
	#main-contents dl {
		font-size: 1.4rem;
	} 

	#main-contents dl dt {
		font-size: 1.6rem;
	}
}