@charset "utf-8";

@media screen and (min-width: 739px) {
  .sp-only{
    display: none;
  }
}
@media screen and (max-width: 738px) {
  .pc-only{
    display: none;
  }
}

.zygomatic-intro {
  display: flex;
  align-items: flex-start;
  gap: 0 40px;
  margin: 0 0 40px;
}
.zygomatic-intro p {
  flex: 1;
  font-size: 114%;
}
.zygomatic-intro figure {
  width: 310px;
}
.zygomatic-intro figure img {
  width: 100%;
  height: auto;
}

.box-recommend{
  background-color: #fff;
  padding: 40px;
  margin: 40px 0 24px;
}
.box-recommend .ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 35px;
  padding: 0 0 21px;
}
.box-recommend .ttl::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100%;
  background-image: url(/online/images/border-ttl.svg);
  height: 4px;
}
.box-recommend .icon-karte{
  margin-right: 25px;
}
.box-recommend .icon-karte img{
  width: 50px;
  height: 50px;
}
.box-recommend .list-check{
}
.box-recommend .list-check li {
  position: relative;
  padding: 0 0 0 27px;
}
.box-recommend .list-check li + li {
  margin: 16px 0 0;
}
.box-recommend .list-check li:before{
  position: absolute;
  top: 1px;
  left: 0;
  background: url(/online/images/icon-check.svg) no-repeat 0 0 / 100% 100%;
  content: "";
  width: 18px;
  height: 18px;
}

.box-flow{
  background-color: #fff;
  padding: 40px;
  margin: 40px 0;
}
.box-flow .ttl-detail{
  display: flex;
  align-items: center;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 35px;
  padding: 0 0 21px;
}
.box-flow .ttl-detail::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 100%;
  background-image: url(/online/images/border-ttl.svg);
  height: 4px;
}
.box-flow .ttl-detail .icon-mail,
.box-flow .ttl-detail .icon-tel{
  flex: none;
  margin-right: 25px;
}
.box-flow .ttl-detail .icon-tel img{
  width: 39px;
  height: 37px;
}
.box-flow .ttl-detail .icon-mail img {
  width: 37px;
  height: 22px;
}

.box-flow .dl-dial{
  display: flex;
  align-items: center;
}
.box-flow .dl-dial ul{
  font-size: 15px;
}
.box-flow .dl-dial a{
  color: #eb6100;
  font-weight: 700;
  font-size: 30px;
  margin: 0 40px 0 9px;
  text-decoration: none;
}

.zygomatic-answer {
  margin: 0 0 40px;
  color: #00adc9;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.zygomatic-answer:before {
  content: "";
  display: block;
  width: 40px;
  height: 16px;
  margin: 0 auto 24px;
  background: #00adc9;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

/* sp
=============================================================== */
@media screen and (max-width: 738px) {
  .zygomatic-intro {
    display: block;
    margin: 0 0 40px;
  }
  .zygomatic-intro p {
    font-size: inherit;
  }
  .zygomatic-intro figure {
    width: 100%;
    margin: 20px auto 0;
  }

  .box-recommend {
    padding: 30px 20px;
  }
  .box-recommend .ttl {
    justify-content: flex-start;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .box-recommend .icon-karte {
    flex-shrink: 0;
    margin: 0 10px 0 0;
  }
  .box-recommend .icon-karte img {
    width: 30px;
    height: 30px;
  }
  .box-recommend .list-check li:before {
    top: 2px;
    width: 16px;
    height: 16px;
  }

  .box-flow{
    padding: 30px 20px;
  }
  .box-flow .ttl-detail{
    justify-content: flex-start;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .box-flow .ttl-detail .icon-mail,
  .box-flow .ttl-detail .icon-tel{
    flex-shrink: 0;
    margin: 0 10px 0 0;
  }
  .box-flow .ttl-detail .icon-tel img{
    width: 30px;
    height: 30px;
  }
  .box-flow .ttl-detail .icon-mail img {
    width: 30px;
    height: 30px;
  }

  .box-flow .dl-dial{
    display: block;
  }

  .zygomatic-answer {
    font-size: 20px;
  }
}