.header .option ul.language-chooser {
  display: inline;
}

.header .option .qtranxs_widget_end {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px solid #171352;
  color: #171352;
  font-weight: 700;
  font-family: "Yu Gothic", sans-serif;
  margin-right: 14px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
  color: #fff!important;
  background-color: #171352;
}

.news_content img {
  text-align: center;
  display: block;
  margin: 28px auto 0;
  width: auto;
  max-width: 100%;
}
.news_content p {
  margin-top: 42px;
  width: 100%;
  height: auto;
  line-height: 28px;
}

/*20231019追記*/
.c-flex{
  display: flex;
  flex-wrap: wrap;
}
.menu_img img + img{
  margin-top: 10px;
}