@charset "utf-8";
/*=============================================================

 全ページ共通
 
=============================================================*/

/*======= スマホフッターカード用 =======*/

  .ggl_spcontact {
    position: relative !important;
    transition: .2s;
  }

  .ggl_spcontact a {
    position: absolute !important;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
  }

  .ggl_spcontact a:hover {
    background-color: transparent !important;
  }

  .ggl_spcontact>div {
    padding: 3px 0;
    pointer-events: none;
    /*background-color:#212121;*/
    background-color: #f17105;
  }
  .ggl_spnav {
    position: relative !important;
    transition: .2s;
    /*background-color:#f17105;*/
    background-color: #212121;
  }

  .ggl_spnav a {
    position: absolute !important;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
  }

  .ggl_spnav a:hover {
    background-color: transparent !important;
  }

  .ggl_spnav>div {
    padding: 12px 6px 8px;
    pointer-events: none;
  }


/*=============================================================

アシストスーツ
 
=============================================================*/

/*======= #suit_tempcontact =======*/

#suit_tempcontact {
	text-align: center;
}
#suit_tempcontact .contact-cover {
	background: url("/suit/html_img/Fotolia_105606325_M.jpg") no-repeat 100%;
auto;
	height: 380px;
	background-size: cover;
	background-attachment: scroll;
	background-position: 50% center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
	@media screen and (max-width:768px) {
		#suit_tempcontact .contact-cover {
			height: 180px;
		}
	}
#suit_tempcontact .contact-cover header h2 {
	font-weight: bold;
	font-size: 70px;
	font-family: 'Barlow Semi Condensed', sans-serif!important;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}

@media screen and (max-width:768px) {
#suit_tempcontact .contact-cover header h2 {
	font-size: 10vw;
}
}
#suit_tempcontact .contact-gray {
	margin-top: -60px;
	background-color: #e6e8e6;
	color: #000;
	text-align: center;
	padding: 80px 40px;
}

@media screen and (max-width:768px) {
#suit_tempcontact .contact-gray {
	padding: 40px 20px;
}
}
#suit_tempcontact .contact-gray .title {
	font-size: 25px;
}

@media screen and (max-width:768px) {
#suit_tempcontact .contact-gray .title {
	font-size: 120%;
}
}
#suit_tempcontact .contact-gray .txt {
	font-size: 16px;
	color: #000;
	margin-top: 50px;
}

@media screen and (max-width:768px) {
#suit_tempcontact .contact-gray .txt {
	margin-top: 20px;
	font-size: 14px;
}
}
#suit_tempcontact .contact-gray .col2 {
	display: flex;
	flex-flow: wrap row;
	justify-content: space-between;
	width: 80%;
	max-width: 100%;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
#suit_tempcontact .contact-gray .col2 {
	width: 100%;
}
}
#suit_tempcontact .contact-gray .col2 .left-content, #suit_tempcontact .contact-gray .col2 .right-content {
	width: 48%;
	max-width: 100%;
	margin-top: 50px;
}

@media screen and (max-width:768px) {
#suit_tempcontact .contact-gray .col2 .left-content, #suit_tempcontact .contact-gray .col2 .right-content {
	width: 100%;
	margin-top: 20px;
}
}

/*======= #temp_scene =======*/

#temp_scene {
	background-color: rgba(244,244,244,1.5);
	margin: 50px 0 0 0;
	padding: 5vw 0;
}
#temp_scene header h2 {
	text-align: center;
	font-size: 180%!important;
	position: relative;
	font-weight: bold!important;
}

@media screen and (max-width:768px) {
#temp_scene header h2 {
	font-size: 120%!important;
}
}
/*#temp_scene header h2:before {
	content: "POINT";
	display: block;
	color: rgba(188,9,12,1.00);
	font-size: 90%;
	margin-bottom: 0.5em;
}*/
#temp_scene header h2:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: rgba(188,9,12,1.00);
	margin: 1em auto 0 auto;
}
#temp-link-area.col3 {
	display: flex;
	flex-flow: wrap row;
	justify-content: space-between;
}
#temp-link-area.col3 div {
	width: 30%;
	position: relative;
	margin-top: 50px;
}
#temp-link-area.col3 div:nth-child(1) {
	background: url("/suit/html_img/point_black01.jpg") no-repeat center center;
	background-size: cover;
}
#temp-link-area.col3 div:nth-child(2) {
	background: url("/suit/html_img/point_black02.jpg") no-repeat center center;
	background-size: cover;
}
#temp-link-area.col3 div:nth-child(3) {
	background: url("/suit/html_img/point_black03.jpg") no-repeat center center;
	background-size: cover;
}

@media screen and (max-width:768px) {
#temp-link-area.col3 div {
	width: 100%;
}
}
#temp-link-area.col3 div:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
}
/*#temp-link-area.col3 div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width:768px) {
#temp-link-area.col3 div img {
	height: 450px;
}
}*/
#temp-link-area.col3 div dl {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
	position: relative;
	height: 100%;
	z-index: 2;
	padding-bottom: 130px;
}
#temp-link-area.col3 dt {
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	color: #fff;
	padding: 50px 0 1em 0!important;
	margin: 0!important;
}
#temp-link-area.col3 dd {
	color: #fff!important;
	padding: 30px!important;
	margin: 0 auto!important;
	box-sizing: border-box;
	width: 90%;
	background-color: rgba(0,0,0,0.5);
}
#temp-link-area.col3 dd br {
	line-height: 2em;
}
#temp-link-area a {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	color: #fff;
	padding: 0.5em 0;
	font-weight: bold!important;
	text-align: center;
	width: 80%;
	margin: 0 10% 50px 10%;
	box-sizing: border-box;
	border: 1px solid #fff;
}
#temp-link-area div:nth-child(1) a,	
#temp-link-area div:nth-child(1):hover a {
	background-color: #E8090D;
	color: #fff;
	border-color: #E8090D;
}
#temp-link-area div:nth-child(2) a,
#temp-link-area div:nth-child(2):hover a {
	background-color: #194AD0;
	color: #fff;
	border-color: #194AD0;
}
#temp-link-area div:nth-child(3) a, 	
#temp-link-area div:nth-child(3):hover a {
	background-color: #19BF06;
	color: #fff;
	border-color: #19BF06;
}


