@charset "UTF-8";


/* custom txt padding
-------------------------------------------------- */
.w66px{
  width: 66px;
}
.name_box .name {
  font-weight: bold;
}
.note {
  margin-bottom: 50px;
}
.note ul {
  text-indent: -1em;
  padding-left: 1em;
}
.note ul li:not(:first-child){
  padding-top: 5px;
}
@media print, screen and (min-width:768px){
  .name_box{
    display: flex;
  }
  .name_box .name {
    width: 30%;
    font-weight: bold;
  }
  .name_box .detail {
    width: 70%;
  }
  .note {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:767px){
}