@charset "UTF-8";
/* /business/ CSS Document */



/* /business/index.php 
============================== */
#business.idx .heading02 span {
	background:url(/recruit/common/img/icon_business.png) no-repeat;
	background-position:left center;
	background-size:auto 80%;
	padding-left:65px;
}
#business.idx .summary_area .txt_lead {
	font-size:16px;
	font-size:1.6rem;
	text-align:center;
}
#business.idx .summary_area .box_detail {
	background-color:#e5eaf0;
	margin-top:60px;
	padding:60px 30px 30px;
	position:relative;
}
#business.idx .summary_area .box_detail:nth-of-type(1) {
	margin-top:65px;
}
#business.idx .summary_area .box_detail .box_ttl {
	background-color:#003368;
	border-radius:10px;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	font-size:2.4rem;
	line-height:1;
	margin:0 auto;
	padding:15px;
	position:absolute;
	top:-30px;
	left:0;
	right:0;
	text-align:center;
	width:460px;
}
#business.idx .summary_area .box_detail .pic {
	text-align:center;
}
#business.idx .summary_area .box_other {
	background-color:#fff;
	margin-top:53px;
	padding:50px 30px 10px;
	position:relative;
}
#business.idx .summary_area .box_other .ttl {
	background-color:#003368;
	border-radius:50px;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	font-size:2rem;
	line-height:1;
	margin:0 auto;
	padding:15px;
	position:absolute;
	top:-23px;
	left:0;
	right:0;
	text-align:center;
	width:250px;
}
#business.idx .summary_area .box_other .txt_dtl {
	overflow:hidden;
}
#business.idx .summary_area .box_other .txt_dtl dl {
	float:left;
	margin-right:4%;
	width:48%;
}
#business.idx .summary_area .box_other .txt_dtl dl:last-child {
	margin-right:0;
}
#business.idx .summary_area .box_other .txt_dtl dl dt {
	background-color:#e6e6e6;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	line-height:1;
	padding:15px;
	text-align:center;
}
#business.idx .summary_area .box_other .txt_dtl dl dd {
	padding:20px 10px;
}
#business.idx .summary_area .box_other .txt_dtl .list li {
	float:left;
	font-size:14px;
	font-size:1.4rem;
	letter-spacing:0.5px;
	margin-right:20px;
	padding-left:15px;
	position:relative;
}
#business.idx .summary_area .box_other .txt_dtl .list li:nth-child(3n) {
	margin-right:0;
}
#business.idx .summary_area .box_other .txt_dtl .list li:before {
	content:"";
	background-color:#003368;
	border-radius:50%;
	height:8px;
	width:8px;
	position:absolute;
	top:7px;
	left:0;
}

#business.idx .detail_area {
	margin-top:60px;
}
#business.idx .detail_area .list_work .ttl_cts {
	background-color:#003368;
	color:#fff;
	font-size:20px;
	font-size:2.0rem;
	line-height:1;
	padding:16px 0;
	text-align:center;
}
#business.idx .detail_area .list_work .txt_area {
	background-color:#e5eaf0;
	font-size:20px;
	font-size:2.0rem;
	padding:20px;
}
#business.idx .schedule_area {
	margin-top:60px;
}
#business.idx .box_schedule {
	background-color:#e5eaf0;
	padding:30px;
}
#business.idx .box_schedule .commb {
	display:table;
	margin-bottom:30px;
	position:relative;
	width:100%;
}
#business.idx .box_schedule .commb:last-child {
	margin-bottom:0;
}
#business.idx .box_schedule .commb:after {
	background-color:#aaaaaa;
	content:"";
	height:30px;
	width:8px;
	position:absolute;
	bottom:-30px;
	left:58px;
}
#business.idx .box_schedule .commb:last-child:after {
	background:none;
	height:0;
	width:0;
}
#business.idx .box_schedule .commb .times {
	background-color:#9ac4f6;
	color:#333;
	font-size:23px;
	font-size:2.3rem;
	font-weight:bold;
	text-align:center;
	width:140px;
}
#business.idx .box_schedule .commb .txt_dtl {
	background-color:#fff;
	padding:0 40px;
	width:700px;
}
#business.idx .box_schedule .commb .txt_dtl .lead {
	box-sizing:border-box;
	color:#003368;
	font-size:23px;
	font-size:2.3rem;
	font-weight:bold;
}
#business.idx .box_schedule .commb .pic_thumb {
	width:260px;
}
#business.idx .box_schedule .commb .pic_thumb img {
	width:100%;
}



@media print, screen and (min-width: 769px) {
/* ============ PC ============ */
#business.idx .detail_area .list_work li {
	float:left;
	margin-top:40px;
	margin-right:4%;
	width:48%;
}
#business.idx .detail_area .list_work li:nth-child(2n) {
	margin-right:0;
}
#business.idx .schedule_area .ttl .icon_open {
	display:none;
}
#business.idx .box_schedule .commb .times,
#business.idx .box_schedule .commb .txt_dtl,
#business.idx .box_schedule .commb .pic_thumb {
	display:table-cell;
	vertical-align:middle;
}
#business.idx .box_schedule .commb .times {
	border-radius:50%;
}
#business.idx .txt_lead + .more_area {
	margin-top:30px;
}
#business.idx .btn_more {
	display:none;
}

}

