@charset "UTF-8";
/*
========================================

	service > caseR > case.css
    
========================================*/	
/*---------------------------------------------------------

	image protect
	右フロートのprotectが動かない場合は  special2017 > work > work.css参照
	
---------------------------------------------------------*/

img.protecter {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

div.personBox {
	position:relative;
	/*  member_interview > person.css*/
}

span.personBox {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

div.caseTitle {	
	clear:both;
	width:96%;
	height:360px;
	margin:0 2% 8px 2%;
	padding:0;
	box-sizing:border-box;
	border-radius:3px;
	
	position:relative;
	z-index: 0;
}

article.toshiwakai div.caseTitle .inner {
	background:url(/service/caseR/toshiwakai/img/bg_title.jpg) no-repeat top right;
	background-size:cover;
}

article.toshima div.caseTitle .inner {
	background:url(/service/caseR/toshima/img/bg_title.jpg) no-repeat top right;
	background-size:cover;
}

article.saishukan div.caseTitle .inner {
	background:url(/service/caseR/saishukan/img/bg_title.jpg) no-repeat top right;
	background-size:cover;
}

article.hashima div.caseTitle .inner {
	background:url(/service/caseR/hashima/img/bg_title.jpg) no-repeat top right;
	background-size:cover;
}

article.ccf_kashiwatoyoshiki div.caseTitle .inner {
	background:url(/service/caseR/ccf_kashiwatoyoshiki/img/bg_title.jpg) no-repeat top right;
	background-size:cover;
}

article.premiere_o div.caseTitle .inner {
	background:url(/service/caseR/premiere_o/img/bg_title.jpg) no-repeat top right;
	background-size:cover;
}

article.safran_o div.caseTitle .inner {
	background:url(/service/caseR/safran_o/img/bg_title.jpg) no-repeat center center;
	background-size:cover;
}

article.komazawa_u div.caseTitle .inner {
	background:url(/service/caseR/komazawa_u/img/img_01a.jpg) no-repeat center center;
	background-size:cover;
}

article.syouyuuen_kunimi div.caseTitle .inner {
	background:url(/service/caseR/syouyuuen_kunimiNH/img/bg_title.jpg) no-repeat center center;
	background-size:cover;
}

article.syouyuuen_ota div.caseTitle .inner {
	background:url(/service/caseR/syouyuuen_otaNH/img/bg_title.jpg) no-repeat center center;
	background-size:cover;
}

article.vds_01 div.caseTitle .inner {
	background:url(/service/caseR/vds_01/img/bg_title.jpg) no-repeat center center;
	background-size:cover;
}

article.vds_02 div.caseTitle .inner {
	background:url(/service/caseR/vds_02/img/bg_title.jpg) no-repeat center center;
	background-size:cover;
}

article.vds_03 div.caseTitle .inner {
	background:url(/service/caseR/vds_03/img/bg_title.jpg) no-repeat center center;
	background-size:cover;
}

div.caseTitle .inner {
    width: 100%;
    height: 360px;
	padding:24px;
	box-sizing:border-box;
	border-radius:3px;
	
    display: block;
    /*background-attachment: fixed;*/
    overflow: hidden;
    z-index: 0;
}

.mainbg {
	background:rgba(0,0,0,0.1) url(/commonR/cmn_img/blank.png) repeat;
    background-size: 3px 3px;
    /*background-attachment: fixed;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
	
	border-radius:3px;
}

div.caseTitle span.tag {
	position:absolute;
	top:24px;
	left:24px;
	
    display:block;
	width:auto;
	
	height:auto;
	margin-right:24px;
	padding:4px 16px 5px 16px;
	
	font-size:12px;
	font-size:0.75rem;
	
	font-weight:normal;
    color:#fff;
    background:rgb(31,42,102);
	
	border-radius:0;
	border:1px solid #000;
	box-sizing:border-box;
}

div.caseTitle h4 {
	width: 100%;
	height: 50%;
	overflow: hidden;
	margin: auto;
	padding: 24px;
	box-sizing: border-box;
	border: none;
	background: none;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 3px;
	left: -31px;
	bottom: 0;
	right: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	
	font-size:1.5rem;
}

div.caseTitle p.name {
	margin:0;
	padding:0;
	
	position:absolute;
	bottom:24px;
	left:8px;
	color:#fff;
	
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-size: 1.125rem;
}

div.tabContents img {
	width:100%;
	margin:0;
	max-width:none;
	box-sizing:border-box;
	border:1px solid #fff;
}

div.tabContents img.logo {
    width: 80%;
	max-width: 320px;
    margin: auto;
}

div.tabContents img.protecter {
	border:none;
}

div.tabContents h6 {
	position:relative;
	padding:1em 1em 0.8em 1em;
	background-color:#f6f6f6;
	
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	
	/*border-bottom:1px solid #ddd;*/
	border-bottom:1px solid rgba(37,52,142,0.2);
	/*border-bottom:1px solid #bec2dd;*/
	
	font-weight:bold;
	
	-webkit-box-shadow:-1px 2px 1px #f6f6f6;
	-moz-box-shadow:-1px 2px 1px #f6f6f6;
	box-shadow:-1px 2px 1px #f6f6f6;
}

div.tabContents h6::after {
	position:absolute;
	top:0;
	right:0;
	content: '';
	width:0;
	border-width:0 20px 20px 0;
	border-style:solid;
	
	/*
	border-color:#fff #fff #ccc #ccc;
	border-color:#fff #fff #bbdefb #bbdefb;
	*/
	border-color:#fff #fff #bec2dd #bec2dd;

	-webkit-box-shadow:-2px 2px 2px #e5e5e5;
	-moz-box-shadow:-2px 2px 2px #e5e5e5;
	box-shadow:-2px 2px 2px #e5e5e5;
}

div.tabContents dl dt {
	clear:both;
	margin-bottom:24px;

	box-sizing:border-box;
	
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
	line-height: 1.75rem;
	
	font-weight:normal;
}

div.tabContents dl dd.box {/*図やテーブルが入る場合*/
	width:100%;
	padding:0;
	box-sizing:border-box;
}

div.tabContents dl dd {
	margin-bottom:24px;
	padding:0 16px;
}

div.tabContents dl dd.title {
	/*margin-bottom:24px;*/
	margin-bottom: 8px; 
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 32px;
	line-height: 1.96875rem;
	
	font-weight:bold;
	border-left:4px solid #3648b3;
}

/*caseData*/

div.tabContents dl.caseData dt {
	padding:4px 16px 2px 16px;
	
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 25px;
	line-height: 1.53125rem;
	
	background:rgba(37,52,142,0.1);/*#25348e*/
	border-bottom:1px solid rgba(37,52,142,0.2);
	/*border-bottom:1px solid #bec2dd;*/
}

dl.caseData img {
	width:100%;
	margin:0 auto 24px auto;
	max-width:360px;
}

dl.caseData img.logo {
	max-width:200px;
	margin:0 auto;
}

article.toshiwakai dl.caseData img.logo {max-width:160px;}
	
dl.caseData img.logoSV {max-width:240px;}

dl.caseData ul,
dl.caseData table {
	width:100%;
	margin:0;
	padding:0;
}

dl.caseData ul.setin li {background:none;}

dl.caseData table th,
dl.caseData table td {
	padding:8px 10px;
	word-break: break-all;
}

dl.caseData table.inner,
dl.caseData table.inner th,
dl.caseData table.inner td {
	margin:0;
	border:none;
	background:none;
}

dl.caseData table.inner th,
dl.caseData table.inner td {
	width:auto;
	padding:0;
}

dl.caseData table.inner th {
	width:auto;
	border-right:1px solid #e5e5e5;
	padding-right:16px;
}

dl.caseData table.inner td {padding-left:8px;}

dl.caseData span.tag {
	margin:0 0 8px 0;
    background:rgb(37,52,142);
	border:1px solid rgb(31,42,102);
}

dl.caseData ul.fyr li {
	background:none;
	padding:0;
}

dl.caseData ul.fyr li a {
	text-decoration:underline;
	margin-bottom:24px;
}

dl.caseData ul.fyr li span.tag {
	display:block;
	width:100%;
}

div.person {
	width:94%;
	margin:-8px 3% 24px 3%;
	padding:16px;
	box-sizing:border-box;
	border-radius:3px;
	/*background:rgba(37, 52, 142, 0.1);*/
	background:url(/service/caseR/toshiwakai/img/bg_person.jpg) no-repeat bottom center;
	background-size:cover;
}

div.person img.thumb {
	width:120px;
	height:120px;
	border-radius:60px;
	margin:0 auto;
	border:1px solid rgba(37,52,142,0.1);
}

div.person dl {
	width:100%;
	margin:0;
}

div.person dl dt {
	margin-bottom:8px;
	padding:4px 16px;
	box-sizing:border-box;
	text-align:center;
	background:#fff;
	border:1px solid rgba(37,52,142,0.3);

	font-size: 12px;
	font-size: 0.75rem;
	line-height: 21px;
	line-height: 1.3125rem;
	
	font-weight:bold;
}

div.person dl dd.name {
	margin:0;
	padding:0 16px;
}

div.person dl ul.row  {
	width: 100%;
	margin: 0;
	padding: 0;
}

div.person dl ul.row li {
	margin: 0;
	padding: 0;
	background: none;
	
	text-align: center;
}

span.caption {
	display:inline-block;
	margin-bottom:8px;
	padding:4px 24px 0 24px;
	
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 18px;/*規定（1.75）外OK*/
	
	background:url(/commonR/cmn_img/icon_triangle_bl_up.png) no-repeat 7px 7px;
	color:#444;
}

@media only screen and (min-width:480px) {

span.caption.group {margin-left:-100%;}/*2枚横並びの画像にキャプションひとつの場合*/
	
}

#tabBtn {
	width:80%;
	height:40px;
	line-height:40px;
	
	max-width:326px;
	margin-left:auto;
	margin-right:auto;

	cursor:pointer;
	text-align:center;
	
	background:#f6f6f6 url(/commonR/cmn_img/icon_arrow.png) no-repeat 98% center;
	background-size: 14px 14px;
	
	color:#999;
	font-weight:bold;
	border:1px solid #ddd;
	
	border-radius:3px;
}

@media only screen and (min-width: 641px) {
	
div.person {
	width:90%;
	margin:-8px auto 24px auto;
}

div.person img.thumb {
	width:140px;
	height:140px;
	border-radius:70px;
	margin:0 auto;
}
	
/*写真を右側に配置する場合*/

div.person dl {
	float:left;
	width:65%;
	margin:0;
	padding:0;
}

div.person dl dt {text-align:left;}

div.person span.personBox {
	float:right;
	width:30%;
	margin:0;
	padding:0;
	min-width:160px;
}

/*写真を左側に配置する場合*/
	
div.p02 dl {
	float:right;
	width:65%;
	margin:0;
	padding:0;
}

div.p02 span.personBox {
	float:left;
	width:30%;
	margin:0;
	padding:0;
	min-width:160px;
}

/*複数人の場合*/
	
div.p03 {padding: 16px 0;}
	
div.p03 dl {
	float:none;
	width:100%;
	margin:0;
	padding:0;
}

div.p03 span.personBox {
	float:none;
	width:30%;
	margin:0 auto;
	padding:0;
	min-width:160px;
}
	
}

@media only screen and (min-width: 768px) {

div.caseTitle {
	width:98%;
	margin:0 1% 16px 1%;
}

div.caseTitle h4 {
	width:98%;
	height:50%;
	margin-right:2%;
	
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 42px;
    line-height: 2.625rem;
}
	
div.caseTitle p.name {
	left:24px;
}

div.caseTitle span.tag {
	font-size:14px;
	font-size:0.875rem;
}
	
dl.caseData img {
	width:60%;
	float:right;
	margin:0;
	padding:0 0 0 24px;
	box-sizing:border-box;
}

dl.caseData img.logo {
	width:40%;
	float:left;
	margin:0;
	padding:0;
	max-width:240px;
}
	
article.toshiwakai dl.caseData img.logo {max-width:180px;}

dl.caseData .setin {
	width:40%;
	float:left;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
	
dl.caseData img.logoSV {
	width:40%;
	float:right;
	margin:0;
	padding:0 0 24px 24px;
	box-sizing:border-box;
}

dl.caseData ul.fyr li span.tag {
	display:block;
	float:left;
	width:160px;
	margin-right:24px;
	text-align:center;
}

}




/*komazawa_u*/

div.timeline {
	width: 100%;
	background: #fff;
}

/*div.timeline h5,*/
div.timeline p.last {
	clear: both;
	color:#e7336e;
	margin-bottom: 0;

	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;

	font-weight: 500;
	background: #fff;
}
/*
div.timeline h5 {
	width: 100%;
	margin: 0;
	font-size: 20px;
	font-size: 1.25rem;
	background:#8a8184;
	color: #fff;
	height: 52px;
	line-height: 52px;
}*/

div.timeline p.last {padding-bottom: 24px;}

p.title {
	padding: 24px 0 8px 0;
	
	font-size:24px;
	font-size:1.5rem;
	line-height: 32px;
	line-height: 2rem;
	
	font-weight:500;
	background: #fff;
	color: rgba(231,51,110,0.8);
	text-align: center;
	font-style: italic;
}

p.title span.small {
	display: block;
	font-size: 18px;
	font-size: 1.125rem	;
	color: rgba(231,51,110,0.5);/*#e7336e;*/
}

p.title span.large {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 48px;
	line-height: 3rem;
	font-weight:700;
	border-bottom: 4px double rgba(231,51,110,0.5);/*#e7336e;*/
	color: rgba(231,51,110,1);/*#e7336e;*/
    background: #fff;
}

div.timeline dl {
	width: 100%;	
	margin:0 0 24px 0;
	/*padding: 24px;*/
	box-sizing: border-box;
}

div.timeline dl dt.month {
	clear: both;
	padding:0;
	margin-top: 16px;
	margin-bottom: 24px;

	font-size:24px;
	font-size:1.5rem;

	font-style: italic;
	font-weight:500;
	background: #fff;
	color:  rgba(231,51,110,1);
	text-align: center;
}

div.timeline dl span.inner {
	display: block;
	width: 90%;
	max-width:480px;
	margin: 0 auto;
	padding: 24px 0;
}

div.timeline dl img {
	display:block;
	width: 100%;
	margin: 24px 0;
}

div.timeline dl img.logo {
	max-width:240px;
	margin: 0 auto 24px auto;
}

div.timeline dd.chart img {width: 100%;}

div.timeline dl dd.client {background: rgba(121,74,168,0.2);}

div.timeline dl dd.itnet {background: rgba(231,51,110,0.15);}

div.timeline dl dd.itnet span.inner dd {
	font-size:14px;
	font-size:0.875rem;
}

div.timeline span.notes {
	margin-top: -16px;
	color: rgba(51,49,50,0.75);
}

@media only screen and (min-width: 1024px) {
	
/*div.mainImg h4.case {
	font-size: 16px;
	font-size: 1rem;
}

div.timeline h5 {border-top:16px solid #fff;}*/

div.timeline {
	padding:0 16px;
	box-sizing: border-box;
	background:#fff url(/service/caseR/komazawa_u/img/line.png) repeat-y top center;
	background-size: 4px 32px;
}
	
div.timeline dl dt.month {
	font-size:32px;
	font-size:2rem;
	height: 60px;
	line-height: 60px;

	background:url(/service/caseR/komazawa_u/img/point.png) no-repeat center center;
	background-size: 16px 16px;

	text-align: left;
	text-indent: 53%;
}

div.timeline dl dd {
	padding:24px;
}
	
div.timeline dd.chart {
	clear: both;
	width: 100%;

	padding:32px 24px;
	border: 4px double rgba(231,51,110,0.5);
	box-sizing: border-box;
	background: #fff;
}
	
div.timeline dd.chart img {
	max-width: 800px;
	margin: 0 auto;
}
	
div.timeline dl dd.client {	
	width: 47%;	
	float: left;
	margin:0 0 24px 0;
	box-sizing: border-box;

	position: relative;
}
	
div.timeline dl dd.client::after {
	content: "";
	position: absolute;
	top: 90px;
	left: 100%;
 	margin-top: -24px;
	border: 24px solid transparent;
	border-left: 24px solid rgba(121,74,168,0.2);
}

div.timeline dl dd.itnet {
	width: 47%;	
	float: right;
	margin: 90px 0 24px 0;
	box-sizing: border-box;
	
	position: relative;
}
	
div.timeline dl dd.itnet::after {
	content: "";
	position: absolute;
	top: 90px;
	right: 100%;
 	margin-top: -24px;
	border: 24px solid transparent;
	border-right: 24px solid rgba(231,51,110,0.15);
}

div.timeline dl span.inner {padding: 0;}

}

div.timeline dl dd.client span.inner dl {
	width: 100%;	
	margin: 24px 0;
	padding: 0;
	box-sizing: border-box;
}

div.timeline dl dd.client span.inner dt {
	clear: both;

	margin-left: -4px;
	margin-bottom: 24px;
	padding:14px 16px 16px 16px;

	border: 1px solid rgba(121,74,168,0.5);
	border-left: 4px solid #794aa8;

	font-size:17px;
	font-size:1.0625rem;

	text-indent: 0;
	height: auto;
	line-height: inherit;

	background: #fff;
	color: #794aa8;
	font-style: normal;
	font-weight: 700;
}

div.timeline dl dd.client span.inner dd {
	padding: 0;
	text-indent: 0;
	margin-bottom: 24px;
}

div.timeline dl dd.itnet span.inner dl {
	width: 100%;	
	margin: 24px 0;
	padding: 16px;
	box-sizing: border-box;
	background: #fff;
}

div.timeline dl dd.itnet span.inner dt {
	clear: both;

	text-align: center ;

	font-size:16px;
	font-size:1rem;
	text-indent: 0;
	
	margin-bottom: 8px;
	padding-bottom: 8px;
	
	border-bottom: 1px solid #e7336e;
	background: #fff;
	color: #e7336e;
	font-style: normal;
	font-weight: 500;
}

div.timeline dl dd.itnet span.inner dd {
	padding: 0;
	margin-bottom: 4px;
}

div.timeline dl dd.itnet span.inner dl.list dd {
	position: relative;
	padding-left: 1rem;
}

div.timeline dl dd.itnet span.inner dl.list dd::before {
	position: absolute;
	content: '';
	border-radius: 100%;
	top: 11px;
	left: 0;
	z-index: 2;
	width: 5px;
	height: 5px;
	background: #f084a8;
}

div.timeline dl dd.client span.logo{
	display: block;
	width: 144px;
	height: 144px;
	border-radius: 50%;
	margin: 0 auto 16px auto;

	background: #fff url("/service/caseR/komazawa_u/img/logo_client.gif") no-repeat center center; 
	background-size:contain;
	
	border: 5px double rgba(121,74,168,0.5);
}

div.timeline dl dd.itnet span.logo{
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto 16px auto;

	background: #fff url("/service/caseR/komazawa_u/img/logo_itnet.gif") no-repeat center center; 
	background-size:contain;

	border: 5px double rgba(231,51,110,0.5);
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------

	print
	
	基本設定は/commonR/css/main.css

--------------------------------------*/

@media print {
	
div.caseTitle {
	height:260px;
	margin-bottom:24px;
	background:#333;
}

div.caseTitle span.tag {
	font-size:14px;
	font-size:0.875rem;
}

article.toshiwakai div.caseTitle .inner {
	height:260px;
	background:url(/service/caseR/toshiwakai/img/bg_title.jpg) no-repeat center center;
	background-size:cover;
}

article.toshima div.caseTitle .inner {
	height:260px;
	background:url(/service/caseR/toshima/img/bg_title.jpg) no-repeat center center;
	background-size:cover;
}
	
article.saishukan div.caseTitle .inner {
	height:260px;
	background:url(/service/caseR/saishukan/img/bg_title.jpg) no-repeat center center;
	background-size:cover;
}

article.hashima div.caseTitle .inner {
	height:260px;
	background:url(/service/caseR/hashima/img/bg_title.jpg) no-repeat center center;
	background-size:cover;
}

div.caseTitle h4 {
	width:80%;
	height:50%;
	margin-right:20%;
	
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 35px;
    line-height: 2.1875rem;
}

div.tabContents h6,
div.tabContents h6::after {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	
	-webkit-filter:blur(0);/*for Chrome*/
}

div.person {
	width:90%;
	margin:-8px auto 24px auto;
}

div.person img.thumb {
	width:140px;
	height:140px;
	border-radius:70px;
	margin:0 auto;
}

div.person dl {
	float:left;
	width:65%;
	margin:0;
	padding:0;
}

div.person dl dt {text-align:left;}

div.person span.personBox {
	float:right;
	width:30%;
	margin:0;
	padding:0;
	min-width:160px;
}

div.p02 dl {
	float:right;
	width:65%;
	margin:0;
	padding:0;
}

div.p02 span.personBox {
	float:left;
	width:30%;
	margin:0;
	padding:0;
	min-width:160px;
}

div.p03 {padding: 16px 0;}
	
div.p03 dl {
	float:none;
	width:100%;
	margin:0;
	padding:0;
}

div.p03 span.personBox {
	float:none;
	width:30%;
	margin:0 auto;
	padding:0;
	min-width:160px;
}

.row li {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	
	page-break-inside:avoid;
}

.row li img {
	width:96%;
	margin:0 2%;
}

dl.caseData img {
	width:60%;
	float:right;
	margin:0;
	padding:0 0 0 24px;
	box-sizing:border-box;
}

dl.caseData img.logo {
	width:40%;
	float:left;
	margin:0;
	padding:0;
	max-width:180px;
}

dl.caseData .setin {
	width:40%;
	float:left;
}
	
dl.caseData img.logoSV {
	width:40%;
	float:right;
	margin:0;
	padding:0 0 24px 24px;
	box-sizing:border-box;
}

div.tabContents.hide {/*page-break-inside:avoid;*/}

#tabBtn {display:none;}

}


ul.normal li {
	margin-left: 16px;
	list-style: circle outside ;
}

ol.normal li {
	margin-left: 16px;
	list-style: decimal outside ;
}

.p-16 {
	padding: 16px !important;
}
