@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/

#headline {
    background: url(../img/saigai/headline_bg.png) no-repeat right center, #dcdcdb;
	margin-bottom: 25px;
}

@media screen and (max-width: 840px) {
    #headline {
        background: url(../img/saigai/sp/headline_bg.png) no-repeat right center, #dcdcdb;
/*        background-size: cover;*/
    }
}
@media screen and (max-width: 640px) {
	#headline {
        background: url(../img/saigai/sp/headline_bg.png) no-repeat right center, #dcdcdb;
        background-size: contain;
    }
}

/*-----------------------------------

	saigai_wrap

-----------------------------------*/
h3 {
	background: #ec7832;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	padding: 15px 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-weight: 700;
}
h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.gray_wrap {
	background: #f4f3ef;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
}
section {
    padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
    p {
        font-size: 12px;
    }
    h3 {
    	font-size: 16px;
    	line-height: 1;
    	padding: 15px;
    }
    h4 {
    	font-size: 14px;
    }
    section {
        padding-bottom: 30px;
    }
}
/*-- saigai_wrap --*/
#saigai_wrap {
	padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
    #saigai_wrap {
    	padding-bottom: 30px;
    }
}
/*-- saigai_wrap01 --*/
#saigai_wrap01 .gray_wrap ul li {
    width: 100%;
    margin-bottom: 10px;
	display: block;
    background: #fff;
    padding: 20px 0 20px 180px;
    border-radius: 5px;
    line-height: 1;
    position: relative;
    letter-spacing: 0;
    font-size: 14px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}
#saigai_wrap01 .gray_wrap ul li.safety::before {
    position: absolute;
    content: '\f21e';
    font-family: "font awesome 5 free";
    font-weight: 900;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #ec7832;
    color: #fff;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
#saigai_wrap01 .gray_wrap ul li.safety::after {
    content: "安全を確保";
    color: #ec7832;
    display: block;
    width: 100px;
    line-height: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45px;
    margin: auto;
    font-size: 12px;
}
#saigai_wrap01 .gray_wrap ul li.cleanup::before {
    position: absolute;
    content: '\f7e4';
    font-family: "font awesome 5 free";
    font-weight: 900;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #ec7832;
    color: #fff;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
#saigai_wrap01 .gray_wrap ul li.cleanup::after {
    content: "火の始末";
    color: #ec7832;
    display: block;
    width: 100px;
    line-height: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45px;
    margin: auto;
    font-size: 12px;
}
#saigai_wrap01 .gray_wrap ul li.breaker::before {
    position: absolute;
    content: '\f5e7';
    font-family: "font awesome 5 free";
    font-weight: 900;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #ec7832;
    color: #fff;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
#saigai_wrap01 .gray_wrap ul li.breaker::after {
    content: "ブレーカーを切る";
    color: #ec7832;
    display: block;
    width: 300px;
    line-height: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45px;
    margin: auto;
    font-size: 12px;
}


/*
@media screen and (max-width: 1200px) {
    #saigai_wrap01 .gray_wrap ul li{
        font-size: 1vw;
    }
}
*/
@media screen and (max-width: 1000px) {
    #saigai_wrap01 .gray_wrap ul li {
        padding-left: 150px;
    }
    #saigai_wrap01 .gray_wrap ul li::after {
        content: '';
        width: auto;
        height: auto;
    }
}

