@charset "UTF-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
*,*::before, *::after {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
}
body{
	margin: 30px 0;
	background: #02253F;
	font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	text-align: center;
	font-size: 1.2rem;
	
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: rgba(14,14,14,1.00);
}
a:hover { 
	opacity: 0.5;
}
h1, h2, h3{ 
	margin-top: 0;
	margin-bottom: 0;
}
p { 
	margin-top: 0;
	margin-bottom: 0;
}
/*-------　グローバルナビゲーション　------*/
@media (min-width: 1280px){
	.menu {display: block !important}
	.menubtn {display: none;}
	.nav{
	padding: 5px 0 75px;
	background-color: rgba(255,255,255,1.00);
}
.menu {
	/*float: left;*/
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 23px 0 0 30px;
	font-size: 1.4em;
	font-weight: bold;
}
.menu li {
	float: left;
	padding: 0 20px;
	color: rgba(14,14,14,1.00);
	border-right: solid 1px #02253F; 
}
.nav h1{
	float: right;
	font-size: 2.2em;
	padding: 0;
	margin: 18px 30px 0;
}
	
}
@media (min-width: 960px) and (max-width: 1279px){
	.menu {display: block !important}
	.menubtn {display: none;}
	.nav{
	padding: 5px 0 75px;
	background-color: rgba(255,255,255,1.00);
}
.menu {
	/*float: left;*/
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 23px 0 0 30px;
	font-size: 1.2em;
	font-weight: bold;
}
.menu li {
	float: left;
	padding: 0 20px;
	color: rgba(14,14,14,1.00);
	border-right: solid 1px #02253F; 
}
.nav h1{
	float: right;
	font-size: 1.8em;
	padding: 0;
	margin: 18px 30px 0;
}
	
}
@media  (min-width: 480px) and (max-width: 959px){
	.nav {
		background-color: #FFF;
	}
	.menu {display: none;}
	.menubtn{
		padding: 6px 12px;
		border-radius: 5px;
		background-color: #ffffff;
		position: absolute;
		top: 40px;
		right: 15px;
		cursor: pointer;
	}
	.menubtn:hover {
		background-color: #ddd;
	}
	.menubtn:focus{
		outline: none;
	}
	.menubtn i {
		color: #888888;
		font-size: 20px;
	}
	.menubtn span{
		display: inline-block;
		text-indent: -9999px;
	}
	.menu ul {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
	list-style: none;
    }
    .menu li a {
	display: block;
	padding: 10px 15px;
	color: #000;
	text-decoration: none;
    }
    .menu li a:hover {
	background-color: #eee;
    }
	.nav h1 {
		padding: 10px;
	}	
}
@media (max-width: 479px){
	.nav {
		background-color: #FFF;

	}
	.menu {display: none;}
	.menubtn{
		padding: 6px 12px;
		border-radius: 5px;
		background-color: #ffffff;
		position: absolute;
		top: 40px;
		right: 15px;
		cursor: pointer;
	}
	.menubtn:hover {
		background-color: #ddd;
	}
	.menubtn:focus{
		outline: none;
	}
	.menubtn i {
		color: #888888;
		font-size: 20px;
	}
	.menubtn span{
		display: inline-block;
		text-indent: -9999px;
	}
	.menu ul {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
	list-style: none;
    }
    .menu li a {
	display: block;
	padding: 10px 15px;
	color: #000;
	text-decoration: none;
    }
    .menu li a:hover {
	background-color: #eee;
    }
	.nav h1 {
		padding: 10px;
		font-size: 1.8em;
	}	
	
}
.logo h1{
	margin-top: 8px; 
	line-height: 1em;
}
.patent {
	font-size: 0.6em;
	color:rgba(40,40,40,1.00);
	background:rgba(255,218,24,1.00);
	padding: 5px
}
/*-------　／グローバルナビゲーション　------*/

/*------タイトル--------*/
.title{
	background-image:url("../image/335b46ac95be280861d8c859e7947def_m.jpg");
	background-size: cover;
	height: 300px;
}
.title h1{
	margin: 0;
	padding-top: 150px;
	font-size: 2.5em;
}
@media(max-width: 599px){
	.title h1{ font-size: 2em; }
}
/*------/タイトル--------*/

/*------パンくずリスト--------*/
.breadcrumb {
	margin: 0;
	list-style: none;
	padding: 5px 40px;
	background-color: #E8E8E8;
	text-align: left;
}
.breadcrumb a {
	color: #0035A5;
	text-decoration: none;
}
.breadcrumb li { display: inline-block; }
.breadcrumb li::after {
	content: " 》";
	padding: 0 5px;
	color: #b3b3b3;
}
.breadcrumb li:last-child::after { content: none;}
/*------/パンくずリスト--------*/

/*--------メイン----------*/
.experimental_result {
	background: #fff;
}
.experimental_result h2{
	padding: 150px 0 50px;
	font-size: 2em;
}

.experiment_contents { width: 860px; }

