body {
    font-family: 'Open Sans', 'Helvetica Neue', 'Ubuntu', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    background-color: #ffffff;
    font-style: normal;
    overflow-x: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    margin-bottom: 1rem;
}

p,
li,
dt,
dd {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
header,
footer,
#copyright,
a.btn {
    font-family: 'montserrat', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
}

h5 {
    font-size: 1.5rem;
    font-weight: bold;
}

.page-header h1 {
    font-weight: normal;
}

p,
ul {
    font-size: 1.5rem;
    margin-bottom: 24px;
}

dt,
dd {
    margin-bottom: 0;
}

a {
    color: #00A4E3;
    transition: 0.5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img:hover {
    opacity: 0.7;
}

blockquote {
    font-size: 1.4rem;
}

.bg-attention {
    background-color: #ffedbb;
    padding: 10px 15px;
    border: 2px solid #ffe088;
}

.bg-light {
    background-color: #f1f1f1;
    padding: 10px 15px;
}

.border-bottom {
    border-bottom: 1px solid #f1f1f1;
}

.border-top {
    border-top: 1px solid #f1f1f1;
}

table {
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
}

table tr {
    border-bottom: 1px solid #f1f1f1;
}

table th,
table td {
    padding: 10px;
    border: 1px solid #f1f1f1;
}

table tr:hover {
    background-color: #F7F9FA;
}

.table-normal th {
    background-color: #F7F9FA;
}

.table-normal th,
.table-normal td {
    padding: 10px;
    border: 1px solid #f1f1f1;
}

.table-default thead th {
    background-color: #3e3a39;
    color: white;
    border-bottom: 1px solid #f1f1f1;
}

.table-default th,
.table-default td {
    padding: 10px;
    border: 1px solid #f1f1f1;
}

pre,
.wedocs-single-content article .entry-content pre,
.wedocs-single-wrap .wedocs-single-content article .entry-content pre {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: none;
}

.hljs {
    background-color: #F7F9FA;
}

.hljs-ln-n {
    width: 24px;
}

.hljs-ln-line.hljs-ln-code {
    padding: 0 0 .2em 1em;
}

teble.hljs-ln {
    margin-bottom: 0;
}

.well {
    margin-bottom: 20px;
    background-color: #F7F9FA;
    border: none;
    border-radius: 4px;
    box-shadow: none;
}

.well > ul {
    list-style: none;
    padding-left: 10px;
}

.hentry .article-child {
    margin: 60px 0 40px;
}

.hentry .entry-content ol li,
.hentry .entry-content ul li {
    padding: 3px 15px;
}

.article-child h3 {
    font-size: 18px;
}

aside.doc-nav-widget ul.doc-nav-list li a {
    padding: 5px 20px;
}

.wedocs-single-wrap .wedocs-single-content article .entry-content img,
.hentry .entry-content img,
.wedocs-single-content article .entry-content img {
    max-width: 980px;
    width: 100%;
    border: none;
    margin: 20px auto 30px;
    padding: 0;
    height: auto;
    background: #ffffff;
}

.banner {
    background-color: #F7F9FA;
}

.banner .navbar-header .navbar-brand,
.banner .navbar-nav li > a {
    color: #3e3a39;
}

.banner .navbar-nav .active a,
.banner .navbar-nav .active a:hover {
    color: #fff;
    background-color: #00A4E3;
}

.banner .navbar-header {
    margin-top: 6px;
}

.banner .navbar-header .navbar-brand {
    min-width: 140px;
}

.secondary-nav {
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
    background-color: #F7F9FA;
}

.navbar-nav {
    float: right;
}

.secnavbar-nav > li {
    float: left;
}

.secnavbar-nav > li > a {
    border: 1px solid #F7F9FA;
    border-bottom: none;
}

.secnavbar-nav > li > a:hover {
    color: #fff;
    background-color: #00A4E3;
    border: 1px solid #F7F9FA;
    border-bottom: none;
}

.secnavbar-nav .active a,
.secnavbar-nav .active a:hover {
    color: #fff;
    background-color: #00A4E3;
    border: 1px solid #F7F9FA;
    border-bottom: none;
}

.docs-index h2 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

.docs-index h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}

.docs-index h4 {
    font-size: 1.6rem;
    font-weight: bold;
}

.docs-index h4 a {
    color: #fff;
    display: block;
    padding: 5px 15px;
}

.docs-index h4 a:hover {
    text-decoration: underline;
}

.docs-index ul {
    list-style: none;
    padding-left: 0;
}

.docs-index a.btn {
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: 10px center;
    background-color: #F7F9FA;
}

.docs-index a.btn-starterkit {
    background-image: url(/guides/images/starterkit-80.png);
}

.docs-index a.btn-iothomekit {
    background-image: url(/guides/images/iotkit-80.png);
}

.docs-index a.btn-airobotkit {
    background-image: url(/guides/images/aikit-80.png);
}

.docs-index a.btn-board {
    background-image: url(/guides/images/obnizboard-80.png);
}

.docs-index a.btn-m5stick {
    background-image: url(/guides/images/m5stickc-80.png);
}

.docs-index a.btn-blegw {
    background-image: url(/guides/images/obnizble-80.png);
}

.docs-index a.btn-m5stack {
    background-image: url(/guides/images/m5stack-80.png);
}

.docs-index a.btn-devkitc {
    background-image: url(/guides/images/devkitc-80.png);
}

.docs-index a.btn-sensingkit {
    background-image: url(/guides/images/sensingkit-80.jpg);
}

.docs-index a.btn-locationkit {
    background-image: url(/guides/images/locationkit-80.jpg);
}

.docs-index-section {
    margin-bottom: 20px;
    padding: 0 20px;
}

.docs-index-inner h4 {
    background-color: #00A4E3;
    color: #fff;
}

.main-list li {
    padding-left: 10px;
}

.main-list li a {
    line-height: 1.8;
    display: block;
    border-left: 2px solid #f1f1f1;
    padding-left: 14px;
}

.main-list li a:hover {
    border-left: 2px solid #00A4E3;
    text-decoration: underline;
}

.index-btn {
    text-align: center;
}

.index-btn a {
    color: #3e3a39;
    display: inline-block;
    width: 100%;
    padding: 1em;
    margin-bottom: 1em;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
}

.index-btn a:hover {
    color: #00A4E3;
}

.lesson-index h4 {
    padding: 10px 0 10px 60px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: left center;
}

.lesson-index h4.h4-html {
    background-image: url(/images/product//board-language.png);
}

.lesson-index h4.h4-block {
    background-image: url(/images/product//board-block.png);
}

.lesson-index h4.h4-kitai {
    background-image: url(/guides/images/aikit-80.png);
}

.lesson-index h4.h4-kitiot {
    background-image: url(/guides/images/iotkit-80.png);
}

.lesson-index-inner {
    margin-bottom: 60px;
}


.navbar-nav > li.btn-console a {
    border-radius: 3px;
    background-color: #00A4E3;
    color: #fff;
    padding: 5px 15px;
    margin: 10px;
}

.navbar-nav > li.btn-obniz {
    margin-left: 15px;
}

.navbar-nav > li.btn-obniz a {
    border-radius: 3px;
    color: #00A4E3;
    padding: 5px 10px;
    margin: 10px 10px 10px 20px;
    font-size: 90%;
}

.navbar-nav > li.btn-obniz a:hover {
    background-color: #00A4E3;
}

.btn-group > li {
    margin-bottom: 10px;
}

.btn-group > li > a {
    display: block;
    background-color: #F7F9FA;
    padding: 10px 15px;
}

.btn-group > li > a:hover {
    box-shadow: 0 0 6px rgba(50, 50, 50, 0.2);
}

aside.doc-nav-widget ul.doc-nav-list li ul.children ul {
    margin: 5px 10px 5px 20px;
}

aside.doc-nav-widget ul.doc-nav-list li ul.children ul li a {
    padding-left: 15px;
}

aside.doc-nav-widget ul.doc-nav-list li ul.children ul li a:hover,
aside.doc-nav-widget ul.doc-nav-list > li.current_page_ancestor li.current_page_item > a {
    background-color: #F7F9FA;
}

.langage-swicher {
    display: inline-block;
    float: left;
    margin: 3px 0 0 20px;
}

.langage-swicher:before {
    content: " | ";
}

select#lang_choice_polylang-2::-ms-expand {
    display: none;
}

select#lang_choice_polylang-2 {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 10px;
    line-height: 1.5em;
    border: 1px solid #F7F9FA;
    border-radius: 3px;
    background-color: #F7F9FA;
    min-width: 100px;
    background-image: url("/images/doc/icon-angle-down.png");
    background-repeat: no-repeat;
    background-size: 8px 4px;
    background-position: right 10px center;
}

select#lang_choice_polylang-2:hover {
    border: 1px solid #333;
}

