@charset "utf-8";
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto!important;
  }
}
/* *****共通設定***** */
body {
	font-family: 'M PLUS 1', "メイリオ", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}
* {
	font-family: 'Noto Sans JP','M PLUS 2', sans-serif;
	color: #333;
	font-size: 14px;
}
strong { font-family: 'Noto Sans JP','M PLUS 2', "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 900; /*'M PLUS 1 Code', 'Zen Kaku Gothic New', "Hiragino Sans", */ }


.btn-warning-navy {
	background-color: #333333!important;
	color: #ffffff;
}
p {font-size: 110%;}

@media screen and (max-width: 767.98px) {
	p {  font-size: 100%; }
}

.fw-bold700 {
	font-family: 'M PLUS 1', "メイリオ", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'sans-serif';
		font-weight: 700;
}

.fw-black900 {
		font-family: 'M PLUS 1', "メイリオ", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'sans-serif';
		font-weight: 900;
	}
.colorRed { color: #ff0000; }
/*@media screen and (max-width: 767.98px) {
	body {
	padding-bottom: 60px;
	}
}*/
@media screen and (min-width:400px) {
	.d-ss-none {
		display: none!important;
	}
}

main{
    display: block;
	color: #5B5B5B;
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}

.gray {
    color: #6c757d;
}
.card{
    border-color: #e0c7b2;
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}

.high-light {
	/*background-color: #ffff00;*/
}
.recruit_link:hover {
	opacity: 0.5;
}
.midashi-10 {
	font-size: 10px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 10 + ((1vw - 3.2rem) * 0.625));
}

.midashi-12 {
	font-size: 12px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 12 + ((1vw - 3.2rem) * 0.625));
}

.midashi-14 {
	font-size: 14px; /* IE8以下とAndroid4.3以下用フォールバック */  /* before 16 */
	font-size: calc( 14 + ((1vw - 3.2rem) * 0.625));
}

.midashi-16 {
	font-size: 16px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 16 + ((1vw - 3.2rem) * 0.625));
}

.midashi-18 {
	font-size: 18px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 18 + ((1vw - 3.2rem) * 0.625));
}

.midashi-20 {
	font-size: 20px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 20 + ((1vw - 3.2rem) * 0.625));
}

.midashi-22 {
	font-size: 22px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 22 + ((1vw - 3.2rem) * 0.625));
}

/*---------------------------------------------
大きいブロックの隙間調整
===============================================*/
section {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media screen and (max-width:767.98px) {
	section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/* 個別ページのsection　背景を白に */
#Page-contact section ,#Page-lesson section {
	background-color: #ffffff;
}

#Page-lesson section:nth-child(even) {
	background-color: rgba(38,157,255,.05) /*#f2f2f2*/;
}
/*---------------------------------------------
文字サイズ/h1～6
===============================================*/
h1.service-midashi {
	font-size: 2rem;
	background: linear-gradient( #1EAB5E , #333333);
	padding: 1rem;
	color: #fff;

}
h2, h3{
   color: #401f0f;
}

h3 {
	font-size: 180%;
}

h1, h2, h3, h4, h5, h6 { color: #333;}

#Page-drone h4 {
	color:#F66B1E;
	font-weight: bold;
	padding-top: 20px;
}

#Page-security h4 {
	color: #0653b2;
	font-weight: bold;
	padding-top: 20px;
}
.h-midashi {
	font-size: 250%;
	font-weight: bold; text-align: center;
	color: #333;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 1rem auto 1rem auto;
}

.h-midashi:before {
  content: "";
  flex-grow: 1;
  height: 3px; /* 線の太さ  .text-line:before, */
  background: #333333; /* 線の色 */
}

.h-midashi:after {
  content: "";
  flex-grow: 1;
  height: 3px; /* 線の太さ  .text-line:before, */
  background: #f40000; /* 線の色 */
}

.h-midashi:before {
	margin-right: 5rem;
}

.h-midashi:after {
	margin-left: 5rem;
}
.midashi-sub {
	color: #f66b1e;
}
.short-udline {
	display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #333333;
}
.short-udline:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #f66b1e;
}

.short-udlineBlue {
	display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #333333;	
}
.short-udlineBlue:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
   background-color: #0653b2;
}

.point-udlineRed {
	display: inline-block;
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 30px; font-weight: bold;
}
.point-udlineRed:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    width: 100%;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #f40000;
}


