.enq-top-icon dd span.enq-front-h1 {
  font-size: 1.46rem;
  color: #000000;
  font-family:'Open Sans','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo' ;
  padding: 0 .3rem;
}

.enq-bg {
  background: -moz-linear-gradient(#fff 50%, #eee 50%);
  background: -webkit-linear-gradient(#fff 50%, #eee 50%);
  background: linear-gradient(#fff 50%, #eee 50%);
  padding-bottom: 1rem;
}

.enq-top-icon dd {
  font-size: 1.46rem;
}

.enq-top-icon dd span {
  font-size: 2.36rem;
  font-weight: bold;
  color: #db8db2;
  font-family:'Open Sans','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo' ;
  padding: 0 .3rem;
}


.enq-top-icon {
  display: block;
  text-align: center;
  width: 100%;
  height: 17rem;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: .2rem;
  margin: -4rem auto 0;
  position: relative;
  max-width: 1200px;
}

.enq-top-icon p {
  position: relative;
  display: inline-block;
  margin-top: 7rem;
  padding-bottom: .3rem;
  border-bottom: 3px solid #1f1f1f;

}

.enq-top-icon p::before {
  position: absolute;
  left: -3.5rem;
  top: -4.3rem;
  content: "";
  display: inline-block;
  width: 12rem;
  height: 6rem;
  background: url(/wp-content/themes//blankslate-child/assets/images/review.svg) no-repeat;
  background-size: contain;
}

.arc-enq-nav-box {
  background-color: #eee;
  margin: 0;
  padding-bottom: 1rem;
  padding-top: 3rem;
}

.arc-enq-box {
  background-color: #eee;
  margin: 0;
  padding: 1rem 0;
}

.arc-enq-box-h2 {
  border-left: 4px solid #db8db2;
  font-size: 1.33rem;
  padding-left: 1rem;
  margin: 0 1rem 2rem;
  line-height: 1.2;
}

.arc-enq-nav-selectbox {
  display: flex;
  margin: 0 auto;
    max-width: 1200px;
}

.arc-enq-nav-selectbox dl {
  width: 48%;
}

.arc-enq-nav-selectbox dt {
  padding-left: 1.6rem;
}

.arc-enq-nav-selectbox dd select {
  width: 100%;
  padding: .66rem;
  border-radius: .66rem;
  border: 1px solid #fff;
  font-size: 1rem;
  height: 40px;
}
.enq-matome {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



@media screen and (min-width:1200px) {
  .enq-matome {
      justify-content: flex-start;
      overflow-x: scroll;
      flex-direction: row;
      flex-wrap: nowrap;
  }
  .arc-enq-box-h2 {
    font-size: 1.66rem;
    margin: 1rem auto 2rem;
    max-width: 1200px;
    margin: 0 auto;
}
}

.enq-touroku-mox dl {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin: 1.6rem 0 .66rem;
  padding-bottom: 2rem;
}

.enq-touroku-mox dt {
  font-size: 1.06rem;
  letter-spacing: .3rem;
  font-weight: bold;
  padding-bottom: .3rem;
  padding-left: .66rem;
}

.enq-touroku-mox dd {
  margin: 0;
  width: 100%;

  border-radius: 6px;
}

.enq-touroku-mox dt>span {
  font-size: .93rem;
  font-weight: 400;
}

.enq-touroku-inp01 {
  border: 1px solid #fff;
  width: 100%;
  height: 40px;
  padding-left: .66rem;
  background-color: #fff;
  border-radius: 6px;

}
/*
.enq-bg {
  padding-top: 1rem;
  background: -moz-linear-gradient(top, #FFF, #FEEBFA 10%, #E0E6FF);
  background: -webkit-linear-gradient(top, #FFF, #FEEBFA 10%, #E0E6FF);
  background: linear-gradient(to bottom, #FFF, #FEEBFA 10%, #E0E6FF);

}

enq-radio-inp{
width: 2rem;
height: 2rem;
position: relative;
top: .6rem;
}
.enq-radio{
width: 30%;
display: inline-block;
font-weight: bold;
}
*/
input[type=radio] {
  display: none;
}

.enq-radio-inp {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  font-size: 1rem;
  left: 1rem;
  font-weight: bold;
}

.enq-radio-inp::before {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 50%;
  content: '';
  display: block;
  height: 2rem;
  left: -10px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 2rem;
  font-size: 1.3rem;
}

.enq-radio-inp::after {
  background: #DB8DB2;
  border-radius: 50%;
  content: '';
  display: block;
  height: 1.3rem;
  left: -4px;
  margin-top: -8.5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 1.3rem;
}

input[type=radio]:checked+.enq-radio-inp::after {
  opacity: 1;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: 2px;
}

select {
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効 */
}

select::-ms-expand {
  display: none;
  /* デフォルトのスタイルを無効(IE用) */
}

select {
  background: url(/assets/images/arrow-enq-fill.svg) no-repeat;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-color: #fff;
}

.enq-touroku-inp01 option span {
  color: #DB8DB2;
}


.enq-touroku-inp06 {
  border: 1px solid #fff;
  width: 100%;
  height: 200px;
}

.enq-alert {
  text-align: center;
  padding-bottom: 1rem;
  color: red;
}

.enq-touroku-mox {
  margin: 0 auto;
  max-width: 940px;
}

.enq-area-flex {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.enq-area-flex dd:first-of-type {
  padding-right: .66rem;
}




.enq-modal-inner {
  background-color: #fff;
  padding: 1rem;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  max-width: 940px;
  margin: 0 auto;
  border-radius: 1rem;
  border: 1px solid #aaa;
}

.enq-modal-h2 {
  font-size: 1.22rem;
  position: relative;
  display: inline-block;
  margin: 4rem auto 3rem;
}

.enq-modal-h2 span {
  position: relative;
  display: inline-block;
  color: #DB8DB2;
}

.enq-modal-h2 span::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -2rem;
  top: -5rem;
  width: 12rem;
  height: 5rem;
  background: url(<?php echo get_stylesheet_directory_uri();
  ?>/assets/images/confirm.svg) no-repeat: ;
  background-size: contain;
}

.enq-modal-flex,
.enq-modal-flex02 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.enq-up-btn-retake {
  background: #7095E1;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 1rem;
  width: 80%;
  margin: 4rem auto 0;
  max-width: 360px;
  display: block;
  text-align: center;
}

.enq-modal-dl {
  margin: 1rem 1rem 0;
}

.enq-modal-dl dt {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: .66rem;
  text-align: left;
  border-bottom: 1px dashed #ccc;
  margin-bottom: .66rem;
}

.enq-modal-dl dt span {
  color: #DB8DB2;
}

.enq-modal-dl dd {
  margin: .33rem 0 1rem;
  padding: 1rem;
  text-align: left;
}

.enq-up-btn-retake {
  background: #7095E1;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 1rem;
  width: 80%;
  margin: 4rem auto 0;
  max-width: 360px;
  display: block;
  text-align: center;
}

.enq-up-btn span,
.enq-up-btn-retake a {
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}

.sig-alert {
  color: red;
  font-size: .93rem;
  padding: .33rem;
}
.enq-bg-fill {
  padding-top: 1rem;
  background: -moz-linear-gradient(top, #FFF, #FEEBFA 10%, #E0E6FF);
  background: -webkit-linear-gradient(top, #FFF, #FEEBFA 10%, #E0E6FF);
  background: linear-gradient(to bottom, #FFF, #FEEBFA 10%, #E0E6FF);

}
@media screen and (min-width:1200px) {
  .enq-touroku-inp01 {
    height: 60px;
  }

  .enq-touroku-mox dt {
    font-size: 1.3rem;
  }

  .enq-modal-h2 {
    font-size: 1.66rem;
  }

  .enq-modal-dl dt,
  .enq-modal-dl dd {
    font-size: 1.33rem;
  }

}



.enq-button-fill-box{
  padding: 3rem 0;
  display: block;
  margin: 0 auto;
  background: -moz-linear-gradient(left, #DB8DB2, #7095E1);
  background: -webkit-linear-gradient(left, #DB8DB2, #7095E1);
  background: linear-gradient(to right, #DB8DB2, #7095E1);
}

.enq-button-end,
.enq-button-end-no,
.enq-button-fill {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 40px;
  padding:2rem 1rem;
  width: 90%;
  margin: 3rem auto;
  max-width: 560px;
  display: block;
  text-align: center;
}
.enq-button-end{
  background: -moz-linear-gradient(left, #DB8DB2, #7095E1);
  background: -webkit-linear-gradient(left, #DB8DB2, #7095E1);
  background: linear-gradient(to right, #DB8DB2, #7095E1);
}
.enq-button-end-no {
  background-color: #ccc;
}
.enq-button-fill{
  background-color: #fff;
  max-width: 760px;
}

.enq-button-end-p{
  text-align: center;
  text-decoration: none;
}
.enq-button-end-span,
.enq-button-end-span-no,
.enq-button-span-fill{
  font-size: 1.42rem;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  left: 1.6rem;
}
.enq-button-end-span{
  left: 1.6rem;
  color: #ffffff;
}

.enq-button-end-span-no{
  color: #eee;
  left: 0;
}
.enq-button-span-fill{
  color: #1f1f1f;
  left: 1.6rem;
}

.enq-button-end-span::before,
.enq-button-span-fill::before {
  content: '';
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  background-size: contain;
  background-image: url(/assets/images/pokeko.svg);
  width: 2.33rem;
  height: 2.33rem;
  background-repeat: no-repeat;
  left: -2.6rem;
  top: -5px;
}


.enq-modal-overlay {
  position: fixed;
  z-index: 90000;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-color: #111;
  opacity: 0.3;
}


.enq-modal-box {
/*
  background: -moz-linear-gradient(top, #FFF, #FEEBFA 10%, #E0E6FF);
  background: -webkit-linear-gradient(top, #FFF, #FEEBFA 10%, #E0E6FF);
  background: linear-gradient(to bottom, #FFF, #FEEBFA 10%, #E0E6FF);
  margin: 0 auto;
  width: 100%;
  padding: 2rem;
  height: auto;
*/
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background-color: #FFF;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 90%;
  max-height: 90%;
  max-width: 900px;
}


.hide {
  display:none;
}

/*  登録完了ページ*/

.poketop-h1-enq-fin {
  background-color: #fff;
  border-radius: 50% 50% 0 0;
  display: block;
  /* padding-bottom: 3.5rem; */
  padding-top: 4.2rem;
}

.enq-fill-fin-div{
  padding: 2rem;
    max-width: 760px;
    margin: 0 auto;
}
.enq-fill-fin-p{
  text-align: center;

}

.enq-button-end-p02 {
  background-color: #fff;
  max-width: 760px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 40px;
  padding: 2rem 1rem;
  width: 90%;
  margin: 3rem auto;
  display: block;
  text-align: center;
}

@media screen and (min-width:1200px) {
.enq-fill-fin-p{

  font-size: 1.28rem;
}

}
/*口コミ投稿がない場合*/
.arc-enq-none-box{
background-color: #ccc;
display: block;
text-align: center;
font-size: 1.57rem;
margin: 2rem 0;
width: 100%;
height: 2rem;
padding: 2rem 0 4rem;
line-height: 1;
font-weight: bold;
}

/*10/25_国島追加*/

.enq-fill-textarea{
  padding: 1rem;
  height: 200px;
  letter-spacing: 2px;
}