/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #f8f8f8;
    font-weight: 700;
}

.topnav {
    font-size: 14px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #888;
    background-color: #fff;
    background: none/*url(../img/digi_visual-bg_.jpg) no-repeat center center*/;
    background-size: cover;
    font-weight: 100;
}

.intro-message {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.intro-message > h1{
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
    font-weight: 700;
}
.intro-message > h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 2.5em;
}
div.intro-message > img {
    width : 360px;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
div.flex-box{
    position: relative;
    height: 300px;
    background-color: transparent;:
    width:100%;
}

li.mobile {
    display: inline-block;
}

li.pc {
    display: inline-block;
}
li.pc_only {
    display: inline-block;
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

@media(max-width:767px) {

    .container {
        width: 100%;
    }

    .intro-message {
        padding-bottom: 5%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    div.intro-message > img {
        width : 320px;
    }

    ul.-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }

    .intro-header {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    footer {
        padding: 22px 0;
    }

    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    li.pc {
        display: inline-block;
    }

    li.mobile {
        display: inline-block;
    }

    li.pc_only {
        display: inline-block;
    }

}

@media(max-width:612px) {

    div.pc-box {
      position:absolute;
      bottom: 0;
      width:100%;
    }

    div.mobile-box {
      position:absolute;
      top: 0;
      width:100%;
      height: 50%;
}

    li.pc,
    li.pc_only {
        display: inline-block;
        width:25%;
    }

    li.pc  .network-name,
    li.pc_only .network-name {
      text-transform: uppercase;
      font-size: 9px;
      font-weight: 400;
      letter-spacing: 0px;
    }


}

@media(max-width:512px) {

    li.mobile {
        display: inline-block;
        width:40%;
    }

   .intro-header {
        padding-top: 12px;
        padding-bottom: 10px;
    }

    footer {
        padding: 10px 0;
    }

    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }

    li.mobile {
        display: inline-bloxk;
    }

}

/*
 * added by HATTORI on 2020.04.08 Request for improvement
 */
@media(max-width:420px) {

    li.mobile .network-name {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0px;
    }

}

@media(max-width:400px) {
    div.intro-message > img {
        width: 80%;
    }

    div.intro-message > h3 {
        font-size: 20px;
    }
}

/*
 * added by HATTORI on 2020.04.08 Request for improvement
 */
@media(max-width:360px) {

    li.pc .network-name,
    li.pc_only .network-name {
      text-transform: uppercase;
      font-size: 8px;
      font-weight: 400;
      letter-spacing: 0px;
    }

}
