@import url(base.css);
img {
  display: inline-block;}

.sp {
  display: none !important;}
 
html{ scroll-behavior: smooth;scroll-padding-top: 100px;}

/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
#container {
  margin: 0 auto;
  text-align: center;
  position: relative;
  min-width: 1200px;
  overflow-x: hidden;}

.cInner {
  display: block;
  clear: both;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;}
.cInner2 {
  display: block;
  clear: both;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;}

#contents {
  margin: 0 auto;
  text-align: center;
  background: #FFF;}

/*-------------------------------------------------
	++ HEAD
-------------------------------------------------*/
#header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #000;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);}
/*
.header {
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease;}
.hidden {
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;} 
*/

.header_innner {
    width: 1200px;
    margin: 0px auto;
    padding: 0px;
}

#header #logo {
  display: block;
  float: left;
  text-align: left;
  margin-left: 0px;
  padding: 15px 20px;}
#header #logo a {
  color: #000;}
#header #logo a:hover {
  text-decoration: none;}
#header #menu {

  
  display: block;
  float: right;
  margin-right: 0px;
  position: relative;}
 
#header #menu .menuBtn {
	display: none;}
#header #menu .menuContents {
	display: block !important;}
#header #menu .menuContents ul li {
  float: left;
  display: block;
  line-height: 150%;
  font-size: 14px;
  position: relative;
  transition: all 0.1s ease-in;}
#header #menu .menuContents ul li a {
  display: block;
  text-decoration: none;
  padding: 40px 10px;
  position: relative;
  color: #FFF;}
#header #menu .menuContents ul li.current {
  background-color: #008feb;
  color: #FFF;}
#header #menu .menuContents ul li.current a {
  color: #FFF;}
#header #menu .menuContents ul li:hover ul {
  display: block;}
#header #menu .menuContents ul li.mContact {
  padding: 30px 15px;}
#header #menu .menuContents ul li.mContact a {
  background-color: #008feb;
  padding: 10px 15px;
  border-radius: 20px;
  color: #FFF;}
#header #menu .menuContents ul li.mContact.current {
  background-color: transparent;
  color: #333;}

/*@media (min-width: 1271px) {
#header #menu .menuBtn {
	display: none;}
#header #menu .menuContents {
	display: block !important;}
#header #menu .menuContents ul li {
  float: left;
  display: block;
  line-height: 150%;
  font-size: 14px;
  position: relative;
  transition: all 0.1s ease-in;}
#header #menu .menuContents ul li a {
  display: block;
  text-decoration: none;
  padding: 40px 10px;
  position: relative;
  color: #FFF;}
#header #menu .menuContents ul li.current {
  background-color: #008feb;
  color: #FFF;}
#header #menu .menuContents ul li.current a {
  color: #FFF;}
#header #menu .menuContents ul li:hover ul {
  display: block;}
#header #menu .menuContents ul li.mContact {
  padding: 30px 15px;}
#header #menu .menuContents ul li.mContact a {
  background-color: #008feb;
  padding: 10px 15px;
  border-radius: 20px;
  color: #FFF;}
#header #menu .menuContents ul li.mContact.current {
  background-color: transparent;
  color: #333;}
}

@media (max-width: 1270px) {
#header #menu {
  float: none;
  position: relative;}
#header #menu .menuBtn {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 60px;
  height: 60px;}
#header #menu .menuBtn img {
  width: 100%;
  height: auto;}
#header #menu .menuContents {
  display: none;
  background: #008feb;
  position: fixed;
  top: 100px;
  right: 0;
  width: 40%;
  text-align: left;}
#header #menu .menuContents ul li {
  display: block;
  line-height: 2.5em;
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid #83ceff;}
#header #menu .menuContents ul li a {
  display: block;
  text-decoration: none;
  padding: 5px 10px 5px 40px;
  position: relative;
  color: #FFF;
  font-weight: 500;}
#header #menu .menuContents ul li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 40%;
  right: 5vw;
  width: 1vw;
  height: 1vw;
  margin: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);}
}*/

/*-------------------------------------------------
	++ MAIN
-------------------------------------------------*/
#main {
  position: relative;}
#main .dairiten {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 9998;}
#main .main img {
  display: block;
  width: 100%;
  height: auto;}
#main .topName {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;}
#main .topName .catch {
  font-size: 50px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.3em;
  text-align: center;}
#main .topList {
	width: 1120px;
	margin: 0 auto;
	text-align: left;
	position: relative;}
#main .ph_camera {
  position: absolute;
  top: 130%;
  right: 0;
  z-index: 9998;}
