@charset "UTF-8";

.product_name{
	width: 1000px;
	margin: 0 auto;
	font-size: 2.1em;
	font-weight: bold;
	}

.features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.features .txt{
	width: 100%;
	margin: 0 0 5% 0;
	text-align: center;
	font-size: 1.3em;
	line-height: 160%;
	font-weight: bold;
}

.features .txt_s{
	width: 90%;
	margin: 10% auto 10% auto;
	text-align: left;
	font-size: 1.3em;
	line-height: 160%;
}

.features .txt_s_l{
	width: 60%;
	margin: 30% 5% 10% auto;
	text-align: left;
	font-size: 1.3em;
	line-height: 160%;
}

.features .txt_ss{
	width: 100%;
	margin: 0 auto 2.5% auto;
	text-align: cnter;
	font-size: 1.3em;
	line-height: 160%;
}

.features_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
	 /*border:1px #ccc solid;*/
    width: 50%;
	line-height:160%;
}

.features_inner_pic {
	/*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
	padding: 0;
	width: 100%;
	position: relative;
	height: auto;
	overflow:hidden;
}

.features_inner_pics {
	/*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
	padding: 0;
	width: 50%;
	position: relative;
	height: auto;
}

.features_inner_pic .f_PRO-XR_copy{
	position: absolute;
	font-size: 1.75vw;
	top: 28%;
	left: 15%;
	color: #000;
	font-family: 'Arimo', sans-serif;
	line-height: 1.3;
}

.features_inner_pic .f_PRO-XR_copy_1{
	position: absolute;
	font-size: 1.3em;
	top: 45%;
	left: 15%;
	width: 40%;
	color: #000;
	line-height: 1.5;
}

.features_inner_pic .f_PRO-XR_copy_2_1{
	position: absolute;
	font-size: 1.3em;
	top: 5%;
	left: 30%;
	width: 40%;
	color: #fff;
	line-height: 1.5;
}

.features_inner_pic .f_PRO-XR_copy_2_2{
	position: absolute;
	font-size: 1.3em;
	bottom: 5%;
	left: 5%;
	width: 35%;
	color: #fff;
	line-height: 1.5;
}

.features_inner_pic .f_PRO-XR_copy_2_3{
	position: absolute;
	font-size: 1.3em;
	bottom: 5%;
	right: 5%;
	width: 35%;
	color: #fff;
	line-height: 1.5;
}

.features_inner_pic .f_PRO-XR{
	position: absolute;
	font-size: 6vw;
	top: 10%;
	left: 15%;
	color: #000;
	font-family: 'Oswald', sans-serif;
}


.features .txt2{
	width: 1000px;
	margin: 5% auto 0 auto;
	text-align: center;
	font-size: 1.8em;
	line-height: 140%;
	color: #000;
	font-weight: bold;
	text-align: left;
}

.features .txt_s2{
	width: 1000px;
	margin: 40px auto 80px auto;
	text-align: left;
	font-size: 1.4em;
	line-height: 160%;
	color: #000;
}

.features .txt_ss{
	width: 100%;
	margin: 0 auto 2.5% auto;
	text-align: cnter;
	font-size: 1.4em;
	line-height: 160%;
	font-weight:bold;
}
	
.features .img{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	float: none;
	}

.features_inner img{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	float: none;
	}

.features_inner_pic img{
	width:100%;
	height:auto}

.features_inner_pics img{
	width:100%;
	height:auto}

.f_video{width:800px; margin:auto; padding:2.5% 0}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 57%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*三分割*/
.f_three_one {
	overflow:hidden;
}

.f_three_one ul {
	overflow:hidden;
	margin:0 0 0 0;
}
.f_three_one li {
	list-style:none;
	float:left;
	width:33.33%;
	margin:0 0 0 0;
}
.f_three_one li:nth-child(3n+1) {
	clear:both;
}
.f_three_one li img {
	width:100%;
	height:auto;
	margin-bottom:0%;
}

.f_three_one li a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}

.f_three_one_2 {
	overflow:hidden;
}

.f_three_one_2 ul {
	overflow:hidden;
	margin:0 0 4% 4%
}
.f_three_one_2 li {
	list-style:none;
	float:left;
	width:29.33%;
	margin:0 4% 0 0;
}
.f_three_one_2 li:nth-child(3n+1) {
	clear:both;
}
.f_three_one_2 li img {
	width:100%;
	height:auto;
	margin-bottom:0%;
}

