/* ------------------------------------------------------------------------------
    Global Style
-------------------------------------------------------------------------------*/
h3 {
    margin-bottom: 2.8rem;
    color: #a62125;
}
h3.black {
    color: #000;
}
ul.main-ul {
    margin-left: 2rem;
}
ul.main-ul li {
    list-style-type: disc;
    font-size: 1.4rem;
    line-height: 2.8rem;
}
div > img {
    width: 100%;
    margin-top: 2.8rem;
}
div .text-wrap {
    margin-top: 2.8rem
}
a.btn:hover {
    opacity: 0.8;
    transition: all  0.3s ease;
}


/* ------------------------------------------------------------------------------
    Jumbotron
-------------------------------------------------------------------------------*/
#jumbotron {
    padding: 13% 0;
}
.jumbotron {
    background: url(../images/02_software/sp/asset-software01_hero_sp.jpg) #f7f8f8;
    background-size: cover;
}
#jumbotron h1 {
    color: #a62125;
}


/* ------------------------------------------------------------------------------
    Main
-------------------------------------------------------------------------------*/
/* -Basic----------------------------------------------------------------------*/
#basic .btn {
    width: 100%;
    margin-top: 70px;
    padding: 1.6rem;
    border-radius: 50px;
    border: solid 2px #a62125;
    font-size: 1.6rem;
    color: #a62125;
}
#basic h3 {
    text-align: center;
}
#basic h3.black {
    text-align: left;
}
#basic li {
    line-height: 2.8rem;
}

/* -Option---------------------------------------------------------------------*/
#option {
    background: #fcefef;
}
#option h3.black {
    font-weight: normal;
}
#option li > a > p {
    font-weight: normal;
    color: #000;
}
#option ul {
    width: 100%;
}
#option .flex-item {
    width: 100%;
    height: auto;
    margin-bottom: 2.8rem;
    padding: 4rem 1.6rem;
    border-radius: 15px;
    font-size: 2.4rem;
    font-weight: bolder;
    background: #fff;
}
#option ul.last-ul li:last-child {
    margin-bottom: 0;
}

/* -Amos-----------------------------------------------------------------------*/
#amos .btn {
    width: 100%;
    margin-top: 70px;
    padding: 1.6rem;
    border-radius: 50px;
    border: solid 2px #a62125;
    font-size: 1.6rem;
    color: #a62125;
}
#amos h3 {
    text-align: center;
}
#amos h3.black {
    text-align: left;
}
#amos li {
    line-height: 2.8rem;
}

/* -Note-----------------------------------------------------------------------*/
#note {
    padding: 70px 0;
    background: #f7f8f8;
}
#note br {
    display: none;
}


/* ------------------------------------------------------------------------------
    Footer
-------------------------------------------------------------------------------*/
    #footer .footer-nav-link {
        line-height: 1rem;
    }


/* ******************************************************************************
    Media Query
********************************************************************************/
/*　画面サイズが768pxからここを読み込む　*/
@media (min-width:768px) {

    li.inline {
        display: block;
    }

    #header .btn {
        background: #fff;
        color: #a62125 !important;
    }


/* ------------------------------------------------------------------------------
    Jumbotron
-------------------------------------------------------------------------------*/
    #jumbotron {
        padding: 14.5% 0;
    }
    .jumbotron {
        background: url(../images/02_software/pc/asset-software01_hero_pc.jpg);
        background-size: cover;
    }
    #jumbotron h1 {
    }


/* ------------------------------------------------------------------------------
    Main
-------------------------------------------------------------------------------*/
/* -Basic----------------------------------------------------------------------*/

/* -Option---------------------------------------------------------------------*/
    #option h3.black {
        text-align: center;
        color: #000;
    }
    #option ul {
        width: 100%;
    }
    #option .last-ul {
        width: 66.3%;
    }
    #option ul.last-ul li.flex-item {
        width: 49.6%;
        margin-bottom: 0;
    }
    #option .flex-item {
        width: 33%;
        height: 160px;  
        padding: 3.2rem 1.6rem;
    }

/* -Amos-----------------------------------------------------------------------*/

/* -Note-----------------------------------------------------------------------*/
    #note {
        padding-top: 0;
        background: #fff;
    }
    #note br {
        display: block;
    }

}
