@charset "UTF-8";

body {
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
    line-height: 1.8;
    background: linear-gradient(rgb(207, 229, 250), rgb(255, 255, 255));
}

/* header {
    background-color: aquamarine;
    background: linear-gradient(#74ebd5, #a1f1e2, #74ebd5);
} */

.top {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
}

header h1,
header h2 {
    font-weight: lighter;
}

#pankuzu {
    width: 100%;
    background-color: #c5c5c5;
}

.pankuzu {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 5px;
}

.pankuzu {
    text-align: right;
}

main {
    max-width: 960px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    padding: 5px;

}

footer {
    background-color: gray;
    text-align: center;
    color: white
}

main h1 {
    text-align: center;
    font-weight: lighter;
}

main h2 {
    background-color:
        coral;
    color: white;
    font-weight: lighter;
    font-size: 18px;
    padding: 3px 5px;
    margin-top: 0.5em;
}

p {
    margin: 0;
}

ul.cont {
    margin: 0 0 0 3em;
    list-style-type: circle;
    padding: 0;
}


li {
    margin: 0;
    padding: 0;
}

li a {
    text-decoration: none;
    display: block
}

.to-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
}
.updraft{
    width: 555px;
    max-width: 100%;
}
dl{
    margin-left: 4em;
}
dt{
    float: left;
    clear: both;
}


/*=====main======*/