@charset "UTF-8";
/* CSS Document */


body {
    width: 100%;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, verdana, sans-serif;
    color: rgb(85, 85, 85);
}

.contents {
    width: 100%;
    height: 100%;
}

.main {
    background-color: #fff;
    width: 1015px;
    margin: -10px auto;
}

.main h2 {
    margin-top: 0px;
    padding: 100px 0 80px 0;
    font-size: 50px;
    font-weight: 100;
    color: #003980;
    text-align: center;
}

.main p {
    padding: 0 60px;
    line-height: 2em;
    margin-bottom: 50px;
}

.main ol {
    padding: 0 60px 0 60px;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.main ol li {
    margin: 0 0 0 1.6em;
}

.main ol ul li {
    margin: 0 0 0 1.6em;

}


.main ol li ul {
    margin: 0 0 0 1.5em;
    list-style-type: disc;
    list-style-position: outside;
}

.contact {
    padding: 25px 5px 15px 5px;
    width: 800px;
    margin: 0 auto;
    text-align: center;
    height: 80px;
    background-color: #d9e9fd;

}



.main dl {
    padding: 8px 0 0 0;
    margin-bottom: 40px;
}

.main dl dt {
    padding: 25px 0 10px 55px;
    font-size: 18px;
    font-weight: bold;
}

.main dl dd {
    width: 900px;
    padding-bottom: 50px;
}

.labo_footer {
    width: 105%;
    height: 100%;
    padding: 40px 0 20px 0;
    margin: 0 auto;
    background-color: #005880;
    text-align: center;
}

.labo_footer p {
    background-color: #005880;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 50px;
    margin-bottom: -10px;
}

.labo_footer a {
    display: block;
    margin-bottom: 50px;
}

.labo_footer img {
    width: 25%;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー/スマホ用*/
@media only screen and (max-width: 640px) {
    .main {
        background-color: #fff;
        width: 100%;
        margin: 0 auto;
    }

    .main h2 {
        padding: 50px 0 30px 0;
        font-size: 27px;
        font-weight: 100;
        color: #003980;
        text-align: center;
    }

    .main p {
        padding: 0 20px;
        line-height: 2em;
        margin-bottom: 30px;
        text-align: justify;
    }

    .main ol {
        padding: 0 20px;
        line-height: 1.6em;
        margin-bottom: 30px;
        text-align: justify;
        font-size: 15px;
    }

    .main ol li {
        margin: 0 0 0 1em;
    }

    .main ol ul li {
        margin: 0 0 0 -0.5em;

    }


    .main ol li ul {
        margin: 0 0 0 1.5em;
        list-style-type: disc;
        list-style-position: outside;
    }

    .contact {
        padding: 30px 5px 5px 5px;
        width: 85%;
        margin: 0 auto;
        text-align: center;
        height: 100%;
        background-color: #d9e9fd;

    }

    .contact p {
        padding: 0 20px;
        line-height: 2em;
        margin-bottom: 30px;
        text-align: center;
        font-size: 17px;
        font-weight: bold;
    }



    .main dl {
        padding: 8px 0 0 0;
        margin-bottom: 20px;
    }

    .main dl dt {
        padding: 30px 10px 10px 20px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6em;
    }


    .labo_footer {
        width: 100%;
        height: 100%;
        padding: 20px 0;
        margin: 0 auto;
        background-color: #005880;
        text-align: center;
    }

    .labo_footer p {
        background-color: #005880;
        color: #fff;
        font-size: 10px;
        text-align: center;
        padding-bottom: 30px;
        margin-bottom: -10px;
    }

    .labo_footer img {
        width: 50%;
    }

}