/********************************************************* 
common 
*********************************************************/

.gold{
	color:#b38300;
}

.bg_gold{
	background: #b38300;
}

.red{
	color:#ff4800;
}

.orange{
	color:#ff9c00;
}

.bg_orange{
	background: #ff9c00;
}

.bg_cream{
	background: #fcf5ec;
}

.bg_gray{
	background: #e4e4e4;
}

.text_center{
	text-align: center;
}

body{
	color:#333;
	line-height: 1.8em;
	font-family: 'arial',sans-serif;
}

.po{
font-family: 'Poiret One', cursive;
letter-spacing: 0.1em;
}

.sara{
font-family: 'Sarala', sans-serif;

}


p{
	line-height: 1.8em;
	margin:0;
}

.bg_blue{
	background: #0f9af6;
}

ul li{
	list-style-type: none;
}

ul{
	margin:0;
	padding:0;
}

.w1200{
	width: 1200px;
	margin-right:auto;
	margin-left: auto;
}

a{
	text-decoration: none;
	color:#000;

}

a img:hover{
	opacity: 0.8;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

a:hover{
	opacity: 0.5;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;	
}

h1{
	padding: 0.67em 0;
}

h2,h3,h4,h5{
	padding: 0.5em 0;
}

/********************************************************* 
トップ
*********************************************************/

header{
	width: 1600px;
	max-width: 100%;
	margin-right:0;
	margin-left:auto;
	display: block;
}

header .flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

header .flex img{
	padding-top:10px;
}

header .flex nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

header .flex nav ul li{
	margin-left:50px;
}

header .flex nav ul li.dist{
	margin-left: auto;
}

header .flex nav ul li.dist a{
	display: block;
	color:#fff;
	padding:50px 50px;
	margin-left:50px;
	border-left:2px solid #b38300;
}

header .flex nav ul li a{
	color:#333;
	font-size:22px;
	text-decoration: none;
}

main section.mv{
	background-image: url(../img/mv.jpg);
	background-size: cover;
	background-position: center;
	height:680px;
}

section.top_about{
	padding:50px 0;
}

section.top_about h2{
	text-align: center;
	font-size:36px;
}

section.top_about .more{
	text-align: center;
	margin-top:30px;
}

section.top_about .more a{
	display: inline-block;
	color:#fff;
	padding:10px 30px;
	border-radius: 30px;
}

section.top_about .movie{
	margin:50px 0;
}

section.top_products{
	padding:80px 0;
}

section.top_products h2{
	text-align: center;
	font-size:36px;	
}

section.top_products ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}

section.top_products ul li{
	width: 23%;
	background: #fff;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

section.top_products ul li a{
	border:1px solid #c7c7c7;
	background: #fff;
	display: block;
	text-align: center;
	width: 100%;
	height:100%;
	padding: 10px 10px 30px 10px;
}

section.top_products ul li a img{
	padding-top:20px;
	width: 90%;
	margin-right:auto;
	margin-left:auto;
}

section.top_products ul li a p{
	font-size:22px;
	font-weight: 900;
	color:#000;
	line-height: 1.5;
}
section.top_products ul li a p span{
	font-size: 14px;
   color: #c60000;
   padding-left: 10px;
}
section.top_products .more{
	text-align: center;
	margin-top:50px;
}

section.top_products  .more a{
	display: inline-block;
	color:#fff;
	padding:10px 30px;
	border-radius: 30px;
}

section.top_news{
	padding:40px 0;
}

section.top_news h2{
	color:#fff;
	font-size:36px;
}

section.top_news a{
	color:#fff;
	text-decoration: underline;
}

section.top_news ul li{
	margin-bottom:15px;
}

section.top_news .more a{
	display: inline-block;
    border-radius: 30px;
    padding: 10px 30px;
    color: #fff;
    font-size: 18px;
    background: #fff;
    color:#ff9c00;
    text-decoration: none;
}

section.top_distributor{
	background-image:url(../img/worldmap.png);
	height:300px;
	background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}


section.top_distributor h2{
	text-align: center;
	font-size:36px;
}

section.top_distributor p{
	text-align: center;	
	font-size:30px;
	font-weight: 900;
}

section.top_distributor .more{
	text-align: center;
}

section.top_distributor .more a{
	display: inline-block;
	border-radius: 30px;
	padding:15px 80px;
	color:#fff;
	font-size:18px;
}

section.top_link{

}

section.top_link ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.top_link ul li{
	width: 50%;
	height:300px;

}

section.top_link ul li:first-child{
	border-right:1px solid #c7c7c7;
}

section.top_link ul li a{
	display: block;
	width: 100%;
	height: 100%;
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
    color:#333;
    font-size:30px;
    font-weight: 900;
}

section.top_link ul li a:hover{
	background: #0f9af6;
	color:#fff;
}


footer .flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;	
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  padding:30px 0;
}

