@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f7f7f7;
}

#menu {
  z-index: 1000000;
  width: 100%;
  position: fixed;
  display: none; /*最初は非表示に設定*/
  right: 0;
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  background: rgba(255, 255, 255, 0.5);
}

#menu img {
  height: 70px;
  float: left;
  margin-left: 20px;
  padding: 10px 0;
}

.menu_pc ul {
  float: right;
}

.menu_pc li {
  font-size: 20px;
  font-weight: bold;
  color: black;
  float: left;
  width: auto;
  padding: 20px;
  list-style: none;
}

#menu a {
  color: black;
  text-decoration: none;
}

.menu_mobail {
	display: none;
}

.nav_contents {
	display: none;
}

	.st0{display:none;}
	.st1{fill:none;stroke:#0000ff;stroke-width:3;stroke-miterlimit:10;}
	.st2{fill:#00FFFF;stroke:#00FFFF;stroke-width:3;stroke-miterlimit:10;}
	.st3{fill:none;stroke:#00FFFF;stroke-miterlimit:10;}
	
.svg-wrapper2 {
	display: none;
}

.svg-wrapper1 {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: -1;
}

.main_img1 {
	margin-top: 20px;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;	
}

.main_text1 {
	margin-left: 20px;
	width: 350px;
	height: 225px;
	background: rgba(70,130,180,0.7);
	border-radius: 5%;
}

.main_text1 h2 {
	margin: 10px 5px;
}

.main_text1 p {
	margin: 0 5px;
}

.main_img2 {
	margin-top: 20px;
	width: 100%;
	height: auto;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.main_video2 {
}

.main_text2 {
	margin-left: 20px;
	width: 350px;
	height: 225px;
	background: rgba(70,130,180,0.7);
	border-radius: 5%;
}

.main_text2 h2 {
	margin: 10px 5px;
}

.main_text2 p {
	margin: 0 5px;
}

.main_img3 {
	margin-top: 20px;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.main_video3 {
}

.main_text3{
	margin-left: 20px;
	width: 350px;
	height: 225px;
	background: rgba(70,130,180,0.7);
	border-radius: 5%;
}

.main_text3 h2 {
	margin: 10px 5px;
}

.main_text3 p {
	margin: 0 5px;
}

video {
	width: 400px;
	height: auto;
	float: left;
}

#animate1 {
  animation-delay: 1s; /* アニメーション開始時間 */
}

#animate2 {
  animation-delay: 1.5s; /* アニメーション開始時間 */
}

#animate3 {
  animation-delay: 2s; /* アニメーション開始時間 */
}

.service_title h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.service01 {
	/*width: 1200px;*/
}

.container {
	width: 50%;
	height: auto;
	margin: 0 auto;
	margin-left: 10%;
	float: left;
}

.service_text01 h2 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}

.service_zisseki01 {
	width: 100%;
	height: auto;
}

.service_text01 p {
	margin-left: 15px;
	font-weight: bold;
}

.service_zisseki01 h2 {
	font-size: 18px;
	margin-bottom: 0;
}

.container_zisseki01 {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.zisseki01 {
	height: 130px;
	margin-top: 10px;
	margin-bottom: 0;
}

.zisseki01 p {
	width: 60%;
	height: auto;
	float: left;
	margin-left: 10px;
}

.zisseki01 img {
	width: 200px;
	height: auto;
	float: left;
}

.zisseki02 img {
	width: 100%;
	height: auto;
}

.zisseki03 {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.zisseki03 iframe {
	width: 250px;
	height: auto;
	margin-top: 10px;
	float: left;
}

.zisseki03 p {
	width: 50%;
	height: auto;
	margin-left: 10px;
	float: left;
	overflow: hidden;
}

.minisidebar {
	margin-top: 100px;
	width: 30%;
	float: left;
}

.minisidebar_menu {
	margin-left: 30px;
	background: linear-gradient(transparent 70%, #a7d6ff 70%);

}

.minisidebar li {
	list-style: none;
/*	position: relative;
	padding: 0.25em 0;*/
}

.minisidebar li:after {
/*  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);*/
}

.minisidebar a {
	text-decoration: none;
}

.blog {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}

.blog_link {
	justify-content: center;
	clear: both;
	float: left;
	margin: 20px auto;
	width: 70%;
	height: 60px;
	background: #ff0000;
	border-radius: 10px;
	text-align: center;
}

.blog_link a {
	padding: 0 auto;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

footer {
	clear: both;
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 12px;
	color: white;
	border-top: 1px solid #ccc;
	background-color: #808080;
	text-align: center;
}

footer a {
	margin-left: 20px;
	font-size: 18px;
	text-decoration: none;
	color: white;
}

footer p {
	margin-top: 30px;
}

.overview_text h2 {
	text-align: center;
	padding-top: 150px;
}

table{
  margin: 0 auto;
  margin-top: 30px;
  width: 70%;
  border-collapse: collapse;
  overflow: hidden;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}

@media all and (max-width: 1070px) {

	.minisidebar {
		display: none;
	}

	.container {
		width: 80%;
	}
}

@media all and (max-width: 785px) {

.head {
	background-color: rgba(255, 255, 255, 0.7);
}

.svg-wrapper1 {
	display: none;
}

.svg-wrapper2 {
	display: inherit;
	position: absolute;
	width: 100%;
	height: auto;
	z-index: -1;
}

.main_text1 {
	margin: 0 auto;
	margin-top: 10px;
	width: 100%;
	height: auto;
	background: rgba(70,130,180,0.7);
	border-radius: 10px;
}

.main_img2 {
	flex-direction: column;
	margin-top: 20px;
}

.main_video2 {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.main_text2 {
	margin: 0 auto;
	margin-top: 10px;
	width: 100%;
	height: auto;
	background: rgba(70,130,180,0.7);
	border-radius: 10px;
}

.main_text2 h2 {
	margin: 10px 5px;
}

.main_text2 p {
	margin: 0 5px;
}

.main_img3 {
	flex-direction: column;
	margin-top: 20px;
}

.main_video3 {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.main_text3{
	margin: 0 auto;
	margin-top: 10px;
	width: 100%;
	height: auto;
	background: rgba(70,130,180,0.7);
	border-radius: 10px;
}

.main_text3 h2 {
	margin: 10px 5px;
}

.main_text3 p {
	margin: 0 5px;
}

video {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

#animate1 {
  animation-delay: 1s; /* アニメーション開始時間 */
}

#animate2 {
  animation-delay: 1s; /* アニメーション開始時間 */
}

#animate3 {
  animation-delay: 1s; /* アニメーション開始時間 */
}

.container {
	width: 100%;
	margin: 0 auto;
}

.zisseki01 {
	height: 130px;
	margin-top: 10px;
	margin-bottom: 0;
}

.zisseki01 p {
	width: 62%;
	margin-top: 0;
	font-size: 14px;
}

.zisseki01 img {
	width: 120px;
	margin-top: 20px;
}

.zisseki03 iframe {
	width: 100%;
}

.zisseki03 p {
	width: 100%;
}

.blog_link a {
	padding: 0 auto;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	/*background: rgba(0,0,225,0.2);*/
	/*border-radius: 10px;*/
}

table{
  width: 90%;
}

table th{
  width: 20%;
}

}

/*cameraのcss---------------------------------------------------------*/

.camera {
	width: 70%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.title {
	margin-top: 100px;
	font-weight: bold;
	text-align: center;
}

.title h2 {
	font-size: 30px;
}

.title p {
	margin: 0;
	font-size: 25px;
}

.kiso01 {
	margin-top: 30px;
}

.kiso01 img {
	width: 80%;
}

.kiso02 img {
	width: 80%;
}

.kiso01 h3 {
	font-size: 25px;
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
	color: #494949;/*文字色*/
	background: #f4f4f4;/*背景色*/
	border-left: solid 5px #7db4e6;/*左線*/
	border-bottom: solid 3px #d7d7d7;/*下線*/
	width: 80%;
	margin: 20px auto;
	margin-bottom: 0;
	text-align: left;
}

.kiso01 p {
	text-align: left;
	width: 80%;
	margin: 20px auto;
}

.animated img {
	width: 30px;
}

.animated h4 {
	width: 80%;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
}

.kiso02 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.kiso02 h3 {
	font-size: 25px;
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
	color: #494949;/*文字色*/
	background: #f4f4f4;/*背景色*/
	border-left: solid 5px #7db4e6;/*左線*/
	border-bottom: solid 3px #d7d7d7;/*下線*/
	width: 80%;
	margin: 20px auto;
	margin-bottom: 0;
	text-align: left;
}

.kiso02 p {
	text-align: left;
	width: 80%;
	margin: 20px auto;
}

span {
	font-weight: bold;
	color: red;
}

.span_blue {
	color: black;
	background: linear-gradient(transparent 50%, #87ceeb 50%);
}

.span_yellow {
	color: black;
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.zisseki {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	text-align: center;
}

.zisseki_peaple_img {
	width: 30%;
	margin-top: 25px;
}

.zisseki_peaple_img img {
	width: 100%;
}

.zisseki_peaple {
	width: 40%;
	height: auto;
    margin:2em 0;
    /*position: relative;*/
    padding: 0.25em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}

.zisseki_peaple p {
	width: 300px;
	height: auto;
    margin: 20px auto; 
    padding: 0;
}

.zisseki_camera_img {
	width: 60%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.zisseki_camera_img img {
	width: 100%;
}

.zisseki_text {
	margin-bottom: 20px;
}

.st4{fill:none;stroke:#000000;stroke-width:10;stroke-miterlimit:10;}
.st5{fill:none;stroke:#000000;stroke-width:10;stroke-linejoin:round;stroke-miterlimit:10;}

.sidebar {
	margin-top: 200px;
	width: 30%;
	height: auto;
	float: left;
}

.sidebar a {
  color: #6cb4e4;
  padding: 0.25em;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

.sidebar p {
  color: #ffa500;
  padding: 0.25em;
  border-top: solid 2px #ffa500;
  border-bottom: solid 2px #ffa500;
  background: -webkit-repeating-linear-gradient(-45deg, #f0e68c, #f0e68c 3px,#fffacd 3px, #fffacd 7px);
  background: repeating-linear-gradient(-45deg, #f0e68c, #f0e68c 3px,#fffacd 3px, #fffacd 7px);
}

@media all and (max-width: 785px) {

.head {
	width: 100%;
	height: 100px;
}

.menu_pc {
	display: none;
}

.menu_mobail {
	display: inline;
}

.nav_contents {
	display: inline;
}

.logo img {
	width: 200px;
	height: 100px;
	margin-left: 0;
	margin-right: 0;
	float: left;
}


.camera {
	width: 100%;
}

.camera h2 {
	width: 100%;
	font-size: 25px;
	margin: 20px auto;
	position: relative;
	background: rgba(0 , 0 , 255 , .7);
	color: white;
}

.camera h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

.camera img {
	width: 100%;
}

.zisseki_peaple {
	width: 80%;
}

.zisseki_camera_img {
	width: 100%;
	height: auto;
}

.sidebar {
	width: 100%;
	margin-bottom: 50px;
}

}
