/* D-PLAN */

/* 高さスペース単体（未使用） */
.space-h{
   margin:0 0 0.5em;
}

/* リスト設定（未使用） */
p.list-set {
   list-style:  none;   /* デフォルトのアイコンを消す */
   margin:  0;          /* デフォルト指定上書き */
   padding: 0;          /* デフォルト指定上書き */
}

/* インデント設定（未使用）*/
p.indent-1 {
   text-indent: -1em;
   padding-left: 2em;
}

/* インデントセット（FAQ質問） */
p.indent-Q {
   margin:0 0 0em;
   line-height: 150%;
   text-align: left;
   padding-left:2.5em;
   text-indent:-2.5em;
}

/* インデントセット（FAQ回答） */
p.indent-A {
   margin:0 0 0.5em;
   line-height: 150%;
   text-align: left;
   padding-left:2.5em;
   text-indent:-2.5em;
   display: none;
}


/* ボールド */
.textbf {
   font-weight: bold;
}

/* フォントサイズ */
.text80    { font-size :  80%; }
.text85    { font-size :  85%; }
.text90    { font-size :  90%; }
.text95    { font-size :  95%; }
.text97    { font-size :  97%; }
.text100   { font-size : 100%; }
.text105   { font-size : 105%; }
.text110   { font-size : 110%; }
.text115   { font-size : 115%; }
.text120   { font-size : 120%; }
.textsmall { font-size :  97%; }
.textlarge { font-size : 110%; }

/* アンダーライン */
.uline {
   text-decoration: underline;
}

/* フォントカラー */
.font_coral { color: #ff7f50; }
.font_red   { color: #9b2600; }
.font_blue  { color: #0050db; }
.font_gold  { color: #ffd700; }
.font_darkorange { color: #ff8c00; }
.font_darkgreen  { color: #006400; }
.font_steelblue  { color: #4682b4; }

/* 左詰指定 */
p.left {
   text-align: left;
}

/* 中央指定 */
p.center {
   text-align: center;
}

/* 右詰指定 */
p.right {
   text-align: right;
}

/* 行高設定 */
p.height1 {line-height: 50%; margin:0 0 0.5em;}
p.height2 {line-height: 100%; margin:0 0 0.5em;}
p.height3 {line-height: 150%; margin:0 0 0.5em;}
p.height4 {line-height: 180%; margin:0 0 0.5em;}
p.height5 {line-height: 200%; margin:0 0 0.5em;}
p.height6 {line-height: 250%; margin:0 0 0.5em;}

/* キーワード特定設定 */
.target {
    color: #666666;
    font-size: 97%;
}


@media only screen and (max-width: 830px) {
   .right_text {
    font-size: 80%;
   }
}


@media only screen and (min-width: 830px) {
   .right_text {
    width  : 178px;
    font-size: 80%;
   }
}


/* タイトルボックス1（上段） */
.box_space1 {
   border: 1px solid #deb887;
   border-radius: 10px 10px 10px 10px; /* 角丸：左上・右上・右下・左下 */
   margin:  1.7em 0;
   padding: 1.5em;
   position: relative;
}
.box_space1:before {
   background-color : #f5f5dc;
   color     : #666666;
   /* content   : "○ 農業＝ドローンで農薬散布"; */
  content   : "○ 林業＝ドローンで苗木運搬";
   font-size : 110%;
   padding   : 0.5em;
   position  : absolute;
   top  : -1em;
   left :  1em;
}

/* タイトルボックス2（中段） */
.box_space2 {
   border: 1px solid #deb887;
   border-radius: 10px 10px 10px 10px; /* 角丸：左上・右上・右下・左下 */
   margin: 1.7em 0;
   padding: 1.5em;
   position: relative;
}
.box_space2::before {
   background-color : #f5f5dc;
   color     : #666666;
   /* content   : "○ 林業＝ドローンで苗木運搬"; */
   content   : "○ 農業＝ドローンで農薬散布";
   font-size : 110%;
   padding   : 0.5em;
   position  : absolute;
   top  : -1em;
   left :  1em;
}


/* タイトルボックス3（下段） */
.box_space3 {
   border: 1px solid #deb887;
   border-radius: 10px 10px 10px 10px; /* 角丸：左上・右上・右下・左下 */
   margin: 1.7em 0;
   padding: 1.5em;
   position: relative;
}
.box_space3::before {
   background-color : #f5f5dc;
   color     : #666666;
   content   : "○ FAQ（よくある質問）";
   font-size : 110%;
   padding   : 0.5em;
   position  : absolute;
   top  : -1em;
   left :  1em;
}


/* タイトルボックス4（右側） */
.box_space4 {
   border: 1px solid #999999;
   border-radius: 3px 3px 3px 3px; /* 角丸：左上・右上・右下・左下 */
   margin: 17px 5px 0px 18px;
   padding: 1.4em 0.9em 1.0em 0.9em;
   position: relative;
}
.box_space4::before {
   background-color : #fff;
   color     : #666666;
   content   : "○No.3";
   font-size : 100%;
   padding   : 0.3em;
   position  : absolute;
   top  : -1em;
   left :  1em;
}

/* VIDEOレスポンシブ設定 */
.video {
    position : relative;
    height   : 0;
    padding  : 30px 0 56.25%;
    overflow : hidden;
}

.video iframe {
    position : absolute;
    top      : 0;
    left     : 0;
    width    : 100%;
    height   : 100%;
}

/* ブラインド設定 */
/* もっとみる */
.moretext {
    height     : auto;
    display    : none;
    margin-top : 1em;
}

/* もっとみる */
.moretext2 {
    height     : auto;
    display    : none;
    margin-top : 1em;
}

/* もっとみる */
.moretext3 {
    height     : auto;
    display    : none;
    margin-top : 1em;
}

/* もっとみる */
.moretext4 {
    height  : auto;
    display : none;
}

/* もっとみる */
.moretext5 {
    height  : auto;
    display : none;
}

.clr_red {
    color : #ff0000;
}

.clr_blue {
    color : #0000ff;
}

.question_txt {
    font-weight : bold;
    color : #9b2600;
    margin-right : 0.5em;
}

.answer_txt {
    font-weight : bold;
    color : #0050db;
    margin-right : 0.5em;
}