/*============================
	Foundation
==============================*/


/*============================
	Layout
==============================*/


/*============================
	Object
==============================*/

/*---------------
	component
----------------*/

.c-limitHeight{
	height: 276px;
	width: auto;
}
.c-limitHeight--175{
	height: 175px;
	width: auto;
}
.c-limitHeight--220{
	height: 220px;
	width: auto;
}
.c-limitHeight--240{
	height: 240px;
	width: auto;
}
.c-limitHeight--290{
	height: 290px;
	width: auto;
}
.c-limitHeight--300{
	height: 300px;
	width: auto;
}
.c-caption{
	font-size: 0.8125rem;
	line-height: 1.4em;
	padding: 0.5em 0 1em;
	letter-spacing: 0;
}

/*---------------
	project
----------------*/
.p-cornerTitle--solution{
	background-color: #ccc;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
.p-cornerTitle__shoulder{
	font-weight: 400;
	flex: 0 0 auto;
	width: 9em;
	position: relative;
	box-sizing: border-box;
	line-height: 1.2;
	font-size: 0.8125rem;
	margin: 0.9em 1em 0.95em 1.2em;
}
.p-cornerTitle__shoulder .c-num{
	position: absolute;
	top:-0.6rem; right:0px;
	font-size:3rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0em;
}

.p-cornerTitle__solutionTitle{
	flex: 1 1 auto;
	font-size: 1.75em;
}

.p-solutionMainArea{
	width: 660px;
	margin: 0 auto 1rem;
}
.p-solutionMainArea__img{
	text-align: center;
}
.p-solutionMainArea__lede{
	font-size: 1rem;
	line-height: 1.75rem;
}

/*p-solutionCaseBox*/
.p-solutionCaseBox{
	border: #ccc 1px solid;
	margin-bottom: 2rem;
}
.p-caseLabel{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1.2;
	padding: 0.25em 1em 0.3em;
	background-color: #ccc;
	color: #fff;
	margin: -1px -1px 0;
}
.p-caseLabel__soulder{
	flex: 0 0 auto;
	width: auto;
	margin-right: 0.5em;
	font-size: 1rem;
}
.p-caseLabel__soulder .c-num{
	font-size: 1.6rem;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.2em;
}
.p-caseLabel__project{
	flex: 1 0 auto;
	font-size: 1.125rem;
}

.p-caseHeader{
	background-color: #f0f0f0;
	padding: 1.2rem 24px 1.2rem;
}
.p-solutionCaseBox__title{
	font-size: 1.375rem;
	margin-bottom: 1rem;
}
.p-caseHeader__body{
	font-size: 1rem;
	line-height: 1.75rem;
	position: relative;
	min-height: 220px;
}
.p-caseHeader__body.t{
	min-height: 380px;
}
.p-caseHeader__lede{
	width: 420px;
	text-align: justify;
}
.p-caseHeader__img{
	width: 270px;
	position: absolute;
	right: 0px; top:0px;
}
.p-caseHeader__data{
	color: #666;
	font-size: 0.75rem;
	margin-top: 1em;
	line-height: 1.7;
}

.p-caseFeature{
	font-size: 1rem;
	line-height: 1.75rem;
	padding: 1.5rem 24px;
}

.p-caseFeature__title{
	color: #ccc;
}

/*p-case__col*/
.col2 .p-case__col{
	width: 48%;
}

/*p-caseAncMenu*/
.p-caseAncMenu{
}
.p-caseAncMenu__title{
	border-top: #ccc 1px solid;
	padding: 1.5rem 0.5em 0 0;
	text-align: center;
	font-size: 1.6875rem;
}
.p-caseAncMenu__btns{
	padding: 1.8rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p-caseAncMenu__btns li{
	flex: 0 0 auto;
	width: 49%;
	line-height: 1;
}
.p-caseAncMenu__btns li a{
	font-size: 0.875rem;
	display: block;
	padding: 0.8rem 1rem 0.8em 1.8rem;
	border-radius: 1.2rem;
	border: #ccc 1px solid;
	margin-bottom: 0.8rem;
	position: relative;
	box-sizing: border-box;
	color: #212121;
	background: url(/tech/kd/common/images/arrow_red.svg) no-repeat 1em 50%;
	background-size: 6px auto;
}
.p-caseAncMenu__btns li a:hover{
	/*background: #f4f4f4;*/
}
.p-caseAncMenu__btns li a::before{
	content: "";
	position: absolute;
	display: block;
	top:0px;
	left: 40%;
	border-radius: 1.2rem;
	box-sizing: border-box;
	width: 20%;
	height: 100%;
	z-index: -1;
	background-color: #f4f4f4;
	opacity: 0;
	transition: all 0.2s;
}

.p-caseAncMenu__btns li a:hover::before{
	left: 0%;
	width: 100%;
	opacity: 1;
}

/*p-btnCaseIndex*/
.p-btnCaseIndex{
	text-align: right;
	font-size: 1rem;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.08em;
	clear: both;
}
.p-btnCaseIndex a{
	display: inline-block;
	padding: 0.9em 2.7em 0.9em 3em;
	margin: 0;
	border-left: #ccc 1px solid;
	background: url(/tech/kd/common/images/arrow_red.svg) no-repeat 1.5em 48%;
	background-size: 8px auto;
	transition: all 0.2s;
}
.p-btnCaseIndex a:hover{
	background-color: #f0f0f0;
}

/*bnav*/
.p-solutionBnav{
	margin: 3rem 0 0;
	padding-top: 1.75rem;
	/*padding-bottom: 3rem;*/
	border-top: #ccc 1px solid;
	/*border-bottom: #ccc 1px solid;*/
	
}
.p-solutionBnav__title{
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 2.25rem;
	font-weight: 400;
	color: #777;
	padding-right: 0.25em;
}
.p-solutionBnav__list{
	display: flex;
	justify-content: space-between;
}
.p-solutionBnav__btn{
	flex: 0 0 auto;
	width: 120px;
}
.p-solutionBnav__btn img{
	width: 100%;
	height: auto;
}
.p-solutionBnav__btn.is-current::before{
	display: none;
}

/*\--------colors------------------*/

/*soluion01*/
#solution_01 .p-cornerTitle--solution{
	background-color: #4B579F;
}
#solution_01 .p-caseAncMenu__title{
	border-top-color: #4B579F;
	color: #4B579F;
}
#solution_01 .p-caseAncMenu__btns li a{
	border-color: #4B579F;
}
#solution_01 .p-caseLabel{
	background-color: #4B579F;
}
#solution_01 .p-caseFeature__title{
	color: #4B579F;
}
/*soluion02*/
#solution_02 .p-cornerTitle--solution{
	background-color: #9A2020;
}
#solution_02 .p-caseAncMenu__title{
	border-top-color: #9A2020;
	color: #9A2020;
}
#solution_02 .p-caseAncMenu__btns li a{
	border-color: #9A2020;
}
#solution_02 .p-caseLabel{
	background-color: #9A2020;
}
#solution_02 .p-caseFeature__title{
	color: #9A2020;
}
/*soluion03*/
#solution_03 .p-cornerTitle--solution{
	background-color: #305C32;
}
#solution_03 .p-caseAncMenu__title{
	border-top-color: #305C32;
	color: #305C32;
}
#solution_03 .p-caseAncMenu__btns li a{
	border-color: #305C32;
}
#solution_03 .p-caseLabel{
	background-color: #305C32;
}
#solution_03 .p-caseFeature__title{
	color: #305C32;
}

