@charset "utf-8";

@media screen and (max-width: 640px) {

/* -----------------------------------------------------------------------------

	共通

----------------------------------------------------------------------------- */

.breadCrumb {
	margin: 0 0 10px;
	font-size: 12px;
}
.breadCrumb ul {
	width: 94.6%;
	margin: 0 auto;
}
.breadCrumb li {
	display: inline-block;
}
.breadCrumb li:before {
	content: "＞";
	display: inline-block;
	padding: 0 6px 0 3px;
}
.breadCrumb li:first-child:before {
	content: none;
}
.breadCrumb a {
	color: #2d9cdc;
}
.breadCrumb a:hover {
	text-decoration: underline;
}
img {
	width: 100%;
}
.tab {
	border-bottom: solid 1px #e5e5e5;
	text-align: center;
}
.tab ul {
	display: inline-block;
	padding: 0 2.7%;
}
.tab ul li {
	float: left;
	position: relative;
	width: 50%;
	padding-right: 10px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.tab_movie ul li {
	margin-bottom: 14px;
	border-bottom: solid 5px #fff;
}
.tab_movie ul li:nth-child(3) {
	clear: left;
}
.tab ul li + li {
	padding-right: 0;
}
.tab ul li + li a {
	padding-left: 10px;
}
.tab ul li.active {
	border-bottom: solid 5px #fbb44e;
	margin-bottom: -3px;
}
.tab_movie ul li.active {
	border-bottom: solid 5px #fbb44e;
	margin-bottom: 14px;
}
.tab ul li.active:after {
	content: "";
	background: url(../person/movie/img/img_tab_arrow.png) no-repeat center;
	width: 21px;
	height: 13px;
	position: absolute;
	bottom: -17px;
	z-index: 20;
	left: 50%;
	margin-left: -10px;
}
.tab ul li a {
	display: inline-block;
	box-sizing: border-box;
}
.tab ul li + li a {
	border-left: solid 1px #e5e5e5;
}
.tab ul li a:hover {
	opacity: 0.7;
}
.tab ul li a figure {
	line-height: 0;
}
.tab ul li a > div {
	float: left;
	font-size: 13px;
	width: 100%;
}
.tab ul li a > div .team {
	line-height: 1.4;
	margin-top: 5px;
	text-align: left;
	font-size: 10px;
}
.tab ul li a > div .year {
	margin-top: 15px;
	font-size: 11px;
}
.tab ul li a > div .name {
	font-size: 20px;
	line-height: 1;
	margin-top: 3px;
}
.tab ul li a > div .name span {
	font-size: 11px;
	display: block;
	margin-top: 5px;
}
.tabWrap {
	display: none;
}
.tabWrap.active {
	display: block;
}


/* -----------------------------------------------------------------------------

	ナビ　アクティブ

----------------------------------------------------------------------------- */
#header #spNav nav > ul > li ul {
	display: block;
}
.personTop #header #spNav nav > ul > li.navMember > ul li:first-child a,
.memberTop #header #spNav nav > ul > li.navMember > ul li:nth-child(2) a,
.research01 #header #spNav nav > ul > li.navMember > ul li:nth-child(2) a,
.research02 #header #spNav nav > ul > li.navMember > ul li:nth-child(2) a,
.consulting01 #header #spNav nav > ul > li.navMember > ul li:nth-child(2) a,
.consulting03 #header #spNav nav > ul > li.navMember > ul li:nth-child(2) a,
.consulting04 #header #spNav nav > ul > li.navMember > ul li:nth-child(2) a,
.system01 #header #spNav nav > ul > li.navMember > ul li:nth-child(2) a,
.system02 #header #spNav nav > ul > li.navMember > ul li:nth-child(2) a,
.system03 #header #spNav nav > ul > li.navMember > ul li:nth-child(2) a,
.system04 #header #spNav nav > ul > li.navMember > ul li:nth-child(2) a,
.system05 #header #spNav nav > ul > li.navMember > ul li:nth-child(2) a,
.system06 #header #spNav nav > ul > li.navMember > ul li:nth-child(2) a,
.system07 #header #spNav nav > ul > li.navMember > ul li:nth-child(2) a,
.careerstep #header #spNav nav > ul > li.navMember > ul li:nth-child(3) a,
.diagram #header #spNav nav > ul > li.navMember > ul li:nth-child(4) a,
.movie #header #spNav nav > ul > li.navMember > ul li:nth-child(5) a {
	color: #fff;
	background: url(../common/img/sp/icon_arrow_nav03.gif) 96% center no-repeat #0075c2;
	background-size: 8px;
}

#header #spNav nav > ul > li.navCompany ul,
#header #spNav nav > ul > li.navProject ul,
#header #spNav nav > ul > li.navSpecial ul,
#header #spNav nav > ul > li.navWomen ul,
#header #spNav nav > ul > li.navInfomation ul {
	display: none;
}



/* -----------------------------------------------------------------------------

	PERSON

----------------------------------------------------------------------------- */
    
/* person index */

.contents01_personindx {
	width: 94.6%;
	margin: 0 auto;
	line-height: 1;
}
.contents01_personindx li {
	margin: 0 0 30px;
}
.contents01_personindx li:last-child {
	margin: 0;
}
.contents01_personindx li h3 {
	font-size: 18px;
	font-weight: bold;
	background: url(../person/img/sp/icon_arrow01.png) no-repeat right center;
	background-size: 8px;
	margin: 5px 0 0;
}

	
	


	


