@charset "UTF-8";

/* //////////////////////////////////////////////////

　わたしたちページのスタイル

////////////////////////////////////////////////// */


/* sec1 */
#sec01 .doc {
	display: inline-block;
	padding-left: 30px;
	background: url(../img/common/ico_blank.png) no-repeat 0 50%;
}
#sec01 .doc em {
	color: #ff00ff;
}

/* sec2 */
#sec02 .lead {
	margin-bottom: 80px;
}
#sec02 table {
	margin: 20px auto;
	width: 800px;
}
#sec02 th {
	width: 200px;
	background: #eee;
	text-align: center;
	border-right: 10px solid #fff;
}
#sec02 td {
	padding: 5px 25px;
	border-top: 1px solid #dbdbdb;
}
#sec02 tr:first-child td {
	border-top: none;
}
#sec02 td.date {
	position: relative;
	width: 150px;
	border-right: 1px solid #dbdbdb;
	text-align: right;
}
#sec02 td.date::after {
	position: absolute;
	bottom: -14px;
	right: -4px;
	content: url(../img/about/bg_table01.png);
}

/* sec3 */
#sec03 .text {
	width: 770px;
	margin: 0 auto 30px;
}
#sec03 .name {
	width: 770px;
	margin: auto;
	margin-top: 4em;
	line-height: 2;
}


/* sec4 */
#sec04 table {
	margin: auto;
}
#sec04 th {
	vertical-align: top;
	padding: 8px 0 10px;
}
#sec04 td {
	padding: 5px 20px;
	font-size: 1.14em;
}
#sec04 .label {
	display: block;
	width: 75px;
	background: #19b8ce;
	border-radius: 4px;
}

/* inview */
@media screen and (min-width: 769px) {
	.inview01 {
		top: 60px;
		left: 70px;
	}
	.inview02 {
		top: 450px;
		right: 30px;
	}
	.inview03 {
		bottom: -170px;
		left: -30px;
	}
	.inview04 {
		bottom: -10px;
		right: 0px;
	}
	.inview_w01 {
		top: 300px;
		left: 0px;
		left: 50px;
	}
	.inview_w02 {
		top: 400px;
		right: 0px;
		right: 50px;
	}
	.inview05 {
		bottom: 30px;
		right: -50px;
	}
	.inview06 {
		top: -30px;
		left: 0;
	}
	.inview07 {
		bottom: 0px;
		left: 0px;
	}
	.inview_w03 {
		bottom: 10px;
		right: 10px;
	}
	.inview_w04 {
		bottom: 50px;
		left: -30px;
	}
	.inview08 {
		top: 280px;
		right: 0;
	}
}

/* ///////// RESPONSIVE ///////// */
@media screen and (max-width: 768px) {
	/* sec1 */
	#sec01 .doc {
		padding-left: 20px;
		background-size: 15px;
	}
	
	/* sec2 */
	#sec02 .lead {
		margin-bottom: 40px;
	}
	#sec02 table {
		margin: 10px auto;
		width: 100%;
	}
	#sec02 th {
		width: 25%;
	}
	#sec02 td {
		padding: 5px 15px;
	}
	#sec02 td.date {
		width: 25%;
	}
	#sec02 td.date::after {
		bottom: -12px;
	}

	/* sec3 */
	#sec03 .text,
	#sec03 .name {
		width: auto;
	}
	
	/* sec4 */
	#sec04 .label {
		width: 65px;
	}
	#sec04 td {
		padding: 0 0 0 10px;
	}
}
@media screen and (max-width: 600px) {
}