@charset "utf-8";

@media print, screen and (min-width: 768px){
  #rwd-content #rwd-main-content {
    margin-bottom: 0;
  }
}

/* --------------------------------------------
  lead-area
-------------------------------------------- */

.lead-area {
  padding: 60px 11.5% 85px;
  margin: 23px -2.45% 0;
  background: #fff;
  position: relative;
}
.lead-area::before {
  width: 97.65%;
  height: 23px;
  position: absolute;
  right: 0;
  top: -23px;
  display: block;
  content: "";
  background: #f6b9b4;
}
.lead-area dt {
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #67a47a;
  font-weight: bold;
}
.lead-area dd {
  line-height: 1.6;
}
.lead-area dd a {
  color: #0600ff !important;
  text-decoration: none !important;
}
.lead-area dd a:hover {
  text-decoration: underline !important;
}

@media print, screen and (min-width: 768px) and (max-width: 1296px) {
  .lead-area {
    margin-right: -1.0%;
    margin-left: -1.0%;
  }
}

@media print, screen and (max-width: 767px){
  .lead-area {
    padding: 40px 0 50px;
    margin: 0;
  }
  .lead-area::before {
    display: none;
  }
  .lead-area dt {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .lead-area dd {
    line-height: 1.4;
  }
}

/* --------------------------------------------
  qa-titles
-------------------------------------------- */

#qa-titles .headline {
  margin-bottom: 75px;
  text-align: center;
}
#qa-titles .block-q ul {
  padding-left: 10px;
}

#qa-titles .block-q ul li {
  list-style: none;
  background: url(/faq/img/icon_q_s.svg) no-repeat left 8px;
  padding: 4px 0 3px 23px;
  margin-bottom: .6em;
  line-height: 1.5;
}
#qa-titles .block-q ul li .number {
  font-size: 1.8rem;
  font-family: 'Roboto';
  margin-right: 5px;
  color: #5476ba;
}

@media print, screen and (min-width: 768px) and (max-width: 1296px) {
  #qa-titles .headline {
    margin-right: -1.0%;
  }
}

@media print, screen and (max-width: 767px){
  #qa-titles .headline {
    margin-bottom: 40px;
  }
  #qa-titles .headline img {
    height: 60px;
  }
  #qa-titles .block-q ul {
    padding-left: 0;
  }
  #qa-titles .block-q ul li{
    list-style: none;
    background: url(/faq/img/icon_q_s.svg) no-repeat left 8px;
    padding: 4px 0 3px 23px;
    margin-bottom: .6em;
    line-height: 1.6;
  }
  #qa-titles .block-q ul li .number{
    font-size: 1.8rem;
    font-family: 'Roboto';
    margin-right: 5px;
    color: #5476ba;
  }
  #qa-titles .block-q .qtxt{
    display: block;
  }
}

/* --------------------------------------------
  qa-body
-------------------------------------------- */

#qa-body {
  margin-top: 80px;
}
#qa-body .headline {
  margin-bottom: 75px;
  background: #fff;
  text-align: center;
}

#qa-body dl a:link,
#qa-body p a:link {
  text-decoration: none!important;
}

#qa-body dl dd a {
  color: #0600ff !important;
  text-decoration: none !important;
}
#qa-body dl dd a:hover {
  text-decoration: underline !important;
}

#qa-body .icon_adobereder img {
  display: inline;
  width: 158px!important;
  height: 39px!important;;
  margin: 20px 12px 7px 0;
}

#qa-body .rwd-faq ol{
  margin-top: 20px;
  padding-left: 1.5em;
}
#qa-body .rwd-faq ol li{
  margin-bottom: .6em;
}

@media print, screen and (max-width: 767px){
  #qa-body {
    margin-top: 80px;
  }
  #qa-body .headline {
    margin-bottom: 35px;
  }
  #qa-body .headline img {
    height: 60px;
  }
  #rwd-content #qa-body .rwd-link-list01 li {
    line-height: 1.5;
  }
  
  #rwd-content #qa-body .rwd-link-list01 li::after {
    top: 4px!important;
  }
}