.f_three_one_2 li a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}
	
/*spec*/
.f_spce{
	width:1000px;
	margin:0 auto}
	
.f_spce_ttl{
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 0 0;
	padding:3% 0 0 0;
	width:100%;
	}

.f_spce_ttl_s{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0% 0 0 0;
	width: 100%;
	}
	
.f_chart{
	width:100%; 
	overflow:hidden;
	margin-bottom:5%;
	}

.f_chart_ttl{
	font-weight: bold;
	font-size: 1.5em;
	margin: 2% 0 2% 1%;
}

.f_chart .img{
	width:100%;
	height:auto;
	}

.f_chart_s{
	float: left;
	width: 50%;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}

.f_chart_s .img{
	width:100%;
	height:auto
	}

#spec {
	margin: 10px 0 50px 0;
	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	background: #f1f1f1;
}
#spec p { margin:0; }
#spec dl {
	/*border-bottom: 1px solid #e7e3d0;*/
	margin: 0;		
}

.first {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e3d0;
}


#spec dt {
	background: #f1f1f1;
	width: 24%;
	height: auto;
	display: block;
	clear: left;
	float: left;
	margin: 0 0 0 0;
	line-height: 200%;
	border-bottom: none;
	font-weight: normal;
	border-top: 3px solid #fff;
	padding: 12px 0px 10px 2%;
}
#spec dd {
	width: 70%;
	display: block;
	float: left;
	margin: 0 0 0px 0;
	line-height: 200%;
	padding: 12px 2% 10px 2%;
	border-top: 3px solid #fff;
	background: #fafafa;
}

/*取り扱い説明書*/
.f_download {
	overflow:hidden;
	border-bottom:1px solid #f1f1f1;
}

.f_download ul {	
    width:100%;
	overflow:hidden;
	margin:0 35% 4% 35%
}
.f_download li {

	list-style:none;
	float:left;
	width:30%;
	margin:0 0 0 0;
	text-align:center;
	font-weight:bold;
}

.f_download li a{
	display:block;
	font-size:1.1em;
	color:#ff1a00;
	text-decoration:none;	
	border:1px solid #ff1a00;	
	padding:10px 0;	
	border-radius:10px;
}

/*取り扱い説明書2*/
.f_download_2 {
	overflow:hidden;
	border-bottom:1px solid #f1f1f1;
}

.f_download_2 ul {	
    width:100%;
	overflow:hidden;
	margin:0 15% 4% 15%
}
.f_download_2 li {

	list-style:none;
	float:left;
	width:30%;
	margin:0 0 0 0;
	text-align:center;
	font-weight:bold;
}

.f_download_2 li a{
	display:block;
	font-size:1.1em;
	color:#ff1a00;
	text-decoration:none;	
	border:1px solid #ff1a00;	
	padding:10px 0;	
	border-radius:10px;
}
.f_download_2 li:nth-child(1){
	margin-right:10%}
.f_download_2 li:nth-child(2n+1) {
	clear:both;
}

/*PC・スマホで表示・非表示にする*/
.pc_display{
	display: block;
	overflow: hidden;
}

.sp_display{
	display:none}

@media screen and (max-width:1150px)
{
.break_none br{display: none;}
}

@media screen and (max-width:1040px)
{
/*spec*/
.f_spce{
	width:100%;
	margin:0 auto}

.features_inner_pic .f_PRO-XR_copy{
	top: 20%;
}

.features_inner_pic .f_PRO-XR{
	top: 2%;
}

.features_inner_pic .f_PRO-XR_copy_1{
	font-size: 1.2em;
	top: 32%;
}	

.features_inner_pic .f_PRO-XR_copy_2_1{
	font-size: 1.2em;
}

.features_inner_pic .f_PRO-XR_copy_2_2{
	position: absolute;
	font-size: 1.2em;
}

.features_inner_pic .f_PRO-XR_copy_2_3{
	position: absolute;
	font-size: 1.2em;
}

}

