@charset "utf-8";
/* CSS Document */
/****************/
/* トップページ */
/****************/
.main0 {
  background: #092b82;
  padding: 20px;
	min-height: 50px!Important;
	color: white;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}

.main1 {
  background: #A2C3FE url("../img/bg1.png") no-repeat top left;
  background-size: cover;
  padding: 40px 20px 50px;
	min-height: 250px!Important;
}
.main2 {
  background: url("../img/bg2.png") no-repeat top center;
  background-size: cover;
  padding: 0px 0px 20px;
}


@media (max-width: 767px) {
	.main0 {
		font-size: 18px;
		padding: 10px;
	}
	.main1{
		padding: 20px 10px 20px;
		background: #A2C3FE url("../img/bg1.png") no-repeat top center;
	}
}

/* 袋文字 */

.catch{
	color: white;
	font-size: 16pt!Important;
	font-weight: 600;
	line-height: 170%;
	  display     : inline-block;
	font-size   : 140%;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	margin-bottom: 20px;
}

.outline {
  display        : inline-block;
  color          : #ffe61e;            /* 文字の色 */
  font-size      : 21pt;               /* 文字のサイズ */
  letter-spacing : 3px;                /* 文字間 */
	font-weight: 600;
  text-shadow    : 
        3px  3px 1px #0b5fe3,
      -3px  3px 1px #0b5fe3,
       3px -3px 1px #0b5fe3,
      -3px -3px 1px #0b5fe3,
       3px  0px 1px #0b5fe3,
       0px  3px 1px #0b5fe3,
      -3px  0px 1px #0b5fe3,
       0px -3px 1px #0b5fe3;       /* 文字の影 */
}

.outline2 {
  color          : #ffffff;            /* 文字の色 */
  font-size      : 21pt;               /* 文字のサイズ */
  letter-spacing : 3px;                /* 文字間 */
  text-shadow    : 
       3px  3px 1px #0b5fe3,
      -3px  3px 1px #0b5fe3,
       3px -3px 1px #0b5fe3,
      -3px -3px 1px #0b5fe3,
       3px  0px 1px #0b5fe3,
       0px  3px 1px #0b5fe3,
      -3px  0px 1px #0b5fe3,
       0px -3px 1px #0b5fe3;       /* 文字の影 */
}




p.catch2 {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 130% !Important;
}


.top-yellow-waku {
  background: white;
  border: 10px solid #eede57;
  padding: 20px 20px 20px 0;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}
img.top-yellow {
  width: 20%;
}
.top-blue-waku {
  background: #092b82;
  border-radius: 30px;
  padding: 20px;
  line-height: 130% !Important;
}
.top-blue-waku p {
  color: white !Important;
  font-size: 20px;
  font-weight: bold;
  line-height: 200% !Important;
}
img.top-blue {
  width: 20%;
}
ul.list-arr {
  list-style: none !Important; /* 既存の黒丸を消す */
  padding-left: 0;
  margin: 0;
}
#content ul.list-arr li {
  list-style: none !Important;
  position: relative;
  padding-left: 50px; /* アイコン分の余白を確保（画像サイズに合わせて調整） */
  padding-bottom: 20px;
  margin: 0.5em 0 0.5em 20px;
  font-size: 22px !Important;
}
#content ul.list-arr li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px; /* 文字の高さに合わせて微調整 */
  width: 40px; /* arr.png の見せたい表示サイズ */
  height: 40px;
  background: url("../img/arr.png") no-repeat center / contain;
  /* 高解像度画像がある場合は↓も可
  background-image: image-set(url("/path/to/arr.png") 1x, url("/path/to/arr@2x.png") 2x);
  */
}
/* 日本地図 */
.map {
  background: url("../img/map.png") no-repeat top left;
  background-size: cover;
  position: relative;
  padding-top: 63.43%;
  width: 100%;
}
.block-title {
  font-weight: 300;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 36px;
  padding: 0 40px;
  margin: 0;
  line-height: 1.6;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
/*　流れ */
.flow-box {
  position: relative;
  display: block; /* ここがポイント */
  width: 50%;
  margin: 0 auto 40px; /* スペースを入れて !important は不要 */
  padding: 20px;
  border: 4px solid #4a90ff;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box; /* 枠線込みで50%に */
  font-size: 24px;
  font-weight: bold;
}
/* 下の三角（中央にしたい場合）*/
.flow-box::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 30px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 20px 10px 0 10px;
  border-style: solid;
  border-color: #4a90ff transparent transparent transparent;
}
@media (max-width: 767px) {
  .flow-box {
    width: 100%;
  }
}
/* ドローン */
.drone-bg1 {
  background: url("../img/drone-bg1.png") no-repeat top center;
  background-size: cover;
  padding: 50px 50px;
}
.drone-bg2 {
  background: url("../img/drone-bg2.png") no-repeat top center;
  background-size: cover;
  padding: 20px;
}
.drone-bg3 {
  background: url("../img/drone-bg3.png") no-repeat top center;
  background-size: cover;
  padding: 20px;
}
.drone-bg4 {
  background: url("../img/drone-bg4.png") no-repeat top center;
  background-size: cover;
  padding: 20px;
  min-height: 400px;
}
.drone-service {
  background-size: cover;
  padding: 20px;
  min-height: 434px;
  margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
}

.drone-service p{
		color: white!Important;
}
@media (max-width: 767px) {
  .drone-service {
    background-size: 250%!Important;
	font-size: 16px;
	  min-height: 90vw;
  }
}
.drone-service-bg1 {
  background: url("../img/1.png") no-repeat top left;
}
.drone-service-bg2 {
  background: url("../img/2.png") no-repeat top left;
}
.drone-service-bg3 {
  background: url("../img/3.png") no-repeat top left;
}
.drone-service-bg4 {
  background: url("../img/4.png") no-repeat top left;
}
.blue-waku {
  border-radius: 30px;
  border: 3px solid #092b82;
  padding: 20px;
  font-size: 18px;
  line-height: 100% !Important;
}


@media screen and (max-width: 649px){   
	iframe[src^="https://docs.google.com/forms/d/e"]{
	width:100%;
	}
}

#content table.about-tbl{
	width: 100%!Important;
}