  @charset "utf-8";

#ud_wide_body{
	width: 1300px;
	height: auto;
	margin: 0 auto;
	/*background-color: #ccc;*/
	
	display: flex;
	justify-content: space-between;
	position: relative;
}

/*============================
	Layout
==============================*/

/*header*/

.l-ud_wide_header{
	position: fixed;
	background-color: #fff;
	border-bottom: #ccc 1px solid;
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	z-index: 100;
}

.l-ud_wide_bottom{
	min-width: 960px;
}

/*============================
	Object
==============================*/

/*
	Project
*/

/*p-title_bar*/

.p-title_bar{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 1300px;
	/*width: 960px;*/
	margin: 0 auto;
}
.p-kjm_logo{
	flex: 0 0 auto;
	width: 80px;
	margin-right: 20px;
}

.p-titleBar__nav{
	flex: 0 0 auto;
	width: auto;
	margin-left: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
a.p-to_udTop{
	font-size: 0.8rem;
	line-height: 1;
	color: #333;
	text-decoration: none;
	display: inline-block;
	padding: 0.6em 1em 0.6em 1.5rem;
	margin-right: 0.5em;
	background: #fff  url(/tech/universal_design/inter_scape/images/arrow_blue.svg) no-repeat 3px 50%;
	border-radius: 4px;
}
a.p-titleBar__contactBtn{
	font-size: 1.125rem;
	line-height: 1;
	color: #1a3f8c;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	padding: 0.5em 1.5em 0.4em;
	box-sizing: border-box;
	border: #768cba 1px solid;
	border-radius: 4px;
	background-color: #C0CFE9;
	box-shadow: 1px 2px 6px -1px rgba(0,0,0,0.4);
	letter-spacing: 0.03em;
}
a.p-to_udTop,
a.p-titleBar__contactBtn{
	transition: all 0.3s;
}
a.p-to_udTop:hover{
	background-color: #ededed;
}
a.p-titleBar__contactBtn:hover{
	background-color: #1a3f8c;
	color: #fff;
}
/*p-tabBar*/
.p-tabBar{
	/*background: #1a3f8c;*/
	background: linear-gradient(to bottom, #1a3f8c, #1a3f8c 50px, #fff 50px);
	height: 70px;
}
.p-tabBar__inner{
	display: flex;
	width: 1300px;
	margin: 0 auto;
	justify-content: flex-start;
	align-items: flex-start;
}
.p-tabBar__tabnav{
	display: flex;
}
.p-tabBar__tab{
	width: 376px;
	height: 58px;
	margin: 6px 0 0 0;
	background: url(/tech/universal_design/inter_scape/images/nav_tab_off.svg) no-repeat left top;
	transition: opacity 0.3s;
}
.p-tabBar__tab a{
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding: 0.8rem 0 0;
	font-size: 1.1875rem;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-decoration: none;
	color: #1a3f8c;
}

.p-tabBar__tab.sense.current{
	background-image: url(/tech/universal_design/inter_scape/images/nav_tab_ctg_sense_current.svg);
}
.p-tabBar__tab.tech.current{
	background-image: url(/tech/universal_design/inter_scape/images/nav_tab_ctg_tech_current.svg);
}
.p-tabBar__tab.sense.current a,
.p-tabBar__tab.tech.current a{
	color: #fff;
}

.p-tabBar__tab:hover{
	opacity: 0.7;
}
.p-tabBar__tab.current:hover{
	opacity: 1;
}

a.p-to_interScapeTop{
	flex: 0 0 auto;
	display: inline-block;
	width: auto;
	margin-left: auto;
	margin-top: 0.5em;
	font-size: 0.875rem;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	padding: 0.8em 1em 0.8em 2em;
	background: url(/tech/universal_design/inter_scape/images/icon_index.svg) no-repeat 6px 46%;
	border-radius: 4px;
	transition: background-color 0.3s;
}
a.p-to_interScapeTop:hover{
	background-color: rgba(255,255,255,0.2);
}


/*p-big_img*/
#ud_big_img{
	width: 826px;
	height: 2120px; /*2000+120*/
	position: fixed;
	top:0px;
	z-index: 1;
}

.p-big_img{
	position: absolute;
	top:0px;
	left:-25px;
	padding-top: 120px;
	opacity: 0;
	transition: opacity 0.5s,top 0s;
}

#ud_big_img.is-appear .p-big_img{
	opacity: 1;
}

#ud_big_img::before{
	content:"";
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top:200px;
	left: 50%;
	margin-left: -23px;
	background: url(/tech/universal_design/inter_scape/images/loading-icon.svg) no-repeat 50% 50%;
}
#ud_big_img.is-appear::before{
	display: none;
}

