/* ------------------------------------------------------------------------------
    Global Style
-------------------------------------------------------------------------------*/
h2 {
    margin-bottom: 2.8rem;
    color: #a62125;
}
h3 {
    margin-bottom: 1.6rem;
}
img {
    width: 100%;
    text-align: center;
}
span .indent {
    width: 1rem;
    height: 1rem;
}
ul.main-ul {
    margin-left: 2rem;
}
ul.main-ul li {
    list-style-type: disc;
    font-size: 1.4rem;
    line-height: 2.8rem;
}
.col-md-6 img {
    margin-bottom: 2.8rem;
}
img.base, img.ad {
    width: 16%;
    max-width: 80px;
    display: block;
    margin: 0 auto 1.6rem;
    text-align: center;
    vertical-align: middle;
}
a.btn:hover {
    opacity: 0.8;
    transition: all  0.3s ease;
}


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


/* ------------------------------------------------------------------------------
    Main
-------------------------------------------------------------------------------*/
/* -Summary--------------------------------------------------------------------*/
#summary {
    margin-top: 30px;
}
#summary table {
    width: 100%;
    line-height: 3.2rem;
    background: #fcefef;
    color: #a62125;
}
#summary th {
    width: 100%;
    text-align: center;
    border: solid 2px #fff;
    background: #f7f8f8;
}
#summary td {
    width: 100%;
    padding: 0 2%;
    border: solid 2px #fff;
}
#summary a {
    color: #a62125;
}
#summary i {
    width: 10%;
    color: #a62125;
}
#summary .base, #summary .ad {
    width: 8%;
    max-width: 30px;
    display: inline-block;
    margin: auto 2% auto 0;
    vertical-align: middle;
}
#summary .icon-margin {
    margin-left: 0.5rem;
}

/* -Advanced-------------------------------------------------------------------*/
#advanced .base, #advanced .ad {
    display: inline-block;
}
.icon-wrap {
    text-align: center;
}
.wrap-top {
    margin-bottom: 1.6rem;
}

/* -Editer---------------------------------------------------------------------*/
#editer h3 { 
    margin-bottom: 0;
}
#editer .h3-wrap {
    margin-bottom: 1.6rem;
}

/* -Another--------------------------------------------------------------------*/
#another table {
    width: 100%;
    line-height: 3.2rem;
}
#another th {
    width: 40%;
    padding: 0 2%;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #fff;
    font-weight: normal;
    background: #3e3a39;
    color: #fff;
}
#another td {
    width: 60%;
    padding: 0 2%;
    vertical-align: middle;
    border: solid 1px #fff;
    background: #f7f8f8;
}

/* -Note-----------------------------------------------------------------------*/
#note {
    padding-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(../images/03_new/pc/asset-new01_hero_pc.jpg);
        background-size: cover;
    }
    #jumbotron h1 {
    }


/* ------------------------------------------------------------------------------
    Main
-------------------------------------------------------------------------------*/
/* -Summary--------------------------------------------------------------------*/
    #summary h2 {
        text-align: center;
    }
    #summary th {
        width: 40%;
        background: #fcefef;
    }
    #summary td {
        width: 60%;
    }

/* -Builder--------------------------------------------------------------------*/
    #builder h2 {
        text-align: left;
    }
    #builder .base {
        margin: 0 auto 1.6rem 0;
    }

/* -Microsoft------------------------------------------------------------------*/
    #microsoft h2 {
        text-align: right;
    }
    #microsoft .base {
        margin: 0 0 1.6rem auto;
    }

/* -Advanced-------------------------------------------------------------------*/
    #advanced h2 {
        text-align: left;
    }
    #advanced .icon-wrap {
        text-align: left;
    }

/* -Bayesian-------------------------------------------------------------------*/
    #bayesian h2 {
        text-align: right;
    }
    #bayesian .ad {
        margin: 0 0 1.6rem auto;
    }

/* -Editer---------------------------------------------------------------------*/
    #editer h2 {
        text-align: left;
    }
    #editer .base {
        margin: 0 auto 1.6rem 0;
    }

}
