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

/*===========================================*/
/*==  ドローン診断  ==*/
/*===========================================*/
.drone-main {
    background: url(../img/drone/main-drone.jpg) right / cover no-repeat;
}
#detail{
	width: 980px;
	margin: 0 auto;
	float: none;
}
.drone-top{
	margin: 30px 0;
}
.drone-top .top-text{
	text-align: center;
	line-height: 1.7;
}
.drone-top h2,
.droneVoice h2,
.droneSystem h2{
    line-height: 1.5;
    font-size: 2em;
    padding: 12px 12px 12px 90px;
    margin: 50px 0 30px;
    background: #eb6120;
    color: #ffffff;
    position: relative;
    text-align: left;
}
.drone-top h2:after,
.droneVoice h2:after,
.droneSystem h2:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 0;
    border-color: #000000 transparent transparent transparent;
}
.drone-top .drone-topInner{
	display: flex;
	justify-content: space-around;
}
.drone-top .topL{
	width: 55%;
}
.drone-top .topR{
	width: 40%;
}
.drone-top .drone-topInner ul{
	margin: 10px 0 20px;
}
.drone-top .drone-topInner ul li{
	line-height: 2.6;
	font-size: 120%;
	font-weight: 500;
}
.drone-top .drone-topInner ul li img {
    width: 5%;
    display: inline-block;
    position: relative;
    top: 12px;
    margin-right: 15px;
}
.drone-top .drone-topInner p.demerit{
	font-weight: 700;
	font-size: 140%;
	color: #eb6120;
}
.merit3{
	margin: 100px 0;
}
.merit3 h1{
	font-size: 42px;
    line-height: 54px;
    text-align: center;
    font-weight: 900;
	background: linear-gradient(transparent 70%, #ffdd00 50%);
	width: 80%;
	margin: 0 auto;
}
.merit3 h1 span{
	color: #eb6120;
    font-weight: 900;
}
/*見出し*/
.drone_ttl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
	margin-top: 50px;
    min-height: 75px;
}
.drone_ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    box-sizing: border-box;
}
.drone_item {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drone_item::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 75px 0 0;
    border-color: #000000 transparent transparent transparent;
    line-height: 0px;
    _border-color: #000000 #ffffff #ffffff #ffffff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
    z-index: -1;
}
.drone_ttl .drone_item p {
    font-size: 14px;
    font-weight: bold;
    color: #ffe832;
    margin-right: 10px;
    line-height: 2em;
    margin-bottom: 14px;
}
.drone_ttl .drone_item p span {
    font-size: 46px;
    color: #fff;
    display: block;
    font-style: italic;
    margin-top: 2px;
    text-shadow: black 2px 0px, black -2px 0px, black 0px -2px, black 0px 2px, black 2px 2px, black -2px 2px, black 2px -2px, black -2px -2px, black 1px 2px, black -1px 2px, black 1px -2px, black -1px -2px, black 2px 1px, black -2px 1px, black 2px -1px, black -2px -1px;
}
.drone_ttl h2 {
    font-size: 31px;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 900;
    width: calc(100% - 75px);
    padding: 10px 0 10px 75px;
    margin: 10px;
    line-height: 1;
}
.drone_ttl h2 span {
    font-weight: 900;
    color: #eb6120;
}
.drone_ttl::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 25px;
    border-bottom: 3px solid #eb6120;
    border-right: 3px solid #eb6120;
    box-sizing: border-box;
}
/*//ここまで*/
.merit3 .merit3InnerBox{
	display: flex;
	justify-content: space-around;
}
.merit3 .merit3InnerBox p{
	width: 55%;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
}
.merit3 .merit3InnerBox3 p{
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
}
.merit3 .merit3InnerBox img{
	width: 40%;
}
.merit3 .merit3InnerBox3 .imageG{
	text-align: center;
}
.merit3 .merit3InnerBox3 img{
	margin: 0 30px;
	padding-top: 20px;
}
.droneVoice .voiceInner{
	position: relative;
}
.droneVoice .voiceInner p{
	position: absolute;
	left: 20px;
	top: 15px;
	width: 500px;
	line-height: 1.7;
	font-size: 150%;
}
.droneVoice p.dronemovie{
	text-align: center;
	font-size: 30px;
	color: #eb6120;
	font-weight: 700;
	margin: 80px 0 20px;
}
/*お問い合わせMail*/
.drone_contact{
	text-align: center;
	margin: 80px 0;
}
.drone_contact .cube_btn_wrap{
	width: 530px;
	margin-top: 20px;
}
.drone_contact .cube_btn_wrap .cube_btn{
	background-color:#eb6120;
	padding: 5px 10px;
}
.drone_contact .btn_txt{
	font-size: 24px;
	font-weight: 500;
	position: relative;
	top: 13px;
	left: -30px;
}
.drone_contact .btn_icon{
	position: relative;
	left: -25px;
}
@media screen and (max-width: 767px) {
	#detail{
		width: 96%;
	}
	.drone-top h2,
	.droneVoice h2,
	.droneSystem h2{
		font-size: 1.5em;
		padding: 15px 12px 15px 60px;
	}
	.drone-top h2:after,
	.droneVoice h2:after,
	.droneSystem h2:after{
		border-width: 65px 65px 0 0;
	}
	.drone-top .drone-topInner{
		display: block;
	}
	.drone-top .topL{
		width: 100%;
	}
	.drone-top .topL p{
		text-align: center;
	}
	.drone-top .drone-topInner ul{
		padding: 20px 0 0;
	}
	.drone-top .drone-topInner ul li img{
		top: 8px;
    	left: 4px;
	}
	.drone-top .drone-topInner ul li{
		line-height: 2;
    	font-size: 105%;
	}
	.drone-top .topR{
		width: 100%;
	}
	.drone-top .drone-topInner p.demerit{
		line-height: 1.4;
	}
	.merit3{
		margin: 50px 0;
		text-align: center;
	}
	.merit3 h1{
		font-size: 30px;
		line-height: 1.4;
		display: inline;
	}
	.drone_ttl h2{
		font-size: 19px;
		text-align: left;
		padding: 8px 0 8px 50px;
		line-height: 1.2;
	}
	.merit3 .merit3InnerBox{
		display: block;
	}
	.merit3 .merit3InnerBox p{
		width: 100%;
	}
	.merit3 .merit3InnerBox img{
		width: 96%;
		padding-top: 10px;
	}
	.merit3 .merit3InnerBox3 img{
		margin: 0;
	}
	.droneVoice .voiceInner p{
		position: static;
    	width: 100%;
    	font-size: 100%;
	}
	.droneVoice p.dronemovie {
    	font-size: 22px;
    	margin: 50px 0 20px;
    	line-height: 1.4;
	}
	.droneVoice .youtube iframe{
		width: 100%;
		height: auto;
	}
	
	/*お問い合わせE-mail*/
	.drone_contact{
		margin: 50px 0;
	}
	.drone_contact p{
		font-size: 80%;
	}
	.drone_contact .cube_btn_wrap{
		width: 100%;
	}
	.drone_contact .btn_icon img{
		width: 35px;
		position: relative;
		top: 1px;
	}
	.drone_contact .btn_icon{
		display: none;
	}
	.drone_contact .btn_txt{
		font-size: 18px;
		font-weight: 500;
    	position: relative;
    	top: 1px;
    	left: -8px;
	}
	.drone_contact .cube_btn_wrap .cube_btn{
		padding: 10px 0;
	}
}