/*for print*/
#ud_big_img_print{
	display: none;
}
/*p-main_contents*/
.p-main_contents{
	/*background-color: #e6e6e6;*/
	width: 460px;
	height: auto;
	flex: 0 0 auto;
	margin-left: auto;
	font-feature-settings : "pkna" 1;
	opacity: 0;
	margin-right: 30px;
	transition: opacity 0.6s, margin-right 0.6s ;
}

.p-main_contents.is-appear{
	opacity: 1;
	margin-right: 0;
}

.p-main_contents__inner{
	padding-top: 120px;
	/*height: 3900px;*/
	text-align: justify;
	font-size: 1.0625rem; /*17px*/
	line-height: 1.8;
	color: #000;
}

.p-main_title{
	padding: 30px 0;
	margin: 0;
	text-align: center;
}

.p-main_lede{
	margin-bottom: 30px;
}
.p-article{
	padding-bottom: 30px;
}
.p-article__title{
	position: relative;
	background-color: #333;
	color: #fff;
	line-height: 1.1;
	text-align: center;
	font-size:1.25rem;
	padding: 0.8rem 0;
	letter-spacing: 0.03em;
	border-radius: 6px;
	margin: 0 0 20px;
}
.p-article__title.sense{
	background-color: #087e72;
}
.p-article__title.tech{
	background-color: #7d4b8c;
}
.p-article__title.sense::after{
	content: "";
	position: absolute;
	display: block;
	top:-20px;
	left: -20px;
	width: 46px;
	height: 46px;
}

.p-article__subTitle_area{
	position: relative;
	margin-bottom: 20px;
	min-height: 45px;
}
.p-article__subTitle{
	font-size: 1.125rem;
	letter-spacing: 0.03em;
	margin: 0;
}
.p-article__subTitle.tech{
	color:#7d4b8c;
}

.p-article__fig{
	text-align: center;
	margin: 15px 0 20px;
}
.p-article_iconSense{
	position: absolute;
	top:0px;
	right: 0px;
	width: auto;
}
.p-article_iconSense .c-icon{
	width: 46px; height: 46px;
	display: inline-block;
	margin-left: 3px;
	overflow: hidden;
	text-indent: 50px;
	white-space: nowrap;
}

.p-main_contents .link_icon{
	vertical-align: 0.3em;
}

/*sense_icon*/

.p-article__title.sense.vision::after,
.p-article_iconSense .c-icon.vision{
	background: url(/tech/universal_design/inter_scape/images/icon_vision.png) no-repeat;
}
.p-article__title.sense.warm::after,
.p-article_iconSense .c-icon.warm{
	background: url(/tech/universal_design/inter_scape/images/icon_warm.png) no-repeat;
}
.p-article__title.sense.smell::after,
.p-article_iconSense .c-icon.smell{
	background: url(/tech/universal_design/inter_scape/images/icon_smell.png) no-repeat;
}
.p-article__title.sense.sound::after,
.p-article_iconSense .c-icon.sound{
	background: url(/tech/universal_design/inter_scape/images/icon_sound.png) no-repeat;
}
.p-article__title.sense.touch::after,
.p-article_iconSense .c-icon.touch{
	background: url(/tech/universal_design/inter_scape/images/icon_touch.png) no-repeat;
}

