@charset "UTF-8";
/*
---------------------------------------------------------
 サイト幅 
--------------------------------------------------------- */
.In-wrap {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}

/*
======================================================================
_pc-faq02
======================================================================*/
/* --------------------------------------------------------
-----------------------------------------------------------
 #LO-faq02
-----------------------------------------------------------
----------------------------------------------------------- */
#LO-faq02 .LO-content-wrap{
  background: #FFF; 
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 7px 2px;
  margin-bottom: 50px;
  padding: 38px 38px 50px;
}

#LO-faq02 .LO-categ-wrap {
  margin-bottom: 30px;
}

#LO-faq02 .LO-categ-wrap .wb-faq {
  overflow: hidden;
  /*clearfixの代用*/
}

#LO-faq02 .LO-categ-wrap .wb-faq-categ {
  float: left;
  margin-left: 12px;
  width: calc((100% - 37px) / 4);
}

#LO-faq02 .LO-categ-wrap .wb-faq-categ:nth-of-type(4n+1) {
  margin-left: 0;
  clear: both;
}

#LO-faq02 .LO-categ-wrap .wb-faq-categ:nth-of-type(n+5) {
  margin-top: 12px;
}

#LO-faq02 .LO-categ-wrap .wb-faq-categ a {
  border: 1px solid #333;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3.5px 1px;
  letter-spacing: 0;
  padding: 5px 12px 5px 23px;
  font-size: 15px;
  border-radius: 4px;
  line-height: 1.5;
  text-decoration: none !important;
  position: relative;
  display: block;
  background-color: #fff;
}

#LO-faq02 .LO-categ-wrap .wb-faq-categ a:before {
  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: 13px;
  left: 9px;
}

/*
---------------------------------------------------------
 LO-content-wrap
--------------------------------------------------------- */
#LO-faq02 .LO-content-wrap .wb-faq-categ {
  margin-bottom: 50px;
}

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

#LO-faq02 .LO-content-wrap .wb-faq-categ-title {
  line-height: 1.3;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 20px;
}

#LO-faq02 .LO-content-wrap .wb-faq-categ-title span {
  display: block;
  padding: 4px 0 4px 8px;
}

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

#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;
  margin-bottom: 20px;
  padding: 15px 15px 15px 50px;
  border-radius: 6px;
}

#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-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #0889c5;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  border-radius: 50%;
  box-sizing: border-box;
}

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

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

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

#LO-faq02 .LO-content-wrap .wb-faq-list .wb-faq-list-question span {
  text-decoration: underline;
  cursor: pointer;
}
#LO-faq02 .LO-content-wrap .wb-faq-list .wb-faq-list-question span:hover {
  text-decoration: none;
}

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