@charset "UTF-8";

.pagetitle {
  background: url(images/pagetitle_bg.png);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 227%;
  font-weight: 500;
  padding: 0.4em;
  border-radius: 10px;
  margin-bottom: 1em;
}
.pagetitle img {
  max-width: 61px;
  width: 100%;
  margin-right: 1em;
  height: auto;
}
.katsudou_title {
  border-top: 3px solid #00a400;
  text-align: center;
  margin-bottom: 1.5em;
}
.katsudou_title span {
  background: #00a400;
  color: #fff;
  display: inline-block;
  font-size: 190%;
  width: 20em;
  padding: 0.5em;
  border-radius: 0 0 10px 10px;
}
#faq .katsudou_title img {
  vertical-align: middle;
  margin-right: 1em;
}

/* 検索フォーム */

.searchbox input[type="text"], input[type="tel"], input[type="email"] {
  font-size: 100%;
}
.searchbox input[type="submit"],
.searchbox input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.searchbox input[type="submit"]::-webkit-search-decoration,
.searchbox input[type="button"]::-webkit-search-decoration {
  display: none;
}
.searchbox input[type="submit"]::focus,
.searchbox input[type="button"]::focus {
  outline-offset: -2px;
}
.searchbox {
  background: #d2eab3;
  padding: 1em 1em;
  margin-bottom: 2em;
}
#main .searchbox p {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.searchbox input[type="text"] {
  border-radius: 0;
  border: 0 none;
  padding: 5px 9px;
  box-sizing: border-box;
  width: 80%;
  height: 35px;
  font-size: 116%;
  border: 1px solid #2b93b5;
}
.searchbox button[type="submit"] {
  height: 35px;
  background: #2b93b5;
  color: #fff;
  box-sizing: border-box;
  width: 20%;
  text-align: center;
  border: 0 none;
  font-size: 116%;
  cursor: pointer;
  line-height: 1;
}
.searchbox button[type="submit"] img {
  vertical-align: middle;
  width: 23px;
  height: auto;
  margin-right: 5px;
}

/* 質問大項目一覧 */

.faq_cat {
  width: 80%;
  margin: 0 auto 3em;
}
.faq_cat > li {
  font-size: 132%;
  margin-bottom: 0.2em;
}
.faq_cat > li a {
  background: #effbe2 url(/images/arrow_green.png) no-repeat 1em 50%;
  display: block;
  color: #000;
  text-decoration: none;
  padding: 1em 1em 1em 2.5em;
  background-size: 15px;
}

/* 質問小項目一覧 */

.faq_title {
  margin-bottom: 2em;
}
.faq_title > li {
  background: #effbe2;
  text-align: center;
  color: #00a400;
  font-size: 190%;
  line-height: 1.3;
  padding: 0.5em;
}
.list_wrap {
  text-align: center;
}
.faq_cat_innerlist {
  margin-bottom: 3em;
  display: inline-block;
  text-align: left;
}
.faq_cat_innerlist > li {
  font-size: 150%;
  margin-bottom: 0.2em;
  line-height: 1.2;
}
.faq_cat_innerlist > li a {
  background: url(/images/arrow_green.png) no-repeat 1em 50%;
  display: block;
  padding: 0.8em 1em 0.8em 2.5em;
  background-size: 15px;
  color: #00a400;
  text-underline-offset: 4px;
}
#main .back_to_faq {
  text-align: center;
  margin-bottom: 4em;
}
#main .back_to_faq a {
  display: inline-block;
  background: #ebebeb;
  color: #000;
  text-decoration: none;
  padding: 0.5em 2em;
}
#main .back_to_faq a img {
  margin-left: 1em;
  vertical-align: middle;
}

/* 回答一覧ページ */