.midashi-leftBar {
	padding: 0.5em 0.5em 0.25em 0.5em;/*上下 左右の余白*/
  	color: #494949;/*文字色*/
  	background: linear-gradient( #fff, #e0e0e0 );
	border-bottom: solid 3px #333333;
}
.midashi-under {
  border-bottom: solid 2px #333333;
  position: relative;
	padding-bottom: 0.5rem; 
	padding-top: 1.5rem;
}

.midashi-under:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #CF6319;
  bottom: -2px;
  width: 30%;
	max-width: 100px;
}

/*蛍光マーカー風見出し*/
.midashi-keikou {
	padding-bottom: 3px;
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

@media screen and (min-width:320px) and (max-width:767.98px) {
	.h-midashi {
		color: #333333;
		border-color: #333333;
		border-style: solid;
		border-width: 2px;
		border-left: none;
		border-right: none;
		background-color: #8FFBC0; /* #8FFBC0; */
		font-size: 4vw;
		font-weight: bold;
		padding: 2vw 4vw;
		position: relative;
		line-height: 1.3;
		clear: both;
	}
	
	.h-midashi:before, .h-midashi:after {
		content: "";
		flex-grow: 0;
		height: 0px; /* 線の太さ  .text-line:before, */
		background: #333333; /* 線の色 */
	}

	.h-midashi:before {
		margin-right: 0rem;
	}

	.h-midashi:after {
		margin-left: 0rem;
	}
}

/*---------------------------------------------
よく使う指示
===============================================*/
.flex-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
}

/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
.navbar {
	background-color: rgba(255,255,255,1.0)!important;
}
.header-logo-bar {
	display: flex; flex-direction: row; align-items: center;
	background-color: #ffffff;
}
.header-logo-bar p {
		font-size: 110%;
	margin: 0;
	line-height: 1.4em;
	}
.header-logo-bar a img {
	width: 70px;
	padding-right: 10px;
}
.nav-item .nav-link {
	font-size: 130%;
}
.top-naviimg a img {
	height: 45px;
	width: auto;
}
.top-naviimg a {
	color: #000;
	font-size: 140%;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.header-comments {
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 5px;
	background-color: #ffffff;
}
.header-comments h1 {
	margin: 0;
	font-size: 12px;
}
.navbar{
	background-color: rgba(255,255,255,1.0)!important;
	padding-top: 0!important;
}

.sukashi-logo {
	width: 100%;
	max-width: 300px;
}

.telbox a {
	display: flex;
	flex-direction: row;
	font-family: "Arial Black", Gadget, "sans-serif";
	font-size: 140%;
	text-decoration: none;
	padding-left: 0em;
	color: #f66b1e!important;
}
.telbox img {
	width: 24px;
}

@media screen and (max-width: 767.98px) {
	.header-logo-bar a img {
		width: 50px;
	}
	
	.header-logo-bar a {
		font-size: 90%;
	}
	.navbar-toggler {
		font-size: 1rem!important;
	}
	.top-naviimg a img {
		height: 30px;
		width: auto;
	}
	.navbar{
    	border-bottom: 1px solid #a29080;
		background-color: #fff;
	}
	.header-comments {
		width:100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.header-comments p {
		margin: 0;
		font-size: 9px;
	}
}

@media screen and (max-width: 575.98px) {
	.header-comments {
		display: none; /* スマホ時、文字折り返してしまうので非表示 */
	}
}

.navbar .navbar-collapse{
    flex-grow: 0;
}

.nav-link {
	color: #5b5b5b!important;
}
.nav-item a.active {
	display: block;
	color: rgba(6,83,178,1.00);
}
.nav-item:nth-of-type(1) .nav-link.active {
	color: #f66b1e!important;
}
.nav-item:nth-of-type(2) .nav-link.active {
	color: #0653b2!important;
}

/*
.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(251,251,241,1);
}
*/
p.top-small {
	font-size: 0.6rem;
	padding: 0; margin: 0px auto 5px auto;
}
@media screen and (max-width: 991.98px) {
	.nav-item a.nav-link:hover {
		background-color: #ccc!important;
	}
}
/*---------------------------------------------*/
/* breadcrumb
============================================== */
.breadcrumbBox {
	background-color: #333;
	padding: 3px 0;
}

.breadcrumb {
	margin-bottom: 0!important;
	align-items: center;
}
.breadcrumb-item a {
	text-decoration: none!important;
	margin: 0;
	padding: 0;
}
.breadcrumb-item a, .breadcrumb-item.active {
	color: #ffffff;
	font-size: 11px;
}

/*---------------------------------------------*/
/* toppage main-bar
============================================== */
#Page-drone .top-main-bar {
	width: 100%;
	height: 300px;
	background: url("../images/main-bar-drone4.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}
#Page-about .top-main-bar {
	width: 100%;
	height: 300px;
	background: url("../images/main-bar-about.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}
#Page-contact .top-main-bar {
	width: 100%;
	height: 300px;
	background: url("../images/main-bar-contact.jpeg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	margin: 0;
}

#Page-security .top-main-bar {
	width: 100%;
	height: 300px;
	background: url("../images/main-bar-security2.jpg") no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;	
	margin: 0;
}
.top-main-bar p {
    font-size: 170%;
    margin: 0 auto;
    color: #ffffff;
	text-align: center;
    font-weight: bold;
}
.main-bar-img {
	background-color: rgba(0,0,0,0.4);
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
	.top-main-bar {
		height: 200px!important;
	}
}
/*---------------------------------------------
to-contact　お問い合わせフォームへ
===============================================*/
#to-contact div img {
	width: 100%;
}
#to-contact .contact-box {
	 padding: 1.5em; background-color: #333333; text-align: center; color: #333333; box-sizing: border-box;
}
#to-contact .contact-title {
	font-size: 140%;
	font-weight: bold;
		margin: 0 auto;
		display: block;
	padding-bottom: 15px;
	color: #fff;
	}

