.mod-tmp_contact .container {
  border-radius: 30px;
}
.mod-tmp_contact .container .head {
  padding: 20px 15px 10px 15px;
  background-color: #0097e0;
  text-align: center;
  border-radius: 30px 30px 0 0;
}
@media (max-width: 767px) {
  .mod-tmp_contact .container .head {
    padding: 15px 0 10px 0;
  }
}
.mod-tmp_contact .container .head .title {
  position: relative;
  max-width: 600px;
  margin: auto;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .mod-tmp_contact .container .head .title {
    padding-left: 30px;
    max-width: 375px;
    font-size: 18px;
    letter-spacing: 0.06em;
  }
}
.mod-tmp_contact .container .head .title::before {
  position: absolute;
  left: 0;
  top: 10%;
  content: "";
  width: 70px;
  height: 150px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/common/img-character webp") no-repeat center/contain;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .mod-tmp_contact .container .head .title::before {
    height: 70px;
    top: 30%;
  }
}
.mod-tmp_contact .container .head .title .dot {
  position: relative;
}
.mod-tmp_contact .container .head .title .dot .rb {
  position: absolute;
  top: -3px;
  right: 0;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #FFF;
  margin: auto;
  z-index: 10;
}
@media (max-width: 767px) {
  .mod-tmp_contact .container .head .title .dot .rb {
    width: 3px;
    height: 3px;
  }
}

.mod-tmp_contact .bottom {
  padding: 60px 70px 30px 70px;
  background-color: #FFF;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 1024px) {
  .mod-tmp_contact .bottom {
    padding: 60px 40px 20px 40px;
  }
}
@media (max-width: 767px) {
  .mod-tmp_contact .bottom {
    padding: 60px 20px 20px 20px;
  }
}
.mod-tmp_contact .btn_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 50px;
  transition: all 0.3s;
}
.mod-tmp_contact .btn_list .btn {
  width: calc((100% - 35px) / 2);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .mod-tmp_contact .btn_list .btn {
    width: 100%;
    max-width: 325px;
  }
}
.mod-tmp_contact .btn_list .btn a {
  position: relative;
  display: block;
  border-radius: 70px;
  padding: 5px;
  transition: all 0.3s;
  text-decoration: none;
}
@media (max-width: 767px) {
  .mod-tmp_contact .btn_list .btn a {
    padding: 7px;
  }
}
.mod-tmp_contact .btn_list .btn a .bubble {
  position: absolute;
  left: 0;
  right: 0;
  top: -48%;
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
  padding: 5px 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .mod-tmp_contact .btn_list .btn a .bubble {
    top: -55%;
    max-width: 190px;
    padding: 5px 10px;
  }
}
.mod-tmp_contact .btn_list .btn a .bubble::before {
  position: absolute;
  bottom: -26%;
  left: 50%;
  content: "";
  margin: auto;
  transform: translateX(-50%);
  z-index: 5;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .mod-tmp_contact .btn_list .btn a .bubble::before {
    bottom: -28%;
  }
}
.mod-tmp_contact .btn_list .btn a .bubble::after {
  position: absolute;
  bottom: -20%;
  left: 50%;
  content: "";
  margin: auto;
  transform: translateX(-50%);
  z-index: 5;
  transition: all 0.3s;
}
.mod-tmp_contact .btn_list .btn a .bubble.orange {
  border: 2px solid #fd952a;
  color: #fd952a;
  transition: all 0.3s;
}
.mod-tmp_contact .btn_list .btn a .bubble.orange::before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 10px solid #fd952a;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .mod-tmp_contact .btn_list .btn a .bubble.orange::before {
    border-top: 9px solid #fd952a;
  }
}
.mod-tmp_contact .btn_list .btn a .bubble.orange::after {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #FFF;
  transition: all 0.3s;
}
.mod-tmp_contact .btn_list .btn a .bubble.green {
  border: 2px solid #3ab899;
  color: #3ab899;
  transition: all 0.3s;
}
.mod-tmp_contact .btn_list .btn a .bubble.green::before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 10px solid #3ab899;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .mod-tmp_contact .btn_list .btn a .bubble.green::before {
    border-top: 9px solid #3ab899;
  }
}
.mod-tmp_contact .btn_list .btn a .bubble.green::after {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #FFF;
  transition: all 0.3s;
}
.mod-tmp_contact .btn_list .btn a.one {
  background: linear-gradient(90deg, rgb(253, 149, 42) 0%, rgb(249, 193, 67) 50%);
  box-shadow: 0px 0px 10px -5px #fd952a;
  transition: all 0.3s;
}
.mod-tmp_contact .btn_list .btn a.one:hover {
  background: #FFF;
}
.mod-tmp_contact .btn_list .btn a.one:hover .bubble.orange {
  color: #FFF;
  border: 2px solid #FFF;
  background-color: #fd952a;
}
.mod-tmp_contact .btn_list .btn a.one:hover .bubble.orange::before {
  border-top-color: #FFF;
}
.mod-tmp_contact .btn_list .btn a.one:hover .bubble.orange::after {
  border-top-color: #fd952a;
}
.mod-tmp_contact .btn_list .btn a.one:hover::after {
  border-left-color: #fd952a;
}
.mod-tmp_contact .btn_list .btn a.two {
  background: linear-gradient(90deg, rgb(58, 184, 153) 0%, rgb(111, 231, 193) 50%);
  box-shadow: 0px 0px 10px -5px #3ab899;
  transition: all 0.3s;
  pointer-events: none;
}
@media (max-width: 767px) {
  .mod-tmp_contact .btn_list .btn a.two {
    pointer-events: all;
  }
}
.mod-tmp_contact .btn_list .btn a.two:hover {
  background: #FFF;
}
.mod-tmp_contact .btn_list .btn a.two:hover .bubble.green {
  border: 2px solid #FFF;
  color: #FFF;
  background-color: #3ab899;
}
.mod-tmp_contact .btn_list .btn a.two:hover .bubble.green::before {
  border-top-color: #FFF;
}
.mod-tmp_contact .btn_list .btn a.two:hover .bubble.green::after {
  border-top-color: #3ab899;
}
.mod-tmp_contact .btn_list .btn a.two:hover::after {
  border-left-color: #3ab899;
}
.mod-tmp_contact .btn_list .btn a::after {
  position: absolute;
  right: 30px;
  top: 50%;
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #FFF;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .mod-tmp_contact .btn_list .btn a::after {
    right: 20px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #FFF;
  }
}

