/* CSS Document */

figure{
  margin: 0;
  padding: 0;
  text-align: center;
}
.backgroundWrap{
  background: #ecf3ea url("../../../../_webroot/img/page/omakase/cp2021jun/bg_slashline.png") left top / auto repeat;
  padding: 2rem 0;
}

.inPageLink ul{
  list-style: none;
  margin: 2rem 0;
  padding: 0;
}
.inPageLink ul li{
  margin: 1rem;
}
.inPageLink ul a{
  align-items: center;
  background: linear-gradient(to bottom, rgba(255,255,255, 0) 80%, rgba(0,0,0, .05) 100%);
  display: flex;
  border: 1px solid #ccc;
  border-radius: .5rem;
  font-weight: 700;
  justify-content: space-evenly;
  padding: .5rem;
  position :relative;
}
.inPageLink ul a:after,
.inPageLink ul a:before{
  content: "";
  position: absolute;
}
.inPageLink ul a:before{
  width: 1.25rem;
  height: 1.25rem;
  background: #39b34a;
  border-radius: 50%;
  bottom: -.625rem;
  left: calc(50% - .625rem );
}
.inPageLink ul a:after{
  height: .3rem;
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  bottom: -.15rem;
  left: calc(50% - .15rem );
  transform: rotate(135deg);
  width: .3rem;
}
.inPageLink ul a img{
  box-shadow: 3px 3px 3px #efefef;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.inPageLink ul a div:first-of-type{
  width: 15%;
}
.inPageLink ul a div:last-of-type{
  width: 70%;
}


.guideBookArea>div{
  margin: 1rem;
}
.guideBookArea h2,
.guideBookArea h3{
  text-align: center;
  margin: 2rem 0;
}
.guideBookArea h3{
  background: #39b34a;
  border-radius: 1rem;
  padding: 2rem;
}
.guideBookArea p,
.guideBookArea ul,
.guideBookArea ol{
  margin: 1rem 0;
}
.guideBookArea ul,
.guideBookArea ol{
  padding-left: 1.5rem;
}
.guideBookArea .imgBox{
  text-align: center;
}
.copy,.overview{
  color: #39b34a;
}
.copy{
  font-size: 1.1em;
  font-weight: 700;
  margin: .75rem 0;
}
ul.overview{
  background: #fffff4;
  border: 2px solid #39b34a;
  border-radius: 1rem;
  font-weight: 700;
  margin: 3rem 0 2rem;
  padding: 1.5rem 1rem 1.5rem 2rem;
  position: relative;
}
ul.overview:before{
  content: "内容をチェック！";
  left: 0;
  position: absolute;
  top: -2rem;
}
ul.overview li{
  font-size: .95em;
}
ol.circleNumber{
  counter-reset: number; 
  list-style-type: none;
  margin-left: 1rem;
}
ol.circleNumber li{
  position: relative;
  padding-left: 0;
}
ol.circleNumber li:before{
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: .8em;
  position: absolute;
  left: -1.45rem;
  top: .25em;
  z-index: 2;
}
ol.circleNumber li:after{
  background: #39b34a;
  border-radius: 50%;
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  left: -1.75rem;
  top: .3em;
  z-index: 1;
}


.howToApplyArea{
  background: #fff;
  border-radius: 1rem;
  margin: 1rem;
  overflow: hidden;
}
.howToApplyArea h2,
.howToApplyArea h3{
  color: #39b34a;
  margin: 1rem .75rem;
}
.howToApplyArea h2{
  border-bottom: 2px dashed #39b34a;
  font-size: 1.2em;
  margin-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.howToApplyArea h3{
  font-size: 1em;
}
/* -------------------------
  /* for pc only
  --------------------------*/
  @media screen and (min-width: 768px) {

 
    /* ======== Paging Navi ================*/
  
    @import url('omakase_pc.css');
    @import url("cp_202104jun_pc.css");
    @import url("select_form_pc.css");
  
  
  
.backgroundWrap{
  margin: 2rem 0;
}

.inPageLink ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inPageLink ul li{
  width: 48%;
  margin: 1rem 0;
}
.inPageLink ul li a{
  padding: 1rem 0;
}
.inPageLink ul a:after{
  left: calc(50% - .2rem );
}
.inPageLink ul a img{
  position: absolute;
  top: -1rem;
  left: 1rem;
}

.guideBookArea h2,
.guideBookArea h3{
  margin: 1.5em 0;
}
.guideBookArea h3{
  background: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}
.guideBookArea>div{
  max-width: inherit;
  margin: 1rem 0;
}
.guideBookArea .inner{
  display: flex;
  justify-content: space-between;
}
.guideBookArea .inner.double>div{
  width: 452px;
}
.guideBookArea .inner .imgBox{
  margin: 2rem 3rem 0 0;
  width: 395px;
}
.guideBookArea .inner .imgBox+div{
  width: calc( 100% - 395px ); 
}
ul.overview{
  padding-left: 3rem;
}
.copy{
  font-size: 1.2em;
}

.howToApplyArea{
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}
.howToApplyArea h2{
  border-bottom: none;
  text-align: left;
}
.howToApplyArea>div{
  width: 50%;
  margin: 2rem 0;
  padding: 0 2rem;
  box-sizing: border-box;
}
.howToApplyArea>div:first-of-type{
  border-right: 2px dashed #39b34a;
}

.inPageLink ul li{
  width: 47%;
  }
.inPageLink ul li.nyuusiwidth {
  width: 48%;
}

  }