.personTop section h2,
.top section h2 {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	padding: 55px 0;
	margin: 0 0 15px;
	background: #fbb44e;
	color: #fff;
}
.personTop section h2 span,
.top section h2 span {
	display: block;
	padding-top: 9px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.04em;
	font-weight: normal;
}
.top .contents01 {
	width: 94.6%;
	margin: 0 auto;
	line-height: 1;
}
.top .contents01 ul {
	font-size: 0;
}
.top .contents01 li {
	width: 49%;
    position: relative;
	float: left;
	font-size: 0;
    margin: 0 0 10px 0;
}
.top .contents01 li.even {
	float: right;
	margin: 0 0 10px 0;
}
.top .contents01 li:last-child {
    margin: 0;
}
.top .contents01 .category {
    position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	text-align: center;
	color: #fff;
	padding: 6px 0;
}
 .top .contents01 li .research {
	background: #ceae80;
	width: 45%;
}
.top .contents01 li .consulting {
	background: #eb9588;
	width: 65%;
}
.top .contents01 li .system {
	background: #a1c386;
	width: 43%;
}
.top .contents01 li .dir {
	background: #0075c2;
	left: 43%;
	width: 18%;
}
.top .contents01 li .bi {
	background: #0075c2;
	left: 43%;
	width: 16%;
}
.top .contents01 .box {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
	color: #fff;
	background: url(../person/img/sp/icon_arrow.png) no-repeat 97% center , rgba(0,0,0,0.2);
    background-size: 8px; 
	box-sizing: border-box;
	padding: 0;
	line-height: 1.4;
}
.top .contents01 li h3 {
	font-size: 15px;
    font-weight: normal;
    padding: 15px 0 5px 7px;
    box-sizing: border-box;
}
.top .contents01 li h3.pre {
    padding: 30px 0 0 10px;
}
.top .contents01 li h3.three {
    padding: 23px 0 0 10px;
}
.top .contents01 li h3.five {
    padding: 7px 0 0 10px;
}
.top .contents01 li h3.six {
    padding: 2px 0 0 10px;
}
.top .contents01 li h3 span {
	display: block;
	font-size: 10px;
	font-weight: normal;
    font-family: 'Roboto', sans-serif;
	letter-spacing: 0.04em;
}
 .top .contents01 li h3 .group {
	background: url(../person/img/sp/icon_group.png) no-repeat 0 4px;
    background-size: 12px;
	padding: 3px 0 3px 20px;
}
.top .contents01 li h3 .global {
	background: url(../person/img/sp/icon_global.png) no-repeat 0 4px;
    background-size: 13px;
	padding: 4px 0 3px 18px;
}
.top .contents01 li h3 .company {
	background: url(../person/img/sp/icon_company.png) no-repeat 0 4px;
     background-size: 11px;
	padding: 4px 0 3px 18px;
}
.top .contents01 li h3 .finance {
	background: url(../person/img/sp/icon_finance.png) no-repeat 0 4px;
    background-size: 16px;
	padding: 4px 0 3px 20px;
}
.top .contents01 li .maskBrown ,
.top .contents01 li .maskPink ,
.top .contents01 li .maskGreen {
    font-size: 10px;
    padding: 0 0 0 7px;
}
.top .contents01 li .maskPre {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.04em;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	padding: 60% 0 0;
	box-sizing: border-box;
} 

	
/* 小項目 */


/* -----------------------------------------------------------------------------

PERSON

----------------------------------------------------------------------------- */

/* 共通 */
    
.member h2 span {
	display: block;
	padding-top: 9px;
	font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
}
.member .contents01 .intro {
    position: relative;
    color: #fff;
    height: 110px;
}
.member .contents01 .category {
    position: absolute;
    background: #000;
    font-size: 14px;
    left: 2.7%;
    top: -18px;
    padding: 5px 10px;
}
 .member .contents01 b {
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    left: 5.4%;
    top: 30px;
}
.member .contents01 b span {
    display: block;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
	letter-spacing: 0.04em;
    padding: 10px 0 0;
}
.member .contents01 .affiliation {
    position: relative;
    top: 20%;
    font-size: 15px;
}
.member .contents01 .affiliation span {
    font-size: 12px;
}
.member .breadCrumb {
    margin: 10px 0 20px;
}
.member .area01 {
    width: 89.2%;
    margin: 0 auto;
}
.member .area01 h3 {
    font-size: 20px;
    letter-spacing: 0.04em;
    margin: 0 0 15px;
    line-height: 1.3;
}
.member .area01 p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 15px;
}
.member .area01 img {
    margin: 0 0 30px;
}
.member .area01 .mb30 ,
.member .area01 .mb0 {
    margin-bottom: 30px !important;
}
.member .area02 {
    background: #f3f5f7;
    padding: 30px 0;
}
.member .area02 .box {
    width: 94.6%;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}
.member .contents01 .area02 h3 {
    font-size: 20px;
    padding: 13% 0 13% 5%;
}
.member .contents01 .area02 h3 span {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.04em;
    display: block;
    padding: 6px 0 0;
}
.member .contents01 .area02 p {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 5% 30px;
}
.member .contents02 {
    padding: 30px 0 30px;
}
.member .contents03 {
    background: #f3f5f7;
    padding: 30px 0 30px;
}
.member .contents04 {
    padding: 30px 0 0;
}
.member .contents02 h3 ,
.member .contents03 h3 ,
.member .contents04 h3 {
    font-size: 20px;
    text-align: center;
    line-height: 1.6;
}
.member .contents02 h3 span ,
.member .contents03 h3 span ,
.member .contents04 h3 span {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.04em;
    display: block;
}
.member .contents02 ul {
    width: 94.6%;
    margin: 20px auto 0;
    font-size: 0;
}
.member .contents02 li {
    font-size: 0;
    position: relative;
    margin: 0 0 20px;
    min-height: 115px;
}
.member .contents02 li:last-child {
    margin: 0;
}
.member .contents02 li .sp {
    width: 115px;
    position: absolute;   
}
.member .contents02 li .time {
    width: 60%;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.04em;
    position: relative;
    left: 130px;
}
.member .contents02 li .title {
    width: 60%;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    left: 130px;
    line-height: 1.4;
}
.member .contents02 li .txt {
    width: 60%;
    font-size: 14px;
    line-height: 1.3;
    color: #666;
    position: relative;
    left: 130px;
}
.member .contents03 ul {
    width: 94.6%;
    margin: 20px auto 0;
    font-size: 0;
}
.member .contents03 li {
    font-size: 14px;
    background: url(../person/img/sp/under.png) no-repeat bottom , #fff;
    background-size: contain;
    position: relative;
}
.member .contents03 li:last-child {
    background: #fff;
}
.member .contents03 li b {
    position: absolute;
    top: 50%;
    left: 5%;
    margin-top: -40px;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.04em;
}
.member .contents03 li b span {
    font-size: 18px;
}
.member .contents03 li p {
    width: 65%;
    margin: 0 0 0 31%;
    padding: 8% 0 12%;
}
.member .contents03 li:last-child p {
    padding: 8% 0 8%;
}
.member .contents04 li {
    text-align: center;
}
.member .contents04 li img {
    margin-bottom: 10px;
}
.member .contents04 li b{
    font-size: 13px;
    color: #666;
    line-height: 1.2;
}
.member .contents04 li span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

