@charset "UTF-8";
/* CSS Document */
/*html,body{
	height:100%;
}*/

/*キーカラー：#156b0f*/

.bnr{
  text-align: center;
  margin: 30px auto;
}
.bnr a{
  text-decoration: none;
  color: var(--base-color);
  font-size: 16px;
}
.bnr img{
  width: min( calc(100% - 1em),600px);
  border:4px solid var(--base-color);
  border-radius: 20px;
}


.button{
  width: min(calc(100% - 2em),400px);
  margin: 20px auto;
  background-color: var(--pink-button);
  border: none;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}
.button span{
  font-size: 1.3em;
  font-weight: bold;
  color: yellow;
}

.what > p{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.what .medical-micro-chip{
  border: 1px solid var(--base-color);
  border-radius: 10px;
  padding: 1em;
  width: 60%;
  margin: 10px auto;
  background-color: #fff;
}
.what .medical-micro-chip figcaption{
  text-align: center;
}


.wear .attaching{
  padding: 1em;
  text-align: center;
}
.wear .attaching img{
  width: min(100%,640px);
}
.wear .note,
.flow .note{
  font-size: 16px;
  display: block;
  margin-top: 1em;
}

/*セット商品写真*/
.set{
  display: flex;
  justify-content: center;
}
.set img{
  width: min(33%,230px);
  height: auto;
}



.flow .feature > li{
  background: none;
}




.plan{
  border: 1px solid var(--base-color);
  max-width: 600px;
  margin: 0 auto;
  padding: 1em;
}
.plan > ul{
  border-bottom: 1px solid var(--base-color);
  padding: 1em;
}
.plan > ul li{
  color: var(--base-color);
  list-style-type: disc;
  margin: 0 auto 2rem;
}
.plan > ul li span{
  font-size: .9em;
}
.plan > ul li span.note::before{
  content: "※";
}
.plan > ul + p{
  margin: 0;
  color: var(--base-color);
}

.price{
  text-align: right;
}
span.price::before{
  content: "　・・・";
}



.battery .feature .note::before{
  content: "【注意】";
}
.battery .feature .note{
  font-size: 16px;
  display: block;
  border: 1px solid;
  padding: 0.5em;
  margin: 0.5em auto 0;
}



.faq dl{
  padding: 0 0 0 30px;
  line-height: 1.5;
}
.faq dt{
  font-size: 1.4em;
  font-weight: bold;
  color: var(--base-color);
  position: relative;
  margin: 0 auto 10px;
  padding: 0 0 10px;
  border-bottom: 1px dotted  var(--base-color);
}
.faq dd{
  font-size: 1em;
  margin: 0 auto 4rem;
  position: relative;
}
.faq dd li{
  list-style-type: disc;
  list-style-position: inside;
}
.faq dt::before,
.faq dd::before{
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -30px;
}
.faq dt::before{
  content: "Q";
}
.faq dd::before{
  content: "A";
  color: #666;
}

@media screen and (max-width: 640px) {
  
  .bnr img{
    border:2px solid var(--base-color);
    border-radius: 10px;
  }

  
  span.price{
    display: block;
  }
  
  .what > p{
    font-size: 19px;
  }
}
@media screen and (max-width: 390px) {
  .what > p{
    font-size: 17px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
	

}
 
 @media screen and (min-width: 961px) {


	
}
 

