.reno_submenu{
	background: #3b688f;
	background: -moz-linear-gradient(top,  #3b688f 0%, #335e90 100%);
	background: -webkit-linear-gradient(top,  #3b688f 0%,#335e90 100%);
	background: linear-gradient(to bottom,  #3b688f 0%,#335e90 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b688f', endColorstr='#335e90',GradientType=0 );
	border-top:1px solid #3b688f;
	border-bottom:1px solid #335e90;
}

.reno_submenu ul{
	max-width: 1100px;
	width: 99.5%;
	overflow: hidden;
	margin: 0 auto;
}

.reno_submenu ul li {
	float: left;
	width: 20%;
	padding: 1px;
	box-sizing: border-box;
}

.reno_submenu ul li a {
	color: #fff;
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 1rem;
}

.reno_submenu ul li a.on,
.reno_submenu ul li a:hover {
	color: #2d5680;
	background: #e0ecf1;
}

.index_frame .frame{
	overflow: hidden;
	margin-top: 75px;
}

.index_frame .frame img{
	float: right;
}

.index_frame .frame h4{
	color: #2d5682;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 130%;
}

.index_frame .frame h4:after{
	margin: 10px 0 10px;
	content:"";
	display:block;
	height:1px;
	width:50%;
	background: #96aabf;
	background: -moz-linear-gradient(left,  #96aabf 70%, #ffffff 100%);
	background: -webkit-linear-gradient(left,  #96aabf 70%,#ffffff 100%); 
	background: linear-gradient(to right,  #96aabf 70%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96aabf', endColorstr='#ffffff',GradientType=1 );


}

.index_frame .frame:nth-child(2) img{
	float: left;
}

.index_frame .frame:nth-child(2) h4{
	text-align: right;
}

.index_frame .frame:nth-child(2) h4:after{
	background: -moz-linear-gradient(right,  #96aabf 70%, #ffffff 100%);
	background: -webkit-linear-gradient(right,  #96aabf 70%,#ffffff 100%); 
	background: linear-gradient(to left,  #96aabf 70%,#ffffff 100%);
	text-align: right;
	margin: 10px 0 10px auto;
}

.index_frame .frame:nth-child(2) p{
	text-align: right;
}

.index_frame .frame p{
	font-size: 1rem;
	line-height: 150%;
}

.index_frame2{	
	margin-top:120px;
}

.index_frame .index_acg{
	max-width:1100px;
	width: 100%;
	margin-top:20px;
	  display: flex;
}


a.hikaku-btn{
	display: block;
	margin: 40px auto 0;
	max-width: 350px;
	width: 100%;
	background: #337fcf;
	text-align: center;
	color: #fff;
	padding:20px 40px 20px 40px  ;
	font-weight: bold;
}


.menu_frame {
	background: #fafafa;
}

.menu_frame .inner{
	max-width: 1100px;
	width: 96%;
	margin: 0 auto;
	padding: 60px 0;
	box-sizing: border-box;
}

.menu_frame .inner ul{
	margin: 0 auto 60px;
	overflow: hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.menu_frame .inner ul li{
	width: 24%;
	float: left;
	margin-left: 1.33333%;
	line-height: 150%;
	font-size: .85rem;
	transition: .3s;
}

.menu_frame .inner ul li a {
	transition: .3s;
	display: block;
}

.menu_frame .inner ul li a:hover {
	opacity: .7;
}

.menu_frame .inner ul li:first-child{
	margin-left: 0;
}

.menu_frame .inner ul li img{
	max-width: 100%;
	margin-bottom: 5px;
	width: auto;
	border: 7px solid #d8e3ed;
	box-sizing: border-box;
}

.menu_frame .inner ul li div{
	display: table;
	color: #2d5680;
	font-size: 1.2rem;
	line-height: 140%;
	font-weight: bold;
	padding-bottom: 5px;
}

.menu_frame .inner ul li div span{
	display: table-cell;
	vertical-align: middle;
}

.menu_frame .inner ul li span.img {
	text-align: right;
	display: block;
	padding-top: 20px;
}

.menu_frame .inner ul li span.img img{
	width: 78px;
	height: 14px;
	border: none;
}


.feature_frame .frame{
	overflow: hidden;
	margin-top: 35px;
	padding-top: 35px;
	border-top:1px solid #c0ccd9;
}

.feature_frame .frame:last-child {
	padding-bottom: 40px;
	border-bottom:1px solid #c0ccd9;
}

.feature_frame .frame img{
	float: right;
	padding: 0 8%;
}

.feature_frame .frame h4{
	color: #2d5682;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 130%;
	padding-bottom: 25px;
}

.feature_frame .frame:nth-child(3) img,
.feature_frame .frame:nth-child(5) img{
	float: left;
}

.feature_frame .frame:nth-child(3) h4,
.feature_frame .frame:nth-child(5) h4{
	text-align: right;
}

.feature_frame .frame:nth-child(3) p,
.feature_frame .frame:nth-child(5) p{
	text-align: right;
}

.feature_frame .frame p{
	font-size: 1rem;
	line-height: 150%;
}

.feature_frame .frame .nocolumn img{
	float: none;
	padding: 25px 0 30px;
	max-width: 100%;
	width: auto;
}

.feature_frame .frame .nocolumn h5{
	color: #2d5682;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 130%;
	padding-bottom: 5px;
	padding-top: 25px;
}

ul.accessory_01 {
	margin: 30px auto 0;
	overflow: hidden;
	width: 100%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

ul.accessory_01 li {
	width: 18%;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 25px;
	line-height: 150%;
	font-size: .85rem;
	transition: .3s;
}

ul.accessory_01 li:nth-child(5n){
	margin-right: 0;
}

ul.accessory_01 li strong {
	font-weight: bold;
	color: #2d5680;
	display: block;
	padding: 5px 0;
	font-size: 1.1rem;
	line-height: 130%;
}

ul.accessory_01 li strong span {
	font-size: .8rem;
	display: block;
	margin-top: -4px;
}

ul.accessory_01 li img {
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	width: 100%;
}

ul.accessory_01 li p {
	font-size: .85rem;
	line-height: 140%;
}



ul.accessory_02 {
	margin: 30px auto 0;
	overflow: hidden;
	width: 100%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

ul.accessory_02 li {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 25px;
	line-height: 150%;
	font-size: .85rem;
	transition: .3s;
}

ul.accessory_02 li:nth-child(2n){
	margin-right: 0;
}

ul.accessory_02 li strong {
	font-weight: bold;
	color: #2d5680;
	display: block;
	padding: 10px 0 5px;
	font-size: 1.5rem;
	line-height: 130%;
}

ul.accessory_02 li img {
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	width: 100%;
}

ul.accessory_02 li p {
	font-size: 1rem;
	line-height: 150%;
}

ul.accessory_02 li a {
	transition: .3s;
}

ul.accessory_02 li a:hover {
	opacity: .7;
}

.support_img{
	display: table;
	padding: 50px 0 0;
	max-width: 744px;
	margin: 0 auto;
}

.support_img div{
	display: table-cell;
	vertical-align: top;
}

.support_img div img {
	max-width: 100%;
	width: auto;
}

#lineup {
	margin-top: 50px;
}

#lineup ul.menu {
	overflow: hidden;
}

#lineup ul.menu li {
	width: 18%;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 25px;
	line-height: 150%;
	font-size: .85rem;
	transition: .3s;
}

#lineup ul.menu li:nth-child(5n){
	margin-right: 0;
}

#lineup ul.menu li strong {
	font-weight: bold;
	color: #2d5680;
	display: block;
	padding: 5px 0;
	font-size: 1.1rem;
	line-height: 130%;
}

#lineup ul.menu li strong span {
	font-size: .8rem;
	display: block;
	margin-top: -4px;
}

#lineup ul.menu li img {
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	width: 100%;
}

#lineup ul.menu li.ov img {
	border: 8px solid #d8e3ed;
	box-sizing: border-box;
}

#lineup ul.menu li p {
	font-size: .85rem;
	line-height: 140%;
}

.lineup_frame{
	background: #d8e3ed;
	padding: 30px;
}

.lineup_frame h4 {
	text-align: center;
	color: #2d5680;
	font-size: 1.5rem;
	font-weight: bold;
	padding-bottom: 15px;
}

.lineup_frame .product {
	display: table;
	width: 100%;
}

.lineup_frame .product .img{
	display: table-cell;
	vertical-align: top;
	width: 320px;
}

.lineup_frame .product .img img{
	margin-right: 20x;
}

.lineup_frame .product .detail{
	display: table-cell;
	vertical-align: top;
}

.lineup_frame .product .detail table,
.lineup_frame .product .detail table th,
.lineup_frame .product .detail table td{
	border-collapse: collapse;
	vertical-align: middle;
	font-size: 1rem;
	text-align: center;
}

.lineup_frame .product .detail table th {
	background: #2d5680;
	color: #fff;
	border-top:1px solid #fff; 
	padding: 15px;
}

.lineup_frame .product .detail table tr td {
	background: #fff;
	border-top:1px solid #2d5680; 
	padding: 10px 0;
	line-height: 140%;
}

.lineup_frame .product .detail table tr td:first-child,
.lineup_frame .product .detail table tr th + td {
	background: #f0f3f6;
}

.lineup_frame .product .detail table tr:first-child th,
.lineup_frame .product .detail table tr:first-child td {
	border-top: none;
}

.lineup_frame .feature {
	overflow: hidden;
	padding-top: 40px;
}

.lineup_frame .feature div {
	width: 48%;
	float: left;
}

.lineup_frame .feature div:nth-child(2) {
	margin-left: 4%;
}

.lineup_frame .feature div strong {
	color: #2d5680;
	font-size: 1.4rem;
	font-weight: bold;
	padding-bottom: 15px;
	display: block;
}

.lineup_frame .feature div img {
	float: right;
	padding-left: 15px;
}

.lineup_frame .feature div span {
	padding-right: 15px;
	font-size: 1rem;
	line-height: 150%;
}



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

/*.reno_submenu ul{
	width: 100%;
}*/

}

@media only screen and (max-width: 980px) {
	
.reno_submenu ul{
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.reno_submenu ul li:nth-child(1),
.reno_submenu ul li:nth-child(2){
	width: 50%;
}

.reno_submenu ul li:nth-child(3){
	width: 35%;
}

.reno_submenu ul li:nth-child(4),
.reno_submenu ul li:nth-child(5){
	width: 32.5%;
}


.reno_submenu ul li {
	width: 33.33333%;
	padding: 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.reno_submenu ul li a {
	font-size: .75rem;
	line-height: 150%;
	padding: 1px;
	border:1px solid #2d5680;
	padding: 15px 0;
}

.index_frame .frame{
	margin-top: 70px;
	width: 100%;
	text-align: left;
}

.index_frame .frame img{
	max-width: 100%;
	width: auto;
	float: none;
	margin: 0 auto;
}

.index_frame .frame h4{
	font-size: 1.2rem;
	line-height: 150%;
	text-align: center;
	padding: 20px 0 5px 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #8dabc1;
}

.index_frame .frame p{
	text-align: left;
	font-size: .85rem;
	line-height: 180%;
}

.index_frame .frame img.sp{
	padding-top: 15px;
}

.index_frame .frame h4:after{
	display:none;
}

.index_frame .frame:nth-child(2) img{
	float: none;
	text-align: left;
	margin: 0 auto;
}

.index_frame .frame:nth-child(2) h4{
	text-align: center;
}

.index_frame .frame:nth-child(2) p{
	text-align: left;
}

.index_frame2 h3{	
	line-height:1.5em;
}	
	
	
.feature_frame .frame{
	margin-top: 20px;
	width: 100%;
	text-align: left;
}

.feature_frame .frame img{
	max-width: 100%;
	width: auto;
	float: none;
	margin: 0 auto;
	padding: 0;
}

.feature_frame .frame h4{
	font-size: 1.2rem;
	line-height: 150%;
	text-align: left;
	padding: 20px 0 10px 0;
}

.feature_frame .frame .nocolumn h5{
	font-size: .9rem;
}

.feature_frame .frame p{
	text-align: left;
	font-size: .85rem;
	line-height: 180%;
}

.feature_frame .frame h4:after{
	display:none;
}

.feature_frame .frame:nth-child(3) img,
.feature_frame .frame:nth-child(5) img{
	float: none;
	text-align: left;
	margin: 0 auto;
}

.feature_frame .frame:nth-child(3) h4,
.feature_frame .frame:nth-child(5) h4{
	text-align: left;
}

.feature_frame .frame:nth-child(3) p,
.feature_frame .frame:nth-child(5) p{
	text-align: left;
}

.feature_frame .frame:last-child {
	padding-bottom: 20px;
}

.lineup_frame .product .img{
	display: table-cell;
	vertical-align: top;
	width: 220px;
}

.lineup_frame .product .img img{
	margin-right: 20x;
	max-width: 200px;
	width: auto;
}

.lineup_frame .feature div img {
	max-width: 150px;
}

#products_detail{
	padding-top: 70px;
	margin-top: -70px;
}
	
}

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

.menu_frame {
	background: #fafafa;
}

.menu_frame .inner{
	padding: 30px 0 1px;
}

.menu_frame .inner ul li{
	width: 48%;
	margin-left: 4%;
}

.menu_frame .inner ul li:nth-child(2n+1){
	margin-left: 0;
}

.menu_frame .inner ul li:nth-child(1){
	margin-bottom: 30px;
}

.menu_frame .inner ul li:nth-child(2){
	margin-bottom: 30px;
}

.menu_frame .inner ul li div{
	font-size: 1rem;
}

.menu_frame .inner ul li div img{
	width: 100%;
}

.menu_frame .inner ul li a img{
	width: 100%;
}

ul.accessory_01 li {
	width: 32%;
	margin-right: 2%;
}

ul.accessory_01 li:nth-child(5n){
	margin-right: 2%;
}

ul.accessory_01 li:nth-child(3n){
	margin-right: 0;
}

#lineup ul.menu li strong {
	font-size: .8rem;
}

#lineup ul.menu li p {
	font-size: .75rem;
}

#lineup ul.menu li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}

#lineup ul.menu li:nth-child(3n){
	margin-right: 0;
}