@media screen and (max-width: 768px) {
/* ============ SP ============ */
#business.idx .heading02 span {
	padding-left:25px;
}
#business.idx .summary_area .txt_lead {
	font-size:13px;
	font-size:1.3rem;
}
#business.idx .summary_area .box_detail {
	background-color:#e5eaf0;
	margin-top:40px !important;
	padding:30px 20px 20px;
	position:relative;
}
#business.idx .summary_area .box_detail:nth-of-type(2) > .pic img{
	width:50%;
}
#business.idx .summary_area .box_detail .box_ttl {
	border-radius:5px;
	font-size:13px;
	font-size:1.3rem;
	padding:8px;
	top:-15px;
	width:80%;
}
#business.idx .summary_area .box_other {
	margin-top:40px;
	padding:25px 15px 10px;
}
#business.idx .summary_area .box_other .ttl {
	font-size:12px;
	font-size:1.2rem;
	padding:8px;
	top:-15px;
	width:60%;
}
#business.idx .summary_area .box_other .txt_dtl dl {
	float:none;
	margin-right:0;
	width:100%;
}
#business.idx .summary_area .box_other .txt_dtl dl:last-child {
	margin-top:10px;
}
#business.idx .summary_area .box_other .txt_dtl dl dt {
	font-size:12px;
	font-size:1.2rem;
	padding:8px;
}
#business.idx .summary_area .box_other .txt_dtl dl dd {
	padding:10px 5px;
}
#business.idx .summary_area .box_other .txt_dtl .list li {
	float:none;
	font-size:11px;
	font-size:1.1rem;
	letter-spacing:0px;
	margin-right:0;
	padding-left:10px;
	position:relative;
}
#business.idx .summary_area .box_other .txt_dtl .list li:nth-child(n+2) {
	margin-top:5px;
}
#business.idx .summary_area .box_other .txt_dtl .list li:nth-child(3n) {
	margin-right:0;
}
#business.idx .summary_area .box_other .txt_dtl .list li:before {
	content:"";
	background-color:#003368;
	border-radius:50%;
	height:4px;
	width:4px;
	position:absolute;
	top:6px;
	left:0;
}

#business.idx .detail_area {
	margin-top:40px;
}
#business.idx .detail_area .list_work li {
	margin-top:10px;
}
#business.idx .detail_area .list_work .ttl_cts {
	font-size:12px;
	font-size:1.2rem;
	padding:8px 0;
}
#business.idx .detail_area .list_work .txt_area {
	font-size:12px;
	font-size:1.2rem;
	padding:10px;
}
#business.idx .schedule_area {
	margin-top:40px;
}
/*
#business.idx .schedule_area .ttl {
	position:relative;
}
#business.idx .schedule_area .ttl .icon_open {
	background-color:#003368;
	margin-top:-11px;
	position:absolute;
	top:50%;
	right:0;
	height:21px;
	width:21px;
}
#business.idx .schedule_area .ttl .icon_open:before {
	background-color: #fff;
	content: "";
	height: 1px;
	position: absolute;
	top: 10px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	right: 3px;
	width: 15px;
}
#business.idx .schedule_area .ttl .icon_open:after {
	background-color: #fff;
	content: "";
	height: 15px;
	position: absolute;
	top: 3px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	right: 10px;
	width: 1px;
}
#business.idx .schedule_area .ttl.open .icon_open:after {
	display:none;
}
*/
#business.idx .box_schedule {
	/*display:none;*/
	padding:10px;
}
#business.idx .box_schedule .commb {
	margin-bottom:10px;
	padding-bottom:59.2%;
	width:100%;
}
#business.idx .box_schedule .commb:after {
	height:10px;
	width:5px;
	position:absolute;
	bottom:-10px;
	left:14.5%;
}
#business.idx .box_schedule .commb .times,
#business.idx .box_schedule .commb .txt_dtl {
	display:table-cell;
	height:80px;
	vertical-align:middle;
}
#business.idx .box_schedule .commb .times {
	font-size:13px;
	font-size:1.3rem;
	width:30%
}
#business.idx .box_schedule .commb .txt_dtl {
	padding:0 10px;
	width:70%;
}
#business.idx .box_schedule .commb .txt_dtl .lead {
	font-size:13px;
	font-size:1.3rem;
}
#business.idx .box_schedule .commb .pic_thumb {
	position:absolute;
	bottom:0;
	left:0;
	width:99.6%;
}
#business.idx .txt_lead + .more_area {
	margin-top:20px;
}
#business.idx .btn_more {
	background-color:#003368;
	color:#fff;
	font-size:13px;
	margin-top:20px;
	padding:10px 0;
	position:relative;
	text-align:center;
}
#business.idx .btn_more .icon_open {
	margin-top:-11px;
	position:absolute;
	top:50%;
	right:10px;
}
#business.idx .btn_more .icon_open:before {
	background-color: #fff;
	content: "";
	height: 1px;
	position: absolute;
	top: 10px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	right: 3px;
	width: 15px;
}
#business.idx .btn_more .icon_open:after {
	background-color: #fff;
	content: "";
	height: 15px;
	position: absolute;
	top: 3px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	right: 10px;
	width: 1px;
}
#business.idx .btn_more.close .icon_open:after {
	display:none;
}

}