/*======= suit_topbtn =======*/
#suit_topbtn {
	text-align: center;
	font-size: 18px!important;
	margin-bottom: 5vw;
}
#suit_topbtn a {
	max-width: 300px;
	margin: 0 auto;
	display: block;
	border-radius: 0px;
	color: #fff;
	padding: 0.8em 0.1em;
	font-weight: bold!important;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 95%, rgba(219,0,4,1) 95%);
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 95%, rgba(219,0,4,1) 95%);
	background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 95%, rgba(219,0,4,1) 95%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#db0004', GradientType=1 );
}

/*======= fixedBtn =======*/

#fixedBtn {
	display: none;
}

@media screen and (min-width:768px) {
#fixedBtn {
	position: fixed;
	top: 110px;
	right: 0;
	background-color: rgba(255,255,255,0.5);
	padding: 10px 0 10px 10px;
	z-index: 100;
	display: block;
	margin: 0;
}
#fixedBtn li {
	margin-top: 1px;
	overflow: hidden;
	position: relative;
}
#fixedBtn li:after {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	left: -95px;
	top: 0;
	background-color: #F17105;
	transform: rotate(45deg);
}
#fixedBtn a {
	display: block;
	padding: 0.5em 2em;
	color: #fff;
	background-color: #000;
}
}

/*=============================================================

 パワーアシストスーツ共通
 
=============================================================*/
#suit_tempbtn {
	padding: 5vw 0;
}

@media screen and (max-width:768px) {
#suit_tempbtn {
	padding: 5vw;
}
}
#suit_tempbtn ul {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}
#suit_tempbtn ul li {
	min-width: 100%;
}

@media print, screen and (min-width: 768px) {
#suit_tempbtn ul li {
	min-width: 400px;
	margin: 0 10px;
}
}
#suit_tempbtn #suit_faqbtn, #suit_tempbtn #suit_topbtn {
	text-align: center;
	font-size: 18px!important;
	margin-bottom: 5vw;
}
#suit_tempbtn #suit_faqbtn a, #suit_tempbtn #suit_topbtn a {
	display: block;
	color: #fff;
	padding: 1.2em 3em!important;
	font-weight: bold!important;
	background-color: #222222;
	border-bottom: 10px solid #000;
	position: relative;
	text-align: left;
}
#suit_tempbtn #suit_faqbtn a i, #suit_tempbtn #suit_topbtn a i {
	position: absolute;
	top:50%;
	right:20px;
	margin-top: -0.2em;
	}
#suit_tempbtn #suit_faqbtn a span, #suit_tempbtn #suit_topbtn a span {
	display: inline-block;
	padding: 0 1em 0 0;
	font-size: 120%;
}
#suit_tempbtn #suit_faqbtn a {
	background-color: #E71312;
	border-bottom: 10px solid #C50E0F;
}
#suit_tempbtn #suit_faqbtn a span {
	position: relative;
	padding: 0 1em 0 2em;
}
#suit_tempbtn #suit_faqbtn a span:before {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.8em;
	background: url("/suit/html_img/ico_faq.png") no-repeat center center;
	background-size: 100% auto;
}


/*=============================================================

パンくず表示　2022/7
 
=============================================================*/
@media screen and (min-width:768px) {
	#pankz.sp {
		display: none !important;
	}
}
@media screen and (max-width:768px) {
	#pankz {
		display: none !important;
	}
	#pankz.sp {
		display: block !important;
		color: #000 !important;
		text-align: left !important;
	}
	#pankz.sp .container {
		text-align: left !important;
	}
	#pankz.sp span {
		color: #000 !important;
		font-size: 12px !important;
	}
	#pankz.sp a {
		color: #000 !important;
	}
	#pankz.sp a span {
		color: #000 !important;
	}
	#iot #topicpath {
		display: none !important;
	}
}
/*=============================================================

スマホ調整　2022/7
 
=============================================================*/
@media screen and (max-width:768px) {
	.mmenu_btn {
		display: none !important;
	}
	.scroll-header-active .wrapper_sp .menuBox label.menu-toggle {
		background: url(/upr_renewal/img/sp_navi/menu_sp.png) no-repeat center center;
		background-size: 60%;
	}
}
/*=============================================================

IRスマホ調整　2022/7
 
=============================================================*/
@media screen and (max-width:768px) {
	#ir-nav {
		margin-top: 50px !important;
	}
	.page-template-page-ir-inquiries .top-header,
	.ir .top-header {
		background-color: #000;
	}
	.scroll-header-active .page-template-page-ir-inquiries .top-header,
	.scroll-header-active .ir .top-header {
		background-color: #FFF;
	}
}
/*=============================================================

サステナビリティ スマホ調整　2022/7
 
=============================================================*/
@media screen and (max-width:768px) {
	.sustainability.index .top-header .site-title, .sustainability.index .top-header .logo2 {
		display: none;
	}
	.scroll-header-active.sustainability.index .top-header .site-title, .scroll-header-active.sustainability.index .top-header .logo2 {
		display: block;
	}
	.sustainability .iframe-wrap {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.sustainability iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
}