#global-nav {
    background-color: #282828; /* PCグローバルナビ背景色 */
}
#global-list svg, #global-list svg * {
    fill: #111; /* PCグローバルナビ文字色 */
    stroke-width: 0.7;　/* PCグローバルナビ文字輪郭太さ */
}
#global-nav ul > li a:hover {
    background-color: gray;　/* PCグローバルナビタブマウスオーバー時背景色 */
}
#topic ul.list-02{
  width:970px;
  height:250px;
  overflow: hidden;
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
  #topic ul.list-02{
    width:100%!important;
  }
}
#topic ul.list-02 li.item.slick-slide{
  width:375px;
}
#topic ul.list-02 li.item div{
  display: block!important;
  width:375px;
}
#topic ul.list-02 li.item div.boxy div.text{
  display: none!important;
}
#topic ul.list-02 li.item div.body div.image{
  width:100%;
  max-width: 375px;
}
#topic ul.list-02 li.item div.body div.image img{
  width:100%;
  max-width:100%;
  height:auto;
  max-height: 100%;
}
@media only screen and (min-width: 641px) {/*PC*/
.right-banner li{
  margin:0 auto 10px auto;
}
.right-banner li .text{
  display:none;
}

#site-logo {
    background: url('/drone/img/drone-02.svg') 0 center no-repeat; /* PCグローバルナビサイトロゴ */
    background-size: 84px auto; /* PCグローバルナビサイトロゴサイズ */
    text-indent: -9999px;
}
body header {
    padding-bottom:10px;
}
aside.ad.billboard {
    display: none;
}
header>section {
    background-color: #282828;
}
}

@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
#site-logo {
    background: none;
}
#site-logo >a {
    background: url('/drone/img/drone-02.svg') 0 center no-repeat;/* SPグローバルナビサイトロゴ */
    background-size: 74px auto;/* SPグローバルナビサイトロゴサイズ */
    display: block;
    margin-top: 12px;
}
header {
    background-color: #282828;/* SPグローバルナビ背景色 */
}
header div > ul > li.button {
    color: #ddd;　/* SPグローバルナビ文字色 */
}
header div > ul > li > p > svg {
    fill: #ddd; /* SPグローバルナビアイコン色 */
    stroke: #ddd; /* SPグローバルナビ愛kン輪郭色 */
    stroke-width: 0.7;　/* SPグローバルナビアイコン輪郭太さ */
}
#footer-viewmode{display: none;}
#group-sites{
  display: none;
}
}

body#listing h1#list-title{
  background-color:black;
  color:white;
  padding:10px;
  margin:0 0 10px 0;
}
body#listing #main ul.list-02 li .body{
  display: block;
}
body#listing #main ul.list-02 li .body .image{
  display: block;
  width:100%;
  margin-bottom: 10px;
}
body#listing #main ul.list-02 li .body .image img{
  width:auto;
  max-width:100%;
}
body#listing #main ul.list-02 li .body .text{
  display: block;
  font-size:14pt;
}
body#listing #main ul.list-02 li .body .text .outline{
  font-size:13pt;
}



/* --- 以下、基本的に変更しない --- */

@media only screen and (min-width: 641px) {/*PC*/
.header-inner{
  display: none;
}
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
  .billboard img{
  width:100%;
  }
#global-nav{
  display: none;
}
#global-list{
  display:none;
}
#category-nav{
  display: none;
}
#extra{
  display: none;
}
}



@media only screen and (min-width: 641px) {/*PC*/
#sp-floating-layer{
  display: none;
}
}

@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
div.social-bookmark {
  display: none;
}
#social-under{
  display: none;
}
}

footer {
    background-color: #fff;
    z-index: 2;
    margin-top: 20px;
}

body * {
    box-sizing: border-box;
}



header>h1 {
    z-index: 1;
    position: absolute;
    top: 42px;
    left: 10px;
    display: inline-block;
    padding: 10px;
    background-color: black;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    color: #f3f3f3;
    margin: 0 auto 0 auto;
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

header>h1>span {
    font-size: 12px;
    margin: 8px auto 0 auto;
    display: block;
    color: white;
}


@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
#page-wrap {
    width: auto;
}
}
@media only screen and (min-width: 641px) {
    /*PC*/
    #page {
overflow: hidden;
    }
}

#topic {
height:350px;
overflow: hidden;
}
.topic-item-caption h1{
    font-size:24pt;
}
.topic-item-caption p{
    font-size:18pt;
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
#topic {
    height: 200px;
}
.topic-item-caption h1{
    font-size:18pt;
}
.topic-item-caption p{
    font-size:14pt;
}
}