#to-contact .contact-inner {
	display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap;
}

.contact-inner div {
	width:47%;
}

.contact-inner div a:hover {
	opacity: 0.5;
}
.btn-contact {
	display: block; padding: 0.5em 0.75em ; background-color: #fff; color: #333333; text-decoration: none; font-size: 150%; font-weight: bold;
}
@media screen and (min-width:1200px) {
#to-contact {
	background-color: #333333;
		width: 100%;
	padding: 20px 0;
	}
	
	.contact-title {
		width:100%; max-width: 800px;
		margin: 0 auto;
		display: block;
	}
	.contact-inner div {
	width:38%;
}
	#to-contact .contact-inner {
	justify-content: space-around;
}
}
@media screen and (max-width:767.98px) {
#to-contact {
  		margin: auto;
		padding-top: 4%;
		padding-bottom: 4.5%;
	}
	
	.contact-box .contact-inner {
		flex-direction: column;
		
	}
	
	.contact-inner div {
		width:100%;
		padding-bottom: 15px;
	}
	}

/* *****トップページ***** */
/*---------------------------------------------
top page
===============================================*/
/* メイン画像 */
#top-images h1 + span {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}
@media screen and (min-width: 768px) and (max-width:991.98px) {
	#top-images{
		background-color: #f1efff;
		border-bottom: #dddddd;
		background: url("../images/running-7392835.jpg") no-repeat top center;
		background-size:cover;
		height: 340px;
		width: 100%;
	/*	padding: 5% 5vw;*/
	}

	#top-images img.top-images-on {
		height: 340px;
		margin: 0 auto;
	}
	#top-images img {
		padding: 20px 0;
		display: block;
	}

	.TEL img {
/*		width: 40%; */
		height: 50px;
		margin: 0 30px;
		padding: 0;
	}
	
	.TEL p {
		font-size: 2.5rem;
		font-weight: bold;
		padding: 0; margin: 0;
	}
	.TEL {
		background-color: #269dff;
		width: 100%;
		margin: 0;
	}
	
	.TEL p.small {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.TEL div {
		padding: 0.75rem;
		flex-direction: row;
		align-content: flex-start;
		/*justify-content: space-around;*/
		align-items: center;
		margin: 0 auto;
	}
	
	.TEL div a {
		font-size: 2.5rem;
		padding: 0; margin: 0;
		text-decoration: none;
	}
}

/* *****フォーム***** */

/*---------------------------------------------
contact.html
===============================================*/
.formFrame {
	display: flex; flex-wrap: wrap; flex-direction: row;
	width: 100%; align-items: center;
	background-color: #f2f2f2;
	border: none;

	border-left: 0.5px solid #aaa;
	border-right: 0.5px solid #aaa;
	border-top: 0.5px solid #aaa;
}