@media screen and (max-width: 767px) {
    .navbar-nav > li.btn-obniz {
        margin-left: 0;
    }

    .navbar-nav > li.btn-obniz:before {
        content: none;
        position: relative;
        top: 0;
    }

    .navbar-nav > li.btn-obniz a {
        margin-left: 10px;
    }

    .btn-group {
        display: block;
    }

    .langage-swicher {
        margin: 9px 0 0 10px;
    }

    .banner .navbar-header {
        margin: 0;
    }

    .banner .navbar-header .navbar-brand {
        margin-top: 12px;
        min-width: 120px;
    }

    select#lang_choice_polylang-2 {
        padding: 5px;
    }
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
    text-align: center;
}

.code-container {
    margin-bottom: 60px;
}

.code-container h2 {
    margin-bottom: 36px;
    padding: 9px 18px;
    background-color: #f1f1f1;
    font-size: 18px;
    font-weight: 600;
}

.code-container ul {
    padding-left: 28px;
}

.code-container img {
    width: 300px;
    max-height: 180px;
    object-fit: cover;
}


/* doc互換用 */

.pre-wrapper {
    position: relative;
    margin-bottom: 60px;
}

.pre-wrapper pre {
    padding-top: 25px;
}

.pre-wrapper .copy-snippet {
    min-width: 55px;
    background: none repeat scroll 0 0 transparent;
    border: 0;
    color: #FFF;
    font-family: 'HELEVETICA', sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.8rem;
    margin: 0;
    padding: 0px 5px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    position: absolute;
    background: #00AFD5;
    top: 0;
    right: 0;
}