/* リサーチ部門　山口 茜 */
/* リサーチ部門　神田 慶司 */

.research01 h2 {
	background: url(../person/img/research01/sp/main.jpg) no-repeat ;
	height: 400px;
	background-size: cover;
	background-position: 40%;
}
.research01 h2 span { 
	padding: 160px 50% 0 5%;
}
.research02 h2 {
	background: url(../person/img/research02/sp/main.jpg) no-repeat ;
    height: 400px;
    background-size: cover;
    background-position: 50%;
}
.research02 h2 span { 
	padding: 160px 50% 0 5%;
}
.research01 .contents01 .intro ,
.research02 .contents01 .intro {
    background: #ceae80;
}
.research01 .contents01 .affiliation  {
	width: 50%;
	left: 50%;
	top: 20%;
}
.research02 .contents01 .affiliation {
	width: 49%;
	left: 51%;
}
.research01 .contents01 .affiliation span {
    display: block;
}
.research01 .area01 h3 ,
.research02 .area01 h3 {
    color: #ceae80;
}
.research01 .area02 .box ,
.research02 .area02 .box {
    border: 4px solid #ceae80;
}
.research01 .area02 .box .sp  {
	position: absolute;
	top: 3%;
	right: 5%;
	width: 32%;
}
.research02 .area02 .box .sp {
    position: absolute;
    top: 2%;
    right: 5%;
    width: 32%;
}
.research01 .contents02 li .time ,
.research02 .contents02 li .time {
    color: #ceae80;
}
.research01 .contents03 li b ,
.research02 .contents03 li b {
    color: #ceae80;
}

	
/* コンサルティング部門　枝廣 龍人 */
/* コンサルティング部門　吉田 仁 */
/* コンサルティング部門　五十嵐 陽一 */
/* コンサルティング部門　古橋 櫻子 */

.consulting01 h2 {
	background: url(../person/img/consulting01/sp/main.jpg) no-repeat ;
	height: 400px;
	background-size: cover;
    background-position: 50%;
}
.consulting02 h2 {
	background: url(../person/img/consulting02/sp/main.jpg) no-repeat ;
	height: 400px;
	background-size: cover;
    background-position: 30%;
}
.consulting03 h2 {
	background: url(../person/img/consulting03/sp/main.jpg) no-repeat ;
	height: 400px;
	background-size: cover;
    background-position: 20%;
}
.consulting04 h2 {
	background: url(../person/img/consulting04/sp/main.jpg) no-repeat ;
	height: 400px;
	background-size: cover;
    background-position: 20%;
}
.consulting01 h2 span  { 
	padding: 100px 3% 0 5%;
	color: #000;
}
.consulting02 h2 span  { 
	padding: 130px 3% 0 5%;
	color: #000;
}
.consulting03 h2 span { 
	padding: 160px 3% 0 5%;
	color: #000;
}
.consulting04 h2 span { 
    padding: 230px 3% 0 5%;
    color: #000;
}
.consulting01 .contents01 .intro ,
.consulting02 .contents01 .intro ,
.consulting03 .contents01 .intro ,
.consulting04 .contents01 .intro {
	background: #eb9588;
}
.consulting01 .contents01 .affiliation {
	width: 45%;
	left: 50%;
	top: 20%;
}
.consulting02 .contents01 .affiliation {
	width: 62%;
	left: 38%;
	top: 20%;
}
.consulting03 .contents01 .affiliation {
	width: 45%;
	left: 50%;
	top: 20%;
}
.consulting04 .contents01 .affiliation {
	width: 45%;
	left: 50%;
	top: 20%;
}
.consulting02 .contents01 .affiliation span  {
	display: block;
	margin-top: -5px;
}
.consulting01 .area01 h3 ,
.consulting02 .area01 h3 ,
.consulting03 .area01 h3 ,
.consulting03 .area01 h3 {
	color: #eb9588;
}
.consulting01 .area02 .box ,
.consulting02 .area02 .box ,
.consulting03 .area02 .box ,
.consulting04 .area02 .box {
	border: 4px solid #eb9588;
}
.consulting01 .area02 .box .sp {
	position: absolute;
	top: 4%;
	right: 5%;
	width: 32%;
}
.consulting02 .area02 .box .sp {
	position: absolute;
	top: 4%;
	right: 5%;
	width: 34%;
}
.consulting03 .area02 .box .sp {
	position: absolute;
	top: 4%;
	right: 5%;
	width: 30%;
}
.consulting04 .area02 .box .sp {
	position: absolute;
	top: 4%;
	right: 5%;
	width: 30%;
}
.consulting01 .contents02 li .time ,
.consulting02 .contents02 li .time ,
.consulting03 .contents02 li .time ,
.consulting04 .contents02 li .time {
	color: #eb9588;
}
.consulting01 .contents03 li b ,
.consulting02 .contents03 li b ,
.consulting03 .contents03 li b ,
.consulting04 .contents03 li b {
	color: #eb9588;
}
.consulting03 .contents03 li.year05 b {
	line-height: 1;
	top: 50%;
	left: 3%;
	margin-top: -45px;
}
.consulting04 .contents03 li p {
    width: 58%;
    margin: 0 0 0 40%;
    padding: 8% 0 12%;
}


