@charset "UTF-8";

* {
    box-sizing: border-box;
}

p,
h2,
h3 {
    line-height: 2.2;
    margin-bottom: 1rem;
}

h2,
h3 {
    margin-bottom: 3rem;
}

/* ヘッダー start ************************/
.layout {
    margin-left: 10px;
    margin-right: 10px;
}

.headerBar {
    background-color: #fff;
}

.headerBarLayout {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.logo img {
    display: block;
    width: 120px;
}

a.login {
    display: block;
    background-color: #078DEE;
    border: 1px solid #078DEE;
    border-radius: 26px;
    color: #fff;
    font-weight: bold;
    font-size: .875rem;
    ;
    line-height: 32px;
    text-align: center;
    width: 130px;

}

a.login:hover {
    background-color: #fff;
    color: #078DEE;
    transition: all .5s;
}

.loginIco {
    height: .7rem;
}

.loginIco polygon {
    fill: #fff;
    -webkit-transition: fill 0.5s ease-out;
    -moz-transition: fill 0.5s ease-out;
    -o-transition: fill 0.5s ease-out;
    -ms-transition: fill 0.5s ease-out;
    transition: fill 0.5s ease-out;
}

a.login:hover .loginIco polygon {
    fill: #078DEE;
}

.loginTxt {
    padding-left: .5rem;
    padding-right: 1rem;
}

.headerVisual {
    background-color: #EDEFF1;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.headerCopyLead {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 3px;
    text-align: center;
}

.siteTitle {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 1rem;
    text-align: center;
}

.siteTitleEng {
    font-size: 32px;
    padding-left: .5rem;
    letter-spacing: 0;
}

.headerCopyTxt p {
    font-weight: bold;
    margin-bottom: 1rem;
}

.noteMark {
    vertical-align: super;
    font-size: .75rem;
}

.note {
    font-size: .75rem !important;
    font-weight: normal !important;
}

.headerImg {
    display: block;
    margin-bottom: 2rem;
}

.headerImg img {
    max-width: 100%;
}

/* ヘッダー end ***************************/

/* メイン　about APROS　start ************/
#main .layout {
    margin-left: 1rem;
    margin-right: 1rem;
}

.leadMarker {
    background: url(images/img_mainLead.png) no-repeat left / contain;
    padding-bottom: 1rem;
    margin-top: 6rem;
}

.leadMarkerLabel {
    color: #D7EDFC;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 3px;
    padding-top: 4rem;
    text-align: center;
}

