@charset "shift-jis";

.onetime_box{
  display: inline-block;
  border: 1px solid #ea5433;
  margin: 0 10px 10px;
  font-family: "A1ƒSƒVƒbƒN M";
  .onetime_box_title{
    color: #fff;
    font-size: 20px;
    background: #ea5433;
    font-weight: 400;
  }
  .onetime_box_body{
    font-weight: 600;
    line-height: 1.6;
    padding: 5px 10px;
  }
}