#main .topList ul li {
  width: 550px;
  float: left;
  border-radius: 5px;
  padding: 20px;
  margin: 50px 20px 0 0;
  background: rgba(255, 255, 255, 0.8);}
#main .topList ul li:nth-of-type(2n) {
  margin-right: 0;}
#main .topList ul li h3 {
  color: #008feb;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0.5vw;}
#main .topList ul li h3.Orange {
  color: #ff7e00;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBlue,
.btnWhite {
  text-align: center;
  margin: 10% auto 0 auto;}
.btnBlue2 {
  text-align: center;
  margin: 5% auto 0 auto;}
.btnBlue a,
.btnBlue2 a {
  display: inline-block;
  background-color: #008feb;
  color: #FFF;
  padding: 10px 85px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;}
.btnWhite a {
  display: inline-block;
  background-color: #FFFFFF;
  color: #008feb;
  padding: 10px 85px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;}
.btnBlue a:hover,
.btnBlue2 a:hover,
.btnWhite a:hover {
  text-decoration: none;}

/*-------------------------------------------------
	++ COMMON
-------------------------------------------------*/
.secBlock .secBox {
  text-align: left;
  padding-top: 25px;}
.secBlock .secLeft,
.secBlock .secRight {
  float: left;}
.secBlock .secLeft img,
.secBlock .secRight img {
  display: block;}
.secBlock .sec55 .secLeft,
.secBlock .sec55 .secRight {
  width: 50%;}
.secBlock .sec46 .secLeft {
  width: 40%;}
.secBlock .sec46 .secRight {
  width: 60%;}
.secBlock .sec37 .secLeft {
  width: 30%;}
.secBlock .sec37 .secRight {
  width: 70%;}

/*-------------------------------------------------
	++ TOP
-------------------------------------------------*/
#trial {
  padding-bottom: 50px;
  background-color: #008feb;}
#trial h3 {
  font-size: 25px;
  margin-bottom: 50px;
  color: #FFF;
  font-weight: bold;
  text-align: center;}
#trial .trialDetail {
  padding-top: 50px;}
#trial .trialDetail .text {
  color: #FFF;
  line-height: 2em;}

#service {
  padding-bottom: 50px;
  background-color: #FFF;}
#service h3 {
  font-size: 25px;
  margin-bottom: 50px;
  color: #008feb;
  font-weight: bold;
  text-align: center;}
#service .serviceDetail {
  padding-top: 50px;}
#service .serviceDetail .text {
  color: #FFF;
  line-height: 2em;}
#service .serviceImg {
  position: relative;
  padding-left: 40px;
  padding-bottom: 45px;}

#price {
  padding-bottom: 50px;
  background-color: #fafafa;}
#price h3 {
  font-size: 25px;
  margin-bottom: 50px;
  color: #008feb;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;}
#price h3 span {
  font-size: 16px;
  color: #333;
  font-weight: normal;}
.useTbl table {
	width:100%;}
.useTbl table tr th,
.useTbl table tr td {
	border-bottom:1px solid #bdbdbd;
	padding:5px;
	position:relative;}
.useTbl table thead tr th {
	background-color:#a9a9a9;
	color:#FFF;
	width: 33%;
	font-size:18px;
	line-height: 2em;
	text-align: center;}
.useTbl table tbody tr td {
	text-align: left;
	font-size:18px;
	font-weight:bold;
	color:#333;
	line-height: 3em;
	padding: 0 200px 0 0;}
.useTbl table tbody tr td:first-child {
	padding-left: 200px;}
.usetxtR {
	text-align: right;
	padding-top: 0.5em;}

#camera {
  padding-bottom: 50px;
  background-color: #FFF;}
#camera h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #333;
  font-weight: bold;
  text-align: left;}
#camera h4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #008feb;
  font-weight: bold;
  text-align: left;}
#camera h4 span {
  font-size: 13px;
  margin-bottom: 5px;
  color: #333;
  font-weight: normal;
  text-align: left;}
#camera .use2Left {
  position: relative;
  padding-left: 20px;}
#camera dt {
  float: left;
  clear: left;
  width: 115px;}
#camera dd {
  float: left;
  margin-left: 0.5em;}
.txtB {
  font-size: 20px;}
.use2_photo {
	display: block;
	float: left;
	width: 350px;
	margin: 0 0 30px 0;}
.imgonmouse {
	margin: 0px;
	overflow: hidden;
	width: 350px; }
.imgonmouse img {
	margin-bottom: 10px;}
.imgonmouse ul li img {
	height: 80px;
	width: 80px;
	margin: 0;}
.imgonmouse ul li {
	list-style-type: none;
	margin-right: 4px;
	padding: 0px;
	float: left;}
.imgonmouse ul li:nth-child(4n) {
	margin-right: 0;}

