@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: 17.3%;
}

#content .link_area li {
  float: left;
  display: table;
  width: 50%;
  min-height: 62px;
  border-left: 1px solid #e1e1e1;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content .link_area li a {
  width: 100%;
  color: #000000;
  display: table-cell;
  vertical-align: middle;
}

#content .link_area li a span {
  padding-right: 25px;
  position: relative;
  display: inline-block;
  text-align: left;
}

#content .link_area li a span:before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #f58030;
  position: absolute;
  right: 4px;
  top: calc(50% - 7px);
}

#content .link_area li a span:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-right: 1px solid #f58030;
  border-bottom: 1px solid #f58030;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 2px;
  top: calc(50% + 2px);
}

#content .link_area li:last-child {
  border-right: 1px solid #e1e1e1;
}

@media all and (min-width: 768px) {
  #content .link_area li {
    letter-spacing: 0.08em;
  }
}

#content h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.08;
  margin-top: 15.5%;
  margin-bottom: 5.7%;
}

#content p {
  font-size: 15px;
  line-height: 1.73;
}

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

#content p small {
  font-size: 12px;
  line-height: 1.75;
}

#content ol {
  list-style-type: none;
}

#content ol li {
  position: relative;
  margin-bottom: 2.5%;
  padding-bottom: 9.7%;
}

#content ol li:after {
  content: '';
  display: block;
  border-top: 9px solid #f58030;
  border-right: 7px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  bottom: 0;
  left: calc(50% - 7px);
}

#content ol li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

#content ol li:last-child:after {
  content: none;
}

#content ol li dl dt {
  margin-bottom: 2.8%;
  line-height: 36px;
  font-size: 19px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#content ol li dl dt img {
  width: 36px;
  margin-right: 0.5em;
}

#content .btn_area {
  margin-top: 4%;
  padding: 10.9% 0;
  background: url(../img/bg_download_sp.jpg) center no-repeat;
  background-size: cover;
}

#content .btn_area p a {
  display: block;
  padding: 6.5% 8.7%;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
}

#content .btn_area p a img {
  width: 77px;
  margin-right: 1em;
  vertical-align: middle;
}

#content .btn_area p a span {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

@media all and (min-width: 768px) {
  #content {
    padding-bottom: 150px;
  }
  #content .link_area li a {
    position: relative;
  }
  #content .link_area li a:after {
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    background: #f58030;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.1s;
    -o-transition: width 0.1s;
    transition: width 0.1s;
  }
  #content .link_area li a:hover:after {
    width: 100%;
  }
  #content h2 {
    font-size: 32px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  #content p {
    font-size: 15px;
    line-height: 1.73;
  }
}

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

@media all and (min-width: 768px) {
  #content p small {
    line-height: 2;
  }
  #content ol {
    list-style-type: none;
  }
  #content ol li {
    float: left;
    width: 420px;
    margin-bottom: 0;
    padding-right: 50px;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #content ol li:after {
    content: '';
    display: block;
    border-top: 7px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #f58030;
    position: absolute;
    top: 14px;
    bottom: auto;
    left: auto;
    right: 28px;
  }
  #content ol li:last-child {
    width: 360px;
  }
  #content ol li:last-child:after {
    content: none;
  }
  #content ol li dl dt {
    margin-bottom: 2.8%;
    line-height: 42px;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #content ol li dl dt img {
    width: 42px;
    margin-right: 0.5em;
  }
  #content .btn_area {
    margin: 50px auto 0;
    padding: 0;
    background: url(../img/bg_download_pc.jpg) center no-repeat;
    background-size: auto;
    width: 1200px;
  }
  #content .btn_area p {
    padding: 60px 0;
  }
  #content .btn_area p a {
    display: block;
    width: 816px;
    margin: 0 auto;
    padding: 35px 0;
    text-align: center;
    background: transparent;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
  }
  #content .btn_area p a:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  #content .btn_area p a img {
    width: 138px;
    margin-right: 35px;
  }
  #content .btn_area p a span {
    font-size: 22px;
  }
}
