@charset "utf-8";
body , div#Contents , #Page , ._lightgray{
	background-color: #F7F5F3;
}
#Menu{
	display: none;
}
._anchor a{
	color: #3D3D3D;
}
.bg._anchor li{
	border-bottom: solid 0.133vw #3D3D3D;
}
@media screen and (min-width: 768px) {
	.bg._anchor li {
		border-bottom: solid 1px #3D3D3D;
	}
}
.bg._anchor li::after{
	border-top: solid 0.133vw #3D3D3D;
	border-right: solid 0.133vw #3D3D3D;
}
@media screen and (min-width: 768px) {
	.bg._anchor li::after {
		border-top: solid 1px #3D3D3D;
		border-right: solid 1px #3D3D3D;
	}
}
._img_border{
	border: 1px solid #D4D2CF;
}
.text-indent{
	text-indent: 1em;
	display: block;
}
.circles li.p1{
	left: 33vw;
	top: 31vw;
}
.circles li.p2 {
	left: 21vw;
	top: 39vw;
}
.circles li.p3 {
	left: 26vw;
	top: 53vw;
}
.circles li.p4 {
	left: 9vw;
	top: 53vw;
}
.circles li.p5 {
	left: 67vw;
	top: 96vw;
}
.circles li.p6 {
	left: 29vw;
	top: 96vw;
}
.balloon.p1 {
	top: 42vw;
}
.balloon.p2 {
	top: 50vw;
}
.balloon.p3, .balloon.p4 {
	top: 65vw;
}
.balloon.p5{
	top: 51vw;
}
.balloon.p6{
	top: 60vw;
}
.balloon::before{
	right: 48%;
}
.balloon.p2::before {
	right: 70%;
}
.balloon.p3::before {
	right: 49%;
}
.balloon.p4::before {
	right: 63%;
}
.balloon.p5::before {
	right: 0;
}
.balloon.p6::before {
	top: auto;
	right: 46%;
	bottom: -5.33vw;
	transform: rotate(180deg);
}
#Footer {
	background: #FFFFFF;
}
@media screen and (min-width: 768px) {
	div#Contents{
		padding-top: 56px;
	}
	.circles li.p1 {
		left: 270px;
		top: 140px;
	}
	.circles li.p2 {
		left: 212px;
		top: 178px;
	}
	.circles li.p3 {
		left: 235px;
		top: 250px;
	}
	.circles li.p4 {
		left: 150px;
		top: 250px;
	}
	.circles li.p5 {
		left: 428px;
		top: 447px;
	}
	.circles li.p6 {
		left: 247px;
		top: 447px;
	}
	.balloon.p1 {
		top: 224px;
	}
	.balloon.p2{
		top: 262px;
	}
	.balloon.p3, .balloon.p4 {
		top: 334px;
	}
	.balloon.p5{
		top: 111px;
	}
	.balloon.p6{
		top: 183px;
	}
	.balloon::before{
		right: 41%;
	}
	.balloon.p2::before {
		right: 58%;
	}
	.balloon.p3::before {
		right: 39%;
	}
	.balloon.p4::before {
		right: 44%;
	}
	.balloon.p5::before {
		right: 12%;
	}
	.balloon.p6::before {
		right: 41%;
		bottom: -40px;
	}
}
.home a::before {
	content: "";
	width: 36px;
	height: 36px;
	background: url(/images/ico-home_black.png) no-repeat;
	background-size: contain;
	position: absolute;
}