/*-----------------------------------------
Color
------------------------------------------*/
.tel_copy {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-align: center;
}

.tel_copy > span {
  font-size: 1.6rem;
  display: inline-block;
}

.tel_copy span span {
  font-size: 2rem;
  color: #825db3;
}

.anxiety {
  margin-bottom: 3rem;
}

.care {
  margin-bottom: 3rem;
}

.care_ttl {
  position: relative;
  padding: 1rem 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  background-color: #fe81a1;
  z-index: 0;
}

.care_ttl::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fe81a1 transparent transparent transparent;
}

.care .inner {
  padding: 3rem 4% 2rem;
  border-right: 4px solid #dadada;
  border-bottom: 4px solid #dadada;
  border-left: 4px solid #dadada;
  background-image: url(/assets/main/pc/img/tel/care_bg.png);
  background-size: 11px 11px;
}

.care_lede {
  margin-bottom: 1.6rem;
  text-align: center;
  font-size: 1.5rem;
}

.care_lede_em {
  position: relative;
  display: inline-block;
  color: #f84747;
  z-index: 0;
}

.care_lede_em::before {
  position: absolute;
  content: "";
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #fff814;
  z-index: -1;
}

.care_copy {
  margin-bottom: 2rem;
  font-size: 2.1rem;
  text-align: center;
}

