@charset "UTF-8";
.btn_white {
  display: block;
  border: 1px solid #f58030;
  background: #fff;
  color: #f58030;
  text-align: center;
  padding: 1em;
  border-radius: 40px;
  text-decoration: none;
}

.btn_orange {
  display: block;
  border: 1px solid #f58030;
  background: #f58030;
  color: #fff;
  text-align: center;
  padding: 1em;
  border-radius: 40px;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .btn_white {
    display: inline-block;
    padding: 1em 65px;
  }
  .btn_orange {
    display: inline-block;
    padding: 1em 65px;
  }
}

/* arrow_s */
.arrow_s {
  position: relative;
  padding: 0 0 0 32px;
  display: inline-block;
  vertical-align: middle;
}

.arrow_s:before,
.arrow_s:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow_s:before {
  left: 0px;
  width: 14px;
  height: 1px;
  background: #f58030;
}

.arrow_s:after {
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f58030;
  border-right: 1px solid #f58030;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* arrow_m */
.arrow_m {
  position: relative;
  padding: 0 0 0 45px;
  display: inline-block;
  vertical-align: middle;
}

.arrow_m:before,
.arrow_m:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow_m:before {
  left: 0;
  width: 18px;
  height: 1px;
  background: #f58030;
}

.arrow_m:after {
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f58030;
  border-right: 1px solid #f58030;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* arrow_w */
.arrow_w {
  position: relative;
  padding: 0 0 0 45px;
  display: inline-block;
  vertical-align: middle;
}

.arrow_w:before,
.arrow_w:after {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.arrow_w:before {
  left: 0;
  width: 18px;
  height: 1px;
  background: #fff;
}

.arrow_w:after {
  left: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ---------------------------------------------------------
$ 利用規約
----------------------------------------------------------*/
#content {
  padding-bottom: 11.6%;
}

#content .lead {
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 13%;
}

@media all and (min-width: 768px) {
  #content .lead {
    font-size: 16px;
    line-height: 2;
  }
}

@media all and (min-width: 768px) {
  #content {
    padding-bottom: 135px;
  }
  #content .lead {
    margin-bottom: 5.2%;
  }
}

#content .dl_terms {
  margin: 0 0 6%;
}

#content .dl_terms dt {
  margin: 0 0 0.5em;
  padding: 13% 0 0;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.1;
}

#content .dl_terms dt:first-child {
  padding: 0;
}

#content .dl_terms dd {
  font-size: 15px;
  line-height: 1.73;
}

@media all and (min-width: 768px) {
  #content .dl_terms dd {
    font-size: 16px;
    line-height: 2;
  }
}

#content .dl_terms .ul_orange {
  font-size: 15px;
  line-height: 1.73;
  margin: 0 0 0 0.6%;
  padding: 3.6% 0 0;
}

@media all and (min-width: 768px) {
  #content .dl_terms .ul_orange {
    font-size: 16px;
    line-height: 2;
  }
}

#content .dl_terms .ul_orange li {
  padding: 0 0 0 1.1rem;
  position: relative;
}

#content .dl_terms .ul_orange li:before {
  content: '';
  width: 9px;
  height: 9px;
  background: #f58030;
  display: block;
  position: absolute;
  left: 0;
  top: .5rem;
  border-radius: 5px;
}

#content .dl_terms .ul_decimal {
  font-size: 15px;
  line-height: 1.73;
  padding: 0 0 0 1.1rem;
}

@media all and (min-width: 768px) {
  #content .dl_terms .ul_decimal {
    font-size: 16px;
    line-height: 2;
  }
}

#content .dl_terms .ul_decimal.mt {
  margin-top: 1em;
}

#content .dl_terms .ul_decimal li {
  padding: 0 0 0 .5rem;
  position: relative;
}

#content .dl_terms .ul_decimal li span {
  position: absolute;
  left: -1.2em;
}

@media all and (min-width: 768px) {
  #content .dl_terms .ul_decimal {
    margin: 0 0 0 1em;
    padding: 0 0 0 .3em;
  }
  #content .dl_terms .ul_decimal li {
    padding: 0 0 0 1rem;
  }
}

@media all and (min-width: 768px) {
  #content .dl_terms {
    margin: 0 0 6%;
  }
  #content .dl_terms dt {
    margin: 0 0 1.4%;
    padding: 5% 0 0;
    font-size: 32px;
    line-height: 1;
  }
  #content .dl_terms .ul_orange {
    margin: 0 0 0 3%;
    padding: .6% 0 0;
  }
  #content .dl_terms .ul_orange li {
    padding: 0 0 0 1.4rem;
  }
  #content .dl_terms .ul_orange li:before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