@media screen and (max-width:640px)
{
.pc_display{
	display:none}

.sp_display{
	display:block;}

.break_none br{display: none;}

.features .txt{
	width: 100%;
	margin: 5% auto 5% auto;
	text-align: left;
	font-size: 1.4em;
	line-height: 140%;
}

.features .txt_s{
	width: 90%;
	margin: 5% auto 5% auto;
	text-align: left;
	font-size: 1.2em;
	line-height: 160%;
}

.features .txt_s_l{
	width: 90%;
	margin: 5% auto 5% auto;
	text-align: left;
	font-size: 1.2em;
	line-height: 160%;
}

.features .txt2{
	width: 90%;
	margin: 10% auto 0 auto;
	text-align: left;
	font-size: 1.6em;
	line-height: 140%;
	color: #000;
	font-weight: bold;
}

.features .txt_s2{
	width: 90%;
	margin: 5% auto 10% auto;
	text-align: left;
	font-size: 1.2em;
	line-height: 160%;
	color: #000;
}

.features_inner{
	width:100%;
	}
	
.features_inner_pic{
	background:#f8f8f8;
	}
.features_inner_pics{
	width:100%
	}

.features_inner_pic .f_PRO-XR{
	position: relative;
	font-size: 2.5em;
	top: 0%;
	left: 0%;
	font-family: 'Oswald', sans-serif;
	color: #000;
	margin:5% 0 0 5%;
}

.features_inner_pic .f_PRO-XR_copy{
	position: relative;
	font-size: 1.3em;
	top: 0%;
	left: 0%;
	color: #000;
	margin:0 0 0 5%;
}

.features_inner_pic .f_PRO-XR_copy_1{
	position: relative;
	font-size: 1.1em;
	top: 0%;
	left: 0%;
	width:90%;
	color: #000;
	margin:2% 5% 0 5%;
}

.features_inner_pic .f_PRO-XR_copy_2{
	position: relative;
	font-size: 1.1em;
	top: 0%;
	left: 0%;
	width:90%;
	color: #000;
	margin:0 5% 0 5%;
}

.features_inner_pic .f_PRO-XR_copy_2_1{
	position: relative;
	font-size: 1.1em;
	top: 0%;
	left: 0%;
	width: 90%;
	color: #FFF;
	margin: 5% 5% 5% 5%;
}

.features_inner_pic .f_PRO-XR_copy_2_2{
	position: relative;
	font-size: 1.1em;
	top: 0%;
	left: 0%;
	width: 90%;
	color: #FFF;
	margin: 5% 5% 5% 5%;
}

.features_inner_pic .f_PRO-XR_copy_2_3{
	position: relative;
	font-size: 1.1em;
	top: 0%;
	left: 0%;
	width: 90%;
	color: #FFF;
	margin: 0 5% 5% 5%;
}


.f_video{width:90%; margin:auto; padding:5% 5%}

.f_three_one_2 ul {
	overflow:hidden;
	margin:0 0 0 0
}
.f_three_one_2 li {
	list-style:none;
	float:none;
	width:100%;
	margin:0 0 0 0;
}

/*spec*/
.f_spce{
	width: 96%;
	margin: 0 2%
}

	
.f_spce_ttl{
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 0 0;
	padding:5% 0 0 0;
	width:100%;
	}
	
.f_spce_ttl_s{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0 0;
	padding:3% 0 0 0;
	width:100%;
	}
	
.f_chart{width:100%; overflow:hidden; margin-bottom:0%}
.f_chart_s{
	float: none;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom:5%;
}

.f_chart_s .img{
	width:80%;
	height:auto
	}

#spec {
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
}
#spec p { margin:0; }
#spec dl {
	margin: 0;		
}

#spec dt {
	width: 100%;
	height: auto;
	display: block;
	clear: left;
	float: none;
	margin: 0 0 0 0;
	border-bottom: none;
	border-top: 3px solid #fff;
	padding: 2% 0 2% 2%;
}
#spec dd {
	width: 100%;
	display: block;
	float: none;
	margin: 0 0 00 0;
	padding: 2% 0 2% 2%;
	border-top:none;
}

/*取り扱い説明書*/
.f_download ul {	
	margin:10% 10% 0 10%
}
.f_download li {
	list-style:none;
	float:none;
	width:80%;
	margin-bottom:5%;
}

/*取り扱い説明書2*/
.f_download_2 ul {	
	margin:10% 10% 0 10%
}
.f_download_2 li {
	list-style:none;
	float:none;
	width:80%;
	margin-bottom:5%;
}

}