footer .flex .img{
	margin-right:auto;
}

footer .flex nav ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .flex nav ul li{
	margin-left:30px;
}

footer .flex nav ul li a{
  font-size:22px;
  color:#333;
}

footer .copyright{
	border-top:1px solid #c7c7c7;
	text-align: center;
}

footer .copyright p{
	margin:0;
	padding:15px;
}
.modelname{
	margin-top: -50px;
	margin-bottom: 50px;
	text-align: right;
	font-size: 13px;
}

/****************************************************************************************************************************
		サイドナビ
****************************************************************************************************************************/
.sideNavi{
	display: block;
	width: 300px;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: auto;
	right:0;
	z-index: 10000;
	overflow: hidden;
	-moz-transform: translate(317px, 0);
	-webkit-transform: translate(317px, 0);
	-o-transform: translate(317px, 0);
	-ms-transform: translate(317px, 0);
	transform: translate(317px, 0);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}

.sideNavi.on{
	-moz-transform: translate(0px, 0);
	-webkit-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	-ms-transform: translate(0px, 0);
	transform: translate(0px, 0);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sideNavi .sideNavi_in{
	width: 317px;
	height: 100%;
	overflow-y: scroll;
	position: absolute;
}

.sideNavi .sideNavi_in .sideNavi_box{
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 0 0 0 15px;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title p{
	flex: 1;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn{
	width: 60px;
	height: 60px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor:pointer;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span{
	width: 31px;
	height: 31px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span:before{
	content: '';
	display: block;
	width: 31px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span:after{
	content: '';
	display: block;
	width: 1px;
	height: 31px;
	background-color: #000;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
}

.sideNavi .sideNavi_in .sideNavi_box .menu{
	border-top: solid 1px #ddd;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li{
	display: block;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	border-bottom: dashed 1px #ddd;
	padding: 0 40px 0 15px;
	color: #333;
	position: relative;
	font-weight: bold;
}

/*.sideNavi .sideNavi_in .sideNavi_box .menu li a:after{
	font-family: fontawesome;
	content: '\f101';
	font-size: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: auto;
	right: 10px;
	bottom: 0;
	margin: auto;
	color: #6bccd1;
	font-weight: normal;
}*/

.sideNavi .sideNavi_in .sideNavi_box .menu li a:hover{
	background-color: #0061b5;
	color: #fff;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

/*.sideNavi .sideNavi_in .sideNavi_box .menu li a:hover:after{
	color: #fff;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}*/

.sideNavi .sideNavi_in .sideNavi_box .menu li.on a{
	background-color: #0061b5;
	color: #fff;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li.on a:after{
	display: none;
}

.sideNavi_bg{
	display: none;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0,0,0,0.4);
	cursor:pointer;
}

.trigger{
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 22px;
	height: 22px;
	position: relative;
	cursor:pointer;
	margin-left: auto;
}

.trigger p{
	display: block;
	content: '';
	width: 22px;
	height: 2px;
	background-color: #333;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.trigger:before{
	display: block;
	content: '';
	width: 22px;
	height: 2px;
	background-color: #333;
	position: absolute;
	top:2px;
	left: 0;
	right:0;
	bottom:auto;
	margin: auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.trigger:after{
	display: block;
	content: '';
	width: 22px;
	height: 2px;
	background-color: #333;
	position: absolute;
	top:auto;
	left: 0;
	right:0;
	bottom:2px;
	margin: auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}



/********************************************************* 
	レスポンシブ
*********************************************************/

	@media screen and (max-width:1200px) { 
		.w1200{
			width: 100%;
		}
		main section.mv{
			width: 100%;
		}

		.top_about,.top_products,.top_news,section.top_distributor{
			padding-right:10px!important;
			padding-left:10px!important;
			box-sizing: border-box;
		}

	}

	@media screen and (max-width:1000px) { 
		header .flex nav{
		  -webkit-box-align: center;
		     -ms-flex-align: center;
		        align-items: center;
	    }

		header .flex nav ul li a{
			font-size:14px;
		}
		header .flex nav ul li.dist a{
			padding:20px;
			margin-left:0;
			margin-right:0;
		}
		header .flex nav ul li.dist{
			margin-right:0;
		}

		header .flex nav ul li{
			margin-left:20px;
			margin-right:20px;
		}

		header .flex img{
			width: 50%;
			margin-left:10px;
		}
	}


	@media screen and (max-width:750px) { 
		footer .flex .img{
			width: 30%;
			margin:auto;
		}

		footer .flex .img img{
			margin:20px auto;
			width: 100%;
			display: block;
		}

		footer .flex nav ul{
			flex-wrap: wrap;
			margin:0 auto;
			width: 90%;
			  -webkit-box-pack: center;
			     -ms-flex-pack: center;
			   justify-content: center;
		
		}

		footer .flex nav ul li:first-child{
			margin-left:0;
		}

		footer .flex nav ul li{
			margin-left:10px;
		}
		footer .flex nav ul li a{
			font-size:14px;
		}
		footer .flex{
			display: block;
		}

		footer .copyright p{
			font-size:12px;
		}
	}

	@media screen and (max-width:650px) { 
		header .flex nav ul{
			display: none;
		}
		.trigger{
			margin-right:10px;
			margin-top:10px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
		.sideNavi .sideNavi_in .sideNavi_box .menu li a:after{
			right: 30px;
		}
		.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn{
			margin-right: 15px;
		}

		main section.mv{
			height:350px;
		}

		section.top_about h2,section.top_products h2,section.top_news h2,section.top_distributor h2{
			font-size:26px;
		}

		section.top_products ul{
			display: 
		}

		section.top_about .movie{
			margin-bottom:0;
		}
		section.top_products{
			padding:20px 0;
		}

		section.top_products ul{
			flex-wrap: wrap;
		}

		section.top_products ul li{
			width: 48%;
			margin-bottom:10px;
		}

		section.top_products ul li a p{
			font-size:12px;
		}

		section.top_products .more{
			margin-top:20px;
		}
		section.top_products .more a,section.top_news .more a,section.top_distributor .more a,section.top_about .more a{
			font-size:14px;
		    padding: 5px 30px;
		}
		section.top_distributor p{
			font-size:14px;
		}
		iframe{
			height: 300px;
			width: 100%;
		}
		section.top_link ul li{
			height: 150px;
		}
		section.top_link ul li a{
			font-size:24px;
		}


	}

	@media screen and (max-width:600px) { 

	}


/********************************************************* 
about us
*********************************************************/

section.local h1{
	text-align: center;
	color:#fff;
	padding:50px;
	margin:0;
	font-size:24px;
}

section.local ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding:20px 0;

}

section.local ul li a{
	color:#fff;
	margin-right:50px;
	font-size:18px;
}

section.contents h2{
	font-size:30px;
	border-bottom:1px solid;
	padding:50px 0 0px 0;
	margin-bottom:50px;
}

section.about h3{
	font-size:26px;
	font-weight: normal;
	line-height: 1.8em;
	font-family:serif;	
}

section.about section.section h4{
	font-family:serif;
	font-size:30px;
	border-bottom:1px solid;
	text-align: center;
	font-weight: normal;
	display: inline-block;
	margin-bottom:20px;
}

section.about section.section h5{
	font-family:serif;
	text-align: center;
	font-size:26px;
	font-weight: normal;		
}

section.about section.section iframe{
	display: block;
	margin:0 auto;
}

section.about section.section .flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;	
}

section.about section.section.vol1 .img,section.about section.section.vol3 .img{
	margin-right:30px;
}

section.about section.section.vol2 .img{
	margin-left:30px;
}

section.about section.section.vol2 .flex{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}

section.about section.section{
	padding:60px 0;
}


/********************************************************* 
	レスポンシブ
*********************************************************/
	@media screen and (max-width:1200px) { 
		.contents.about{
			padding-left:10px;
			padding-right:10px;
		}
		section.local ul{
			padding-left:10px;
			padding-right:10px;
		}

	}
	@media screen and (max-width:1000px) { 
		section.about section.section .flex{
			display: block;
		}
		section.about section.section.vol1 .img img,section.about section.section.vol2 .img img,section.about section.section.vol3 .img img{
			margin:0 auto;
			display: block;
			max-width: 100%;
		}
		section.about section.section.vol1 .img,section.about section.section.vol2 .img,section.about section.section.vol3 .img{
			margin:0;
		}
	}

	@media screen and (max-width:500px) { 

		section.about section.section{
			padding:20px 0;
		}
		section.local ul{
			display: block;
		}
		section.local ul li{
			text-align: center;
		}
		section.local ul li a{
			margin-right:0;
		}
		section.local h1{
			padding:30px;
		}
		section.contents h2{
			margin-bottom:20px;
		}
		section.about h3{
			font-size:20px;
		}
		section.about section.section h4{
			font-size:18px;
		}

	}


/********************************************************* 
Company profile
*********************************************************/

section.company dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border:1px solid #ccc;
  margin-bottom:50px;
}

section.company dl dt{
	width: 25%;
	background: #e4e4e4;
	padding:10px;
	box-sizing: border-box;
	border-bottom:1px solid #ccc;
}

section.company dl dd{
	width: 75%;
	margin:0;
	padding:10px;
	box-sizing: border-box;
	border-bottom:1px solid #ccc;
}

section.company dl dd:last-child{
	border-bottom:none;
}

section.company dl dt.last{
	border-bottom:none;	
}

section.company h3{
	margin-top:50px;
}

/********************************************************* 
	レスポンシブ
*********************************************************/

	@media screen and (max-width:1200px) {
		.contents.company{
			padding-right:10px;
			padding-left:10px;
		}
	}
	@media screen and (max-width:500px) { 
		section.company dl{
			display: block;
		}
		section.company dl dt,section.company dl dd{
			width: 100%;
		}

	}


/********************************************************* 
History
*********************************************************/

section.history ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;	
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

section.history ul li.age{
	margin-right:100px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	color:#fff;
	font-size:32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

section.history ul li.none{
	margin-right:100px;
	width: 120px;
	height: 120px;	
}

section.history ul li.img{
	width: 300px;
}

section.history ul li.text{
	width: 550px;
}

section.history ul li.text h3{
	font-size:36px;
	margin-bottom:15px;
}

section.history ul {
	margin:50px 0;
}


/********************************************************* 
	レスポンシブ
*********************************************************/
	@media screen and (max-width:1200px) { 
		section.history{
			padding-right:10px;
			padding-left:10px;
		}
		section.history ul{
			flex-wrap: wrap;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
		}
	}
	@media screen and (max-width:500px) {

		section.history ul li.age{
			margin-right:0;
			font-size:26px;
		}
		section.history ul li.img{
			width: 100%;

		}
		section.history ul li.img img{
			display: block;
			margin:30px auto;
		}
		section.history ul li.text h3{
			font-size:24px;
		}
		section.history ul{
			margin:100px 0;
		}
	} 


/********************************************************* 
Products
*********************************************************/

section.products ul{
	display: flex;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   padding-top:30px;
   padding-bottom:30px;
}

section.products ul li{
	width:23%;
	box-sizing: border-box;
	background: #fff;
	margin-bottom:30px;
	padding:10px;
	border:1px solid #ccc;
}

section.products ul::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}

section.products ul::after{
  content:"";
  display: block;
  width:24%;
  order:1;
}

section.products .products_specification dl ul li:before{
	content:"・";
}

section.products .products_specification dl ul li{
	text-indent: -1em;
	padding-left:1em;	
}


section.products ul li a img{
	width: 250px;
	display: block;
}

section.products ul li a h3{
	text-align: center;
}
section.products ul li a h3 span{
	font-size: 14px;
	color: #c60000;
	padding-left: 10px;
}
section.products ul li .btn ul{
	display: flex;
	flex-wrap: wrap;
	padding-top:10px;
  -webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;
}

section.products ul li .btn ul li{
	width:100%;
	padding:0;
	margin-bottom:10px;
	background:#b38300;
	color:#fff;
	margin-right:2%;
}




section.products ul li .btn ul li a{
	display: block;
	width: 100%;
	height:100%;
	padding:10px;
	word-break: break-all;
	box-sizing: border-box;
	font-size:12px;
	line-height: 1.2em;
	color:#fff;
}





section.products ul li .btn ul li a:hover{
	background: #d9c180;

}

section.products .comparison dl{
	display: flex;
	flex-wrap: wrap;
}

section.products .comparison dl dt{
	width: 100%;
	font-weight: bold;
	padding: 0.1em 0.5em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
 	background: transparent;/*背景透明に*/
 	border-left: solid 5px #0f9af6;/*左線*/
 	font-size:22px;
 	margin-bottom:10px;
}

section.products .comparison dl dt + dd{
	width: 100%;
	margin-left:30px;
}

section.products .comparison dl dt + dd:before{
	content:"―";
	margin-right:10px;
}


section.products .comparison dl dd{
	width: 100%;
	margin:0;
}

section.products .comparison dl dd > ul{
	display: flex;
	width: 100%;
  -webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;	
   padding:20px 0 20px 0;
}
section.products .comparison dl dd > ul li{
	width: 13%;
	margin-right:10px;
	padding:0;
	border:0;
}

section.products .comparison dl dd > ul li a{
	width: 100%;
	display: block;
	padding:10px;
	box-sizing: border-box;
	background:#fff;
	color:#b38300;
	border:2px solid #b38300;
	font-weight: 900;
	position: relative;
}

section.products .comparison dl dd > ul li a:after{
	font-family: "FontAwesome";
	content:'\f054';
	position: absolute;
	right:10px;
}


section.product_top ul li img{
	width: 260px;
}



/********************************************************* 
	レスポンシブ
*********************************************************/

	@media screen and (max-width:1200px) {
		section.products{
			padding-right:10px;
			padding-left:10px;
		}
		section.products .comparison dl dd > ul{
			flex-wrap: wrap;
		}
		section.products .comparison dl dd > ul li{
			width: 20%;
		}
		section.products ul li a img{
			width: 100%;
		}
	}


	@media screen and (max-width:800px) {
		section.products ul{
			padding:10px 0;
		}
		section.products .comparison dl dd > ul li{
			width: 30%;
		}
	}
	@media screen and (max-width:750px) { 

		section.products ul li{
			width: 49%;
			margin-bottom:10px;
		}
		section.products ul li a h3{
			font-size:18px;
		}
		section.products .comparison dl dd > ul li{
			width: 46%;
		}
		.accessories-archive ul li a p.ttl{
			font-size:14px;
		}
	}





/********************************************************* 
Products 下層
*********************************************************/



section.products .localnav ul li{
	background: #b38300;
	padding:0;
}

section.products .localnav ul li a{
	width: 100%;
	height:100%;
	color:#fff;
	display: block;
	text-align: center;
	padding:20px 0;
}

section.products_under .flex{
	display: flex;
	flex-wrap: wrap;
}

section.products_under .revolution_air_logo{
	text-align: right;
}

section.products_under .flex .img{
	margin-left:50px;
}

section.products_under .conts_3colum ul{
	display: flex;
}

section.products_under .conts_3colum ul li{
	width: 32%;
}

section.products_under .conts_3colum ul li img{
	display: block;
	margin-right:auto;
	margin-left:auto;
	width: 100%;
}

section.products_under .conts_3colum ul::before{
  content:"";
  display: block;
	width: 32%;
  order:1;
}

section.products_under .conts_3colum ul::after{
  content:"";
  display: block;
	width: 32%;
}

section.products_under .conts_2colum{
	margin-top:50px;
}



section.products_under .products_features{
	margin-bottom:30px;
}

section.products_under .products_features .img.center img{
	display: block;
	margin:0 auto;
}


section.products_under h5{
	display: block;
	font-size:20px;
}
section.products_under .conts_3colum ul li img.icon{
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
h3.other{
	font-size:30px;
	padding-top:50px;
	margin-bottom:0;
}

.products_stitch .conts_4colum ul{
	display: flex;
}

.products_stitch .conts_4colum ul::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}

.products_stitch .conts_4colum ul::after{
  content:"";
  display: block;
  width:24%;
}

.products_stitch .conts_4colum ul li{
	width: 24%;
	text-align: center;
}

.products_stitch .conts_4colum ul li img{
	display: block;
	margin-right:auto;
	margin-left:auto;
	width: 100%;
}

section.products .products_specification dl{
	width: 700px;
	margin-right:auto;
	margin-left:auto;
	display: flex;
	flex-wrap: wrap;
	background: #f7f7f7;
	padding:50px;
}

section.products .products_specification dl dt{
	width: 40%;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-top:10px;
	font-weight:900;
	font-size:18px;
}

section.products .products_specification dl dd{
	width: 60%;
	margin-bottom:10px;
	padding-top:10px;
	border-bottom:1px solid #ccc;
	margin-left:0;
}


section.products .products_specification ul{
	display: block;
	padding-top:0;
}



section.products .products_specification dl dd ul li{
	width: 100%;
	border:none;
	margin-bottom:10px;
	padding:0;
	background: none;
}

section.products .products_accessories ul{
	padding-top:0;
}

section.products .products_accessories ul li{
	border:none;
	text-align: center;
}


section.products .products_accessories ul li a{
	text-decoration:underline;
	color:#999;
	display: block;
	width: 100%;
}

section.products .products_accessories ul li a img{
	display: block;
	width: 100%;
	border: 1px solid #ccc;
}

section.products .products_accessories ul li p{
	margin:0;
}

section.products .products_accessories .text ul{
	display: block;
	padding-top:0;
}

section.products .products_accessories .text ul li{
	width: 100%;
	margin-bottom:0;
	padding:0;
	text-align: left;
}

section.products .products_accessories .text h3{
	font-size:26px;
	margin-top:30px;
}

section.products .products_accessories h4{
	font-size:20px;
	margin-top:15px;
}

section.products .flow_bles4 ul {
  -webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;	
}


section.products .flow_bles4 ul li{
	border: none;
	display: flex;
	color:#0068b6;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
    margin-right:60px;
    margin-bottom:0;
}

section.products .flow_bles4 ul li:after{
	font-family: "FontAwesome";
	content:'\f0da';
	font-size:50px;
	margin-left:20px;
}

section.products .flow_bles4 ul li:nth-child(3):after{
	content:none;	
}


section.products .flow_ble1ex ul ,section.products .flow_bls3 ul{
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  -webkit-box-align: start;
     -ms-flex-align: start;
        align-items: flex-start;
}


section.products .flow_ble1ex ul li,section.products .flow_bls3 ul li{
	width: 530px;
	border: none;
	display: flex;
	color:#e85298;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
    margin-right:60px;
    margin-bottom:0;
}

section.products .flow_ble1ex ul li:after,section.products .flow_bls3 ul li:after,.flow_blc4 ul li:after{
	font-family: "FontAwesome";
	content:'\f0da';
	font-size:50px;
	margin-left:20px;
}

section.products .flow_ble1ex ul li:nth-child(2):after,section.products .flow_bls3 ul li:nth-child(2):after,.flow_blc4 ul li:nth-child(3):after{
	content:none;	
}

section.products .flow_emb12 ul{
	border: none;
	display: flex;
	color:#0068b6;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
    margin-right:0;
    margin-bottom:0;
}

section.products .flow_emb12 ul li{
	width: 25%;
	border: none;
	display: flex;
	color:#e85298;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
    margin-right:0px;
    margin-bottom:0;

}

section.products .flow_emb12 ul::before{
	display: none;
}

section.products .flow_emb12 ul li img{
	width: 100%;
}

section.products .flow_emb12 ul.arrow li:after{
	font-family: "FontAwesome";
    content: '\f0da';
    font-size: 50px;
    margin-left: 20px;
}

section.products .flow_blc4 ul{
	display: flex;
  -webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;
}

section.products .flow_blc4 ul li{
	border: none;
	display: flex;
	color:#0068b6;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
    margin-right:30px;
    margin-bottom:0;
    width: 30%;
}
section.products .blc4_2colum ul{
	display: flex;
}

section.products .blc4_2colum ul li{
	width: 48%;
	margin-right:1%;
}

section.products .blc4_2colum ul li img{
	width: 100%;
}

section.products .blc4_image{
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;	
}

section.products .flow_emb12 ul.arrow li:nth-child(2):after{
	display: none;
}

section.products h3{
	margin-top:20px;
}
section.products .flex.sashiko{
	margin:50px 0;

}

section.products .flex.sashiko img{
	margin-right:50px;
}

/********************************************************* 
	レスポンシブ
*********************************************************/

	@media screen and (max-width:1200px) {
		section.products .mv{
			max-width: 100%;
		}
		section.products .mv img{
			max-width: 100%;
		}

		section.products .comparison dl dd > ul{
			flex-wrap: wrap;
		}
		section.products .comparison dl dd > ul li{
			width: 20%;
		}

	}
	@media screen and (max-width:800px) {
		section.products_under img{
			max-width: 100%;
		}
		section.products_under .flex{
			display: block;
		}
		section.products_under .flex .img img{
			display: block;
			margin:0 auto;
			width: 60%;
		}

		section.products_under .revolution_air_logo{
			text-align: left;
		}
		section.products_under .conts_3colum ul li{
			width: 48%;
		}
		section.products .products_specification dl{
			width: 100%;
		}
	}



	@media screen and (max-width:500px) {
		section.products_under h5{
			font-size:16px;
			line-height: 1.8em;
		}
		section.products .localnav ul li a{
			padding:5px 0;
			font-size:14px;
		}
		section.products .products_specification dl{
			display: block;
		}
		section.products .products_specification dl dt,section.products .products_specification dl dd{
			width: 100%;
		}

		.products_stitch .conts_4colum ul li{
			width: 32%;
			text-align: center;
		}
		section.products .blc4_image .img img{
			width: 100%;
		}
		section.products .flow_blc4 ul li,section.products .flow_bles4 ul li{
			width: 30%;
			margin-right:10px;
		}
		section.products .flow_blc4 ul li:nth-child(3){
			margin-right:0;
		}
		section.products .flow_ble1ex ul li:after, section.products .flow_bls3 ul li:after, .flow_blc4 ul li:after,section.products .flow_bles4 ul li:after{
			font-size: 20px;
			margin-left:10px;
		}


	}


/********************************************************* 
Optional accessories 下層
*********************************************************/

.accessories .photo{
	margin-bottom:60px;
}

.accessories .photo .img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
   margin-bottom:30px;

}

.accessories .photo .img img{
	display: block;
	border:1px solid #ccc;
}

.accessories .photo .img p{
	text-align: center;
}

.accessories .photo .img .div{
	width: 590px;
}

.accessories .photo .thumb{
	display: flex;
}

.accessories .photo .thumb div{
	width: 18%;
	margin-right:1%;
}

.accessories .photo .thumb div p{
	text-align: center;
	margin:0;
}

.accessories .photo .thumb img{
	width: 100%;
	border:1px solid #ccc;
}

.accessories .youtube {
	background: #fcf5ec;
	padding:50px 0;
	margin-bottom:50px;
}

.accessories .youtube iframe{
	width: 590px;
	height:442px;
	display: block;
	margin:0 auto;
}

.accessories .photo .img{

}

.accessories .detail{
	margin:50px 0;	
}

.accessories .detail > ul {
	display: block;
	border:none;
	border-top:1px solid #ccc;
	padding-top:10px;
	margin:10px 0;
}

.accessories .detail > ul:last-child{
	border-bottom:1px solid #ccc;
}

.accessories .detail > ul li{
	width: auto;
	border:none;
	margin:0;
	padding:0;
}

.accessories .detail > ul li.pdf a{
	display: inline-block;
	padding:0px 10px;
	color:#fff;
	background:#ff9c00;
	margin-bottom:10px;
}

.products + .bg_cream{
	padding:20px 0;
	margin-top:50px;
}

/********************************************************* 
Optional accessories 一覧
*********************************************************/

section.products .accessories-archive ul{
	display: flex;
	padding-top:0px;
 -webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;
}

section.products .accessories-archive ul li{
	width: 23%;
	margin-right:1%;
}

.accessories-archive ul li a{
	display: block;
	width: 100%;
}

.accessories-archive ul li a p.ttl{
	text-align: center;
	font-weight: 900;
}

.accessories-archive ul li a img{
	width: 100%;
}

section.products .accessories-archive h3{
	font-size:24px;
}

/********************************************************* 
	レスポンシブ
*********************************************************/
	@media screen and (max-width:1200px) {
		.products + .bg_cream{
			padding-right:10px;
			padding-left:10px;
		}
	}
	@media screen and (max-width:700px) {
		section.products .accessories-archive ul li{
			width: 32%;
		}
	}
	@media screen and (max-width:500px) {
		section.products .accessories-archive ul li{
			width: 48%;
		}
	}



/********************************************************* 
Distoributor
*********************************************************/

.dist_back{
	background-image: url(../img/distributor/distributor_back.png);
	background-position: center;
	background-size: cover;
	width:100%;
	height:934px;
	display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.dist_back a{
	text-decoration: underline;
}

.dist_back h2{
	margin:0;
	padding:20px 0;
	font-size:40px;
	color:#0000e6;
}

.dist_back h3{
	font-size:26px;
	margin-top:30px;
	margin-bottom:10px;
}
.global_dist{
	margin-bottom:100px;
}

.global_dist table {
	border-collapse:collapse;
}

.global_dist table{
	width: 100%;
}

.global_dist table tr th{
	background:#f2f2f2;
	border:1px solid #c2c2c2;
	padding:10px;
	box-sizing: border-box;
}

.global_dist table tr td{
	border:1px solid #c2c2c2;
	padding:10px;
	box-sizing: border-box;
}

.global_dist > h2{
	font-size:30px;
	border-bottom:1px solid #333;
	margin-top:80px;
}

.global_dist > h3{
	font-size:18px;
	display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
    margin-top:50px;
}

.global_dist > h3:before{
	content:"　";
	width: 16px;
	height:16px;
	background-color:#0099ff;
	margin-right:10px;
}

.global_dist > h4{
	padding:0px 0;
	margin:10px 0;
}

/********************************************************* 
	レスポンシブ
*********************************************************/
	@media screen and (max-width:800px) {
		.dist_back{
			padding-right:10px;
			padding-left:10px;
			height: auto;
		}
		.dist_back h2{
			font-size:26px;
		}
		.global_dist table tbody{

		}
		.global_dist table tr{
			display: flex;
			flex-wrap: wrap;
			width: 100%;
		}
		.global_dist table tr th,.global_dist table tr td{
			width:50%;
			display: block;

		}
	}



/********************************************************* 
Content
*********************************************************/

.w800{
	width: 800px;
	margin:0 auto;
}

.contact dl{
	display: flex;
	flex-wrap: wrap;
}

.contact dl dt{
	width: 30%;
	margin:0 0 20px 0;
}

.contact dl dd{
	width: 70%;
	margin:0 0 20px 0;
}

.selectWrap{
  width: 100%;
  position: relative;
  display: inline-block;
}

.selectWrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b38300;
  border-right: solid 2px #b38300;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b38300;
  border-radius: 2px;
}
select::-ms-expand {
    display: none;
}

.contact dl dd select{
	border: 1px solid #ccc;
	width: 100%;
	padding:5px;
}



.contact button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

.contact .text_center{
	display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

.contact .text_center button{
	padding:20px 50px;
	background: #b38300;
	color:#fff;
	margin-bottom:100px;
}


.contact input{
	padding:5px;
	width: 100%;
	border:1px solid #ccc;
}

.contact textarea{
	padding:10px;
	width: 100%;
	height:200px;
	border:1px solid #ccc;
}

.mw_wp_form_complete{
	padding:50px;
	height:300px;
}

p.thanks{
	margin-top:80px;	
}

p.thanks a{

	padding:20px 50px;
	background: #b38300;
	color:#fff;	
}

/********************************************************* 
	レスポンシブ
*********************************************************/
	@media screen and (max-width:1200px) {
		.products + .bg_cream{
			padding-right:10px;
			padding-left:10px;
		}
	}
	@media screen and (max-width:800px) {
		.w800{
			padding-right:10px;
			padding-left:10px;
			width: 100%;
		}
		.modelname{
			font-size: 12px;
			margin-top: 0;
			margin-bottom: 30px;
		}
	}
	@media screen and (max-width:500px) {
		section.contents h2{
			font-size: 22px;
		}
		.contact dl{
			display: block;
		}
		.contact dl dt,.contact dl dd{
			width: 100%;
		}
	}

/********************************************************* 
	NEWS
*********************************************************/

section.top_news ul.news li a{
	color:#333;
	text-decoration: underline;
}

section.top_news ul.news li{
	margin-bottom:15px;
}

section.contents.top_news.page h2{
	color:#333;
}


.news{
	margin-bottom:100px;
}

.news .date{
	margin-bottom:10px;
}

section.top_news .page-numbers{
	display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;	
}

section.top_news .page-numbers a{
	color:#333;
	margin:0 10px;
}

.news-single{
	margin-top:100px;
	padding:0 50px 50px 50px;
	box-sizing: border-box;
}

	@media screen and (max-width:500px) {
		.news-single{
			margin-top:20px;
			padding:0 20px 20px 20px;
			box-sizing: border-box;
		}

		.single-news .news{
			margin-bottom:0px;
		}

	}