/*
 * This CSS summarizes the unique style of blog posts.
 * It focuses on styling intended to be used in <div class="library-blog">~</div>.
 */
#body_library .library-blog h2 {
  border-top: 3px solid;
  border-bottom: 3px solid;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 60px;
  margin-bottom: 20px;
}
#body_library .library-blog h3 {
  color: #217fc4;
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 3px #217fc4;
  margin: 30px 0 10px;
}
#body_library .library-blog h4 {
  font-weight: bold;
  padding: 5px;
  border-bottom: dotted 2px #217fc4;
  margin-bottom: 15px;
}
#body_library .library-blog p strong {
  color: red;
}
#body_library .library-blog p {
  margin: 0 0 25px 0;
}
#body_library .library-blog strong {
  color: red;
}
/* blockquote */
#body_library .library-blog blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  margin-bottom: 50px;
  border-left: 4px solid #217fc4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}
#body_library .library-blog blockquote:before {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  content: '"';
  font-family: sans-serif;
  color: #9dd4ff;
  font-size: 90px;
  line-height: 1;
}
#body_library .library-blog blockquote.is-no-dash:before {
  display: none;
}
#body_library .library-blog blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
  text-indent: 2em;
}
#body_library .library-blog blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
/* table.blog_table01 */
#body_library .library-blog table.blog_table01 {
  border-collapse: collapse;
  border: solid 2px #6298c0;
  width: 100%;
  margin: 30px auto;
}
#body_library .library-blog table.blog_table01 th {
  background: #eef8ff;
  color: #217fc4;
  font-weight: bold;
  text-align: left;
}
#body_library .library-blog table.blog_table01 th,
#body_library .library-blog table.blog_table01 td {
  box-sizing: border-box;
  border: 1px dashed #6298c0 ;
  padding: 5px;
}
#body_library .library-blog table.blog_table01 thead th {
  text-align: center;
}
/* list-style */
#body_library .library-blog .i_olmaru {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
 margin-bottom:30px;
}
#body_library .library-blog .i_olmaru li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 2em;
  position: relative;
  margin-bottom: 8px;
}
#body_library .library-blog .i_olmaru li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #217fc4;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
}
#body_library .library-blog .i_list01{
 list-style-type:disc;
 padding-left:1.5em;
 margin-bottom:30px;
}
#body_library .library-blog .i_list02{
 margin-bottom:30px;
 padding-left:0.5em;
}
#body_library .library-blog .i_list02 li{border-bottom: dotted 2px #e58b8b;
  position: relative;
  padding:4px 4px 4px 1em;
}
#body_library .library-blog .i_list02  li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #e15050;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#body_library .library-blog .i_kakomi01{
padding: 13px;
    margin-bottom: 30px !important;
    border: 2px dashed #ffca71;
    border-radius: 8px;
    background-color: #ffffe0;
}
#body_library .library-blog .i_kakomi_blue {
    padding: 10px;
    margin-bottom: 30px;
    border: 2px dashed #9ed2ff;
    border-radius: 10px;
    background-color: #f0f8ff;
}
/* .example-box */
#body_library .library-blog .example_box {
  position: relative;
  border: solid 3px #3155A6;
  background:#ffffff;
  margin: 2em 0;
  padding: .5em;
}
#body_library .library-blog .example_box h5 {
  background:#3155A6;
  margin-bottom: 1em;
  padding: .5em .25em;
  color: #ffffff;
  line-height: 1.3;
}
#body_library .library-blog :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  #body_library .library-blog .example_box {
    margin: 3em 0;
    padding: .5em 1em;
  }
  #body_library .library-blog .example_box h5 {
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: -3px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    padding: 0 9px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
  }
}
/* =============================================
for SP
============================================= */
@media screen and (max-width: 600px) {
  #body_library .library-blog p,
  #body_library .library-blog div:not(.table-of-contents) li {
    font-size: 16px;
    line-height: 1.6;
  }
  #body_library .library-blog div:not(.table-of-contents) li:not(:last-child) {
    margin-bottom: .75em;
  }
}