@charset "UTF-8";
/* STEP */
.megashira_stepCont {
  margin-bottom: 50px;
}
.megashira_stepCont li {
  float: left;
  margin: 0 0 0 25px;
  diaplay: inline-block;
  font-size: 13px;
}
.megashira_stepCont li .maru {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #E77885;
  color: #fff;
  margin-left: -25px;
  z-index: 10;
  position: relative;
  text-align: center;
  padding-top: 13px;
  line-height: 1.4;
}
.megashira_stepCont li img {
  margin-top: -35px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
.megashira_stepCont li .text {
  width: 165px;
  line-height: 1.5;
}
.megashira_stepCont li .text span {
  color: #E77885;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .megashira_stepCont {
    margin-bottom: 30px;
  }
  .megashira_stepCont li {
    float: none;
    margin: 0;
    display: block;
    width: 100%;
    clear: both;
  }
  .megashira_stepCont li .maru {
    float: left;
    width: 45px;
    height: 45px;
    font-size: 11px;
    border-radius: 50%;
    margin-left: 0;
    margin-right: 5px;
    padding-top: 8px;
    line-height: 1.4;
  }
  .megashira_stepCont li img {
    float: left;
    width: auto;
    margin: 0 0 0 10px;
    width: 60px;
  }
  .megashira_stepCont li .text {
    float: right; /*Chrome19~25*/ /*Firefox4~15*/
    width: calc(100% - 140px);
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.list_megashira ul {
  margin-bottom: 15px;
}
.list_megashira li {
  background: #fffddf;
  border: 2px solid #F3BDBB;
  margin-bottom: 10px;
  width: 49%;
  float: left;
}
.list_megashira li .number {
  display: inline-block;
  background: #F3BDBB;
  width: 33px;
  height: 33px;
  text-align: center;
  color: #E77885;
  padding-top: 6px;
  font-size: 17px;
  float: left;
  margin-right: 15px;
}
.list_megashira li .text {
  float: left;
  width: 280px; /*IE9未満*/ /*Chrome19~25*/ /*Firefox4~15*/
  width: calc(100% - 60px);
  line-height: 1.5;
  font-size: 15px;
  margin: 5px 0;
  color: #595757;
}
.list_megashira li:nth-child(2n) {
  float: right;
}
.list_megashira .full {
  width: 100%;
  float: none;
  clear: both;
}
@media screen and (max-width: 800px) {
  .list_megashira li, .list_megashira li:nth-child(2n) {
    float: none;
    width: 100%;
  }
}

.opeCont h4, .osusumeCont h4 {
  color: #E35F6F;
  font-weight: normal;
  background: #FFE9EA;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 15px;
}