ul.table > li {
	width: 100%;
	margin-top: 40px;
}
ul.table > li .table-th {
	
}
ul.table.en_table > li .table-th{
	
}
ul.table > li .table-th strong {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	color: #127ab7;
	font-size: 22px;
	font-weight: normal;
}
ul.table > li .table-th strong.arrow:after {
	content: '▼';
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -5px;
	color: #127ab7;
	font-size: 12px;
}
ul.table > li .table-th strong.arrow_none:after{
	display: none;
}
ul.table > li .table-th strong + ul {
	padding-top: 25px;
}

ul.table > li .table-td {
	color: #555;
	line-height: 2em;
}
ul.table > li .table-td div.thumb {
	overflow: hidden;
	padding-top: 30px;
	clear: both;
}
ul.table > li .table-td div.thumb.ea3 {
	overflow: hidden;

}
ul.table > li .table-td .left {
	float: left;
	clear: left;
}
ul.table > li .table-td .center {
	float: left;
	margin-left: 15px;
}
ul.table > li .table-td .right {
	float: right;
}
ul.table > li .table-td .full {
	clear: both;
}
ul.table > li .table-td div.thumb .center {
	margin-left: 50px;
}
ul.table > li .table-td figure.thumb {
	margin-top: 30px;
	border: 1px solid #e7e7e7;
}
ul.table > li .table-td figure.thumb.full {
	padding-top: 30px;
	margin-top: 0px;
	border: 0px;
}
ul.table > li .table-td figure.thumb figcaption {
	padding: 20px;
	color: #111;
	font-size: 15px;
	border-top: 1px solid #e7e7e7;
}
ul.table > li .table-td.en_td figure.thumb figcaption{
	font-size: 13px;
}
ul.table > li .table-td figure.thumb.full figcaption {
	padding: 0px 0px 30px;
	border: 0px;
}
ul.table > li .table-td figure.thumb.full.none figcaption {
	padding: 0px;
}

ul.table > li .table-td .en_ea3 figure.thumb figcaption{
	font-size: 14px;
	padding: 10px;
	height: 60px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	text-align: center;
}

/* Dot */
ul.list-dot > li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 12px;
	color: #555;
	line-height: 1.5em;
}
ul.list-dot > li > span{
	font-weight: bold;
	margin-right: 5px;
	font-size: 14px;
}
ul.table > li .table-th ul.list-dot > li > span{
	font-weight: normal;
	letter-spacing: 0;
}
ul.list-dot > li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #888;
}
ul.list-dot.inline {
    overflow: hidden;
}
ul.list-dot.inline li {
	float: left;
	margin-left: 14px;
}
ul.list-dot.inline li:nth-child(3n+1) {
	margin-left: 0px;
}
ul.list-dot + ul.list-box {
	margin-top: 40px;
}
ul.con-dot > li{
	font-size: 16px;
}

/* Hyphen */
ul.list-hyphen {
	margin: 10px 0;
	letter-spacing:0.05em;
}
ul.list-hyphen > li {
	position: relative;
	padding-left: 15px;
	color: #555;
	line-height: 1.5em;
	font-size:16px;
}
ul.list-hyphen > li:before {
	content: '-';
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Gray Box */
ul.list-box {
	overflow: hidden;
}
ul.list-box > li {
	float: left;
	width: 32%;
	height: 135px;
	margin-left: 1.5%;
	margin-bottom: 1.5%;
	padding: 20px 30px;
	background: #f5f5f5;
}
ul.list-box > li.welfare{
	height: 150px;
	width: 49%;
}
ul.list-box > li.welfare:nth-child(2n+1){
	margin-left: 0;
}
ul.list-box > li.welfare:nth-child(4){
	margin-left: 1.5%;
}
ul.list-box > li:nth-child(3n+1) {
	margin-left: 0px;
}
ul.list-box > li strong {
	display: block;
	margin-bottom: 15px;
    padding-bottom: 15px;
	color: #111;
	font-size: 20px;
	font-weight: normal;
	line-height: 35px;
	border-bottom: 1px solid #e7e7e7;
}
ul.list-box li ul.list-dot li {
	margin-bottom: 5px;
}
ul.list-box .bt {
	width: 100%;
	margin-top: -16px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	background: #127ab7;
	transition: all 0.3s;
}
ul.list-box .bt.btn_newa+.bt.btn_newa{margin-left: 10px;}
ul.list-box .bt.btn_newa {
	width: calc(50% - 5px);
	height: 40px;line-height: 40px;
}
ul.list-box .bt:hover{
	background: #88bb8a;
}
ul.list-box .bt .ico {
	margin-top: 20px;
	margin-left: 30px;
}
ul.list-box .bt.btn_newa .ico{
margin-top: 12px;
}

/* Text */
.dot {
	display: block;
	position: relative;
	padding-left: 15px;
	color: #555;
}
.dot:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #888;
}

.dot.size-2 {
color: #222;
	font-size: 18px;
}
.dot:before {
	top: 14px;
}

caption{
	display:none;
}
.recruit--view__content .table{border:0;}
/* Table */
.table-view {
    margin-bottom: 20px;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}
.table-view td div{
	font-size: 16px;
}
.table-view th {
	min-height: 40px;
	padding: 0px 10px;
	color: #555;
	font-weight: normal;
    text-align: center;
    background-color: #f5f5f5;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
	line-height:1.4;
	font-size:16px;
}
.table-view td {
	min-height: 40px;
	padding: 6px 20px;
	color: #555;
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    font-size:16px;
}
.table-view + strong.dot {
	margin-top: 40px;
}

.newbie{display: flex;margin-bottom: 20px;}
.newbie > div{width: 150px;height: 50px;display: flex;background: #f5f5f5;justify-content: center;align-items: center;border-radius: 10px;}
.newbie > div+div{margin-left: 10px;}
.newbie > div.pl{width: auto;background: none;}
@media (max-width : 768px){
 .newbie{display: block;}
 .newbie > div{width: 100%;height: 80px;font-weight: bold;}
 .newbie > div+div{margin-top: 10px;margin-left: 0;}
 .newbie > div.pl{height: auto;}
}