.conclusion {
	margin: 50px auto;
    font-size: 2.2em;
	line-height: 2em;
}
.big { 
    font-size: 1.2em;
	color: #F36C1E;
	font-weight: bold;
	background-image: linear-gradient(transparent 70%, #7CD2D2 30%);
}
@media(min-width: 600px) and (max-width: 959px){
.experiment_contents { width: 90%; }
.conclusion {
	margin: 50px auto;
    font-size: 1.8em;
	line-height: 2em;
}
}
@media(min-width: 480px) and (max-width: 599px){
	.experimental_result h2{ font-size: 1.8em; }
    .experiment_contents { width: 90%; }
    .conclusion {
	margin: 50px auto;
    font-size: 1.6em;
	line-height: 2em;
    }
}
@media(max-width: 479px){
	.experimental_result h2{ font-size: 1.4em; }
    .experiment_contents { width: 90%; }
    .conclusion {
	margin: 50px auto;
    font-size: 1.4em;
	line-height: 2em;
    }
}
/*------MTI------*/
.mti{
	width: 960px;
	background-color: #E8E8E8;
	margin: 0 auto 0px;
}
.back_color { 
	background-color: #fff;
	padding: 0 0 150px;
}
.mti h2 {
	text-align: left;
	padding: 40px 40px 10px;
	font-size: 1.8em;
}
.mti p {
	font-size: 1.2em;
	text-align: left;
	padding: 0 40px 40px;
}
@media(max-width: 959px){
	.mti{ width: 90%; }	
}
/*------/MTI------*/
/*-------/メイン---------*/

/*-------　3つの性能エリア　-------*/
.performance_title {
	background: linear-gradient(#fff 50%, #02253F 50%);
}
.performance_title p {
	width: 600px;
	margin: 0 auto 0;
	padding: 15px 30px;
	background: #02253F;
	border-radius: 35px;
	color: #fff;
	font-size: 1.9em;
}
.performance_title i {
	font-size: 1.5em;
}
@media (min-width: 960px){
	.performance_box {display: block !important}
	.performance_box2 {display: none;}

.performance_box {
	position: relative;
    overflow: hidden;
	margin-top: 30px; 
}
#performance ul {
	float:left;
    left:50%;
    position:relative;
	list-style: none;
}
#performance li {
	float:left;
    left:-50%;
    position:relative;
	padding-right: 10px;
	margin-bottom: 50px;
}
#performance li:last-child {
     padding-right: 0;
}
}
@media (min-width: 600px) and (max-width: 959px){
	.performance_box {display: none !important;}
	.performance_box2 {
		display: block !important;
		max-width: 959px;
		margin: 0 auto 0;
	
	}
	.performance_box2 {
		max-width: 959px;
		margin: 0 auto 30px;
	}
	.performance_box2 ul {
		list-style: none;
		margin:30px auto;
		
	}
	.performance_box_top li{
		margin: 0 5px 0 0;
		padding: 0;
		width: 48%;
		float: left;
	}
	.performance_box_down{
		clear: both;
		margin-bottom: 30px;
	}
	.performance_box_down li{
		margin: 0 5px 30px 0;
		float: left;
		width: 48%;
		display: block;
	}
	.performance_box2 img{ width: 100%;}
	
}

@media  (min-width: 480px) and (max-width: 599px){
	.performance_box {display: none !important;}
	.performance_box2 {
		display: block !important;
		width: 95%;
	}
	.performance_box2 ul {
		list-style: none;
		margin:30px auto;
	}
	.performance_box_down li{
		margin:15px auto;
	}
	.performance_box2 img{ width: 100%;}
	.performance_title p {
	width: 90%;
	border-radius: 35px;
	font-size: 1.3em;
}
}
	@media  (max-width: 479px){
	.performance_box {display: none !important;}
	.performance_box2 {
		display: block !important;
		width: 95%;
	}
	.performance_box2 ul {
		list-style: none;
		margin:30px auto;
	}
	.performance_box_down li{
		margin:15px auto;
	}
	.performance_box2 img{ width: 100%;}
	.performance_title p {
	width: 90%;
	border-radius: 35px;
	font-size: 1.1em;
}
}
/*-------　/3つの性能エリア　-------*/

/*------お問い合わせ-------*/
.contact{
	background: #fff;
	background-image: url("../image/contact_back.png");
	background-size: cover;
	height: 550px;
}
.contact h1 {
	font-size: 3em;
	padding: 100px 0 5px;
}
.sab_title{
	font-size: 1.2em;
	margin: 0 0 50px;
}
.comment {
	font-size: 1.6em;
	margin: 0 auto 50px;
}
.mail_button { 
	width: 300px; 
	margin-right: 20px;
}
.tel { width: 300px; }
@media(min-width: 480px) and (max-width: 599px){
	.contact{
	height: 500px;
}
.contact h1 {
	font-size: 2.5em;
}
.comment {
	font-size: 1.4em;
}
.mail_button { 
	width: 250px; 
	margin-right: 10px;
}
.tel { width: 250px; }
	
}
@media(max-width: 479px){
	.contact{
	height: 550px;
}
.contact h1 {
	font-size: 2.5em;
}
.comment {
	font-size: 1.4em;
}
.mail_button { 
	width: 60%;
	margin: 0 auto 20px;
}
.tel { width: 60%; }
	
}
/*------　フッター　------*/

footer {
	clear: both;
	position: absolute;
	width: 100%;
}
#footer_nav ul {
	background: #fff;
	list-style: none;
	padding: 30px 0;
	margin: 0;
}
#footer_nav li {
	display: inline;
	border-left: solid 1px #02253F; 
	padding:  0 30px;
	font-size: 1.2em;
}
#footer_nav li:last-child {
	border-right: solid 1px #02253F; 
	padding:  0 30px;
}
footer small {
	background: #02253F;
	display: block;
	padding: 10px 0;
	font-size: 1em;
	color: #fff;
}
@media (min-width: 600px) and (max-width: 959px){
	#footer_nav li {
	padding:  0 15px;
}
#footer_nav li:last-child {
	border-right: solid 1px #02253F; 
	padding:  0 15px;
}
}
@media (min-width: 480px) and (max-width: 599px){
	#footer_nav li {
	padding:  0 10px;
	font-size: 1em;
}
	#footer_nav li:last-child {
	padding:  0 10px;
}
}
@media (max-width: 479px){
	#footer_nav { display: none; }
	footer small { padding: 10px; }
	footer { background: #fff;}
}
	/*------　/フッター　------*/
