@media screen and (min-width: 640px) {
  .ladyTopImg,
  .ladyBottomImg {
    margin: 0;
    line-height: 0;
    text-align: center;
    background-color: #ffe8f0;
  }
  .ladyBox {
    background-color: #ffe8f0;
    padding: 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ladyBoxItem {
    width: 46%;
    height: auto;
    background-color: #fff;
    border: 5px solid #e6e6e6;
    padding: 8px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
  }
  .ladyBoxItemInner {
    border: 1px solid #e6e6e6;
    padding: 28px 18px;
  }
  .ladyTitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .titleNum {
    margin: 0 30px 0 15px;
  }
  .titleText {
    font-size: 26px;
    color: #e82d6b;
    font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
    font-weight: 600;
    line-height: 116%;
  }
  .ladyPicBox {
    margin: 0;
    position: relative;
  }
  .ladyPicBox:before {
    content: url(/img/pc/lady/freepic.png);
    display: block;
    position: absolute;
    right: -16px;
    top: -50px;
  }
  .ladyPic {
    margin-bottom: 6px;
  }
  .ladyPicText {
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
  }
  .ladyBottomBox {
    background-color: #e82d6b;
    padding: 50px;
  }
  .lessonBtnBox {
    text-align: center;
  }
  .ladyBottomBoxText {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
    font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
    font-weight: 600;
  }
  .lessonBtn {
    background-color: #fff;
    color: #e82d6b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    position: relative;
    transition: 0.3s;
    font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
    font-weight: 600;
    line-height: 100%;
    min-width: 560px;
    height: 140px;
  }
  .lessonBtn:before {
    content: url(/img/pc/lady/time.png);
    display: block;
    position: absolute;
    left: 0;
    margin-left: 45px;
    padding-top: 5px;
  }
  .lessonBtnText {
    margin-left: 50px;
  }
  .lessonBtnMiniText {
    font-size: 20px;
    font-family: "Noto Sans CJK JP";
    font-weight: initial;
  }
  .lady_more {
    border: 2px solid #ffd9e6;
    background-color: #e82d6b;
    color: white;
    font-size: 16px;
    width: 150px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-left: auto;
  }
}

@media screen and (max-width: 639px) {
  .ladyTopImg,
  .ladyBottomImg {
    margin: 0;
    line-height: 0;
    text-align: center;
    background-color: #ffe8f0;
  }
  .ladyBox {
    background-color: #ffe8f0;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ladyBoxItem {
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 5px solid #e6e6e6;
    padding: 8px;
    margin-bottom: 20px;
  }
  .ladyBoxItemInner {
    border: 1px solid #e6e6e6;
    padding: 28px 18px;
  }
  .ladyTitle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .titleNum {
    margin: 0 30px 0 15px;
  }
  .titleText {
    font-size: 26px;
    color: #e82d6b;
    font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
    font-weight: 600;
    line-height: 116%;
  }
  .ladyPicBox {
    margin: 0;
    position: relative;
  }
  .ladyPicBox:before {
    content: url(/img/pc/lady/freepic.png);
    display: block;
    position: absolute;
    right: -16px;
    top: -50px;
  }
  .ladyPic {
    margin-bottom: 6px;
    width: 100%;
  }
  .ladyPicText {
    font-size: 16px;
    font-family: "Noto Sans CJK JP";
  }
  .ladyBottomBox {
    background-color: #e82d6b;
    padding: 50px 30px;
  }
  .lessonBtnBox {
    text-align: center;
  }
  .ladyBottomBoxText {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
    font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
    font-weight: 600;
  }
  .lessonBtn {
    background-color: #fff;
    color: #e82d6b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    position: relative;
    transition: 0.3s;
    font-family: YuMincho, /* Mac用 */ "Yu Mincho", /* Windows用 */ serif;
    font-weight: 600;
    line-height: 100%;
    width: 100%;
    height: 140px;
  }
  .lessonBtn:before {
    content: url(/img/pc/lady/time.png);
    display: block;
    position: absolute;
    left: 0;
    margin-left: 35px;
    padding-top: 5px;
  }
  .lessonBtnText {
    margin-left: 50px;
  }
  .lessonBtnMiniText {
    font-size: 20px;
    font-family: "Noto Sans CJK JP";
    font-weight: initial;
  }
  .sp_none {
    display: none;
  }
  .lady_more {
    border: 2px solid #ffd9e6;
    background-color: #e82d6b;
    color: white;
    font-size: 16px;
    width: 150px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-left: auto;
  }
}

@media all and (-ms-high-contrast: none) {
  .ladyBox {
    padding: 45px 29px;
  }
  .ladyBoxItem {
    width: 47%;
    border: 4px solid #e6e6e6;
  }
  .lessonBtn:before {
    content: url(/img/pc/lady/time.png);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 5px;
    bottom: 0;
    width: 53px;
    height: 53px;
    margin: auto 0 auto 40px;
  }
}

.ladyPicText em {
  font-weight: bold;
  color: #e82d6b;
}

.ladyPicText .fs_small {
  font-size: 13px;
}
