@charset "UTF-8";

.hometown_tax_shintoku {
	margin-top: 20px;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-feature-settings: "palt";
	color: #3F3F3F;
}
.hometown_tax_shintoku * {
	box-sizing: border-box;
}
.hometown_tax_shintoku .img, 
.hometown_tax_shintoku figure {
	text-align: center;
	line-height: 0;
}
.hometown_tax_shintoku .btn a {
	display: block;
}
.hometown_tax_shintoku .btn img {
	transition: 0.3s all;
}
.hometown_tax_shintoku .btn img:hover {
	transform: scale(1.025, 1.025);
	transition: 0.3s all;
}
.hometown_tax_shintoku strong {
	color: #11B2AC;
}
.hometown_tax_shintoku strong.red {
	color: #F83339;
}
.hometown_tax_shintoku .notes {
	position: relative;
	padding-left: 20px;
	font-size: 100%;
	line-height: 1.8;
	list-style-type: none;
}
.hometown_tax_shintoku .notes::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.hometown_tax_shintoku .list_notes li {
	position: relative;
	padding-left: 40px;
	font-size: 100%;
	line-height: 1.8;

	list-style-type: none;
	counter-increment: cnt;
}
.hometown_tax_shintoku .list_notes li::before {
	content: "※" counter(cnt);
	position: absolute;
	top: 0;
	left: 0;
}
.hometown_tax_shintoku .list_disc li {
	position: relative;
	padding-left: 20px;
	font-size: 100%;
	text-align: left;
	line-height: 1.8;
}
.hometown_tax_shintoku .list_disc li::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	color: #1FB7B2;
}
.hometown_tax_shintoku .list_decimal li {
	margin-left: 20px;
	list-style-type: decimal;
}
.hometown_tax_shintoku .list_parenthesis li {
	position: relative;
	padding-left: 30px;
	counter-increment: cnt;
}
.hometown_tax_shintoku .list_parenthesis li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "(" counter(cnt) ") ";
}
.hometown_tax_shintoku .title {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
.hometown_tax_shintoku {
	margin-top: 0;
}
.hometown_tax_shintoku .btn {
	text-align: center;
}
.hometown_tax_shintoku .notes {
	font-size: 90%;
}
.hometown_tax_shintoku .list_notes li {
	padding-left: 35px;
	font-size: 90%;
}
.hometown_tax_shintoku .list_disc li {
	font-size: 90%;
}
.hometown_tax_shintoku .title {
	margin-bottom: 20px;
}
}

