img {
    backface-visibility: hidden;
}
nav.navbar {
    margin-bottom: 0;
}
.strongred {
    color: #cf0050;
    font-weight: 700;
}
.color666 {
    color: #666;
}
.colorf {
    color: #fff;
}
.mt1 {
    margin-top:1em !important;
}
.mt2 {
    margin-top:2em !important;
}
.pt30 {
    padding-top: 30px;
}
.underline {
    background: linear-gradient(transparent 50%, yellow 0%);
    display: inline;
}
.content {
    color: #333;
}
.title {
    text-align: center;
    font-size: 32px;
    padding-top: 60px;
    font-weight: 700;
    line-height: 1.4em;
}
.sub_title {
    font-size: 18px;
    margin-top: 30px !important;
    font-weight:bold;
}
.detail_title {
    font-weight: bold;
    font-size: 28px;
    color: #333;
    margin-top: 60px;
    margin-bottom: 60px;
    text-decoration: underline;
}
.middlediv {
    width: 90%;
    margin: 30px auto;
    padding: 10px;
}
.promoimg {
    width: 80%;
}

#sec2  {
    padding: 1vh 0 60px;
    background: #fff;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.8em;
}
.flex-waku {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: 0;
}
.lightdiv {
    margin: -15px 0 0;
    width: 100%;
    border: 1px solid #d9a403;
    padding: 0;
}
.divtitle {
    font-size:22px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}
.lightdiv .divtitle {
    background: #d9a403;
    color: #fff;
}

.arrow {
    margin-top: 15px;
}
.stddiv img {
    margin: 15px 0 30px;
}
.divcont {
    padding: 30px 15px;
    background: #fffde7;
    width: 95%;
    margin: 0 auto;
}
.divcontwhite {
    width: 95%;
    margin: 0 auto;
}
.divprice {
    font-size: 28px;
    font-weight: bold;
    color: #e84327;
}
.pricetable .pricered {
    font-size: 28px;
}
.pricetable .conttd {
    padding: 60px 0 !important;
}
.title1 {
    font-size: 26px;
    font-weight: bold;
    margin-top: 60px;
}
.note {
    margin-bottom: 60px;
}
.note li {
    text-align: left
}
.note ul {
    max-width: 730px;
    margin: 0 auto;
}
.table-diff {
    background: #fff;
}
.table-diff th {
    text-align: center;
}
.table-diff td {
    text-align: left;
}
.colorgold {
    color: #a88007;
}
.jihith {
    background: #26c6da;
    color: #fff;
}
.preth {
    background: #d9a403;
    color: #fff;
}
.jihitd {
    background: #e0f7fa;
}
.pretd {
    background: #fff3e0;
}
.flowchart {
    width: 80%;
    margin: 0 auto;
}
.flowchart .alert {
    width: 100%;
    text-align: left;
}
.flowchart .badge.customer {
    position: relative;
    left: 0;
    top: 0;
    background: crimson;
    display: inline-block;
    margin-right: 15px;
}
.flowchart .badge.unei {
    position: relative;
    left: 0;
    top: 0;
    background: #4CAF50;
    margin-right: 15px;
    display: inline-block;
}
.flowchart div {
    background: #fff3e0;
}
.topimg img {
    max-width: 300px;
    margin: 30px 0 0;
}
/* iPAD */
@media screen and (min-device-width:480px) and (max-device-width:1024px){
    .container {
        width: 100%;
    }
    .title {
        font-size: 1.8em;
    }
    .middlediv {
        width: 90%;
    }
    #sec2 {
        font-size: 1.1em;
    }
}
/* iPAD Pro */
@media screen and (max-device-width:1024px){
}
/* スマホ */
@media screen and (max-width:480px){
    .br::before {
        content: "\A" ;
        white-space: pre ;
    }
    .container {
        padding: 0;
    }
    .title {
        font-size: 1.5em;
        padding: 30px;
    }
    .middlediv {
        width: 95%;
    }
    #sec2 img {
        max-width: 100%;
    }
}