/*
Version: 1.3
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  height: 100%;
  overflow-x: hidden;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;

  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: all 0.2s;
  word-break: break-all;
  text-decoration: none;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}
table,
th,
td {
  border: 0;
  padding: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}
th,
td {
  font-weight: normal;
  text-align: left;
}
ul,
ol,
dl {
  list-style: none;
}

.post_content ul {
  list-style: disc;
  margin-top: 4rem;
  padding-left: 1em;
}
.post_content ol {
  list-style-type: decimal;
  margin-top: 4rem;
  padding-left: 1em;
}
hr {
  margin-top: 4rem;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ccc;
}
li {
  display: list-item;
  zoom: normal;
}
img,
a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
  background: transparent;
}
object,
embed {
  vertical-align: top;
}

a:link,
a:hover,
a:visited {
  text-decoration: none !important;
  color: inherit;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
select {
  color: #000;
}
/*==================================================
ギャラリー
==================================================*/

.gallery {
  margin-top: 4rem !important;
  display: flex !important;
  gap: 1rem !important;
}
.gallery-item img {
  border: none !important;
}
.gallery-item {
  float: none !important;
  margin-top: 0rem !important;
  text-align: center;
  width: 100% !important;
}
.gallery br {
  display: none !important;
}
.wp-caption-text {
  margin-top: 1em !important;
  font-size: 1.4rem !important;
  line-height: 1.6em !important;
  text-align: left !important;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.wp-caption {
  width: 100% !important;
  margin-top: 4rem !important;
}
@media screen and (max-width: 834px) {
  .gallery {
    flex-direction: column !important;
  }
}
