@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/

.category_links {
  letter-spacing: 0.2rem;
  background: #041e52;
  margin: 35px 0 30px;
  padding: 18px 20px 18px 30px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 4rem;
  text-align: left;
  border-left: 4px solid #d6f900;
  position: relative;
  color: #FFF;
}

p {
  word-break: break-all;
}

#toc li.is-hidden,
#toc ul.is-hidden {
  display: none;
}

#toc .list-btn {
  background: #666666 url(img/arr_white_up.png) right 20px top 50% no-repeat;
  background-size: 15px auto;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  padding: 18px 50px 18px 30px;
  position: relative;
  line-height: 2.4rem;
  box-shadow: 5px 5px 0 0 #ccc;
  cursor: pointer;
}

#toc .list-btn-closed {
  background: #666666 url(img/arr_white_down.png) right 20px top 50% no-repeat;
  background-size: 15px auto;
}

.sec_comCont05  p .txt_bold {
    color: #d6f900;
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
}

#keyArea .key02 .container .key02H2 .bg_white .fc_blue {
    font-size: 4rem;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

#worries_cont .pickuptxt {
    margin: 0px auto 20px;
    position: relative;
}









}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .category_links {
    letter-spacing: 0.2rem;
    font-weight: 900;
    margin: 35px 0 20px;
    padding: 12px 10px 12px 15px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.8rem;
    text-align: left;
    position: relative;
  }



#worries_cont .pickuptxt {
        margin: 20px auto 0px;
        position: relative;
    }





}
