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

#revisedprice{
	width:100%;
    margin-bottom: 5em;
}
#revisedprice a:link,
#revisedprice a:visited {
    color: #284e8d;
}
#revisedprice a:hover {
    color: #3066be;
}
#revisedprice h3 {
    box-sizing: border-box;
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1em;
    color: #000;
    border-left: solid 11px #c50018;
    border-bottom: solid 1px #c50018;
    margin-top: 5.5em;
    margin-bottom: 2em;
    padding-left: .5em;
    padding-bottom: .2em;
}
#revisedprice h3 span {
    font-weight: 900;
    color: #c50018;
}
#revisedprice h4 {
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: .07em;
    line-height: 1em;
    color: #000;
    align-items: center;
    display: flex;
    padding: 0;
}
#revisedprice h4::after {
  background-color: #eee;
  content: "";
  height: 5px;
  flex-grow: 1;
}
#revisedprice h4::after {
  margin-left: .7em;
}
#revisedprice ul.entry {
    margin-top: .2em;
    list-style-type: disc;
    margin-bottom: 2em;
}
#revisedprice ul.entry li {
    margin-top: .7em;
    margin-left: 1em;
    font-size: 1.2em;
    font-weight: 500;
}
#revisedprice ul.entry li span {
    font-weight: 700;

}
#revisedprice ul.entry li::marker {
    color: #c50018;
}
#revisedprice p.lead {
	font-size: 1.1em;
    letter-spacing: .07em;
    line-height: 1.7em;
}
.box_list {
	box-sizing: border-box;
    width:100%;
    margin: 3em 0;
    border: solid 1px #a6a6a6;
    padding: 2em;
}
#revisedprice ul.list {
    display: flex;
    flex-wrap: wrap;
    margin-top: .3em;
    list-style-type: disc;
}
#revisedprice ul.list li {
    width: fit-content;
    margin-top: .7em;
    margin-left: 1em;
    margin-right: 1em;
    font-size: 1.07em;
    font-weight: 900;
}
#revisedprice ul.list li::marker {
    color: #a6a6a6;
}
.box_lead {
	box-sizing: border-box;
    width:100%;
    margin: 7em 0;
    padding: 4em 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background: url("../img/logo_bk.png") no-repeat center bottom 1em / 100px;
}
.box_lead p {
	font-size: 1.1em;
    letter-spacing: .07em;
    line-height: 1.7em;
}
.signature {
    margin-top: 2em;
    text-align: right;
}

@media screen and (max-width: 767px){

}
