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

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

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

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

.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 {
    margin-left: 20px;
}

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

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

.list {
    margin-left: 100px;
}

.list.service {
    margin-left: 130px;
}

.list ul li {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.8em;
    list-style-type: decimal;
}

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

#prices {
    font-size: 20px;
}

#prices table {
    border-collapse: collapse;
    margin: 0 auto;
}

#prices table thead tr th,
#prices table tbody tr td {
    border: 1px solid #fff;
    width: 150px;
    padding: 8px 2px;
    text-align: center;
}

#prices table thead tr th:first-of-type,
#prices table tbody tr td:first-of-type {
    width: 250px;
}

p.tax {
    text-align: right;
}

.tyui {
    font-size: 14px;
}

.setsumei {
    margin-top: 80px;
    margin-left: 130px;
}