@charset "utf-8";
/* -----------------------------------------
各ページ用css
----------------------------------------- */

.leadText {
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
	font-size: 184.6%;
}
@media screen and (max-width: 724px){
	.leadText {
		font-size: 18px;
	}
}

.circleArea {
	position: relative;
	height: 760px;
	font-size: 15px;
}
.circleArea h3 {
	font-size: 160%;
	margin: 0 -10px 15px;
	text-align: center;
}
.circleArea h3 img {
	margin-right: 11px;
	vertical-align: middle;
}
.circle01 {
	position: absolute;
	left: -30px;
	top: -25px;
	background: url(/shibu/bb/shared/img/seikatsu/performance/bg_01.png) no-repeat 0 0;
	background-size: contain;
	width: 458px;
	height: 462px;
	box-sizing: border-box;
	padding: 100px 80px 0;
}
.circle02 {
	position: absolute;
	right: -70px;
	top: 120px;
	z-index: 20;
	background: url(/shibu/bb/shared/img/seikatsu/performance/bg_02.png) no-repeat 0 0;
	background-size: contain;
	width: 458px;
	height: 460px;
	box-sizing: border-box;
	padding: 130px 105px 0;
}
.circle03 {
	position: absolute;
	left: 40px;
	top: 360px;
	background: url(/shibu/bb/shared/img/seikatsu/performance/bg_03.png) no-repeat 0 0;
	background-size: contain;
	width: 410px;
	height: 414px;
	box-sizing: border-box;
	padding: 110px 85px 0;
}
.circle03 h3 {
	margin-bottom: 5px;
}
.circleArea .img01 {
	position: absolute;
	top: 485px;
	left: 400px;
	z-index: 40;
	width: 286px;
}
@media screen and (max-width: 700px){
	.circleArea {
		height: 720px;
		max-width: 540px;
		margin: 0 auto;
		font-size: 13px;
	}
	.circle01 {
		width: 400px;
		padding: 85px 70px 0;
	}
	.circle02 {
		top: 180px;
		width: 420px;
		padding: 125px 90px 0;
	}
	.circle03 {
		left: -50px;
		top: 350px;
		width: 370px;
		padding: 100px 75px 0;
	}
	.circle03 h3 {
		margin-bottom: 5px;
	}
	.circleArea .img01 {
		top: 510px;
		left: 290px;
		width: 240px;
	}
}
@media screen and (max-width: 540px){
	.circleArea {
		height: 750px;
		max-width: 420px;
		font-size: 12px;
	}
	.circleArea h3 {
	font-size: 160%;
	margin: 0 -10px 15px;
	}
	.circleArea h3 img {
	margin-right: 11px;
	}
	.circle01 {
		left: -65px;
	top: -25px;
	width: 400px;
	height: 462px;
		padding: 70px 70px 0;
	}
	.circle02 {
	right: -80px;
	top: 180px;
		width: 400px;
	height: 460px;
		padding: 120px 85px 0;
	}
	.circle03 {
		left: -60px;
		top: 420px;
		width: 360px;
	height: 414px;
		padding: 120px 65px 0;
	}
	.circle03 h3 {
	margin-bottom: 5px;
	}
	.circleArea .img01 {
		top: 550px;
		left: 240px;
		width: 220px;
	}
}
@media screen and (max-width: 420px){
	.circleArea .img01 {
		display: none;
	}
}

@media screen and (max-width: 400px){
	.title01 br {
		display: none;
	}
}

.box {
	border: 1px solid #aaa;
	border-radius: 6px;
	padding: 10px 15px 15px;
	margin: 10px 0;
	font-size: 115.4%;
}
.box .lead {
	margin-bottom: 6px;
	font-size: 113.3%;
	font-weight: bold;
	line-height: 1.2;
}
.box .lead .head {
	color: #465399;
	font-size: 182.4%;
	font-weight: normal;
	padding-right: 2px;
}
.box01 {
	background: url(/shibu/bb/shared/img/seikatsu/performance/img_02.gif) no-repeat 100% 100%;
	min-height: 180px;
}
.box01 p {
	padding-right: 180px;
}
.box02 {
	background: url(/shibu/bb/shared/img/seikatsu/performance/img_03.gif) no-repeat 100% 100%;
	min-height: 170px;
}
.box02 p {
	padding-right: 150px;
}
@media screen and (max-width: 724px){
	.box {
		font-size: 13px;
	}
	.box .lead {
		font-size: 14px;
	}
	.box .lead .head {
		font-size: 20px;
	}
}
@media screen and (max-width: 500px){
	.box01 {
		background-size: 120px 98px;
	}
	.box01 p {
		padding-right: 0;
	}
	.box01 p > span {
		display: block;
	}
	.box01 p > span:last-child {
		padding-right: 100px;
	}
	.box02 {
		background-size: 87px 80px;
	}
	.box02 p {
		padding-right: 0;
	}
	.box02 p > span {
		display: block;
	}
	.box02 p > span:last-child {
		padding-right: 90px;
	}
}
