@charset "UTF-8";
.contents__inner--small {
  margin: 0 auto;
  max-width: 980px;
}

.pageColumn1__img {
  margin-top: 28px;
}

.menu {
  counter-reset: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  margin-top: 40px;
}

.menu__item {
  color: #333333;
  counter-increment: num;
  display: inline-block;
  font-family: 'UD新ゴ DB';
  letter-spacing: .04rem;
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 1em;
  position: relative;
  text-indent: -1em;
  -webkit-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
}

@media (max-width: 1023px) {
  .menu__item {
    font-size: 1.4rem;
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
}

.menu__item a {
  color: #333333;
}

.menu__item a:after {
  display: inline-block;
  margin-left: 11px;
}

.menu__item:not(:first-of-type) {
  margin-top: 20px;
}

.menu__item:before {
  content: counter(num) ".";
  font-family: 'UD新ゴ B';
  margin-right: 8px;
}

@media (max-width: 1023px) {
  .menu__item:before {
    margin-right: 4px;
  }
}

.menu__checkImg {
  display: inline-block;
  margin-left: 14px;
  width: 75px;
}

@media (max-width: 1023px) {
  .menu__checkImg {
    margin-left: 8px;
    width: 52px;
  }
}

.pageH2Area__tit02 {
  letter-spacing: 0;
}

.pageH2--red .pageH2Area__tit02 {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.pageTxtList {
  margin-top: 20px;
}

.pageTxtList__item {
  margin-top: 20px;
}

.pageH2Area__tit02--num {
  margin-right: .5rem !important;
}

.contents__container {
  padding-top: 30px;
}

.contents__body {
  -webkit-column-gap: 35px;
          column-gap: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .contents__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    row-gap: 30px;
  }
}

.contents__txt {
  width: 45.41%;
}

@media (max-width: 1023px) {
  .contents__txt {
    width: 100%;
  }
}

.contents__txt .pageTxt:first-of-type {
  margin-top: 0;
}

.contents__imgBlock {
  width: 51.02%;
}

@media (max-width: 1023px) {
  .contents__imgBlock {
    text-align: center;
    width: 100%;
  }
}

.contents__imgBlock img {
  max-width: 500px;
  width: 100%;
}

.contents__notes {
  font-size: 1.2rem;
  padding-left: 1em;
  text-align: right;
  text-indent: -1em;
}

@media (max-width: 1023px) {
  .contents__notes {
    font-size: 1.1rem;
    text-align: left;
  }
}

.contents__notes span {
  display: inline-block;
  margin-top: 20px;
  text-align: left;
}

@media (max-width: 1023px) {
  .contents__notes span {
    margin-top: 12px;
  }
}

.contents__notes span:before {
  content: '※';
}

.contents__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 48px auto 0;
  max-width: 826px;
}