/* システム部門　池上 隼 */
/* システム部門　李 継 */
/* システム部門　亀田 賢司 */
/* システム部門　斎藤 悠介 */	
/* システム部門　若松 宏幸 */
/* システム部門　神田 亜希子 */
/* システム部門　大堀 由里子 */

.system01 h2 {
	background: url(../person/img/system01/sp/main.jpg) no-repeat ;
	height: 400px;
	background-size: cover;
    background-position: 50%;
}
.system02 h2 {
	background: url(../person/img/system02/sp/main.jpg) no-repeat ;
	height: 400px;
	background-size: cover;
    background-position: 40%;
}
.system03 h2 {
	background: url(../person/img/system03/sp/main.jpg) no-repeat ;
	height: 400px;
	background-size: cover;
}
.system04 h2 {
	background: url(../person/img/system04/sp/main.jpg) no-repeat ;
	height: 400px;
	background-size: cover;
    background-position: 50%;
}
.system05 h2 {
	background: url(../person/img/system05/sp/main.jpg) no-repeat ;
	height: 400px;
	background-size: cover;
    background-position: 30%;
}
.system06 h2 {
	background: url(../person/img/system06/sp/main.jpg) no-repeat ;
	height: 400px;
	background-size: cover;
    background-position: 10%;
}
.system07 h2 {
	background: url(../person/img/system07/sp/main.jpg) no-repeat ;
	height: 400px;
	background-size: cover;
    background-position: 10%;
}
.system01 h2 span { 
	padding: 130px 50% 0 3%;
	color: #000;
}
.system02 h2 span { 
	padding: 130px 3% 0 3%;
	color: #000;
}
.system03 h2 span { 
	padding: 130px 3% 0 3%;
	color: #fff;
}
.system04 h2 span { 
	padding: 100px 45% 0 3%;
	color: #000;
}
.system05 h2 span { 
	padding: 140px 50% 0 3%;
	color: #000;
}
.system06 h2 span { 
	padding: 140px 3% 0 3%;
	color: #fff;
}
.system07 h2 span { 
	padding: 130px 3% 0 3%;
	color: #000;
}
.system01 .contents01 .intro ,
.system02 .contents01 .intro ,
.system03 .contents01 .intro ,
.system04 .contents01 .intro ,
.system05 .contents01 .intro ,
.system06 .contents01 .intro ,
.system07 .contents01 .intro {
	background: #a1c386;
}
.system06 .contents01 .intro b {
	font-size: 22px;
	left: 5.4%;
	top: 35px;
}
.system01 .contents01 .affiliation {
	width: 56%;
	left: 42%;
	top: 23%;
}
.system03 .contents01 .affiliation {
	width: 54%;
	left: 46%;
	top: 13%;
}
.system04 .contents01 .affiliation {
	width: 54%;
	left: 46%;
	top: 20%;
}
.system02 .contents01 .affiliation ,
.system05 .contents01 .affiliation ,
.system06 .contents01 .affiliation ,
.system07 .contents01 .affiliation {
	width: 54%;
	left: 46%;
	top: 20%;
}
.system01 .contents01 .affiliation span ,
.system03 .contents01 .affiliation span {
	display: block;
	margin-top: -5px;
}
.system01 .area01 h3 ,
.system02 .area01 h3 ,
.system03 .area01 h3 ,
.system04 .area01 h3 ,
.system05 .area01 h3 ,
.system06 .area01 h3 ,
.system07 .area01 h3 {
	color: #a1c386;
}
.system01 .area02 .box ,
.system02 .area02 .box ,
.system03 .area02 .box ,
.system04 .area02 .box ,
.system05 .area02 .box ,
.system06 .area02 .box ,
.system07 .area02 .box {
	border: 4px solid #a1c386;
}
.system01 .area02 .box .sp ,
.system02 .area02 .box .sp ,
.system04 .area02 .box .sp ,
.system05 .area02 .box .sp ,
.system06 .area02 .box .sp ,
.system07 .area02 .box .sp{
	position: absolute;
	top: 5%;
	right: 5%;
	width: 34%;
}
.system03 .area02 .box .sp  {
	position: absolute;
	top: 2%;
	right: 6%;
	width: 25%;
}
.system05 .area02 .box .sp  {
	position: absolute;
	top: 5%;
	right: 6%;
	width: 29%;
}
.system06 .area02 .box .sp ,
.system07 .area02 .box .sp  {
	position: absolute;
	top: 3%;
	right: 6%;
	width: 24%;
}
.system01 .contents02 li .time ,
.system02 .contents02 li .time ,
.system03 .contents02 li .time ,
.system04 .contents02 li .time ,
.system05 .contents02 li .time ,
.system06 .contents02 li .time ,
.system07 .contents02 li .time {
	color: #a1c386;
}
.system01 .contents03 li b ,
.system02 .contents03 li b ,
.system03 .contents03 li b ,
.system04 .contents03 li b ,
.system05 .contents03 li b ,
.system06 .contents03 li b ,
.system07 .contents03 li b {
	color: #a1c386;
}
.system04 .contents03 li.before b ,
.system04 .contents03 li.month06 b {
	font-size: 20px;
	text-align: center;
	line-height: 1.3;
    padding: 0 0 0 3%;
}
.system02 .contents03 li.year10 b ,
.system03 .contents03 li.year11 b {
	letter-spacing: -0.15em;
	left: 2%;
}
.system02 .contents03 li.year10 b span ,
.system03 .contents03 li.year11 b span {
	letter-spacing: 0.04em;
}
.system07 .contents03 li p {
    width: 58%;
    margin: 0 0 0 40%;
    padding: 8% 0 12%;
}
	
	
	
	
/* ------------------
 相関図で見る大和総研
------------------ */

.diagram .mv {
	background: #fbb44e;
	height: 130px;
	margin: 0 0 15px;
}

