@charset "utf-8";


#drone_{
	background: url(../img/drone/drone_bg.jpg) no-repeat center top;
	padding: 2em 0;
	background-size: contain
	
}



.tenken{
	max-width: 1200px;
	margin: 0 auto 3em;
	text-align: center
}

.tenken h1{
	color: #fff;
	margin:0 1em 1.5em;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.84);
}

.tenken h2{
	margin: 0 auto;
	max-width: 800px;
}

.tenken h3 {
    background-image: linear-gradient(90deg, transparent, #ff7030 15% 85%, transparent);
  color: #fff;
  padding: .5em 2.5em;
  margin-bottom: 3em
}


ul.point{
	margin: 0 auto 3em;
	width: 90%;
}

ul.point li span{
	display: block;
	font-weight: 700;
	font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
	line-height: 1.4em;
	padding: .5em 0 0 0;
}

.hosoku{
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 90%;
	margin: 0 auto;
	align-items: center
}

.hosoku ul{
	text-align: left;
}


.memo{
	display: flex;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
	width: 90%;
}

.memo p{
	font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
	padding: 1em;
}

@media screen and (max-width: 767px) {
	ul.point li{
		display: flex;
		flex-wrap:wrap;
		align-items: center;
		margin-bottom: 1em
	}
	ul.point li span{
		padding: .5em 0 .5em 1em;
		width: calc(100% - 110px);
		text-align: left;
	}
	ul.point li img{
		width: 110px;
		height: auto;
	}
	
	.speechBubble {
	  position: relative;
	  display: inline-block;
	  margin-bottom: 2em;
	  border: 2px solid #ff7030;
	  border-radius: 8px;
	  background-color: #fffbe4;
	  text-align: left;
	  line-height: 1.5;
	  color: #000000;
	}
	
	.speechBubble::before {
	  content: "";
	  position: absolute;
	  bottom: 0;
	  left: 50%;
	  border-style: solid;
	  border-width: 12px 10px 0 10px;
	  border-color: #ff7030 transparent transparent;
	  translate: -50% 100%;
	}
	
	.speechBubble::after {
	  content: "";
	  position: absolute;
	  bottom: 0;
	  left: 50%;
	  border-style: solid;
	  border-width: 8.9px 7.4px 0 7.4px;
	  border-color: #fffbe4 transparent transparent;
	  translate: -50% 100%;
	}


}	

@media print, screen and (min-width: 768px) {
	ul.point{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	max-width: 1000px;
	margin: 0 auto 3em;
	}
	
	ul.point li{
	width: calc(( 100% - 40px ) / 3 );
	margin-right: 20px;
	}
	
	ul.point li:nth-child( 3n ) {margin-right: 0;}{}
	
	#drone_{padding: 5em 0;}
	.tenken h3 { padding: .5em 1em;}
	
	
	.memo{
	max-width: 900px;
	flex-direction: row-reverse;
	align-items: center
	}
	
	.memo p{
		width: calc(100% - 150px);
	}
	
	.memo img{
		width: 150px;
		height: auto
	}
	
	.speechBubble {
	  position: relative;
	  display: inline-block;
	  margin-left:2em;
	  padding: 1em 1.5em;
	  border: 2px solid #ff7030;
	  border-radius: 8px;
	  background-color: #fffbe4;
	  text-align: left;
	  line-height: 1.5;
	  color: #000000;
	}
	
	.speechBubble::before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0;
	  border-style: solid;
	  border-width: 8px 14px 8px 0;
	  border-color: transparent #ff7030 transparent transparent;
	  translate: -100% -50%;
	}
	
	.speechBubble::after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0;
	  border-style: solid;
	  border-width: 5.7px 10px 5.7px 0;
	  border-color: transparent #fffbe4 transparent transparent;
	  translate: -100% -50%;
	}	
}	

@media print, screen and (min-width: 1024px) {
	
	

}	





