@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts .english {
	margin-bottom: 33px;
}

#conts .comSection {
	padding: 27px 25px 183px;
}

#conts p {
	font-size: 1.3em;
	line-height: 1.65;
	text-indent: 1.4em;
}

#conts .comTable th {
	padding-left: 25px;
}



/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#conts .comTable_p {
	width: 100%;
}

#conts .comTable_p th{
	padding: 9px 13px 13px;
	font-size: 1.4em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCC;
}
#conts .comTable_p td {
	padding: 9px 13px 13px;
	font-size: 1.4em;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	border: 1px solid #CCC;
}

#conts .comTable_p td a {
	color: #000;
	text-decoration: underline;
}

#conts .comTable_p td a:hover {
	text-decoration: none;
}
#conts .comTable_p th 
.right{
	text-align: right;
	clear: right;
	float: right;
	margin-top: -５0px;
	}

.textBox h3.h3-ttl {
	font-size:1.6rem;
	padding-bottom: 1rem;
}
.textBox .recruit-table {
  width: 100%;
  border-collapse: collapse;
	font-size: 12px;
	margin-bottom: 1.5rem;
}

.textBox .recruit-table tr {
}

.textBox .recruit-table tr:last-child{
  border-bottom: none;
}

.textBox .recruit-table th {
  width: 30%;
}

/*.textBox .recruit-table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
*/
.textBox .recruit-table th, .textBox .recruit-table td {
    padding: 9px 13px 13px;
    font-size: 1.1em;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    background: url(http://y-patent.com/common/img/line.png) repeat-x left bottom;
}
.textBox .recruit-table dt {
  float: left;
}

.textBox .recruit-table dd {
  margin-left: 80px;
	text-align: left;
}
