.attention-text {
  margin-bottom: 24px;  
}

.attention-text__title{
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  color: #555555;
  margin: 0 0 8px; 
  padding: 6px 9px 6px 1.8em;
  background-color: #f3f3f3;
}

.attention-text__title:before {
  position:absolute;
	content:'▼';
  color: #777;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
}

.attention-text__list{
  list-style: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.attention-text__item {
  margin: 0.5em;
  line-height: 1.55em;
  position: relative;
  padding-left: 0.7em;
}

.attention-text__item:before {
  position: absolute;
  top: 0.6em;
  left: 0;
  /*以下白丸つくる*/
  content:'';
  width:0.2em;
  height: 0.2em;
  background: #aaa;
  border-radius: 50%;
  margin-right: 6px;
}

.attention-text__aside{
  margin: 9px margin,
    font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.attention-text__item::last-child:before {
  display: none;
}


@media screen and (min-width: 760px) {
  .attention-text {
    padding: 10px 20px;  
    margin-bottom: 8px
  } 
}