.formFrame .form-naiyou {
	width: 70%;
	padding: 10px 10px;
	background-color: #ffffff;
	border: none;
}
.formFrame .form-koumoku {
	width: 30%;
	padding: 10px 10px;
/*		border: none;
	
	border-top: none!important;
	border-right: none!important;
	border-bottom: none!important;*/
	
}
.formFrame:last-child {
	border-bottom: 0.5px solid #aaa;
}

.hissu { color: #fff; 
	background-color: #f40000;
	padding: .25em .5em;
	font-size: 70%;
	border-radius: 5px; margin: 0 0.5em 0 0; }

/* smart-phone */
@media screen and (max-width:767.98px) {
	.formFrame .form-naiyou {
		width: 100%;
		padding: 10px 10px;
		border-top: none;
		border-bottom: none;
		
	}
	.formFrame .form-koumoku {
		width: 100%;
		padding: 10px 10px;
		border-top: 0.5px solid #aaa;
		border-bottom: 0.5px solid #aaa;
	}

}

/* tablet */
@media screen and (min-width:768px) and (max-width:1199.98px) {
	.formFrame {
		border-left: 0.5px solid #aaa;
		border-right: 0.5px solid #aaa;
		border-top: 0.5px solid #aaa;
	}
	.formFrame .form-naiyou {
		width: 70%;
		padding: 10px 10px;
		border: none;
	}
	.formFrame .form-koumoku {
		width: 30%;
		padding: 10px 10px;
		border: none;
		
	}

}

.age-group {
	display: flex; justify-content: space-between;
	flex-wrap: wrap;
}

.age-group div {
	width: 49%;
	padding: 0.25em 0em;
}

@media screen and (max-width:991.98px) {
	.age-group div {
	width: 49%;
		padding: 0.25em 0em;
}
}

.input-labe-area {
	width: 8em; 
}
/*---------------------------------------------
footer
===============================================*/
#footer{
    background-color: #ffffff;
	color: #fff;
	
}
#footer-contents {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

#footer-contents img {
	width: 80px;
}

@media screen and (max-width: 767.98px) {
	#footer-contents {
		flex-direction: column;
		align-items: flex-start;
	}
	
	#footer-contents img {
		width: 80px;
	}

}

#footer .footer-ttl{
    font-size: 1rem;
    font-weight: bold;
    margin: 1.5rem 0;
    color: #ffce11;
}
#footer address p {
    margin-bottom: 0.5rem;
}

#footer #copyright{
    background-color: #666666;
    color: #fff!important;
	padding-bottom: 70px;
}
#copyright p, #copyright a {
	color: #333;
	text-decoration: none;
}
.sp-conversion {
    background-color: rgba(76, 76, 76, 0.7);
    position: fixed;
    bottom: -1%;
    left: 0;
    padding: 10px 0;
    z-index: 0;
    width: 100%;
}
.sp-conversion-list {
    border-spacing: 10px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.sp-conversion-list li {
    display: table-cell;
    text-align: center;
}

.sp-conversion-list li a {
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 16px;
    text-shadow: none;
    text-decoration: none;
    padding: 10px;
}
.btn-conversion--tel a {
    background: rgba(247,107,30,.9);
    border-bottom: 2px solid #b95016;
	border-right: 2px solid #b95016;
    position: relative;
}
.btn-conversion--mail a {
    background: rgba(6,83,178,.9);
    border-bottom: 2px solid #053e85;
	border-right: 2px solid #053e85;
    position: relative;
}
@media only screen and (min-width: 992px) {
.sp-conversion {
    display: none;
}
	#footer #copyright{ 
		padding-bottom: 15px;
	}
}
/*---------------------------------------------*/
/* button 7-1-1
============================================== */
.btn-st {
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
   	border: 1px solid #333333;/* ボーダーの色と太さ */
    padding: 0.5rem 2rem;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn-st span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#333333;
}

.btn-st:hover span{
	color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#333333;/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

/*---------------------------------------------
top page  #sec-Machine　Machine
===============================================*/
/*
#sec-Machine {
	 padding-top: 100px; padding-bottom: 100px;
}


#sec-Machine .shop-Lineup div.shop-Lineup-img {
	width: calc( ( 100% - 75px ) / 4 );
	margin-bottom: 25px;
}
@media screen and (max-width: 767.98px) {

	img.object-square {
		object-fit: fill;
		width: 100%;
		height: 100%;
	}
}
*/

/*---------------------------------------------
about.html
===============================================*/
.menu-box .inner a:hover {
	opacity: 0.5;
}

.btn-white {
	border: 1px solid #fff; display: block; max-width: 300px; padding: 20px; margin: 20px auto 0 auto; color: #fff; font-size: 150%;
}

a.btn-white:hover {
	opacity: 0.5;
}


/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* index.html #sec-business
============================================== */
#sec-business {
	background-color: #fff;
	background-size: cover;
}
#sec-business .businessBox {
	background-color: #f2f2f2!important;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding: 20px 5px;
	flex-wrap: wrap;
}

