.navbar{
    margin-bottom: 0;
}
.wrap.contentclass{
    margin-top: 50px;
    margin-bottom: 0;
}
@media (min-width:576px){
    .wrap.contentclass{
        margin-top: 0;
    }
}
.page-header{
    padding: calc(30px + 30 * (100vw - 320px) / 920);
    text-align: center;
    margin-bottom: 0;
}
.about-title{
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.about-wp{
    background: var(--bs-medium-gray);
    padding-top: 5em;
    padding-bottom: 100px;
}
h2.custom-title {
    font-family: Lato;
    line-height: 40px;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    color: #009599;
}
h2.header-title {
    font-size: xxx-large;
    font-family: var(--font-midashi);
}
h3.custom-title {
    font-family: Lato;
    line-height: 40px;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    margin-top: 2%;
    margin-bottom: 2%;
}
h4.custom-title {
    font-family: Lato;
    line-height: 40px;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    padding-bottom: 3%;
}
.about--title{
    text-align: center;
    font-size: clamp(25px,calc(100vw/25),40px);
    margin-top: 3rem;
}
.about--body{
    text-align: center;
    font-size: clamp(16px,calc(100vw/38),24px);
}
@media (max-width: 930px) {
    .about--body{
        text-align: justify;
    }
}
@media only screen and (max-width:599px){
    .about--title{
        text-align: left;
    }
    .about--body{
        text-align: justify;
    }
}
.rounded-10{
    border-radius: 10px;
}
.rounded-20{
    border-radius: 20px;
}

.page-menu{
    position: sticky;
    top: 100px;
    z-index: 2;
}
    @media only screen and (max-width:599px){
        .page-menu{
            top: 70px;
        }

    }
.page-menu .mobile,
    .page-menu .mobile-cdrom{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border-radius: 1em;
        overflow: hidden;
        box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
    }
    .page-menu .mobile a{
        display: block;
        padding: 1.2em 0;
        background: #ccc;
        text-align: center;
        background: var(--bs-light-blue);
        color: var(--bs-white);
        font-size: 13px;
    }
        .page-menu .mobile a:nth-child(1){
            border-right: 1px solid #228fbd;
        }
        .page-menu .mobile a:nth-child(2){
            border-right: 1px solid #228fbd;
        }

/*.page-menu .mobile,
    .page-menu .mobile-cdrom{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        border-radius: 1em;
        overflow: hidden;
        box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
    }
    .page-menu .mobile a{
        display: block;
        padding: 1.2em 0;
        background: #ccc;
        text-align: center;
        background: var(--bs-light-blue);
        color: var(--bs-white);
        font-size: 13px;
    }
        .page-menu .mobile a:nth-child(1){
            border-right: 1px solid #228fbd;
            border-bottom: 1px solid #228fbd;
        }
        .page-menu .mobile a:nth-child(2){
            border-bottom: 1px solid #228fbd;
        }
        .page-menu .mobile a:nth-child(3){
            border-right: 1px solid #228fbd;
        }
        .page-menu .mobile-cdrom a:nth-child(3){
            border-right: 1px solid #228fbd;
            border-bottom: 1px solid #228fbd;
        }
        .page-menu .mobile-cdrom a:nth-child(4){
            border-bottom: 1px solid #228fbd;
        }*/

#about-top, #info-philosophy, #info-overview, #info-history, #info-access{
    display: block;
    padding-top: 150px;
    margin-top: -100px;
}
    @media only screen and (max-width:599px){
        #info-philosophy, #info-overview, #info-history, #info-access{
            display: block;
            padding-top: 150px;
            margin-top: -100px;
        }
    }

table.table-custom {
    font-size: 15px;
}
figcaption.caption-custom {
    font-size: 14px;
    margin-top: 2%;
}
ul.dev-list {
    font-size: 1.5em;
    padding-left: 20px;
    list-style: initial;
}
ul.dev-list li {
    margin-bottom: 5px;
}
div.header-img {
    width: 100vw;
    min-height: 430px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
    background-color: #313131;
    opacity: 4;
}
div.header-text {
    width: 100%;
    font-size: larger;
    padding: 0;
    top: calc(50% - 0.5rem);
    text-align: center;
    font-weight: bold;
    color: white;
    position: absolute;
}
img.header-img {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
    object-position: 33% 88%;
}
a.btn-max {
    width: 100%;
}
/*---------------
 overview info table
--------------------------*/
.overview-info .row, .history-info .row{
    margin-bottom: 0;
}
.overview-info dl, .history-info dl{
    border-bottom: 1px solid #ccc;
}
.overview-info dl:last-child, .history-info dl:last-child{
    border-bottom: 0;
}
.overview-info dt, .history-info dt{
    /*font-size: clamp(14px, 2vw, 16px);*/
    font-size: clamp(12px, 2vw, 14px);
    line-height: 1.7em;
    background: #ebebeb;
     padding:1em;
}
.overview-info dd, .history-info dd{
    /*font-size: clamp(14px, 2vw, 16px);*/
    font-size: clamp(12px, 2vw, 14px);
    line-height: 1.7em;
    background: #FFF;
    padding:1em;
}
.overview-info .skill-title, .history-info .skill-title{
    font-weight: 700;
}
.overview-info .skill-tree, .history-info .skill-tree{
    list-style: disc;
    list-style-position: outside;
    padding-left: 1rem;
    margin-left: 2rem;
}
.overview-info .btn{
    font-size: 1em;
}
	.overview-info .btn:focus{
    	color: #777;
	}