@charset "utf-8";
/* CSS Document */

body{
	font-family:'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
	font-size:16px;
}


header a{
	float: left;
	display: block;
}


header #header_inner{
	width:1200px;
}

header #header_inner a{
	font-size:30px;
	font-size:16px;
}

header #header_inner a.navbar-brand{
	font-size:35px;
	font-weight: bold;
	padding-top:20px;
}


nav{
	z-index:9999;
}


.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;

}

a.nav-link.active{
/*	background-color:#24198c;*/
	width:100%;
}

.nav > li > a,
.navbar-nav > li > a{
	display:block;

}

/* for mega-menu */	
.dropdown-hover .dropdown-menu {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	max-height: 0;
	display: block;
	overflow: hidden;
	opacity: 0;
	display:flex;
	justify-content: space-around;	
	visibility: hidden;
}
.dropdown-hover:hover .dropdown-menu {
	max-height: 500px;
	opacity: 1;
	visibility: visible;
}	


ol.breadcrumb{
	padding:5px 11.25px;
}

	#footer_sub{
		/* ここに背景画像等の設定 */
		background-color:#222222;
		color:white;
		padding:1rem;
		}

#footer_sub #footer_sub_inner{
	width:1040px;
	width:1280px;
	display: flex;
	margin:0 auto;
	flex-flow: row;
	justify-content: center;
/*	justify-content: flex-start;*/
}

#footer_sub #footer_sub_inner div{
/*	width:calc(1/3*100%);*/
	margin-right:20px;

}


#footer_sub #footer_sub_inner div a,
#footer_sub #footer_sub_inner div ul li a{
	color:white;
	text-decoration: none;
}

#footer_sub #footer_sub_inner div a:hover,
#footer_sub #footer_sub_inner div ul li a:hover{
	text-decoration: underline;
}


	footer{
		height:50px;
		padding:10px;
		background-color:#222222;
		color:white;
	}


footer #footer_inner{
	width:1280px;
	margin:0 auto;
}


/* dropdown */

ul.dropdown-menu{
/*	width:100%;*/
	border:none;
}

.dropdown-item.active{
	color:white;
	background-color:#24198C;	
}

a.dropdown-item:hover{
	color:black;
	background-color: whitesmoke;
}

a.dropdown-item:active{
	color:white;
	background-color: #24198C;
}


/* label */

h1{
	text-align: center;
	font-size:48px;	
	font-weight:bold;
	color:#2e008b;
	margin:2rem auto;
}

h2{
	text-align: center;
	font-size:36px;	
	font-weight: 700;
	color:#2e008b;
	margin:2rem auto;	
}

h3{
	font-size:1.2rem;
	font-size:1.4rem;
	padding:10px;
	font-weight:bolder;
	color:#2e008b;
	margin-bottom:10px;
	text-align: center;

}

h4{
	font-size:1.2rem;
	padding:5px;
	font-weight:bolder;
	text-align: center;
}





h5{
	font-size:1rem;
	font-weight:bolder;
	text-align: center;
	padding:5px;
}


h5.green{
	color:#00A9BA;
	margin-bottom:0;
}

h5.safety{
	color:#EC6D74;
	margin-bottom:0;	
}

h5.comfort{
	color:#0075C2;
	margin-bottom:0;	
}

h5.green span{
	background-color: #00A9BA;
	color:white;
	display:inline-block;
	padding:5px;
	margin-right:10px;	
}

h5.safety span{
	background-color: #EC6D74;
	color:white;
	display:inline-block;
	padding:5px;
	margin-right:10px;	
}

h5.comfort span{
	background-color: #0075C2;
	color:white;
	display:inline-block;
	padding:5px;
	margin-right:10px;	
}

.maker{
	padding-left:45px;
	color:black;
	font-weight: bolder;
}


.btn a{
	text-decoration: none;	
}

.btn a:hover{
	color:white;
	text-decoration: none;	
}


.card-header a{
	color:#515d46
}

.card-header a:hover{
	color:black;
}


