html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body{
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	  font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

p{
	line-height: 1.7em;
}

img{
    width: 100%;
	vertical-align: middle;
}

h2.sikaku{
	font-size: 330%;
	letter-spacing: 0.1em;
}

h2.sikaku::before{
	content: "■";
	transform: rotate(45deg);
	display: inline-block;
	font-size: 80%;
	color: #9fcdcd;
}

h2.white{
	color: #fff;
}

div.follow{
	width: 100%;
	position: fixed;
	top:0;
	z-index: 9;
	background-color: #fff;
}

div.follow div.follow_wrap{
	max-width: 1000px;
	max-height: 50px;
	display: flex;
	justify-content: space-evenly;
	margin: 5px auto;
	align-items: center;
}
div.follow h1{
	font-size: 110%;
}
div.follow img{
	max-width: 150px;
	padding: 0 1%;
}

/* ヘッダー */
div.header{
  position: relative;
  margin-top: 40px;
}

div.header img.about_uewaku{
	content: "";
	position: absolute;
	bottom: -1px;
	left:0;
	right: 0;
    mix-blend-mode: darken;
}

.video-wrapper {
  position: relative;
  height: 90vh;
  width: 100%;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

div.top_title{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -65%);
}

div.header h1{
	font-size: 400%;
	color: #fff;
	text-align: center;
	letter-spacing: 0.2em;
	margin: 0 0 2% 0;
}

div.header p{
	font-size: 180%;
	color: #fff;
	text-align: center;
	letter-spacing: 0.2em;
}


/* about */
div.about{
	background: url(img/about_back.png);
	background-color:#111214;
	background-position: center top;
	background-size:cover;
	background-repeat: no-repeat;
	color: #fff;
}

div.about_wrap{
	position: relative;
	max-width: 1100px;
	padding-bottom: 60%;
	margin: auto;
}

div.about h2.about{
	font-size: 900%;
	font-weight: normal;
	position: absolute;
	bottom: 5%;
	right: 0;
}

div.about p{
	font-size: 100%;

	width: 25%;
	position: absolute;
	bottom: 20%;
	left: 0;
}

/* ターゲット */

div.target{
	position: relative;
	background: url(img/target_back.png);
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}

div.target img.about_sitawaku{
	content: "";
	position: absolute;
	top: -1px;
	left:0;
	right: 0;
    mix-blend-mode: darken;
}

div.target_wrap{
	max-width: 1100px;
	margin: auto;
	padding: 15% 0;
}

div.panel{
	display: flex;
	justify-content: space-between;
}

div.a_panel{
	width: 32%;
	position: relative;
	margin: 10% 0 0 0;
}

div.a_panel p{
	position: absolute;
	bottom: 7%;
	text-align: center;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 170%;
}

/* 特徴 */

div.features{
	background-color:#111214;
	color: #fff;
}

div.features_wrap{
	max-width: 1100px;
	margin: auto;
	padding: 15% 0;
}

div.panel2{
	display: flex;
	justify-content: space-between;
}

div.a_panel2{
	width: 32%;
	margin: 5% 0 0 0;
	border:  solid 1px #fff;
	background-position: top;
    background-size: cover;
	background-repeat: no-repeat;
}

div.a_panel2 h3{
	text-align: center;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 160%;
	margin: 100% 0 5% 0;
}

div.a_panel2 p{
	color: #fff;
	font-size: 90%;
	width: 90%;
	margin: 10% auto;
}

div.back1{
	background-image: url(img/features_panel_back1.png);
}
div.back2{
	background-image: url(img/features_panel_back2.png);
}
div.back3{
	background-image: url(img/features_panel_back3.png);
}
div.back4{
	background-image: url(img/reason_panel_back1.png);
}
div.back5{
	background-image: url(img/reason_panel_back2.png);
}
div.back6{
	background-image: url(img/reason_panel_back3.png);
}

/* キャンペーン */

div.campain{
	background: url(img/campain_back.png);
    background-position: top;
    background-size: cover;
	background-repeat: no-repeat;
}

div.campain_wrap{
	max-width: 1100px;
	margin: auto;
	padding: 5% 0;
}

h2.present{
	width: 90%;
	margin: auto;
}

div.panel3{
	display: flex;
	justify-content: space-between;
}

div.a_panel3{
	display: flex;
	flex-direction: column;
	width: 49%;
	position: relative;
	margin: 5% 0 0 0;
	background: url(img/campain_panel_back.png);
	background-size: cover;
	border-radius: 10px;
}

div.a_panel3::before{
	content: "";
	background-image: url(img/campain_panel_waku_ue.png);
	background-repeat: no-repeat;
	background-size: 100% ;
	height: 100px;

	position: absolute;
	top:2%;
	left: 2%;
	right: 2%;
}
div.a_panel3::after{
	content: "";
	background-image: url(img/campain_panel_waku_shita.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 100px;
	position: absolute;
	bottom:-2%;
	left: 2%;
	right: 2%;
}

div.a_panel3 h3{
	flex-grow: 2;
    align-content: center;
	margin-inline: auto;
	max-inline-size: max-content;
	color: #fff;
	font-size: 260%;
	letter-spacing: 0.1em;
	width: 65%;
	margin: 2% auto 0 auto;
}

div.a_panel3 p{
	flex-grow: 1;
	color: #fff;
	font-size: 110%;
	width: 65%;
    margin: 2% auto 3% auto;
}

div.a_panel3 img{
	width: auto;
	height: 200px;
    margin: 2% auto 5% auto;
	display: block;
}

/* div.a_panel3 img.adjust{
	width: 50%;
	margin: 2% auto 10% auto;
} */

div.campain span.caution{
	display: inline-block;
	font-size: 75%;
	color: #fff;
	margin: 1% 0;
}

/* CTA */

div.dan{
	display: flex;
}

div.dan div:first-child{
	width: 100%;
	background-color: #587e7f;
	color: #fff;
}

div.dan div{
	display: flex;
	flex-direction: column;
    padding: 5% 0;
}

div.dan div h2{
	flex-grow:1;
}

div.dan div p{
	margin: 2% 0;
}

div.dan div a{
	margin: auto;
}

div.dan div:first-child h2{
	/* margin: 10% 0 5% 0; */
	text-align: center;
	font-size: 160%;
}

div.dan div:first-child p{
	width: 70%;
	/* margin: 0 auto 10% auto; */
	    margin-inline: auto;
    max-inline-size: max-content;
	text-align: left;
	font-size: 160%;
}

/* div.dan div:last-child{
	width: 50%;
	background-image: url(img/detail_back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
} */

div.dan div:last-child h2{
	/* margin: 10% 0 5% 0;
	text-align: center;
	color: #9ecdcd;
	font-size: 180%;
	text-shadow: #000 4px 4px 6px; */
}

div.dan a.detailButton{
	background-color: #9ecdcd;
	color: #111214;
	display: block;

	/* margin: 15% auto 10% auto; */
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	padding: 1% 3%;
	border-radius: 30px;
	letter-spacing: 0.1em;
}

div.dan a.whiteback{
	background-color: #fff;
	color: #111214;
}

/* REASON */

div.reason h2{
	padding: 5%;
	text-align: center;
}

div.reason img{
	max-width: 600px;
	width: 100%;
}

div.reason_wrap{
	background-color: #191919;
	background-image: url(img/reason_back_sukasi.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}

div.reason_inner{
	max-width: 1100px;
	margin: auto;
	padding: 3% 0 4% 0;
}

/* INSTRUCTOR */

div.instructor{
	background-color: #fff;
	background-image: url(img/instructor_sukasi.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	padding: 3% 0 4% 0;
}

div.instructor_wrap h2{
	max-width: 1100px;
	margin: 0 auto 4% auto;
}

div.instructor_back{
	background-image: url(img/instructor_text_back.png);
	background-repeat: no-repeat;
	background-position: left -500px top 100px;
	background-size: calc(1100px + 45vw);
}

div.backreverse{
	background-repeat: no-repeat;
	background-position: right -500px top 100px;
}

div.instructor_row{
	max-width: 1100px;
	margin: 0 auto 6% auto;
	position:relative;
}

div.instructor_inner{
	display: flex;
}

div.instructor_inner div:first-child{
	width: 45%;
	position: relative;
}

div.instructor_inner img{
	max-width: 670px;
}

div.instructor_inner span{
	font-size: 120%;
	position: absolute;
    z-index: 1;
	bottom: 6%;
    left: 5%;
    right: 5%;
    text-align: center;
    margin: 0 auto;
	color: #fff;
	padding: 2% 0;
	letter-spacing: 0.1em;
}

div.instructor_inner span::after{
	content: "";
	display: block;
    position: absolute;
    top: 0; bottom: 0; left: -15px; right: -15px;
	background-color: #262626;
	z-index: -1;
	transform: skewX(20deg);
}

div.instructor_inner div:last-child{
	max-width: 50%;
}

div.instructor_inner div:last-child p{
	font-size: 140%;
    padding: 0% 6% 0% 6%;
}

div.instructor_inner div:last-child h3{
	font-size: 193%;
	padding: 5%;
	font-family: "Zen Kurenaido", sans-serif;
	font-weight: 400;
	font-style: normal;
}

div.reverse{
	flex-direction: row-reverse;
}

/* 料金について */

div.price{
	background: #262626;
	padding: 3% 0 4% 0;
}

div.price_wrap{
	max-width: 1100px;
	margin: 5% auto 6% auto;
}

div.price_wrap h2{
	width: 80%;
	margin: auto;
}


div.pricebanner{
	display: flex;
	width: 90%;
	margin: 5% auto 6% auto;
}

div.pricebanner img:first-child{
	width: 60%;
	height: auto;
}

div.pricebanner img:last-child{
	width: 40%;
	height: auto;
	object-fit: cover;
}

/* オンライン説明会 */

div.onlineEvent{
	padding: 4%;
	background-color: #949494;
}

div.onlineEvent_wrap{
	margin: 0 auto;
	padding: 2%;
	background-color: #fff;
}

div.onlineEvent_wrap h2{
	font-size: 300%;
	text-align: center;
	line-height: 2em;
	margin-bottom: 2%;
}

div.onlineEvent_wrap p.button{
	text-align: center;
}
a.eventButton{
	background-color: #9ecdcd;
	color: #111214;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	padding: 1% 3%;
	border-radius: 50px;
	letter-spacing: 0.1em;
}


div.dan2{
	display: flex;
	justify-content: space-between;
	padding: 0 2%;
}

div.dan2 div.a_dan2:first-child{
	width: 68%;
}

div.dan2 div.a_dan2:last-child{
	width: 30%;
    align-content: center;
}

div.dan2 div.a_dan2:last-child img{
	margin: 0 0 5% 0;
}

div.step{
	width: 100%;
	font-size: 150%;
}

div.step span.bold{
	font-weight: bold;
	font-size: 110%;
	margin: 2% 0;
	display: inline-block;
}

div.step p{
	margin: 0 0 2% 0;
}

/* ドローン撮影依頼 */

div.dronepro{
	background-image: url(img/pro_back.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

div.dronepro_wrap{
	max-width: 1100px;
	margin: auto;
	padding: 5% 0;
}

div.dronepro_wrap h2{
	margin:  0 0 5% 0;
}

div.dan3{
	display: flex;
}

div.a_dan3{
	width: 50%;
}

div.a_dan3 p{
	font-size: 163%;
	color: #fff;
	width: 90%;
}

div.a_dan3 a{
	background-color: #9ecdcd;
	color: #111214;
	display: block;
	width: 20em;
	margin: 5% 0 0 0;
	text-align: center;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	padding: 3%;
	border-radius: 30px;
	letter-spacing: 0.1em;
}


/* フッター */

div.footer{
	display: flex;
	min-height: 450px;
	position: relative;
}

h1.footer{
	color: #fff;
	font-weight: normal;
    align-content: center;
}

div.a_footer:first-child{
	width: 30%;
	background-color: #393939;
	display: flex;
	justify-content: center;
}

div.a_footer{
	position: relative;
	width: 70%;
	background-color: #262626;
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 180%;
	font-weight: normal;
}

div.link{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	bottom: 5%;
	z-index: 9;
}

div.link a{
	text-decoration: none;
	font-size: 50%;
	color: #fff;
	letter-spacing: 0.1em;
    margin: 0 10px 0 0;
}

div.footer span{
	position: absolute;
	bottom: 5%;
	text-align: center;
	display: inline-block;
	left:0;
	right: 0;
	font-size: 80%;
	color: #fff;
	letter-spacing: 0.1em;
}

div.dan4{
	width: 100%;
	display: flex;
	align-content: center;
    flex-flow: wrap;
    justify-content: center;
}

div.dan4 ul{
	list-style: none;
	padding: 0 5%;
}

div.dan4 ul:first-child{
	border-right: 3px solid #587e7f;
}

div.dan4 ul li a{
	color: #fff;
	text-decoration: none;
	line-height: 2em;
	display: inline-block;
}

span.bigfont{
	font-weight: bold;
}

span.k{
	display: inline-block;
}

h3.adjustH{
	line-height: 2.2em;
}

/* for Tablet */
@media screen and (max-width:1200px) {

	h2.sikaku{
		font-size: 180%;
		text-align: left;
	}

	div.header{
		font-size: 80%;
	}

	div.about h2.about{
		/* font-size: 200%;
		text-align: center;
		position: relative;
		padding: 5% 0; */
	}

	div.about p{
		/* font-size: 90%;
		width: 80%;
		margin: auto;
		position: relative;
		background-color: #00000050;
		padding: 5%; */
	}

	div.about_wrap{
		/* padding-bottom: 10%; */
		max-width: 1000px;
	}

	div.target_wrap{
		max-width: 1000px;
	}

	div.panel{
		/* flex-wrap: wrap; */
	}

	div.a_panel{
		width: 30%;
		margin: 5% auto;
	}

	div.features_wrap{
		max-width: 1000px;
	}

	div.panel2{
		/* flex-wrap: wrap; */
	}

	div.a_panel2{
		width: 30%;
		margin: 5% auto;
	}

	div.a_panel2 p{
		font-size: 80%;
	}

	div.panel3{
		/* flex-wrap: wrap; */
	}

	div.a_panel3{
		width: 45%;
		margin: 2% auto;
	}

	div.a_panel3 img{
		margin: 2% auto 10% auto;
	}

	div.campain span.caution{
		margin: 1%;
	}

	div.dan{
		/* display: flex;
		flex-wrap: wrap;
		font-size: 90%; */
	}

	div.dan div:first-child{
		width: 100%;
	}

	div.dan div:last-child{
		width: 100%;
	}

	div.reason_inner{
		max-width: 1000px;
	}

	div.instructor_inner{
		/* flex-wrap: wrap; */
	}

	div.instructor_inner div:first-child{
		width: 90%;
	}

	div.instructor_inner span{
		bottom: 6%;
		left: 0%;
		right: 0%;
		background: #262626;
	}

	div.instructor_inner span::after {
		display: none;
	}

	div.instructor_inner div:last-child{
		max-width: 90%;
		font-size: 80%;
	}

	div.pricebanner{
		/* flex-wrap: wrap */
	}

	div.pricebanner img:first-child{
		/* width: 90%;
		margin: 5% auto 0; */
	}

	div.pricebanner img:last-child{
		/* width: 90%;
		margin: 0 auto 5% auto; */
	}

	div.onlineEvent{
		font-size: 70%;
	}

	div.onlineEvent_wrap h2{
		font-size: 250%;
	}

	div.dan2{
		/* flex-wrap: wrap; */
	}

	div.dan2 div.a_dan2:first-child{
		/* width: 90%;
		margin: 5% auto; */
	}

	div.dan2 div.a_dan2:last-child{
		/* width: 90%;
		margin: 5% auto; */
	}

	div.dronepro_wrap{
		max-width: 1000px;
	}

	div.dronepro_wrap h2{
		margin:  5%;
	}

	div.dan3{
		/* flex-wrap: wrap; */
	}

	div.a_dan3{
		width: 90%;
		margin: 5% auto;
	}

	div.a_dan3 p{
		font-size: 100%;
		margin: auto;
	}

	div.a_dan3 a{
		margin: 5% auto 0 auto;
	}

	div.footer{
		/* flex-wrap: wrap; */
	}

	div.a_footer:first-child{
		/* width: 100%;
		padding: 5%; */
	}

	div.a_footer{
		/* width: 100%; */
	}

	div.dan4{
		/* flex-wrap: wrap;
		font-size: 50%; */
	}

	div.dan4 ul{
		/* margin: 0  0 10% 0; */
	}
}

/* for Tablet */
@media screen and (max-width:1000px) {
	
	div.follow h1{
		font-size: 90%;
	}

	h2.sikaku{
		font-size: 150%;
		text-align: center;
	}

	div.header{
		font-size: 60%;
	}

	div.about h2.about{
		font-size: 200%;
		text-align: center;
		position: relative;
		padding: 5% 0;
	}

	div.about p{
		font-size: 90%;
		width: 80%;
		margin: auto;
		position: relative;
		background-color: rgba(0, 0, 0, 0.5);
		padding: 5%;
	}

	div.about_wrap{
		padding-bottom: 10%;
	}

	div.panel{
		flex-wrap: wrap;
	}

	div.a_panel{
		width: 70%;
		margin: 5% auto;
	}

	div.panel2{
		flex-wrap: wrap;
	}

	div.a_panel2{
		width: 70%;
		margin: 5% auto;
	}

	div.a_panel2 p{
		font-size: 90%;
	}

	div.panel3{
		flex-wrap: wrap;
	}

	div.a_panel3{
		width: 90%;
		margin: 5% auto;
	}
	div.a_panel3::after {
		display: none;
	}

	div.a_panel3 img{
		width: 80%;
        height: auto;
		margin: 2% auto 10% auto;
	}

	div.campain span.caution{
		margin: 3%;
		padding: 3%;
	}

	div.dan{
		display: flex;
		flex-wrap: wrap;
		font-size: 90%;
	}

	div.dan div:first-child{
		width: 100%;
	}

	div.dan div:last-child{
		width: 100%;
	}

	div.instructor_inner{
		flex-wrap: wrap;
	}

	div.instructor_inner div:first-child{
		width: 90%;
	}

	div.instructor_inner span{
		bottom: 6%;
		left: 0%;
		right: 0%;
		background: #262626;
	}

	div.instructor_inner span::after {
		display: none;
	}

	div.instructor_inner div:last-child{
		max-width: 90%;
		font-size: 80%;
	}

	div.pricebanner{
		flex-wrap: wrap
	}

	div.pricebanner img:first-child{
		width: 90%;
		margin: 5% auto 0;
	}

	div.pricebanner img:last-child{
		width: 90%;
		margin: 0 auto 5% auto;
	}

	div.onlineEvent{
		font-size: 70%;
	}

	div.onlineEvent_wrap h2{
		font-size: 250%;
	}

	div.dan2{
		flex-wrap: wrap;
	}

	div.dan2 div.a_dan2:first-child{
		width: 90%;
		margin: 5% auto;
	}

	div.dan2 div.a_dan2:last-child{
		width: 90%;
		margin: 5% auto;
	}

	div.dronepro_wrap h2{
		margin:  5%;
	}

	div.dan3{
		flex-wrap: wrap;
	}

	div.a_dan3{
		width: 90%;
		margin: 5% auto;
	}

	div.a_dan3 p{
		font-size: 100%;
		margin: auto;
	}

	div.a_dan3 a{
		margin: 5% auto 0 auto;
	}

	div.footer{
		flex-wrap: wrap;
	}

	div.a_footer:first-child{
		width: 100%;
		padding: 5%;
	}

	div.a_footer{
		width: 100%;
	}

	div.dan4{
		flex-wrap: wrap;
		font-size: 50%;
	}

	div.dan4 ul{
		margin: 0  0 10% 0;
	}
}

/* for SP */
@media screen and (max-width:350px) {

	div.follow h1{
		display: none;
	}
}
/* for SP */
@media screen and (max-width:500px) {

	div.follow h1{
		font-size: 50%;
	}
	div.follow img{
		max-width: 120px;
		padding: 0 1%;
	}

	h2.sikaku{
		font-size: 150%;
		text-align: center;
	}

	div.header{
		font-size: 50%;
	}

	div.about h2.about{
		font-size: 200%;
		text-align: center;
		position: relative;
		padding: 5% 0;
	}

	div.about p{
		font-size: 90%;
		width: 80%;
		margin: auto;
		position: relative;
		background-color: rgba(0, 0, 0, 0.5);
		padding: 5%;
	}

	div.about_wrap{
		padding-bottom: 10%;
	}

	div.panel{
		flex-wrap: wrap;
	}

	div.a_panel{
		width: 70%;
		margin: 5% auto;
	}

	div.panel2{
		flex-wrap: wrap;
	}

	div.a_panel2{
		width: 70%;
		margin: 5% auto;
	}

	div.panel3{
		flex-wrap: wrap;
	}

	div.a_panel3::after {
		display: none;
	}

	div.a_panel3 h3 {
		font-size: 160%;
	}

	div.a_panel3{
		width: 90%;
		margin: 5% auto;
	}

	div.a_panel3 img{
		width: 90%;
        height: auto;
		margin: 2% auto 10% auto;
	}

	div.campain span.caution{
		margin: 3%;
		padding: 3%;
	}

	div.dan{
		display: flex;
		flex-wrap: wrap;
		font-size: 90%;
	}

	div.dan div:first-child{
		width: 100%;
	}

	div.dan div:last-child{
		width: 100%;
	}

	div.instructor_inner{
		flex-wrap: wrap;
	}

	div.instructor_inner div:first-child{
		width: 90%;
	}

	div.instructor_inner span{
		bottom: 6%;
		left: 0%;
		right: 0%;
		background: #262626;
	}

	div.instructor_inner span::after {
		display: none;
	}

	div.instructor_inner div:last-child{
		max-width: 90%;
		font-size: 80%;
	}

	div.pricebanner{
		flex-wrap: wrap
	}

	div.pricebanner img:first-child{
		width: 90%;
		margin: 5% auto 0;
	}

	div.pricebanner img:last-child{
		width: 90%;
		margin: 0 auto 5% auto;
	}

	div.onlineEvent{
		font-size: 70%;
	}

	div.onlineEvent_wrap h2{
		font-size: 250%;
	}

	div.dan2{
		flex-wrap: wrap;
	}

	div.dan2 div.a_dan2:first-child{
		width: 90%;
		margin: 5% auto;
	}

	div.dan2 div.a_dan2:last-child{
		width: 90%;
		margin: 5% auto;
	}

	div.dronepro_wrap h2{
		margin:  5%;
	}

	div.dan3{
		flex-wrap: wrap;
	}

	div.a_dan3{
		width: 90%;
		margin: 5% auto;
	}

	div.a_dan3 p{
		font-size: 100%;
		margin: auto;
	}

	div.a_dan3 a{
		margin: 5% auto 0 auto;
		font-size: 80%;
	}

	div.footer{
		flex-wrap: wrap;
	}

	div.a_footer:first-child{
		width: 100%;
		padding: 5%;
	}

	div.a_footer{
		width: 100%;
	}

	div.dan4{
		flex-wrap: wrap;
		font-size: 50%;
	}

	div.dan4 ul{
		margin: 0  0 10% 0;
	}
}

@media screen and (max-width: 375px) {
    div.a_panel2 p {
        font-size: 70%;
    }

	div.a_panel p {
		font-size:120%;
	}
}
