@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
             rule
==================================*/
.other_page h2 {
	background-image:url(../img/rule_top.jpg);
}
.rule_list {
	padding:30px;
}
.rule_list h4 {
    color: #430000;
    font-size: 18px;
    text-align: left;
	font-weight:bold;
    font-family: Noto Serif JP,serif;
}
.rule_list p {
	text-align:left;
}
.rule_list ul {
	width:800px;
	margin:0 auto;
}
.rule_list li {
	margin:0 auto 20px;
	padding:0 0 20px;
	border-bottom:#999999 dotted 1px;
}
.rule_list ul > li > ul > li {
	border-bottom:none;
    color: #430000;
	font-size:16px;
	margin:0 auto;
	padding:0;
}
.rule_list table {
	width:800px;
    margin: 30px auto;
    color: inherit;
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #000;
}
.rule_list table th {
    width:auto;
    padding: 5px 8px;
    color: inherit;
    background-color: #FFE2EA;
    border: 1px solid #000;
	font-weight:bold;
	text-align:center;
	font-size:16px;
}
.rule_list table td {
    width:auto;
    padding: 5px 8px;
    border: 1px solid #000;
	font-size:16px;	
}
.rule_list .price_ttl th {
	background-color:#E05278;
	color:#fff;
}
#main .first_ttl {
	width:100px;
}
.line {
	text-align:center;
}
.rule_list li::before {
    margin: 0 10px 0 0;
    color: #430000;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f152';
}
