@charset "utf-8";

#main_v{
    background-image: url("../firstvisit/img/main.png");
    background-size: cover;
    background-position: right center;
    height: 320px;
    margin-bottom: 20px;
}

#main_v h1{
    height: 320px;
    line-height: 320px;
    text-align: center;
    margin: 0;
    font-size: 18pt;
    color: #ffffff;
    text-shadow: 0 0 20px #000000;
    overflow: hidden;
}

.sat{
    background-color: #dff1ff;
}

.sun{
    background-color: #ffdad1;
}

.consultation{
    font-size: 1.5rem;
    text-align: right;
    margin: -50px 0 80px 0;
    
}


@media only screen and (min-width:768px) {
    #main_v{
        background-image: url("../firstvisit/img/main.png");
        background-size: cover;
        background-position: center center;
        height: 360px;
        margin-bottom: 80px;
    }

    #main_v h1{
        height: 360px;
        line-height: 360px;
        text-align: center;
        margin: 0;
        font-size: 30pt;
        letter-spacing: 2px;
        color: #ffffff;
        text-shadow: 0 0 20px #000000;
        overflow: hidden;
    }
}


h2{
    text-align: center;
    margin:100px 0 40px 0;
}

h3{
    margin-bottom: 40px;
}

.bt80{
    margin-bottom: 80px;
}


.step ol{
    counter-reset:number;
    list-style-type: none!important;
    padding:0.5em;
    margin-bottom: 50px;
}
.step ol li{
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 1em 0.5em 1em 40px;
    border-bottom: 1px solid #cccccc;
}

.step ol li:before{
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display:inline-block;
    background: #4d9157;
    color: white;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight:bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align:center;
}


#fv1{
    margin-bottom: 100px;
}

#fv1 ul{
    list-style: none;
    padding: 0;
}

#fv1 li{
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
    text-align: center;
}

#fv1 li:last-child{
    border-bottom: 0;
}

#fv1 p{
    text-align: center;
}

.images img{
    display: block;
    margin:0;
    width: 100%;
}

@media only screen and (min-width:768px) {
    .images img{
        width: 50%;
        float: left;
    }
}

table{
    font-size:12pt;
    width: 100%;
    margin-bottom: 10px;
}

table td{
    border: 1px solid #000000;
    text-align: center;
}

table th,td{
    padding: 7px;
    border: 1px solid #333333;
}

table th{
    font-weight: normal;
    background-color: #e3ebe4;
}

.tb01 th,.tb02 th,.tb03 th,.tb04 th{
    width: 35%;
}

@media only screen and (min-width:768px) {
    .tb01 th,.tb02 th,.tb03 th,.tb04 th{
        width: 260px;
    }
}


@media only screen and (min-width:768px) {
    
}


@media only screen and (min-width: 1200px) {
    
}


.notes h3{
    text-align: center;
}

.notes ol{
    font-size: 12pt;
}

.notes li{
    line-height: 1.4;
    margin-bottom: 13px;
    margin-left:-15px;
}

.notes strong{
    background-color: #ffeed6;
    font-weight: normal;
}




