@charset "UTF-8";
/* ===============================================================================
Edit
=============================================================================== */
.edit {
  font-size: 1rem;
  text-align: justify;
  line-height: 2;
  position: relative;
}
.edit > *:first-child {
  margin-top: 0 !important;
}
.edit > *:last-child {
  margin-bottom: 0 !important;
}
.edit div#ez-toc-container {
  width: 100%;
  box-sizing: border-box;
  padding: 1em 1.5em;
  margin-top: 3em;
}
.edit div#ez-toc-container .ez-toc-js-icon-con {
  display: none !important;
}
.edit div#ez-toc-container li::before {
  content: none;
}
.edit h2 + h3, .edit h3 + h4 {
  margin-top: 0;
}
.edit h1, .edit h2, .edit h3, .edit h4, .edit h5, .edit h6 {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .edit {
    font-size: 0.9375rem;
  }
}

.edit h2 {
  font-size: 1.625rem;
  margin: 88px 0 40px;
  background: #f0fafe;
  border-left: solid 4px #1657A7;
  padding: 0.25em 0.5em;
}

.edit h3 {
  font-size: 1.375rem;
  margin: 80px 0 40px;
  padding: 0 0 0.15em;
  border-bottom: solid 2px #1657A7;
}

.edit h4 {
  font-size: 1.25rem;
  margin: 80px 0 32px;
  color: #1374e2;
}

.edit ol {
  margin: 1em 0;
  padding-left: 2em;
  list-style-position: outside;
}

.edit ol li {
  margin-bottom: 0.5em;
}

/* ネストリスト */
.edit ul {
  margin: 0.5em 0;
}
.edit ul li {
  position: relative;
  padding-left: 2em;
}
.edit ul li::before {
  position: absolute;
  content: "";
  display: block;
  top: 0.9em;
  left: 0.75em;
  width: 0.4em;
  height: 0.4em;
  background: #1374e2;
  border-radius: 100%;
}
.edit ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.edit ul._chk li::before {
  width: 1.25em;
  height: 1.25em;
  left: 0.25em;
  top: 0.425em;
  -webkit-mask: url("../img/cmn/cmn_check02.svg") no-repeat 0 0/100% 100%;
          mask: url("../img/cmn/cmn_check02.svg") no-repeat 0 0/100% 100%;
}

.edit ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 2em;
  list-style-type: decimal;
}

/* 引用 */
.edit blockquote {
  border-left: 4px solid #ccc;
  margin: 1em 0;
  padding-left: 1em;
  color: #555;
}

/* 強調 */
.edit strong {
  font-weight: 700;
  color: #f36c3f;
  border-bottom: dotted 2px #f36c3f;
}

.edit em {
  font-weight: 700;
  color: #1657A7;
  background: rgba(156, 214, 255, 0.16);
}

/* リンク */
.edit a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .edit a:hover {
    opacity: 0.8;
  }
}

/* 画像 */
.edit img {
  max-width: 100%;
  height: auto;
  display: block;
}

.edit img.alignleft {
  float: left;
  margin-right: 1em;
}

.edit img.alignright {
  float: right;
  margin-left: 1em;
}

.edit img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* テーブル */
.edit table {
  border-collapse: collapse;
  margin: 1em 0;
  width: 100%;
}

.edit th,
.edit td {
  border: 1px solid #ddd;
  padding: 0.5em;
}

.edit th {
  background-color: #f5f5f5;
  font-weight: bold;
}

/* 文字配置 */
.edit .alignleft {
  float: left;
  margin-right: 1em;
}

.edit .alignright {
  float: right;
  margin-left: 1em;
}

.edit .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* テーブル中央寄せ */
.edit table.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* コード・プリフォーマット */
.edit pre {
  background: #f5f5f5;
  padding: 1em;
  overflow: auto;
}

.edit code {
  font-family: monospace;
  background: #eee;
  padding: 0.2em 0.4em;
}

/* 水平線 */
.edit hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 2em 0;
}

@media screen and (max-width: 768px) {
  .edit h2 {
    font-size: 1.25rem;
    margin: 72px 0 32px;
  }

  .edit h3 {
    font-size: 1.125rem;
    margin: 64px 0 32px;
  }

  .edit h4 {
    font-size: 1rem;
    margin: 72px 0 32px;
  }

  .edit .sb {
    font-size: 100%;
  }
}
.edit .sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.edit .sb .sb__txt {
  display: block;
  line-height: 1.5;
  padding: 0.5em 1em;
  margin: 0.5em 0 0.5em 5em;
  position: relative;
  z-index: 1;
  font-size: 110%;
  font-weight: 700;
  background: #f5f5f5;
}
.edit .sb .sb__txt::before, .edit .sb .sb__txt::after {
  position: absolute;
  content: "";
  display: block;
}
.edit .sb .sb__txt::before {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #f5f5f5;
  width: 0.75em;
  height: 0.75em;
  top: 0.75em;
  left: -0.65em;
}
.edit .sb .sb__txt::after {
  top: -0.75em;
  left: -5em;
  width: 4em;
  height: 4em;
}
.edit .sb .sb__txt._man1::after {
  background: url("../img/article/article_ico01.png") no-repeat 0 0/100% 100%;
}
.edit .sb .sb__txt._man2::after {
  background: url("../img/article/article_ico02.png") no-repeat 0 0/100% 100%;
}
.edit .sb .sb__txt._woman1::after {
  background: url("../img/article/article_ico03.png") no-repeat 0 0/100% 100%;
}
.edit .sb .sb__txt._woman2::after {
  background: url("../img/article/article_ico04.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 768px) {
  .edit .sb {
    display: block;
  }
}

.edit .box {
  border: dotted 2px #1657A7;
  background: #f0fafe;
  padding: 0.5em 0.75em;
}
.edit .box._t2 {
  background: #f5f5f5;
  border: solid 1px #999;
}
.edit .box._t3 {
  background: #fffbec;
  border: solid 1px #f36c3f;
}
.edit .box._t3 ul li::before {
  background: #f36c3f;
}

.edit .mrk {
  background: #ffff77;
}