@charset "utf-8";
@media screen and (min-width : 641px) and (max-width: 1040px) {
	#tmp_contents .tetsuduki_top_navi .pages_list .page_item a{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width : 640px) {
/* ==================================================
手続きナビ
================================================== */
.custom_tetsuduki #tmp_contents #tmp_summary_ttl {
    margin: 50px 0 30px;
}
.custom_tetsuduki #tmp_contents #tmp_summary_ttl::after {
	width: 100%;
	height: 53px;
	top: -35px;
	left: -37px;
	background-size: 237px auto;
	background-position: left -45px top;
}
.custom_tetsuduki #tmp_contents h1 .sub_ttl_wrap {
	display: block;
}
.custom_tetsuduki #tmp_contents h1 .sub_ttl_wrap span {
	margin-left: 0;
}

.custom_tetsuduki #tmp_contents #tmp_summary_ttl h1 {
	font-size: 145%;
}

.custom_tetsuduki #tmp_contents #tmp_summary_ttl .summary_icon {
	width: 50px;
    padding-right: 10px;
}

/* ==================================================
Free
================================================== */

/* question
================================================== */
#tmp_contents .question_block {
	margin-top: 0;
}

#tmp_contents .question_wrap {
	margin: 0 0 19px;
}
#tmp_contents .question_item {
	margin: 0 0 27px;
}
#tmp_contents .question_item:last-child {
	margin: 0 0 15px;
}
#tmp_contents .question_item_ttl {
	font-size: 125%;
	margin: 40px 0 20px;
}

#tmp_contents .question_ttl_tag {
	width: 67px;
	height: 67px;
	background:#bc1d71 url(/shared/templates/tetsuduki_rn2025/images/main/tetsuduki_tag_back_01_sp.png) no-repeat left top;
	background-size: 100% auto;
}
#tmp_contents .question_ttl_tag:after {
	bottom: -20px;
	border-width: 10px 10px 10px 10px;
}

#tmp_contents .question_ttl_txt {
	line-height: 1.3;
	padding:12px 10px 10px 14px;
}
#tmp_contents .question_ttl_txt:after {
	border-width: 7px 0 7px 8px;
}
#tmp_contents .question_item_cnt ul {
	margin: 0;
}
#tmp_contents .question_item_cnt li {
	float: none;
	width: 100%;
	padding:0;
	margin-bottom:11px;
}
#tmp_contents .question_item_cnt li:nth-child(n) {
	clear: both;
}
#tmp_contents .checkbox_item_label span {
	display: table-cell;
	vertical-align: middle;
	height: 56px;
	padding: 12px 10px 10px 39px;
}
#tmp_contents .checkbox_item_label:before {
	left: 12px;
	width: 17px;
	height: 17px;
}
#tmp_contents .checkbox_item .checkbox_item_input:checked + .checkbox_item_label:after,
#tmp_contents .checkbox_item_label:after {
	left: 12px;
	width: 8px;
	height: 14px;
}
#tmp_contents .question_note {
	line-height: 1.5;
	margin-bottom: 6px;
}

#tmp_contents .tetsuduki_btn {
	margin: 35px 15px 18px;
}
#tmp_contents .tetsuduki_btn a {
	width: 100%;
	font-size: 112.5%;
	padding: 12px;
	/* text-align: left; */
}

/* ==================================================
answer
================================================== */
/* wrap
================================================== */
#tmp_contents .procedure_step {
	/* margin-bottom: 68px; */
	margin-bottom: 133px;
	border-radius: 10px;
}
#tmp_contents .procedure_step:last-child {
	margin-bottom: 22px;
}
#tmp_contents .procedure_step::after {
	bottom: -120px;
	width: 125px;
	height: 100px;
	background-size: auto 100%;
}

/* ttl
================================================== */
#tmp_contents .procedure_step_ttl {
	padding: 16px 0 12px;
	border-radius: 5px 5px 0 0;
    background-position: center top 10px;
	background-size: auto 70%;
}
#tmp_contents .procedure_step_ttl p {
	font-size: 128.8%;
}

/* cnt
================================================== */
#tmp_contents .procedure_step_cnt {
	padding: 0 20px 10px;
}
#tmp_contents .step_cnt_ttl,
#tmp_contents .step_cnt_des {
	margin: 0 -20px;
	padding:0 20px;
}
#tmp_contents .step_cnt_des {
	padding-top: 15px;
	padding-bottom: 3px;
}
#tmp_contents .step_cnt_des ul {
	margin-left: 1.2em;
}
#tmp_contents .necessary_item {
	margin: 20px 0 15px;
}
#tmp_contents .necessary_item_cnt ul {
	margin-left: 1.2em;
}

/* h3
================================================== */
#tmp_contents .step_cnt_ttl h3,
#tmp_contents .step_cnt_ttl p,
#form_result .content h3 {
	font-size: 131.3%;
	padding: 15px 0;
}
#form_result .content h3 {
	margin-top: 5px;
}

/* h4
================================================== */
#tmp_contents .necessary_item_ttl {
	padding-top:0;
	margin: 40px 0 10px;
	min-height: 50px;
}
#tmp_contents .necessary_item_ttl p,
#form_result .content h4 {
	font-size: 112.5%;
	line-height: 1.4;
	padding-bottom: 13px;
}

/* list
================================================== */
#tmp_contents .necessary_item_cnt ul {
	margin-bottom: 10px;
}

/* accordion
================================================== */
#form_result .content .procedure {
	margin: 30px 0 10px;
}
#tmp_contents .necessary_item_menu .necessary_item_ttl {
	margin-top:0 !important;
	padding: 15px 10px 10px 60px !important;
	-webkit-background-size: 40px auto !important;
	-moz-background-size: 40px auto !important;
	background-size: 40px auto !important;
	background-position: 7px 5px !important;
}



/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
}