/* ----------------------------------------
基本調整
---------------------------------------- */
.c-main .c-article__content {margin: 25px 0 0 0;}
.c-main .c-article__heading {margin: 55px 0 0 0;}

/*faq top*/
.c-main.faq_index .c-article__content:first-child {margin-top:60px;}
.c-main.faq_index .c-article__content:last-child {margin-bottom:44px;}

/*杏雨書屋*/
.c-main.faq_kyou .c-article__heading:first-child {margin: 60px 0 0 0;}

/* ----------------------------------------
.faq-nav FAQ切り替えナビSP
---------------------------------------- */
ul.faq-nav {
  border:1px solid #d9e7e5;
  margin:60px auto 0;
  border-left:1px solid #d9e7e5;
}

ul.faq-nav li {
  font-size:1.6rem;
  width:calc(100% / 2);
  border-right:1px solid #d9e7e5;
  border-bottom:1px solid #d9e7e5;
}

ul.faq-nav li a::before {left:-1.2rem;}

ul.faq-nav li:nth-child(even) {border-right:none;}
ul.faq-nav li:last-child,
ul.faq-nav li:nth-last-child(2):nth-child(odd) {border-bottom:none;}


/* current */
ul.faq-nav li.current a::before {left:-1rem;}


/* ----------------------------------------
.qa-list よくあるご質問一覧SP
---------------------------------------- */
.c-main .c-content__btn {
  display: block;
  margin-bottom:60px;
}
.c-main .c-content__btn::after{content:none;}

.c-main .c-content__btn a {
  height:60px;
  width:100%;  
  margin-bottom:10px;  
}

.c-main .c-content__btn a:last-child {margin-right:0;}




/* ----------------------------------------
qaWrap QA中身SP
---------------------------------------- */

/* Q */
.qaWrap dt{
 font-size: 1.6rem;
 line-height: 1.75;
}

.qaWrap dt a{padding: 16px 50px 16px 40px;}

/* Q +-アイコンボタン */
.qaWrap dt .btnStyle{width: 20px;}
.qaWrap dt .btnStyle::before,
.qaWrap dt .btnStyle::after{
  width: 20px;
  height: 2px;
}

/* A */
.qaWrap dd {padding: 25px 0 35px 40px;}


/* QとAのアイコン */
.qaWrap dt .q{
 font-size: 2.4rem;
 left: 8px;
 top: 8px;
}

.qaWrap dd .a{
 font-size: 2.1rem;
 width: 26px;
 height: 26px;
 line-height: 1.238;
 left: -38px;
 top: 5px;
}



/* ----------------------------------------
お問合せボタン
---------------------------------------- */
.c-main .c-article__content.contact {margin:50px auto 60px;}

_:-ms-input-placeholder, :root .c-main .c-information__btn--link {
  min-height:68px;
  height: 68px;
}
