@charset "UTF-8";

body {
		background: #fffffa;
}

.contents h1,
.contents h2,
.contents h3,
.contents h4 {
		color: #371804;
}

.contents h3 {
		border-left: solid 8px #371804;
}

dt {
		background: #e7545c;
}

.merit dt {
		background: linear-gradient(to right, #ba946b, rgba(228, 198, 172, 0));
		display: block;
		border-radius: 0;
		padding: 7px 10px;
		text-shadow: 1px 1px 1px #ba946b;
		font-size: 1.8rem;
		line-height: 1.5;
}

.merit dt img {
		display: inline-block;
		vertical-align: bottom;
		padding-right: 5px;
}

.contents ol {
		margin-left: 10px;
		list-style: none;
}

.number span {
		background: #333;
		color: #fff;
		border-radius: 50%;
		padding: 3px;
		margin-right: 5px;
}

footer {
		background: #371804;
}

div.l-pic dl {
		width: calc(100% - 260px);
		display: inline-block;
		margin: 0;
		padding-top: 10px;
}

.sec001 {
		background: url() no-repeat;
		background-size: cover;
}

.sec001 div.w960 {
		background: rgba(255, 255, 255, 0.5);
}

img.icon {
		vertical-align: -1px;
}

@media screen and (max-width: 640px) {
		div.l-pic dl {
				width: 100%;
		}
}

a:hover img {
		opacity: 0.7;
}

b {
		color: #e7545c;
}



.link001 span {
		background: linear-gradient(#7EC2E7, #29ABE2);
		margin-top: 0;
		border-radius: 0 0 5px 5px;
}

.contents ul.ul001{
	color:#e7545c;
background:#fdeeee;
border-radius:5px;
margin-bottom:5px;
padding:10px;
}