@charset "UTF-8";
.kv {
  border: none;
  padding: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.kv img {
  max-width: 980px;
  margin: 0 auto;
  display: block;
}
.kv .kv-notice{
  max-width: 980px;
  margin: 0.5em auto;
  padding: 0 0.5em;
}

.three-anshinwatcher{
  margin: 3em auto 0;
  position: relative;
  padding-top: 40px;
}

.speechBubble2 {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  border: 2px solid var(--deep-pink);
  border-radius: 9999px;
  background-color: var(--light-pink);
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  left: -25px;
  top: -55px;
  transform: rotate(-10deg) scale(1.25);
  font-style: normal;
}
.speechBubble2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 35%;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: var(--deep-pink) transparent transparent;
  translate: -50% 100%;
}

.speechBubble2::after {
  content: "";
  position: absolute;
  bottom: 0.5px;
  left: 35%;
  border-style: solid;
  border-width: 5.2px 0 0 5.2px;
  border-color: var(--light-pink) transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
}
.speechBubble2 span{
  color: var(--deep-pink);
  font-weight: bold;
}
.three-anshinwatcher .h2-ttl{
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: 600;
  display: inline-block;
}
.three-anshinwatcher .h2-ttl span{
  color: var(--deep-pink);
}
.three-anshinwatcher-anc{
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .three-anshinwatcher-anc{
    flex-direction: row;
    justify-content: space-around;
  }
}
.three-anshinwatcher-anc a{
  border: solid 1px #ccc;
  font-size: 20px;
  font-size: min(6.25vw, 20px);
  line-height: 1.2;
  width: 100%;
  max-width: 500px;
  text-align: center;
  position: relative;
  border-radius: 4px;
  padding: 0.75em 16px;
  font-weight: bold;
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  box-shadow: inset 1px 1px 1px #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .three-anshinwatcher-anc a{
    width: calc(100% / 3 - 20px);
    line-height: 1.2;
  }
}
.three-anshinwatcher-anc a+a{
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .three-anshinwatcher-anc a+a{
    margin-top: 0;
  }
}
.three-anshinwatcher-anc i{
  font-family: "Segoe UI",Meiryo,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: var(--orange);
  background: linear-gradient(180deg, #fff 0%, var(--orange) 40%, var(--deep-red) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.three-anshinwatcher-anc a:after{
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-right: solid 2px var(--orange);
  border-bottom: solid 2px var(--orange);
  transform: rotate(45deg);
}
.three-anshinwatcher-anc-txt{
  padding-top: 6px;
}
@media screen and (min-width: 769px) {
  .three-anshinwatcher-anc-txt{
    margin: 0 5px;
  }
}

.bn-anshinwatcher{
  max-width: 980px;
  margin: 2em auto 0;
}
@media screen and (min-width: 769px) {
  .bn-anshinwatcher .anshinwatcher-plan {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
.bn-anshinwatcher .anshinwatcher-plan p{
  padding: 0.5em 0;
}

[class^="anshinwatcher"] .h2-ttl{
  background: #f9f9f9;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  [class^="anshinwatcher"] .h2-ttl{
    width: 100vw;
    margin: 0 calc(50% - 50vw) 1em;
  }
}
@media screen and (min-width: 769px) {
  [class^="anshinwatcher"] .h2-ttl{
    margin-bottom: 2em;
    border-top-left-radius: 10px;
  }
}
[class^="anshinwatcher"] .h2-ttl h2{
  font-size: min(4.5vw, 32px);
  padding: 0.5em 0 10px 70px;
  font-weight: 600;
  position: relative;
  margin-right: 0.5em;
}
@media screen and (min-width: 769px) {
  [class^="anshinwatcher"] .h2-ttl h2{
    padding-left: 100px;
  }
}
[class^="anshinwatcher"] .h2-ttl h2:after{
  content: "";
  position: absolute;
  bottom: 8px;
  left: 30px;
  width: calc(100% - 30px);
  height: 2px;
  background: var(--orange);
  line-height: 1;
}

[class^="anshinwatcher"] .h2-ttl h2:before{
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  transform: translateY(-50%);
  color: #fff;
  background: var(--orange);
  border-radius: 50%;
  text-align: center;
  font-style: italic;
}
@media screen and (min-width: 769px) {
  [class^="anshinwatcher"] .h2-ttl h2:before{
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 46px;
  }
}
#anshinwatcher1 .h2-ttl h2:before{
  content: "1";
}
#anshinwatcher2 .h2-ttl h2:before{
  content: "2";
}
#anshinwatcher3 .h2-ttl h2:before{
  content: "3";
}

