@charset "UTF-8";
/* ========== Reset CSS ========== */
/* 全要素にbox-sizing設定 */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 基本要素のリセット */
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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

/* テーブルのリセット */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平線（hr）のリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #312b2b;
  line-height: 1.8;
  background: #F8F8F8;
  background-repeat: repeat;
  background-position: top center;
  background-size: auto;
}
li {
  list-style: none;
}

a,
button,
input[type=submit],
input[type=button],
label,
[role=button] {
  cursor: pointer;
}

picture {
  display: block;
  max-width: 100%;
}

.editor-styles-wrapper {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #4A4947;
}

.editor-styles-wrapper h2 + p,
.editor-styles-wrapper h3 + p,
.editor-styles-wrapper h4 + p,
.editor-styles-wrapper h5 + p,
.editor-styles-wrapper h6 + p {
  margin-top: 0;
}

.editor-styles-wrapper h2 {
  color: #FDFAF5;
  background-color: #312b2b;
  font-size: 2.5rem;
  margin-top: 3em;
  margin-bottom: 2em;
  padding: 0.8rem 1.2rem;
  width: 100%;
  border-radius: 8px;
}

.editor-styles-wrapper h3 {
  color: #4A4947;
  position: relative;
  font-size: 2.3rem;
  margin-top: 3em;
  margin-bottom: 2em;
}
.editor-styles-wrapper h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #312b2b;
}

.editor-styles-wrapper h4 {
  color: #312b2b;
  position: relative;
  font-size: 2rem;
  padding-bottom: 0.5rem;
  margin-bottom: 2em;
}

.editor-styles-wrapper h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #312b2b;
}

.editor-styles-wrapper h5 {
  margin-top: 6rem;
  margin-bottom: 2.7rem;
}

.editor-styles-wrapper h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.6rem;
}

.editor-styles-wrapper p {
  margin-top: 3em;
  margin-bottom: 2em;
}

.editor-styles-wrapper ul {
  padding-left: 20px;
  margin-bottom: 1em;
  list-style-type: disc;
}

.editor-styles-wrapper ol {
  padding-left: 20px;
  margin-bottom: 1em;
  list-style-type: decimal;
}

.editor-styles-wrapper li {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  line-height: 1.6;
}

.editor-styles-wrapper blockquote {
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.6;
  background: #eee;
}

.editor-styles-wrapper blockquote > :first-child {
  margin-top: 0;
}

.editor-styles-wrapper blockquote > :last-child {
  margin-bottom: 0;
}

.editor-styles-wrapper q {
  display: inline-block;
  padding-right: 0.2em;
  padding-left: 0.2em;
  vertical-align: middle;
  background: #eee;
}

.editor-styles-wrapper strong,
.editor-styles-wrapper b {
  font-weight: 600;
}

.editor-styles-wrapper a {
  font-weight: 600;
  color: #1592e6;
  transition: all 0.3s ease 0s;
}

.editor-styles-wrapper a:hover {
  opacity: 0.6;
}

.editor-styles-wrapper img {
  vertical-align: middle;
}

.editor-styles-wrapper .entry-btn {
  margin: 1em 0;
  text-align: center;
}

.editor-styles-wrapper .entry-btn .btn {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", Meiryo, Meiryo, "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.editor-styles-wrapper .entry-btn .btn:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .editor-styles-wrapper h2 {
    padding: 27px 17px;
    margin-top: 80px;
    font-size: 20px;
  }
  .editor-styles-wrapper h3 {
    font-size: 20px;
  }
}
/*# sourceMappingURL=editor-style.css.map */