#image {
  padding-bottom: 50px;
  background-color: #fafafa;}
#image h3 {
  font-size: 25px;
  margin-bottom: 30px;
  color: #008feb;
  font-weight: bold;
  text-align: center;
  line-height: 1.3em;}
#image h4 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 3vw;
  color: #333;
  font-weight: bold;
  text-align: left;
  line-height: 1.3em;}
.youtubeBox,
.pdfBox {
	width:800px;
	text-align:center;
	margin:0px auto;}
.youtube {
	position:relative;
	padding-top:56.25%;
	overflow: hidden;
	margin:0px 0px;}
.pdf {
	position:relative;
	overflow: hidden;
	border:5px #DBDBDB solid;
	margin:30px 0 5px 0;
	height: 700px;}
.youtube iframe,
.pdf iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;}

.BtnPDF {
    margin: 20px auto;
    text-align: center;}

.block2Box ul,
.block3Box ul,
.block4Box ul,
.block5Box ul {
	margin: 15px 0 0 0;}
.block2Box ul li {
	width:40%;
	margin:0 5%;
	float:left;
	text-align: center;}
.block3Box ul li {
	width:32%;
	margin:0 0.5%;
	float:left;
	text-align: center;}
.block4Box ul li {
	width:235px;
	margin:0 32.5px 10px 32.5px;
	float:left;
	text-align: center;}
.block5Box ul li {
	width: 380px;
	margin:0 30px 50px 0;
	float:left;
	text-align: center;}
.block5Box ul li span {
	display: block;
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;}
.block5Box ul li:nth-child(3n) {
	margin: 0 0 0 0;}
.block3Box ul li h5,
.block2Box ul li h5 {
	font-size:18px;
	color: #008feb;
	font-weight: bold;
	padding-bottom: 0.5vw;}
.block5Box ul li h5 {
	font-size:18px;
	color: #008feb;
	line-height: 1.3em;
	font-weight: bold;
	padding-bottom: 0.5vw;}
.block4Box ul li h5 {
	font-size:18px;
	color: #fff;
	background-color: #ff7e00;
	font-weight: bold;
	line-height: 2em;
	padding: 0;}

#shiyo {
  padding-bottom: 50px;
  background-color: #FFF;}
#shiyo h3 {
  font-size: 25px;
  margin-bottom: 30px;
  color: #008feb;
  font-weight: bold;
  text-align: center;}
#shiyo h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
  text-align: left;}
.cameraTbl table {
	width:100%;
	margin-bottom: 30px;
	border-collapse: collapse;}
.cameraTbl table tr td {
	text-align: left;
	font-size:15px;
	color:#333;
	line-height: 1.5em;
	padding: 8px 0 8px 1em;
	vertical-align: top;
	border: solid 1px #6b6b6b;
	width: 33%;}
.cameraTbl table th {
	text-align: center;
	font-size:15px;
	color:#ffffff;
	line-height: 1.5em;
	padding: 8px 0 8px 1em;
	vertical-align: top;
	border: solid 1px #6b6b6b;
	width: 33%;}
.cameraTbl table th {
	background-color:#9a9a9a;}
.cameraTbl table tr {
	background-color:#ebebeb;}
.cameraTbl table tr:nth-of-type(even) {
	background-color:#fff;}
	
	
	
	

.cameraTbl2 table {
	width:100%;
	margin-bottom: 30px;
	border-collapse: collapse;}
.cameraTbl2 table td {
	text-align: left;
	font-size:15px;
	color:#333;
	line-height: 1.5em;
	padding: 8px 0 8px 1em;
	vertical-align: top;
	border: solid 1px #6b6b6b;
	background-color:#ffffff;
	width: 75%;}
.cameraTbl2 table th {
	text-align: left;
	font-size:15px;
	color:#333;
	line-height: 1.5em;
	padding: 8px 0 8px 1em;
	vertical-align: top;
	border: solid 1px #6b6b6b;
	background-color:#ebebeb;
	width: 25%;}



	
	
	

#shiyo .cameraLeft {
  position: relative;
  padding-left: 20px;}

.listDisc {
	margin:0px;}
.listDisc li {
	text-align: left;
	line-height: 2em;
	list-style-type:none;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
  background-color: #008feb;
  color: #FFF;
  padding: 40px 0;}
#footer .copy {
  margin: 0px;}
#footer .copy a {
  color: #FFF;}

#pageTop {
	position: fixed;
	bottom:48px;
	right:48px;
	width:48px;
	height:48px;}
#pageTop img {
	display:block;}

.spCover {
  display: none;
  width: 1px;
  height: 1px;
  position: absolute;}