@charset "UTF-8";

/**
 *
 * camera
 *
**/

/* fade in */
.fadein .text01 {
	opacity : 0;
	transition:all 0.8s;
}
.fadein img {
	opacity : 0;
	transition:all 0.8s;
}
.fadein.scrollin .text01 {
	opacity : 1;
}
.fadein.scrollin img {
	opacity : 1;
}


/* page_title */
.page_title {
  margin: 0 auto 0;
  width: 92%;
  max-width: 1100px;
  line-height: 1.2em;
  text-decoration: none;
  color: #001e62;
  font-size: 114px;
  font-weight: 900;
  position: relative;
  overflow: hidden;
}
.page_title .text01 {
  margin: 0 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #001e62 url("../img/support/main_image_01.png") no-repeat center -90px;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.page_title img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.page_title .text02 {
  margin: 0 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 1;
}

/* page_catch */
.page_catch {
  margin: 0 0 50px 0;
  text-align: center;
  line-height: 1.2em;
  font-size: 60px;
  font-weight: 700;
}


/* content_menu */
.content_menu {
  margin: 0 auto 60px;
  width: 92%;
  max-width: 1100px;
  overflow: hidden;
}
.content_menu ul {
  width: 100%;
  overflow: hidden;
	margin:0 auto;
}
.content_menu ul li {
  width: 24.25%;
  float: left;
		display:inline-block;
	margin-right:1%;
}
.content_menu ul li {
	margin-bottom:1%;
}
.content_menu ul li:nth-of-type(4n) {
/*  float: right;*/
	margin-right:0;
}
.content_menu ul li a {
  padding: 20px 0;
  line-height: 1.2em;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  display: block;
}
.content_menu ul li.link01 a {
  background: #001e62;
}
.content_menu ul li.link02 a {
  background: #40c3c3;
}
.content_menu ul li.link03 a {
  background: #f266bf;
}
.content_menu ul li.link04 a {
  background: #999999;
}
.content_menu ul li.link05 a {
  background: #6c1d45;
}
.content_menu ul li.link06 a {
  background: #00677f;
}
.content_menu ul li.link07 a {
  background: #685bc7;
}
.content_menu ul li.link08 a {
  background: #ff8026;
}

.content_menu ul li a:after {
  margin: 0 0 0 12px;
  content: "";
  width: 18px;
  height: 12px;
  line-height: 12px;
  background: url("../img/support/arrow_01.svg") no-repeat center center;
  background-size: cover;
  display: inline-block;
}
.content_menu ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/* content_box */
.content_box {
  
}
.content_box .head {
  margin: 0 0 25px 0;
  padding: 60px 0 35px 0;
  text-align: center;
}
.content_box .head.bg01 {
/*  background: #001E62;*/
}
.content_box .head.bg02 {
/*  background: #40c3c3;*/
}
.content_box .head h3 {
  margin: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 75px;
  font-weight: 700;
  text-align: center;
  color: #FFD940;
}
.content_box .head.bg01 h3 {
  color: #001e62;
}
.content_box .head.bg02 h3 {
  color: #40c3c3;
}
.content_box .head.bg03 h3 {
  color: #f266bf;
}
.content_box .head.bg04 h3 {
  color: #999999;
}
.content_box .head.bg05 h3 {
  color: #6c1d45;
}
.content_box .head.bg06 h3 {
  color: #00677f;
}
.content_box .head.bg07 h3 {
  color: #685bc7;
}
.content_box .head.bg08 h3 {
  color: #ff8026;
}



.content_box .head p {
  margin: 0 0 0 0;
  line-height: 1.6em;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #FFD940;
}


