@charset "utf-8";
.link_box {
  position: relative;
  float: right;
}
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.link_box .ttl {
  position: relative;
  padding-left: 20px;
}
.link_box .ttl::after {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
}
.m_titleE.s_noIcon.m_titleE__title {
  border-left: none;
  padding-left: 0;
}
.m_list {
  margin-top:0;
}
.m_list>li+li {
  margin-top: 0;
}
.m_list>li {
  padding-left: 1.2em;
}
.m_list>li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.2);
}
.m_square dt {
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
.m_square dt:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
.m_square.s_noIcon dt {
  padding-left: 0;
}
.m_square.s_noIcon dt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.m_square dd {
  margin-bottom: 20px;
}
.m_square dd:last-child {
  margin-bottom: 0px;
}
hr {
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  margin: 60px 0;
  border: 0px;
}
.point_list li {
  margin-bottom: 40px;
}
.point_list li:last-child {
  margin-bottom: 0px;
}
.point_ttl {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
}
.point_ttl dt {
  background: #ED0000;
  color: #ffffff;
  width: 40px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.point_ttl dd {
  background: #f8f8f8;
  width: calc(100% - 40px);
  padding: 5px 10px;
}
.m_img {
  width: 50%;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px){
  hr { margin: 40px 0;}
  .link_box {margin-top: 20px;}
  .m_img {
    width: 100%;
  }
}