.topic-item{
  display: block;
  width:100%;
  background-size: cover;
  background-position: center center;
}
.topic-item:hover{
  text-decoration: none;
}
.topic-item-caption{
  position: relative;
  top:40px;
  text-align: center;
  color:white;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
font-size:24pt;
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
.topic-item-caption{
  top:20px;
}
}


@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
#main {
    width: auto;
}
}
body#top #main h1 {
    font-weight: bold;
    font-size: 16px;
    background-color: #000;
    color:white;
    margin:20px 0 10px 0;
  }
body#top #main h1 span{
    display: block;
    margin:0 0 0 10px;
    padding:8px 0 8px 14px;
    border-left:1px solid white;
    background-color: #333;
}


#main ul.list-02 li {
    background-color: white;
    margin: 0 0 10px 0;
    padding: 10px;
    overflow: hidden;
    list-style-type: none;
    display: block;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

#main ul.list-02 li .body {
    vertical-align: top;
}

#main ul.list-02 li .body>div {}

#main ul.list-02 li .body .image {
    float: left;
    width: 200px;
    vertical-align: top;
    margin: 0 15px 0 0;
    overflow: hidden;
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
#main ul.list-02 li .body .image {
    width:120px;
    margin-right:9px;
}
}
#main ul.list-02 li .body .image img {
    max-width: 100%;
    max-height: auto;
}

@media only screen and (min-width: 641px) {
    /*PC*/
    #main ul.list-02 li div.body div.image img {
        max-height: 300px;
        height: auto;
    }
}

#main ul.list-02 li .body .text {
    padding: 5px 15px 0px 6px;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
}

#main ul.list-02 li .body .text ul {
    list-style-type: none;
}

#main ul.list-02 li .body .text .category {
    color: #777;
    font-size: 12px;
    list-style-type: none;
}

#main ul.list-02 li .body .text .title {
    margin: 0 0 10px 0;
    line-height: 1.4;
    font-size: 18px;
    overflow: hidden;
    font-weight:bold;
}
#main ul.list-02 li .body .text .subtitle {
    color:#555;
}
#main ul.list-02 li .body .text .pubdate {
    color:#555;
    text-align:right;
    display: block;
    font-size:12px;
    margin:10px 0 0 0;
}
#main ul.list-02 li .body .text .title a {

    text-decoration: none;
}

#main ul.list-02 li .body .text .title a:hover {
    color: #333;
    text-decoration: none;
}

#main ul.list-02 li .body .text .outline {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

#main ul.list-02 li .body .text .date {
    font-size: 12px;
    color: #777;
    text-align: right;
}

.slick-prev {
    left: 0px;
    z-index: 1;
}

.slick-next {
    right: 20px;
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 40px;
}

@media only screen and (min-width: 641px) {/*PC*/
footer>nav>ul.group-sites>li.column.c4 {
    width: 22%;
}
footer>nav>ul.group-sites>li.column.c5 {
    width: 13%;
}
}


.youtube{
    position:relative;
    width:100%;
    margin:0 0 20px 0;
}
.youtube iframe{
position:absolute;
top:0;
left:0;
width:100% !important;
height:100% !important;
}
#extra .pickup ul.list-02 li.item{
    padding:7px 0 7px 0;
}
#extra .pickup ul.list-02 li.item div.body div.text p.title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
}

.select{
    margin-bottom:20px;
}
.select li{
    display: inline-block;
    width:48%;
    margin:1%;
    box-sizing: border-box;
    vertical-align: top;
}
.select li .body{
    position: relative;
    height:210px;
    overflow: hidden;
    background-color: black;
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*sp*/
.select li .body{
    height:180px;
}
}
.select li .image{
    overflow: hidden;
    padding:0;
}
.select li .text{
    position: absolute;
    bottom:0;
background-color: rgba(0, 0, 0, 0.6);
background: rgba(0, 0, 0, 0.6);
color: rgba(0, 0, 0, 0.6);
min-height:60px;
padding:5px 10px 5px 10px;
width:100%;
}
.select li .text .title,.select li .text .title a{
    color:white!important;
    font-weight: bold;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }
.select li img{
    width: 100%;
}
.select li .list-label{
    display: none;
}

article dl.list-01{
    font-size:100%;
    padding:10px 10px 5px 10px;
}

article dl.list-01 dt{
        margin: 10px 0 0 0;
        border-top:1px solid #ddd;
        padding:8px 0 0 0;
        font-size:105%;
}
article dl.list-01 dt:first-child{
        border:0px;
    }
