@charset "utf-8";
section:nth-child(2n) { padding:40px 0 60px; background-color:#F7F7F7; border-top:#E0E0E0 1px solid; border-bottom:#E0E0E0 1px solid; }
section					{ padding:40px 0 100px; }
@media screen and (max-width: 768px) {
section				{ padding:20px 0 100px; }
}
ul.ul01 {
  padding-left: 1rem;
}
ul.ul01 > li {
  position: relative;
  margin-bottom: 0.5em;
   font-weight: 700;
}

ul.ul01 > li:last-of-type,ul.ul02 > li:last-of-type,ul.ul03 > li:last-of-type,.ul_notice > li:last-of-type{
  margin-bottom: 0;
}
.ul01 > li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: -1rem;
  top: 10px;
  /*		border-radius: 50px;*/
  background-color: #14A650;
}
.ul02 > li{
  position: relative;
  margin:0 0px 15px 35px;
 font-weight: 500;
 font-weight: 700;
}
.ul02 > li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left:-35px;
  top: 5px;
  display: block;
  background: url(../images/common/ic_ul02.svg)no-repeat;

}
main table th,main table td {
  padding: 20px 0 18px;
  border-bottom: #C6C6C6 1px solid;
}
main .table01 {
  border-top: #C6C6C6 1px solid;
}
main .table01 th, .table01 td {
  padding-left: 20px;
  padding-right: 20px;
  border-right: #C6C6C6 1px solid;
}
main .table01 th {
  border-left: #C6C6C6 1px solid;
}
@media screen and (max-width: 768px) {
  main .table01 th, .table01 td {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 5px;
  }
}
.dl_qr dt{
 position: relative;
margin:0 0px 15px 35px;
color:#00b48b;
 font-weight: 700;
}
.dl_qr dt::before{
    content: "Q";
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", "Zen Kaku Gothic Antique", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.4;
    color:#00b48b;
    position: absolute;
    left: -35px;
    top: 3px;
}
.dl_qr dd{
    margin:0 0px 15px 35px;
}