@charset 'utf-8';
.callUsToBook {
  position: relative;
}

.callUsToBookContent {
  position: absolute;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.callUsToBookContent p:nth-child(1) {
  font-weight: normal;
  line-height: 1.3;
}

.callUsToBookContent p:nth-child(2) {
  font-weight: bold;
  color: #323232;
}

.callUsToBookContent p a {
  text-decoration: none;
  color: #323232;
  display: block;
  border-bottom: none;
  font-weight: bold;
}

.contentsWrap {
  display: flex;
  flex-wrap: wrap;
}

.contentsWrap section {
  box-sizing: border-box;
}

.contentsWrap section h4 {
  font-weight: bold;
  text-align: center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.contentsWrap section>div p {
  line-height: 1.3;
}

.contentsWrap section>div p.asteriskText {
  text-indent: -1em;
  padding-left: 1em;
}

#OutcallBox p a {
  float: right;
}

.contentsWrap section>div li {
  line-height: 1.3;
}

.chooseAngelBox {
  box-sizing: border-box;
}

.chooseAngelBox h4 {
  font-weight: bold;
}

.chooseAngelBox p {
  line-height: 1.3;
}

.contentsBox.price p {
  line-height: 1.5;
}

p.title {
  font-weight: bold;
}

p.textRed {
  color: #cb0000;
  font-weight: normal;
}

p.bold {
  font-weight: bold;
}

/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {
  .callUsToBook::before {
    content: "";
    display: inline-block;
    background-image: url(/en/img/common/icon_tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 20;
    background-color: #333333;
    border-radius: 5px;
    background-size: 80%;
    width: 61px;
    height: 61px;
    top: 87px;
    left: 88px;
  }

  .callUsToBookContent {
    top: 10px;
    left: 161px;
  }

  .callUsToBookContent p:nth-child(1) {
    font-size: 14px;
  }

  .callUsToBookContent p:nth-child(2) {
    font-size: 30px;
    /* padding: 15px 0 5px; */
    border-bottom: 1px solid #333333;
    margin: 15px 0;
  }

  .callUsToBookContent p:nth-child(3) {
    font-size: 16px;
  }

  .callUsToBookContent p a {
    /* font-size: 16px; */
    /* padding-top: 15px; */
  }

  .contentsWrap {
    margin-bottom: 20px;
    border: 1px solid #b9bdc2;
  }

  .howtoBlock:nth-of-type(7) .contentsWrap {
    margin-bottom: 10px;
  }

  .contentsWrap section {
    width: 50%;
  }

  .contentsWrap section:first-of-type {
    border-right: 1px solid #b9bdc2;
  }

  .contentsWrap section h4 {
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    background: url(/en/img/howtouse/howtouse_heading.jpg);
  }

  .contentsWrap section>div {
    padding: 11px;
  }

  .contentsWrap section>div p {
    letter-spacing: -0.3px;
    margin-bottom: 10px;
  }

  .contentsWrap section>div img {
    margin-bottom: 10px;
  }

  .contentsWrap section>div ul {
    margin-bottom: 10px;
  }

  .contentsWrap section>div li:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .chooseAngelBox {
    width: 50%;
    border-right: 1px solid #b9bdc2;
    padding: 20px 10px;
  }

  .chooseAngelBox h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .chooseAngel img {
    width: 50%;
  }

  .contentsBox {
    margin: 20px;
  }

  p.title {
    font-size: 16px;
    margin: 15px 0 6px;
  }

  p.notice {
    margin-bottom: 10px;
  }

  .price p.textRed {
    margin-top: 10px;
  }
}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  .callUsToBook {
    margin-bottom: 4%;
  }

  .callUsToBookContent p:nth-child(2)::before {
    content: "";
    display: inline-block;
    background-image: url(/en/img/common/icon_tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    background-color: #333333;
    border-radius: 5px;
    width: 6vw;
    height: 6vw;
    background-size: 78%;
    left: 0;
  }

  .callUsToBookContent {
    top: 10%;
    right: 4.3%;
    width: 58.2%;
    height: auto;
    display: block;
    padding: 3% 2%;
    box-sizing: border-box;
  }

  .callUsToBookContent p:nth-child(1) {
    font-size: 3.2vw;
  }

  .callUsToBookContent p:nth-child(2) {
    padding-left: 7vw;
    height: 6vw;
    line-height: 7vw;
    position: relative;
    margin: 2% auto;
  }

  .callUsToBookContent p:nth-child(3) {
    text-align: right;
    font-size: 3vw;
  }

  .contentsWrap {
    margin-bottom: 3%;
    border-bottom: 1px solid #b9bdc2;
  }

  .contentsWrap section h4 {
    background: url(/en/s/img/howtouse/bg_step_heading.jpg);
    padding: 3% 0;
    font-size: 1.2em;
  }

  .contentsWrap section>div {
    width: 96%;
    margin: 3% auto;
  }

  .contentsWrap section>div p {
    margin-bottom: 3%;
  }

  .contentsWrap section>div img {
    margin-bottom: 3%;
  }

  .contentsWrap section>div li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 3%;
  }

  .contentsWrap.chooseAngel {
    position: relative;
    padding-bottom: 6%;
    border-bottom: 0;
  }

  .chooseAngelBox {
    width: 96%;
    margin: 0 auto 3%;
  }

  .chooseAngelBox h4 {
    margin-bottom: 3%;
    font-size: 1.1em;
  }

  .chooseAngelBox p:last-of-type {
    position: absolute;
    bottom: 0;
  }

  .contentsBox {
    width: 96%;
    margin: 0 auto;
  }

  .contentsBox p {
    line-height: 1.3;
    margin-bottom: 2%;
  }

  .contentsBox.price p {
    font-weight: normal;
    margin-bottom: 2%;
  }

  p.title {
    margin: 3% 0 2%;
  }

  p.notice {
    width: 96%;
    margin: 0 auto 3%;
  }

}