@charset "UTF-8";
/*=============================================
基本設定
==============================================*/
/*基本*/
html {
  font-size: 62.5%;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /*font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴ";*/
}

/*リセット/ノーマライズ/サニタイズ*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dt,
dd,
figure,
.page{
  margin: 0;
  padding: 0;
  font-weight: 100;
}


h1 {
  font-size: 2rem;
  text-align: center;
}

h2 {
  font-size: 26px;
  font-weight: normal;
}

h3 {
  font-size: 22px;
}

.title-short-underline {
  text-align: center;
  margin-bottom: 30px;
}

.title-short-underline h1 {
  margin: 30px 0 0 10px;
}

.title-short-underline div {
  background-color: #614b9c;
  height: 3px;
  width: 100px;
  margin: 0 auto;
}

.title-box {
  background-color: #614b9c;
  color: white;
  text-align: center;
  padding: 15px 0;
  border-radius: 5px;
}

.title-box h2 {
  color: white;
}

.title-underline {
  border-bottom: 3px solid #c4bbde;
  padding: 10px 0;
  margin-bottom: 30px;
}

.title-underline h2 {
  text-align: left;
}

.color-title {
  color: #614b9c;
  margin-bottom: 20px;
  text-align: left;
}

/*wordpressのstyle調整▼*/
.entry-header {
  display: none;
}

h1.entry-title {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 5px 0 0;
}

/*--▲*/
a {
  text-decoration: none;
  color: inherit;
}

a:visited {
  color: inherit;
}

a:hover {
  color: inherit;
}

li {
  list-style: none;
}

/*========= ボタン ===============*/
.button-wrap {
  color: white;
  text-align: center;
}

.button {
  background-color: #614b9c;
  color: inherit;
  font-size: 20px;
  display: inline-block;
  padding: 15px 60px;
  border: 1px inset #614b9c;
}

.button:hover {
  background-color: white;
  color: #614b9c;
  border: 1px inset #614b9c;
}

/*========= 画像 ===============*/
img {
  width: 100%;
}

/*========= PCの最大幅 ===============*/
.container {
  max-width: 1000px;
  width: 1000px;
  margin: auto;
}

/*========= 各セクション ===============*/
section {
  padding-top: 50px;
}

/*========= 子要素 ===============*/
.box-wrap {
  margin-top: 30px;
  line-height: 1.8rem;
}

@media only screen and (max-width: 999px) {
  .container {
    width: 94.67% !important;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  .button {
    padding: 10px 40px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  .container {
    width: 94.67%;
  }
}

/*========= レスポンシブによって画像と文章が縦に並ぶ要素 ===============*/
.flex-contents {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-contents figure {
  width: 350px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}

.flex-contents p{
  margin: auto 0;
  line-height: 1.8rem;
}

@media only screen and (max-width: 999px) {
  .flex-contents figure {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .flex-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-contents figure {
    margin: 0 auto 20px;
  }
}

/*========= 箇条書き ===============*/
.list-symbol span {
  margin-right: 5px;
  color: #614b9c;
}

.list-symbol p {
  line-height: 2rem;
}



/*========= カレンダー ===============*/
.holiday-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xo-event-calendar p.holiday-title {
  margin-right: 20px;
}

.xo-event-calendar table.xo-month {
  font-weight: 400;
  font-size: 18px;
}

/*========= 目次 ===============*/
.chapter {
  padding-top: 10px;
}

.chapter-wrap {
  background-color: #f3f2fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 30px 15px;
}

.chapter-wrap li {
  color: #614b9c;
  width: 50%;
  padding-bottom: 15px;
  font-size: 20px;
}

.chapter-wrap li a {
  color: #614b9c;
}

.chapter-wrap li a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #614b9c;
}

.chapter-wrap li a:hover {
  border-bottom: 1px solid #614b9c;
}

@media only screen and (max-width: 767px) {
  .chapter-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .chapter-wrap li {
    width: 100%;
    font-size: 16px;
  }
}
/*# sourceMappingURL=import.css.map */


/*ページネーション*/
.pagination{
  text-align: center;
  padding: 30px 0 50px 0;
}

.pagination .page-numbers{
  /*background-color: #c4bbde;*/
  /*color: white;*/
  border: 1px solid #614b9c;
  padding: 10px;
}

.pagination .page-numbers:hover{
  background-color: #614b9c;
  color: white;
}


.pagination .current{
  background-color: #614b9c;
  color: white;
  padding: 10px;
}


.single-information{
  margin-bottom:50px;
}

.entry-content{
  margin: 0;
}