@charset "UTF-8";

.contentArea img {
  max-width: 100%;
  height: auto;
}

.contentArea figure {
  margin: 1rem;
}

.cp202104 h2 {
  text-align: center;
  margin: 1rem;
}

.btnBox a {
  display: block;
}

.btnBox a img {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .15));
}

.cp202104 .campaignArea {
  background: none;
}

.cp202104 .kv {
  position: relative;
  text-align: center;
}

.cp202104 .kv a {
  display: block;
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 172px);
}

@media screen and (max-width: 320px) {
  .cp202104 .kv a {
    width: 250px;
    left: calc(50% - 125px);
  }
}

.selectFormWrap {
  background: #39b34a url("../../../../_webroot/img/page/omakase/cp2021jun/bg_slashline_5.png") left top / auto repeat;
  padding: 1px;
}

.stepWrap {
  background: #fff;
  border-radius: 1rem;
  margin: 2rem 1rem;
  padding: 1rem 1rem 1.5rem;
  position: relative;
}

.stepWrap:not(:last-of-type):after {
  content: "";
  border: 10px solid transparent;
  border-top: 12px solid #b3e2ba;
  position: absolute;
  bottom: -32px;
  left: calc(50% - 10px);
}

.stepWrap>h2 {
  color: #39b34a;
}

.infoText {
  color: #ff911e;
  margin: 2rem 1rem;
  text-align: center;
  font-weight: 700;
}

.bunyaSwitch br {
  display: none;
}

.content.radio {
  display: block;
  border: none;
}

.content.radio>div {
  margin: .5rem 0;
  border: none;
}

.content.radio>div+div {
  border-left: none;
}

.content.radio label {
  background: #fff;
  border: 2px solid #ED6C00;
  border-radius: 5px;
  color: #ED6C00;
  display: block;
  line-height: 1;
  padding: 1.5rem 0;
  text-align: center;
}

.content.radio input[type=radio]:checked+label {
  background: rgba(255, 81, 0, .2);
  color: #ED6C00;
}

.content.radio>div:last-of-type label {
  font-size: 1em;
  padding: 1.5rem 0;
}

.openBtn {
  border-width: 2px;
}

.openBtn>span {
  background: none;
  padding: 1.5rem 0;
}

.selectedBox h3 {
  color: #39b34a;
  text-align: left;
  font-weight: 700;
}

.selectedBox h3:before {
  content: none;
}

.stepWrap h2 span {
  margin-left: 0;
}

.contentArea input[type=button].selectButton {
  padding: 1.5rem;
  width: 100%;
}

.btnBox.step3 {
  position: relative;
}

.btnBox.step3:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  width: .5rem;
  height: .5rem;
  position: absolute;
  right: 2rem;
  top: calc(50% - .4rem);
  transform: rotate(45deg);
  z-index: 3;
}

.btnBox.step3 input {
  background: rgba(255, 81, 0, .7);
  position: relative;
  z-index: 1;
}


.btnBox.bottom {
  margin-bottom: 3rem;
}

.inPageLink ul a div:last-of-type {
  line-height: 1.8;
}

.infoText {
  line-height: 1.8;
}

.guideBookArea p,
.guideBookArea ul,
.guideBookArea ol {
  line-height: 1.8;
}

.contentArea ul.overview li {
  line-height: 1.8;
}

.contentArea li {
  line-height: 1.8;
}

.contentArea ol.circleNumber li:before {
  top: 0.03em !important;
}

.howToApplyArea {
  padding: 15px;
}

.cp202104 h2 {
  line-height: 1.6;
}

.howToApplyArea p {
  line-height: 1.8;
}

.contentArea ul.overview::before {
  top: -3rem !important;
}


/* -------------------------
  /* for pc only
  --------------------------*/
@media screen and (min-width: 768px) {


  /* ======== Paging Navi ================*/

  @import url('omakase_pc.css');
  @import url("../omakase/cp_202104jun_pc.css");
  @import url("select_pc.css");


  .contentArea.formArea.cp202104 {
    max-width: 960px;
    width: 80%;
  }

  .backgroundWrap,
  .selectFormWrap {
    background: none;
    position: relative;
  }

  .backgroundWrap.whatOmks {
    margin: 0;
  }

  .backgroundWrap:before,
  .selectFormWrap:before {
    content: "";
    background: #ecf3ea url("../../../../_webroot/img/page/omakase/cp2021jun/bg_slashline.png") left top / auto repeat;
    height: 100%;
    position: absolute;
    width: 100vw;
    left: calc(48% - 50vw);
    top: 0;
    z-index: 1;
  }

  .selectFormWrap:before {
    background: #39b34a url("../../../../_webroot/img/page/omakase/cp2021jun/bg_slashline_5.png") left top / auto repeat;
  }

  .whatOmks>div,
  .selectFormWrap>*,
  .howToApplyArea {
    z-index: 2;
    position: relative;
    padding: 2rem 0;
  }

  .content.radio {
    display: flex;
    justify-content: space-between;
  }

  .content.radio>div {
    flex-grow: inherit;
    width: 32%;
  }

  .content.radio>div label,
  .content.radio label,
  .openBtn,
  .contentArea input[type=button].selectButton {
    font-size: 1em !important;
    font-weight: 700;
    border-radius: .75rem;
  }

  .contentArea input[type=button].selectButton {
    padding: 1.5rem 0;
  }

  .whatOmks {
    padding: 1rem 0;
  }

  .stepWrap {
    border-radius: 2rem;
    margin: 1.25rem auto;
    padding: 2rem 3rem 2.5rem;
    box-sizing: border-box;
    max-width: 100%;
  }

  .stepWrap:not(:last-of-type):after {
    border: 30px solid transparent;
    border-top: 40px solid #b3e2ba;
    bottom: -60px;
    left: calc(50% - 25px);
    z-index: 10;
  }

  .inPageLink ul a div:last-of-type {
    width: 74% !important;
  }

  .contentArea ol.circleNumber li::before {
    top: 0.01em !important;
  }

  .contentArea.formArea {
    width: 1000px;
    margin: 0 auto;
  }
}