.lineup_frame{
	padding: 15px;
}

.lineup_frame h4 {
	font-size: 1.2rem;
}

.lineup_frame .product{
	display: block;
}

.lineup_frame .product .img{
	display: block;
	text-align: center;
	width: 100%;
	padding-bottom: 15px;
}

.lineup_frame .product .img img{
	margin-right: 0;
	max-width: 100%;
	width: auto;
}

.lineup_frame .product .detail {
	display: block;
	width: 100%;
}

.lineup_frame .product .detail table{
	font-size: .85rem;
	width: 100%;
	background: #ccc;
	box-sizing: border-box;
}

.lineup_frame .product .detail table th {
	padding: 10px;
}

.lineup_frame .product .detail table th,
.lineup_frame .product .detail table td{
	box-sizing: border-box;
	display: block;
	font-size: .85rem;
	width: 100%;
}

.lineup_frame .product .detail table tr td:first-child,
.lineup_frame .product .detail table tr th + td {
	font-weight: bold;
}

.lineup_frame .product .detail table tr:first-child th,
.lineup_frame .product .detail table tr:first-child td {
	border-top:1px solid #2d5680; 
}

.lineup_frame .feature {
	padding-top: 0;
}

.lineup_frame .feature div {
	width: 100%;
	float: none;
	overflow: hidden;
	text-align: center;
	padding-top: 40px;
}