.pre-wrapper .copy-snippet:disabled {
    color: #FFF;
}

.pre-header {
    background-color: #FFF;
    color: #FFF;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-radius: 5px 5px 0px 0px;
}

.btn.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.runnable-navbar {
    padding: 10px;
}

pre {
    margin: 0;
    font-size: 12px;
    font-family: monospace;
    line-height: 20px;
    border-radius: 0px 0px 5px 5px;
}

.log {
    max-height: 300px;
    overflow-y: scroll;
}


#appModal .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

#appModal .ml-auto, .mx-auto {
    margin-left: auto !important;
}

#appModal .modal-dialog,
#docModal .modal-dialog {
    height: 90%;
}

#appModal .modal-content,
#docModal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#appModal .modal-body,
#docModal .modal-body {
    height: auto;
    min-height: 100%;
}

#appModal .modal-footer,
#docModal .modal-footer {
    padding: 0 10px 0 10px;
    width: 100%;
    display: block;
    overflow-y: scroll;


    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    /*align-items: center;*/
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-top: 1px solid #e9ecef;
}

#appModal .iframe_outer{
    flex-grow: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: inline-block;
}

@media (max-height: 800px) {
    #appModal .modal-footer,
    #docModal .modal-footer {
        height: 200px;
    }
}

@media (min-height: 801px) {
    #appModal .modal-footer,
    #docModal .modal-footer {
        height: 300px;
    }
}

#appModal .modal-footer #webConsoleTable,
#docModal .modal-footer #webConsoleTable {
    width: 100%;
    max-height: 100%;
}

#appModal .iframe_outer,
#docModal .iframe_outer {
    margin-top: 0;
    margin-bottom: 0;
}

.wedocs-doc-nav{
  margin: 60px 0 30px 0;
}

.bg-light{
  background-color: #f1f1f1;
  padding: 20px;
}
.table-status p,
.table-status ul{
  font-size: 14px;
}
.table-status td{
  vertical-align: top;
}

.led {
width: 22px;
height: 4px;
border-radius: 2px;
background-color: #dddddd;
display: inline-block;
}
.led_g{
background-color: #00AA12;
}
.led_p{
background-color: #A75EC9;
}
.led_b{
background-color: #00A4E3;
}
.led_non{
background-color: #666666;
}
.led_b{
background-color: #00A4E3;
}
.led_r{
background-color: #FC6D53;
}
.blink_b{
background-color:#00A4E3;
animation: flash 1s linear infinite;
}
.blink_g {
background-color:#00AA12;
animation: flash 1s linear infinite;
}
.blink_p {
background-color:#A75EC9;
animation: flash 1s linear infinite;
}
.blink_p_rapid {
background-color:#A75EC9;
animation: flash 0.3s linear infinite;
}
.blink_rapid{
animation: flash 0.3s linear infinite;
}
@keyframes flash {
0% {
  opacity: 1;
}

50% {
  opacity: 0;
}

100% {
  opacity: 1;
}
}

.figure span{
position: absolute;
top: 46px;
left: 50%;
transform: translateX(-50%);
-webkit- transform: translateX(-50%);
}
.hentry .entry-content ul.nav{
margin-bottom: 2rem;
}
.hentry .entry-content ul.nav li {
  padding: 0 15px;
  font-weight: 600;
}
.row > h3{
margin-top: 1em;
}
.mb-40{
margin-bottom: 40px;
}
