@charset "utf-8";
/* 後でcmn_style.cssに書く */
.dotted {
  position: relative;
  display: block;
  padding: 30px 0;
  span {
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    border: 1px dotted black;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
/* 後でcmn_style.cssに書く（ここまで） */



/* 固有のCSS */
.cmn_flex figure {
  width: 100%;
  max-width: 300px;
}