/* -------------------------- */
/* NEW 防災ページ*/
/* -------------------------- */
.step_bk .top-area .main-image{
	background: url(../img/cat/step-novelty/top.jpg)  center / cover no-repeat;
}
.step_bk section .cap-box{
	width: 1000px;
	margin: 150px auto 20px;
}
.step_bk .sec1 .cap-box{
	margin: 150px auto 100px;
}
.step_bk section .cap-box .title{
    background: #ab2c22;
    display: table;
    padding: 15px 20px;
    font-size: .9em;
    color: #fff;
    font-weight: 700;
    letter-spacing: .2em;
	text-indent: .2em;
	position: relative;
}
.step_bk section .cap-box .title:after{
	content:"";
	position: absolute;
	left:0;
	top:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #ffffff transparent transparent transparent;
}
.step_bk section .cap-box h2{
	padding: 30px;
}
.step_bk section .cap-box p{
	padding: 0 30px;
	color: #777;
}
.step_bk .sec1 .point-box{
	width: 100%;
	margin: 0 auto;
    background: #e9e9e9;
}
.step_bk .sec1 .point-box .in-box{
    width: 1100px;
	margin: 140px auto 0;
}
.step_bk .sec1 .point-box h2{
	font-size: 1.05em;
    letter-spacing: .15em;
    text-indent: .15em;
    background: #e9e9e9;
    border-radius: 20px 20px 0 0;
    transform: translateY(-100%);
    display: table;
    padding: 20px 30px;
}
.step_bk .sec1 .point-box .bk-box{
	background: #f5f5ed;
    padding: 50px;
    margin-top: 50px;
	display: flex;
}
.step_bk .sec1 .point-box .bk-box .l-box{
	width: 499px;
	padding: 0px 80px 40px;
	margin-left: auto;
	border-right: 1px solid #c2c2c2;
}
.step_bk .sec1 .point-box .bk-box svg{
	width: 120px;
	display: table;
	margin: 0 auto;
}
.step_bk .sec1 .point-box .bk-box h3{
	margin-top: 20px;
}
.step_bk .sec1 .point-box .bk-box p{
	margin-top: 20px;
    line-height: 2.1;
}
.step_bk .sec1 .point-box .bk-box p span{
	color: #ab2c22;
	font-weight: 700;
}
.step_bk .sec1 .point-box .bk-box .r-box{
	width: 499px;
	padding: 0px 80px 40px;
	margin-right: auto;
}
.step_bk .sec1 .link {
    transform: translateY(50%);
}
.step_bk .link a{
	background: #dea22e;
	width: 800px;
	padding: 30px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	transition: all .3s;
	color: #fff;
	font-weight: 700;
	border-radius:10px;
	letter-spacing: .2em;
}
.step_bk .link a .txt{
  margin-right: 10px;
}
.step_bk .link a .icn{
	background: #fff;
	width: 40px;
    height: 40px;
	margin-left: auto;
}
.step_bk .link a svg{
	fill: #dea22e;
	width: 40px;
    height: 40px;
}
.step_bk .link a:hover{
  background:rgb(192, 136, 14);
}
.step_bk .sec2{
	width: 100%;
    margin: 180px auto 0;
    display: block;
}
.step_bk .sec2 .cap-box{
	margin-bottom: 70px;	
}
.step_bk .sec2 .step-box{
	position: relative;
	width: 800px;
    margin: 0 auto;
}
.step_bk .sec2 .step-box img{
  width: 100%;
}
.step_bk .sec2 .step-box img.sp{
  display: none;
}
.step_bk .sec2 .grid{
	position: absolute;
    width: 100%;
    height: 100%;
	z-index: 1;
}
.step_bk .sec2 .grid .txt-box{
	width: 270px;
}
.step_bk .sec2 .grid .txt-box .title{
	font-size: .9em;
	letter-spacing: .2em;
	font-weight: 700;
  padding: 5px 10px;
  margin-bottom: 5px;
  background: #a32e25;
  color: #eee;
  display: table;
}
.step_bk .sec2 .grid .txt-box h3{
	font-size: 1.5em;
}
.step_bk .sec2 .grid .txt-box p {
    margin-top: 10px;
}
.step_bk .sec2 .grid .txt-box:nth-child(1){
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.step_bk .sec2 .grid .txt-box:nth-child(2){
	position: absolute;
    top: 50%;
    left: 5%;
	width: 30%;
	text-align: left;
    transform: translateY(-50%);
}
.step_bk .sec2 .grid .txt-box:nth-child(3){
	position: absolute;
    top: 50%;
    right: 0%;
	width: 30%;
    transform: translateY(-50%);
}
.step_bk .sec2 .grid .txt-box:nth-child(4){
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.step_bk .sec2 .bk-image{
	width: 600px;
    height: 600px;
	margin: 0 auto;
}
.step_bk .sec2 .flow4-box{
	width: 80%;
    margin: 150px auto 0;
}
.step_bk .sec2 .flow4-box ul li{
	display: flex;
	width: 100%;
	height: 450px;
	margin-top: 150px;
}
.step_bk .sec2 .flow4-box ul li .image-box{
	width: 50%;
}
.step_bk .sec2 .flow4-box ul li:nth-child(1){
	margin-top: 0;
}
.step_bk .sec2 .flow4-box ul li .text-box{
	width: 40%;
  min-width: 450px;
    background: #f5f5ed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
.step_bk .sec2 .flow4-box ul li .text-box .sub{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.05em;
    background: #f5f5ed;
    color: #acacac;
    border-radius: 20px 20px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    display: table;
    padding: 20px 20px 20px 30px;
}
.step_bk .sec2 .flow4-box ul li .text-box .sub .step{
    letter-spacing: .45em;
    text-indent: .45em;
}
.step_bk .sec2 .flow4-box ul li .text-box .sub .no{
    font-size: 5.5em;
    position: absolute;
    top: 0;
    left: calc(100% + 20px);
    font-weight: 700;
}
.step_bk .sec2 .flow4-box ul li .text-box h2{
	color: #5f83aa;
    font-size: 1.25em;
    letter-spacing: .1em;
}
.step_bk .sec2 .flow4-box ul li .text-box .text{
  width: 70%;
}
.step_bk .sec2 .flow4-box ul li .text-box p{
      color: #777;
    line-height: 2.1;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #c0c0c0;
}
.step_bk .sec2 .flow4-box ul li .text-box p a{
	color: #0cad32;
}
.step_bk .sec2 .flow4-box ul li:nth-child(2) .image-box,
.step_bk .sec2 .flow4-box ul li:nth-child(4) .image-box{
	order: 1;
}
.step_bk .sec2 .flow4-box ul li:nth-child(2) .text-box,
.step_bk .sec2 .flow4-box ul li:nth-child(4) .text-box{
	margin-left: auto;
	order: 0;
}
.step_bk .sec2 .flow4-box ul li:nth-child(2) .text-box h2,
.step_bk .sec2 .flow4-box ul li:nth-child(4) .text-box h2{
	right: inherit;
	left: 0;
}
.step_bk .sec2 .flow4-box ul li:nth-child(1) .image-box{
	background: url(../img/cat/step-novelty/flow1.jpg)  center / cover no-repeat;
}
.step_bk .sec2 .flow4-box ul li:nth-child(2) .image-box{
	background: url(../img/cat/step-novelty/flow2.jpg)  center / cover no-repeat;
}
.step_bk .sec2 .flow4-box ul li:nth-child(3) .image-box{
	background: url(../img/cat/step-novelty/flow3.jpg)  center / cover no-repeat;
}
.step_bk .sec2 .flow4-box ul li:nth-child(4) .image-box{
	background: url(../img/cat/step-novelty/flow4.jpg)  center / cover no-repeat;
}
.step_bk .sec2 .flow4-box ul li:nth-child(5) .image-box{
	background: url(../img/cat/step-novelty/flow5.jpg)  center / cover no-repeat;
}
.step_bk .sec2 .cap{
    text-align: center;
    font-weight: 700;
    font-size: 1.5em;
    margin: 140px 0 40px;
}
.step_bk .sec2 .link{
    margin-bottom: 140px;
}
@media screen and (max-width: 415px){
    .cnt {
		padding: 0 5%;
	}
    .main-cnt .top-area .text-box{
        background: rgba(0, 0, 0, 0.25);
    }
    .main-cnt .top-area .text-box h1{
        color: #fff;
    }
	.step_bk section .cap-box .title{
		font-size: .8em;
	}
	.step_bk section .cap-box{
		width: 100%;
	    margin: 100px auto 40px;
	}
	.step_bk .sec1 .cap-box{
		margin: 70px auto;
	}
	.step_bk section .cap-box h2 {
        padding: 20px 5%;
    	font-size: 1.1em;
	}
	.step_bk section .cap-box p{
		padding: 0 5%;
		font-size: .9em;
	}
	.step_bk section .cap-box p br{
		display: none;
	}
	.step_bk .sec1 .point-box {
    	width: 100%;
        padding: 0 5%;
        border-radius: 15px 15px 0 0;
	}
    .step_bk .sec1 .point-box .in-box{
        width: 100%;
        margin: 70px auto 0;
    }
	.step_bk .sec1 .point-box h2 {
		font-size: .9em;
        transform: inherit;
		letter-spacing: 0;
		text-indent: 0;
	    margin: 0 auto;
	}
	.step_bk .sec1 .point-box .bk-box{
		padding: 0 5%;
		margin-top: 20px;
		display: block;
	}
	.step_bk .sec1 .point-box .bk-box .l-box,
	.step_bk .sec1 .point-box .bk-box .r-box{
		width: 100%;
    	padding: 10px 0 40px;
		border-right: none;
	}
	.step_bk .sec1 .point-box .bk-box .l-box{
		border-bottom: 1px solid #c2c2c2;
	}
	.step_bk .sec1 .point-box .bk-box h3 {
		margin-top: 5px;
		font-size: 1.1em;
	}
	.step_bk .sec1 .point-box .bk-box p{
		font-size: .9em;
		line-height: 1.7;
	}
	.step_bk .link {
        margin-top: 0;
    }
	.step_bk .link a{
		font-size: .8em;
		width: 100%;
    padding: 24px;
	}
	.step_bk .sec2 .step-box{
		width: 100%;
	}
	.step_bk .sec2 .bk-image{
		width: 100%;
		height: 100%;
	}
  .step_bk .sec2 .step-box img.pc{
    display: none;
  }
  .step_bk .sec2 .step-box img.sp{
    display: block;
  }
	.step_bk .sec2 .cap-box{
		margin-bottom: 40px;
	}
	.step_bk .sec2 .grid .txt-box:nth-child(1),
	.step_bk .sec2 .grid .txt-box:nth-child(2),
	.step_bk .sec2 .grid .txt-box:nth-child(3),
	.step_bk .sec2 .grid .txt-box:nth-child(4){
		width: 40%;
	}
	.step_bk .sec2 .grid .txt-box .title {
		font-size: .7em;
	}
	.step_bk .sec2 .grid .txt-box h3 {
		font-size: 1em;
		line-height:1.1;
		margin-top:5px;
	}
	.step_bk .sec2 .grid .txt-box p {
		font-size: .85em;
		line-height: 1.4;
		letter-spacing: 0;
	}
	.step_bk .sec2 .bk-image{
		opacity: .55;
	}
	.step_bk .sec2 .flow4-box {
    	width: 100%;
		margin: 70px auto 0;
	}
	.step_bk .sec2 .flow4-box ul li{
		height: auto;
		flex-wrap: wrap;
        margin-top: 100px;
	}
	.step_bk .sec2 .flow4-box ul li .image-box {
		width: 100%;
		margin-top: 0;
		height: 250px;
	}
	.step_bk .sec2 .flow4-box ul li .text-box,
  .step_bk .sec2 .flow4-box ul li .text-box .text {
    	width: 100%;
      min-width: 100%;
	}
    .step_bk .sec2 .flow4-box ul li .text-box .sub{
        font-size: .85em;
            display: flex;
        align-items: center;
        border-radius: 15px 15px 0 0;
        padding: 15px 20px;
    }
    .step_bk .sec2 .flow4-box ul li .text-box .sub .no {
        font-size: 1.45em;
        position: relative;
        margin-left: 5px;
        letter-spacing: .15em;
        left: 0;
    }
  .step_bk .sec2 .flow4-box ul li .text-box h3{
    font-size: 1em;
      padding: 0 5% 0;
  }
	.step_bk .sec2 .flow4-box ul li .text-box p{
		padding: 20px 0;
        font-size: .85em;
        line-height: 2;
        margin-top: 0;
        width: 84%;
        display: table;
        margin: 0 auto;
	}
	.step_bk .sec2 .flow4-box ul li:nth-child(1) .text-box,
	.step_bk .sec2 .flow4-box ul li:nth-child(2) .text-box,
	.step_bk .sec2 .flow4-box ul li:nth-child(3) .text-box,
	.step_bk .sec2 .flow4-box ul li:nth-child(4) .text-box,
  .step_bk .sec2 .flow4-box ul li:nth-child(5) .text-box{
		order: 0;
	}
	.step_bk .sec2 .flow4-box ul li:nth-child(1) .image-box,
	.step_bk .sec2 .flow4-box ul li:nth-child(2) .image-box,
	.step_bk .sec2 .flow4-box ul li:nth-child(3) .image-box,
	.step_bk .sec2 .flow4-box ul li:nth-child(4) .image-box,
  .step_bk .sec2 .flow4-box ul li:nth-child(5) .image-box{
    	order: 1;
	}
	.step_bk .sec2 .flow4-box ul li .text-box h2{
		position: relative;
        padding: 20px 8%;
        font-size: .9em;
        letter-spacing: 0;
	}
    .step_bk .sec2 .cap {
        font-size: 1.1em;
        margin: 50px 0 40px;
    }
}