.diagram section h2 {
	text-align: left;
	background: url(../person/diagram/img/sp/main.jpg) no-repeat right 0;
	background-size: 155px 130px;
	box-sizing: border-box;
	padding: 40px 0 0 2.7%;
	height: 132px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.diagram section h2 span {
	font-size: 12px;
}

.diagram .contents01 {
	margin-top: 25px;
}
.diagram .attentionBlock {
	width: 94.6%;
	margin: 0 auto 10px;
}

.diagram .attentionBlock p {
	font-size: 12px;
	margin-bottom: 6px;
	padding-left: 1em;
	text-indent: -1em;
}

.diagram .diagramArea {
	position: relative;
	background: #f1f6ec;
	padding: 20px 0 140px;
}

/* 相関図エリア */

.diagram .diagramArea:after {
	content: "";
	display: block;
	width: 290px;
	height: 154px;
	position: absolute;
	left:0px;
	bottom:-11px;
	background: url(../person/diagram/img/img_bg_txt.png) no-repeat;
	background-size: cover;
}

.diagram .diagramArea .diagramAreaInner {
	width: 94.6%;
	margin: 0 auto;
}

.diagram .diagramArea h3 {
	padding-top: 30px;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.diagram .diagramArea .mainPersonBlock {
	background: #a1c386;
	margin-bottom: 25px;
}
.diagram #tab02.diagramArea .mainPersonBlock {
	background: #86b2c3;
}

.diagram .diagramArea .mainPersonBlock .imgBlock {
	width: 100%;
}

.diagram .diagramArea .mainPersonBlock .imgBlock img {
	width: 100%;
}

.diagram .diagramArea .mainPersonBlock .profileBlock {
	width: 100%;
	padding: 15px 4.225% 30px;
	float: left;
	box-sizing: border-box;
	color: #fff;
}

.diagram .diagramArea .mainPersonBlock .profileBlock .department {
	background: #000;
	padding: 4px 7px 4px;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 18px;
}

.diagram .diagramArea .mainPersonBlock .profileBlock .mainPersonName {
	font-size: 28px;
	margin-bottom: 18px;
	line-height: 1.3;
	font-weight: bold;
}

.diagram .diagramArea .mainPersonBlock .profileBlock .mainPersonName > span {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	margin-bottom: 4px;
	font-weight: normal;
}

.diagram .diagramArea .mainPersonBlock .profileBlock p {
	font-size: 14px;
	line-height: 1.8;
}

/* チーム共通 */

.diagram .diagramArea .teamBlock {
	margin-bottom: 10px;
}

.diagram .diagramArea .teamBlock .teamName {
	margin-bottom: 15px;
	position: relative;
}

.diagram .diagramArea .teamBlock .teamName > h4 {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	background: #f1f6ec;
	padding-right: 5px;
}

.diagram .diagramArea .teamBlock .teamName:before {
	content:"";
	height: 1px;
	width: 100%;
	position: absolute;
	top:0;
	bottom:0;
	margin: auto;
}

.diagram .diagramArea .teamBlock .personList .personListItem {
	width: 48.6%;
	float: left;
	margin: 0 2.8% 15px 0;
}

.diagram .diagramArea .teamBlock .personList .personListItem:nth-child(2n) {
	margin-right: 0;
}

.diagram .diagramArea .teamBlock .personList .personListItem a {
	display: block;
	position: relative;
}

.diagram .diagramArea .teamBlock .personList .personListItem a img {
	width: 100%;
}

.diagram .diagramArea .teamBlock .personList .personListItem a .personName {
	position: absolute;
	left:0;
	right:0;
	bottom:4px;
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
}

.diagram .diagramArea .teamBlock .personList .personListItem p.relationship {
	text-align:center;
	font-size: 15px;
	font-weight: bold;
}

.diagram .diagramArea .teamBlock .personList .personListItem a .personName > span {
	line-height: 30px;
}

.diagram .diagramArea .teamBlock .personList .personListItem a .personName > span:before {
	content:url(../person/diagram/img/icon_whitearrow.png); margin-right: 5px;
}

/* アプリ基礎（ミドルウェア）チーム */

.diagram .diagramArea .middleWareTeamBlock .teamName {
	color: #8cbb67;
}

.diagram .diagramArea .middleWareTeamBlock .teamName:before {
	background: #8cbb67;
}

.diagram .diagramArea .middleWareTeamBlock .personList .personListItem a .personName {
	background: rgba(164,196,138,.9);
}


/* アプリチーム */

.diagram .diagramArea .appliTeamBlock .teamName {
	color: #4698b7;
}

.diagram .diagramArea .appliTeamBlock .teamName:before {
	background: #4698b7;
}

.diagram .diagramArea .appliTeamBlock .personList .personListItem a .personName {
	background: rgba(134,178,195,.9);
}


/* インフラチーム */

.diagram .diagramArea .infrastructureTeamBlock .teamName {
	color: #faa577;
}

.diagram .diagramArea .infrastructureTeamBlock .teamName:before {
	background: #faa577;
}

.diagram .diagramArea .infrastructureTeamBlock .personList .personListItem:nth-child(-n+2) {
	margin-bottom: 25px;
}

.diagram .diagramArea .infrastructureTeamBlock .personList .personListItem a .personName {
	background: rgba(250,165,119,.9);
}

.diagram .diagramArea .infrastructureTeamBlock .personList .personListItem a .personName.purpleBg {
	background: rgba(176,134,195,.9);
}


/* popup */

#cboxPrevious {
	width: 40%;
	height: 50px;
	background: #2d9cdc url(../person/diagram/img/sp/btn_prev.png) no-repeat center center;
	background-size: 180px;
	position: absolute;
	bottom: 66px;
	left: 7%;
	margin-top: -30px;
	text-indent: -999em;
}

#cboxNext {
	width: 40%;
	height: 50px;
	background: #2d9cdc url(../person/diagram/img/sp/btn_next.png) no-repeat center;
	background-size: 180px;
	position: absolute;
			bottom: 66px;
	right: 7%;
	margin-top: -30px;
	text-indent: -999em;
}

.popup {
	display: none;
}

.relationBox {
	background: #fff;
	width: 94.6%;
	margin: 0 auto;
}

