@charset "utf-8";
/****ブレイクポイントは820pxにする****/


/********************************
BASE & ふるさと納税
*********************************/

.contents{
  text-align: center;
}

.contents h3{
  font-size: 1.8vw;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  letter-spacing: 3px;
  line-height: 2.0;
  border-bottom: 1px solid #333;
  margin-top: 50px;
  margin-bottom: 20px;

}

.deli1{
  font-size: 1.5vw;
  text-align: center;
  margin-bottom: 50px;
}

.deli1 img{
  width:80%;
}

.deli1 p{
  width:80%;
  text-align: left;
  margin: auto;
}

.deli1 span{
  font-weight: bold;
}

.deli2 a{
  font-weight: bold;
}

.container-base{
  display: flex;
  justify-content: space-around;

}

.container-base img{
  width:90%;
  text-align: center;
}

.tax-text span{
  font-weight: bold;
}



.tax-site p{
  text-align: left;
}


.tax-site div{
  display: flex;
}

.tax-site ul{
  margin-left: 10%;
  list-style:square;
  font-size: 1.5vw;
  width:35%;
  text-align: left;
  line-height:2;
}

.tax-cal{
  width:80%;
  font-size: 1.5vw;
  margin-top: 30px;
}

.br-sp{
  display: none;
}

/********************************************
PC用CSSここまで、以下はスマホ用CSS
*********************************************/

/*スマホ・タブレット用*/
@media screen and (max-width: 880px) {
  /* 880px以下に適用されるCSS（スマホ用） */
.br_pc{
  display:none;
}

.br_sp{display: block;
}

.contents h3{
  font-size: 3.5vw;
}

.contents span{
  font-weight: bold;
}

.container-base{
  display: block;
}

.deli1{
  font-size: 3.2vw;
}

.deli2 p{
  font-size: 3.2vw;
  font-weight: bold;  
  margin-bottom: 10px;
}

.tax-site{
  width:80%;
  margin: auto;
}

.tax-site{
  font-size:3.5vw;
}


.tax-list li{
  font-size:2.8vw;
}

.tax-cal{
  font-size:3.5vw;
  width:90%;
  margin: auto;
  margin-top: 20px;
}


}/*スマホ版*/