@charset "utf-8";

/* CSS Document */

ol.kiyaku li { margin-bottom: 5px!important; }


.mapBlock .title{
	color:#92D050;
	font-weight:bold;
	font-size:26px;
	padding-left:10px;
	margin-bottom:5px;
}

.mapBlock .gMap{
	width:100%;
	margin-bottom:5px;
}

.mapBlock .gMap{
	width: 100%;
	margin: 0 auto 10px;
	overflow: hidden;
	height: 315px;
}



.mapBlock .gMap iframe{
	pointer-events:none;
	width: 100%;
	height: 600px;
	margin-top: -150px;
	margin-bottom: 15px;
}

.mapBlock .left{
	float:left;
	width: 50%;
	padding-right:25px;
	box-sizing:border-box;
}

.mapBlock .right{
	float:right;
	width: 50%;
	padding-left:25px;
	box-sizing:border-box;
}

.mapBlock .txt01{
	display:block;
    text-align: right;
}

.ruleList li{
	list-style-type:disc;
	margin-left: 20px;
}
.modBlock01.company .modTbl01 th{
	width: 130px;
}


.txtOrange_bold { color: #ff8a00; font-weight: bold; }
.mb15 { margin-bottom: 15px !important; }


.modTitleInline {
	margin-bottom: 20px;
}
.modTitleInlineItem {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	margin-right: 10px;
	line-height: 1;
}
.modTitleInlineItem:last-child { margin-right: 0; }

.modBlock01.company.interview .modTbl01 th {
	width: 80px;
}

.modList_company li {display: inline-block; vertical-align: middle;	}
.modList_company li .category {
	display: inline-block;
	font-size: 12px;
	text-align:center;
	font-weight: bold;
	color: #fff;
	background: #4CB361;
	width: 70px;
	padding:4px 0 2px;
}
.modList_company li .category.type01 {
	background:#FFA201;
}

.modList_interview {
	margin-bottom: 30px;
}
.modList_interview .item {
	position: relative;
	padding: 10px;
	background: #FDFFF5;
	border: 1px solid #FFEDBE;
	overflow: hidden;
	margin-bottom: 15px;
}
.modList_interview .item:last-child {
	margin-bottom: 0;
}
.modList_interview .unit {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-decoration: none;
	color: #333;
}
.modList_interview .unit:hover {
	opacity: 0.8;
}
.modList_interview .photo,
.modList_interview .text {
	display: table-cell;
	vertical-align: middle;
}
.modList_interview .photo {
	width: 100px;
}
.modList_interview .text {
	padding-left: 20px;
}
.modList_interview .text .ttl {
	
}
.modList_interview .text p:last-child {
	margin-bottom: 0 !important;
}
.modList_interview .text .button {
	position: absolute;
	bottom:0;
	right: -20px;
}
.modList_interview .text .button .btn {
	position: relative;	
	display: block;
	width: 130px;
	text-align: left;
	text-decoration: none;
	padding: 8px 18px 4px;
	box-sizing:  border-box;
	font-size: 	13px;
	color: #695e40;
}
.modList_interview .text .button .btn::before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #FFEDBE;
	transform:skew(-18deg);
	-webkit-transform:skew(-18deg);
}
.modList_interview .text .button .btn::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 35px;
	width: 7px;
	height: 10px;
	background:url(../../common/img/arrowOrange.png) center;
	background-size:contain;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%) ;
}
.modList_interview .text .button .btn span {
	position: relative;	
	z-index: 1;	
}

.accessMapText {}
.accessMapText p {
	float: left;
}
.accessMapText ul {
	float: right;
}
.lh1-7 {
	line-height: 1.7;
}