@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
 COMMON
-----------------------------------------------------------
----------------------------------------------------------- */
body {
  font-size: 14px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
 faq02
-----------------------------------------------------------
----------------------------------------------------------- */
#LO-faq02 .LO-content-wrap{
  margin-bottom: 35px; 
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 7px 2px;
  margin-bottom: 20px;
  padding: 12px 18px 18px;
}

/*
---------------------------------------------------------
 LO-categ-wrap
--------------------------------------------------------- */
#LO-faq02 .LO-categ-wrap {
  /* @mixin:SP-content-body */
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 25px;
}

#LO-faq02 .LO-categ-wrap .wb-faq {
  overflow: hidden;
}

#LO-faq02 .LO-categ-wrap .wb-faq-categ {
  float: left;
  margin-left: 10px;
  width: calc((100% - 11px) / 2);
}
#LO-faq02 .LO-categ-wrap .wb-faq-categ:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}
#LO-faq02 .LO-categ-wrap .wb-faq-categ:nth-of-type(n+3) {
  margin-top: 10px;
}

#LO-faq02 .LO-categ-wrap .wb-faq-categ a {
  /* @mixin:SP-btn-anchor */
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
  border: 1px solid #333;
  display: block;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  word-break: break-all;
  text-align: left;
  background-color: #FFF;
  border-radius: 3px;
  padding: 7px 10px 7px 22px;
}
#LO-faq02 .LO-categ-wrap .wb-faq-categ a:before {
  /* @mixin:SP-btn-anchor */
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #142657 transparent transparent transparent;
  display: block;
  top: 12px;
  left: 8px;
}

/*
---------------------------------------------------------
 LO-content-wrap
--------------------------------------------------------- */
#LO-faq02 .LO-content-wrap {
  padding: 20px;
}
#LO-faq02 .LO-content-wrap .wb-faq-categ {
  /* @mixin:SP-content-block */
  margin-bottom: 50px;
}
#LO-faq02 .LO-content-wrap .wb-faq-categ:last-child {
  /* @mixin:SP-content-block */
  margin-bottom: 0;
}

#LO-faq02 .LO-content-wrap .wb-faq-categ-title {
  /* @mixin:SP-title-block */
  position: relative;
  line-height: 1.3;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 0 8px 8px;
}

#LO-faq02 .LO-content-wrap .wb-faq-categ-title::before {
  background: #0889c5;
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 48px;
}

#LO-faq02 .LO-content-wrap .wb-faq-categ-title span {
  display: block;
  padding: 7px 10px;
  text-align: center;
}

#LO-faq02 .LO-content-wrap .wb-faq-list {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 15px;
}

#LO-faq02 .LO-content-wrap .wb-faq-categ:last-child .wb-faq-list:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

#LO-faq02 .LO-content-wrap .wb-faq-list .wb-faq-list-question,
#LO-faq02 .LO-content-wrap .wb-faq-list .wb-faq-list-answer {
  position: relative;
  padding: 12px 10px 12px 45px;
  margin-bottom: 15px;
  border-radius: 6px;
}

#LO-faq02 .LO-content-wrap .wb-faq-list .wb-faq-list-question::before {
  content: 'Q';
  background-color: #0889c5;
  color: #fff;
}

#LO-faq02 .LO-content-wrap .wb-faq-list .wb-faq-list-answer::before {
  content: 'A';
  background-color: #f54c27;
  color: #fff;
}

#LO-faq02 .LO-content-wrap .wb-faq-list .wb-faq-list-question::before,
#LO-faq02 .LO-content-wrap .wb-faq-list .wb-faq-list-answer::before {
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}

#LO-faq02 .LO-content-wrap .wb-faq-list .wb-faq-list-answer {
  background-color: #fff5f2;
  display: none;
}

