div.article-body-outer div.article-body {
    color: #0C264C;
    font-size: 16px;
}
.box a:link {
    color: #709DE1;
    text-decoration: underline;
}
.box a:visited {
    color: #BED2F1;
}
.box a:hover {
    color: #F4B1B9;
    text-decoration: underline;
}


h2{
  position: relative;
  color: white;
  background: #709DE1;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  border-radius: 4px;
}

h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b0";
font-weight: 900;
  position: absolute;
  left : 0.5em;
}
h3 {
position: relative;
padding-left: 1.2em;
line-height: 1.4;
}

h3:before { font-family: "Font Awesome 5 Free";
content: "\f1b0";
position: absolute;
font-size: 1em;
font-weight: 900;
left: 0;
top: auto;
color: #709DE1; 
}
h4{
position: relative;
padding-left: 35px;
}
h4:before{
position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f1b0";
background: #FDE1A4;
color: white;
font-weight: normal;
font-size: 15px;
font-weight: 900;
border-radius: 50%;
left: 0;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
h4:after {
content: '';
display: block;
position: absolute;
left: 20px;
height: 0;
width: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 12px solid #FDE1A4;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

div.article-body-outer div.article-body ul {
  padding: 0.5em;
  position: relative;
}
div.article-body-outer div.article-body ul li {
  list-style-type: none!important;
  padding: 0.2em 0em;
}
div.article-body-outer div.article-body ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b0";
  position: absolute;
  font-weight: 900;
  left : 1em;
  color: #709DE1;
}
div.article-body-outer div.article-body ol {
  padding: 0.5em;
  position: relative;
}
div.article-body-outer div.article-body ol li {
  padding: 0.2em 0em;
}
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #010079;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #010079;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
.square_btn1 {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 1.5em 1.5em;
    text-decoration: none!important;
    color: #fff!important;
    background: #00bcd4;
    border-radius: 5px;
  }

.square_btn1:hover {
    background: #1ec7bb;
}

.akai_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FADBDF 0%) repeat scroll 0 0;}
.aoi_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #BED2F1 0%) repeat scroll 0 0;}
.kiiro_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FEF1D5 0%) repeat scroll 0 0;}

.lightbluebox {
    background: #BED2F1;
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border-radius: 4px;
}
.lightyellowbox {
    background: #FDEBC5;
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border-radius: 4px;
}
.bluebox {
    background: #709DE1;
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border-radius: 4px;
}
.yellowbox {
    background: #FDE1A4;
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border-radius: 4px;
}
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #FDE1A4;
    border-radius: 4px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #FDE1A4;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}