@charset "UTF-8";
/*--------------------------------------

variables

--------------------------------------*/
.dlWrap {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-bottom: 50px;
}
.dlWrap > dl {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 0 10px 10px;
}
.dlWrap > dl > dt {
  font-size: 1.6rem;
  color: rgb(65, 149, 233);
  font-weight: 900;
  margin-bottom: 7px;
}
.dlWrap > dl > dd {
  font-size: 1.6rem;
  line-height: 1.7;
}

.ddTitle {
  color: #0059B2;
  font-weight: 900;
}

.insuranceWrap {
  padding: 20px;
  border: 1px solid #919191;
  margin-bottom: 20px;
}

.insuranceTitle {
  color: #4195e9;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 25px;
}

.insuranceSubTitle {
  margin-bottom: 5px;
}
.insuranceSubTitle::before {
  content: "【";
}
.insuranceSubTitle::after {
  content: "】";
}

.insuranceTable {
  width: 100%;
  border: 1px solid #ddd;
  font-size: 1.4rem;
}

.insuranceTableHead {
  padding: 5px;
  background: #f3f3f3;
  border: 1px solid #ddd;
}

.insuranceTableDataHead {
  padding: 5px;
  background: #f3f3f3;
  text-align: left;
  border: 1px solid #ddd;
}

.insurancPrice {
  width: 50%;
}

.insuranceTableData {
  padding: 5px;
  text-align: right;
  border: 1px solid #ddd;
}

.insuranceTableHeadNote {
  font-size: 1.2rem;
  line-height: 1.2;
}

.insuranceContact {
  padding: 10px;
  background: #0059B2;
  color: #fff;
}

.insuranceContactTitle {
  font-weight: 900;
  font-size: 1.4rem;
}

.insuranceContactTel {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.5;
}

.telLink {
  color: #fff;
}
.telLink a {
  color: #fff;
}

.insuranceContactTelTime {
  display: block;
  font-size: 1.2rem;
}

.insuranceListItem {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 5px;
}

.fullImg {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 30%;
  z-index: 1;
  margin-bottom: 50px;
}
.fullImg img {
  width: 100%;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rulePhoto01 img {
  top: 60%;
}
.rulePhoto02 img {
  top: 70%;
}

.ruleList {
  margin: 10px 0;
}
.ruleList li {
  margin-bottom: 3px;
}

.bicycleRule {
  text-indent: -1em;
  padding-left: 1em;
}
.bicycleRule:before {
  content: "●";
  font-weight: 900;
  margin-right: 5px;
  color: rgb(65, 149, 233);
  font-size: 1.3rem;
}

.ruleAttention {
  color: rgb(230, 0, 18);
}
.ruleAttention:before {
  content: "※";
  margin-right: 5px;
}
.ruleAttention a {
  color: rgb(230, 0, 18);
}

.pledgeWrap {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-bottom: 50px;
}
.pledgeWrap dl {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 0 10px 10px;
}
.pledgeWrap dt {
  font-size: 1.7rem;
  font-weight: 900;
  color: #0059B2;
  margin-bottom: 5px;
}
.pledgeWrap dd {
  display: flex;
  justify-content: space-between;
}

.pledgeNum {
  flex-basis: 25px;
}

.pledgeMessage {
  flex-basis: calc(100% - 25px);
}

.attention:before {
  content: "※";
  margin-right: 5px;
}

@media print, screen and (min-width: 768px){
  .dlWrap {
    padding-top: 20px;
    margin-bottom: 80px;
  }
  .dlWrap > dl {
    padding: 0 10px 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  .dlWrap > dl > dt {
    flex-basis: 160px;
    margin-bottom: 0;
  }
  .dlWrap > dl > dd {
    flex-basis: calc(100% - 180px);
  }
  .insuranceWrap {
    padding: 30px;
  }
  .insuranceTitle {
    font-size: 2.3rem;
    line-height: 1.5;
    text-align: center;
  }
  .insuranceTable {
    font-size: 1.6rem;
  }
  .insuranceTableHead {
    padding: 10px;
  }
  .insuranceTableDataHead {
    padding: 10px;
  }
  .insurancPrice {
    width: 300px;
  }
  .insuranceContact {
    padding: 15px;
    text-align: center;
  }
  .insuranceContactTitle {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .insuranceContactTel {
    font-size: 3rem;
    line-height: 1.2;
  }
  .insuranceContactTelTime {
    display: inline-block;
    font-size: 1.4rem;
  }
  .fullImg {
    height: 350px;
    margin-bottom: 80px;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 0%;
  }
  .fullImg img {
    display: none;
  }
  .rulePhoto01 {
    background: url("../images/rule_photo_01.jpg?t=1") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
  }
  .rulePhoto02 {
    background: url("../images/rule_photo_02.jpg?t=1") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
  }
  .pledgeWrap {
    padding-top: 20px;
    margin-bottom: 80px;
  }
  .pledgeWrap dl {
    padding: 0 10px 20px;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=rule.css.map*/