@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 a{
	font-size:30px;
}

nav{
	z-index:9999;
}

/*
nav.navbar .container-fluid{
	position: relative;
}

nav.navbar .container-fluid button{
	position: absolute;
	top:1rem;
	right:10px;
	z-index:9999;
}
*/		


/*
.container{
	width:1280px;
	margin:0 auto;	
}
*/
.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;

}

ol.breadcrumb{
	padding:5px 11.25px;
}

	#footer_sub{
		/* ここに背景画像等の設定 */
		background-color:gray;
		color:white;
		padding:1rem;
		}

#footer_sub #footer_sub_inner{
	width:1040px;
	display: flex;
	margin:0 auto;
	flex-flow: row;
	justify-content: center;
}

#footer_sub #footer_sub_inner div{
	width:300px;
}


#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{
	padding:10px;
	font-size:2rem;
	font-weight:bold;
	color:#585656;
	padding-left:20px;
	margin-bottom:20px;
	color:white;
	background-color:#2e008b;
}

h2{
	font-size:1.8rem;
	font-weight:bold;
	color:#2e008b;	
	padding:8px;
	padding-left:20px;
	margin-bottom:20px;
	border:1px solid #585656;	
}

h3{
	font-size:1.2rem;
	font-size:1.4rem;
	padding:10px;
	font-weight:bolder;
	color:#2e008b;
	margin-bottom:10px;

}

h4{
	font-size:1.2rem;
	padding:5px;
	padding-left:10px;
	font-weight:bolder;
/*	
	color:#2e008b;
	border-bottom:1px solid #2e008b;*/
}


h4.green{
	color:white;
	background-color:#00A9BA;
}

h4.safety{
	color:white;
	background-color: #EC6D74;
}

h4.comfort{
	color:white;
	background-color:#0075C2;
}




h5{
	font-size:1.2rem;
	font-weight:bold;

}


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;
}



	


/*@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;
	}

	
	
	
	
	ul.dropdown-menu{
		width:200%;
	}
	
	header nav{
		width:700px;
	}
	
	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%;
	}
	
/*
	body header{
	width:100%;
	height:70px;
	display:block;
	position: fixed;
/*	background-color:white;*//*
}
*/

header{
	width:100%;
	height:70px;
	background-color:white;
}
	
	
	header #header_inner{
/*	margin:0 auto;*/
	display:block;
	width:100%;
	}	

	
	
	
	.navbar-brand {
/*		width:50%;*/
  float: left;
  padding: 15px 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;
	}
	
	#footer_sub{
		width:100%;

	}
	
	#footer_sub #footer_sub_inner{
		width:98%;		
		flex-flow: column;
		justify-content: center;
	}
	
	#footer_sub #footer_sub_inner div{
		width:100%;
	}

	
	
	
	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){
	.navbar-brand {
		font-size:1rem;

}
	
	
}