.relationBox .relationBoxInner {
	width: 91.54%;
	margin: 0 auto 12px;
	padding: 17px 0 70px 0;
}

.relationBox .relationBoxInner .popupPerson {
	width: 100%;
	box-sizing: border-box;
	border: 2px #a1c386 solid;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.relationBox .relationBoxInner .popupPerson.popup02 {
	border: 2px #faa577 solid;
}

.relationBox .relationBoxInner .popupPerson.appliTeamPerson {
	border: 4px #92bac9 solid;
}
.relationBox .relationBoxInner .popupPerson.appliTeamPerson.popup02 {
	border: 4px #faa577 solid;
}

.relationBox .relationBoxInner .popupPerson.appliTeamPerson .popupPersonProfile {
	background: #92bac9;
}
.relationBox .relationBoxInner .popupPerson.appliTeamPerson.popup02 .popupPersonProfile {
	background: #faa577;
}

.relationBox .relationBoxInner .popupPerson.infraTeamPerson {
	border: 4px #faae84 solid;
}
.relationBox .relationBoxInner .popupPerson.infraTeamPerson.popup02 {
	border: 4px #e8a8bd solid;
}

.relationBox .relationBoxInner .popupPerson.infraTeamPerson .popupPersonProfile {
	background: #faae84;
}
.relationBox .relationBoxInner .popupPerson.infraTeamPerson.popup02 .popupPersonProfile {
	background: #e8a8bd;
}
.relationBox .relationBoxInner .popupPerson.infraTeam2Person {
	border: 2px #b892c9 solid;
}

.relationBox .relationBoxInner .popupPerson.infraTeam2Person .popupPersonProfile {
	background: #b892c9;
}

.relationBox .relationBoxInner .popupPerson .popupPersonProfile {
	background: #a1c386;
	height: auto;
	text-align: left;
}
.relationBox .relationBoxInner .popupPerson.popup02 .popupPersonProfile {
	background: #faa577;
}

.relationBox .relationBoxInner .popupPerson .popupPersonProfile .popupProfileImg {
	width: 38%;
	display: inline-block;
	vertical-align: middle;
}

.relationBox .relationBoxInner .popupPerson.offshoreTeamPerson {
	border: 4px #b69d82 solid;
}

.relationBox .relationBoxInner .popupPerson.offshoreTeamPerson .popupPersonProfile {
	background: #b69d82;
}

.relationBox .relationBoxInner .popupPerson .popupPersonProfile .popupProfileTxt {
	color: #fff;
	margin-left: 5%;
	display: inline-block;
	width: 52%;
	vertical-align: middle;
}

.relationBox .relationBoxInner .popupPerson .popupPersonProfile .popupProfileTxt .popupDepartment {
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 14px;
	text-align: left;
}

.relationBox .relationBoxInner .popupPerson .popupPersonProfile .popupProfileTxt .popupName {
	font-size: 26px;
	text-align: left;
}

.relationBox .relationBoxInner .popupPerson .popupPersonProfile .popupProfileTxt .popupName > span {
	display: block;
	font-size: 12px;
	padding-top: 8px;
}

.relationBox .relationBoxInner .popupPerson .popupPersonLead {
	padding: 10px 15px;
}

.relationBox .relationBoxInner .popupPerson .popupPersonLead p {
	font-size: 13px;
	line-height: 1.8;
	color: #333;
	letter-spacing: 0.02em;
	text-align: left;
}

.relationBox .relationBoxInner .personRelation {
	position: relative;
	width: 18%;
	margin: 15px auto;
}

.relationBox .relationBoxInner .personRelation p {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: -50px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 15px;
}

.relationBox .relationBoxInner .personRelation p.adjustManyWords {
	right: -130px;
}

.relationBox .btnClose {
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #e7e7e7;
	cursor: pointer;
}
.relationBox .btnClose span {
	padding: 3px 0 3px 20px;
	font-size: 14px;
	background: url(../company/keyword/img/btn_close.png) no-repeat left center;
	background-size: 14px;
}

/* tab02 */
.diagram .diagramArea#tab02 {
	padding-bottom: 0;
}
.diagram .diagramArea#tab02:after {
	display: none;
}
/* アプリチーム */
.diagram .diagramArea#tab02 .appliTeamBlock .teamName {
	color: #86b2c3;
}
.diagram .diagramArea#tab02 .appliTeamBlock .teamName:before {
	background: #86b2c3;
}
/* 部内活動チーム */
.diagram .diagramArea#tab02 .portionTeamBlock .teamName {
	color: #e8a8bd;
}
.diagram .diagramArea#tab02 .portionTeamBlock .teamName:before {
	background: #e8a8bd;
}
.diagram .diagramArea#tab02 .portionTeamBlock .personList .personListItem a .personName {
	    background: rgba(232,168,189,.9);
}
/* 基盤チーム */
.diagram .diagramArea#tab02 .foundationTeamBlock .teamName {
	color: #faa577;
}
.diagram .diagramArea#tab02 .foundationTeamBlock .teamName:before {
	background: #faa577;
}
.diagram .diagramArea#tab02 .foundationTeamBlock .personList .personListItem a .personName {
	background: rgba(250,165,119,.9);
}
/* オフショアチーム */
.diagram .diagramArea#tab02 .offshoreTeamBlock .teamName {
	color: #b69d82;
}
.diagram .diagramArea#tab02 .offshoreTeamBlock .teamName:before {
	background: #b69d82;
}
.diagram .diagramArea#tab02 .offshoreTeamBlock .personList .personListItem a .personName {
	background: rgba(182,157,130,.9);
}
/* その他 */
.diagram .diagramArea#tab02 .otherBlock .teamName {
	color: #fbb44e;
}
.diagram .diagramArea#tab02 .otherBlock .teamName:before {
	background: #fbb44e;
}
.diagram .diagramArea#tab02 .otherBlock .personList .personListItem a .personName {
	background: rgba(176,134,195,.9);
}

