  @charset "utf-8";

.lowerpage > h2.categorytit.faq {
  background-image: url("/e/navi/images/bg_title_faq.jpg");
}
.lowerpage > h2.categorytit.links {
  background-image: url("/e/navi/images/bg_title_links.jpg");
}
.lowerpage > h2.categorytit.sitemap {
  background-image: url("/e/navi/images/bg_title_sitemap.jpg");
}
.lowerpage section h3 {
  background: none;
  color: #045884;
  padding: 0;
}

.lowerpage .faqbox dl {
  background: #f1f1f2;
}
.lowerpage .faqbox dl dt {
  font-family: "Alata";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #045884;
  position: relative;
  padding: .15em 0 .5em 2em;
}
.lowerpage .faqbox dl dt::before {
  content: "Q";
  background: #045884;
  color: #fff;
  display: block;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: .75em;
  position: absolute;
  top: 0;
  left: 0;
}
.lowerpage .faqbox dl dd {
  background: #fff;
  position: relative;
}
.lowerpage .faqbox dl dd::before {
  content: "A";
  font-family: "Alata";
  font-style: normal;
  font-weight: 400;
  color: #D93600;
  border: 1px solid #D93600;
  display: block;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.25em;
  border-radius: .75em;
  position: absolute;
}
.lowerpage .links .arrowlist a {
  display: inline-block;
}
.lowerpage .sitemap > section.flexbox h4 + h4 {
  margin-top: 0;
}
.lowerpage .sitemap .arrowlist > li {
  padding-left: 1.2em;
}
.lowerpage .sitemap .arrowlist a {
  display: inline-block;
  margin-left: -1.2em;
}
.lowerpage .sitemap section .arrowlist + h4 {
	margin-top: .5em;
}

/*-----------------------------------------------
  for Smartphone
-----------------------------------------------*/
@media only screen and (max-width: 640px) {
  .lowerpage .faqbox dl {
    padding: 15px 3%;
  }
  .lowerpage .faqbox dl + dl {
    margin-top: 1em;
  }
  .lowerpage .faqbox dl dt {
    font-size: 1.8rem;
  }
  .lowerpage .faqbox dl dd {
    padding: 10px 3% 10px calc(3% + 3em);
  }
  .lowerpage .faqbox dl dd::before {
    font-size: 1.7rem;
    left: 3%;
    top: 10px;
  }
  
  
}


/*-----------------------------------------------
  for Tablet & PC
-----------------------------------------------*/
@media only screen and (min-width: 641px), print {
  .lowerpage .faqbox dl {
    padding: 20px;
  }
  .lowerpage .faqbox dl + dl {
    margin-top: 2em;
  }
  .lowerpage .faqbox dl dt {
    font-size: calc(1.8rem + ((1vw - 0.3rem) * 0.4444));
  }
  .lowerpage .faqbox dl dd {
    padding: 20px 20px 20px calc(20px + 3em);
  }
  .lowerpage .faqbox dl dd::before {
    font-size: calc(1.8rem + ((1vw - 0.3rem) * 0.4444));
    left: 20px;
    top: 15px;
  }
  
  .lowerpage .links > section.flexbox > h3 {
    flex-basis: 40%;
    padding-right: 30px;
  }
  .lowerpage .links > section.flexbox > .arrowlist {
    flex-basis: 60%;
    margin-top: 0;
  }
  .lowerpage .links > section.flexbox > .arrowlist > li + li {
    margin-top: .3em;
  }
  
  .lowerpage .sitemap > section.flexbox > h3 {
    flex-basis: 30%;
    padding-right: 30px;
  }
  .lowerpage .sitemap > section.flexbox > div {
    flex-basis: 70%;
    margin-top: 0;
  }
  .lowerpage .sitemap > section.flexbox > div .arrowlist > li + li {
    margin-top: .3em;
  }
  
}