/*=================================================================*/
/*	special_202602_02
/*=================================================================*/
.special_202602_02 .btn {
  text-align: center;
}
.special_202602_02 .btn a {
  margin: 15px 10px 0;
}
.special_202602_02 h3 {
  color: #FFF;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.special_202602_02 h3 span {
  display: inline-block;
  background-color: #0066B3;
  padding: 1px 10px;
}
.special_202602_02 dl {
  display: flex;
}
.special_202602_02 dl dt {
  margin-right: 1%;
}
.special_202602_02 .topTtl {
  margin: 0 0 15px;
  border-bottom: solid 2px #0066B3;
  padding: 10px 15px 20px 15px;
}
.special_202602_02 .topTtl .top {
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.special_202602_02 .topTtl .top h2 {
  color: #0066B3;
  font-size: 4rem;
}
.special_202602_02 .topTtl .top .day {
  color: #EE1D24;
  font-size: 2.5rem;
}
.special_202602_02 .taxDepartmentTel {
  text-align: right;
}
.special_202602_02 .taxDepartmentTel p {
  margin-bottom: 25px;
}
.special_202602_02 .taxDepartmentTel p span {
  font-weight: bold;
  letter-spacing: 0.05rem;
}
.special_202602_02 .declarationInfo {
  margin-bottom: 30px;
  padding: 0 10px;
}
.special_202602_02 .declarationInfo .confirmation {
  padding: 15px;
  margin-bottom: 25px;
}
.special_202602_02 .declarationInfo .confirmation .how ol {
  font-size: 1.6rem;
  margin: 10px 5px 5px 5px;
}
.special_202602_02 .declarationInfo .confirmation .how ol li {
  display: flex;
}
.special_202602_02 .declarationInfo .confirmation .how ol li p:first-child {
  width: 5rem;
}
.special_202602_02 .declarationInfo .confirmation .how ol li p:nth-child(2) {
  width: calc(100% - 5rem);
}
.special_202602_02 .declarationInfo .mail {
  margin-bottom: 25px;
  border-bottom: dotted 2px #ddd;
  padding: 0 0 25px;
}
.special_202602_02 .declarationInfo .mail h3 {
  margin-bottom: 5px;
}
.special_202602_02 .declarationInfo .mail p span {
  font-weight: bold;
  letter-spacing: 0.07rem;
}
.special_202602_02 .declarationInfo .example {
  border-bottom: dotted 2px #ddd;
  padding: 0 0 25px;
  margin-bottom: 25px;
}
.special_202602_02 .declarationInfo .example h3 {
  margin-bottom: 5px;
}
.special_202602_02 .declarationInfo .example p {
  margin-bottom: 5px;
}
.special_202602_02 .declarationInfo .example p span {
  font-weight: bold;
  letter-spacing: 0.05rem;
}
.special_202602_02 .declarationInfo .need {
  margin-bottom: 25px;
}
.special_202602_02 .declarationInfo .need h3 {
  margin-bottom: 5px;
}
.special_202602_02 .tableWrap1 {
  margin-bottom: 40px;
}
.special_202602_02 .tableWrap1 table, .special_202602_02 .summary table {
  margin-bottom: 25px;
}
.special_202602_02 .tableWrap1 table thead, .special_202602_02 .summary table thead {
  text-align: center;
}
.special_202602_02 .tableWrap1 table thead tr th, .special_202602_02 .summary table thead tr th {
  background-color: #DCDDDF;
}
.special_202602_02 .tableWrap1 table th, .special_202602_02 .tableWrap1 table td, .special_202602_02 .summary table th, .special_202602_02 .summary table td {
  border: solid 1px #000;
  padding: 10px;
}
.special_202602_02 .summary {
  background-color: #FEF1E2;
  padding: 2%;
  margin-bottom: 25px;
}
.special_202602_02 .summary h3 {
  margin-bottom: 10px;
}
.special_202602_02 .summary h4 {
  margin-bottom: 5px;
  color: #0066B3;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
}
.special_202602_02 .summary .tag01 {
  justify-content: start;
  gap: 2%;
}
.special_202602_02 .summary .top table td {
  padding: 10px 0 10px 10px;
  background-color: #FEF1E2;
}
.special_202602_02 .summary .btnWrap .btn {
  background-color: #fff;
}
.special_202602_02 .chief {
  display: flex;
  justify-content: space-between;
}
.special_202602_02 .chief .text {
  width: 56%;
}
.special_202602_02 .chief .chiefImg {
  width: 42%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.special_202602_02 .chief .chiefImg p {
  padding: 4%;
  width: 47%;
  border: 2px solid #000;
  border-radius: 10px;
  font-weight: bold;
  background-color: #FFF;
  position: relative;
}
.special_202602_02 .chief .chiefImg p::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  transform: rotate(-45deg);
  right: -10px;
  top: 50%;
  left: unset;
}
.special_202602_02 .chief .chiefImg .img {
  width: 37%;
}
.special_202602_02 .comment {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.special_202602_02 .comment p {
  width: 47%;
  display: inline-block;
  padding: 4%;
  border: 2px solid #000;
  border-radius: 10px;
  font-weight: bold;
  background-color: #FFF;
  position: relative;
}
.special_202602_02 .comment p::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #FFF;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  transform: rotate(-45deg);
  right: -10px;
  top: 50%;
  left: unset;
}
.special_202602_02 .comment .img {
  width: 37%;
}

@media screen and (max-width: 358px) {
  .special_202602_02 .summary .top {
    margin-bottom: 10px;
  }
  .special_202602_02 .summary .bottom .chief > p {
    width: 25rem;
    height: 10rem;
    margin-top: 0;
    padding: 1rem;
  }
  .special_202602_02 .summary .bottom .chief > p::after {
    bottom: 51px;
  }
}
/*******************************************************************/
/* SP
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*	special_202602_02
  /*=================================================================*/
  .special_202602_02 h3 {
    font-size: 100%;
  }
  .special_202602_02 .topTtl {
    padding: 10px 5px;
  }
  .special_202602_02 .topTtl .top h2 {
    font-size: 190%;
    line-height: 1.4;
  }
  .special_202602_02 .topTtl .top .day {
    font-size: 150%;
  }
  .special_202602_02 .declarationInfo {
    margin-bottom: 25px;
    padding: 0px 2px;
  }
  .special_202602_02 .declarationInfo .confirmation {
    padding: 10px 7px 5px;
  }
  .special_202602_02 .declarationInfo .confirmation .how ol {
    font-size: 1.4rem;
  }
  .special_202602_02 .declarationInfo .confirmation .how ol li p:first-child {
    width: 3rem;
  }
  .special_202602_02 .declarationInfo .confirmation .how ol li p:nth-child(2) {
    width: calc(100% - 3rem);
  }
  .special_202602_02 .declarationInfo .mail {
    margin-bottom: 20px;
    padding: 0 0 20px;
  }
  .special_202602_02 .declarationInfo .example {
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .special_202602_02 .declarationInfo .need {
    margin-bottom: 20px;
  }
  .special_202602_02 .tableWrap1 {
    margin-bottom: 30px;
  }
  .special_202602_02 .summary {
    padding: 4%;
  }
  .special_202602_02 .summary h3 {
    margin-bottom: 5px;
  }
  .special_202602_02 .summary h3 span {
    padding: 5px 10px;
    line-height: 1.4;
  }
  .special_202602_02 .summary h4 {
    font-size: 100%;
  }
  .special_202602_02 .summary .tag01 {
    gap: unset;
  }
  .special_202602_02 .summary .top {
    margin-bottom: 20px;
  }
  .special_202602_02 .summary .btnWrap {
    padding: 20px 0 0 0;
  }
  .special_202602_02 .chief {
    display: block;
  }
  .special_202602_02 .chief .text {
    width: 100%;
    margin-bottom: 20px;
  }
  .special_202602_02 .chief .chiefImg {
    width: 100%;
    display: block;
  }
  .special_202602_02 .chief .chiefImg p {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
    box-sizing: border-box;
    text-align: center;
  }
  .special_202602_02 .chief .chiefImg p::after {
    transform: rotate(45deg);
    left: 50%;
    right: unset;
    margin-left: -12px;
    top: 89%;
  }
  .special_202602_02 .chief .chiefImg .img {
    width: 40%;
    margin: 0 auto;
  }
  .special_202602_02 .comment {
    display: block;
    width: 100%;
  }
  .special_202602_02 .comment p {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 30px;
    text-align: center;
    display: block;
  }
  .special_202602_02 .comment p::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #FFF;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    transform: rotate(45deg);
    right: 50%;
    top: 93%;
    left: unset;
  }
  .special_202602_02 .comment .img {
    width: 50%;
    margin: 0 auto;
  }
  .special_202602_02 table td {
    padding: 6px !important;
  }
  /*<end>============================================================*/
}/*# sourceMappingURL=special_202602_02.css.map */