#faq.category .faq_inner_title {
  text-align: center;
  margin-bottom: 1.5em;
}
#faq.category .faq_inner_title > li {
  color: #00a400;
  font-size: 190%;
  border-bottom: 1px solid #00a400;
  padding-bottom: 0.5em;
}
#faq.category .faq_wrap {
  margin-bottom: 2em;
}
#faq.category .faq_wrap .que {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  box-sizing: border-box;
}
#faq.category .faq_wrap .ans {
  border-left: 1px solid #999;
  box-sizing: border-box;
}
#faq.category .faq_wrap dt {
  display: flex;
  min-height: 3em;
  align-items: stretch;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  background: #fff5df;
}
#faq.category .faq_wrap dd {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding: 1em;
  font-size: 132%;
  line-height: 1.7;
}
#faq.category #main .faq_wrap dd p {
  font-size: 100%;
}
#faq.category .faq_wrap dt .number {
  background: #fc849e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 190%;
  padding: 1em;
  border-right: 1px solid #999;
  width: 3.5em;
}
#faq.category .faq_wrap dt .sodan_group {
  font-size: 123%;
  display: flex;
  align-items: center;
  background: #fff5df;
  flex-wrap: wrap;
  padding: 1em;
}
#faq.category .faq_wrap dt .sodan_group .sodan {
  width: 100%;
  display: inline-block;
  margin-bottom: 0.5em;
}
.faq_wrap dl.ans dt .sodan_group .sodan {
  margin-bottom: 0;
}
#faq.category .faq_wrap dt .sodan_group .nenrei {
}
#faq.category .faq_wrap dt .sodan_group .seibetsu {
  padding-left: 1em;
}
#faq.category .faq_wrap dl.ans dt .number {
  background: #00a400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#faq.category .screen-reader-text { display: none; }
#faq.category .nav-links {
  margin-bottom: 3em;
}
#faq.category .page-numbers {
  display: flex;
  justify-content: center;
  /* margin-bottom: 2em; */
  align-items: center;
}
#faq.category .page-numbers > li {
  border: 1px solid #6666;
  margin-right: 1em;
  display: flex;
  align-items: stretch;
  font-size: 123%;
}
#faq.category .page-numbers > li:last-child {
  margin-right: 0;
}
.page-numbers > li a {
  color: #00f;
  padding: 1em;
}
#faq.category .page-numbers.current {
  background: #dcedd7;
  padding: 1em;
}
#faq.category .page-numbers.dots {
  padding: 1em;
}
/*
a.next .page-numbers {}
a.prev .page-numbers {}
*/
#faq.category .pnavi { display: none; }


@media only screen and (max-width: 1100px) {


}

@media only screen and (max-width: 896px) {

/* 検索フォーム */

  #main .searchbox p {
    width: 100%;
  }

/* 質問大項目一覧 */

  .faq_cat {
    width: 100%;
  }

}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 584px) {


  .pagetitle {
    font-size: 180%;
  }
  .katsudou_title span {
    font-size: 150%;
    width: 90%;
  }
}

@media only screen and (max-width: 515px) {


}

@media only screen and (max-width: 480px) {

/* 検索フォーム */

  .searchbox input[type="text"] {
    width: 70%;
  }
  .searchbox button[type="submit"] {
    width: 30%;
    font-size: 100%;
  }


}

@media only screen and (max-width: 414px) {


}

@media only screen and (max-width: 375px) {

  .pagetitle {
    font-size: 132%;
  }
  #main .katsudou_desc {
    font-size: 140%;
    text-align: left;
  }
  #faq .katsudou_title img {
    width: 33px;
    height: auto;
  }

/* 検索フォーム */

  .searchbox button[type="submit"] img {
    display: none;
  }

/* 質問大項目一覧 */

  .faq_cat > li {
    font-size: 123%;
  }

/* 質問小項目一覧 */

  .faq_title > li {
    font-size: 150%;
  }
  .faq_cat_innerlist > li {
    font-size: 132%;
  }
  #main .back_to_faq a img {
    width: 23px;
  }

/* 回答一覧ページ */

  #faq.category .faq_inner_title > li {
    font-size: 150%;
  }
  #faq.category .faq_wrap dd {
    padding: 0.8em;
  }
  #faq.category .faq_wrap dt .number {
    font-size: 170%;
    padding: 0.8em;
  }
  #faq.category .faq_wrap dd {
    line-height: 1.5;
  }

  #faq.category .page-numbers > li {
    margin-right: 0.8em;
    font-size: 123%;
  }
  .page-numbers > li a {
    padding: 0.8em;
  }
  #faq.category .page-numbers.current {
    padding: 0.8em;
  }
  #faq.category .page-numbers.dots {
    padding: 0.8em;
  }

}

@media only screen and (max-width: 320px) {

  #faq.category .page-numbers > li {
    font-size: 108%;
  }

}
