html {
  font-size: 62.5%; }

* {
  box-sizing: border-box;
  font-family: '"Helvetica Neue",Helvetica,Arial,sans-serif, Hiragino Kaku Gothic ProN', Meiryo, sans-serif; }

.cf {
  zoom: 1; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

#pageWrap {
  padding-bottom: 4.8rem; }
  #pageWrap #inner {
    padding: 0 4% 0;
    width: 100%; }

.kenta {
  background-color: white !important; }

.inner {
  padding: 0 5%; }

#catch #top_imgWrap {
  width: 100%;
  height: auto; }
  #catch #top_imgWrap img {
    width: 100%;
    height: auto; }
#catch #top_catchWrap {
  padding: 6.2rem 0 0;
  height: 18rem;
  color: white;
  background-color: #3E4450;
  text-align: center; }
  #catch #top_catchWrap h3 {
    font-size: 3rem;
    letter-spacing: 4px;
    padding: 0 0 1rem; }
  #catch #top_catchWrap p {
    opacity: 0.7;
    font-size: 1.5rem;
    letter-spacing: 1px; }
#catch h1 {
  width: 100%;
  background-color: #595C62;
  font-size: 2.4rem;
  letter-spacing: 1.2px;
  padding: 2.4rem 0;
  text-align: center;
  color: white;
  margin-top: -0.2rem; }
#catch h2 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.5rem;
  line-height: 2.25rem;
  padding: 2rem 21px;
  font-weight: normal;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.12);
  max-width: 400px;
  margin: 0 auto; }

.body_section {
  padding: 2.4rem 0 2.4rem;
  max-width: 400px;
  margin: 0 auto; }
  .body_section .inner h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1.4rem; }
    .body_section .inner h3:before {
      content: "";
      width: 156px;
      height: 13.6rem;
      background-image: url("../img/ic_alpaca.png");
      background-repeat: no-repeat;
      background-position: center center;
      display: block;
      margin: 0 auto 1.8rem;
      background-size: 156px 13.6rem;
      color: rgba(0, 0, 0, 0.87); }
    .body_section .inner h3.kenta:before {
      background-image: url("../img/ic_taurus.png"); }
  .body_section .inner p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: rgba(0, 0, 0, 0.87);
    padding: 0 21px 2rem; }
    .body_section .inner p span {
      font-weight: bold; }
    .body_section .inner p small {
      font-weight: bold;
      font-size: 1.2rem; }
  .body_section .body_imgWrap {
    width: 100%;
    margin: 0 auto 2rem;
    text-align: center;
    overflow: hidden; }
    .body_section .body_imgWrap.upper:after {
      content: "";
      margin: -2px 12% 0;
      width: 76%;
      height: 0.1rem;
      background-color: rgba(0, 0, 0, 0.12);
      display: block; }
    .body_section .body_imgWrap.bottom:before {
      content: "";
      margin: 0 12% 0;
      width: 76%;
      height: 0.1rem;
      background-color: rgba(0, 0, 0, 0.12);
      display: block; }
    .body_section .body_imgWrap img {
      width: 320px; }

.interview dl dt img {
  width: 60px;
  height: 6rem;
  float: left; }
.interview dl dt h6 {
  font-size: 1.7rem;
  color: rgba(0, 0, 0, 0.87);
  margin-left: 80px;
  padding: 1.9rem 0 0; }
.interview dl dd {
  display: block;
  float: left;
  background-color: #EDEDED;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  padding: 1.5rem 15px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin: 2rem auto 0; }
  .interview dl dd:before {
    position: absolute;
    content: "";
    background-image: url("../img/bln_edg.png");
    width: 28px;
    height: 1.9rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28px 1.9rem;
    top: -1.4rem;
    left: 14px; }

.tp_bd {
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

footer {
  background-color: #595C62;
  color: white;
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  padding: 0.8rem 0; }

#faq_pageWrap section:not(#catch) {
  padding: 0 15px 0; }
#faq_pageWrap #catch h2 {
  padding: 2rem 15px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
#faq_pageWrap #Q_A {
  max-width: 400px;
  margin: 0 auto 6.4rem; }
  #faq_pageWrap #Q_A dl {
    color: #262D3B; }
    #faq_pageWrap #Q_A dl dt {
      padding: 2rem 0 1.8rem;
      cursor: pointer; }
      #faq_pageWrap #Q_A dl dt:before {
        content: "";
        width: 28px;
        height: 2.8rem;
        background-image: url("../img/ic_faq_q.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 28px 2.8rem;
        display: block;
        float: left;
        padding: 0 0; }
      #faq_pageWrap #Q_A dl dt h6 {
        font-weight: bold;
        font-size: 1.5rem;
        line-height: 2.25rem;
        letter-spacing: 0.4px;
        padding-left: 43px; }
    #faq_pageWrap #Q_A dl dd {
      color: #4E4E4E;
      font-size: 1.4rem;
      line-height: 2.1rem;
      padding-left: 14px;
      position: relative;
      height: 100%;
      border-left: 2px solid rgba(0, 0, 0, 0.12);
      margin-left: 28px;
      margin-bottom: 2rem; }
    #faq_pageWrap #Q_A dl span {
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
      height: 0.1rem;
      margin-left: 43px;
      display: block; }

/*# sourceMappingURL=style.css.map */
