/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #163259;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    overflow: hidden;
    /* padding: 15px; */
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    /* text-indent: 20px; */
    line-height: 40px;
    text-align: center;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    /* height: 65px;
    font-size: 18px;
    line-height: 60px; */
    margin-top: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav li {
    margin-top: 25px;
}

.sidebar-nav li:nth-child(2) {
    margin-top: 100px;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.sidebar-nav > .sidebar-brand a img {
    width: 155px;
}
.sidebar-nav li a img {
    width: 65%;
}

@media(min-width:769px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    .navbar {
        display: none;
    }

    #page-content-wrapper {
        /* padding: 20px; */
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
.container {
    max-width: 700px;
}
/* Section01 ABOUT */
.sec01 .col-12,
.sec02 .col-12, 
.sec03 .col-12,
.sec04 .col-12,
.sec04 .col-12 {
    text-align: center;
}
.sec01 .sec-title,
.sec02 .sec-title,
.sec03 .sec-title,
.sec04 .sec-title,
.sec05 .sec-title {
    display: block;
    /* width: 180px; */
    margin: 80px auto 20px;
}
.hr::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #163259;
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 50%; */
    /* right: 50%; */
    margin: auto;
}
img.sec-lead {
    /* width: 550px; */
    margin: 30px auto 20px;
}
.sec01 p,
.sec03 p {
    text-align: left;
    /* width: 80%; */
    margin: auto;
    text-align: justify;
}
.col-12.right {
    text-align: right;
    width: 130px;
}
img.sec01-name {
    width: 130px;
}
.sec01 .row > .col-4 {
    text-align: center;
    margin: 10px auto;
}
img.sec01-name {
    display: block;
    margin: 20px auto 5px;
}
img.sec01-point {
    display: block;
    margin: 20px auto 15px;
    /* width: 180px; */
    height: 130px;
}
.sec02_wrap {
    max-width: 500px;
    margin: auto;
}
table.table {
    /* width: 500px; */
    margin: auto;
}
.table th, .table td {
    padding: 0rem;
}
.table th {
    width: 70px;
    padding: 0;
    vertical-align: middle;
    border-top: none;
}
.table td {
    text-align: left;
    border-top: none;
    padding: 8px 0 6px 8px;
}
.sec2_present {
    /* width: 500px; */
    margin: 10px auto;
}
img.w80 {
    width: 80%;
}
.table .table_th1 {
    vertical-align: top;
    padding-top: 6px;
}
img.sec-map {
    margin: 50px 0;
}
.sec03 p {
    padding-top: 25px;
}
img.sec03-name {
    /* width: 80vw; */
}
img.sec03-name2 {
    width: 340px;
}
img.sec03-lead {
    /* width: 300px; */
}
.col-12.lead-left {
    text-align: left;
}
img.sec04-qa {
    width: 50px;
    /* margin-right: 20px; */
}
img.sec04-qa_w {
    width: 50px;
    /* margin-right: 10px; */
}
img.sec04-qa_ww {
    width: 45px;
    margin-right: 10px;
}
img.sec04-qa,
img.sec04-qa_w,
img.sec04-qa_ww{
    display: inline-block;
    position: relative;
    top: 3px;
}
.sec04 dd {
    padding-left: 50px;
}
.sec04 p {
    margin-bottom: 0.5em;
}


@media(max-width:768px) {
    #carousel-1 {
        margin-top: 110px;
    }
    .sec01 p,
    .sec03 p {
        margin: auto 30px;
    }
    .sec01 .col-md-4 p {
        /* margin: auto 60px; */
    }
    img.sec01-name {
        margin: 20px 30px 5px;
    }
    img.sec01-point {
        margin: 20px auto 15px;
        width: 50%;
        height: auto;
    }
    .sec2_present img {
        width: 100%;
    }
    img.sec03-photo {
        display: block;
        margin: 20px auto;
    }
    img.sec03-name {
        margin: 0 20px;
    }
    img.sec03-lead {
        margin-left: 30px;
    }
    .navbar {
        padding: 0;
    }
    .navbar-brand img {
        padding: 0.8rem 1.6rem;
    }
    .navbar-collapse {
        background-color: #fff;
        border-bottom: #9fa0a0 1px solid;
    }
    li.nav-item {
        margin: 5px auto;
    }
    .navbar-nav {
        padding: 15px 0 20px;
    }
    .navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url("../img/btn_close@2x.png");
    }
    .navbar-toggler-icon {
        width: 2.7em;
        height: 2em;
    }
}

#page_top{
    position: fixed;
    right: 10px;
    bottom: 65px;
    z-index: 100000;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before{
    /* font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center; */
  }
  #page_top img {
    height: 100px;
}

.navbar-dark .navbar-toggler {
    border: none;
    padding: 0.8rem 1.0rem;
}

.sec2_present img:nth-child(2) {
    margin-left: 10px;
}

@media(max-width:767px) {
    .sec2_present img:nth-child(2) {
        margin: 10px 0 0;
    }
    img.sec03-name-01 {
        width: 260px;
    }
    img.sec03-name-02 {
        width: 300px;
    }
    img.sec03-lead {
        width: 125vw;
    }
    
}
@media(max-width:480px) {
    img.sec03-name-01 {
        max-width: 75%;
    }
    img.sec03-name-02 {
        max-width: 85%;
    }
}