.lineup_frame .feature div:nth-child(2) {
	margin-left: 0;
}

.lineup_frame .feature div strong {
	font-size: 1.1rem;
	padding-bottom: 15px;
	display: block;
}

.lineup_frame .feature div img {
	float: none;
	display: block;
	padding-left: 0;
	max-width: 100%;
	text-align: center;
	margin: 0 auto 15px;
}

.lineup_frame .feature div span {
	padding-right: 0;
	font-size: .85rem;
}


}

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

ul.accessory_01 li {
	width: 48%;
	margin-right: 4%;
}

ul.accessory_01 li strong {
	font-size: 1rem;
}

ul.accessory_01 li strong span {
	font-size: .75rem;
}

ul.accessory_01 li strong br {
	display: none;
}

ul.accessory_01 li:nth-child(5n){
	margin-right: 4%;
}

ul.accessory_01 li:nth-child(3n){
	margin-right: 4%;
}

ul.accessory_01 li:nth-child(2n){
	margin-right: 0;
}

ul.accessory_02 li {
	width: 100%;
	float: none;
	margin-right: 0;
}

ul.accessory_02 li:nth-child(2n){
	margin-right: 0;
}

ul.accessory_02 li strong {
	font-size: 1.2rem;
}

ul.accessory_02 li img {
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	width: 100%;
}

ul.accessory_02 li p {
	font-size: .9rem;
}

.support_img div{
	display: block;
	vertical-align: top;
	padding: 0 5%;
}
	
	.index_frame2{	
	margin-top:40px;
}

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.scroll-box .index_acg {
  max-width: 100%;
  min-width: 600px;
  vertical-align: top;
}

/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}

a.hikaku-btn{
	display: block;
	margin: 40px auto 0;
	max-width: 350px;
	width: 100%;
	background: #337fcf;
	text-align: center;
	color: #fff;
	padding:20px 0px ;
	font-weight: bold;
}

}