/* add Expert & system 20200624 Y.H*/
.ExpertDiagnosis {
	padding: 20px;
	background: #f1f2f5;
	margin: 40px auto;
}
.ExpertDiagnosis .EDTitle {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}
.ExpertDiagnosis ul {
	display: flex;
	
}
.ExpertDiagnosis ul li {
	display: flex;
	justify-content: space-between;
}
.ExpertDiagnosis ul li:nth-child(1) {
	width: 41%;
	align-content: flex-start;
	flex-wrap: wrap;
}
.ExpertDiagnosis ul li:nth-child(2) {
	width: 60%;
	align-items: flex-start;
}
.ExpertDiagnosis ul li img {
	width: calc(546px / 2);
}
@media screen and (max-width: 767px){
	.ExpertDiagnosis .EDTitle {
		width: 100%;
	}
	.ExpertDiagnosis .EDTitle + p {
		text-align: left;
		margin-bottom: 10px;
	}
	.ExpertDiagnosis ul {
		flex-wrap: wrap;
	}
	.ExpertDiagnosis ul li:nth-child(1),
	.ExpertDiagnosis ul li:nth-child(2) {
		width: 100%;
	}
	.ExpertDiagnosis ul li:nth-child(2) {
		flex-wrap: wrap;
	}
	.ExpertDiagnosis ul li img:not(:last-child) {
		margin-bottom: 20px;
	}
	.ExpertDiagnosis ul li img {
		width: 100%;
	}
}



.droneSystem ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}
.droneSystem ul li {
	padding: 10px 0 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	width: calc(92% / 4);
	border-radius:6px;
	border:4px solid #dcd9b1;
	background: #fffde5;
}
.droneSystem ul li h3 {
	width: 100%;
	font-size: 20px;
	color: #eb6120;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.droneSystem ul li h3 span {
	font-size: 14px;
	display: contents;
	vertical-align: bottom;
	font-weight: normal;
	line-height: normal;
	color: #eb6120;
}
.droneSystem ul li:first-child span {
	font-size: 12px;
}
.droneSystem ul li img {
	max-width: 80%;
	max-height: 150px;
	margin-bottom: 20px;
}
.droneSystem ul li p {
	text-align: left;
	font-size: 14px;
	padding: 0 20px;
	color: #333333;
}

@media screen and (max-width: 767px){
	.droneSystem ul {
		flex-wrap: wrap;
	}
	.droneSystem ul li {
		width: 100%;
	}
	.droneSystem ul li:not(:last-child) {
		margin-bottom: 20px;
	}
}

/* add youtube */
.page_drone_youtube {
	width: 100%;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.page_drone_youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}