@charset "utf-8";

#common-c {
	width:100%;
	height:100%;
	margin:0 0 0 0;
	padding: 3em 0 3em 0;
	color:#333;
	font-size: 13px;
	font-weight:300;
	font-family: "Noto Sans Japanese";
	line-height:20px;
}

#common-c .bg-photo-01 {
	background-image:url(img/i-contents-bg01.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	position: relative;
}
@media screen and (max-width: 768px) {
	#common-c .bg-photo-01 {
		background-image:none;
	}
}

#common-c h3{
	width:100%;
	height:auto;
	margin:10px 0 10px 0;
	padding:0 0 5px 0;
	font-size:19px;
	font-weight:normal;
	line-height:18px;
	color: #fff;/*文字色*/
	border: solid 3px #95a18b;/*線色*/
	background: #95a18b;/*背景色*/
	padding: 0.5em;/*文字周りの余白*/
	border-radius: 0.5em;/*角丸*/
}

#common-c h4{
	color:#333;
	font-family: "Noto Sans Japanese";
	font-size:19px;
	line-height:30px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	font-weight:normal;
}

#common-c h5{
	width:100%;
	height:auto;
	margin:5px 0 7px 0;
	padding:0 0 0 0;
	font-size:15px;
	font-weight:normal;
	line-height:18px;
	color:#e2185a;
	text-indent:15px;
	background-image:url(../com-img/i-h5-bg.png);
	background-position:left top;
	background-repeat:repeat-y;
}

#common-c h6{
	width:100%;
	height:20px;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
	color:#95a18b;
	border-bottom-style:dotted;
	border-bottom-color:#999;
	border-bottom-width:1px;
}

#common-c p{
	margin:0 0 10px 0;
	padding: 0px;
	color:#333;
	font-size: 13px;
	font-weight:300;
	font-family: "Noto Sans Japanese";
	line-height:22px;
}

#common-c .profile{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	font-size:13px;
	line-height:18px;
	color:#333;
}

#common-c .photo-mb15 {
	margin:0 0 15px 0;
	padding: 0px;
}

#common-c .profile dl {
	margin:0 0 15px 0;
	padding: 0px;
}

#common-c .profile dt {
	padding: 0px;
	color:#333;
	font-size: 23px;
	font-weight:300;
	line-height:30px;
	text-align:left;
}

#common-c .profile dd.job {
	margin:0px;
	padding: 0px;
	color:#333;
	font-size: 15px;
	line-height:19px;
	text-align:left;
}

#common-c .profile dd.english {
	margin:0px;
	padding: 0px;
	color:#999;
	font-size: 13px;
	line-height:17px;
	text-align:left;
}

#common-c .recruit{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	font-size:13px;
	line-height:18px;
	font-weight:300;
	font-family: "Noto Sans Japanese";
	color:#333;
}

#common-c .recruit dl{
	margin:0 0 55px 0;
	padding: 0px;
}
#common-c .recruit dt {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	width: 80px;
	float: left;
	clear: both;
	font-weight:300;
}
#common-c .recruit dd {
	width: 100%;
	margin:0 0 5px 0;
	padding: 0 0 5px 80px;
	border-bottom: 1px dotted #502b18;
}