@charset "utf-8";

/* -------------------------------- 
Theme: Curation Media
Title: Block contents style
Copyright: X-Link-Life K.K.
Author: Shogo Yokosaka
-------------------------------- */

/* --------------------------------------------------
 
----------------------------------------------------*/
.box-title {
    position: relative;
    padding: 0.5em 0.8em 0.5em 2em;
    border: 3px solid #8A3E49;
	background-color:#9D2F29;
	background-size:28px;
	background-position:left top 1px;
	background-repeat:no-repeat;
	color:#fff;
	text-align:left;
	margin-top:50px;
	margin-bottom:50px;
	font-size:130%;
}

.box-title:after {
     position: absolute;
     top: 50%;
     left:0.7em;
     transform:translateY(-50%);
     content: '';
     width: 12px;
     height:12px;
     border: solid 3px #fff;
     border-radius:100%;
}
.side-title {
    position: relative;
    padding: 0.4em 1em;
	background-color:#9D2F29;
	background-repeat:no-repeat;
	color:#fff;
	text-align:center;
	font-size:100%;
}
/* --------------------------------------------------
 求人情報
----------------------------------------------------*/
#block-job {
	width:100%;
	padding:80px 2%;
}

#block-job .card {
	position: relative;
}
#block-job .card a {
	display: block;
	position:absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;	
}

#block-job .card a:hover {
	background-color:#fff;
	border:20px solid #fff;
	opacity:0.2;
}

#block-job .card-text {
	height:88px;
	overflow-y: hidden;
}
/* --------------------------------------------------
 カテゴリリスト
----------------------------------------------------*/
#block-category {
	padding:80px 0;
}
#block-category .cat-box {
	position:relative;
}
#block-category dl {
	font-size:90%;
}
#block-category dt {
	font-size:120%;
}
#block-category dd {
	font-size:80%;
}
#block-category a {
	display: block;
	position:absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
}

#block-category .photo {
	max-width:50px;
	max-height:50px;
	overflow:hidden;
	float:left;
}
/* --------------------------------------------------
 メイン画像スライダー
----------------------------------------------------*/
#main-slider.service {
	/* max-width:100%; */
	margin: 0 auto;
	text-align: center;
}
#main_image {
	width:100%;
	margin: 0 auto;
	text-align: center;
}
#main_image img {
	width: 100%;
}
/*
.bx-wrapper {
	margin: 0 !important;
}
.bx-wrapper .bx-pager {
	bottom: 10px !important;
}
*/

/* --------------------------------------------------
 メイン画像スライダー
----------------------------------------------------*/
#block-article .card {
	position:relative;
}

#block-article a {
	display: block;
	position:absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
}

/* --------------------------------------------------
	サイドカラム用カテゴリ選択
----------------------------------------------------*/
#block-category-select {
	font-size:90%;
}
#block-category-select ul {
	margin:0 !important;
	padding:0 !important;
}
#block-category-select ul > li,
#block-category-select ul > li > ul > li {
	list-style:none !important;
}

#block-category-select ul li ul li:before {
	content: "└ ";
	padding-left:20px;
}
#block-category-select ul li ul li > a {
}
