@charset "utf-8";

/* ****************************************************
Title: profile.css
---------------------------------------------------------------------------- */


/* =============================
 .section1
==============================*/
.sec01 .catch {width:327px; margin-bottom:50px;}
.sec01 .txt {width:800px; margin:0 auto;}
.sec01 .txt .sbar {margin-bottom:20px;}

.sec01 .txt .flex p {width:370px;}
.sec01 .txt .flex figcaption{text-align:center; font-size:90%;}
.sec01 .txt .flex.third figure {width:30%;}


@media screen and (max-width: 740px) {
	.sec01 .catch {width:163px;}
.sec01 .cont_wrap {padding:0 1em;}
.sec01 .txt {background: none; box-sizing:border-box; padding:0; width:100%;}

.sec01 .txt .flex p {width:100%;}
.sec01 .txt .flex.third figure {width:100%; margin-bottom:20px;}
.sec01 .txt .flex.third figure:last-child {margin-bottom:0;}
}