/* ver3 */

/* CSS Document */

.title {
  font-size:40px;
  color:#ff0000;
}

.midashi {
  font-size:30px;
  color:#ff4500;
  margin-bottom:20px;
}

.hr {
  border-bottom: 1px dashed #333;
  margin:25px;
}

.contents {
  font-size:20px;
  margin-top:20px;
  margin-bottom:20px;
  color:#0000cd;
}

.bank_m {
  font-size:15px;
  background:#f3f3f3;
  padding-top:20px;
  padding-bottom:20px;
  border:#ff5722 2px solid;
}

.midashi2 {
  font-size:20px;
  color:#ff4500;
  margin-top:20px;
  margin-bottom:20px;
}

.ct {
  font-size:19px;
  font-weight:bold;
}

.red {color:red;}
.black {color:black;}

.mgl30 {margin-left:30px;}
.mgl20 {margin-left:20px;}
.mgl10 {margin-left:10px;}
.mgb50 {margin-bottom:50px;}
.mgt20 {margin-top:20px;}
.txt_center {text-align: center;}

#attentioncontent .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;
}
h3 { font-size:1.1rem;}
dl {
  font-size: .9rem;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4rem;
  margin-bottom: 1rem;
}
dl dt {
  width: 200px;
  background: #eee;
  text-align: center;
  font-weight: 700;
}
dl dd {
  width: calc(100% - 205px);
  margin-left: 5px;
  margin-bottom: 0.5rem;
}
