@charset "UTF-8";
@import url(entry.css);
/********** 投稿共通 **********/
#postDet .modTtl {
  text-align: center; }

.postBloc {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
  padding-bottom: 80px;
  border-bottom: 3px double #ccc;
  position: relative;
  display: block;
  clear: both; }

/********** よくあるご質問 **********/
#faqList .modBloc {
  max-width: 1000px; }

#faqList .modTtl {
  margin-bottom: 60px;
  text-align: center; }
  @media screen and (max-width: 1050px) {
    #faqList .modTtl {
      margin: 0 auto 40px; } }

.faqQ,
.faqA {
  position: relative;
  border-radius: 1rem;
  width: 90%; }

.faqQ {
  padding: 2rem;
  background: #d4d4d4;
  margin: 2rem 0 2rem; }

.faqQ h3 {
  font-weight: normal; }

.faqA {
  padding: 2rem;
  background: #acd3a8;
  margin: 2rem 0 4rem 10%; }

.faq_fukidashi_Q {
  position: absolute;
  width: 60px;
  left: -20px;
  top: 10px; }

.faq_fukidashi_A {
  position: absolute;
  width: 60px;
  right: -20px;
  top: 10px; }

/********** 新着情報一覧 **********/
/*** ページ送り（投稿一覧） ***/
.wp-pagenavi {
  width: 100%;
  margin: 0 auto;
  clear: both;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  font-family: 'Oswald', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 10px 0 0;
  padding: 5px 12px;
  border-radius: 50px; }

.wp-pagenavi span {
  border: 1px solid #000; }

.wp-pagenavi span.pages {
  border: 1px solid #000;
  background: #000;
  color: #fff; }

.wp-pagenavi span.extend {
  border: none;
  color: #000; }

.wp-pagenavi a,
.wp-pagenavi a:link {
  border: 1px solid #000;
  color: #fff;
  background: #000;
  text-decoration: none; }

.wp-pagenavi a:hover {
  border: 1px solid #000;
  color: #000;
  background: #fff; }

.wp-pagenavi a:active {
  border: 1px solid #000;
  color: #fff; }

.wp-pagenavi span.current {
  font-weight: bold;
  color: #000;
  background: #fff; }

.wp-pagenavi a.last {
  margin-right: 0; }

/********** 投稿詳細 **********/
#postDet .postBox {
  width: 100%;
  margin-bottom: 100px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc; }

.postTtl {
  width: 100%;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  border-bottom: 3px double #ccc; }

.postTtl h2 {
  font-size: 1.4rem;
  line-height: 160%;
  font-weight: normal;
  display: block; }
  @media screen and (max-width: 1050px) {
    .postTtl h2 {
      font-size: 1.2rem; } }

.postTtl h2 a {
  text-decoration: none; }

.postTtl h2 a:hover {
  color: #999; }

.postMeta {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  justify-content: flex-start;
  align-items: baseline; }

.postMeta .date {
  margin-right: 20px;
  font-size: 1rem; }

.postMeta a {
  padding: 5px 20px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.75rem; }
  @media screen and (max-width: 1050px) {
    .postMeta a {
      padding: 5px 15px;
      font-size: 0.65rem; } }

.postMeta a:hover {
  background: #999; }

/*** ページ送り（投稿シングル） ***/
.flip {
  width: 100%;
  margin: 0 auto;
  line-height: 100% !important;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.flip a {
  text-decoration: none; }

.flipLeft {
  width: 50%; }

.flipRight {
  width: 50%;
  text-align: right; }
