@charset "utf-8";


.bill_contents a {
  color: #000000;
  display: inline;
}
.bill_contents h3,
.bill_contents h4,
.bill_contents li {
  position: relative;
}
.bill_contents h4 {
  font-weight: normal;
}
.bill_aname {
	margin-bottom:20px;
}

@media (min-width: 751px) {
  .bill_title_box {
    margin-top: 56px;
  }
  section:nth-of-type(2) {
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .bill_contents {
    float: left;
    width: 440px;
    margin-left: 60px;
  }
  .bill_contents h3,
  .bill_contents h4,
  .bill_contents li {
    padding-left: 18px;
  }
  .bill_contents h3::before,
  .bill_contents h4::before,
  .bill_contents li::before {
    position: absolute;
    content: "";
    background: url(../../img/bill/pc_bill_arrow.png) no-repeat center center;
    width: 9px;
    height: 10px;
    display: block;
  }
  .bill_contents h3::before {
    top: 9px;
    left: 0;
  }
  .bill_contents h4::before,
  .bill_contents li::before {
    /*top: 5px;*/
    top: 7px;
    left: 0;
  }
  .bill_contents h3 {
    /*font-size: 18px;*/
    font-size: 24px;
  }
  .bill_contents ul {
    margin-left: 18px;
  }
  .bill_contents h4,
  .bill_contents li {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 12px;
  }
  section:nth-of-type(2) > div:nth-of-type(2) > h4:first-of-type {
    /*margin-top: 34px;*/
    margin-top: 40px;
  }
}


@media (max-width: 750px) {
  .bill_title_box {
    padding-top: 8%;
    width: 92.5%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  section:nth-of-type(2) {
    width: 87.96875%;
    margin: 5% auto 12% auto;
  }
  section:nth-of-type(2) > div:nth-of-type(2) {
    padding-left: 4%;
  }
  .bill_contents h3,
  .bill_contents h4,
  .bill_contents li {
    padding-left: 15px;
  }
  .bill_contents h3::before,
  .bill_contents h4::before,
  .bill_contents li::before {
    position: absolute;
    content: "";
    background: url(../../img/bill/sp_bill_arrow.png) no-repeat center center;
    background-size: 9px 10px;
    width: 9px;
    height: 10px;
    display: block;
  }
  .bill_contents h3::before {
    top: 26%;
    left: 0;
  }
  .bill_contents h4::before,
  .bill_contents li::before {
    top: 20%;
    left: 0;
  }
  .bill_contents h3 {
    font-size: 18px;
  }
  .bill_contents ul {
    /*margin-left: 4%;*/
    padding-left: 4%;
  }
  .bill_contents h4,
  .bill_contents li {
    font-size: 14px;
    line-height: 21px;
    margin-top: 3%;
  }
  #sp_menu_telLink {
    width: 75%;
    margin: 0 auto;
    /*padding-top: 10%;*/
    padding-top: 4%;
	text-align:center;
  }
  #sp_menu_telLink h2 {
    font-size: 5.0vw;
  }
  #sp_menu_telLink p:first-of-type {
    font-size: 4.5vw;
    margin-bottom: 8%;
  }
  #sp_menu_telLink h3 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: bold;
    font-size: 5.0vw;
    margin-top: 5%;
    margin-bottom: 1.5%;
    text-align: left;
  }
}