@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.category {
  display: none !important;
}
#footer {
  margin-top: -88px !important;
}
@media screen and (max-width: 818px) {
  #footer {
    margin-top: -138px !important;
  }
}
.page_bg_w .inner {
  padding-top: 80px;
  padding-bottom: 248px;
}
@media screen and (max-width: 818px) {
  .page_bg_w .inner {
    padding-top: 40px;
    padding-bottom: 160px;
  }
}
.faq .faq_content .faq_search_box {
  margin-top: 0 !important;
  margin-bottom: 40px;
}
@media screen and (max-width: 818px) {
  .faq .faq_content .faq_search_box {
    margin-bottom: 20px;
  }
}
.faq .faq_content .faq_search_box .search_ttl {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 818px) {
  .faq .faq_content .faq_search_box .search_ttl {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.faq .faq_content .faq_search_box .search_input {
  position: relative;
}
.faq .faq_content .faq_search_box .search_input:after {
  content: '';
  position: absolute;
  top: 16px;
  left: 15px;
  width: 14px;
  height: 14px;
  background: url(../img/common/search_faq.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .faq .faq_content .faq_search_box .search_input:after {
    top: 12px;
  }
}
.faq .faq_content .faq_search_box .search_input input {
  width: 100%;
  padding: 0 15px 0 40px;
  border-left: 1px solid #717171;
  border-bottom: 1px solid #717171;
  border-top: 1px solid #717171;
  font-size: 14px;
  font-weight: 500;
  line-height: 47px;
  border-right: none;
}
@media screen and (max-width: 818px) {
  .faq .faq_content .faq_search_box .search_input input {
    line-height: 37px;
  }
}
.faq .faq_content .faq_box {
  display: flex;
}
@media screen and (max-width: 818px) {
  .faq .faq_content .faq_box {
    display: block;
  }
}
.faq .faq_content .faq_box .s_main {
  width: calc(100% - 350px);
  padding-right: 50px;
}
@media screen and (max-width: 818px) {
  .faq .faq_content .faq_box .s_main {
    padding-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
.faq .faq_content .faq_box .s_main .faq_list + .faq_list {
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .faq .faq_content .faq_box .s_main .faq_list + .faq_list {
    margin-top: 20px;
  }
}
.faq .faq_content .faq_box .s_main .faq_list .cat_name {
  background: #2C2F34;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  padding: 10px 16px;
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .faq .faq_content .faq_box .s_main .faq_list .cat_name {
    font-size: 18px;
  }
}
.faq .faq_content .faq_box .s_main .faq_list ul li {
  margin-top: 8px;
}
@media screen and (max-width: 818px) {
  .faq .faq_content .faq_box .s_main .faq_list ul li {
    margin-top: 5px;
  }
}
.faq .faq_content .faq_box .s_main .faq_list ul li a {
  display: block;
  width: 100%;
  padding: 14px 24px 14px 60px;
  font-weight: bold;
  text-align: left;
  position: relative;
  background: #F4F3F3;
}
@media screen and (max-width: 818px) {
  .faq .faq_content .faq_box .s_main .faq_list ul li a {
    padding: 8px 10px 8px 36px;
  }
}
.faq .faq_content .faq_box .s_main .faq_list ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 24px;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/faq_q.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .faq .faq_content .faq_box .s_main .faq_list ul li a:after {
    left: 10px;
    width: 20px;
    height: 20px;
  }
}
.faq .faq_content .faq_box .s_side {
  width: 350px;
  background: #F4F3F3;
  padding: 40px 30px;
  height: fit-content;
}
@media screen and (max-width: 818px) {
  .faq .faq_content .faq_box .s_side {
    padding: 20px;
    width: 100%;
    margin-bottom: 40px;
  }
}
.faq .faq_content .faq_box .s_side .cat_ttl {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .faq .faq_content .faq_box .s_side .cat_ttl {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.faq .faq_content .faq_box .s_side ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  .faq .faq_content .faq_box .s_side ul li + li {
    margin-top: 10px;
  }
}
.faq .faq_content .faq_box .s_side ul li a {
  display: block;
  text-align: left;
}
.search_input form {
  display: flex;
  align-items: center;
}
.search_input form button {
  height: 100%;
  border: none;
  background: #BF0101;
  color: #ffffff;
  width: 120px;
  line-height: 47px;
  cursor: pointer;
}
@media screen and (max-width: 818px) {
  .search_input form button {
    line-height: 36px;
  }
}
.search_input form input {
  width: calc(100% - 120px);
  line-height: 47px;
}
@media screen and (max-width: 818px) {
  .search_input form input {
    line-height: 36px;
  }
}
.faq_null .nu_ttl {
  width: 100%;
  border-bottom: 1px solid #BF0101;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 818px) {
  .faq_null .nu_ttl {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.faq_null p {
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}
.faq_single .page_h2 {
  height: 114px !important;
}
@media screen and (max-width: 818px) {
  .faq_single .page_h2 .inner {
    padding-top: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
  }
}
.faq_single .page_bg {
  margin-top: 197px;
}
@media screen and (max-width: 818px) {
  .faq_single .page_bg {
    margin-top: 188px !important;
  }
}
.faq_single_box #breadcrumbs {
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 818px) {
  .faq_single_box #breadcrumbs {
    font-size: 12px;
  }
}
.faq_single_box #breadcrumbs a {
  margin-right: 7px;
}
.faq_single_box #breadcrumbs .breadcrumb_last {
  margin-left: 7px;
  text-align: left;
}
.faq_single_box #breadcrumbs a,
.faq_single_box #breadcrumbs span,
.faq_single_box #breadcrumbs p {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .faq_single_box #breadcrumbs a,
  .faq_single_box #breadcrumbs span,
  .faq_single_box #breadcrumbs p {
    font-size: 10px;
  }
}
.faq_single_box .s_ttl {
  width: 100%;
  border-bottom: 1px solid #BF0101;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .faq_single_box .s_ttl {
    margin-top: 20px;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.faq_single_box .date {
  text-align: right;
  color: #717171;
  margin-bottom: 16px;
}
@media screen and (max-width: 818px) {
  .faq_single_box .date {
    margin-bottom: 10px;
  }
}
.other .s_ttl {
  margin-top: 72px;
}
@media screen and (max-width: 818px) {
  .other .s_ttl {
    margin-top: 40px;
  }
}
.single_contact .s_ttl {
  margin-top: 72px;
  margin-bottom: 24px;
}
@media screen and (max-width: 818px) {
  .single_contact .s_ttl {
    margin-bottom: 16px;
    margin-top: 40px;
  }
}
.single_contact p {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 818px) {
  .single_contact p {
    margin-bottom: 16px;
  }
}
.single_contact .s_btn {
  line-height: 40px;
  width: 100%;
  max-width: 310px;
  margin: auto;
  border: 1px solid #BF0101;
  color: #BF0101 !important;
  display: block;
  position: relative;
  border-radius: 40px;
  font-size: 14px;
  font-weight: bold;
}
.single_contact .s_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_icon.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.single_contact .s_btn:hover {
  background: #BF0101;
  color: #ffffff !important;
}
.s_content h2 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .s_content h2 {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.s_content h3 {
  text-align: left;
  margin-bottom: 8px;
  margin-top: 32px;
}
@media screen and (max-width: 818px) {
  .s_content h3 {
    margin-top: 20px;
  }
}
.s_content img {
  max-width: 500px;
  margin-bottom: 32px;
}
@media screen and (max-width: 818px) {
  .s_content img {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.s_content p {
  text-align: left;
}
.no_bullets {
  margin-bottom: 40px !important;
  width: 100% !important;
  background: #F4F3F3 !important;
  padding: 32px !important;
  border: none !important;
}
@media screen and (max-width: 818px) {
  .no_bullets {
    padding: 15px !important;
    margin-bottom: 20px !important;
  }
}
.no_bullets .toc_title {
  text-align: left !important;
  font-weight: bold !important;
  margin-bottom: 16px !important;
}
@media screen and (max-width: 818px) {
  .no_bullets .toc_title {
    margin-bottom: 8px !important;
  }
}
.no_bullets .toc_list {
  text-align: left;
}
.no_bullets .toc_list li {
  text-align: left;
  position: relative;
  padding-left: 10px !important;
}
.no_bullets .toc_list li:after {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  transition: 0.3s ease-in-out;
}
.no_bullets .toc_list a {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  text-align: left;
}