a:hover{
	cursol:pointer;
}



.pdf{
	background-image: url("../img/icn_download.png"); 
	padding-left:16px;
}


.btn-primary a{
	color:white;
}


@media only screen and (max-width:1467.98px){
	header #header_inner{
		width:1012px;
	}
	
}


	
@media only screen and (min-width:1280px),print{
	main{
		width:1280px;
	}
	
}

/*@media only screen and (min-width:769px),print{*/
@media only screen and (min-width:1200px),print{
	.sp{	display:none;	}
	.pc{	display:block;}
	
	
header{
	width:100%;
	height:70px;
	background-color:white;

}
	
	header #header_inner{
	margin:0 auto;
	display:block;
/*	width:1280px;*/
	}
	
	header #header_inner .mega-menu{
		position: static;
	}


	.navbar-expand-xl .navbar-nav .dropdown-menu{
		position: absolute;
		width:100%;	
		top:60px;
		left:0;
		margin-left:auto;
		margin-right:auto;
		margin-top:0;
	}

	
	
/*	
	header nav{
		width:700px;
		width:500px;
	}
	*/
	.container{
		width:100%;
	}
	
	
	main{
		width:1280px;
		width:100%;
		margin:0 auto;
	}
	
	
	footer #footer_inner{
		text-align: right;
	}


	
	
	
	
}

/*@media only screen and (max-width:768px){*/
@media only screen and (max-width:1199.98px){
	.pc{	display:none;	}
	.sp{display: block;}	

	table.sp{
		display: block;
	}
	
	li.nav-item a span.sp{
		display:inline-block;
	}
	
	h2{
		width:100%;
	}

header{
	width:100%;
	height:70px;
	background-color:white;
}
	
	
	header #header_inner{
/*	margin:0 auto;*/
	display:block;
	width:100%;
		width:98%;
	}	

	
	.navbar-brand {
/*		width:50%;*/
  float: left;
  padding: 15px 15px;
	padding:10px 15px;
  font-size: 18px;
  line-height: 20px;
		font-size:1.5rem;

}

	
a.nav-link.active{
	background-color:#24198c;	
	padding-left:5px;
	}
	
	.navbar-nav .nav-link.active{
		color:white;
	}
	
	
	
	li.nav-item a{
		padding-left:5px;
	}
	
	#navbars01{
		background-color:white;
		border:1px solid lightgray;
	}
	
	/* mega-menu */
	
.dropdown-hover	.dropdown-menu{
		display:flex;
		flex-flow:column;
		position: relative;
		left:1rem;
		width:98%;
	opacity: 0;
	visibility: hidden;	
	padding:0;
	
	
	}

	#footer_sub{
		width:100%;

	}
	

#footer_sub #footer_sub_inner{
width:100%;
	display: flex;
	margin:0 auto;
	flex-flow: row;
	justify-content: center;
	justify-content: space-around;
	justify-content: flex-start;
}

#footer_sub #footer_sub_inner div{
/*	width:calc(1/3*100%);*/
	width:auto;

}


#footer_sub #footer_sub_inner div a,
#footer_sub #footer_sub_inner div ul li a{
	color:white;
	text-decoration: none;
}

#footer_sub #footer_sub_inner div a:hover,
#footer_sub #footer_sub_inner div ul li a:hover{
	text-decoration: underline;
}
	
	
	
	footer{
		height:60px;
	}
	
	footer #footer_inner{
		width:98%;
	}
	
	.w-75,
	.w-50{
		width:100% !important;
	}
	
	table td{
		vertical-align: middle;
	}

}

@media only screen and (max-width:575.98px){
	.container-fluid{
		padding-left:0;
	}

	.navbar-brand {
		font-size:1rem;
		padding-left:0;
}

	#footer_sub #footer_sub_inner{
		width:98%;		
		flex-flow: column;
		justify-content: center;
	}
	
	#footer_sub #footer_sub_inner div{
		width:100%;
		text-align: center;
	}
	
	
	
}