@charset "utf-8";
.block_01 {
    margin-top: 20px;
}
.block_01 ul{
    margin-left: 20px;
    margin-bottom: 30px;
}
.block_01 ul li{
    list-style: disc;
}
.block_01 p {
    padding: 0;
    margin: 20px 0 20px 20px;
}
table {
    margin: 0 0 40px 0;
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
}
table th,
table td {
	padding: 8px;
	font-size: 1em;
	text-align: left;
	line-height: 1.4;
	vertical-align: middle;
}
table th {
	background: #EFEFEF;
	border-top: 1px solid #FFF\9;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #FFF\9;
	text-align: center;
}
table td {
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}
table td.primaryCell {
	background: #F8F3E9;
	border-top: 1px solid #FFF\9;
	border-left: 1px solid #FFF\9;
}
table p,
table dl,
table ul {
	font-size: 1.0em !important;
}
table dl dt {
	font-weight: bold;
}
table dl dd {
	margin-bottom: 0.5em;
}
table p.small {
	font-size: 0.875em !important;
	line-height: 1.6 !important;
}

.ttl_style_01 {
    padding: 20px;
    /* margin-bottom: 10px; */
    background-color: #6d3a17;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.ttl_style_02 {
    padding: 0 0 15px;
    margin-bottom: 35px;
    border-bottom: 2px solid #6d3a17;
    text-align: center;
    color: #6d3a17;
    line-height: 1;
}
.block_style_02_inr {
    background-color: #924a1a12;
    padding: 40px 15px 40px 15px;
    margin-bottom: 60px;
}
.block_style_02_inr p{
    margin: 0 5px 0 5px;
}
@media (max-width: 768px){

.block_style_02_inr p{
    margin-left: 0;
}

}