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

#index .addCont01.list {
    margin-top: 2rem;
}
#index .addCont01.list .headArea {
    margin: 0 0 30px 0;
}



.faq-list {
  margin: 1em 0;
}

.faq-item {
  margin-bottom: 0.8em;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  padding: 0.8em 1em;
  background-color: #eef8fd;
  font-weight: 600;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none; /* デフォルトの▶アイコンを非表示 */
}

.faq-item summary::after {
  content: "＋";
  float: right;
  color: #0070d2;
  font-weight: bold;
}

.faq-item[open] summary::after {
  content: "－";
}

.faq-body {
  padding: 0.8em 1em;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
  font-size: 0.95em;
}

.faq-body ul {
  margin: 0.5em 0 0.5em 1.2em;
  list-style: disc;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 481px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

#category #index .addCont01 .thBoxArea .sBox {
    width: 32%;
    padding: 0 20px 30px;
    float: left;
    margin: 0 5px;
    background: #FFF;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
}

#category #index .addCont01 .thBoxArea .sBox .comName {
    font-size: 1.8rem;
    padding: 2rem 1rem 2rem;
    margin: 0px -20px 2rem;
    line-height: 1.2;
    align-items: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    background: var(--color-gradient);
    width: calc(100% + 40px);
    margin-left: -20px;
    color: #ffffff;
    font-weight: bold;
    box-sizing: border-box;
}

#category #index .addCont01 .thBoxArea .sBox .comName + h3, #index .addCont01 .thBoxArea .sBox .comName + div {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    font-weight: bold;
    height: 60px;
}

#category #index .addCont01 .thBoxArea .sBox .btn-internal a, #index .addCont01 .thBoxArea .sBox .btn-web a {
	padding:2rem 4rem 2rem 1rem;
}


#category #index .addCont01 .txt-quote2 {
    margin: 2rem 15px 0;
    color: #222;
    font-size: 1.2rem;
}

}


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

@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/




#category #index .addCont01 .thBoxArea .sBox .comName {
    font-size: 2.4rem;
    padding: 2rem 1rem 2rem;
    margin: 0px -20px 2rem;
    line-height: 1.2;
    align-items: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    background: var(--color-gradient);
    width: calc(100% + 40px);
    margin-left: -20px;
    color: #ffffff;
    font-weight: bold;
    box-sizing: border-box;
}
  #category #index .addCont01::before {
        top: 0rem;
        height: calc(100% - 1rem);
}

}