@charset "UTF-8";

/*
shadow_box custom
*/
main .shadow_box_wrapper .shadow_box {
  padding-top: 30px;
}

/*
.tn_list_sdw.item4 custom
*/
.tn_list_sdw.item4.grey_list {
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tn_list_sdw.item4.grey_list li {
	box-shadow: 0px 0px;
	border: 1px solid #9f9a90;
	position: relative;
	padding-bottom: 120px;
}
.tn_list_sdw.item4.grey_list li h3 {
	background: #9f9a90;
	padding: 8px;
	color: #FFFFFF;
}
.tn_list_sdw.item4.grey_list li .txt {
	padding: 8px;
}
.tn_list_sdw.item4.grey_list li .pic {
	width: 100%;
	padding: 8px;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
}

/* .float_wrapper */
main .float_wrapper .txt {
	width: 520px;
	float: left;
}
main .float_wrapper .pic {
	width: 300px;
	float: right;
}

.afterservice main .main_title .lead_msg strong {
	font-size: 120%;
  font-weight: bold;
}
.afterservice main .emphasis {
	font-weight: normal;
	color: #e11215;
}
.afterservice main .flow_list + .term_list {
	margin-top: 40px;
}
.afterservice main .flow_list + .term_list > dt.term {
	font-size: 120%;
}
.afterservice main .flow_list + .term_list .tri_link_anchor {
	margin-top: 0.4em;
	margin-bottom: 0;
}
.afterservice main .flow_list .explanation p + .term_list {
	margin-top: 24px;
}
.afterservice main .flow_list .explanation p + .annotation {
	margin-top: 0.6em;
}

@media screen and (max-width: 834px) {
	/*
	shadow_box custom
	*/
	main .shadow_box_wrapper .shadow_box {
	  padding-top: 0;
	}
	
	/*
	.tn_list_sdw.item4 custom
	*/
	.tn_list_sdw.item4.grey_list li {
		padding-bottom: 170px;
	}
	
	/* .float_wrapper */
	main .float_wrapper .txt {
		width: 100%;
		float: none;
	}
	main .float_wrapper .pic {
		width: 100%;
		float: none;
		margin-top: 1em;
	}
}

@media screen and (max-width: 550px) {
	/*
	.tn_list_sdw.item4 custom
	*/
	.tn_list_sdw.item4.grey_list {
		display: block;
		justify-content: unset;
		-webkit-flex-wrap: unset;
		flex-wrap: unset;
	}
	.tn_list_sdw.item4.grey_list li {
		padding-bottom: 0;
	}
	.tn_list_sdw.item4.grey_list li .pic {
		padding: 8px;
		position: relative;
	}
}