@charset "UTF-8";
/*
* font-weight
* -----------------------------
* Josefin Slab: 400, 600
* co-headline: 300
* futura-pt: 400
*/
/* =====================================
WP styles
===================================== */
.editor-style {
  *zoom: 1;
  font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #515e65;
  letter-spacing: 0.1em;
}

.editor-style:after {
  content: "";
  display: table;
  clear: both;
}

.editor-style a {
  color: #009de6;
}

.editor-style a[target="_blank"]:after {
  content: "";
  font-family: icomoon;
  display: inline-block;
  font: normal normal normal 14px/1 icomoon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  margin: 0 3px;
}

.editor-style a[href$=".pdf"]:after, .editor-style a[href$=".xls"]:after, .editor-style a[href$=".doc"]:after, .editor-style a[href$=".xlsx"]:after, .editor-style a[href$=".docx"]:after {
  content: "";
  font-family: icomoon;
  display: inline-block;
  font: normal normal normal 14px/1 icomoon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin: 0 3px;
}

.editor-style h4 {
  position: relative;
  margin: 0 0 1em;
  padding: 15px 0 0 0;
  font-size: 26px;
  line-height: 1.4;
  color: #000;
  font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .editor-style h4 {
    font-size: 22px;
  }
}

.editor-style h4:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 40px;
  height: 5px;
  background: #009de6;
}

.editor-style h5 {
  margin: 0 0 1.4em;
  padding: 0 0 0 7px;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
  border-left: 5px solid #009de6;
  letter-spacing: 0;
}

.editor-style h6 {
  margin: 0 0 1.3em;
  padding: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #009de6;
  font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
  letter-spacing: 0;
}

.editor-style * + h4,
.editor-style * + h5,
.editor-style * + h6 {
  margin-top: 50px;
}

.editor-style ol {
  margin: 0 0 1.5em -0.7em;
  list-style: decimal;
}

.editor-style ul {
  margin: 0 0 1.5em -0.7em;
  list-style: disc;
}

.editor-style table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em 0;
}

.editor-style table th, .editor-style table td {
  padding: 10px;
  border: 1px solid #CCCCCC;
}

.editor-style p {
  margin: 0 0 1.5em 0;
}

.editor-style img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.editor-style blockquote {
  background: #EEE;
  margin: 0 0 1.5em 0;
  padding: 20px;
  border-radius: 7px;
}

/* ------------------------------
WordPress Generated Classes
------------------------------ */
.editor-style .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  margin: 0 0 1.5em 0;
  padding: 5px 5px 10px;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
}

.editor-style .wp-caption img {
  border: none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.editor-style .wp-caption p.wp-caption-text {
  font-size: 10px;
  line-height: 16px;
  margin: 0;
  padding: 0 4px 5px;
}

.editor-style .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.editor-style table.aligncenter {
  display: table;
}

.editor-style .alignleft {
  float: left;
  margin: 0 1em 1.5em 0;
}

.editor-style .alignright {
  float: right;
  margin: 0 0 1.5em 1em;
}

.editor-style .gallery {
  margin: auto -5px;
  padding: 5px 0;
  line-height: 1;
  overflow: hidden;
}

.editor-style .gallery-item {
  float: left;
  margin: 0;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}

.editor-style .gallery-icon {
  margin: 0;
}

.editor-style .gallery-icon img {
  max-width: 100%;
}

.editor-style .gallery-caption {
  font-size: 10px;
  margin: 4px 0;
}

.editor-style .gallery-columns-1 .gallery-item {
  width: 100%;
}

.editor-style .gallery-columns-2 .gallery-item {
  width: 50%;
}

.editor-style .gallery-columns-3 .gallery-item {
  width: 33.333%;
}

.editor-style .gallery-columns-4 .gallery-item {
  width: 25%;
}

.editor-style .gallery-columns-5 .gallery-item {
  width: 20%;
}

.editor-style .gallery-columns-6 .gallery-item {
  width: 16.666%;
}

.editor-style .gallery-columns-7 .gallery-item {
  width: 14.285%;
}

.editor-style .gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.editor-style .gallery-columns-9 .gallery-item {
  width: 11.111%;
}

/* ------------------------------
Last reset
------------------------------ */
.editor-style > *:last-child,
.editor-style table th *:last-child,
.editor-style table td *:last-child {
  margin-bottom: 0;
}

/* ------------------------------
Admin
------------------------------ */
#tinymce {
  margin: 20px;
  padding: 1px 0;
}