/* ------------------
 社員インタビュー動画
------------------ */
.movie .mv {
	background: #fbb44e;
	height: 130px;
	margin: 0 0 15px;
}
.movie section h2 {
	text-align: left;
	background: url(../person/movie/img/sp/main.jpg) no-repeat right 0;
	background-size: 155px 130px;
	box-sizing: border-box;
	padding: 40px 0 0 2.7%;
	height: 132px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.movie section h2 span {
	font-size: 12px;
}
.movie .movieWrap {
	position: relative;
	padding-top: 120px;
}
.movie .movieWrap#tab01 {
	background: url(../person/movie/img/sp/bg_movie01.jpg) no-repeat center top;
	background-size: cover;
}
.movie .movieWrap#tab02 {
	background: url(../person/movie/img/sp/bg_movie02.jpg) no-repeat center top;
	background-size: cover;
}
.movie .movieWrap#tab03 {
	background: url(../person/movie/img/sp/bg_movie03.jpg) no-repeat center top;
	background-size: cover;
}
.movie .movieWrap .anchor {
	position: absolute;
	top: 0;
	z-index: 10;
	background: rgba(251,180,78,0.30);
	height: 120px;
	width: 100%;
	padding-top: 40px;
	box-sizing: border-box;
	padding: 20px 2.7%;
}
.movie .movieWrap .anchor ol {
	width: 100%;
}
.movie .movieWrap .anchor ol li {
	background: #fff;
	float: left;
	width: 25%;
	height: 40px;
	box-sizing: border-box;
	border-right: solid 1px #e5e5e5;
}
.movie .movieWrap .anchor ol li a {
	display: block;
}
.movie .movieWrap .anchor ol li a p {
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	height: 40px;
	box-sizing: border-box;
}
.movie .movieWrap .anchor ol li a p .num {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	color: #000;
	padding-left: 15px;
	background: url(../person/movie/img/sp/icon_anchor.gif) no-repeat left;
	background-size: 9px 8px;
}
.movie .movieWrap .anchor ol li:nth-child(4n) {
	border-right: none;
}
.movie .movieWrap .anchor ol li:nth-child(-n + 4) {
	border-bottom: solid 1px #e5e5e5;
}
.movie .movieWrap .movieInner {
	padding: 0 2.7%;
	padding-bottom: 40px;
}
.movie .movieWrap .movieInner ol {
	padding-top: 40px;
}
.movie .movieWrap .movieInner ol li {
	padding-top: 65px;
	margin-top: -65px;
	margin-bottom: 40px;
}
.movie .movieWrap .movieInner ol li:last-child {
	margin-bottom: 0;
}
.movie .movieWrap .movieInner ol li .num {
	display: inline-block;
}
.movie .movieWrap .movieInner ol li .num img {
	width: auto;
	height: 60px;
}
.movie .movieWrap#tab01 .movieInner ol li:nth-child(odd) .num {
	float: left;
}
.movie .movieWrap#tab01 .movieInner ol li:nth-child(even) .num {
	float: right;
}
.movie .movieWrap#tab02 .movieInner ol li:nth-child(odd) .num {
	float: right;
}
.movie .movieWrap#tab02 .movieInner ol li:nth-child(even) .num {
	float: left;
}
.movie .movieWrap#tab03 .movieInner ol li:nth-child(odd) .num {
	float: right;
}
.movie .movieWrap#tab03 .movieInner ol li:nth-child(even) .num {
	float: left;
}
.movie .movieWrap .movieInner ol li h3 {
	font-size: 25px;
	font-weight: normal;
	line-height: 1.2;
	font-feature-settings: "palt";
}
.movie .movieWrap#tab01 .movieInner ol li:nth-child(odd) h3 {
	display: inline-block;
	margin-left: 10px;
}
.movie .movieWrap#tab01 .movieInner ol li:nth-child(even) h3 {
	float: left;
}
.movie .movieWrap#tab02 .movieInner ol li:nth-child(odd) h3 {
	float: left;
}
.movie .movieWrap#tab02 .movieInner ol li:nth-child(even) h3 {
	display: inline-block;
	margin-left: 10px;
}
.movie .movieWrap#tab03 .movieInner ol li:nth-child(odd) h3 {
	float: left;
}
.movie .movieWrap#tab03 .movieInner ol li:nth-child(even) h3 {
	display: inline-block;
	margin-left: 10px;
}
.movie .movieWrap .movieInner ol li > div.movieBox {
	width: 100%;
	background: #fff;
	padding: 10px 10px 10px 8px;
	margin-top: 20px;
	box-sizing: border-box;
	/* box-shadow */
	-webkit-box-shadow:0px 0px 30px 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 30px 5px rgba(0,0,0,0.1);
	box-shadow:0px 0px 30px 5px rgba(0,0,0,0.1);
}
.movie .movieWrap .movieBox > div {
	overflow: hidden;
}
.movie .movieWrap .movieBox video {
	width: 100%;
	height: auto;
	padding-left: 2px;
}






/* -----------------------------------------------------------------------------

キャリアステップ

----------------------------------------------------------------------------- */

.careerstep section h2 {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	padding: 55px 0;
	margin: 0 0 15px;
	background: #8C860B;
	color: #fff;
}

.careerstep section h2 span {
	display: block;
	padding-top: 9px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.04em;
	font-weight: normal;
}

.cs_lead {
	width: 89.2%;
	margin: 0 auto 30px;
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
}

.cs_pic_top {
	width: 89.2%;
	margin: 0 auto 45px;
}

.careerstep h3 {
	width: 89.2%;
	margin: 0 auto 20px;
	box-sizing: border-box;
	text-align: center;
	color: #222;
	letter-spacing: 0.1em;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.2;
	font-feature-settings: "palt";
}

.careerstep h3 span {
	display: block;
	color: #8C860B;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.05em;
	font-size: 16px;
	margin: 10px 0 0;
}

