@charset "utf-8";
/* CSS Document */

/* work */
.container{
	background: #305798;
}
.ttl{
	width: 100%;
}
.ttl img{
	width: 100%;
}
.cntbox{
	max-width: 1185px;
	margin: 0 auto;
	padding: 50px 0;
}
.cntbox h2{
	margin-bottom: 40px;
	font-size: 3rem;
	line-height: 1.6em;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
}
.cntbox p{
	margin-bottom: 1em;
	line-height: 2em;
	text-align: center;
	color: #ffffff;
}
.cntbox table{
	width: 90%;
	margin: 60px auto 0;
}
.cntbox table .subt{
  vertical-align: bottom;
}
.cntbox table .pbox, .cntbox table .tbox{
  width: 45%;
  vertical-align: top;
  background: #4d6fa7;
}
.cntbox table .timeline{
  width: 6%;
  padding-top: 7px;
  text-align: center;
  vertical-align: top;
  background: #4d6fa7;
}
.cntbox table .timeline p{
	padding-top: 10px;
	font-size: 2.8rem;
  text-align: center;
}
.cntbox table .bar1{
  background: #4d6fa7 url(../images/work/bar1.png) center bottom no-repeat;
  background-size: 100% auto;
}
.cntbox table .bar2{
  background: #4d6fa7 url(../images/work/bar2.png) center top no-repeat;
  background-size: 100% auto;
}
.cntbox table .bar2 p{
  padding-top: 20px;
}
.cntbox table .space{
  width: 2%;
}
.cntbox table .tbox{
  padding: 10px;
	font-size: 2.4rem;
  text-align: left;
  color: #ffffff;
}
.cntbox table .last img{
  margin-bottom: 0;
}
.cntbox table .pbox p{
  padding: 10px;
  text-align: right;
  color: #ffffff;
  background: #305798;
}
.cntbox table .rvrs{
  text-align: right;
  vertical-align: top;
}
.cntbox table p{
  display: block;
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 1.2em;
  text-align: left;
}
.cntbox table p span{
  display: block;
  font-size: 1.6rem;
}
.cntbox table img{
  display: block;
  margin-bottom: 10px;
}
.cntbox table .tbl4td{
	padding-top: 80px;
}
.cntbox table .tbl4{
	margin-top: 60px;
}
.cntbox table .job{
	padding: 15px 0 15px 0 !important;
	font-size: 4.5rem;
}
.cntbox table .job span{
	font-size: 2rem;
	line-height: 1em;
}


/*
.cntbox table th{
	width: 8%;
	padding: 1em 0 0;
	font-size: 2.4rem;
	line-height: 1em;
	vertical-align: top;
	border-bottom: 10px solid #305798;
	background: #000000;
}
.cntbox table th p{
	width: 1em;
	margin: 0 auto;
	padding: 0;
	font-size: 2.0rem;
	line-height: 1em;
	text-align: left;
	white-space: nowrap;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;	color: #ffffff;
}
.cntbox table th p span{
	margin: 1em auto;
	font-size: 1.4rem;
	font-weight: 200;
}
.cntbox table .line2{
	padding: 1em 0 0 22px;
	line-height: 1.2em;
}
.cntbox table td{
	width: 46%;
	margin-bottom: 10px;
	padding: 0 1em;
	font-size: 2.4rem;
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background: url(../images/work/arw1.png) 10% 90% no-repeat;
}
.cntbox table .rvrs{
	background: url(../images/work/arw2.png) 90% 90% no-repeat;
}
.cntbox table .pbox, .cntbox table .last{
	background: none;
}
.cntbox table td img{
	width: 100%;
}
*/
@media screen and (max-width: 414px) {
	.cntbox{
		max-width: 100%;
		padding: 20px 1%;
	}
	.cntbox h2{
		margin-bottom: 20px;
		font-size: 2.4rem;
	}
	.cntbox table{
		width: 100%;
		margin: 30px auto 0;
	}
	.cntbox table .pbox, .cntbox table .tbox{
		width: 45%;
	}
	.cntbox table .timeline{
		width: 6%;
		padding-top: 7px;
		text-align: center;
		vertical-align: top;
		background: #4d6fa7;
	}
	.cntbox table .timeline p{
		padding-top: 10px;
		font-size: 1.8rem;
		text-align: center;
	}
	.cntbox table .bar1{
		background: #4d6fa7 url(../images/work/bar1.png) center bottom no-repeat;
		background-size: 100% auto;
	}
	.cntbox table .bar2{
		background: #4d6fa7 url(../images/work/bar2.png) center top no-repeat;
		background-size: 100% auto;
	}
	.cntbox table .bar2 p{
		padding-top: 20px;
	}
	.cntbox table .space{
		width: 2%;
	}
	.cntbox table .tbox{
		padding: 10px;
		font-size: 1.8rem;
		line-height: 1.4em;
		text-align: left;
		color: #ffffff;
	}
	.cntbox table .last img{
		margin-bottom: 0;
	}
	.cntbox table .pbox p{
		padding: 10px;
		text-align: right;
		color: #ffffff;
		background: #305798;
	}
	.cntbox table .rvrs{
		text-align: right;
		vertical-align: top;
	}
	.cntbox table p{
		display: block;
		margin-bottom: 0;
		font-size: 2.4rem;
		line-height: 1.2em;
		text-align: left;
	}
	.cntbox table p span{
		display: block;
		font-size: 1.6rem;
	}
	.cntbox table img{
		display: block;
		margin-bottom: 10px;
	}
	.cntbox table .tbl4td{
		padding-top: 80px;
	}
	.cntbox table .tbl4{
		margin-top: 60px;
	}
	.cntbox table .job{
		padding: 15px 0 15px 0 !important;
		font-size: 2rem;
	}
	.cntbox table .job span{
		font-size: 2rem;
		line-height: 1em;
	}
}
