/**********************
  メイン
***********************/
#main {
}
.minner {
	/*width: 1000px;
	margin-right: auto;
	margin-left: auto;*/
}
#mpic img {
	width: 100%;
}
.content {
	margin-top: 60px;
	margin-bottom: 60px;
}
.prof-table{
	width: 100%;
	margin-top: 40px;
	border-top: 1px solid rgba(224,66,114,1);
	border-bottom: 1px solid #f3f3f2;
}
.prof-table th {
	background: #f3f3f2;
	border-bottom: 1px solid #fff;
	width: 200px;
	text-align: left;
	padding: 10px 5px 10px 20px;
	color: #696969;
}
.prof-table td{
	border-bottom: 1px solid #f3f3f2;
	padding: 10px 15px;
}
.workw {
	margin-top: 40px;
	padding: 20px 40px;
	border: 1px solid #f3f3f2;
	border-top: 1px solid rgba(224,66,114,1);
}
.worku {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.worku li {
	width: 30%;
	padding-bottom: 10px;
}
.worku li:before {
	content: url(../images/allow.gif);
	display: inline-block;
	margin-right: 7px;
	position: relative;
	top: -3px;
	left: 0;
}
.headline2 {
	position: relative;
	font-weight: bold;
	text-align: center;
	margin: 50px auto 50px;
	letter-spacing: 2px;
}
.headline2 span {
	position: relative;
	z-index: 2;
}
.headline2::before {
	content: attr(data-en);
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(119, 188, 255, 0.2);
	font-size: 40px;
	font-style: italic;
}
.picg {
	display: flex;
	justify-content: space-around;
	align-center;
}
.picg img {
	max-width: 30%;
	height: auto;
}

/**********************
  レスポンシブ設定
***********************/
/* モニター幅960px以下 */
@media only screen and (max-width:1040px) {
}
@media only screen and (max-width:840px) {
}
/* iPad 縦 */
@media only screen and (max-width:768px) {
}
/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px) {
}
@media only screen and (max-width:720px) {
	.prof-table {
		/*width: 90%;*/
	}
	.prof-table th {
		width: 27%;
		padding-left: 15px;
	}
	.prof-table span {
		display: block;
	}
	.workw {
		padding: 20px 20px;
	}
	.worku li {
		width: 47%;
	}
}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px) {
}