.careerstep .contents01 {
	width: 89.2%;
	margin: 0 auto;
	font-size: 0;
	line-height: 1;
	text-align: center;
}
.careerstep .contents01 li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 20px 0;
	width: 100%;
	height: auto;
}
.careerstep .contents01.cslower li {
	margin: 0 0 0px 0;
}
.careerstep .contents01 li a {
	display: block;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.careerstep .contents01 li a:hover {
	opacity: 0.7;
}
.careerstep .contents01 li:nth-child(3n) {
	margin-right: 0;
}
.careerstep .contents01 li h3 {
	height: 80px;
	width: 100%;
	position: absolute;
	bottom: 6px;
	margin: 0 auto 0;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	background: url(../person/img/icon_arrow.png) no-repeat 97% center , rgba(0,0,0,0.35);
	box-sizing: border-box;
	line-height: 1.4;
	padding: 16px 12px 0;
	text-align: left;
	overflow: hidden;
}
.careerstep .contents01 li h3 span {
	display: block;
	margin: 0px 0 0;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.04em;
	color: #fff;
}

.cs_link {
	display: block;
	width: 89.2%;
	margin: 0 auto 30px;
}
.cs_link li {
	max-width: 100%;
	width: 100%;
	height: 60px;
	background: #2d9cdc;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.15em;
	margin: 0 0 15px;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.cs_link li a {
	display: block;
	height: 100%;
	padding: 14px 0 0;
	color: #fff;
}
.cs_link li span {
	background: url(../company/aboutus/img/icon_arrow.png) no-repeat right;
	padding: 0 20px 0;
	margin: 0 0 0 -20px;
}
.cs_link li:hover {
	opacity:0.7;
}

.titlebox {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.mainpic {
	position: relative;
	width: 160%;
	margin: 0 0 0 -60%;
}

.careerstep .mainttl {
	position: relative;
	top: 0%;
	left: 0%;
	width: 89.2%;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	text-align: left;
	margin: 0 auto;
}

.careerstep section h2.mainttl  {
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	padding: 15px 0 15px;
	margin: 0 auto 0;
	background: transparent;
	color: #fff;
}

.cs_ttl_e {
	display: inline-block;
	padding: 8px 10px;
	background: #8C860B;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.04em;
	font-weight: normal;
}

.cs_copy {
	padding: 13px 0;
	font-size: 17px;
	line-height: 1.6;
	text-shadow: 0px 0px 5px #fff;
	color: #333;
}

.cs_copy_black {
	color: #333;
	text-shadow: 0px 0px 5px #fff;
}

.cs_profbox {
	display: block;
	width: auto;
	padding: 18px 18px 12px;
	background: rgba(0,0,0,0.60);
	line-height: 1.6;
}

.cs_name {
	padding: 0 0 12px;
	line-height: 1;
	font-size: 18px;
}

.cs_name span {
	display: block;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.04em;
	font-weight: normal;
}

.cs_prof {
	font-size: 14px;
	line-height: 1.6;
}

.careerstep .breadCrumb {
	padding: 20px 0 0;
}

.careerstep .bg {
	padding: 0 0 30px;
	background: #F3F5F7;
}

.careerstep .inner {
	width: auto;
	margin: 0 auto;
	position: relative;
}

.careerstep .bg .inner {
	width: 89.2%;
	margin: 0 auto;
	position: relative;
}

.cs_subttl {
	margin: 0 0 20px;
	padding: 9px 0 7px;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.04em;
	font-weight: normal;
	background: #8C860B;
	color: #fff;
	text-align: center;
}

.cs_work_exp {
	display: block;
	width: 100%;
	margin: 0 auto 40px;
}

.cs_work_exp li {
	max-width: 86%;
	width: 86%;
	position: relative;
	margin: 0 0 -1px 0;
	padding: 7% 7%;
	border: 1px solid #111;
	background: #fff;
}

.cs_work_exp li::after {
	position: absolute;
	display: block;
	content: "";
	left: 50%;
	bottom: 0;
	width: 22px;
	height: 13px;
	background: url("../person/careerstep/img/icn_arrow_b_gr.png") left center / cover no-repeat;
	-webkit-transform: translate(-50%, 14px);
	-ms-transform: translate(-50%, 14px);
	transform: translate(-50%, 14px);
	z-index: 9;
}

.cs_work_exp li:last-child::after {
	display: none;
}

.cs_work_exp li img {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 0 0 4px;
}

.cs_work_exp li p {
	padding: 14px 0 0;
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
	border-top: 1px solid #CCCCCC;
}

.cs_note {
	width: 100%;
	margin: -30px auto 50px;
	font-size: 13px;
	text-align: left;
	line-height: 1.8;
}

.cs_work_sum {
	display: block;
	width: 100%;
	margin: 0 auto 40px;
}

.cs_work_sum li {
	max-width: 86%;
	width: 86%;
	position: relative;
	margin: 0 0 -1px 0;
	padding: 7% 7%;
	border: 1px solid #111;
	background: #fff;
}

.cs_work_sum2 li {
	max-width: 86%;
	width: 86%;
}

.cs_work_sum li img {
	display: block;
	width: 58px;
	margin: 0 auto 10px;
}

.cs_work_sum li p {
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
}

.cs_work_sum li p.cs_l {
	font-size: 17px;
	line-height: 1.6;
	text-align: center;
}

.cs_work_sum li div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 70px;
	margin: 0 0 14px;
	font-size: 17px;
	font-weight: bold;
	background: #8C860B;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}

.cs_cntbox {
	margin: 0 -5.4%;
	padding: 5.4% 5.4% 5.4%;
	background: #fff;
}

.cs_cntbox .img_right {
	clear: both;
	display: block;
	float: none;
	margin: 0 0 30px 0;
}

.cs_cntbox .img_left {
	clear: both;
	display: block;
	float: none;
	margin: 0 0 30px 0;
}

.cs_cntbox div {
	margin: 0 0 15px;
	color: #8C850B;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}

.cs_cntbox p {
	padding: 0 0 30px;
	font-size: 14px;
	line-height: 1.6;
}

.cs_cntbox p::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.cs_other_ttl {
	display: block;
	margin: 0 auto;
	padding: 30px 0 20px;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.04em;
	text-align: center;
	color: #8C860B;
}


	
	
	
	
	


}