@charset "utf-8";
/* CSS Document */

/*-------------------
導入事例TOPページ用CSS
/case/index.asp
-------------------*/
header{
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
}
header img{
	width: 8.5em;
}
.footer_nav .footer_list_title{
	color: #fff;
}
h1 {
	font-size: 1em;
	line-height: 1.4;
}
.contents {
	width: 90%;
    min-width: 260px;
	max-width: 64em;
	margin: auto;
	text-align: center;
}
.mb-85 {
	margin-bottom: 8.5em;
}
#contents-wrap {
	margin: 0 auto;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	header{
		box-shadow: none;
	}
	#contents-wrap {
		width: 980px;
	}
	.contents {
		width: 100%;
	}
}

/* タブレット横サイズ 1200px(16×75em)~ mdサイズ */
@media screen and (min-width:75em) {
	#contents-wrap {
		width: 1024px;
	}
}

/*-----------------
 *pege title
-----------------*/
.page_title { 
	padding: 88px 0 30px;
}
.page_title h1{
	font-size: 14px;
}
.page_title h1 span.h1 {
	padding-bottom: 0.1em;
	font-size: 32px;
	font-weight: bold;
	display: block;
}
.page_title h1 span.color{
	color: #ff5a00;
	font-weight: bold;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.page_title { 
		padding: 148px 0 60px;
	}
	.page_title h1{
		font-size: 16px;
	}
	.page_title h1 span.h1{
		font-size: 38px;
	}
}


/*-----------------
 *左カラム
-----------------*/
#sec-case { 
    margin-bottom: 5em;
	text-align: left;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	#sec-case { 
		width: 684px;
		text-align: center;
		float: left;
	}
}

