@charset "UTF-8";
/*hrz_box
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sj038 .hrz_box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2em 15px 0;
}
#sj038 .hrz_box figure{
  width: 325px;
  margin-right: 40px;
  text-align: center;
}
#sj038 .hrz_box__txt{
  flex: 1;
}
/*sect--main
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sj038 .sect--main{
  margin-bottom: 0;
}
/*sect--link
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sj038 .sect--link{
  padding-top: 3em;
  border-top: 1px solid #b3b3b3;
  text-align: center;
}
#sj038 .sect--link a{
  font-weight: 700;
  color: #0092e9;
  font-size: 0.925rem;
}
#sj038 .sect--link a.arrow::before {
    background-image: url("../img/sj038/arw.svg");
}
/*sect--other
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sj038 .sect--other em{
  font-weight: 700;
}