/* products_list */
.products_list {
  margin: 0 auto 65px;
  width: 92%;
  max-width: 1100px;
}
.products_list hr {
  width: 100%;
  height: 0;
  line-height: 0;
  background: none;
  border: none;
  border-top: 1px solid #000000;
  clear: both;
}
.products_list .product {
  padding: 45px 0 50px 0;
  width: 33%;
  float: left;
}
.products_list .product h4 {
  margin: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.products_list .product h4 .new {
  margin: 0 15px 0 0;
  padding: 2px 8px 1px;
  line-height: 1.1em;
  font-size: 18px;
  font-weight: 700;
  color: #FFD940;
  background: #022E23;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  letter-spacing:1px;
}
.products_list .product h4 .new.left {
	margin-left:-15%;
}

.products_list .product h4.three {
	font-size:28px;
}

.products_list .product figure {
  margin: 0 0 0 10.54%;
  width: 38.2%;
  max-width: 210px;
  float:left;
}
.products_list .product figure#camera08 {
  margin: 0 0 0 10.54%;
  width: 42.9%;
  max-width: 236px;
  float:left;
}
.products_list .product .info {
  padding: 25px 0 0 0;
  overflow: hidden;
}
.products_list .product .info .type {
  margin: 0 0 30px 35px;
  display: table;
}
.products_list .product .info .type dt {
  padding: 0 18px 0 0;
  line-height: 1.2em;
  font-size: 19px;
  font-weight: 700;
  border-right: 1px solid #000000;
  display: table-cell;
  vertical-align: middle;
}
.products_list .product .info .type dd {
  width: 90px;
  display: table-cell;
  vertical-align: middle;
}
.products_list .product .info .type dd img {
  margin: 0 auto;
  width: auto;
  height: 40px !important;
}
.products_list .product .info .color_choice {
  margin: 0 15px 10px 0;
  text-align: center;
}
.products_list .product .info .color_choice a {
  margin: 0 1px;
  padding: 2px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #fff;
  border-radius: 90px;
  display: inline-block;
}
.products_list .product .info .color_choice a.active {
  border: 1px solid #000000;
}
.products_list .product .info .color_choice a .dot {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-indent: -9999px;
  background: #000;
  border-radius: 90px;
  display: block;
}
.products_list .product .info .color_choice a.color01 .dot {
  background:#28292B;
  border: 1px solid #28292B;
}
.products_list .product .info .color_choice a.color02 .dot {
  background: #8a5f46;
  border: 1px solid #8a5f46;
}
.products_list .product .info .color_choice a.color03 .dot {
  background: #EEEEEC;
  border: 1px solid #EEEEEC;
}
.products_list .product .info .color_choice a.color04 .dot {
  background: #282828;
  border: 1px solid #282828;
}
.products_list .product .info .color_choice a.color05 .dot {
  background: #78b8d4;
  border: 1px solid #78b8d4;
}
.products_list .product .info .color_choice a.color06 .dot {
  background: #f0a9a5;
  border: 1px solid #f0a9a5;
}
.products_list .product .info .color_choice a.color07 .dot {
  background: #070709;
  border: 1px solid #070709;
}
.products_list .product .info .color_choice a.color08 .dot {
  background: #d3cfc6;
  border: 1px solid #d3cfc6;
}
.products_list .product .info .color_choice a.color09 .dot {
  background: #deafc2;
  border: 1px solid #deafc2;
}
.products_list .product .info .color_choice a.color10 .dot {
  background: #1b0c06;
  border: 1px solid #1b0c06;
}
.products_list .product .info .color_choice a.color11 .dot {
  background: #ccd7d9;
  border: 1px solid #ccd7d9;
}
.products_list .product .info .color_choice a.color12 .dot {
  background: #e0a099;
  border: 1px solid #e0a099;
}
.products_list .product .info .color_choice a.color13 .dot {
  background: #da6a42;
  border: 1px solid #da6a42;
}
.products_list .product .info .color_choice a.color14 .dot {
  background: #9eb3c0;
  border: 1px solid #9eb3c0;
}
.products_list .product .info .color_choice a.color15 .dot {
  background: #c3bcb4;
  border: 1px solid #c3bcb4;
}
.products_list .product .info .color_choice a.color16 .dot {
  background: #deafb0;
  border: 1px solid #deafb0;
}
.products_list .product .info .color_choice a.color17 .dot {
  background: #c2bfce;
  border: 1px solid #c2bfce;
}
.products_list .product .info .color_choice a.color18 .dot {
  background: #141626;
  border: 1px solid #141626;
}


