@charset "utf-8";

/**
 *
 * faq
 *
 */

#header {
  background: #FFF;
}

#page-header {
  padding-bottom: 80px;
  background: rgba(237, 237, 237, 0.40);
}

@media screen and (max-width: 1200px) {
  #page-header {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  #page-header {
    padding-bottom: 40px;
  }

  #links .links-box:first-child {
    border-top: none;
  }
}

/*--------------------------------------------------------------------------
 FAQ
---------------------------------------------------------------------------*/
#faq {
  padding-bottom: 150px;
  background: #f6f6f6;
}

#faq .faq_list dt {
  width: 100%;
  display: table;
  cursor: pointer;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

#faq .faq_list dt:first-child {
  border-top: 1px solid #E0E0E0;
}

#faq .faq_list dt:hover {
  border-bottom-color: #111;
}

#faq .faq_list dt.active {
  border-bottom-color: transparent !important;
}

#faq .faq_list dt span {
  display: table-cell;
}

#faq .faq_list dt .icon {
  width: 60px;
  text-align: center;
  line-height: 1.8;
  color: #111;
  font-family: 'Marcellus', serif;
  font-size: 20px;
  font-weight: 400;
}

#faq .faq_list dt .txt {
  padding: 35px 35px 35px 0;
  line-height: 1.8;
  font-weight: 600;
  position: relative;
}

#faq .faq_list dt .plus::before,
#faq .faq_list dt .plus::after {
  display: block;
  content: '';
  width: 2px;
  height: 14px;
  margin-top: -7px;
  background-color: #262626;
  position: absolute;
  top: 50%;
  right: 34px;
}

#faq .faq_list dt .plus::before {
  width: 14px;
  height: 2px;
  margin-top: -1px;
  top: 50%;
  right: 28px;
}

#faq .faq_list dt .minus,
#faq .faq_list dt.active .plus,
#faq .faq_list dd {
  display: none;
}

#faq .faq_list dt.active .minus {
  display: block;
}

#faq .faq_list dt.active .minus::before {
  display: block;
  content: '';
  width: 14px;
  height: 2px;
  margin-top: -1px;
  background-color: #262626;
  position: absolute;
  top: 50%;
  right: 29px;
}

#faq .faq_list dd {
  width: 100%;
  display: none;
  background: url(../image/dotline.png) left top repeat-x;
  -webkit-background-size: 4px auto;
  -o-background-size: 4px auto;
  background-size: 4px auto;
  border-bottom: 1px solid #E0E0E0;
}

#faq .faq_list dd .flex {
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#faq .faq_list dd .icon {
  width: 60px;
  padding-top: 32px;
  display: inline-block;
  text-align: center;
  line-height: 1.8;
  color: #111;
  font-family: 'Marcellus', serif;
  font-size: 20px;
  font-weight: 400;
}

#faq .faq_list dd .txt {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  padding: 35px 35px 35px 0;
  text-align: justify;
}

#faq .faq_list dd .txt .mt {
  display: block;
  margin-top: 1em;
}

#faq .faq_list dd .txt span.pc {
  display: inline !important;
}

#faq .faq_list dd .txt a {
  color: #707070;
  font-size: 14px;
  text-decoration: underline;
}

#faq .faq_list dd .txt a.tel,
#faq .faq_list dd .txt a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  #faq {
    padding-bottom: 120px;
  }

  #faq .faq_list dt .icon {
    width: 50px;
    font-size: 16px;
  }

  #faq .faq_list dt .txt {
    padding: 28px 28px 28px 0;
  }

  #faq .faq_list dt .plus::before,
  #faq .faq_list dt .plus::after {
    height: 12px;
    margin-top: -6px;
    top: 50%;
    right: 30px;
  }

  #faq .faq_list dt .plus::before {
    width: 12px;
    height: 2px;
    margin-top: -1px;
    right: 25px;
  }

  #faq .faq_list dt.active .minus::before {
    width: 12px;
    right: 25px;
  }

  #faq .faq_list dd .icon {
    width: 50px;
    padding-top: 26px;
    font-size: 16px;
  }

  #faq .faq_list dd .txt {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding: 28px 28px 28px 0;
  }

  #faq .faq_list dd .txt a {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #faq {
    padding-bottom: 90px;
  }

  #faq .faq_list dt:hover {
    border-bottom-color: #E0E0E0;
  }

  #faq .faq_list dt .icon {
    display: none;
  }

  #faq .faq_list dt .txt {
    padding: 22px 24px 22px 0;
  }

  #faq .faq_list dt .plus::before,
  #faq .faq_list dt .plus::after {
    top: 50%;
    right: 5px;
  }

  #faq .faq_list dt .plus::before {
    right: 0;
  }

  #faq .faq_list dt.active .minus {
    display: block;
  }

  #faq .faq_list dt.active .minus::before {
    top: 50%;
    right: 0;
  }

  #faq .faq_list dd .icon {
    display: none;
  }

  #faq .faq_list dd .txt {
    width: 100%;
    width: calc(100% - 30px);
    padding: 22px 0;
	text-align:initial;
  }
}