.mod-tmp_contact .box {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 1024px) {
  .mod-tmp_contact .box {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (max-width: 767px) {
  .mod-tmp_contact .box {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.mod-tmp_contact .box .circle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #FFF;
  border-radius: 50%;
  font-weight: bold;
  font-size: 22px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .mod-tmp_contact .box .circle {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}
.mod-tmp_contact .box .circle.orange {
  color: #fd952a;
  box-shadow: 0px 0px 15px 1px #fd952a;
}
.mod-tmp_contact .box .circle.green {
  color: #3ab899;
  box-shadow: 0px 0px 15px 1px #3ab899;
}
.mod-tmp_contact .box .circle.green small {
  padding-bottom: 4px;
  margin-bottom: -24px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .mod-tmp_contact .box .circle.green small {
    font-size: 11px;
  }
}
.mod-tmp_contact .box .text {
  position: relative;
  display: block;
  padding-left: clamp(20px, 8vw, 70px);
  font-size: clamp(18px, 2.1vw, 22px);
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .mod-tmp_contact .box .text {
    padding-left: 40px;
  }
}
.mod-tmp_contact .box .text:before {
  position: absolute;
  left: 20px;
  top: 50%;
  content: "";
  width: 30px;
  height: 30px;
  line-height: 1;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .mod-tmp_contact .box .text:before {
    width: 26px;
    height: 26px;
    left: 0;
  }
}
.mod-tmp_contact .box .text.orange::before {
  transition: all 0.3s;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/ico/ico-mail webp") no-repeat center/contain;
}
.mod-tmp_contact .box .text.green::before {
  transition: all 0.3s;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/ico/ico-tel webp") no-repeat center/contain;
}
.mod-tmp_contact .anno {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.mod-tmp_contact .btn_list .btn a:hover .circle.orange {
  color: #FFF;
  background-color: #fd952a;
}
.mod-tmp_contact .btn_list .btn a:hover .circle.green {
  color: #FFF;
  background-color: #3ab899;
}
.mod-tmp_contact .btn_list .btn a:hover .text.orange {
  color: #fd952a;
}
.mod-tmp_contact .btn_list .btn a:hover .text.orange::before {
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/ico/ico-mail-reverse webp") no-repeat center/contain;
}
.mod-tmp_contact .btn_list .btn a:hover .text.green {
  color: #3ab899;
}
.mod-tmp_contact .btn_list .btn a:hover .text.green::before {
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/ico/ico-tel-reverse webp") no-repeat center/contain;
}

.mod-bubble_title {
  position: relative;
  display: inline-block;
}
.mod-bubble_title::before, .mod-bubble_title::after {
  position: absolute;
  width: 20px;
  height: 40px;
  content: "";
  top: 65%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .mod-bubble_title::before, .mod-bubble_title::after {
    height: 25px;
    top: 70%;
  }
}
.mod-bubble_title::before {
  left: -40px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/ornament-left webp") no-repeat center/contain;
}
.mod-bubble_title::after {
  right: -40px;
  background: url("/-/media/Project/Daikin/ac_daikin_co_jp/customercenter/ecocute-purchase-ad/01/img/lp/ornament-right webp") no-repeat center/contain;
}
.mod-bubble_title .en {
  display: block;
  font-size: 16px;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
  .mod-bubble_title .en {
    font-size: 10px;
  }
}
.mod-bubble_title .ja {
  font-size: clamp(20px, 2vw, 20px);
  font-weight: bold;
}

.under_marker {
  --marker-color: #ffeb3b;
  --marker-height: 0.6em;
  --marker-gap: 0.1em;
  background: linear-gradient(transparent calc(100% - var(--marker-height) - var(--marker-gap)), var(--marker-color) 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/*# sourceMappingURL=component.css.map */