.aboutApros .leadMarkerTxt {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.aboutApros p {
    margin-bottom: 3rem;
}

.aboutApros p:last-child {
    margin-bottom: 6rem;
}

/* メイン　about APROS　end ************/

/* メイン　アプロスの主要機能　start *********/
.mainFunc,
.otherFunc {
    background: #EDEFF1;
    padding-top: 6rem;
}

.leadTitle {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 38px;
    color: #078dee;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 6rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    max-width: 400px;
}

.funcItem {
    margin-bottom: 3rem;
}

.funcItem .funcIcon {
    background: #fff;
    border: 1px solid #078dee;
    border-radius: 50%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 96px;
    height: 96px;
}

.funcItem .editorIco,
.funcItem .fileIco,
.funcItem .importIco,
.funcItem .exportIco,
.funcItem .templeIco,
.funcItem .userIco {
    fill: #078dee;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
}

.funcList {
    padding-bottom: 6rem;
}

.funcItemTitle {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center;
}

/* メイン　アプロスの主要機能　end *********/

/* メイン　This is apros　↓ *********/
.strengthItem {
    padding-bottom: 6rem;
}

.strength .icoLead {
    display: flex;
}

.icoBox {
    flex-shrink: 0;
    margin-right: 1rem;
}

.strength .thumbIco {
    fill: #078dee;
    height: 48px;
}

.strength .thumbNum {
    color: #078dee;
    font-size: 12px;
    font-weight: bold;
}

.strengthLead {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.strengthItem .movieArea {
    max-width: 100%;
}

.strengthItem .movieArea video,
.strengthItem .movieArea img {
    width: 100%;
    background: #333;
    padding: 2rem;
    border-radius: 2rem;
}

ul.strengthNote {
    list-style-type: disc !important;
    /* マーカーを要素内に */
    margin-left: 1rem;
    margin-top: 1rem;
}

ul.strengthNote li {
    font-size: .75rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

/* メイン　This is apros　↑ *********/

/* メイン　その他機能　↓  ******/

ul.otherFuncList {
    list-style-type: disc;
    padding-left: 1rem;
    padding-right: 1rem;
}

ul.otherFuncList li {
    line-height: 2.2;
    margin-bottom: 1rem;
}

/* メイン　その他機能　↑  ******/

/* フッター　↓ **********************/
#footer {
    background: #00A5A3;
    color: #fff;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

/* フッター　↑ **********************/

@media screen and (min-width:768px) {

    /* ヘッダー start tablet    *******/
    .logo img {
        padding-left: 1rem;
    }

    .login {
        margin-right: 1rem;
    }

    .headerVisual>.layout {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        align-items: center;
    }

    .headerCopy {
        display: block;
        width: 50%;
    }

    .headerCopyLead {
        font-size: 24px;
    }

    .siteTitle {
        font-size: 3rem;
        font-weight: bold;
        letter-spacing: 4px;
        margin-bottom: 1rem;
    }

    .siteTitleEng {
        font-size: 1.5rem;
        padding-left: 1rem;
        letter-spacing: 0;
    }

    .headerCopyTxt p {
        font-size: 17px;
        font-weight: bold;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 1rem;
    }

    .headerImg {
        width: 50%;
    }

    .headerImg img {
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* ヘッダー end tablet     **********/

    /* メイン　about APROS　start tablet */
    #main .layout {
        max-width: 767px;
        margin-left: auto;
        margin-right: auto;
    }

    .leadMarker {
        background: url(images/img_mainLead.png) no-repeat center / contain;
    }

    .leadMarkerLabel {
        font-size: 3rem;
    }

    /* メイン　about APROS　end tablet */
    /* メイン　アプロスの主要機能　↓ tablet *********/
    .funcList {
        display: flex;
        flex-wrap: wrap;
    }

    .funcItem {
        flex: 1 1 50%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* メイン　アプロスの主要機能　↑ tablet *********/

    /* メイン　This is apros　↓ tablet ******/
    .strengthItem {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .strength .icoLead {
        justify-content: center;
    }

    /* メイン　This is apros　↑ tablet ******/

    /* メイン　その他機能　↓ tablet ******/


    /* メイン　その他機能　↑ tablet ******/
}

@media screen and (min-width:1200px) {
    .layout {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    #main .layout {
        max-width: 960px;
    }

    /* ヘッダー start  desktop */
    .logo img {
        display: block;
        width: 200px;
    }

    .headerCopy {
        width: 40%;
    }

    .headerCopyLead {
        font-size: 42px;
    }

    .siteTitle {
        font-size: 4rem;
    }

    .siteTitleEng {
        font-size: 2.5rem;
    }

    .headerImg {
        width: 60%;
    }

    /* ヘッダー end  desktop */

    /* メイン　about APROS　start desktop */
    #main .layout {
        width: 960px;
    }

    .leadMarker {
        background: url(images/img_mainLead.png) no-repeat left / 48%;
        margin-top: 6rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .leadMarkerLabel {
        text-align: left;
    }

    .aboutApros .leadMarkerTxt {
        font-size: 2rem;
    }

    /* メイン　about APROS　end  desktop */

    /* メイン　アプロスの主要機能　↓ desktop *********/
    .funcItem {
        display: flex;
    }

    .funcIcon {
        flex-shrink: 0;
        /* 縮小を防ぐ */
        margin-right: 2rem !important;
    }

    .funcItemTitle {
        text-align: left;
        margin: 0;
    }

    /* メイン　アプロスの主要機能　↑ desktop *********/

    /* メイン　This is apros　↓ tablet ******/
    .strengthItem {
        display: flex;
        flex-wrap: wrap;
    }

    .strengthItem .strengthTxt,
    .strengthItem .movieArea {
        flex: 1 1 50%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* メイン　This is apros　↑ tablet ******/
}