html {
    position: relative;
    min-height: 100%;
}

@font-face {
    font-family: 'nikumaru';
    src: url('../fonts/nikumaru.otf') format('opentype');
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "nikumaru";
}

body {
    font-family: "nikumaru";
    padding-top: 80px;
    margin-bottom: 60px;
    background: #ffd7dc;
}
.navbar.navbar-default {
    background-color: #3b9ae0;
}

.text-header {
    color: #6b73b1;
    text-shadow: 0 0 5px white, 0 0 15px white, 0 0 20px white, 0 0 40px white, 0 0 60px white, 0 0 10px white, 0 0 98px white;
}

.navbar-header {
    background-color: #3b9ae0;
}

.navbar-brand {
    background-color: white;
    height: 80px;
    padding: 0px;
    margin: 0px;
}

.header-logo {
    height: 80px;
    background-color: white;
}

.panel-heading {
    background-color: #ceffca;
    border-radius: 10px;
}
.panel-news {
    border-color: gray;
    border-radius: 10px;
}

.main-img {
    width: 100%;
}

.contents-header {
    font-family: "nikumaru";
    font-size:1.2em;
    line-height:0.95em;
    font-weight:bold;
    color: #FF6F00;
}

.contents-text1 {
    font-size:1em;
    line-height:0.95em;
    font-weight:lighter;
    color: #03A9F4;
}

.contents-panel-header {
    font-size:3em;
    line-height:0.95em;
    font-weight:lighter;
    color: #03A9F4;
}

.contents-panel-body {
    font-size:2em;
    line-height:0.95em;
    font-weight:lighter;
    color: #03A9F4;
    text-align: left;
}
.contents-panel-news {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 8px 15px;
    background: #fff0c6;
    border-radius: 30px;
}
.contents-panel-news:before{font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 15px;
    left: -40px;
    bottom: 0;
    color: #fff0c6;
}
.contents-panel-news:after{
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 23px;
    left: -23px;
    bottom: 0;
    color: #fff0c6;
}
.contents-panel-news p {
    margin: 0;
    padding: 0;
    color: #ed0eff;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 10px;
    padding-top: 30px;
    height: 60px;

}

.footer>.container {
    width: 100%;
    background-color: lightpink;
}

.btn-common {
    border-radius: 10px;
    color: gray;
    margin: 10px;
}

.snsLists {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.snsList {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 10px;
}

.section {
    position: relative;
    padding: 0.5em;
    background: #ffffff;
    color: pink;
    text-shadow: 1px 2px 3px #808080;
}

.section::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
}

@media ( min-width: 768px ) {
    #banner {
        min-height: 300px;
        border-bottom: none;
    }
    .bs-docs-section {
        margin-top: 1em;
    }
    .bs-component {
        position: relative;
    }
    .bs-component .modal {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        z-index: 1;
        display: block;
    }
    .bs-component .modal-dialog {
        width: 90%;
    }
    .bs-component .popover {
        position: relative;
        display: inline-block;
        width: 220px;
        margin: 20px;
    }
    .nav-tabs {
        margin-bottom: 15px;
    }
    .progress {
        margin-bottom: 10px;
    }
    .navbar-brand {
        background-color: white;
    }

    .main-img {
        width: 100%;
    }
}