@charset "UTF-8";

section.faqCategory {
  max-width: 1240px;
  width: 90%;
  margin: 0px auto 60px auto;
  padding: 20px 20px 0px 20px;
  background: #FFFFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #00000029;
}

section.faqCategory>ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

section.faqCategory>ul li {
  margin: 0px 10px 10px 0px;
  padding: 0px;
}

section.faqCategory div.category-block {
  width: 100%;

  position: relative;
  background: #FFFFFF;
  border: 1px solid #707070;
  margin: 0px 20px 0px 0px;
  padding: 10px 0px 10px 10px;

  color: #000;
  text-align: center;
  font-size: 15px;

  -moz--sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.faqCategory span.category-name::after {
  position: absolute;

  font-size: 12px;
  line-height: 22px;
  content: ">";
  right: 10px;
}

.faq-breadcrumbs{
  padding:0.5em;
  width:100%;
  background-color: #eee;
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.faq-breadcrumbs a{
  margin: 0 10px;
  color: #1a0dab;
}

.faq-breadcrumbs span{
  margin: 0 10px;
}

.faq_answer{
  padding: 0 30px;
}

.faq_answer a{
  color: #1a0dab;
}

h2.faq-category {
  line-height: 30px !important;
  padding: 20px !important;
}

h2.faq-subcategory {
  line-height: 30px !important;
  padding: 20px !important;
}

#acMenu dt {
  display: block;
  background: #fff;
  /* line-height: 50px; */
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

#acMenu dt:hover {
  background-color: #ffd1b0;
}

#acMenu dd {
  display: none;
  background: #eee;
  padding-bottom: 30px;
}

.faq_answer p {
  margin: 0px;
}

div.contact-link-block {
  line-height: 40px;
  padding: 0px 20px 0px 20px;
  border-radius: 5px;
  opacity: 1;
  font-size: 15px;
  text-decoration: underline;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.contact-link-block:hover {
  background: #ffd1b0;
}

@media screen and (max-width: 1024px) {
  div.contact-link-block {
    margin-top: 0px;
  }
}

@media screen and (max-width:1024px) {
  #acMenu dt {
    display: block;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
  }
  .faq-section{
    font-size: 13px;
  }
}

.faq_icon {
  color: #ff974b;
  font-size: 1.5em;
  margin-right: 0.2em;
}

hr.faq_line {
  border-top: 2px solid #eee;
}

dd.faq_title {
  margin: 10px;
}

hr.faq_line {
  border-top: 2px solid #eee;
}

dd.faq_title {
  margin: 10px;
}

dd.faq_title:hover {
  color: orange;
}

h3.faq{
  margin-top:30px;
}

dl.faq{
  margin: 20px;
}

dl.type3{
  margin-top: 10px;
}

@media screen and (max-width:1024px) {
  section.faqCategory {
    margin-bottom: 20px;
  }
}

section.search input[type="text"] {
  width: 100%;
  max-width: 1220px;
}

@media screen and (max-width:1024px) {
  section.search {
    text-align: center;
    margin-bottom: 20px;
  }

  section.search input[type="submit"] {
    width: 100%;
    max-width: 1220px;
  }
}

section.faq>h2 {
  margin: 20px 0px 40px 0px;
  padding: 0px;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #000000;
}

section.faq>dl {
  margin: 0px 0px 60px 0px;
  padding: 0px;
}

section.faq>dl dt {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: normal;
}

section.faq>dl dd {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #DBDBDB;
  font-size: 15px;
  font-weight: normal;
}

@media screen and (max-width:1024px) {
  section.faq>h2 {
    font-size: 18px;
  }

  section.faq>dl dt {
    font-size: 15px;
    text-decoration: underline;
  }
}