/* common */
.box-shadow-bg{
  padding: 1em;
}
.box-shadow-bg h3{
  background: var(--deep-blue);
  color: #fff;
  padding: 0.5em;
  line-height: 1;
  width: 80%;
  max-width: 360px;
  margin: 0 auto 1em;
  text-align: center;
  border-radius: 2px;
  font-size: 18px;
}

/* ポイント1：コンテンツ */
.anshinwatcher1{
  max-width: 780px;
  margin: 3em auto 0;
}
.anshinwatcher1 .box-shadow-bg .triangle{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin: 2em auto 0;
}
.anshinwatcher1 .box-shadow-bg .triangle-ttl{
  border: solid 1px var(--deep-blue);
  color: var(--deep-blue);
  line-height: 1;
  padding: 0.5em;
  text-align: center;
  border-radius: 1em;
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: bold;
}
.anshinwatcher1 .box-shadow-bg .triangle-ttl-left, .anshinwatcher1 .box-shadow-bg .triangle-ttl-right{
  display: flex;
  flex-direction: column;
}
.anshinwatcher1 .box-shadow-bg .triangle img{
  height: 50vw;
  max-height: 400px;
  width: auto;
}
.anshinwatcher1 .box-shadow-bg .triangle-mark {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid var(--deep-pink);
  border-right: 0;
  margin: 0 3%;
}

/* ポイント2：コンテンツ */
.anshinwatcher2 .anshinwatcher2-content{
  max-width: 780px;
  margin: 1em auto 0;
}

/* ポイント3：コンテンツ */
.anshinwatcher3 .anshinwatcher3-content{
  max-width: 780px;
  margin: 1em auto 0;
}
.anshinwatcher3-ttl{
  background: var(--light-blue);
  padding: 0.5em;
  border-radius: 6px;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .anshinwatcher3-ttl{
    padding: 0.5em 2em;
    display: block;
    text-align: center;
  }
}

.anshinwatcher3 .battery{
  position: relative;
}
.anshinwatcher3 .battery-left{
  width: 40%;
  display: inline-block;
}
.anshinwatcher3 .battery .battery-right {
  width: calc(60% - 1em);
  position: absolute;
  top: 63%;
  transform: translateY(-50%);
  display: inline-block;
  margin-left: 16px;
  padding: 1em;
  border-radius: 12px;
  background-color: var(--light-pink);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .anshinwatcher3 .battery .battery-right {
    font-size: 16px;
  }
}
.anshinwatcher3 .battery .battery-right::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  border-style: solid;
  border-width: 8px 16px 8px 0;
  border-color: transparent var(--light-pink) transparent transparent;
  translate: -100% -50%;
  transform: skew(0, -10deg);
  transform-origin: right;
}

/* 注意事項 */
.anshinwatcher-notice h2{
  font-size: 18px;
  font-weight: bold;
  border-left: solid 4px var(--orange);
  padding-left: 6px;
}
@media screen and (min-width: 769px) {
  .anshinwatcher-notice h2{
    font-size: 22px;
  }
}
.anshinwatcher-notice h2:not(:first-of-type) {
    margin-top: 2em;
}
.anshinwatcher-notice li{
  display: flex;
}
.anshinwatcher-notice li .decimal{
  white-space: nowrap;
  margin-right: 0.5em;
}
.anshinwatcher-notice li a{
  color: var(--link-blue);
}
.anshinwatcher-notice li+li:not(.through){
  margin-top: 0.5em;
}

.anshinwatcher-notice .specifications{
  margin-top: 1em;
  max-width: 872px;
}
.anshinwatcher-notice .specifications table{
  border-collapse: collapse;
}
.anshinwatcher-notice .specifications table th,.anshinwatcher-notice .specifications table td{
  border: 1px solid #333;
  padding: 0.5em;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .anshinwatcher-notice .specifications table th,.anshinwatcher-notice .specifications table td{
    font-size: 16px;
  }
}
.anshinwatcher-notice .specifications table th{
  white-space: nowrap;
  background: #f9f9f9;
}
.anshinwatcher-notice .setting a{
  border: solid 1px var(--basic-black);
  padding: 0.5em;
  display: block;
  margin: 1em 0 0.5em;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  border-radius: 6px;
  text-align: center;
  max-width: 500px;
}
@media (min-width: 769px) {
  .anshinwatcher-notice .setting a{
    font-size: 18px;
  }
}
.anshinwatcher-notice .setting a:after{
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid var(--basic-black);
  border-right: 2px solid var(--basic-black);
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.aucom-footer .bobun{
  display: none;
}