/*soluion04*/
#solution_04 .p-cornerTitle--solution{
	background-color: #9CA13B;
}
#solution_04 .p-caseAncMenu__title{
	border-top-color: #9CA13B;
	color: #9CA13B;
}
#solution_04 .p-caseAncMenu__btns li a{
	border-color: #9CA13B;
}
#solution_04 .p-caseLabel{
	background-color: #9CA13B;
}
#solution_04 .p-caseFeature__title{
	color: #9CA13B;
}

/*soluion05*/
#solution_05 .p-cornerTitle--solution{
	background-color: #444444;
}
#solution_05 .p-caseAncMenu__title{
	border-top-color: #444444;
	color: #444444;
}
#solution_05 .p-caseAncMenu__btns li a{
	border-color: #444444;
}
#solution_05 .p-caseLabel{
	background-color: #444444;
}
#solution_05 .p-caseFeature__title{
	color: #444444;
}

/*soluion06*/
#solution_06 .p-cornerTitle--solution{
	background-color: #719D3E;
}
#solution_06 .p-caseAncMenu__title{
	border-top-color: #719D3E;
	color: #719D3E;
}
#solution_06 .p-caseAncMenu__btns li a{
	border-color: #719D3E;
}
#solution_06 .p-caseLabel{
	background-color: #719D3E;
}
#solution_06 .p-caseFeature__title{
	color: #719D3E;
}

/*-------------------
	Utility
--------------------*/


@media print{
	.p-solutionCaseBox .grid{
		page-break-inside: avoid;
	}
}


/*============================
	sp
==============================*/

/*main font size*/
.sp .p-solutionMainArea__lede,
.sp .p-caseHeader__lede,
.sp .p-caseFeature{
	font-size: 1.07rem;
}
.sp .p-caseHeader__lede h3{
	line-height: 1.7;
}

