html{
    scroll-behavior: smooth;
}
h2.shop_loan01 {
  padding-bottom: .2em;
  border-bottom: 2px solid #1D2089;
  font-size: 18pt;
  letter-spacing: 2.5px;
  margin: 2em 0 .5em 0;
}
div.shop_loan_text{
	line-height: 190%;
	letter-spacing:1.8px;
	font-size: 10.7pt;
	margin: .5em 0 1em .3em;
}

span.linem {
	background: linear-gradient(transparent 30%, #fbd 30%);
	font-weight: bold;
}

span.caution{
	font-size: .8em;
	font-weight: bold;
	color: #ff0f00;
}

span.emphasis{
	font-size: 1.5em;
	margin: .2em;
	font-weight: bold;
	color: #ff0f00;
}
ul.shop_loan_list01 {
  border: solid 2px #eb3601;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
	border-radius: 6px;/*左側の角を丸く*/
}
ul.shop_loan_list01 li {
  line-height: 1.5;
  padding: .5em 0;
  list-style-type: none!important;/*ポチ消す*/
	line-height: 190%;
	letter-spacing:1.8px;
	font-size: 11pt;
	font-weight: bold;
}
ul.shop_loan_list01 p{
	letter-spacing:1.8px;
	font-size: 10pt;
    text-align: left;
	font-weight: normal;
	padding-left: 2.5em;
}
ul.shop_loan_list01 li:before {/*疑似要素*/
  font-family: FontAwesome,'Avenir','Arial',sans-serif;
  content: '\f071';
  margin-right: .3em;
  font-size: 1.5em;
  color: #eb3601; /*アイコン色*/
}

/* <a href="#" class="shop_loan_btn01">ぼたん</a> */
.shop_loan_btn01 {
    display: inline-block;
    padding: 1em;
    text-decoration: none;
    color: #1D2089;
    border: solid 2px #1D2089;
    border-radius: 3px;
    transition: .4s;
	font-size: 11pt;
	font-weight: bold;
	margin: .5em auto;
}

.shop_loan_btn01:hover {
    background: #1D2089;
    color: #FCD131;
}


table.shop_loan01 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
table.shop_loan01 th {
	width: 33.333%;
	padding: .5em .7em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	letter-spacing:1.8px;
	font-size: 11pt;
	font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

table.shop_loan01 td {
	width: 66.666%;
	padding: 1em 0 1em .5em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	letter-spacing:1.8px;
	font-size: 9pt;
    text-align: left;
    vertical-align: middle;
	line-height: 190%;
	letter-spacing:1.8px;
}
table.shop_loan01 td ul {
  padding: .2em 0 .2em .5em;
  position: relative;
}
table.shop_loan01 td ul p{
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: normal;
}
table.shop_loan01 td ul li {
  line-height: 1.5;
  padding: .5em 0 0 0;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold;
}
table.shop_loan01 td ul p{
  line-height: 1.5;
  padding: .1em 0 .5em 0;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: normal;
}
table.shop_loan01 td ul li:before {
  font-family: FontAwesome,'Avenir','Arial',sans-serif;
  content: '\f0a4';
  color: #FE6521; /*アイコン色*/
  margin-right: .3em;
  font-size: 1.5em;

}
