body{
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

#home, #home2 {
    display: block;
    height: 30rem;
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/s1/images/nadukete_img2.png);
    background-position: center;
}

.lead-copy{
    color: #254c9b;
    font-weight: 800;
    font-size: 1.4em;
    background-image: url(/content/dam/nttcom/hq/jp/business/lp/s1/images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 0px 0px 130px;
    height: 180px;
    margin-top: 30px;
}

.lead-copy p{
    line-height: 1.1em;
}

img.price{
    margin-top: 40px;
    width: 100%;
}

#services{
    margin: 50px 0;
    text-align: center;
}

h1{
    font-weight: 800;
    font-size: 22pt;
}

h2{
    font-size: 20pt;
    font-weight: 600;
}
.link-btn1{
    margin-top: 50px;
}

#presence{
    padding: 50px 0;
    background-color: #fec310;
    text-align: center;
}

h1.copy-presence{
    font-size: 20pt;
    margin-bottom: 50px;
}

.domain-box{
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: white;
    margin-bottom: 15px;
}

.domain-list{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width :140px;
    text-align:center;
    font-weight: 800;
    font-size: 12pt;
    color: #996704;
}

.domain-detail{
    text-align: left;
}

#presence h4{
    font-size: 16pt;
    font-weight: 600;
}

#business{
    padding: 50px 0;
    text-align: center;
}

h1.copy-business{
    font-size: 20pt;
    margin-bottom: 50px;
}
#business .card{
    background-color: #fedc72;
    margin-bottom: 20px;
}

#business .card-title{
    font-weight: 800;
    font-size: 16pt;
}

#business .card-text{
    background-color: white;
    padding: 10px;
    font-size: 10pt;
}

.business-price{
    font-size: 14pt;
    font-weight: 800;
    color: #444444;
}

.description{
    text-align: left;
    line-height: 1.0em;
    margin-bottom: 30px;
}

.btn-domain-search{
    font-size: 20pt;
}

#feature{
    padding: 50px 0;
    text-align: center;
    background-color: #f2f2f2;
}

#feature h1{
    font-size: 20pt;
    margin-bottom: 20px;
    font-weight: 800;
}

#feature h5{
    font-weight: 600;
}

#feature p{
    text-align: left;
}

#feature img{
    margin: 30px;
    width: 100px;
    height: 100px;
}

#detail{
    /*padding: 50px 0;*/
    text-align: center;
}

#detail p{
    margin-top: 40px;
    text-align: left;
}

#banner{
    text-align: center;
    padding: 50px 0;
}

#banner img{
    width: 100%;
    max-width: 980px;
}

#banner .notice{
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 980px;
    font-size: 10pt;
    margin-top: 5px;
    color: #6c757d;
}

@media (max-width: 575.98px) {
    #home, #home2{
        /*background-image: none;*/
        /*background: linear-gradient(#fff, #e1c59b);*/
        height: 25rem;
        background-position: left top -30px;
        background-repeat: no-repeat;
    }

    .lead-copy{
        font-weight: 800;
        font-size: 1.2em;
        margin-top: 10px;
    }

    h1, #feature h1, h1.copy-business, h1.copy-presence{
        font-size: 16pt;
    }

    .btn-lg{
        font-size: 12pt;
    }

    #feature img{
        margin: 20px;
        width: 80px;
        height: 80px;
    }

    #feature h5{
        font-size: 12pt;
    }

    #feature p{
        font-size: 11pt;
    }
}

.btn{
    padding: 10px 40px;
    border-radius: 10px;
}

.btn-top{
    width: 100%;
    margin-top: 20px;
}

#last p{
    padding: 40px;
    font-size: 10pt;
}

/* ------------------------------------------------------------
 * 
 * 2018.03.19 追記
 * 
 * --------------------------------------------------------- */
a.btn-danger {
	color: #fff;
}