@charset "UTF-8";
/* common
================================================== */
/*
 * media query
**/
/**
 * フォントサイズの可変
 *
 * @param {number} $fontsize 基準となるフォントサイズ
 * @param {number} $basewidth 基準となる幅
 * @param {number} $maxwidth フォントサイズの拡大をとめる幅（未指定時は上限なし）
 * @param {number} $minwidth フォントサイズの縮小をとめる幅（未指定時は下限なし）
 */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/* 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  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;
}

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

.editorcss {
  line-height: 1.8;
  letter-spacing: 0.2857142857em;
}
@media screen and (min-width: 768px) {
  .editorcss {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .editorcss {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .editorcss {
    font-size: 8.3890625px;
  }
}
@media screen and (max-width: 767px) {
  .editorcss {
    font-size: 4.1025641026vw;
  }
}
.editorcss h2,
.editorcss h3,
.editorcss h4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #212121;
  letter-spacing: 0.01em;
  position: relative;
  font-weight: 600;
}
.editorcss h2 {
  font-size: 142.857%;
}
.editorcss h3 {
  font-size: 128.571%;
}
.editorcss h4 {
  font-size: 114.2857%;
}
.editorcss p {
  font-size: 100%;
  line-height: 2;
  color: #212121;
}
.editorcss em {
  font-style: italic;
}
.editorcss strong {
  font-weight: bold;
}
.editorcss img {
  display: block;
  max-width: 100%;
}
.editorcss a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease;
  color: #BEA682;
}
@media screen and (min-width: 768px) {
  .editorcss a:hover {
    opacity: 0.5;
  }
}
.editorcss a img {
  transition: all 0.3s ease;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .editorcss a img:hover {
    opacity: 0.5;
  }
}
.editorcss ul,
.editorcss ol {
  list-style-position: outside;
  list-style-type: disc;
  position: relative;
  padding-left: 3em;
}
.editorcss ol {
  list-style-type: decimal;
}
.editorcss iframe {
  display: block;
  max-width: 100%;
}
.editorcss .aligncenter,
.editorcss .alignleft,
.editorcss .alignright {
  margin-top: 0;
  margin-bottom: 0;
  float: none;
}
.editorcss .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.editorcss .alignleft {
  margin-right: auto;
  margin-left: 0;
  float: none;
}
.editorcss .alignright {
  margin-left: auto;
  margin-right: 0;
}
.editorcss .wp-video {
  width: 100% !important;
}
.editorcss .mejs-video {
  min-width: 100% !important;
}
.editorcss .wp-playlist .wp-playlist-tracks a {
  text-decoration: none;
}
.editorcss .wp-playlist .wp-playlist-next,
.editorcss .wp-playlist .wp-playlist-prev {
  display: none;
}
.editorcss .wp-caption {
  width: 100% !important;
}
.editorcss table td {
  padding: 10px 0;
}