/* ------------------------------------------------------------------------------
    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: 370px 0 70px 0;
}
.jumbotron {
    background: url(../images/01_home/asset-home01_hero_sp.jpg) no-repeat bottom;
    background-size: 350px auto;
}
#jumbotron h1 {
    text-align: center;
    position: relative;
    top: -32.9rem;
}
#jumbotron .register {
    vertical-align: top;
    font-size: 2.5rem;
}
#jumbotron .btn {
    width: 30%;
    display: block;
    margin: 0 auto;
    padding: 1rem;
    position: relative;
    top: -30.2rem;
    border-radius: 50px;
    background: -webkit-linear-gradient(0deg, #8a151a, #d80c18); /*背景色にグラデーションを指定*/
    font-size: 1.6rem;
    color: #fff;
}
#jumbotron .text {
    position: relative;
    top: -27.2rem;
    text-align: center;
    font-weight: bolder;
}


/* ------------------------------------------------------------------------------
    Aside
-------------------------------------------------------------------------------*/
#banner {
    background: #3e3a39;
    padding: 30px 0;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 1px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dot.active span, .owl-dot:hover span {
    background: #869791;
}

.owl-nav {
    display: none;
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 15px;
}


/* ------------------------------------------------------------------------------
    Main
-------------------------------------------------------------------------------*/
/* -News-----------------------------------------------------------------------*/
#news {
    background: url(../images/01_home_package/sp/asset-home05_background_sp.jpg);
    background-size: cover;
    color: #fff;
}
#news h2 {
    color: #fff;
}
#news .scroll {
    width: 103%;
    height: 220px;
    overflow-y: scroll;
    padding-left: 15px;
}
#news .date {
    font-size: 1.6rem;
    font-weight: bolder;
}
.news-row {
    width: 100%;
    padding: 1.6em 0;
}
.news-row:first-child {
    padding-top: 0;
}
.news-row:last-child {
    padding-bottom: 0;
}
.underline {
    border-bottom: solid 1px #fff;
}

/* -Content--------------------------------------------------------------------*/
#content {
    background: #f7f8f8;
}
#content .note {
    text-align: center;
}
.package-img {
    width: 70%;
    margin: 0 auto 2.8rem 22%;
    display: block;
}
.attache-img {
    width: 65%;
    max-width: 100px;
    display: block;
    margin: auto;
}
#content .flex-item {
    width: 40%;
    height: 120px;
}
#content .attache-text-dvd {
    width: 55%;
    height: 120px;
    padding: 5% 0 5% 3rem;
}

#content .attache-text {
    width: 55%;
    height: 120px;
    padding: 8% 0 8% 3rem;
}
#content h3 {
    text-align: left;
    font-weight: normal;
}
#content p {
    text-align: left;
    font-weight: normal;
}
#content h3 {
    text-align: left;
}
.attache-img {
    margin: 0 0 0 auto;
}

/* -Price----------------------------------------------------------------------*/
#price .text {
    margin-bottom: 2.8rem;
    text-align: center;
}
#price .note {
    text-align: right;
}
#price h3 {
    margin-bottom: 2.8rem;
    text-align: center;
}
#price .integration {
    margin-bottom: 1.6rem;
}
table {
    width: 100%;
    margin-bottom: 2.8rem;
    text-align: center;
    height: 3.2rem;
    line-height: 3.2rem;
}
table th {
    background: #3e3a39;
    color: #fff;
    border: solid 1px #fff;
}
table td {
    border: solid 1px #fff;
}
table tr:nth-child(odd) { /* ストライプ */
    background: #f7f8f8;
}
table tr:nth-child(even) {
    background: #fefefe;
}
table tr:last-child { /* 最後の行は濃い灰色 */
    background: #f7f8f8;
}
table .left, table .right { /* th */
    width: 30%;
}
table .center {
    width: 40%;
}
table .first { /* td 最初の列は濃い灰色 */
    background: #f7f8f8;
}
table .first, table .second {
    width: 15%;
    vertical-align: middle;
}
table .second, table .third {
    padding-left: 1.5%;
    text-align: left;
}
table .fourth {
    vertical-align: middle;
    font-weight: bolder;
    color: #a62125;
}
#price .btn {
    width: 100%;
    margin-top: 3rem;
    padding: 1.6rem;
    border-radius: 50px;
    background: -webkit-linear-gradient(0deg, #8a151a, #d80c18); /*背景色にグラデーションを指定*/
    font-size: 1.6rem;
    color: #fff;
}

/* -Precaution-----------------------------------------------------------------*/
#precaution {
    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, #precaution .flex-item {
    width: 100%;
    text-align: center;
    margin-bottom: 2.8rem;
    padding: 12% 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 {
    padding-top: 3.2rem;
    color: #3e3a39;
}
#flow .note br {
    display: none; /* 画面幅768px以上で改行 */
}
.process-img {
    width: 100%;
}
.number, .arrow {
    display: block;
    margin: 0 auto;
}
.number {
    width: 28%;
    padding-bottom: 2.8rem;
}
.arrow {
    width: 8%;
}
#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;
}

/* -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
-------------------------------------------------------------------------------*/
    #jumbotron {
        padding: 13% 0;
    }
    .jumbotron {
        background: url(../images/01_home/asset-home01_hero_pc_edit.jpg);
        background-size: cover;
    }
    #jumbotron h1 {
        margin-bottom: 3.2rem;
        text-align: left;
        position: static;
    }
    #jumbotron .btn {
        width: 15%;
        position: static;
        margin-left: 0;
        margin-bottom: 2.8rem;
    }
    #jumbotron .text {
        position: static;
        text-align: left;
    }

/* ------------------------------------------------------------------------------
    Main
-------------------------------------------------------------------------------*/
/* -News-----------------------------------------------------------------------*/
    #news {
        background: url(../images/01_home_package/pc/asset-home06_background01_pc.jpg);
        background-size: cover;
    }

/* -Content--------------------------------------------------------------------*/
    #content .flex-wrap {
        margin-top: 3.2rem;
    }
    #content .flex-item {
        width: 50%;
    }
    #content h3 {
        text-align: left;
    }
    .attache-img {
        margin: 0 0 0 auto;
    } 
    #content .attache-text-dvd p{
        text-align: left;
    }  
    #content .attache-text-dvd { 
        width: 50%;
        padding: 5% 0 4% 4rem;
    }
    #content .attache-text {
        width: 50%;
        padding: 7% 0 7% 4rem;
    }
    .package-img {
        width: 90%;
        max-width: 330px;
        margin: 0 auto 0 20%;
    }

/* -Price----------------------------------------------------------------------*/
    #price table {
        height: 4.8rem;
        line-height: 4.8rem;
    }

/* -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;
    }
    #buy .note br {
        display: block;
    }

}