.hometown_tax_shintoku .menu {
	padding: 40px 40px;
	background: url("hometown_tax_shintoku_bg01.png") repeat;
} 
.hometown_tax_shintoku .menu_inner {
	max-width: 1260px;
	margin: 0 auto;
}
.hometown_tax_shintoku .menu_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.hometown_tax_shintoku .menu li a {
	display: block;
} 
.hometown_tax_shintoku .menu_list .menu01, 
.hometown_tax_shintoku .menu_list .menu02 {
	width: 49.20%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hometown_tax_shintoku .menu_list .menu03, 
.hometown_tax_shintoku .menu_list .menu04, 
.hometown_tax_shintoku .menu_list .menu05, 
.hometown_tax_shintoku .menu_list .menu06 {
	width: 24.60%;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
.hometown_tax_shintoku .menu {
	padding: 30px 20px;
	background-size: 120px 120px;
} 
.hometown_tax_shintoku .menu li img {
	width: 100%;
	height: auto;
} 
.hometown_tax_shintoku .menu_list .menu01, 
.hometown_tax_shintoku .menu_list .menu02 {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
}
.hometown_tax_shintoku .menu_list .menu03, 
.hometown_tax_shintoku .menu_list .menu04, 
.hometown_tax_shintoku .menu_list .menu05, 
.hometown_tax_shintoku .menu_list .menu06 {
	width: calc(50% - 5px);
	margin-top: 8px;
	margin-bottom: 8px;
}
}

.hometown_tax_shintoku .about {
	padding: 80px 40px;
	background-color: #F8F9EB;
}
.hometown_tax_shintoku .about_inner {
	max-width: 1260px;
	margin: 0 auto;
}
.hometown_tax_shintoku .about_box {
	padding: 60px 40px;
	background-color: #FFF;
	border-radius: 19px;
}
.hometown_tax_shintoku .about_box_inner {
	max-width: 980px;
	margin: 0 auto;
}
.hometown_tax_shintoku .about_title01 {
	margin-bottom: 30px;
}
.hometown_tax_shintoku .about_img01 {
	margin-bottom: 30px;
}
.hometown_tax_shintoku .about_txt01 {
	margin-bottom: 80px;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}
.hometown_tax_shintoku .about_title02 {
	margin-bottom: 30px;
}
.hometown_tax_shintoku .about_img02 {
	margin-bottom: 30px;
}
.hometown_tax_shintoku .about_img03 {
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
.hometown_tax_shintoku .about {
	padding: 60px 20px;
}
.hometown_tax_shintoku .about_box {
	padding: 40px 20px;
}
.hometown_tax_shintoku .about_title01 {
	margin-bottom: 30px;
}
.hometown_tax_shintoku .about_img01 {
	margin-bottom: 20px;
}
.hometown_tax_shintoku .about_txt01 {
	margin-bottom: 60px;
	font-size: 100%;
	text-align: left;
}
.hometown_tax_shintoku .about_title02 {
	margin-bottom: 10px;
}
.hometown_tax_shintoku .about_img02 {
	margin-bottom: 20px;
}
.hometown_tax_shintoku .about_img03 {
	margin-bottom: 30px;
}
}

.hometown_tax_shintoku .system {
	padding: 80px 40px;
	background: url("hometown_tax_shintoku_bg02.png") repeat;
}
.hometown_tax_shintoku .system_inner {
	max-width: 1260px;
	margin: 0 auto;
}
.hometown_tax_shintoku .system_box {
	padding: 60px 40px;
	background-color: #FFF;
	border-radius: 19px;
}
.hometown_tax_shintoku .system_box_inner {
	max-width: 980px;
	margin: 0 auto;
}
.hometown_tax_shintoku .system_txt01 {
	margin-bottom: 20px;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.8;
}
.hometown_tax_shintoku .system_img01 {
	margin-bottom: 80px;
}
.hometown_tax_shintoku .system_title01 {
	margin-bottom: 20px;
}
.hometown_tax_shintoku .system_img02 {
	margin-bottom: 30px;
}
.hometown_tax_shintoku .system_txt02 {
	margin-bottom: 40px;
	font-size: 125%;
}

@media screen and (max-width: 767px) {
.hometown_tax_shintoku .system {
	padding: 60px 20px;
	background-size: 120px 120px;
}
.hometown_tax_shintoku .system_box {
	padding: 40px 20px;
}
.hometown_tax_shintoku .system_txt01 {
	font-size: 100%;
}
.hometown_tax_shintoku .system_img01 {
	margin-bottom: 60px;
}
.hometown_tax_shintoku .system_img02 {
	margin-bottom: 20px;
}
.hometown_tax_shintoku .system_txt02 {
	margin-bottom: 30px;
	font-size: 100%;
}
}

.hometown_tax_shintoku .terms {
	padding: 80px 40px;
	background-color: #F8F9EB;
}
.hometown_tax_shintoku .terms_inner {
	max-width: 1260px;
	margin: 0 auto;
	text-align: center;
}
.hometown_tax_shintoku .terms_txt01 {
	margin-bottom: 20px;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}
.hometown_tax_shintoku .conditions {
	margin: 0 calc(30px / 2 * -1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.hometown_tax_shintoku .condition {
	width: calc(33.333% - 30px);
	margin: 0 calc(30px / 2) 30px;
	padding: 26px;
	background: url("hometown_tax_shintoku_bg03.png") repeat;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.hometown_tax_shintoku .condition_title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 2px solid #FFF;
}
.hometown_tax_shintoku .condition_txt {
	margin-bottom: 20px;
	font-size: 125%;
	font-weight: bold;
	text-align: left;
	line-height: 1.8;
	color: #FFF;
}
.hometown_tax_shintoku .condition_box {
	padding: 10px 20px;
	text-align: center;
	background-color: #FFF;
	border-radius: 10px;
}
.hometown_tax_shintoku .condition_img {
	margin-top: auto;
	margin-bottom: auto;
}
.hometown_tax_shintoku .condition_list {
	display: inline-block;
}
.hometown_tax_shintoku .condition_list li {
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}
.hometown_tax_shintoku .condition_list li span {
	font-size: 90%;
}
.hometown_tax_shintoku .terms .list_notes {
	margin-bottom: 60px;
	display: inline-block;
	text-align: left;
	width: 1000px;
}
.hometown_tax_shintoku .terms .list_notes a {
	text-decoration: underline;
}
.hometown_tax_shintoku .terms .list_notes a:hover {
	text-decoration: none;
}
.faq .faq_box li a, .faq .question_list li a {
	background: none;
	display: inline;
	padding-left: 0;
	padding-right: 0;
}
.faq .faq_box li a:hover, 
.faq .question_list li a:hover {
	padding-left: 0;
	padding-right: 0;
	background: none;
}
.hometown_tax_shintoku .terms_box {
	margin-bottom: 80px;
	padding: 60px 40px;
	background-color: #FFF;
	border-radius: 19px;
}
.hometown_tax_shintoku .terms_box_inner {
	max-width: 980px;
	margin: 0 auto;
}
.hometown_tax_shintoku .terms_title01 {
	margin-bottom: 20px;
	text-align: center;
}
.hometown_tax_shintoku .terms_txt02 {
	margin-bottom: 20px;
	font-size: 100%;
	text-align: left;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
.hometown_tax_shintoku .terms {
	padding: 60px 20px;
}
.hometown_tax_shintoku .terms_inner {
	text-align: left;
}
.hometown_tax_shintoku .terms_txt01 {
	font-size: 100%;
	text-align: left;
}
.hometown_tax_shintoku .conditions {
	margin: 0 0 30px;
	display: block;
}
.hometown_tax_shintoku .condition {
	width: 100%;
	margin: 0;
	padding: 20px 20px 30px;
	background-size: 120px 120px;
	display: block;
}
.hometown_tax_shintoku .condition + .condition {
	margin-top: 20px;
}
.hometown_tax_shintoku .condition_title {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.hometown_tax_shintoku .condition_txt {
	font-size: 100%;
}
.hometown_tax_shintoku .condition_box {
	padding: 10px 20px;
	text-align: center;
	background-color: #FFF;
	border-radius: 10px;
}
.hometown_tax_shintoku .condition_img {
	margin-top: auto;
	margin-bottom: auto;
}
.hometown_tax_shintoku .condition_list {
	display: inline-block;
}
.hometown_tax_shintoku .condition_list li {
	font-size: 95%;
}
.hometown_tax_shintoku .terms .list_notes {
	margin-bottom: 40px;
	display: block;
	width: auto;
}
.hometown_tax_shintoku .terms_box {
	margin-bottom: 40px;
	padding: 40px 20px;
}
.hometown_tax_shintoku .terms_txt02 {
	font-size: 100%;
}
}

.hometown_tax_shintoku .flow {
	padding: 80px 40px;
	background: url("hometown_tax_shintoku_bg02.png") repeat;
}
.hometown_tax_shintoku .flow_inner {
	max-width: 1260px;
	margin: 0 auto;
}
.hometown_tax_shintoku .flow_txt01 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.8;
}
.hometown_tax_shintoku .steps {
	margin: 0 calc(20px / 2 * -1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.hometown_tax_shintoku .step {
	width: calc(50% - 20px);
	margin: 0 calc(20px / 2) 20px;
	padding: 30px 20px 30px 40px;
	background-color: #FFF;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.hometown_tax_shintoku .step05 {
	position: relative;
	width: calc(100% - 20px);
	max-width: 980px;
	margin-bottom: 0;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.hometown_tax_shintoku .step05::before, 
.hometown_tax_shintoku .step05::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 146px;
	height: 280px;
	margin: auto 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	z-index: 1;

}
.hometown_tax_shintoku .step05::before {
	left: -140px;
	background-image: url("hometown_tax_shintoku_bg04.png");

}
.hometown_tax_shintoku .step05::after {
	right: -140px;
	background-image: url("hometown_tax_shintoku_bg05.png");
}
.hometown_tax_shintoku .step_box {
	width: 53.57%;
}
.hometown_tax_shintoku .step_title {
	margin-bottom: 10px;
	text-align: left;
}
.hometown_tax_shintoku .step05 .step_title {
	text-align: center;
}
.hometown_tax_shintoku .step_txt {
	font-size: 125%;
	font-weight: bold;
	line-height: 1.8;
}
.hometown_tax_shintoku .step05 .step_txt {
	text-align: center;
}

.hometown_tax_shintoku .step_btn {
	margin-top: 20px;
	text-align: center;
	line-height: 0;
}
.hometown_tax_shintoku .step_btn.tb_btn {
	display: none;
}
.hometown_tax_shintoku .step_img {
	width: 38.39%;
}
.hometown_tax_shintoku .step05 .step_img {
	width: 100%;
	margin-top: 30px;
}
.hometown_tax_shintoku .step a {
	text-decoration: underline;
}
.hometown_tax_shintoku .step a:hover {
	text-decoration: none;
}
.hometown_tax_shintoku .step_notes {
	margin-top: 0;
	font-weight: bold;
}

@media screen and (max-width: 1024px) {
.hometown_tax_shintoku .step_btn.pc_btn {
	display: none;
}
.hometown_tax_shintoku .step_btn.tb_btn {
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	display: block;
}
}


@media screen and (max-width: 767px) {
.hometown_tax_shintoku .flow {
	padding: 60px 20px;
	background-size: 120px 120px;
}
.hometown_tax_shintoku .flow_txt01 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 100%;
}
.hometown_tax_shintoku .steps {
	margin: 0;
	display: block;
}
.hometown_tax_shintoku .step {
	width: 100%;
	margin: 0;
	padding: 20px 20px 30px;
	text-align: center;
	display: block;
}
.hometown_tax_shintoku .step + .step {
	margin-top: 20px;
}
.hometown_tax_shintoku .step05 {
	width: 100%;
	padding-top: 30px;
}
.hometown_tax_shintoku .step05::before, 
.hometown_tax_shintoku .step05::after {
	display: none;
}
.hometown_tax_shintoku .step_box {
	width: 100%;
}
.hometown_tax_shintoku .step_title {
	max-width: calc(92px * 0.8);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.hometown_tax_shintoku .step05 .step_title {
	max-width: calc(112px * 0.8);
}
.hometown_tax_shintoku .step_txt {
	margin-bottom: 20px;
	font-size: 100%;
	text-align: left;
	display: inline-block;
}
.hometown_tax_shintoku .step05 .step_txt {
	text-align: left;
}
.hometown_tax_shintoku .step_btn {
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
	line-height: 0;
}
.hometown_tax_shintoku .step_img {
	width: 100%;
	max-width: calc(215px * 0.6);
	margin-left: auto;
	margin-right: auto;
}
.hometown_tax_shintoku .step05 .step_img {
	width: 100%;
	max-width: inherit;
	margin-top: 0;
}
.hometown_tax_shintoku .step_notes {
	font-size: 90%;
	margin-top: 20px;
	text-align: left;
}
}

.hometown_tax_shintoku .method {
	padding: 80px 40px;
	background-color: #F8F9EB;
}
.hometown_tax_shintoku .method_inner {
	max-width: 1260px;
	margin: 0 auto;
}
.hometown_tax_shintoku .method_box {
	padding: 60px 40px;
	background-color: #FFF;
	border-radius: 19px;
}
.hometown_tax_shintoku .method_box+.method_box {
	margin-top: 80px;
}
.hometown_tax_shintoku .method_box_inner {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}
.hometown_tax_shintoku .method_title {
	margin-top: 20px;
	margin-bottom: 20px;
}
.hometown_tax_shintoku .method_sub_title {
	margin-bottom: 30px;
	font-size: 220%;
	text-align: center;
	color: #5F4A33;
	text-shadow:
		0 2px 2px #FFF,
		2px 0 2px #FFF,
		0 -2px 2px #FFF,
		-2px 0 2px #FFF,
		-2px -2px 2px #FFF,
		2px -2px 2px #FFF,
		-2px 2px 2px #FFF,
		2px 2px 2px #FFF;
}
.hometown_tax_shintoku .method_txt {
	margin-bottom: 30px;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.8;
}
.hometown_tax_shintoku .method_txt em {
	display: block;
}
.hometown_tax_shintoku .method_date {
	margin-bottom: 20px;
	text-align: center;
	line-height: 0;
}
.hometown_tax_shintoku .method_btn {
	margin-bottom: 10px;
	text-align: center;
	line-height: 0;
}
.hometown_tax_shintoku .method_notes {
	font-size: 125%;
	font-weight: bold;
	display: inline-block;
}
.hometown_tax_shintoku .method_btn+.method_notes,
.hometown_tax_shintoku .method_date+.method_notes {
	margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
.hometown_tax_shintoku .method {
	padding: 60px 20px;
}
.hometown_tax_shintoku .method_box {
	padding: 40px 20px;
}
.hometown_tax_shintoku .method_box+.method_box {
	margin-top: 60px;
}
.hometown_tax_shintoku .method_box_inner {
	text-align: left;
}
.hometown_tax_shintoku .method_sub_title {
	margin-bottom: 20px;
	font-size: 120%;
}
.hometown_tax_shintoku .method_txt {
	margin-bottom: 20px;
	font-size: 100%;
	text-align: left;
}
.hometown_tax_shintoku .method_txt em {
	text-align: center;
	display: block;
}
.hometown_tax_shintoku .method_date {
	margin-bottom: 20px;
}
.hometown_tax_shintoku .method_btn {
	margin-bottom: 60px;
}
.hometown_tax_shintoku .method_notes {
	font-size: 100%;
	display: block;
}
}

.hometown_tax_shintoku .faq {
	padding: 80px 40px;
	background: url("hometown_tax_shintoku_bg02.png") repeat;
}
.hometown_tax_shintoku .faq_inner {
	max-width: 1260px;
	margin: 0 auto;
}
.hometown_tax_shintoku .faq_title {
	margin-bottom: 30px;
	font-size: 220%;
	text-align: center;
	color: #5F4A33;
	text-shadow:
		0 2px 2px #FFF,
		2px 0 2px #FFF,
		0 -2px 2px #FFF,
		-2px 0 2px #FFF,
		-2px -2px 2px #FFF,
		2px -2px 2px #FFF,
		-2px 2px 2px #FFF,
		2px 2px 2px #FFF;
}
.hometown_tax_shintoku .faq_box {
	padding: 60px 40px;
	background-color: #FFF;
	border-radius: 19px;
}
.hometown_tax_shintoku .faq_box_inner {
	max-width: 980px;
	margin: 0 auto;
}
.hometown_tax_shintoku .faq_box {
	float: none;
	width: auto;
	margin-bottom: 0;
}
.hometown_tax_shintoku .faq_acdn {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 1px;
	background-color: #11B2AD;
	border-radius: 20px;
}
.hometown_tax_shintoku .faq_acdn + .faq_acdn {
	margin-top: 20px;
}
.hometown_tax_shintoku .acdn_title {
	position: relative;
	margin-bottom: 0;
	padding: 30px 70px 30px 95px;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.2;
	color: #FFF;
	background-color: #11B2AD;
    cursor: pointer;
	transition: ease-in-out .5s;
	border-radius: 20px;
}
.hometown_tax_shintoku .acdn_title.active {
}
.hometown_tax_shintoku .acdn_title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 40px;
	bottom: 0;
	margin: auto 0;
	width: 45px;
	height: 29px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
}
.hometown_tax_shintoku .faq01 .acdn_title::before {
	background-image: url("hometown_tax_shintoku_label09.png");
}
.hometown_tax_shintoku .faq02 .acdn_title::before {
	background-image: url("hometown_tax_shintoku_label10.png");
}
.hometown_tax_shintoku .faq03 .acdn_title::before {
	background-image: url("hometown_tax_shintoku_label11.png");
}
.hometown_tax_shintoku .faq04 .acdn_title::before {
	background-image: url("hometown_tax_shintoku_label12.png");
}
.hometown_tax_shintoku .faq05 .acdn_title::before {
	background-image: url("hometown_tax_shintoku_label13.png");
}
.hometown_tax_shintoku .faq06 .acdn_title::before {
	background-image: url("hometown_tax_shintoku_label14.png");
}
.hometown_tax_shintoku .faq07 .acdn_title::before {
	background-image: url("hometown_tax_shintoku_label15.png");
}
.hometown_tax_shintoku .faq08 .acdn_title::before {
	background-image: url("hometown_tax_shintoku_label16.png");
}
.hometown_tax_shintoku .faq09 .acdn_title::before {
	background-image: url("hometown_tax_shintoku_label17.png");
}

.hometown_tax_shintoku .acdn_title::after {
	content: "";
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
	width: 24px;
	height: 24px;
	margin: auto 0;
	background: url("hometown_tax_shintoku_ico01.png") no-repeat center center / contain;
}
.hometown_tax_shintoku .acdn_title.active::after {
	background: url("hometown_tax_shintoku_ico02.png") no-repeat center center / contain;
}
.hometown_tax_shintoku .acdn_content {
	background-color: #FFF;
	display: none;
	margin: 0 20px 30px;
	padding: 30px 40px;
	border-radius: 20px;
}
.hometown_tax_shintoku .acdn_content p {
	font-size: 100%;
	line-height: 1.8;
}
.hometown_tax_shintoku .acdn_content li {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 100%;
	line-height: 1.8;
	border-bottom: none;
}
.hometown_tax_shintoku .acdn_content p + p {
	margin-top: 20px;
}
.hometown_tax_shintoku .acdn_content p + .notes {
	margin-top: 0;
}
.hometown_tax_shintoku .acdn_content ol + ol {
	margin-top: 20px;
}
.hometown_tax_shintoku .acdn_content ol + p {
	margin-top: 20px;
}
.hometown_tax_shintoku .faq_acdn a {
	text-decoration: underline;
}
.hometown_tax_shintoku .faq_acdn a:hover {
	text-decoration: none;
}
.hometown_tax_shintoku .faq_line  {
	max-width: 890px;
	margin: 70px auto 60px;
	border-top: 2px dotted #11B2AD;
}

@media screen and (max-width: 767px) {
.hometown_tax_shintoku .faq {
	padding: 60px 20px;
	background-size: 120px 120px;
}
.hometown_tax_shintoku .faq_title {
	margin-bottom: 20px;
	font-size: 120%;
}
.hometown_tax_shintoku .faq_box {
	padding: 40px 20px;
}
.hometown_tax_shintoku .faq_acdn {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 1px;
	background-color: #11B2AD;
	border-radius: 20px;
}
.hometown_tax_shintoku .faq_acdn + .faq_acdn {
	margin-top: 20px;
}
.hometown_tax_shintoku .acdn_title {
	padding: 35px 45px 20px 20px;
	font-size: 110%;
	line-height: 1.4;
}
.hometown_tax_shintoku .acdn_title::before {
	top: 15px;
	left: 20px;
	width: calc(45px * 0.6);
	height: calc(29px * 0.6);
	margin-top: 0;
}
.hometown_tax_shintoku .acdn_title::after {
	right: 20px;
	width: calc(24px * 0.6);
	height: calc(24px * 0.6);
}
.hometown_tax_shintoku .acdn_content {
	margin: 0 20px 20px;
	padding: 25px 20px;
}
.hometown_tax_shintoku .acdn_content p {
	font-size: 90%;
}
.hometown_tax_shintoku .acdn_content li {
	font-size: 90%;
}
.hometown_tax_shintoku .acdn_content p + p {
	margin-top: 20px;
}
.hometown_tax_shintoku .acdn_content p + .notes {
	margin-top: 0;
}
.hometown_tax_shintoku .acdn_content ol + ol {
	margin-top: 20px;
}
.hometown_tax_shintoku .acdn_content ol + p {
	margin-top: 20px;
}
.hometown_tax_shintoku .faq_line  {
	margin: 40px auto 40px;
}
}










@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .sp_menu_panel,
  .page_top {
    display: none;
  }
}