@media (max-width: 1023px) {
  .contents__table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.contents__table--container {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1023px) {
  .contents__table--container {
    border-left: 1px solid #707070;
  }
}

.contents__table--container:first-of-type {
  border-left: 1px solid #707070;
}

@media (max-width: 1023px) {
  .contents__table--container:not(:first-of-type) {
    border-top: none;
  }
}

.contents__table--title {
  background: #f7f7f7;
  font-family: 'UD新ゴ B';
  font-size: 1.6rem;
  padding: 10px 8px;
  text-align: center;
}

.contents__table--item {
  border-top: 1px solid #707070;
  font-size: 1.4rem;
  padding: 12px 15px;
  text-align: left;
}

@media (max-width: 1023px) {
  .keyword .contents__body .contents__txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.cta {
  background: #00003e;
  margin: 115px calc(50% - 50vw) 0;
  padding: 0 10px;
  width: 100vw;
}

@media (max-width: 1023px) {
  .cta {
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin: 180px calc(50% - 50vw) 0;
    padding: 0 24px;
  }
}

.cta__inner {
  -webkit-column-gap: 110px;
          column-gap: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 850px;
}

@media (max-width: 1023px) {
  .cta__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cta__txt {
  padding-bottom: 50px;
  padding-top: 54px;
}

@media (max-width: 1023px) {
  .cta__txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 20px;
    padding-top: 0;
  }
}

.cta__h2title {
  color: #ffffff;
  font-family: 'UD新ゴ H';
  font-size: 4.1rem;
  line-height: 1.22;
  text-align: left;
}

@media (max-width: 1023px) {
  .cta__h2title {
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .cta__sp {
    font-size: 2.4rem;
  }
}

.cta__btn {
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .cta__btn {
    margin-top: 12px;
    text-align: center;
  }
}

.cta__btn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f77911;
  border: 3px solid #ffffff;
  border-radius: 32px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'UD新ゴ B';
  font-size: 1.9rem;
  height: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 2.105;
  -webkit-transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out;
  transition: background-color .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  width: 318px;
}

@media (max-width: 1023px) {
  .cta__btn a {
    margin: 0 auto;
  }
}

.cta__btn a:hover {
  background: #ffffff;
  color: #f77911;
  text-decoration: none;
}

.cta__img {
  margin-top: -36px;
}

@media (max-width: 1023px) {
  .cta__img {
    margin-top: -156px;
  }
}

.cta__img img {
  max-width: 400px;
  width: 100%;
}

@media (max-width: 1023px) {
  .cta__img img {
    max-width: 315px;
  }
}

.function__list {
  -webkit-column-gap: 40px;
          column-gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
}

@media (max-width: 1023px) {
  .function__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 48px;
  }
}

.function__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.function__item--h3title {
  -webkit-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'UD新ゴ B';
  font-size: 2.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1023px) {
  .function__item--h3title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.function__item--h3titleNum {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00003e;
  border-radius: 6px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 5px 7px;
}

@media (max-width: 1023px) {
  .function__item--h3titleNum {
    height: 28px;
  }
}

.function__item--h3titleNum span {
  font-size: 1.8rem;
}

.function__item--Boldtxt {
  font-family: 'UD新ゴ B';
  font-size: 1.5rem;
  height: 78px;
  letter-spacing: .03em;
  margin-top: 12px;
}

@media (max-width: 1023px) {
  .function__item--Boldtxt {
    height: auto;
  }
}

@media (max-width: 1023px) {
  .function__item--imgBlock {
    margin-top: 24px;
  }
}

.function__item--txt {
  font-size: 1.4rem;
  margin-top: 25px;
}

.function__item--link {
  margin-top: 30px;
}

.function__item--link a {
  font-family: 'UD新ゴ DB';
  font-size: 1.4rem;
}

.function__item .pageTxtLink__arrow01 {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}

.function__item .pageTxtLink a:before {
  display: inline-block;
  margin-right: 10px;
}

.step__list {
  -webkit-column-gap: 6px;
          column-gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .step__list {
    background: #f5f5f5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 calc(50% - 50vw);
    margin-top: 20px;
    padding: 20px;
    row-gap: 40px;
    width: 100vw;
  }
}

.step__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

@media (max-width: 1023px) {
  .step__item {
    background: #ffffff;
    border-radius: 6px;
    padding: 20px 15px;
  }
}

.step__item:not(:first-of-type)::before {
  background: url(/sites/default/files/media/jp/column/yahoo-ads/marketing/water-repair-digital-marketing/img/icon_arrow.svg) center center no-repeat;
  background-size: contain;
  content: '';
  height: 16px;
  left: -3px;
  position: absolute;
  top: 110px;
  width: 16px;
}

@media (max-width: 1023px) {
  .step__item:not(:first-of-type)::before {
    left: 50%;
    top: -27px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.step__item--txt {
  font-size: 1.4rem;
  margin-top: 14px;
  padding-left: 16px;
}

.step .pageTxtLink {
  padding-left: 16px;
}

.step .pageTxtLink__arrow01 {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}

.step .pageTxtLink a:before {
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 1023px) {
  .counseling .contents__body .contents__txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.counseling .defaultBtn {
  margin-bottom: 0;
  margin-top: 28px;
  text-align: left;
}

@media (max-width: 1023px) {
  .counseling .defaultBtn {
    text-align: center;
  }
}

.ask__list {
  -webkit-column-gap: 14px;
          column-gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}

@media (max-width: 1023px) {
  .ask__list {
    margin-top: 40px;
    overflow-x: scroll;
  }
}

.ask__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

@media (max-width: 1023px) {
  .ask__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 230px;
    width: 100%;
  }
}

.ask__item--txt {
  font-size: 1.4rem;
  margin-top: 14px;
}

.ask__body {
  margin-top: 48px;
}

.ask__body--H3title {
  font-family: 'UD新ゴ B';
  font-size: 2.4rem;
  text-align: center;
}

.ask__body .pageTxt {
  margin-top: 20px;
}

.ask__body--imgBlock {
  margin-top: 28px;
  text-align: center;
}

.ask__body--imgBlock img {
  max-width: 945px;
  width: 100%;
}

.ask .btnColumn3 {
  gap: 40px;
  margin-top: 40px;
  max-width: 480px;
}

@media (max-width: 1023px) {
  .ask .btnColumn3 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.ask .btnColumn3__item {
  width: calc(100% / 2);
}

@media (max-width: 1023px) {
  .ask .btnColumn3__item {
    max-width: 220px;
    width: 100%;
  }
}

.ask .default-OrangeBtn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: linear-gradient(135deg, #ffffff 50%, #f77911 50%);
  background-position: 100%;
  background-size: 300%;
  border: 2px solid #f77911;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'UD新ゴ M';
  font-size: 1.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .17rem;
  line-height: 1.5;
  min-height: 52px;
  min-width: 187px;
  padding: 3px 46px 3px 25px;
  position: relative;
  text-align: left;
  text-decoration: none;
  -webkit-transition: background 600ms ease-in-out;
  transition: background 600ms ease-in-out;
}

.ask .default-OrangeBtn a:hover {
  background-position: 0;
  text-decoration: none;
  -webkit-transition: background 600ms ease-in-out;
  transition: background 600ms ease-in-out;
}

.ask .default-OrangeBtn a span {
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.ask .default-OrangeBtn a:hover span {
  color: #f77911;
}

.ask .default-OrangeBtn__arrow:after {
  background: url(/sites/default/files/media/jp/column/yahoo-ads/marketing/water-repair-digital-marketing/img/circle_orange.svg) 0 0 no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 27px;
  position: absolute;
  right: 13px;
  top: calc(50% - 14px);
  vertical-align: middle;
  width: 27px;
}

.ask .default-OrangeBtn a:hover .default-OrangeBtn__arrow:after {
  background: url(/sites/default/files/media/jp/column/yahoo-ads/marketing/water-repair-digital-marketing/img/circle_orange_hover.svg) 0 0 no-repeat;
  background-size: cover;
  content: '';
  display: inline-block;
  height: 27px;
  position: absolute;
  right: 13px;
  top: calc(50% - 14px);
  vertical-align: middle;
  width: 27px;
}

.support__txt {
  font-size: 1.4rem;
  letter-spacing: .04rem;
  line-height: 1.82;
  margin-top: 26px;
}

.floatButton {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  bottom: 130px;
  display: none;
  position: fixed;
  right: 30px;
  z-index: 999;
}

.floatButton__link {
  align-items: center;
  background-color: #f77911;
  border: 2px solid #f77911;
  border-radius: 82px;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  font-size: 1.6rem;
  height: 140px;
  justify-content: center;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  width: 140px;
}

.floatButton__link:hover {
  background: #ffffff;
  color: #f77911;
  text-decoration: none;
}

.floatButton__txt {
  display: block;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .floatButton__link {
    display: none;
  }
}

.pageColumn1__img a {
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.pageColumn1__img a:hover {
  opacity: .7;
}

.pageTxtLink__arrow01:before {
  display: inline-block;
  margin-right: 10px;
}

.pageTxtLink__center {
  font-size: 1.4rem;
  letter-spacing: .04rem;
  line-height: 1.82;
  margin-top: 10px;
  position: relative;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */