
@charset "UTF-8";

/*****************
reuse
*****************/
.el_txtcenter{
  text-align: center;
}
.l_mainContentsImgFull{
  width: 100%;
}
.el_atten{
  font-size: min(2vw,16px);
}
.l_mainContentsImgFull + .el_atten{
  margin-top: -20px;
}
.l_reuseList:not(:last-child){
  padding-bottom: 30px;
  border-bottom: 2px dotted #ddd;
}
.l_reuseList.l_mainContentsTxt{
  margin-bottom: 30px;
}
.l_reuseList li{
 position: relative;
 padding-left: 1em;
}
.l_reuseList li:not(:last-child){
  margin-bottom: .5em;
 }
.l_reuseList li:before {
  position: absolute;
  content:'';
  width: .4em;
  height: .4em;
  top: 50%;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .el_atten{
    font-size: 3.75vw;  
  }
  .l_mainContentsImgFull + .el_atten{
    margin-top: -2.6vw;
  }
  .l_reuseList:not(:last-child){
    padding-bottom:  4vw;
  }
  .l_reuseList.l_mainContentsTxt{
    margin-bottom: 4vw;
  }
}