div.l-cnt__main {
    display: flex;
    flex-direction: column;
}

.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header h1{
    border-left: solid 14px #000066;
    border-right: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    color: #666;
}

.header p {
    margin: 10px 20px;
    line-height: 1.5em;
    text-align: left;
    font-size: 100%;
    color: #333;
}

.acolorbox .caption {
    text-align: center;
    display: block;
}

.header p em {
    font-style: normal;
    color: #ff0000;
}
.header a {
    color: #666;
    border-bottom: dotted 1px #666;
    text-decoration: none;
}

.header .header-images {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.header-images .header-images-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.header-images .header-images-inner figure {
    margin: 0 5%;
}

.header-images .header-images-inner figcaption {
    font-size: 0.8em;
    text-align: center;
    margin-top: 5px;
}
div.product-toc h3.under {
    font-size: 18px;
}

div.product-toc p {
    font-size: 16px;
    color: #666;
}
.app-icons {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

.app-icons h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 5px 0;
    line-height: 110%;
    border-left: solid 10px #000066;
    padding-top: 1px;
    padding-bottom: 0px;
    padding-left: 8px;
    color: #333;
}

.app-icons p {
    margin: 10px 20px;
    line-height: 1.5em;
    text-align: left;
}

.app-icons .app-images {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.app-images>img {
    margin: 10px 5%;
}

.app-images a {
    margin: 10px 25px;
}

.app-images a img {
    margin: 10px 5%;
}

.app-functions h3 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #000066;
    margin: 30px 0 5px 0;
    padding-bottom: 3px;
    color: #333;
}

.app-functions {
    display: flex;
    flex-direction: column;
}

.app-functions .app-func-box {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 20px;
    justify-content: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
}

.app-func-box .func-info {
    margin-right: 5%;
    width: 90%;
}

.app-func-box h4 {
    font-weight: bold;
    font-size: 18px;
    margin: 10px;
}

.app-func-box p {
    padding-left: 1em;
    margin: 5px 10px;
    font-size: 16px;
    line-height: 1.3em;
}

.app-func-box p.burasage {
    margin: 3px 0;
    font-size: 0.8em;
    padding-left: 2em;
    text-indent: -1em;
}

.app-func-box p span {
    color: #000066;
}

.app-functions hr {
    border: 0.5px dotted #ccc;
}

/* modal window */
.modal {
    display: none;
    position: fixed;
    top:0;
    left:0;
    height: 100vh;
    width: 100%;
}

.modal__bg {
    background: rgba(0,0,0,0.8);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 90vh;
}

.modal__content img {
    height: 100%;
    width: auto;
}

@media screen and (max-width: 414px) {
    .header-images .header-images-inner {
        display: block;
    }
    .header-images .header-images-inner figure {
        text-align: center;
    }
    .header-images-inner figure figcaption {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .app-functions .app-func-box {
        display: block;
        margin: 10px 5% 20px;
    }
    #alpha_newitems .box-sp {
        display: block;
    }
    #alpha_newitems .box_img-sp {
        display: block;
    }
    .header-images p {
        text-align: center;
    }

    .app-func-box .func-info {
        margin-right: 0;
        width: 100%;
    }
    h1.m2pb {
        font-size: 24px;
        color: #666;
    }
    .header p {
        font-size: 14px;
    }
    h2.m2pb, div.product-toc h2 {
        font-size: 22px;
    }
    .app-icons p {
        font-size: 14px;
    }
    div.product-toc p {
        font-size: 16px;
    }
    .app-functions h3 {
        font-size: 20px;
    }
    .app-func-box h4 {
        font-size: 18px;
        margin: 5px;
    }
    .app-func-box p {
        font-size: 16px;
        margin: 10px;
    }

}