/* ver5 */

#container {
  width:800px;
  margin:20px auto;
  font:14px times;
}

h1 { text-align:center;
  font-size:24px;
}

.account table {
  width:400px;
  float:left;
  border-collapse:collapse;
  margin:20px;
}

.account table tr { height:45px; }

.account table tr td {
  border:1px solid #555;
  font-size:14px;
  padding:0 5px;
}

.bankname {
  background:#cddc39;
  text-align:center;
  font-weight:bold;
}

td#bankname2 { background:#adf; }
td#bankname3 { background:#fda; }

td.first {
  width:90px;
  text-align:right;
  font-weight:bold;
  background:#e9e9e9;
  padding-right:20px;
}

.close {
  margin:0 auto 0 auto;
  width:50px;
  text-align:center;
}

.close a {
  padding:20px;
  font-weight:bold;
}

.pankuzu {
  margin: 0 0 5px 10px;
  font-weight: bold;
}

#bankcontent .aablock,
#termscontent .aablock,
#asfcontent .aablock,
#privacycontent .aablock {
  background:#ffffff;
  padding:1.5rem 7rem;
}

h2::before {
 width: 35px;
 height:36px;
 background: url(https://autocj.co.jp/images/newimages/acj-icon01.png) no-repeat 0 -1033px;
 background-size:cover;
 content:"";
 display:inline-block;
 vertical-align:middle;
 margin-right:5px;
}
#bankcontent h3 { margin-bottom:.5rem;}
#bankcontent h3 span {
  background:#dc3545;
  color:#ffffff;
  padding:5px 16px;
  display:inline-block;
}

#termscontent h3 { font-size:1.2rem; margin-bottom:.5rem;}
#termscontent ul { margin-bottom:1rem;}
#termscontent ul li { font-size: .9rem; line-height: 1.5;}

#privacycontent h3 { font-size:1.2rem; margin-bottom:.5rem;}
#privacycontent ul { margin-bottom:1rem;}
#privacycontent ul li { font-size: .9rem; line-height: 1.5;}

#asfcontent .asf-heading {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

#asfcontent .asf-list {
  list-style: inside;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

#asfcontent .asf-list li {
  line-height:1.35rem;
  font-size:.9rem;
  max-width:90%;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}