@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  box-sizing: border-box;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* reset button */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.archiveList__item {
  box-shadow: 0 0 8px rgba(185, 169, 209, 0.43);
  border-radius: 5px;
  padding: 10px;
}

.archiveList__link {
  text-decoration: none;
  color: #000;
}

.archiveList__title {
  font-size: 20px;
  padding: 0.5em 0;
}

.archiveList__text {
  font-size: 16px;
  line-height: 1.5;
}

.mainVisual {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 5px;
}

.mainVisual__title {
  font-size: 20px;
}

.mainVisual__text {
  font-size: 16px;
  margin-top: 15px;
}

.page__inner {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.blogSingle-content {
  /* reset.cssでリセットしたタグの再定義 */
}

.blogSingle-content p {
  margin: 15px 0;
}

.blogSingle-content strong {
  font-weight: bold;
}

.blogSingle-content em {
  font-style: italic;
}

.blogSingle-content h1 {
  font-size: 2em;
}

.blogSingle-content h2 {
  font-size: 1.5em;
}

.blogSingle-content h3 {
  font-size: 1.25em;
}

.blogSingle-content h4 {
  font-size: 1em;
}

.blogSingle-content h5 {
  font-size: 0.8em;
}

.blogSingle-content h6 {
  font-size: 0.6em;
}

.blogSingle-content ul,
.blogSingle-content ol {
  padding-left: 30px;
}

.blogSingle-content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.blogSingle-content img {
  height: auto;
  max-width: 100%;
}
/*# sourceMappingURL=sourcemaps/common.css.map */