@media screen and (max-width: 640px) {

    #saigai_wrap01 .gray_wrap ul li {
    	float: none;
    	width: 100%;
		font-size: 12px;
    	margin-right: 0;
        margin-bottom: 10px;
		padding-right: 5px;
    }

}
/*-- saigai_wrap02 --*/
#saigai_wrap02 .earthquake {
	margin: 20px 0 0 0;	
}
#saigai_wrap02 .img_box{
	width:100%;
	margin-bottom:30px;
}
#saigai_wrap02{
    letter-spacing: 0;
}
#saigai_wrap02 ul {
	margin: 20px 0 30px;
}
#saigai_wrap02 ul li a {
	color: #007ad0;
    text-decoration: underline;	
}
#saigai_wrap02 ul li a:hover {
	color: #005c9d;
}
#saigai_wrap02 .sample {
	margin-top:30px;
}
#saigai_wrap02 .sample_flex {
    border: 1px solid #f4f3ef;
    border-radius: 10px;
    padding: 15px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#saigai_wrap02 .sample_flex img{
    margin-right: 15px;
}

@media screen and (max-width: 640px) {

	#saigai_wrap02 .img_box {
		display:block;
		width:100%;	
	}
	#saigai_wrap02 .sample {
		float:none;
		width:100%;	
	}
	#saigai_wrap02 .sample_flex {
		margin-top: 20px;
	}

}

/*-- att_box --*/
.att_box {
	border-top: 1px solid #E5E5E5;
	background:#F4F3EF;
	padding: 10px 0 10px 100px;
	margin:0 0 20px 0;
	border-radius: 5px;
}
.att_box p {
	display:inline-block;
	text-align:center;
	color:#EC7832;
	font-size:18px;
	font-weight:800;
	padding-left: 30px;
	position:relative;
}
.att_box p:before {
	position: absolute;
	top:0;
    left: 0;
    margin: auto;
    content: '\f071';
    font-family: "font awesome 5 free";
	font-size: 23px;
    font-weight: 900;
    color: #ec7832;
}

@media screen and (max-width: 1200px) {
	
	.att_box {
		padding: 10px 80px;
	}
	.att_box p {
		font-size:16px;
	}	
}

@media screen and (max-width: 640px) {

	.att_box {
		padding: 10px;
	}
	.att_box p {
		font-size:14px;
		text-align: left;
	}

}

/*-- #saigai_wrap03 --*/
#saigai_wrap03 .img_box{
	width:48%;
	float:left;
}
#saigai_wrap03 .text_box{
	width:48%;
	float:right;
}
#saigai_wrap03 .text_box span{
	color:#EC7832;
}
@media screen and (max-width: 640px) {

	#saigai_wrap03 .img_box {
		width: 100%;
		float: none;
	}
	#saigai_wrap03 .text_box {
		width: 100%;
		float: none;
		margin:20px 0 0 0;
	}

}
/*-- #saigai_wrap04 --*/
#saigai_wrap04 .text_box{
	margin:0 0 20px 0;
}
/*-- #saigai_wrap05 --*/
#saigai_wrap05 .text_box{
	margin:0 0 20px 0;
}
#saigai_wrap05 .clearfix .img_title {
	display: block;
    width: 48%;
}
#saigai_wrap05 .img_box{
	width:48%;
	float:left;	
}
#saigai_wrap05 .list_box{
	width: 48%;
	float: right;
	border:2px solid #F4F3EF;
	padding:15px;
	border-radius:5px;
}
#saigai_wrap05 .list_box .title{
	font-size: 16px;
    font-weight: 800;
	color:#EC7832;
	padding-left: 40px;
	position:relative;
}
#saigai_wrap05 .list_box .title:before {
    position: absolute;
    content: '\f0e7';
    font-family: "font awesome 5 free";
    font-weight: 900;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #ec7832;
    color: #fff;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#saigai_wrap05 .list_box ol{
	margin:20px 0 0 0; 
	padding-left: 2em;
}
#saigai_wrap05 .list_box ol li{
	list-style: decimal;
	padding-left: 0.5em;
}
#saigai_wrap05 .text_box02{
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
	#saigai_wrap05 .clearfix .img_title {
		width: 100%;
	}
	#saigai_wrap05 .img_box {
		width: 100%;
		float: none;
	}
	#saigai_wrap05 .list_box {
		width: 100%;
		float: none;
		margin-top: 30px;
	}

}