@charset "UTF-8";

/* =======================================
			WP POST 
======================================= */
.wpPost {
  font-size: 16px;
  line-height: 1.68;
}

.wpPost>*:first-child {
  margin-top: 0;
}

.wpPost h1 {
  clear: both;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
}

.wpPost h2 {
  clear: both;
  border-left: 5px solid #0055B4;
  padding: 10px 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #0055B4;
  background-color: #EFF6FF;
}

.wpPost h3 {
  clear: both;
  border-left: 5px solid #0055B4;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
}

.wpPost h4 {
  clear: both;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

.wpPost h5 {
  clear: both;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.wpPost h6 {
  clear: both;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.wpPost b,
.wpPost strong {
  font-weight: 700;
}

.wpPost dfn,
.wpPost cite,
.wpPost em,
.wpPost i {
  font-style: italic;
}

/* メイリオ　イタリック対応 */
.wpPost em {
  display: inline-block;
  font-family: Meiryo, sans-serif;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

.wpPost blockquote {
  border-left: 4px solid #707070;
  color: #707070;
  font-style: italic;
  line-height: 1.8182;
  margin: 0 0 1em 0;
  padding-left: 1em;
}

.wpPost blockquote>blockquote {
  margin-left: 0;
}

.wpPost blockquote>p:last-child {
  margin-bottom: 0;
}

.wpPost blockquote strong,
.wpPost blockquote b {
  font-weight: 700;
}

.wpPost pre {
  background-color: #fcfcfc;
  border: 1px solid #eaeaea;
  line-height: 1.2353;
  margin-bottom: 2em;
  max-width: 100%;
  overflow: auto;
  padding: 1em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.wpPost abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  cursor: help;
}

.wpPost mark,
.wpPost ins {
  background-color: #fff9c0;
  text-decoration: none;
}

.wpPost small,
.wpPost cite {
  font-size: 75%;
}

.wpPost big {
  font-size: 125%;
}

.wpPost hr {
  margin-top: 24px;
  background-color: #eaeaea;
  border: 0;
  height: 1px;
}

.wpPost ul,
.wpPost ol {
  margin: 0 0 0 1.5em;
}

.wpPost ul {
  list-style: disc;
}

.wpPost ol {
  list-style: decimal;
}

.wpPost li>ul,
.wpPost li>ol {}

.wpPost dl {
  margin: 0 0 2em;
}

.wpPost dt {
  font-weight: 700;
}

.wpPost dd {
  margin: 0 0 2em;
}

.wpPost table,
.wpPost th,
.wpPost td,
.wpPost .mce-item-table,
.wpPost .mce-item-table th,
.wpPost .mce-item-table td {
  border: 1px solid #ddd;
}

.wpPost table a {
  /*	color: #333;*/
}

.wpPost table,
.wpPost .mce-item-table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  /*	width: 100%;*/
  max-width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

.wpPost table th,
.wpPost .mce-item-table th,
.wpPost table caption {
  border-width: 0 1px 1px 0;
  font-weight: 700;
  padding: 0.5em;
  text-align: left;
  vertical-align: baseline;
}

.wpPost table th,
.wpPost .mce-item-table th {
  background-color: #EEF5F9;
}

.wpPost table td,
.wpPost .mce-item-table td {
  border-width: 0 1px 1px 0;
  padding: 0.5em;
  vertical-align: baseline;
}

.wpPost img {
  max-width: 100%;
  height: auto;
}

.wpPost figure {
  margin: 0;
}

.wpPost del {
  opacity: 0.8;
}

.wpPost a:not(.wpEntryPartsBtn) {
  text-decoration: underline;
  color: #003C71;
}

.wpPost .alignleft {
  float: left;
  margin: 0.5em 2em 2em 0;
}

.wpPost .alignright {
  float: right;
  margin: 0.5em 0 2em 2em;
}

.wpPost .aligncenter {
  clear: both;
  display: block;
  margin: 0.5em auto;
}

.wpPost .wp-caption {
  background: transparent;
  border: none;
  color: #707070;
  margin: 0 0 2em 0;
  max-width: 100%;
  padding: 0;
  text-align: inherit;
}

.wpPost .wp-caption.alignleft {
  margin: 0.5em 2em 1.5em 0;
}

.wpPost .wp-caption.alignright {
  margin: 0.5em 0 1.5em 2em;
}

.wpPost .wp-caption.aligncenter {
  margin: 0.5em auto;
}

.wpPost .wp-caption .wp-caption-text,
.wpPost .wp-caption-dd {
  line-height: 1.5;
  padding: 0.5em 0;
}

.wpPost .gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.wpPost .gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.wpPost .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.wpPost .gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.wpPost .gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.wpPost .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.wpPost .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.wpPost .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.wpPost .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.wpPost .gallery .gallery-caption {
  color: #707070;
  display: block;
  line-height: 1.5;
  padding: 0.5em 0;
}

.wpPost .gallery-columns-6 .gallery-caption,
.wpPost .gallery-columns-7 .gallery-caption,
.wpPost .gallery-columns-8 .gallery-caption,
.wpPost .gallery-columns-9 .gallery-caption {
  display: none;
}

.wpPost .mce-content-body .wpview-wrap {
  margin-bottom: 2em;
}

.wpPost .mce-content-body .wp-audio-playlist {
  margin: 0;
}

.wpPost *+h1,
.wpPost *+h2,
.wpPost *+h3,
.wpPost *+h4,
.wpPost *+h5,
.wpPost *+h6,
.wpPost *+ul,
.wpPost *+ol,
.wpPost *+blockquote,
.wpPost *+pre,
.wpPost *+table,
.wpPost *+.scrollContents,
.wpPost *+dl {
  margin-top: 40px;
}

.wpPost *+p {
  margin-top: 24px;
}

.wpPost p.frame {
  padding: 20px 40px;
  background-color: #F5F5F5;
}

/*----------------------------------------
 _画面の横幅が560pxまで
----------------------------------------*/
@media screen and (max-width:560px) {
  .wpPost {
    font-size: 3.21vw;
    line-height: 1.76;
  }

  .wpPost h1 {
    font-size: 5.17vw;
    line-height: 1.31;
  }

  .wpPost h2 {
    border-left: 1.07vw solid #0055B4;
    padding: 2.14vw 2.67vw;
    font-size: 3.92vw;
  }

  .wpPost h3 {
    border-left: 1.07vw solid #0055B4;
    padding: 0 2.67vw;
    font-size: 3.57vw;
    line-height: 1.65;
  }

  .wpPost h4 {
    font-size: 3.39vw;
  }

  .wpPost h5 {
    font-size: 3.39vw;
  }

  .wpPost h6 {
    font-size: 3.39vw;
  }

  .wpPost blockquote {
    border-left: 0.71vw solid #707070;
  }

  .wpPost pre {
    border: 0.17vw solid #eaeaea;
  }

  .wpPost abbr[title] {
    border-bottom: 0.17vw dotted #eaeaea;
  }

  .wpPost hr {
    height: 0.17vw;
    margin-top: 2.85vw;
  }

  .wpPost ul,
  .wpPost ol {
    border-radius: 2.5vw;
  }

  .wpPost table,
  .wpPost th,
  .wpPost td,
  .wpPost .mce-item-table,
  .wpPost .mce-item-table th,
  .wpPost .mce-item-table td {
    border: 0.17vw solid #ddd;
  }

  .wpPost table,
  .wpPost .mce-item-table {
    border-width: 0.17vw 0 0 0.17vw;
  }

  .wpPost table th,
  .wpPost .mce-item-table th,
  .wpPost table caption {
    border-width: 0 0.17vw 0.17vw 0;
  }

  .wpPost table td,
  .wpPost .mce-item-table td {
    border-width: 0 0.17vw 0.17vw 0;
  }

  .wpPost *+h1,
  .wpPost *+h2,
  .wpPost *+h3,
  .wpPost *+h4,
  .wpPost *+h5,
  .wpPost *+h6,
  .wpPost *+ul,
  .wpPost *+ol,
  .wpPost *+blockquote,
  .wpPost *+pre,
  .wpPost *+table,
  .wpPost *+.scrollContents,
  .wpPost *+dl {
    margin-top: 5.35vw;
  }

  .wpPost *+p {
    margin-top: 2.85vw;
  }

  .wpPost p.frame {
    padding: 3.57vw 7.14vw;
  }
}