#sec-business .businessBox .inner-business {
	width: calc(( 100% - 100px )/3);
}

a.btn-business {
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
}

a.btn-business p {
	padding: 1rem 0;
	font-size: 140%;
	font-weight: bold;
}

a.btn-business:hover {
	opacity: 0.5;
}

.business-sub {
	color: #f66b1e;
}

.business-sub-security {
	color: #0653b2;
}
@media screen and (min-width:320px) and (max-width:991.98px) {
	#sec-business .businessBox {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#sec-business .businessBox .inner-business {
		width: 80%;
		margin: 0 auto 50px auto;
	}
}

/*---------------------------------------------*/
/* index.html #sec-Machine
============================================== */
#sec-Machine {
/*	background: url("../images/bg-machine.png") no-repeat right;*/
	background-color: #fff;
	background-size: cover;
	border-top: 5px solid #fff;
}
#sec-Machine .machineBox {
	display: flex;
	flex-direction: column;
}

#sec-Machine .machineBox .inner-machine {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 40px;
	justify-content: space-around;
}
#sec-Machine .machineBox .inner-machine:first-of-type {
	align-content: flex-start;
}
#sec-Machine .machineBox .inner-machine:last-of-type {
	align-content: flex-end;
}
#sec-Machine .machineBox .inner-machine .inner-img {
	width: 40%;
}


@media screen and (min-width:320px) and (max-width:991.98px) {
	#sec-Machine .machineBox .inner-machine {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	
	#sec-Machine .machineBox .inner-machine .inner-img {
		width: 50%;
		margin: 0 auto;
	}
}

/*---------------------------------------------*/
/* index.html #sec-Contact
============================================== */
#sec-Contact {
/*	background: url("../images/main-bar-contact.jpeg") no-repeat;*/
	background-color: #f2f2f2;
	background-size: cover;
	border-top: 5px solid #fff;
}
#sec-Contact .contactBox {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#sec-Contact .contactBox .inner-contact {
	width: 40%;
	margin-bottom: 30px;
}
a.btn-contactDrone {
	background-color: #f66b1e;
	color: #fff;
	padding: 1em;
	text-decoration: none;
	display: block;
	text-align: center;
}

a.btn-contactSecurity {
	background-color: #0653b2;
	color: #fff;
	padding: 1em;
	text-decoration: none;
	display: block;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
	#sec-Contact .contactBox {
		flex-direction: column;
	}
	#sec-Contact .contactBox .inner-contact {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
		font-size: 18px;
	}
	
	a.btn-contactDrone, a.btn-contactSecurity {
		font-size: 100%;
	}
}
/*---------------------------------------------*/
/* drone.html
============================================== */
.droneBox1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.droneBox1 .inner-text {
	width: 60%;
}
.droneBox1 .inner-img {
	width: 38%;
}
.droneBox1 table tr td {
	border: 1px solid #000;
}
.droneBox1 table tr th {
	background-color: rgba(246,107,30,.3);
	border: 1px solid #000;
}
.droneBox1 ul {
	padding-left: 0;
}

.droneBox1 ul li {
	line-height: 2em;
}
.droneBox1 a.pds_link {
	text-decoration: none; color: #333;
}
.droneBox1 a.pds_link:hover {
	opacity: 0.5;
}
main section:nth-of-type(even) .droneBox1 {
	flex-direction: row-reverse;
}
@media screen and (max-width: 991.98px) {
	.droneBox1 {
		display: flex;
		flex-direction: column;
	}
	
	.droneBox1 .inner-text, .droneBox1 .inner-img {
		width: 100%;
	}
	
	.droneBox1 .inner-img img {
		height: 350px;
		width: 100%;
		object-fit: cover;
	}
}

.droneContact {
	max-width: 700px;
	margin: 10px auto 50px auto;
}

.machineBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin: 25px 0;
}

.machineBox .inner-text {
	width: 75%;
}

.machineBox .inner-machine {
	width: 20%;
}
.machineBox .inner-video {
	width: 100%;
}
.machineBox .inner-text p {
	font-size: 14px;
}

