@charset "utf-8";

/* ==================================================
手続きナビ
================================================== */
.font_text,
.font_text p {
	display:none;
	speak: none;
}
.custom_tetsuduki .main_content_wrap {
    padding-top: 100px;
}

/* ==================================================
question
================================================== */
#tmp_contents .question_block {
	margin-top: 60px;
}
#tmp_contents .question_item {
	margin: 0 0 56px;
	clear:both;
}
#tmp_contents .question_item_ttl {
	position: relative;
	font-size: 155.6%;
	color: #222222;
	background-color: #fff9b2;
    border-radius: 20px;
	margin: 0 0 40px;
}
#tmp_contents .question_item_ttl .question_ttl_wrap {
	display: table;
	width: 100%;
	margin: 0;
}
#tmp_contents .question_item_ttl p {
	margin-bottom: 0;
}
#tmp_contents .question_ttl_tag,
#tmp_contents .question_ttl_txt {
	display: table-cell;
	vertical-align: middle;
}
#tmp_contents .question_ttl_tag {
    width: 110px;
    height: 80px;
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    position: relative;
    border-radius: 20px 0 0 20px;
    color: #222222;
    background: #fdbc65 url("/shared/templates/iju_tetsuduki/images/tetsuduki_tag_back.jpg") repeat-y left top;
    background-size: 100% auto;
    padding: 15px 5px;
    background-color: #fdbc65;
}
#tmp_contents .question_ttl_tag:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 0 16px 16px;
	border-color: transparent transparent transparent #fdbc65;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#tmp_contents .question_ttl_txt {
	padding:5px 16px 5px 32px;
}
#tmp_contents .question_item_cnt ul {
	list-style: none;
	margin: 0 -15px;
}
#tmp_contents .question_item_cnt ul::after {
    content: "";
    clear: both;
    display: block;
}
#tmp_contents .question_item_cnt li {
	float: left;
	width: 33.2222223%;
	padding: 0 12px;
	margin: 0 0 20px;
}
#tmp_contents .question_item_cnt li:nth-child(3n+1) {
	clear: left;
}
#tmp_contents .question_item_cnt li:nth-child(3n) {
	clear: right;
}
#tmp_contents .checkbox_item .checkbox_item_input {
	position: absolute;
	opacity: 0;
}
#tmp_contents .checkbox_item .checkbox_item_input:focus + label {
	outline: 2px solid #000;
}
#tmp_contents .checkbox_item .checkbox_item_label {
	color: #222222;
	border-radius: 10px;
	border: 1px solid #000000;
	position: relative;
	display: table;
	width: 100%;
	cursor: pointer;
	margin-bottom: 0;
}
#tmp_contents .checkbox_item_label:before {
	position: absolute;
	content: " ";
	display: inline-block;
	vertical-align: middle;
	top: 50%;
	left: 29px;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	width: 24px;
	height: 24px;
	color: inherit;
	background-color: #ffffff;
	border: 1px solid #222222;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
#tmp_contents .checkbox_item_label span {
	display: table-cell;
	vertical-align: middle;
	height: 83px;
	padding: 7px 20px 6px 65px;
	font-weight: bold;
}
#tmp_contents .checkbox_item_label:after {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 30px;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transform: rotate(39deg) scale(1.2) translateY(-50%);
	-moz-transform: rotate(39deg) scale(1.2) translateY(-50%);
	-webkit-transform: rotate(39deg) scale(1.2) translateY(-50%);
	width: 10px;
	height: 16px;
	border: solid transparent;
	border-width: 0 4px 4px 0;
	margin-top: -4px;
}
#tmp_contents .checkbox_item .checkbox_item_input:checked + .checkbox_item_label {
	color:#222222;
	background-color: #fffcd9;
	border:2px solid #fc9a38;
}
#tmp_contents .checkbox_item .checkbox_item_input:checked + .checkbox_item_label span {
    height: 81px;
    padding-left: 64px;
}
#tmp_contents .checkbox_item .checkbox_item_input:checked + .checkbox_item_label span {
}
#tmp_contents .checkbox_item .checkbox_item_input:checked + .checkbox_item_label:after {
	position: absolute;
	top: 50%;
	left: 32px;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	content: " ";
	display: block;
	width: 8px;
	height: 16px;
	border: solid #1b60be;
	border-width: 0 3px 4px 0;
	transform: rotate(39deg) scale(1) translateY(-50%);
	-moz-transform: rotate(39deg) scale(1) translateY(-50%);
	-webkit-transform: rotate(39deg) scale(1) translateY(-50%);
	margin-top: -4px;
}
#tmp_contents .tetsuduki_btn {
	padding: 8px 0 12px;
	margin: 60px 0 40px;
	clear: both;
}
#tmp_contents .tetsuduki_btn p {
	text-align: center;
	margin: 0;
}
#tmp_contents .tetsuduki_btn a {
	display: block;
	margin: 0 auto;
	padding: 12px 15px;
	width: 500px;
	font-size: 100%;
    font-weight: bold;
	text-decoration: none;
	cursor: pointer;
    border: 2px solid #222222;
	color: #222222;
	background-color: #fff9b2;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    border-radius:32px;
}
#tmp_contents .tetsuduki_btn a:hover,
#tmp_contents .tetsuduki_btn a:focus,
#tmp_contents .tetsuduki_btn a:active {
	background-color: #ffffff;
    border-color: #fc9a38;
	color: #222222;
}