.products_list .product .image_center {
	width:100%;
	margin-left:30%;
}
.products_list .product .image_center img {
display:block;
}

.products_list .product .info .type_color {
  padding: 0 18px 0 0;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.products_list .product .link {
  margin: 0 auto 0;
  padding: 25px 0 0 0;
  width: 150px;
  clear: both;
}
.products_list .product .link a,.products_list .link.doc_all_devices a {
  padding: 10px 0;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #022E23;
  background: #FFD940;
  display: block;
  position: relative;
}

.products_list .link.doc_all_devices a {
  width: 600px;
  padding:10px 20px;
  margin: 0 auto;
}

.products_list .product .link a:after,.products_list .link.doc_all_devices a:after {
  margin: -5px 0 0 0;
  content: "";
  width: 12px;
  height: 10px;
  line-height: 10px;
  background: url("../img/support/icon_01.svg") no-repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px
}

.products_list .product .link a:hover,.products_list .link.doc_all_devices a:hover {
  text-decoration: none;
  color: #022E23;
  background: #ffbc3e;
}
.products_list .product .link.doc_sds a:after {
  top: unset;
  bottom: 18%;
}

.products_list .product img {
	max-width:60%;
	margin:0 auto;
}

.products_list .product .link.pdf a {
	position:relative;
}
.products_list .product .link.pdf a::after {
  margin: -5px 0 0 0;
  content: "";
  width:24px;
  height:12px;
  line-height: 10px;
  background: url("../img/support/pdf.svg") no-repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px
}

.products_list .product p.pdf {
	font-size:14px;
}
	
.products_list hr.sp {
  display: none;
}


/* film_box */
.film_box {
  margin: 0 0 60px 0;
  padding: 80px 0 110px 0;
  background: #685bc7;
}
.film_box h3 {
  margin: 0 0 90px 0;
  line-height: 1.2em;
  font-size: 78px;
  font-weight: 700;
  text-align: center;
  color: #FFD940;
}
.film_box .list {
  margin: 0 auto 0;
  width: 92%;
  max-width: 1185px;
  overflow: hidden;
}
.film_box .list li {
  margin: 0 0 0 0;
  width: 33.33%;
  text-align: center;
  float: left;
}
.film_box .list li .image {
  margin: 0 auto 10px auto;
}
.film_box .list li .image01 {
  max-width: 211px;
}
.film_box .list li .image02 {
  max-width: 241px;
}
.film_box .list li .image03 {
  max-width: 305px;
}
.film_box .list li .name {
  margin: 0 0 15px 0;
  line-height: 1.2em;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.film_box .list li .comment {
  margin: 0 0 30px 0;
  line-height: 1.6em;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing:0.5px;
}
.film_box .list li .link {
  margin: 25px auto 0;
  width: 150px;
  clear: both;
}
.film_box .list li .link a {
  padding: 10px 0;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #022E23;
  background: #FFD940;
  display: block;
  position: relative;
}
.film_box .list li .link a:hover {
  text-decoration: none;
  background: #ffbc3e;
}


/* site_menu */
.site_menu {
  margin: 0 auto 45px;
  width: 92%;
  max-width: 1100px;
}
.site_menu .content01 {
  margin: 0 0 20px 0;
  width: 49%;
  float: left;
}
.site_menu .content01 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 96px;
  font-size: 96px;
  font-weight: 900;
  background: #ffd940;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content01 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/support/image_01.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content01 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content01 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content02 {
  margin: 0 0 20px 0;
  width: 49%;
  float: right;
}
.site_menu .content02 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 96px;
  font-size: 90px;
  font-weight: 900;
  background: #40c3c3;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content02 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/support/image_02.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content02 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content02 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content03 {
  margin: 0 0 100px 0;
  width: 49%;
  float: left;
  clear: both;
}
.site_menu .content03 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 96px;
  font-size: 76px;
  font-weight: 900;
  background: #830065;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content03 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/support/image_03.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content03 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content03 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

