@charset "utf-8";

/* .mce-content-body クラシックエディタのセレクタ */
/* .news_text サイトのセレクタ */
/* -----------------------------------
  top
----------------------------------- */
.mce-content-body {
  font-family: 'kinto-sans', sans-serif;
  font-size: 15px;
  color: black;
}

/* .news_text p, */
.mce-content-body p {
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 2.25px;
}

.news_text h1,
.mce-content-body h1 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 4.50px;
  margin-bottom: 30px;
}

.news_text h2,
.mce-content-body h2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 3.75px;
  margin-bottom: 30px;
}

.news_text h3,
.mce-content-body h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

.news_text h4,
.mce-content-body h4 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2.55px;
  margin-bottom: 30px;
}

.news_text h5,
.mce-content-body h5 {
  font-weight: 700;
  letter-spacing: 2.25px;
  margin-bottom: 30px;
}

.news_text b,
.mce-content-body b {
  font-weight: 700;
}

.news_text a,
.mce-content-body a {
  color: #0A5A96;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 2.25px;
}

.news_text p,
.news_text ul,
.mce-content-body ul,
.news_text ol,
.mce-content-body ol,
.news_text blockquote,
.mce-content-body blockquote,
.news_text pre,
.mce-content-body pre {
  margin-bottom: 30px;
}

.mce-content-body ul,
.mce-content-body ol {
  padding-left: 0;
}

.news_text ul li,
.mce-content-body ul li {
  font-weight: 500;
  letter-spacing: 2.25px;
  list-style: disc;
  list-style-position: inside;
}

.news_text ul li::marker, 
.mce-content-body ul li::marker ,
.news_text ol li::marker, 
.mce-content-body ol li::marker {
  color: #0A5A96;
}

.news_text ol li,
.mce-content-body ol li{
  font-weight: 500;
  letter-spacing: 2.25px;
  list-style: auto;
  list-style-position: inside;
}

.news_text blockquote,
.mce-content-body blockquote {
  background-color: #F8F8F8;
  border-left: 3px solid #CEDDE7;
  color: #646464;
  font-weight: 500;
  letter-spacing: 2.25px;
  padding: 20px 18px;
}

.news_text pre,
.mce-content-body pre {
  background-color: #E5F4FD;
  border: 1px solid #85CDF6;
  font-weight: 500;
  letter-spacing: 2.25px;
  padding: 20px 16px ;
}

.news_text th,
.mce-content-body th {
  background-color: #0A5A96;
  color: white;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2.25px;
  word-wrap: break-word;
}

.news_text td,
.mce-content-body td {
  background-color: #E5F4FD;
  font-weight: 500;
  letter-spacing: 2.25px;
}

.mce-content-body {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

