@charset "UTF-8";
/*==================================
sv
==================================*/
.p-leftbox {
  position: absolute;
  top: 15%;
  left: 0;
  max-width: 45%;
}

.p-rightbox {
  width: 50%;
  position: relative;
  margin: 0 0 0 auto;
}
.p-rightbox .c-h5 {
  margin-top: 0;
}
.p-rightbox .c-note {
  margin: 1em 0 3em;
}

@media screen and (max-width: 750px) {
  .p-leftbox {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    margin-top: 40px;
  }
  .p-rightbox {
    width: 100%;
    margin: 0 auto;
  }
}
/*==================================
背景
==================================*/
.p-bg_stone_beige {
  width: 100%;
  height: 100%;
  background: url("../images/women/bg_stone_beige.webp") no-repeat center center;
  background-size: cover;
}

/*==================================
タイトル装飾
==================================*/
span.p-red {
  color: #c23739;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(26px, 1.95vw, 40px);
}

span.p-kome {
  font-size: clamp(12px, 0.84vw, 14px);
  vertical-align: super;
}

/*==================================
チェックボックス
==================================*/
.p-checkbox_wrap {
  margin: 20px auto;
}
.p-checkbox_inner {
  background: rgba(255, 255, 255, 0.7882352941);
  padding: 1.5em;
}
.p-checkbox_inner li {
  position: relative;
  padding: 0.5em 0 1em 2em;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: bold;
}
.p-checkbox_inner li i.c-checkicon:before {
  background-color: #fff;
}