@charset "UTF-8";

/*------------------------------------------------------------

   corporate

--------------------------------------------------------------*/

article.profile section > h1 {
	font-size: 1.4rem;
	line-height: 1.6;
}

article.profile section figure {
	text-align: center;
}

/*------------------------------------ media */
@media screen and ( max-width: 736px ){
	article.profile section figure {
		overflow-x: scroll;
		margin-left: -20px;
		margin-right: -20px;
	}
	article.profile section figure div,
	article.profile section figure img{
		width: 200vw;
	}
	article.profile section figure div {
		padding: 0 20px;
	}
}