@charset "utf-8";
body {
 　　text-size-adjust: 100%;
 　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
 　　-moz-text-size-adjust: 100%;/*firefox*/
}



.Table{
}
.Table td,
.Table th{
}

@media screen and (max-width: 640px) {
	.Table {
	}
	.Table th,
	.Table td{
		display: block;
	}
}


html { font-size: 62.5%; }
body { font-size: 10px; font-size: 1.0rem; }
li, p, table, tbody, th, tr, td   { font-size: 24px; font-size: 2.4rem;}
p,li {	line-height:1.7;  letter-spacing: 0.06em; }



#settlement {
    background: url("../resources/img/common/policy/bg.jpg?1602598597") fixed;
    background-size: cover;
    min-width: auto;
}

#settlement article #title_box h2 {
border-bottom: none;
}

#settlement article #title_box {
    margin-bottom: 20px;
    width: 100%;
}

#settlement article {
    width: 100% !important;
    max-width: 640px;
    margin: 0 auto 50px;
    padding: 30px 2%;
    box-sizing: border-box;
}

#settlement article th.table_top {
background: #11004D;
color: #fff;
margin-bottom: 20px;
}



#settlement article th,
#settlement article td {
line-height: 1.7;
max-height: 100%;
}

#settlement article th {
font-weight: bold;
border-left: 10px solid #11004D;
padding: 10px 10px 10px 15px;
font-size: 2.8rem;
margin-bottom: 10px;
width: 100%;
box-sizing: border-box;
}

#settlement article td {
    border: none;
    padding: 10px 10px 40px 1em;
}

#settlement article td p {
margin-bottom: 10px;
max-height: 100%;
}

ol.num_list li p {
padding-left: 1.5em;
max-height: 100%;

}


@media screen and (min-width: 641px) {
li, p  { font-size: 14px; font-size: 1.4rem; }
table, tbody, tr, th, td, h4 {font-size: 1.4rem !important;}

#settlement article #title_box h2 {
    font-size: 2.8rem;
}

#settlement article th {
border-left: none;
font-size: 1.4rem;
width: 35%;
background: #E3E3F0;
}


#settlement article tr {
border-bottom: 1px solid #9B99B0;
}

#settlement article td {
    padding: 10px 10px 0px 10px;
}

#settlement article th.table_top {
margin-bottom: 0;
}



}

