#experiences #subimage{
	background: url("../images/experiences/subimage.jpg") no-repeat center center;
}
#experiences01 figure{
	width: 35%;
}
#experiences01 .text{
	width: 60%;
}
#experiences01 .text h3{
	font-size:140%;
	border-bottom:solid 1px #333;
	padding: 10px;
}
#experiences01 .text .txtPink{
	display: inline-block;
	position: relative;
	font-size:130%;
	margin-left: 35px;
	margin-right: 35px;
}
#experiences01 .text .txtPink::before{
	content: " ";
	background: url("../images/common/hstyle01_b.png") no-repeat;
	width: 23px;
	height: 19px;
	position: absolute;
	left:-35px;
	top:5px;
}
#experiences01 .text .txtPink::after{
	content: " ";
	background: url("../images/common/hstyle01_a.png") no-repeat;
	width: 23px;
	height: 19px;
	position: absolute;
	right:-35px;
	top:5px;
}
/*-------------------------sp----------------------------*/
@media screen and (min-width: 767px) and (max-width: 1099px) {

}

@media (max-width: 767px){
	
#experiences01 figure{
	width: 100%;
	padding: 0 10%;
}
#experiences01 .text{
	width: 100%;
}
#experiences01 .text h3{
	text-align: center;		
	}
#experiences01 .text .txtPink{
		font-size:5.3vw;
	}
}