article dl.list-01 dd{
        color:#444;
        font-size:90%;
        margin:5px 0 0 0;
}
nav#breadcrumb{
    display: none;
}

.viewmore-button{
    display: block;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
        text-align: center;
        background-color: white;
        padding:10px;
        cursor: pointer;
        margin-bottom: 10px;
}
.interviewee{
color:#007D7D;
}
.slick-track{
    height:350px;
}


table.col-1-bg td.x1, table.col-1-bg th.x1, table.col-2-bg td.x2, table.col-3-bg td.x3, table.col-4-bg td.x4, table.col-5-bg td.x5, table.col-6-bg td.x6, table.col-7-bg td.x7, table.col-8-bg td.x8, table.col-9-bg td.x9, table.col-end-bg td.td_end, table.row-1-bg tr.y1, table.row-2-bg tr.y2, table.row-3-bg tr.y3, table.row-4-bg tr.y4, table.row-5-bg tr.y5, table.row-6-bg tr.y6, table.row-7-bg tr.y7, table.row-8-bg tr.y8, table.row-9-bg tr.y9, table.row-end-bg tr.tr_end, table.row-each-bg tr.odd {
    background-color: #222;
    color:white;
}


#main #drone-latest{
    margin-bottom:10px;
}
#main #drone-latest li{
    display: inline-block;
    width:48%;
    margin:1%;
    box-sizing: border-box;
    vertical-align: top;
    padding:0;
}
#main #drone-latest li .body{
    position: relative;
    height:210px;
    overflow: hidden;
    background-color: black;
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*sp*/
#main #drone-latest li .body{
    height:180px;
}
}
#main #drone-latest li .image{
    overflow: hidden;
    padding:0;
    width:100%;
    z-index: 0;
}
#main #drone-latest li .text{
    position: absolute;
    bottom:0;
background-color: rgba(0, 0, 0, 0.6);
background: rgba(0, 0, 0, 0.6);
color: rgba(0, 0, 0, 0.6);
min-height:60px;
padding:5px 10px 5px 10px;
width:100%;
}
#main #drone-latest li .text .title,#main #drone-latest li .text .title a{
    color:white!important;
    font-weight: bold;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }
#main #drone-latest li img{
    width: 100%;
    max-height:100%!important;
}
#main #drone-latest li .list-label{
    display: none;
}
#main #drone-latest p.title{
    display: inline-block;
    margin:0;
    font-size:16px;
    }
#main #drone-latest p.date{
    display: inline;
    font-size:90%;
    color:#ddd;
    margin:0;
}

.box-01>pre.code-01{
  display: none;
}
.box-01 .hdg {
  margin:-10px -10px -1px;
}



#main ul.article.list li {
    background-color: white;
    margin: 0 0 10px 0;
    padding: 10px;
    overflow: hidden;
    list-style-type: none;
    display: block;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

#main ul.article.list li .body {
    vertical-align: top;
}

#main ul.article.list li .body>div {}

#main ul.article.list li .body .image {
    float: left;
    width: 200px;
    vertical-align: top;
    margin: 0 15px 0 0;
    overflow: hidden;
}
@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
#main ul.article.list li .body .image {
    width:120px;
    margin-right:9px;
}
}
#main ul.article.list li .body .image img {
    max-width: 100%;
    max-height: auto;
}

@media only screen and (min-width: 641px) {
    /*PC*/
    #main ul.article.list li div.body div.image img {
        max-height: 300px;
        height: auto;
    }
}

#main ul.article.list li .body .text {
    padding: 5px 15px 0px 6px;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
}

#main ul.article.list li .body .text ul {
    list-style-type: none;
}

#main ul.article.list li .body .text .category {
    color: #777;
    font-size: 12px;
    list-style-type: none;
    margin:0 0 6px 0;
}

#main ul.article.list li .body .text .title {
    margin: 0 0 10px 0;
    line-height: 1.4;
    font-size: 18px;
    overflow: hidden;
    font-weight:bold;
}
#main ul.article.list li .body .text .subtitle {
    color:#555;
}
#main ul.article.list li .body .text .pubdate {
    color:#555;
    text-align:right;
    display: block;
    font-size:12px;
    margin:10px 0 0 0;
}
#main ul.article.list li .body .text .title a {

    text-decoration: none;
}

#main ul.article.list li .body .text .title a:hover {
    color: #333;
    text-decoration: none;
}

#main ul.article.list li .body .text .outline {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

#main ul.article.list li .body .text .date {
    font-size: 12px;
    color: #777;
    text-align: right;
}