/*-----------------
 *左カラム オススメ事例
-----------------*/
.rcmd_bg{
    text-align: center;	
	background-image: url(/web/jp/case/images/common/line_green.gif);
	background-repeat: repeat;
	width: 100%;
	height: auto;
	margin-bottom: 60px;
	position: relative;
}
li.rcmd{
    text-align: left;
	width: 100%;
	max-width: 966px;
	margin: auto;
	position: relative;
}
li.rcmd a{
	color: #fff;
    height: 100%;
	display: block;
}
li.rcmd a:hover{
	color: #E6F0CF;
}
li.rcmd img{
	position: absolute;
	width: 100%;
    margin: 30px 0;
}
li.rcmd dl{
	max-width: 560px;
    padding: 250px 0 20px 0;
}
li.rcmd dl dt{
    color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
li.rcmd dl dd{
    color: #fff;
	font-size: 16px;
	line-height: 1.5em;
    text-decoration: underline;
}
.more{
	font-size: 18px;
    color: #444;
	font-weight: bold;
	text-decoration: underline;
	position: absolute;
	bottom: 10px;
	right: 8%;
}
li.rcmd a:hover .more{ color: #666; }

/* タブレット横サイズ 768px(16×48em)~ mdサイズ */
@media screen and (min-width:48em) {
	.rcmd_bg{
		width: 100%;
		height: 250px;
		margin-bottom: 60px;
	}
	li.rcmd img{
		width: 300px;
		margin: 30px;
	}
	li.rcmd dl{
		padding: 36px 32px 0 350px;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	li.rcmd a dl dt,li.rcmd a dl dd{
		/*transition: color .2s;*/
	}
	li.rcmd a:hover dl dt,li.rcmd a:hover dl dd{
		opacity: 0.8;
		color: #333;
		transition: .2s;
	}
}

/*-----------------
 *左カラム　サービスタグ
-----------------*/
.tag{
	font-size: 14px;
	color: #fff;
	position: absolute;
    top: 214px;
}
.case_list li.case .tag{
	font-size: 10px;
}
.tag span{
	margin-left: 10px;
	padding: 1px 3px;
}
.tag .tag_emp{ background-color: #d66860; }
.tag .tag_asp{ background-color: #2d67a3; }
.tag .tag_kikaku{ background-color: #e19140; }
.tag .tag_seikyu{ background-color: #297f3a; }
.tag .tag_hayabarai{ background-color: #00338D; }
.tag .tag_contract{ background-color: #934681; }
.tag .tag_channel{ background-color: #333; }

/* タブレット横サイズ 768px(16×48em)~ mdサイズ */
@media screen and (min-width:48em) {
	.tag{
		left: 30px;
	}
	.case_list li.case .tag{
		font-size: 12px;
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {	
}


/*-----------------
 *左カラム　事例検索
-----------------*/
h2 {
	font-size: 1.5em;
	margin-bottom: 20px;
	text-align: left;
	/*border-left: 3px solid #333;*/
    line-height: 40px;
    vertical-align: middle;
    padding-top: 50px;
	margin-top: -50px;
    padding-left: 10px;
	position: relative;
}
h2:before{
	content: " ";
	position: absolute;
	height: 34px;
	border-left: 3px solid #333;
	top: 50px;
	bottom: 0;
	left: 0;
}
.select-case{
	border: 1px solid #ccc;
	padding-top: 20px;
	margin: 0 auto 20px;
	width: calc(100% - 4% - 3px);
}
.mclass, .sclass{
	padding: 0 20px;
}
.parent, .children{
	width: 100%;
	height: 34px;
	margin-bottom: 10px;
}
.filter_btn{
	background-color: #333;
	border: 1px solid #333;
	border-radius: 4px;
	width: 80px;
	height: 32px;
    margin-right: 20px;
	text-align: center;
    float: right;
}
.filter_btn p{
	color: #fff;
	line-height: 32px;
}
.check_all{
    background-color: #f0f0f0;
	border-top: 1px solid #ccc;
    padding: 20px;
    margin-top: 50px;
	text-align: left;
}

/* タブレット横サイズ 768px(16×48em)~ mdサイズ */
@media screen and (min-width:48em) {
	.parent, .children{
		width: 40%;
		float: left;
		margin-right: 2%;
		margin-bottom: 0;
	}
	.filter_btn{
	}
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	h2{
		padding-top: 90px;
		margin-top: -90px;
	}
	h2:before{
		top: 90px;
	}
	.filter_btn:hover{
		cursor: pointer;
		background-color: #f0f0f0;
	}
	.filter_btn:hover p{
		color: #333;
	}
}

/*-----------------
 *左カラム　事例一覧
-----------------*/
#grid{
	overflow: hidden;
	z-index: 0;
	max-width: 340px;
	margin: auto;
}
.case_list{
	width: 100%;
	max-width: 1160px;
    margin: 0 auto;
}
.case_list li.case{
	width: 45%;
	height: 300px;
	margin: 0 2% 20px;
	max-width: 160px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	background-color: #fff;
    box-shadow: 0px 0px 2px 0px #c2c2c2;
	transition: .3s;
	display: inline-block;
	float: left;
	position: relative;
}
.case_list li.case:hover{
	border: 1px solid #86b81b;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 0px 0px 30px 0px #c9e098;
	transition: .5s;
}
.case_list li.case img{ width: 100%; }
.case_list li.case .tag{ top: 90px; }
.case_list li.case dl{
	color: #666;
	padding: 20px 10px 40px;
}
.case_list li.case dt{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 6px;
}
.case_list li.case dd{ font-size: 12px; line-height: 1.5em; }
.case_list li.case dd.case_sup{
    font-size: 10px;
    font-weight: bold;
    width: 90%;
    padding: 5px 0;
    border-top: 1px solid #ccc;
	position: absolute;
    bottom: 0;
}
.bg_img{
	background-image: url("/web/jp/case/images/common/img_bg.gif");
	width: 150px;
	height: 200px;
	position: fixed;
	top: 370px;
	right:30px;
	z-index: 1;
}

/* 特殊ブレークポイント */
/* タブレット横サイズ 560px(16×35em)~ mdサイズ */
@media screen and (min-width:35em) {
	#grid{
		width: 550px;
		margin: auto;
	}
}

/* タブレット横サイズ 768px(16×48em)~ mdサイズ */
@media screen and (min-width:48em) {
	#grid{
		width: 100%;
		max-width: 690px;
	}
	.case_list li{
		text-align: left;
	}
	.case_list li.case{
	    width: 29%;
		height: 310px;
		max-width: 300px;
		margin: 0 2% 20px;
	}
	.case_list li.case dt{
		font-size: 16px;
	}
	.case_list li.case .tag{
		top: 124px;
		left: 0;
	}
}

/*-----------------
 *incファイル　右カラム
/case/include/side_new-hot.html
/case/include/side_newhotcase.html
-----------------*/
.sidearea {
	position:relative;
}
.sidearea .new-hot{
	margin-bottom: 40px;
    text-align: left;
}
.sidearea .new-hot h4{
	background: #333;
	color: #fff;
	position: relative;
	padding: 0.75em 0 0.75em 2.75em;
	margin-bottom: 1em;
}
.sidearea .new-hot h4::before{
	content: url("/web/jp/asp/yougo/images/yougo_attention.svg");
	position: absolute;
	top:6px;
	left: 12px;
	width: 1.5em;
    height: 1.5em;
}
.new-hot ul {
	width: 92%;
    margin: 0 auto;
}
.new-hot li {
	display: none;
    background: #fff;
	font-size: 0.9em;
    width: 100%;
    margin-bottom: 6px;
}
.new-hot li a {
    display: inline-block;
    width: 100%;
}
.new-hot li a img{
	width: 100px;
	float: left;
}
.new-hot li a p{
	float: left;
	width: calc(100% - 110px);
	margin-left: 10px;
	text-align: left;
}
.new-hot li a p.company{
	font-weight: bold;
	margin-bottom: 2px;
	line-height: 1.25;
}
.new-hot li a p.text{
	font-size: 12px;
	line-height: 1.25;
}
.bnr_link {
	text-align: center;
}
.bnr_link li {
	width: 92%;
    margin: 0 auto 1em;
	display: none;
}
.bnr_link li:last-child {
	margin-bottom: 20px;
}
.bnr_link li img {
	width: 100%;
}
.bnr_link li:hover {
	opacity: 0.85;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	.bnr_link li {
		width: 47.5%;
		padding-right: 1em;
		float: left;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em) {
	.sidearea {
		width: 260px;
		min-width: 260px;
		margin: auto;
		float: right;
		position: relative;
	}
	.new-hot ul {
		width: 100%;
	}
	.bnr_link li {
		width: 100%;
		padding: 0;
	}
	.new-hot li a:hover p{
		text-decoration: underline;
	}
	.new-hot li a:hover img{
		opacity: 0.85;
	}
}

/*-----------------
 *incファイル　右カラム タグ
-----------------*/
.new-hot li a p.side-tag{
	margin-bottom: 2px;
}
.new-hot li a p.side-tag span{
	font-size: 10px;
	color: #fff;
	display: inline-block;
	margin-right: 4px;
    padding: 1px 4px;
}
.new-hot .tag_channel{
	background-color: #333;
}
.new-hot .tag_contract{
	background-color: #934681;
}
.new-hot .tag_seikyu{
	background-color: #297f3a;
}
.new-hot .tag_hayabarai{
	background-color: #00338D;
}
.new-hot .tag_kikaku{
	background-color: #e19140;
}
.new-hot .tag_asp{
	background-color: #2d67a3;
}
.new-hot .tag_emp{
	background-color: #d66860;
}