.navbar{
    margin-bottom: 0;
}
.wrap.contentclass{
    margin-top: 50px;
    margin-bottom: 0;
}
@media (min-width:576px){
    .wrap.contentclass{
        margin-top: 0;
    }
}

.business-title{
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.page-header{
    padding: calc(30px + 30 * (100vw - 320px) / 920);
    text-align: center;
    margin-bottom: 0;
}

.business-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;
    margin-bottom: 1em;
}

h2.header-title {
    font-size: xxx-large;
    font-family: var(--font-midashi);
}
section.contents-block{
    margin-top: 6em;
    margin-bottom: 2em;
}
article.contents-box{
    margin-bottom: 1em;
    padding: 3em calc(1rem + 10px);
    background: #ffffff;
    border-radius: 3em;
}

.page-menu{
    position: sticky;
    top: 100px;
    z-index: 1;
}
    @media only screen and (max-width:599px){
        .page-menu{
            top: 70px;
        }

    }
    .page-menu .mobile{
        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:first-child{
            border-right: 1px solid #228fbd;
        }
        .page-menu .mobile a:last-child{
            grid-column: span 2;
            border-top: 1px solid #228fbd;
        }
#business-top,#business-app,#business-web,#business-tech,#business-elearning{
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}
h3.custom-title {
    font-family: var(--font-body);
    line-height: 40px;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    margin-top: 10%;
    margin-bottom: 2%;
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    /*background: #ffc107;*/
}
h3.custom-title::before {
    position: absolute;
    top: -3px;
    /*left: -7px;*/
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border: 4px solid #000;
}

h4.custom-title {
    /*font-family: Lato;*/
    font-family: var(--font-body);
    line-height: 40px;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    padding-bottom: 3%;
}
h5.custom-title {
    /*font-family: Lato;*/
    font-family: var(--font-body);
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    /*font-size: 18px;*/
    font-size: calc(16px + 5 * (100vw - 320px) / 1580);
    padding-bottom: 1em;
    border-bottom: 2px solid #333;
    margin-bottom: 1em;
}
b.product-caption{
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
}
/*.row {
    margin-bottom: 1.75em;
}*/

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%;
}

.box-app{
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 5em;
}
.box-item{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.box-item .image{
    margin-bottom: 2em;
}
.box-item .title{
    /*flex-grow: 1;*/
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 1em;
}
.box-item .text{
    flex-grow: 1;
    font-size: 12px;
    margin-bottom: 1em;
    /*text-align: justify;*/
}
.box-item .link{
    font-size: 12px;
    align-items: flex-end;
}
.link a{
    display: block;
    border: 3px solid #fafafa;
    background: #403937;
    color: #fafafa;
    padding: 1em 0;
    border-radius: 2em;
    box-sizing: border-box;
}
.link a:hover{
    border: 3px solid #403937;
    background: #fafafa;
    color: #403937;
}

ul.list-disc{
    list-style: disc;
    list-style-position: outside;
    font-size: 15px;
    line-height: 1.5em;
    padding-left: 1.7em;
}
ol.list-nam{
    list-style: decimal;
    list-style-position: outside;
    font-size: 15px;
    line-height: 1.5em;
    padding-left: 1.7em;
}


a.btn-max {
    width: 100%;
}
a {
    text-decoration: none;
}
a:hover {
    color: #f56b48;
    text-decoration: none;
}
.btn-c{
    padding: 1em;
}
.flash-migration-service {
    margin-right: auto;
    margin-left: auto;
    display: block;
    font-size: 1.9em;
    white-space: normal;
    word-wrap: break-word;
}
.flash-image {
    max-width: 100%;
    height: auto;
}

/* Page menu buttons text centering */
.page-menu .btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Flash migration service text fix */
.word-break {
    word-break: normal;
    overflow-wrap: break-word;
    line-height: 1.6;
}
