@charset "UTF-8";
/* CSS Document */
/* ============== media ================= */
@media (max-width:600px) {
	#flow1 .content_box {
		padding: 5px;
	}

	#flow1 .section_wrap, #flow2 .section_wrap, #flow3 .section_wrap, #flow4 .section_wrap, #flow5 .section_wrap {
		padding: 40px 20px;
	}

	.flow_blk {
		margin-bottom: 20px;
	}

	#flow1 .content_box .text {
		width: 100%;
		margin: 0 0 20px;
	}

	.flow_blk > div:first-child > h2 {
		font-size: 1.5rem;
		margin-bottom: 10px;
		text-indent: -1.9em;
		margin-left: 1.9em;
	}

	.flow_blk > div:first-child > h2 > span {
		font-size: 1.6rem;
		width: 20px;
		height: 20px;
		margin-right: 10px;
		text-indent: 0;
	}

	#flow1 .content_box .text p {
		font-size: 1.0rem;
		line-height: 1.8;
	}

	#flow2 .hgroup_wrap p span {
		font-size: 1.8rem;
		font-weight: 300;
		letter-spacing: 0.01rem;
	}

	.hgroup_wrap p.small {
		margin-top: 20px;
		font-size: 1.0rem;
		text-align: left;
		line-height: 1.8;
	}

	#flow2 .content_box {
		padding: 20px;
	}

	#flow2 .content_box > .text {
		margin-bottom: 20px;
	}

	#flow2 .content_box > .text > h3 {
		font-size: 1.2rem;
		margin-bottom: 10px;
		text-indent: -1.0em;
		margin-left: 1.0em;
		line-height: 1.6;
	}

	#flow2 .content_box > .text > h3:before {
		border-width: 6px;
		vertical-align: -0.08em;
		margin-right: 5px;
	}

	#flow2 .content_box > .text p {
		line-height: 1.6;
	}
}

/*=============================
   復旧の流れ　スマホ
===============================*/
.content_box.bg-white{
	padding: 5px;
}

.step_desc .contents_text{
	text-align: left;
}

.fukkyu_flow .contents_text_2col
{
	display: initial;
	width: 100%;
	margin: 0;
	padding: 0;
}

.fukkyu_flow .contents_text_2col .contents_text_2colL,
.fukkyu_flow .contents_text_2col .contents_text_2colR
{
	width: 100%;
	margin-top: 2%;
}

.fukkyu_flow
{
	width: 100%;
	margin: 0;
	padding: 0;
}

ul.fu_flow_ul
{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}

ul.fu_flow_ul li
{
	width: 100%;
	position: relative;
	background: #00164F;
	padding: 1rem;
	margin-top: 2rem;
	box-sizing: border-box;
}

ul.fu_flow_ul li:after
{
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #00164F transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}

ul.fu_flow_ul li:nth-last-of-type(1):after
{
	display: none;
}

li.fu_flow_li .step_ttl
{
	width: 100%;
	display: flex;
	padding: 0;
	margin: 0;
	background-color: #E6FBE1;
	margin-bottom: 1rem;
	box-sizing: border-box;
}

li.fu_flow_li .step_ttl .step_ttl_num
{
	font-size: 20px;
	margin: 0;
	padding: .5rem 0;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	width: 30%;
	background: #76b53b; /* Old browsers */
	background: -moz-linear-gradient(top, #76b53b 0%, #329323 50%, #288e00 51%, #3ead27 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #76b53b 0%,#329323 50%,#288e00 51%,#3ead27 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #76b53b 0%,#329323 50%,#288e00 51%,#3ead27 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b53b', endColorstr='#3ead27',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 1px #195700;
}

li.fu_flow_li .step_ttl .step_ttl_num .step_ttl_num_big
{
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
}

li.fu_flow_li .step_ttl .step_ttl_01
{
	font-size: 14px;
	padding-top: 1rem;
	box-sizing: border-box;
	margin-left: 2%;
	color: #000;
	text-align: left;
	font-weight: 600;
}

.step_ttl_02
{
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 2% 2%;
	text-align: center;
}

.step_ttl_02 span
{
	background-color: #D50404;
	color: #FFFFFF;
	padding: 3px 5px;
}

li.fu_flow_li .step_desc_wrap
{
	display: initial;
	width: 100%;
	box-sizing: border-box;
}

li.fu_flow_li .step_desc
{
	background-color: #FFFFFF;
	padding: 0.8rem;
	box-sizing: border-box;
}

li.fu_flow_li .step_desc i.fa-check-square-o
{
	color: #288e00;
}

li.fu_flow_li .step_desc50
{
	width: 100%;
	background-color: #FFFFFF;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 2%;
}

li.fu_flow_li .syuka_ttl
{
	background-color: #F6BB01;
	font-size: 16px;
	margin: 0;
	padding: .8rem;
	text-align: center;
	box-sizing: border-box;
	line-height: 1.2em;
}

li.fu_flow_li .syuka_ttl span
{
	font-size: 12px;
}

li.fu_flow_li .syuka_text
{
	background-color: #F8EFB7;
	margin: 0;
	padding: .8rem;
	box-sizing: border-box;
}

li.fu_flow_li .st_ttl
{
	background-color: #F6BB01;
	font-size: 16px;
	margin: 0;
	padding: .8rem;
	text-align: center;
	box-sizing: border-box;
}

li.fu_flow_li .st_text
{
	background-color: #FFFFFF;
	margin: 0;
	padding: .8rem;
	font-size: 14px;
	box-sizing: border-box;
}

li.fu_flow_li .text_bg
{
	background-color: #288e00;
	color: #FFFFFF;
	padding: .2em .4em;
	margin-right: .3em;
}

.fukkyu_flow .pd_bottom_0
{
	padding-bottom: 0 !important;
}

.fukkyu_flow .mg_top_2par
{
	margin-top: 2%;
}

.fu_flow_li_06 .step_ttl_01{
	letter-spacing: -0.3px;
}

#flow0 .img_ddf_flow{
	width: 	100%;
	margin: 0 auto;
}

#flow0 .img_ddf_flow img{
	width: 100%;
}

#flow0 h1 span{
	color: #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}

li.fu_flow_li_07  .step_ttl .step_ttl_01{
	font-size: 13px;
}

