@charset "utf-8";


.heading h2 {
    font-weight: bold;
    color: #991f00;
    border: 1px solid #e0c5a2;
    background-color: #efe0cb;
    font-size: 108%;
    line-height: 1.2;
    padding: 10px;
    border-radius: 7px;
	margin-bottom: 20px;
}
.block_wrap {
    background: #fcf8ef;
    padding: 20px;
	margin-bottom: 40px;
}
.txt {
    margin-top: 0 !important;
	font-size: 14px;
	line-height: 1.6;
}
.heading {
    margin-top: 0 !important;
}
.bl_signature {
    text-align: right;
}
.sec_main {
    margin-bottom: 60px;
}
.sec_inner {
    margin-bottom: 60px;
}
.heading.hd_first {
    margin-bottom: 24px;
}
.sec_list_dl {
    margin-bottom: 40px;
}
.sec_list_dd {
    font-size: 14px;
    line-height: 1.6;
}
.sec_list_ul {
    margin: 10px auto;
}
.sec_list_li {
    line-height: 1.6;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.sec_list_li.indent02 {
  text-indent: -1em;
  padding-left: 1em;
}
.sec_list_dt {
    font-weight: bold;
    margin-bottom: 10px;
}
.sec03_lead {
    font-size: 16px;
    font-weight: bold;
    color: #991f00;
    margin-bottom: 20px;
}