.poketop-h1-title {
  margin: 0 0 0.666rem;
}

.poti-re {
  position: relative;
}

.city-top-h2 {
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  bottom: 7.5%;
  left: 50%;
  font-size: 4.2vw;
  line-height: 1.2;
  padding-left: 31vw;
}

/*reward・登録までの流れ・よくある質問箇所*/
/*よくある質問*/
.office-maintitle {
  position: relative;
}

.office-maintitle {
  border-radius: 50% 50% 0 0;
}

.office-maintitle .moz-heading_bottom1 {
  background: #FFEBCB;
  text-align: center;
  line-height: 1.2;
  font-size: 1.46rem;
  font-weight: 700;
  padding: 0.8rem 0;
  margin: 0.5rem 0;
  position: relative;
}

.office-maintitle img {
  position: absolute;
  top: 7rem;
  z-index: -3;
  display: inline-block;
  margin: 0 auto;
  width: 400px;
  height: auto;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.front-qestion-box {
  margin: 50px auto 0;
  padding: 10px;
  max-width: 1200px;
}

.QA_QuestionItem {
  position: relative;
  padding: 16px 16px 24px;
}

.QA_Question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  padding-bottom: 1rem;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.5rem;
}

.QA_Question::before {
  position: absolute;
  top: -0.5rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  font-size: 2.4rem;
  color: #1f1f1f;
  content: 'Q.';
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.QA_Answer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  margin: 16px 0 0;
  font-size: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.QA_Answer::before {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #ff7600;
  content: 'A.';
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 941px) {

  .office-maintitle .moz-heading_bottom,
  .office-maintitle .moz-heading_bottom1 {
    font-size: 2rem;
    padding: 1.2rem 0;
  }
}

@media screen and (min-width: 1200px) {
  .QA_Question {
    font-size: 1.66rem;
  }

  .QA_Answer {
    font-size: 1.2rem;
  }
}

/*よくある質問 end*/
/*登録の流れ*/
.signup-flow-wrap {
  background-color: #fff;
  background-size: 7px 7px;
  background-image: radial-gradient(#fcad63 10%, transparent 20%);
  padding: 1rem;
}

.signup-flow-flexbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.signup-flow-box {
  display: flex;
  padding: 0.66rem;
  background-color: #fff;
}

.signup-flow-box img {
  height: auto;
  object-fit: cover;
  width: 40%;
  border-radius: 1rem;
}

.signup-flow-box div {
  height: auto;
  width: 100%;
  padding: 0 0.8rem;
}

.signup-flow-box div h3 {
  color: #ff7600;
  font-weight: bold;
  display: block;
}

.signup-flow-arrow {
  font-weight: bold;
  font-size: 1.66rem;
  display: block;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .signup-flow-wrap {
    margin-top: 3rem;
  }

  .signup-flow-flexbox {
    flex-direction: row;
  }

  .signup-flow-box {
    flex-direction: column;
    width: 300px;
    padding-left: 10px;
  }

  .signup-flow-box img {
    width: 100%;
  }

  .signup-flow-box div {
    width: 100%;
    padding-left: 0;
  }

  .signup-flow-box div h3 {
    font-size: 1.4rem;
    padding: 5px;
  }

  .signup-flow-arrow {
    display: inline-block;
    transform: rotate(-90deg);
    position: relative;
    left: 125px;
    top: -45px;
  }
}

/*登録の流れ end*/
/*reward*/
.front-reward-h3 {
  padding-top: 2rem;
  text-align: center;
}

.front-reward-table {
  border: 1px solid #aaa;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  box-shadow: inset 0 0, 4px 4px 0 -1px #fff, 4px 4px 0 0 #aaa;
  max-width: 540px;
  background-color: #fff;
}

@media (min-width: 600px) {
  .front-reward table {
    font-size: 1.3rem;
  }

  .front-reward table {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1200px) {
  .front-reward-h3 {
    font-size: 1.7rem !important;
  }

  .front-reward table {
    margin-top: 3.8rem;
    max-width: 480px;
    height: 640px;
  }

  .sal-simulat-ind-p>p {
    font-size: .9rem;
  }

  .city-line-under01 {
    /* border-bottom: 1px dashed #1f1f1f;*/
    margin-bottom: 5rem;
    padding-bottom: 1rem;
  }

  .sal-cont-green .moz-lead,
  .sal-cont-green .moz-lead2 {
    font-size: 1.7rem;
  }
}

/*reward end*/
/*reward・登録までの流れ・よくある質問箇所　end */
.city-top-h2-box {
  display: flex;
  justify-content: center;
  margin: 1rem 1rem 3rem;
}

.city-top-h2-text {
  width: 53%;
}

.city-top-h2-img01 {
  width: 36%;
  padding: 0.5rem;
}

.city-top-h2-img02 {
  width: 42%;
  padding: 0.5rem;
}

.city-top-h2-text-h2 {
  font-size: 4.1vw;
  margin-bottom: 1rem;
  border-left: 4px solid #ff7600;
  padding-left: 0.5rem;
  line-height: 1.3;
}

.city-top-h2-text-p {
  font-size: 3.3vw;
  padding: 0.5rem;
}

.fc-orange {
  color: #ff7600
}

.mg-lr2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.city-top-h2-span {
  color: #ff7600;
  font-weight: bold;
  font-size: 4.4vw;
}

.city-top-flex {
  display: block;
}

.boder-r {
  border-right: 1px dashed #1f1f1f;
}

.mg-t-3 {
  margin-top: -3rem;
}

.city-sapo-nav {
  margin: -2rem 2rem 3rem;
  text-align: right;
  display: block;
  font-size: 3.5vw;
}

.city-table tr {
  border-bottom: 5px solid #fff;
}

.city-table li {
  list-style: disc;
  margin-left: 1rem;
}

.city-table td:first-of-type {
  background-color: #EDBC99;
  text-align: center;
  padding: 1rem;
  width: 20%;
  ;
}

.city-table td:last-of-type {
  background-color: #EFDACB;
  text-align: left;
  padding: 1rem;
  width: 60%;
}

.link-tyousei_t-m-p3 {
  padding-top: 3rem;
  margin-top: -3rem;
}

.sp-city {
  display: block;
}

.pc-city {
  display: none;
}

@media screen and (min-width: 980px) {
  .sp-city {
    display: none;
  }

  .pc-city {
    margin: 0 auto;
    display: block;
    max-width: 1500px;
  }

  .city-top-flex {
    display: flex;
    justify-content: center;
    max-width: 1500px;
    margin: 0 auto;
  }

  .city-top-h2 {
    bottom: 12%;
    font-size: 3vw;
    padding-left: 24vw;
  }

  .city-top-h2-box {
    /*width: 33rem;*/
  }

  .city-top-h2-text {
    width: 57%;
  }

  .city-top-h2-img01 {
    width: 38%;
    padding: 0.5rem;
  }

  .city-top-h2-img02 {
    width: 42%;
    padding: 0.5rem;
  }

  .city-top-h2-text-h2 {
    font-size: 1.5rem;
  }

  .city-top-h2-text-p {
    font-size: 1.2rem;
    padding: 0.5rem;
  }

  .wid33 {
    width: 33%;
  }

  .city-sapo-nav {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1500px) {
  .city-top-h2 {
    bottom: 6.5rem;
    font-size: 3.3rem;
    padding-left: 25rem;
  }

  .city-top-h2-span {
    font-size: 5.5rem;
  }
}

.area-zaitaku-flex-item2>div>p,
.area-zaitaku-flex-item2>div {
  line-height: 2;
}

/****/
.area-zaitaku-flex-item2>div>h3 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.1;
  display: block;
  border-bottom: 2px dashed #1f1f1f;
  padding-bottom: 1rem;
  margin: 2rem 0 1rem;
  color: #ff7600;
}

@media screen and (min-width: 1200px) {
  .area-zaitaku-flex-item2>div>h3 {
    font-size: 1.5rem;
  }
}

/*************************スタッフ詳細追加***********************************
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani&display=swap');*/

@media screen and (max-width:1199px) {
  .staff-top {
    background-image: url(/wp-content/themes/blankslate-child/assets/images/area-03-sp.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 60vw;
    background-position: center left;
    margin-top: 40px;
  }

  .staff-top::before {
    content: '';
    position: absolute;
    background-size: contain;
    background-image: url(/wp-content/themes/blankslate-child/assets/images/area-04.svg);
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
    left: 75%;
    top: 70%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
  }

  .staff-h2 {
    background: linear-gradient(to right, rgba(9, 147, 209, 1) 0%, rgba(9, 147, 209, 1) 50%, rgba(9, 147, 209, 0.8) 80%, rgba(9, 147, 209, 0.8)100%), url("https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/area-03-pc2.webp");
    background-position: right center;
    text-align: center;
    background-size: cover;
    font-size: 14px;
    color: #fff;
    padding: 1rem 0rem;
    margin-bottom: 1.5rem;
  }

  .staff-box-p {
    width: 80%;
    display: block;
    padding: 3.5rem 2rem 1.5rem;
    line-height: 2;
    margin-right: 1rem;
    margin-left: -10%;
    background: rgba(255, 255, 255, 0.8);
  }

  .staff-box-p::before {
    content: 'Point';
    position: absolute;
    background: #0993D1;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    left: 83%;
    top: 0%;
    transform: rotate(10deg);


  }

  .staff-box-warp {
    background-image: url(/wp-content/themes/blankslate-child/assets/images/area-05.webp);
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 260px;
  }

  .staff-box {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }


}

@media screen and (min-width:1200px) {
  .staff-top {
    background-image: url(/wp-content/themes/blankslate-child/assets/images/area-03-pc.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 200px;
    background-position: center left;
    margin-bottom: 60px;
    margin-top: 60px;
  }

  .staff-top::before {
    content: '';
    position: absolute;
    background-size: contain;
    background-image: url(/wp-content/themes/blankslate-child/assets/images/area-04.svg);
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
    left: 80%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
  }

  .staff-h2 {
    background: linear-gradient(to right, rgba(9, 147, 209, 1) 0%, rgba(9, 147, 209, 1) 50%, rgba(9, 147, 209, 0.6) 80%, rgba(9, 147, 209, 0.8)100%), url("https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/area-03-pc2.webp");
    background-position: right center;
    text-align: left;
    font-size: 30px;
    color: #fff;
    padding: 2rem 3rem;
    margin-bottom: 1.5rem;
  }

  .staff-box-p {
    width: 60%;
    display: block;
    padding: 3rem 4rem;
    line-height: 2;
    margin-right: 1rem;
    margin-left: -10%;
    font-size: 1.1rem;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
  }

  .staff-box-p::before {
    content: 'Point';
    position: absolute;
    background: #0993D1;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    left: 90%;
    top: -15%;
    transform: rotate(10deg);

  }

  .staff-box-warp {
    background-image: url(/wp-content/themes/blankslate-child/assets/images/area-05.webp);
    background-size: cover;
    background-position: center;
    width: 60%;
    height: 250px;
  }

  .staff-box {
    display: flex;
    align-items: center;
    position: relative;
    margin: 3rem 2rem;
  }

}


a.staff-link {
  display: block;
  width: 80%;
  max-width: 550px;
  position: relative;
  background: #ffd;
  text-align: center;
  color: #1f1f1f;
  margin: 0 auto;
  padding: 1rem 0rem;
  border-radius: 40px;
  box-shadow: 0px 0px 16px #bbb;
  text-decoration: none;
  margin-top: 70px;
  font-size: 1.3rem;
  border: 4px solid #0993D1;
}


@media screen and (max-width:1199px) {
  a.staff-link::before {
    content: '';
    background-image: url(/wp-content/themes/blankslate-child/assets/images/area-08-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 90%;
    height: 150px;
    position: absolute;
    top: 5px;
    left: 55%;
    transform: translateX(-50%)translateY(-50%);
    display: block;
  }

}

@media screen and (min-width:1200px) {
  a.staff-link::before {
    content: '';
    background-image: url(/wp-content/themes/blankslate-child/assets/images/area-08-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80%;
    height: 150px;
    position: absolute;
    top: -10px;
    left: 55%;
    transform: translateX(-50%)translateY(-50%);
    display: block;
  }

  a.staff-link {
    font-size: 2rem;
    margin-bottom: 60px;
  }

}

.staff-box-2 {
  background-size: contain;
  position: relative;
}

.staff-box-2 div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)translateX(-50%);
  display: block;
  color: rgba(255, 255, 255, 0.7);
  left: 50%;
  border: solid 1px #fff;
}

.staff-box-3-1,
.staff-box-4-1 {
  position: relative;
  display: block;
}

.staff-box-3-1::before {
  content: '';
  position: absolute;
  background-size: contain;
  display: block;
  z-index: 2;
  background-image: url(/wp-content/themes/blankslate-child/assets/images/area-09.svg);
  background-repeat: no-repeat;
}

.staff-box-4-1::before {
  content: '';
  position: absolute;
  background-size: contain;
  display: block;
  z-index: 2;
  background-image: url(/wp-content/themes/blankslate-child/assets/images/area-10.svg);
  background-repeat: no-repeat;
}


.staff-box-3-2-warp,
.staff-box-4-2-warp {
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  border: 1px solid #A1A1A1;
  line-height: 2;
  font-size: 1rem;
}

.staff-box-3-2-warp .box-title,
.staff-box-4-2-warp .box-title {
  background-color: #000000;
  font-size: 1.3rem;
  color: #fff;
  padding: 0.5rem 1rem;
  line-height: 1;
  position: absolute;
  top: -1.3rem;
  left: 20px;
}

@media screen and (max-width:1199px) {
  .staff-box-2 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.4)100%), url("https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/area-11-sp.webp");
    padding-top: 46.3%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .staff-box-2 div {
    font-family: 'Noto Serif JP', serif;
    font-weight: 200;
    font-size: 1rem;
    padding: 1rem;
    padding-left: 2rem;
    width: 80%;
    text-shadow: 0px 0px 6px #333;
  }

  .staff-box-3,
  .staff-box-4 {
    margin: 0 auto;
    margin-top: 80px;
  }

  .staff-box-3-1,
  .staff-box-4-1 {
    width: 75%;
    padding: 1rem;
    margin: 0 auto;
  }

  .staff-box-3-2,
  .staff-box-4-2 {
    width: 90%;
    padding: 1rem;
    margin: 0 auto;
  }

  .staff-box-3-1 div,
  .staff-box-4-1 div {
    position: absolute;
    top: 80%;
    left: 75%;
    transform: translateX(-50%)translateY(-50%);
    width: 70%;
    background: #000;
    color: #fff;
    font-size: 1rem;
    padding: 1rem;
    text-align: center;
    font-family: 'Noto Serif JP',
      serif;
  }

  .staff-box-3-1::before,
  .staff-box-4-1::before {
    width: 80px;
    height: 80px;
    left: 5%;
    top: -40px;
  }

  .staff-box-3-2 h4,
  .staff-box-4-2 h4 {
    font-size: 1rem;
  }

  .staff-box-3-2 h4 span:nth-child(1),
  .staff-box-4-2 h4 span:nth-child(1) {
    border: solid 1px #A1A1A1;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
  }

  .staff-box-3-2 h4 span:nth-child(2),
  .staff-box-4-2 h4 span:nth-child(2) {
    border-left: solid 4px #0993D1;
    padding: 0.5rem 1rem;
    font-family: 'Noto Serif JP', serif;
    display: block;
    margin-top: 10px;
  }

  .staff-box-3-2-warp,
  .staff-box-4-2-warp {
    margin-top: 40px;
    padding: 2rem 1.5rem;
  }
}

@media screen and (min-width:1200px) {
  .staff-box-2 {
    background: linear-gradient(to right, rgba(136, 136, 136, 0.6) 0%, rgba(158, 158, 158, 0.7) 50%, rgba(144, 144, 144, 0.6) 80%, rgba(132, 132, 132, 0.7)100%), url("https://pokewaku.jp/wp-content/themes/blankslate-child/assets/images/area-11-pc.webp");
    padding-top: 19.2%;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 1.5;
  }

  .staff-box-2 div {
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 200;
    width: 60%;
    padding: 2rem;
    text-shadow: 0px 0px 6px #333;
  }

  .staff-box-2 div::before {
    content: '';
    background-image: url(/wp-content/themes/blankslate-child/assets/images/area-12.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 170px;
    height: 170px;
    position: absolute;
    left: 110%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .staff-box-3 {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 80px;
  }

  .staff-box-4 {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 80px;
    flex-direction: row-reverse;
  }

  .staff-box-3-1,
  .staff-box-4-1 {
    width: 40%;
    padding: 2rem;
  }

  .staff-box-3-2 {
    width: 60%;
    padding: 2rem 0rem 2rem 4rem;
  }

  .staff-box-4-2 {
    width: 60%;
    padding: 2rem 0rem 2rem 4rem;
  }

  .staff-box-3-1 div,
  .staff-box-4-1 div {
    position: absolute;
    top: 80%;
    left: 80%;
    transform: translateX(-50%)translateY(-50%);
    width: 60%;
    background: #000;
    color: #fff;
    font-size: 1rem;
    padding: 1rem;
    text-align: center;
    font-family: 'Noto Serif JP',
      serif;
  }

  .staff-box-3-1::before,
  .staff-box-4-1::before {
    width: 100px;
    height: 100px;
    left: 15%;
    top: -40px;
  }

  .staff-box-3-2 h4,
  .staff-box-4-2 h4 {
    font-size: 1.4rem;
  }

  .staff-box-3-2 h4 span:nth-child(1),
  .staff-box-4-2 h4 span:nth-child(1) {
    border: solid 1px #A1A1A1;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-family: 'Noto Serif JP', serif;
  }

  .staff-box-3-2 h4 span:nth-child(2),
  .staff-box-4-2 h4 span:nth-child(2) {
    border-left: solid 4px #0993D1;
    margin-left: 2rem;
    padding-left: 1rem;
    font-family: 'Noto Serif JP', serif;
  }

  .staff-box-3-2-warp,
  .staff-box-4-2-warp {
    margin-top: 60px;
    padding: 3rem 2rem 2rem 2rem;
  }

}

/*************************スタッフ詳細追加************************************/

.sal-cont-green .moz-select {
  margin: 0 auto 1rem;
}


.sal-cont-green .moz-lead,
.sal-cont-green .moz-lead2 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.3rem;
  padding-bottom: 1rem;
}

.sal-cont-green .moz-lead:before,
.sal-cont-green .moz-lead2:before {
  margin-right: 1rem;
}

.sal-cont-green .moz-lead:after,
.sal-cont-green .moz-lead2:after {
  margin-left: 1rem;
}

.sal-cont-green .moz-lead::after,
.sal-cont-green .moz-lead2::after,
.sal-cont-green .moz-lead::before,
.sal-cont-green .moz-lead2::before {
  content: "";
  height: 1px;
  line-height: 1px;
  flex-grow: 1;
  background-color: #333333;
}

.sal-cont-green .moz-select select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0.5rem;
  font-size: 1.1rem;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 0.3rem;
}

.sal-cont-green .moz-input {
  margin: 0 auto;
}

.rew-box01 {
  display: flex;
  margin-left: 0 !important;
  width: 60%;
}

.sal-cont-green .moz-box {
  border: solid 1px #1F1F1F;
  padding: 1rem;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.sal-cont-green .moz-box::before {
  content: '+特別報酬';
  position: absolute;
  top: -1rem;
  left: 1rem;
  background: #fff;
  font-weight: 700;
  padding: 0 0.5rem;
}

.sal-simulat-ind-p {
  font-size: .85rem;
}

.sal-cont-green .moz-input input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.5rem;
  color: #333333;
  background-color: #FDFFC3;
  border: 2px solid #333333;
  border-radius: 0.3rem;
  margin-right: 0.5rem;
}

.sal-contents-pcflex {}

.sal-contents-pcflex-item1,
.sal-contents-pcflex-item2 {
  width: 100%;

}

@media screen and (min-width:1200px) {

  .sal-contents-pcflex {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sal-contents-pcflex-item1 {
    width: 50%;
    border-right: 1px dashed #ddd;
    margin-left: -5rem;

  }

  .sal-contents-pcflex-item2 {
    width: 40%;
    margin-left: 3rem;
  }

  .sal-cont-green .moz-lead,
  .sal-cont-green .moz-lead2 {
    font-size: 1.7rem;
  }

  .sal-cont-green .moz-lead {
    padding-bottom: 4rem;
  }

  .sal-cont-green .moz-lead2 {
    padding: 1rem 3rem 1rem;
    margin-top: 2rem;
  }
}


/*口コミ**/
.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 {
  display: block;
  text-align: center;
  width: 100%;
  height: 17rem;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: 0.2rem;
  margin: -4rem auto 0;
  position: relative;
  max-width: 1200px;
}

.enq-top-icon dl dt {
  position: relative;
  display: inline-block;
  margin-top: 7rem;
  padding-bottom: 0.3rem;
  border-bottom: 3px solid #1f1f1f;
}

.enq-top-icon dl dt::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;
}

.enq-top-icon dd {
  font-size: 1.46rem;
}

@media screen and (min-width: 1201px) {
  .arc-enq-box-h2-matome {
    text-align: center;
  }
}


/** area-city.cssの上書きcss**/
@media screen and (min-width: 1201px) {

  .hakodate_zai-zikyu,
  .city_zikyu,
  .hakodate_zikyu {
    width: 45%;
  }
}

/********スタッフ紹介部分の追加分***********/

.city-staf-flexbox {
  display: flex;
  margin: 1rem;
  flex-direction: column;

}

.city-staf-h3-box-q {
  font-weight: bold;
  font-size: 1.4rem;

}

.city-staf-h3-box-q::before {
  content: "▶︎";
  color: #4492CC;
}

.city-staf-h3-box-a {
  text-align: center;
  font-size: 4.5vw;
  position: relative;
}

.city-staf-h3-box-a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5vw;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 7rem;
  background-image: url("/wp-content/themes/blankslate-child/assets/images/city-line-left01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.city-staf-h3-box-a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 90vw;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 7rem;
  background-image: url("/wp-content/themes/blankslate-child/assets/images/city-line-right01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.city-staf-h3-box-a_p {
  border-radius: 2rem;
  font-size: 1.1rem;
  background-color: #ffe;
  padding: 2rem;
  box-shadow: 0px 5px 11px 0px rgba(114, 114, 114, 0.25);
}

.city-staf-flexbox-01,
.city-staf-flexbox-02 {
  width: 100%;
}

.city-staff-tri-img {
  display: none;
}

.under-yellow {
  background: linear-gradient(transparent 60%, rgb(255, 255, 0) 60%);
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .city-staf-flexbox {
    display: flex;
    margin: 1rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .city-staf-flexbox-01 {
    width: 45%;
  }

  .city-staf-flexbox-02 {
    width: 45%;
    padding: 6rem 4rem;
  }

  .city-staf-h3-box-a {
    font-size: 1.5rem;
  }

  .city-staf-h3-box-a::before {
    left: 0;
  }

  .city-staf-h3-box-a::after {
    left: 30rem;
  }

  .city-staff-tri-img {
    display: block;
  }

  .city-staf-h3-box-a_p {
    position: relative;
    width: 120%;
    left: -3rem;
  }
}

.mg-lr14 {
  margin-left: 1rem;
  margin-right: 1rem;
}