/* line hover link;
.site_menu a .top{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	transition: transform 300ms;
	width: 100%;
	background: #cc1400;
	transform: scale(0, 0);
	height: 10px;
	transform-origin: left top;
	transition-delay: 0ms;
}
.site_menu a .right{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 10px;
	background: #cc1400;
	transform: scale(0, 0);
	height: 100%;
	transform-origin: right top;
	transition-delay: 0ms;
	display: block;
}
.site_menu a .bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 100%;
	background: #cc1400;
	transform: scale(0, 0);
	height: 10px;
	transform-origin: right bottom;
	transition-delay: 0ms;
	display: block;
}
.site_menu a .left{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 10px;
	background: #cc1400;
	transform: scale(0, 0);
	height: 100%;
	transform-origin: left bottom;
	transition-delay: 0ms;
	display: block;
}
.site_menu a:hover .top{
	transform-origin: left top;
	transform: scale(1, 1);
	content: "";
}
.site_menu a:hover .right{
	transform-origin: left top;
	transform: scale(1, 1);
}
.site_menu a:hover .bottom{
	transform-origin: right bottom;
	transform: scale(1, 1);
}
.site_menu a:hover .left{
	transform-origin: left bottom;
	transform: scale(1, 1);
}*/


/**
 * タブレット端末用
**/
@media only screen and (min-width: 769px) and (max-width: 1100px) {

/* page_title */
.page_title {
  margin: 0 auto 0;
  width: 92%;
  max-width: 1100px;
  line-height: 1.2em;
  text-decoration: none;
  color: #001e62;
  font-size: 10.36vw;
  font-weight: 900;
  position: relative;
  overflow: hidden;
}
.page_title .text01 {
  margin: 0 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #001e62 url("../img/support/main_image_01.png") no-repeat center -8.18vw;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 8.18vw;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}

.page_title img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.page_title .text02 {
  margin: 0 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 8.18vw;
  left: 0;
  z-index: 1;
}

  
.products_list .product .info .color_choice a {
  margin: 0 1px;
  padding: 2px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #fff;
  border-radius: 90px;
  display: inline-block;
}
.products_list .product .info .color_choice a.active {
  border: 1px solid #000000;
}
.products_list .product .info .color_choice a .dot {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-indent: -9999px;
  background: #000;
  border-radius: 90px;
  display: block;
}


}


/**
 * スマートフォン端末用
**/

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

/* fade in */
.fadein .text01 {
	opacity : 0;
	transition:all 0.8s;
}
.fadein img {
	opacity : 0;
	transition:all 0.8s;
}
.fadein.scrollin .text01 {
	opacity : 1;
}
.fadein.scrollin img {
	opacity : 1;
}


/* page_title */
.page_title {
  margin: 0 auto 0;
  width: 100%;
  max-width: 1100px;
  line-height: 1.2em;
  text-decoration: none;
  color: #001e62;
  font-size: 17vw;
  font-weight: 900;
  position: relative;
  overflow: hidden;
}
.page_title .text01 {
  margin: 0 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #001e62 url("../img/support/main_image_01-sp.png") no-repeat center -20vw;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 20vw;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}

.page_title img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.page_title .text02 {
  margin: 0 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 20vw;
  left: 0;
  z-index: 1;
}

/* page_catch */
.page_catch {
  margin: 0 0 20px 0;
  text-align: center;
  line-height: 1.2em;
  font-size: 8.75vw;
  font-weight: 700;
}


/* content_menu */
.content_menu {
  margin: 0 auto 15px;
  width: 92%;
  max-width: 1100px;
  overflow: hidden;
}
.content_menu ul {
  width: 100%;
  overflow: hidden;
/*	margin:0 auto;*/
}
.content_menu ul li {
  width:48.6%;
  float: left;
	margin-right:2.4%;
	margin-bottom:3%;

}
.content_menu ul li:nth-of-type(2n) {
	margin-right:0;
}
.content_menu ul li:nth-of-type(3) {
	margin-right:2.4%;
}
.content_menu ul li:last-of-type(n+5) {
	margin-bottom:0;
}
.content_menu ul li.link07 a {
  text-indent: -0.5em;
}

.content_menu ul li a {
/*  padding:8px 0;*/
  line-height:2em;
  font-size:5vw;
  font-weight: 700;
  text-align:center;
  color: #fff;
  display: block;
	position: relative;
	min-height:2em;
	padding:.2em 0;
}
.content_menu ul li a.sp_two {
	line-height:1em;
}
	
.content_menu ul li a:after {
  margin: 0 0 0 12px;
  content: "";
  width:14px;
  height: 12px;
  line-height: 12px;
  background: url("../img/support/arrow_01.svg") no-repeat center center;
  background-size:100%;
/*  display: inline-block;*/
	position:absolute;
	top:43%;
	bottom:40%;
	right:10%;
}


/* content_box */
.content_box {
  
}
.content_box.bg01 {
/*  background: #001E62;  */
}
.content_box.bg02 {
/*  background: #40c3c3;*/
}
.content_box .head {
  margin: 0 0 0 0;
  padding: 40px 0 10px 0;
  text-align: center;
}
.content_box .head.bg01 {
/*  background: #001E62;*/
}
.content_box .head.bg02 {
/*  background: #40c3c3;*/
}
.content_box .head h3 {
  margin: 0 0 10px 0;
  line-height: 1.2em;
  font-size: 17.85vw;
  font-weight: 700;
  text-align: center;
/*  color: #FFD940;*/
}
.content_box .head p {
  margin: 0 0 0 0;
  line-height: 1.6em;
  font-size: 3.92vw;
  font-weight: 700;
  text-align: center;
  color: #FFD940;
}


/* products_list */
.products_list {
  margin: 0 auto 20px;
  width: 92%;
  max-width: 1100px;
  background: #ffffff;
}
.products_list hr.pc {
  display: none;
}
.products_list hr.sp {
  display:block;
}
	
	.products_list .product.no_pdf {
		  padding: 30px 0 3.08em 0;
	}	
	.products_list .product.next_three {
		  padding: 30px 0 3.6em 0;
	}	
	.products_list .product p.pdf {
		font-size:17px;
		margin-top:.6em;
	}
	.products_list .product .link.pdf a::after {
  font-size: 1.6vw;
		top:47%;
		right:6%;
		min-width:1.8em;
	}
	.products_list .product h4.three {
		font-size:4.8vw;
	}
	.products_list .product.no_bdr {
		  border-bottom:none;
	}	
	
.products_list .product {
  padding: 30px 0 1.325em 0;
	font-size:18px;
  width: 50%;
  border-bottom: 1px solid #000000;
  overflow: hidden;
  float:left;
}
.products_list .product.last {
	border-bottom:none;
}
	
.products_list .product:nth-of-type(1) {
  border-top: none;
}
.products_list .product h4 {
  margin: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 7.14vw;
  font-weight: 700;
  text-align: center;
}
.products_list .product h4 .new {
  margin: 0 15px 0 0;
  padding: 2px 8px;
  line-height: 1.2em;
  font-size: 3.54vw;
  font-weight: 700;
  color: #FFD940;
  background: #022E23;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.products_list .product figure {
  margin: 0 0 0 5%;
  width: 38.2%;
  max-width: 210px;
  float:left;
}
.products_list .product figure#camera08 {
  margin: 0 0 0 5%;
  width: 42.9%;
  max-width: 236px;
  float:left;
}
.products_list .product .info {
  padding: 10px 0 0 0;
  overflow: hidden;
}
.products_list .product .info .type {
  margin: 0 0 15px 20px;
  display: table;
}
.products_list .product .info .type dt {
  padding: 0 18px 0 0;
  line-height: 1.2em;
  font-size: 3.57vw;
  font-weight: 700;
  border-right: 1px solid #000000;
  display: table-cell;
  vertical-align: middle;
}
.products_list .product .info .type dd {
  width: 16vw;
  display: table-cell;
  vertical-align: middle;
}
.products_list .product .info .type dd img {
  margin: 0 auto;
  width: auto;
  height: 8.21vw !important;
}
.products_list .product .info .color_choice {
  margin: 0 15px 10px 0;
  text-align: center;
}
.products_list .product .info .color_choice a {
  margin: 0 1px;
  padding: 2px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #fff;
  border-radius: 90px;
  display: inline-block;
}
.products_list .product .info .color_choice a.active {
  border: 1px solid #000000;
}
.products_list .product .info .color_choice a .dot {
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-indent: -9999px;
  background: #000;
  border-radius: 90px;
  display: block;
}


.products_list .product {
position: relative;
}
.products_list .product .image_center {
position: relative;
      left:20%;
	right:60%;
      width:60%;
	margin-left:12%;
}
.products_list .product .image_center img {
	width:80%;
}
	
.products_list .product .info .type_color {
  padding: 0 18px 0 0;
  line-height: 1.2em;
  font-size: 3.57vw;
  font-weight: 400;
  text-align: center;
}
.products_list .product .link {
  margin: 0 auto 0;
  padding: 15px 0 0 0;
  width: 37.5vw;
  clear: both;
}
.products_list .product .link a {
  padding: 10px 0;
  line-height: 1.4em;
  font-size: 3.92vw;
  font-weight: 700;
  text-align: center;
  color: #022E23;
  background: #FFD940;
  display: block;
  position: relative;
}
.products_list .link.doc_all_devices a {
  width: 100%;
  box-sizing:border-box;
  padding-right:22px;
}

.products_list .product .link a:after {
  margin: -5px 0 0 0;
  content: "";
  width: 12px;
  height: 10px;
  line-height: 10px;
  background: url("../img/support/icon_01.svg") no-repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px
}
.products_list .product .link.doc_sds a:after {
  top: unset;
  bottom: 18%;
}

.products_list .product .link.pdf a:after {
  margin: -5px 0 0 0;
  content: "";
  width:30px;
  height:16px;
  line-height: 10px;
  background: url("../img/support/pdf.svg") no-repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px
}
.products_list .product .link p.no_link {
  padding: 10px 0;
  line-height: 1.4em;
  font-size: 3.92vw;
  font-weight: 700;
  text-align: center;
  color: #022E23;
  background: #ffffff;
  display: block;
  position: relative;
}

/* film_box */
.film_box {
  margin: 0 0 0 0;
  padding: 20px 0 10px 0;
  background: #685bc7;
}
.film_box h3 {
  margin: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 17.85vw;
  font-weight: 700;
  text-align: center;
  color: #FFD940;
}
.film_box .list {
  margin: 0 auto 0;
  width: 92%;
  max-width: 1185px;
  overflow: hidden;
}
.film_box .list li {
  margin: 0 0 0 0;
  padding: 30px 0;
  width: 100%;
  text-align: center;
  float: none;
  border-top: 1px solid #ffffff;
  overflow: hidden;
}
.film_box .list li:nth-of-type(1) {
  border-top: none;
}
.film_box .list li .image {
  margin: 0 0 0 0;
  width: 54%;
  float: left;
}
.film_box .list li .image01 {
  max-width: 100%;
}
.film_box .list li .image02 {
  max-width: 100%;
}
.film_box .list li .image03 {
  max-width: 100%;
}
.film_box .list li .name {
  margin: 0 0 10px 0;
  line-height: 1.2em;
  font-size: 6.42vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.film_box .list li .comment {
  margin: 0 0 30px 0;
  line-height: 1.6em;
  font-size: 3.57vw;
  font-weight: 700;
  text-align: left;
  color: #fff;
}
.film_box .list li .link {
  margin: 25px auto 0;
  width: 37.5vw;
  clear: both;
}
.film_box .list li .link a {
  padding: 10px 0;
  line-height: 1.4em;
  font-size: 3.92vw;
  font-weight: 700;
  text-align: center;
  color: #022E23;
  background: #FFD940;
  display: block;
  position: relative;
}


/* site_menu */
.site_menu {
  margin: 0 auto 0;
  width: 100%;
  max-width: 1100px;
}
.site_menu .content01 {
  margin: 0 0 0 0;
  width: 100%;
  float: none;
}
.site_menu .content01 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 17.85vw;
  font-weight: 900;
  background: #ffd940;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content01 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/support/image_01.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content01 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content01 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content02 {
  margin: 0 0 0 0;
  width: 100%;
  float: none;
}
.site_menu .content02 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 17.85vw;
  font-weight: 900;
  background: #40c3c3;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content02 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/support/image_02.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content02 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content02 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.site_menu .content03 {
  margin: 0 0 30px 0;
  width: 100%;
  float: none;
}
.site_menu .content03 a {
  width: 100%;
  line-height: 1.2em;
  text-decoration: none;
  color: #ffffff;
  font-size: 14.85vw;
  font-weight: 900;
  background: #830065;
  display: block;
  position: relative;
  overflow: hidden;
}
.site_menu .content03 a .text01 {
  margin: -0.6em 0 0 0;
  width: 100%;
  color: rgba(255,255,255,0.0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  background: #fff url("../img/support/image_03.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-background-clip: text;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
/*  opacity: 0;*/
}
.site_menu .content03 a img {
  position: relative;
  z-index: 2;
/*  opacity: 0;*/
}
.site_menu .content03 a .text02 {
  margin: -0.6em 0 0 0;
  width: 100%;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
/*
.site_menu a .top{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	transition: transform 300ms;
	width: 100%;
	background: #cc1400;
	transform: scale(0, 0);
	height: 10px;
	transform-origin: left top;
	transition-delay: 0ms;
}
.site_menu a .right{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 10px;
	background: #cc1400;
	transform: scale(0, 0);
	height: 100%;
	transform-origin: right top;
	transition-delay: 0ms;
	display: block;
}
.site_menu a .bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 100%;
	background: #cc1400;
	transform: scale(0, 0);
	height: 10px;
	transform-origin: right bottom;
	transition-delay: 0ms;
	display: block;
}
.site_menu a .left{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	transition: transform 300ms;
	content: "";
	width: 10px;
	background: #cc1400;
	transform: scale(0, 0);
	height: 100%;
	transform-origin: left bottom;
	transition-delay: 0ms;
	display: block;
}
.site_menu a:hover .top{
	transform-origin: left top;
	transform: scale(1, 1);
	content: "";
}
.site_menu a:hover .right{
	transform-origin: left top;
	transform: scale(1, 1);
}
.site_menu a:hover .bottom{
	transform-origin: right bottom;
	transform: scale(1, 1);
}
.site_menu a:hover .left{
	transform-origin: left bottom;
	transform: scale(1, 1);
}*/


}

@media only screen and (max-width:500px) {
.products_list .product .image_center {
position: relative;
      left:17%;
	right:70%;
      width:60%;
	margin-left:5%;
}
.products_list .product .image_center img {
	width:80%;
}
}

.tx_left {
	text-align: left !important;
}