@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: 150px;
  }
  #content .lead {
    margin-bottom: 5.2%;
  }
}

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

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

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

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

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

#content .dl_privacy .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_privacy .ul_orange {
    font-size: 16px;
    line-height: 2;
  }
}

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

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

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

#content .box_gray {
  padding: 6% 8%;
  background: #f7f7f7;
}

#content .box_gray .ttl_contact {
  margin: 0 0 1.1%;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

#content .box_gray .text {
  font-size: 15px;
  line-height: 1.73;
}

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

#content .box_gray a {
  color: #f58030;
  text-decoration: underline;
}

#content .box_gray a:hover {
  text-decoration: none;
}

@media all and (min-width: 768px) {
  #content .box_gray {
    padding: 4.7% 5%;
  }
  #content .box_gray .ttl_contact {
    font-size: 24px;
    line-height: 1.333;
  }
}
