/* ------------------------------------------------------------------------------
    Global Style
-------------------------------------------------------------------------------*/
ul.main-ul {
    margin-left: 2rem;
}
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;
}
.jumbotron {
    background: url(../images/04_purchase/sp/asset-purchase01_hero_sp.jpg) #f7f8f8;
    background-size: cover;
}
#jumbotron h1 {
    color: #a62125;
}


/* ------------------------------------------------------------------------------
    Main
-------------------------------------------------------------------------------*/
/* -Precaution-----------------------------------------------------------------*/
#precaution {
    margin-top: 20px;
    background-image: url(../images/01_home_package/sp/asset-home11_background02_sp.jpg);
    background-size: cover;
    color: #fff;
}
#precaution h2 {
    color: #fff;
}
#precaution p {
    margin-bottom: 1.6rem;
}
#precaution ul {
    margin-bottom: 5rem;
}
#precaution li {
    line-height: 2.8rem;
}
#precaution span {
    display: none;
}
#precaution .pattern {
    text-align: left;
}
#precaution br {
    display: none; /* 画面幅768px以上で改行 */
}
#precaution .item, .flex-item {
    width: 100%;
    text-align: center;
    margin-bottom: 2.8rem;
    padding: 16% 0;
    font-size: 2.4rem;
    font-weight: bolder;
    background: #fff;
    color: #a62125;
}
#precaution .item {
    margin-bottom: 5rem;
}
.flex-item:last-child {
    margin-bottom: 0;
}
.fa-plus {
    font-size: 500%;
    margin: auto;
    margin-bottom: 2.8rem;
}

/* -Flow-----------------------------------------------------------------------*/
#flow {
    background: #f7f8f8;
}
#flow section {
    padding-top: 0;
    padding-bottom: 2.8rem;
}
#flow h3 {
    padding-bottom: 2.8rem;
    text-align: center;
}
#flow .note {
    color: #3e3a39;
}
#flow .note br {
    display: none; /* 画面幅768px以上で改行 */
}
.process-img {
    width: 100%;
}
#flow .flow-section h3 {
    padding-bottom: 1.6rem;
}
#flow .flow-section p {
    text-align: center;
    padding-bottom: 2.8rem;
}
#flow .last-h3 {
   padding-bottom: 0;
}
.process-img {
    display: block;
    margin: 0 auto;
}
#flow .note {
    padding-top: 2.8rem;
}

/* -Buy------------------------------------------------------------------------*/
#buy {
    padding-top: 0;
    background: #f7f8f8;
}
#buy .note {
    color: #3e3a39;
}
#buy .note br {
    display: none;
}
#buy .btn {
    width: 100%;
    margin-bottom: 70px;
    padding: 1.6rem;
    border-radius: 50px;
    background: -webkit-linear-gradient(0deg, #8a151a, #d80c18); /*背景色にグラデーションを指定*/
    font-size: 1.6rem;
    color: #fff;
}


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

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

    #jumbotron {
        padding: 14.5% 0;
    }
    .jumbotron {
        background: url(../images/04_purchase/pc/asset-purchase01_hero_pc.jpg);
        background-size: cover;
    }

/* ------------------------------------------------------------------------------
    Main
-------------------------------------------------------------------------------*/
/* -Precaution-----------------------------------------------------------------*/
    #precaution {
        background-image: url(../images/01_home_package/pc/asset-home11_background02_pc.jpg);
        background-size: cover;
    }
    #precaution br {
        display: block;
    }
    #precaution span {
        width: 1.5rem;
        display: inline-block;
    }
    #precaution .item {
        width: 30%;
        padding: 5% 0;
    }
    #precaution .flex-item {
        width: 30%;
        margin-bottom: 0;
        padding: 5% 0;
    }
    #precaution .flex-item:nth-child(3) {
        margin-right: 1.6rem;
    }
    .fa-plus {
        margin: auto;
        font-size: 400%;
    }
    .flex-item:last-child {
    }

/* -Flow-----------------------------------------------------------------------*/
    #flow .note {
        color: #000;
    }
    .process-img {
        width: 50%;
    }

/* -Buy------------------------------------------------------------------------*/
    #buy {
        padding-top: 70px;
        background: #fff;
    }
    #buy .note {
        color: #000;
    }

}