/* ==================================================
answer
================================================== */
/* wrap
================================================== */
#tmp_contents .procedure_step {
	position: relative;
	margin: 60px 0;
	clear:both;
}

/* ttl
================================================== */
#tmp_contents .procedure_step_ttl {
	text-align: center;
	border-bottom: 2px solid #fc9a38;
	background-color: #fc9a38;
	color: inherit;
	padding: 16px 20px 15px;
	border-radius: 20px 20px 0 0;
}
#tmp_contents .procedure_step_ttl p {
	position: relative;
	display: inline-block;
	margin: 0;
	font-size: 144.4%;
}
#tmp_contents .procedure_step_ttl p .num {
 	margin-left:3px;
}

/* cnt
================================================== */
#tmp_contents .procedure_step_cnt {
	padding: 0 28px;
	border: 2px solid #fc9a38;
	border-top: none;
	border-radius: 0 0 20px 20px;
}
#tmp_contents .step_cnt_ttl {
	padding: 37px 0 4px;
}
#tmp_contents .step_cnt_ttl h2 {
    margin: 0;
}
#tmp_contents .step_cnt_des {
	padding: 0 0 10px;
}
#tmp_contents .step_cnt_des h3 {
    margin-bottom: 23px;
}
#tmp_contents .procedure_step_ttl_cnt .step_cnt_des {
	padding-bottom: 0;
}
#tmp_contents .procedure_step_ttl_cnt .step_cnt_des p {
	margin: 1.2em 0 0;
}
#tmp_contents .procedure_step_ttl_cnt .step_cnt_des p:first-child {
	margin: 0;
}

/* h3
================================================== */
#tmp_contents .step_cnt_ttl h3,
#tmp_contents .step_cnt_ttl p,
#form_result .content h3 {
	font-size: 144.4%;
	margin: 0;
	background: url(/shared/templates/tetsuduki_rn2025/images/main/tetsuduki_step_h3_back_01.png) no-repeat left bottom;
}
#form_result .content h3 {
	padding-top:40px;
	margin-bottom:20px;
}
/* h4
================================================== */
#tmp_contents .necessary_item_ttl {
	margin: 0;
	padding: 40px 10px 0 0;
}
#tmp_contents .necessary_item_ttl p,
#form_result .content h4 {
	font-size: 122.2%;
	line-height: 1.2;
	margin:0;
	padding: 15px 0 30px 33px;
	color: #222222;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left 2px top 18px;
	background-image: url(/shared/templates/tetsuduki_rn2025/images/main/tetsuduki_step_h4_back_01.png);
	-webkit-background-size: auto;
	-moz-background-size: auto;
	background-size: auto;
    border-top: 1px solid #dbd1d6;
}
/* accordion
================================================== */
#tmp_contents .necessary_item_menu .necessary_item_ttl {
	padding: 23px 10px 21px 66px;
	margin: 3.1em 0 1.0em;
	background: #f2eaef url(/shared/templates/tetsuduki_rn2025/images/icon/switch_icon_off.png) no-repeat 13px 16px;
}
#tmp_contents .necessary_item_menu.ac_active .necessary_item_ttl {
	background-image:url(/shared/templates/tetsuduki_rn2025/images/icon/switch_icon_on.png);
}
#tmp_contents .necessary_item_menu .necessary_item_ttl p {
	background: none;
	padding: 0;
    border-top: none;
}
/* okuyami */
#form_result .content .procedure.ac_active {
	position: relative;
	max-height: 120px;
}
#form_result .content .procedure.ac_active table {
	display: none;
	pointer-events: none;
}
#form_result .content .procedure_step_cnt {
	border:none;
}
#form_result .content .procedure_step {
	border: 4px solid #f2eaef;
	border-top: none;
	border-radius: 20px;
}
#form_result .content .procedure_step_ttl {
	background: #bc1d71;
	margin: 0 -4px;
}

/* ==================================================
Accessibility
================================================== */
.easy_on #tmp_contents .tetsuduki_top_navi .pages_list .page_item_cnt {
    line-break: anywhere;
}

/* ==================================================
Start font-weight
================================================== */
#tmp_contents .question_item_ttl,
#tmp_contents .procedure_step_ttl p,
#tmp_contents .necessary_item_ttl p,
#form_result .content h4 {
	font-weight: bold;
}


