/* ------------------------------------------------------------------------------
    Global Style
-------------------------------------------------------------------------------*/
ul.main-ul {
    margin-left: 2rem;
    margin-bottom: 1.6rem;
}
ul.main-ul li {
    list-style-type: disc;
    font-size: 1.4rem;
    line-height: 2.8rem;
}
a.btn:hover {
    opacity: 0.8;
    transition: all  0.3s ease;
}


/* ------------------------------------------------------------------------------
    Jumbotron
-------------------------------------------------------------------------------*/
.jumbotron {
    padding: 13% 0;
    background: url(http://npress.genre.jp/spss/assets/images/06_faq/sp/asset-faq01_hero_sp.jpg) #f7f8f8;
    background-size: cover;
}
#jumbotron h1 {
    color: #a62125;
}


/* ------------------------------------------------------------------------------
    Main
-------------------------------------------------------------------------------*/
/* -Answer---------------------------------------------------------------------*/
#answer div.icon-q {
    width: 50px;
    height: 50px;
    margin: 0 0 2.8rem auto;
    text-align: center;
    border-radius: 50px;
    font-size: 1.6rem;
    line-height: 5rem;
    font-weight: bolder;
    background: #a62125;
    color: #fff !important;
}
#answer div.icon-a {
    width: 50px;
    height: 50px;
    margin: 0 0 2.8rem auto;
    text-align: center;
    border-radius: 50px;
    font-size: 1.6rem;
    line-height: 5rem;
    font-weight: bolder;
    background: #3e3a39;
    color: #fff !important;
}
#answer div.wrap {
    padding: 3.2rem 0;
    border-bottom: solid 1px silver;
}
#answer a.red {
    color: #a62125;
}
#answer div.icon-wrap {
    width: 17%;
    margin-right: 1%;
}
#answer h3.text-q {
    width: 78%;
    margin: 3% 0 8%;
    color: #a62125;
}
#answer div.text-a {
    width: 78%;
    margin-top: 3%;
}
#answer p.p-margin {
    margin-bottom: 1.6rem;
}

/* -Note---------------------------------------------------------------------*/
#note {
    margin-bottom: 70px;
}


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

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


/* ------------------------------------------------------------------------------
    Jumbotron
-------------------------------------------------------------------------------*/
    #jumbotron {
        padding: 14.5% 0;
    }
    .jumbotron {
        background: url(http://npress.genre.jp/spss/assets/images/06_faq/pc/asset-faq01_hero_pc.jpg);
        background-size: cover;
    }


/* ------------------------------------------------------------------------------
    Main
-------------------------------------------------------------------------------*/
/* -Answer---------------------------------------------------------------------*/
    #answer h3.text-q {
        margin: 1.5% 0 2.8rem;
    }
    #answer div.text-a {

        margin-top: 1%;
    }

}

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

    #answer div.icon-wrap {
        width: 20%;
    }
    #answer h3.text-q {
        width: 63%;
    }
    #answer div.text-a {
        width: 63%; 
    }

}
