@charset "UTF-8";
/* [ 大阪真空機器 ] editor-style.css */
/* [ 株式会社大阪真空機器製作所 ] setting */
/* [ 株式会社大阪真空機器製作所 ] component */
.mce-content-body html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}
.mce-content-body *, .mce-content-body :after, .mce-content-body :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
.mce-content-body :after, .mce-content-body :before {
  text-decoration: inherit;
  vertical-align: inherit;
}
.mce-content-body * {
  margin: 0;
  padding: 0;
}
.mce-content-body hr {
  color: inherit;
  height: 0;
  overflow: visible;
}
.mce-content-body details, .mce-content-body main {
  display: block;
}
.mce-content-body summary {
  display: list-item;
}
.mce-content-body small {
  font-size: 80%;
}
.mce-content-body [hidden] {
  display: none;
}
.mce-content-body abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
.mce-content-body a {
  background-color: transparent;
}
.mce-content-body a:active, .mce-content-body a:hover {
  outline-width: 0;
}
.mce-content-body code, .mce-content-body kbd, .mce-content-body pre, .mce-content-body samp {
  font-family: monospace,monospace;
}
.mce-content-body pre {
  font-size: 1em;
}
.mce-content-body b, .mce-content-body strong {
  font-weight: bolder;
}
.mce-content-body sub, .mce-content-body sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.mce-content-body sub {
  bottom: -.25em;
}
.mce-content-body sup {
  top: -.5em;
}
.mce-content-body table {
  border-color: inherit;
  text-indent: 0;
}
.mce-content-body iframe {
  border-style: none;
}
.mce-content-body input {
  border-radius: 0;
}
.mce-content-body [type=number]::-webkit-inner-spin-button, .mce-content-body [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.mce-content-body [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.mce-content-body [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.mce-content-body textarea {
  overflow: auto;
  resize: vertical;
}
.mce-content-body button, .mce-content-body input, .mce-content-body optgroup, .mce-content-body select, .mce-content-body textarea {
  font: inherit;
}
.mce-content-body optgroup {
  font-weight: 700;
}
.mce-content-body button {
  overflow: visible;
}
.mce-content-body button, .mce-content-body select {
  text-transform: none;
}
.mce-content-body [role=button], .mce-content-body [type=button], .mce-content-body [type=reset], .mce-content-body [type=submit], .mce-content-body button {
  cursor: pointer;
}
.mce-content-body [type=button]::-moz-focus-inner, .mce-content-body [type=reset]::-moz-focus-inner, .mce-content-body [type=submit]::-moz-focus-inner, .mce-content-body button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.mce-content-body [type=button]::-moz-focus-inner, .mce-content-body [type=reset]::-moz-focus-inner, .mce-content-body [type=submit]::-moz-focus-inner, .mce-content-body button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.mce-content-body [type=reset], .mce-content-body [type=submit], .mce-content-body button, .mce-content-body html [type=button] {
  -webkit-appearance: button;
}
.mce-content-body button, .mce-content-body input, .mce-content-body select, .mce-content-body textarea {
  background-color: transparent;
  border-style: none;
}
.mce-content-body a:focus, .mce-content-body button:focus, .mce-content-body input:focus, .mce-content-body select:focus, .mce-content-body textarea:focus {
  outline-width: 0;
}
.mce-content-body select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.mce-content-body select::-ms-expand {
  display: none;
}
.mce-content-body select::-ms-value {
  color: currentColor;
}
.mce-content-body legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
.mce-content-body ::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
.mce-content-body [disabled] {
  cursor: default;
}
.mce-content-body img {
  border-style: none;
}
.mce-content-body progress {
  vertical-align: baseline;
}
.mce-content-body [aria-busy=true] {
  cursor: progress;
}
.mce-content-body [aria-controls] {
  cursor: pointer;
}
.mce-content-body [aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #141414;
  font-size: 1.6em;
  /* Chrome対策でremにしない  */
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}

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

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

.aligncenter {
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
}

table.aligncenter {
  display: table !important;
}

.wp-caption-text {
  margin-top: 0;
}

.mce-content-body::after,
.article-body::after {
  content: '';
  display: block;
  clear: both;
}
.mce-content-body section,
.article-body section {
  clear: both;
}
.mce-content-body figure,
.article-body figure {
  margin: 1em 0;
}
.mce-content-body iframe,
.article-body iframe {
  display: block;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 0 auto;
}
.mce-content-body table,
.article-body table {
  max-width: 100% !important;
}
.mce-content-body ul, .mce-content-body ol,
.article-body ul,
.article-body ol {
  margin: 1em 0 1em 2em;
}
.mce-content-body a,
.article-body a {
  color: #3874D5;
  text-decoration: underline;
  overflow-wrap: break-word;
}
@media (hover: hover) {
  .mce-content-body a:hover,
  .article-body a:hover {
    text-decoration: none;
  }
}
.mce-content-body p,
.article-body p {
  margin: 1em 0;
  word-break: auto-phrase;
}
@media screen and (min-width: 769px) {
  .mce-content-body figure,
  .article-body figure {
    max-width: 900px;
  }
  .mce-content-body figure figcaption,
  .article-body figure figcaption {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .mce-content-body ul, .mce-content-body ol,
  .article-body ul,
  .article-body ol {
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .mce-content-body p,
  .article-body p {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 768px) {
  .mce-content-body figure,
  .article-body figure {
    width: 100% !important;
  }
  .mce-content-body figure figcaption,
  .article-body figure figcaption {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .mce-content-body iframe,
  .article-body iframe {
    width: 100%;
  }
  .mce-content-body ul, .mce-content-body ol,
  .article-body ul,
  .article-body ol {
    font-size: 1.4rem;
    line-height: 2.0;
  }
  .mce-content-body p,
  .article-body p {
    font-size: 1.4rem;
    line-height: 2.0;
  }
}

.mce-content-body dl.aligncenter dd {
  text-align: center;
  font-weight: 700;
}
.mce-content-body table + *:not(table) {
  margin-top: 1em;
}

.article-body figure.aligncenter figcaption {
  text-align: center;
}
.article-body .adjuster + *:not(table) {
  margin-top: 1em;
}
.article-body table + *:not(table) {
  margin-top: 1em;
}
