@charset "utf-8";
body {
    background-color: #4895B3;
}

.container {
    width: 950px;
    margin: 0 auto;
    padding: 130px 15px 0px 15px;
}

.container h2 {
    font-weight: bold;
    font-size: 3em;
    color: #fff;
    margin: 50px auto;
    text-align: left;
    letter-spacing: 2px;
    border-bottom: 5px dotted #c2d80c;
}

#breadcrumbs,
.breadcrumbs {
    width: 160px;
}

.comment p {
    font-size: 1.6em;
    letter-spacing: 3px;
    line-height: 1.5em;
}

.result,
.price,
.can {
    width: 800px;
    margin-left: 150px;
    margin-top: 100px;
}

.can h3,
.result h3,
.price h3 {
    font-size: 2.1em;
    font-weight: 500;
    margin: 50px auto;
    border-bottom: 5px dotted #c2d80c;
}

.result p,
.price p {
    margin-left: 20px;
}

.can dl dd {
    float: left;
    width: 350px;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.8em;
}

.can dl dd::before {
    content: "・";
}

.list {
    margin-left: 100px;
}

.can p {
    margin-top: 80px;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.8em;
}

.mail {
    width: 170px;
    margin: 100px auto;
}