/*c-additional_box*/
.p-additional_box{
	border-radius: 4px;
	background-color: #e9e9e9;
	padding: 16px 20px;
}
.p-additional_info{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.p-additional_info dt{
	flex: 0 0 auto;
	width: 35%;
	background-color: #fff;
	padding: 0.2em 5px 0.2em 35px;
	margin-left:-2%;
	/*margin-right:3%;*/
	box-sizing: border-box;
	border-radius: 6px 0px 0px 6px;
	font-weight: bold;
}
.p-additionalInfo_ex{
	background: url(/tech/universal_design/inter_scape/images/icon_ex.svg) no-repeat 12px 0.4em;
	margin-bottom: 0.8em;
}
.p-additionalInfo_link{
	background: url(/tech/universal_design/inter_scape/images/icon_rel_link.svg) no-repeat 8px 0.6em;
}

.p-additional_info dd{
	flex: 1 0 auto;
	width: 65%;
	margin-bottom: 0.8em;
	box-sizing: border-box;
	padding: 0.2em 0 0.2em;
	background-color: #fff;
	border-radius: 0px 6px 6px 0px;
	border-left: #fff 1px solid; /*for IE10 Bug*/
}
.p-additional_info dd:last-of-type{
	margin-bottom: 0px;
}
.p-additional_info .c-relLink{
	padding-left: 1.25rem;
	background: url(/tech/universal_design/inter_scape/images/arrow_blue.svg) no-repeat 0px 0.44em;
}
.p-additional_info a{
	text-decoration: none;
}
.p-additional_info a:hover{
	text-decoration: underline;
}


/*ud_wide_bottom*/

.p-cross_section{
	background-color: #d5d5d5;
	text-align: center;
	padding: 30px 0;
}
.p-crossSection__img{
	border-radius: 10px;
	overflow: hidden;
	box-sizing: content-box;
	width: 1136px;
	margin: 0 auto;
	border: #fff 2px solid;
}

.p-bottom_nav{
	width: 960px;
	margin: 0 auto;
	padding: 1.5rem 0;
	display: flex;
	justify-content: center;
}

.p-bottomNav__btn{
	line-height: 1;
	font-size: 1.1875rem;
	font-weight: bold;
	margin: 0 1em;
}

.p-bottomNav__btn a{
	text-decoration: none;
	display: inline-block;
	border-radius: 6px;
	box-sizing: border-box;
	border: #ccc 1px solid;
	padding: 1.2em 0;
	width: 18em;
	background-color: #fff;
	letter-spacing: 0.05em;
	transition: background-color 0.3s;
	position: relative;
	box-shadow: 1px 2px 6px -1px rgba(0,0,0,0.4);
}

.p-bottomNav__btn.sense a{
	color: #087e72;
	border-color: #087e72;
}
.p-bottomNav__btn.tech a{
	color: #7d4b8c;
	border-color: #7d4b8c;
}
.p-bottomNav__btn.sense.current a{
	color: #fff;
	background-color: #087e72;
}
.p-bottomNav__btn.tech.current a{
	color: #fff;
	background-color: #7d4b8c;
}
.p-bottomNav__btn a:hover{
	background-color: rgba(0,0,0,0.1);
}

.p-bottomNav__btn.current a::before{
	content: "";
	position: absolute;
	width: 44px;
	height: 15px;
	top:-15px;
	left: 50%;
	margin-left: -22px;
}
.p-bottomNav__btn.sense.current a::before{
	background: url(/tech/universal_design/inter_scape/images/tri_bnav_sense.svg) no-repeat 0px 0px;
}
.p-bottomNav__btn.tech.current a::before{
	background: url(/tech/universal_design/inter_scape/images/tri_bnav_tech.svg) no-repeat 0px 0px;
}

/*p-bottom_contact*/
.p-bottom_contact{
	background-color: #1a3f8c;
	padding: 1.7rem 0;
	margin-bottom: 1rem;
}

a.p-bottomContact__btn{
	font-size: 1.5rem;
	line-height: 1;
	color: #1a3f8c;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	width: 16em;
	padding: 0.9em 0em;
	box-sizing: border-box;
	border: #1a3f8c 1px solid;
	border-radius: 8px;
	background-color: #C0CFE9;
	box-shadow: 1px 2px 6px -1px rgba(0,0,0,0.4);
	letter-spacing: 0.03em;
	transition: all 0.3s;
}
a.p-bottomContact__btn:hover{
	background-color: #1a3f8c;
	color: #fff;
	border-color:#fff; 
}


/*media width<1300px*/

@media screen and (max-width: 1300px){
	#ud_big_img{
		width: 560px;
		height: 1476px; /*1356+120*/
	}
	#ud_big_img img{
		width: 560px;
		height: 1356px;
	}
	.p-big_img{
		left: -60px;
	}
	.p-main_contents{
		width: 420px;
	}
	.p-main_contents__inner{
		/*font-size: 0.9375rem;*/
		font-size: 1rem;
	}

	#ud_wide_body,.p-title_bar,.p-tabBar__inner{
		width: 960px;
	}
	a.p-to_udTop{
		font-size: 0.75rem;
	}
	a.p-to_interScapeTop{
		display: none;
	}
	.p-crossSection__img{
		width: 956px;
	}
	.p-crossSection__img img{
		width: 956px;
		height: auto;
	}
	
}

/*edia print*/

@media print{
	
	.l-ud_wide_header{
		position: absolute;
		top:0px;
		left:0px;
	}
	.p-tabBar{
		display: none;
	}
	
	#ud_big_img{
		display: none;
	}
	#ud_big_img_print{
		width: 460px;
		height:auto;
		position: absolute;
		top:0px;
		left: 0px;
		z-index: -1;
		display: block;
	}
	
	#ud_big_img_print img{
		width: 460px;
		height: auto;
	}
	.p-big_img{
		left: 0px;
	}
	.p-main_contents{
		width: 460px;
	}
	.p-main_contents__inner{
		font-size: 0.9375rem;
	}

	#ud_wide_body,.p-title_bar,.p-tabBar__inner{
		width: 960px;
	}
	a.p-to_udTop{
		font-size: 0.75rem;
	}
	a.p-to_interScapeTop{
		display: none;
	}
	.p-crossSection__img{
		width: 956px;
	}
	.p-crossSection__img img{
		width: 956px;
		height: auto;
	}
	
}