/*l-title--sp p-snav*/
.sp .l-title--sp .p-snav__nav>li {
	width: 50%;
	border: none;
}
.sp .l-title--sp .p-snav__nav>li>a{
	margin-left: 0.5em;
	margin-right: 0.5em;
	border: #b6b6b6 1px solid;
	background-color: #fff;
	color: #212121 !important;
	box-shadow: 1px 2px 6px -2px rgba(0,0,0,0.3);
}
.sp .l-title--sp .p-snav__nav>li.is-current>a{
	background-color: #f0f0f0;
}

/*p-snav__nav*/
.sp .p-snav__nav>li li{
	width: 44%;
	margin-left:3%;
	margin-right:3%;
}
.sp .p-snav__nav>li li a{
	text-align: left;
	text-indent: 1em;
}
.sp .l-snav .p-snav__nav>li li:nth-last-of-type(3),
.sp .l-snav .p-snav__nav>li li:nth-last-of-type(2){
	background-image: none;
}
/*total solution*/

.sp .p-cornerTitle--solution {
	height: 6rem;
	box-sizing: border-box;
	margin-bottom: 2.5rem;
}
.sp .p-cornerTitle__shoulder {
	display: inline-block;
	width: 6rem;
	box-sizing: border-box;
	margin: 0rem 0 0.75rem 1.25rem;
	padding: 0.5rem 0 0;
}
.sp .p-cornerTitle__shoulder .c-num {
	top: 0.25rem;
	font-size: 2.25rem;
}
.sp .p-cornerTitle__solutionTitle{
	line-height: 1.3;
	font-size: 1.5rem;
	padding: 0.75rem 0rem 0.75rem 0.75rem;
	letter-spacing: 0;
	font-feature-settings: "palt";
}
.sp .p-cornerTitle__solutionTitle.u-tight{
	letter-spacing: -0.04em;
}
.sp .p-solutionMainArea {
	width: 100%;
	padding: 0 1.25rem;
	box-sizing: border-box;
}
.sp .p-solutionMainArea__lede {
	margin: 2rem 0 2rem;
	line-height: 1.9;
}

.sp .p-caseAncMenu__btns{
	display: block;
}
.sp .p-caseAncMenu__btns{
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
.sp .p-caseAncMenu__btns li{
	width: 100%;
}
.sp .p-caseAncMenu__btns li a{
	padding: 1rem 1rem 1em 1.8rem;
	border-radius: 3rem;
}
.is-ipad .p-caseAncMenu__btns li a::before,
.sp .p-caseAncMenu__btns li a::before{
	display: none;
}

.sp .p-caseHeader {
	padding: 1.2rem 1.25rem 1.2rem;
}

.sp .p-caseLabel{
	padding: 0.5rem 0 0.55rem 1.25rem;
	width: 100%;
	box-sizing: border-box;
}
.sp .p-caseLabel__project{
	/*margin: 0.5em 0 0.5em;*/
}

.sp .p-solutionCaseBox__title{
	line-height: 1.4;
}
.sp .p-caseHeader__img {
	width: 100%;
	position: static;
	margin: 0 auto 1rem;
}

.sp .p-caseHeader__lede {
	width:100%;
}

.sp .p-caseFeature {
	line-height: 1.9;
	padding: 1.5rem 1.25rem;
	text-align: justify;
}
.sp .p-caseHeader__body{
	line-height: 1.9;
}
.sp .p-solutionBnav {
	display: none;
}

.sp .p-caseFeature .grid {
	display: block;
}

.sp .p-case__col,
.sp .col2 .p-case__col {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5rem;
	width: 70%;
	max-width: 360px;
}
.sp .col1 .p-case__col {
	width: 100%;
}
.sp .c-limitHeight,
.sp .c-limitHeight--240,
.sp .c-limitHeight--220{
	height: auto;
	width: 100%;
}
.sp .p-case__col.u-spSmall{
	width: 48%;
}

.is-ipad .p-caseAncMenu__btns li a,
.is-ipad .p-btnCaseIndex a,
.sp .p-caseAncMenu__btns li a,
.sp .p-btnCaseIndex a{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	transition: none;
}
.is-ipad .p-caseAncMenu__btns li a.active,
.is-ipad .p-btnCaseIndex a.active,
.sp .p-caseAncMenu__btns li a.active,
.sp .p-btnCaseIndex a.active{
	background-color: #e6e6e6;
}

@media screen and (max-width:360px){
	.sp .p-caseAncMenu__btns{
		margin-left: 0.5rem;
    margin-right: 0.5rem;
	}
	.sp .p-cornerTitle__shoulder {
		width: 3rem;
		margin: 0rem 0 2.5rem 1rem;
	}
	.sp .p-cornerTitle__shoulder .c-num {
		top: 2.25rem;
		left:0px;
	}
	.sp .p-solutionCaseBox__title{
		font-size: 1.2rem;
	}
}
