.in_knock_mg {
  margin: 0 1em;
}
@media screen and (max-width: 559px) {
  .in_knock_mg {
    margin: 0 0.5em;
  }
}

.headline_h202 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#dee5f0));
  background-image: linear-gradient(180deg, #f5f7fa 0%, #dee5f0 100%);
}
.headline_h202.oisp_j {
  font-size: 1.25em;
  margin-top: 2em;
}
@media screen and (max-width: 559px) {
  .headline_h202.oisp_j {
    font-size: 1.125em;
  }
}

.oisp_title_bg {
  padding: 55px 0 52px;
  background-image: linear-gradient(135deg, #bbc3e2 0%, #b6abbf 70%);
  color: #fff;
}
@media screen and (max-width: 559px) {
  .oisp_title_bg {
    padding: 25px 0 20px;
  }
}
.oisp_title_bg .title_area {
  margin: 0 auto;
  max-width: 720px;
}
.oisp_title_bg .title_area img {
  width: 100%;
}
@media screen and (max-width: 559px) {
  .oisp_title_bg .title_area {
    max-width: 360px;
  }
}

.oisp_contents .intro_wrap .summary p {
  font-size: 1.125em;
  line-height: 2;
}
.oisp_contents .intro_wrap .ph {
  margin-top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.oisp_contents .intro_wrap .ph > div {
  width: calc(50% - 6px);
  margin: 0 3px;
  max-width: 320px;
}
.oisp_contents .intro_wrap .ph img {
  width: 100%;
  border-radius: 6px;
}

.oisp_contents .tableSet_ON_EDF {
  margin-bottom: 3em;
}

.tableSet_ON_EDF {
  border-top: 1px solid #ccc;
}
.tableSet_ON_EDF th, .tableSet_ON_EDF td {
  border-bottom: 1px solid #ccc;
  padding: 0.75em 1em;
  font-size: 1em;
  line-height: 1.5;
}
.tableSet_ON_EDF th {
  width: 12em;
  background: #eee;
}
.tableSet_ON_EDF td p {
  line-height: 1.75;
}
.tableSet_ON_EDF td p.t {
  font-weight: bold;
}
.tableSet_ON_EDF td p.t2nd {
  margin-top: 0.75em;
}
.tableSet_ON_EDF td ul li {
  padding: 0.125em 0;
}
.tableSet_ON_EDF td p.plus {
  margin-top: 0.75em;
  color: #e33;
}
@media screen and (max-width: 559px) {
  .tableSet_ON_EDF {
    border-top: none;
  }
  .tableSet_ON_EDF th, .tableSet_ON_EDF td {
    border: 0;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1em;
  }
  .tableSet_ON_EDF th {
    width: 100%;
    background: #fff;
    text-align: left;
    padding: 0.25em 0;
  }
  .tableSet_ON_EDF th br {
    display: none;
  }
  .tableSet_ON_EDF td {
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #ccc;
  }
  .tableSet_ON_EDF tr:last-child td {
    border: 0;
  }
}

.app_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.app_wrap > a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 360px;
  margin: 5px;
  padding: 1em;
  border-radius: 6px;
  text-align: center;
}
.app_wrap > a:hover {
  opacity: 0.9;
}
.app_wrap > a p + p {
  margin-top: 0.375em;
}
.app_wrap > a.app_etp {
  background: #ef5c4e;
}
.app_wrap > a.app_etp p.m1 {
  font-size: 1.25em;
  font-weight: bold;
}
.app_wrap > a.app_etp p.m2 {
  font-size: 1em;
  font-weight: bold;
}
.app_wrap > a.app_etp p.m3 {
  margin-top: 0.75em;
  font-size: 0.875em;
}
.app_wrap > a.app_this {
  background: #69527d;
}
.app_wrap > a.app_this p.m1 {
  font-size: 1.25em;
  font-weight: bold;
}
.app_wrap > a.app_this p.m1 > span {
  font-size: 70%;
  font-weight: normal;
  margin-left: 5px;
}