main::after {
  content: "";
  display: block;
  width: 78.24%;
  height: 1px;
  background: #e2ebef;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  main::after {
    width: 93.3%;
    max-width: 1100px;
  }
}

.p_ttl2 {
  background: url("/img/deduction_mv.jpg") no-repeat center center/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_ttl2 {
    background: url("/img/deduction_mv@2x.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_ttl2 {
    background: url("/img/deduction_mv_sp.jpg") no-repeat center center/cover;
  }
}

.p_intro {
  width: 1010px;
  margin: 0 auto;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 95px 0;
}
@media screen and (max-width: 480px) {
  .p_intro {
    width: 88%;
    display: block;
    padding: 35px 0 60px;
  }
}

.p_lead {
	text-align: left;
}
.p_lead .lead {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
		font-weight: 600;
  font-size: 2rem;
  line-height: 1.7;
}
.p_lead .txt {
		margin-top: 20px;
		font-size: 1.6rem;
		line-height: 1.88;
}
@media screen and (max-width: 480px) {
  .p_lead .lead {
    font-size: 1.6rem;
  }
		.p_lead .txt {
				font-size: 1.4rem;
				line-height: 1.86;
		}
  .p_lead .lead br,
  .p_lead .txt br {
    display: none;
  }
}

.p_anc1 {
  width: 380px;
}
@media screen and (max-width: 480px) {
  .p_anc1 {
    margin-top: 30px;
    width: auto;
  }
}



.anc_ttl {
		width: 1010px;
		margin: 0 auto 70px;
		color: #008e66;
		font-family: "TsukuAMGothicLStd-B", sans-serif;
		letter-spacing: 0.05em;
		font-size: 5rem;
		line-height: 1.3;
		text-align: left;
}
@media screen and (max-width: 480px) {
		.anc_ttl {
				width: 88%;
				margin: 0 auto 50px;
				font-size: 3rem;
		}
}


.s_deduction {
  width: 1010px;
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0;
  border-top: 1px solid #e2ebef;
}
.s_deduction.bdr-btm {
		margin-bottom: 140px;
  border-bottom: 1px solid #e2ebef;
}
@media screen and (max-width: 480px) {
  .s_deduction {
    width: 88%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 15px;
    padding: 60px 0;
  }
		.s_deduction.bdr-btm {
				margin-bottom: 80px;
		}
}
.s_deduction .s_ttl {
  width: 280px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
		font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
  margin-top: -0.25em;
}
@media screen and (max-width: 480px) {
  .s_deduction .s_ttl {
    width: auto;
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 0;
  }
}

.s_deduction .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.s_deduction .content p {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 1.88;
}
.s_deduction .content p:first-child {
  margin-top: 0;
}
.s_deduction .content p.notes {
  color: #6f7f88;
  font-size: 1.2rem;
  line-height: 1.67;
}
@media screen and (max-width: 480px) {
  .s_deduction .content p {
    font-size: 1.4rem;
  }
  .s_deduction .content p.notes {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.s_deduction .content .btn2 {
	display: inline-block;
	margin-top: 10px;
}
.s_deduction .content .btn2:first-child {
	margin-top: 0px;
}

.s_deduction .box_tax {
		background: #f1f5f7;
		border-radius: 5px;
		margin: 20px 0 0 0;
		padding: 20px;
		box-sizing: border-box;
  display: table;
  width: 100%;
}
.s_deduction .box_tax .ttl {
		width: 180px;
		border-right: 1px solid #e2ebef;
		color: #008e66;
		font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
		font-weight: 600;
		font-size: 1.8rem;
		line-height: 1.6;
		letter-spacing: 0.05em;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
}
.s_deduction .box_tax .txt {
		margin: 0;
		padding: 14px 10px 14px 50px;
		font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
		font-weight: 600;
		font-size: 2rem;
		line-height: 1.6;
		letter-spacing: 0.05em;
		display: table-cell;
		vertical-align: middle;
}

@media screen and (max-width: 480px) {

		.s_deduction .box_tax {
				border-radius: 5px;
				margin: 10px 0 0 0;
				padding: 10px 5px;
		}
		.s_deduction .box_tax .ttl {
				width: 100px;
				font-size: 1.2rem;
		}
		.s_deduction .box_tax .txt {
				padding: 5px 15px 5px 20px;
				font-size: 1.3rem;
		}

}

