/* Profile
---------------------------------------*/
#idKasouMain .clBigtext{
	font-size:5vw;
	margin-top: 10px;
	line-height: 1.5;
}
@media screen and (max-width: 1250px){
#idKasouMain .clBigtext{
	font-size:35px;
	line-height: 2;
	margin-top: 10px;
}
}
@media screen and (max-width: 550px){
#idKasouMain .clBigtext{
	font-size:6.2vw;
}
}


.clContents.clKasou{
	background-size: 600px auto ;
	background-position: right 10%;
}

.clContents.clKasou .clContents_L{
	width: 70%;
}
.clContents.clKasou .clContents_R{
	width: 50%;
	text-align: right;
	right: -10%;
	top: 0%;
}
.clContents.clKasou .clContents_R img{
	width: 100%;
	height: auto;
}

#idPaertner{}
#idPaertner .clEvaluationBox{
	margin-left: 8%;
}
#idPaertner .clEvaluationBox li{
	font-size: 40px;
	font-family: "M PLUS 1p","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 900;
	margin-bottom: 0.5em;
	padding-left: 50px;
	background-position: left 15px;
	background-image: url("../i/paertner/list.svg");
	background-repeat: no-repeat;
}

@media screen and (max-width: 1250px){
.clContents.clKasou{
	background-size: 80% auto ;
	background-position: right 10%;
}
.clContents.clKasou .clContents_L{
	width: 100%;
	padding-bottom: 50px;
	padding-left: 6%;
	padding-right: 6%;
	box-sizing: border-box;
}
.clContents.clKasou .clContents_R{
	width: 40%;
	right: -16%;
	position: absolute;
	margin-top: 300px;
	text-align: right;
}

#idPaertner .clEvaluationBox{
	margin-left: 0%;
}
#idPaertner .clEvaluationBox li{
	font-size: 30px;
	background-position: left 5px;
	background-size: 24px auto;
	padding-left: 40px;
	line-height: 1.1;
}

}