.care_copy span {
  display: inline-block;
  padding-right: 20%;
  text-align: left;
  background-image: url("../../../../assets/main/sp/img/tel/care_nyan.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: auto 100%;
}

.care_desc {
  line-height: 1.8;
}

.appeal {
  color: #f84747;
  font-weight: bold;
}

.t_order {
  margin-bottom: 3rem;
  background-color: #ffe7e7;
}

.t_order .inner {
  padding: 2.4rem 4%;
}

.t_order_btn {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.4rem;
}

.bg__tel {
  background: #5fba3b;
  color: #fff;
}

.t_order_top {
  margin-bottom: 2.6rem;
  border-bottom: 1px solid #e4aaaa;
}

.t_order .step {
  margin-bottom: 2.6rem;
}
.t_order .step br {
  display: none;
}

.t_order .step li {
  position: relative;
  padding: 1.4rem 4% 1.4rem 12%;
  font-size: 1.2rem;
  border-radius: 3px;
  background-color: #fff;
}

.t_order .step li:not(:last-child) {
  margin-bottom: 2rem;
}

.t_order .step li span {
  color: #f84747;
}

.t_order .step li::before {
  position: absolute;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
  font-weight: 700;
  top: 50%;
  left: 3%;
  width: 20px;
  margin-top: -10px;
  height: 20px;
  border-radius: 32px;
  background-color: #fe81a1;
}

.t_order .step li:nth-of-type(1)::before {
  content: "1";
}

.t_order .step li:nth-of-type(2)::before {
  content: "2";
}

.t_order .step li:nth-of-type(3)::before {
  content: "3";
}

.t_order .step li:not(:last-child)::after {
  position: absolute;
  content: "";
  bottom: -1.6rem;
  left: 50%;
  margin-left: -20px;
  width: 20px;
  height: 10px;
  background-image: url("../../../../assets/main/sp/img/tel/step_arw.png");
  background-size: 20px 10px;
}

.direct_com {
  display: table;
  margin-bottom: 1rem;
  width: 100%;
}

.direct_com li {
  display: table-cell;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #f84747;
}

.direct_com li span {
  display: inline-block;
  padding: 0 14%;
  background-image: url("../../../../assets/main/sp/img/tel/voice_l.png"), url("../../../../assets/main/sp/img/tel/voice_r.png");
  background-repeat: no-repeat;
  background-position: 0 50%, 100% 50%;
  background-size: 24px auto, 25px auto;
}

.direct_box {
  text-align: center;
}

.direct_ttl {
  padding: 0.6rem 0;
  color: #fff;
  font-size: 1.2rem;
  background-color: #fe81a1;
}

.direct_main {
  padding: 2rem 6%;
  background-color: #fff;
}

.direct_main li {
  display: inline-block;
  margin: 0;
}

.about_com {
  margin-bottom: 4rem;
}

.tel_icon {
  background-image: url(/assets/main/sp/img/tel/dial_ico.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 19px auto;
  line-height: 19px;
}

.tel_flow {
  margin-bottom: 3rem;
}

.button__icon--medium.bg__grayline {
  font-size: 1.4rem;
}

@media screen and (min-width: 990px) {
  .tel_copy {
    font-size: 2rem;
  }
  .tel_copy span {
    font-size: 131%;
  }
  .tel_copy span span {
    font-size: 116%;
    color: #825db3;
  }
  .care_ttl {
    position: relative;
    padding: 1rem 0;
    color: #fff;
    font-size: 3.2rem;
    text-align: center;
    background-color: #fe81a1;
    z-index: 0;
  }
  .care_ttl::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #fe81a1 transparent transparent transparent;
  }
  .care .inner {
    padding: 3rem 4% 2rem;
    border-right: 4px solid #dadada;
    border-bottom: 4px solid #dadada;
    border-left: 4px solid #dadada;
    background-image: url(/assets/main/pc/img/tel/care_bg.png);
  }
  .care_lede {
    font-size: 2.2rem;
  }
  .care_lede_em::before {
    height: 8px;
  }
  .care_copy {
    font-size: 4rem;
  }
  .care_copy span {
    display: inline-block;
    padding-right: 130px;
    text-align: left;
    background-image: url(/assets/main/pc/img/tel/care_nyan.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
  }
  .care_desc {
    line-height: 1.8;
  }
  .t_order {
    background-color: #ffe7e7;
  }
  .t_order .inner {
    padding: 2.4rem 4%;
  }
  .t_order_btn {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .t_order_btn a {
    display: block;
    padding: 1.6rem 0;
    background-color: #f84747;
  }
  .t_order_btn a span {
    display: inline-block;
    padding-right: 46px;
    background-image: url(/assets/main/pc/img/tel/c_arw.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
  }
  .t_order_top {
    border-bottom: 1px solid #e4aaaa;
  }
  .t_order .step br {
    display: inline;
  }
  .t_order .step li {
    position: relative;
    float: left;
    width: 31%;
    padding: 1.6rem 0;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 3px;
    background-color: #fff;
  }
  .t_order .step li:not(:last-child) {
    margin-right: 3%;
  }
  .t_order .step li::before {
    position: absolute;
    font-size: 2.2rem;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 700;
    top: -10px;
    left: -5px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: #fe81a1;
  }
  .t_order .step li:nth-of-type(1)::before {
    content: "1";
  }
  .t_order .step li:nth-of-type(2)::before {
    content: "2";
  }
  .t_order .step li:nth-of-type(3)::before {
    content: "3";
  }
  .t_order .step li:not(:last-child)::after {
    position: absolute;
    content: "";
    top: 28px;
    left: unset;
    right: -15px;
    width: 10px;
    height: 20px;
    background-image: url(/assets/main/pc/img/tel/step_arw.png);
    background-size: contain;
  }
  .direct_com {
    display: table;
    margin-bottom: 1rem;
    width: 100%;
  }
  .direct_com li {
    display: table-cell;
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    color: #f84747;
  }
  .direct_com li span {
    display: inline-block;
    padding: 0 3rem;
    background-image: url(/assets/main/pc/img/tel/voice_l.png), url(/assets/main/pc/img/tel/voice_r.png);
    background-repeat: no-repeat;
    background-position: 0 50%, 100% 50%;
  }
  .direct_box {
    text-align: center;
  }
  .direct_ttl {
    padding: 0.6rem 0;
    color: #fff;
    font-size: 1.9rem;
    background-color: #fe81a1;
  }
  .direct_main {
    padding: 2rem 0;
    background-color: #fff;
  }
  .direct_main img,
  .direct_main picture {
    width: 100%;
    max-width: 550px;
    margin: auto;
  }
  .direct_main a[href^=tel] {
    pointer-events: none;
  }
  .direct_main li {
    display: inline-block;
    margin: 0 10px;
  }
  .tel_ico {
    background: url(/assets/main/pc/img/tel/dial_ico.png) no-repeat 0 50%;
  }
  .button__icon--medium.bg__grayline {
    font-size: 1.3rem;
  }
}
.about_com_ttl {
  padding: 10px 0;
  margin: 0 0 20px;
  color: #ff7297;
  font-size: 1.8rem;
  text-align: center;
  background: #fff4f7;
}
.about_com_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
}
.about_com_item li {
  width: 30%;
  max-width: 150px;
  margin: 0 23px;
}

.flow__phone--tel {
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.flow__phone--tel .contact__tel {
  margin-bottom: 10px;
}
.flow__phone--tel .contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.flow__phone--tel .operate_dial {
  width: 43%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  border: 2px solid #5fba3b;
}
.flow__phone--tel .operate_dial a {
  text-decoration: none;
}
.flow__phone--tel .dial_head_txt {
  font-size: 1rem;
}
.flow__phone--tel .dial_head_txt > span {
  display: inline-block;
}
.flow__phone--tel .operate_dial_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 4%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #5fba3b;
}
.flow__phone--tel .operate_dial_head > i {
  font-size: 2.4rem;
  margin-right: 4%;
}
.flow__phone--tel .operate_dial_number {
  padding: 4px 5%;
}
.flow__phone--tel .operate_btn {
  width: 53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flow__phone--tel .operate_btn > a {
  font-size: 1.4rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 990px) {
  .flow__phone--tel {
    display: none;
  }
}