@charset "UTF-8";

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

    headline

-----------------------------------*/
#headline {
    background: url(../img/flow/headline_bg.jpg) no-repeat center;
    background-size: cover;
}
/*-----------------------------------

    common

-----------------------------------*/
#contents section:not(:last-child) {
    padding-bottom: 50px;
}
#contents section .wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
#contents section .wrap:not(:last-child) {
    margin-bottom: 50px;
}
#contents h2 {
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
    line-height: 1;
    padding: 10px 30px;
    background: rgb(187,212,237);
    background: linear-gradient(270deg, rgba(187,212,237,1) 25%, rgba(142,164,199,1) 100%);
    margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
    #contents h2 {
        font-size: 20px;
        padding: 10px 20px;
    }
}
/*-----------------------------------

	flow_block

-----------------------------------*/
#flow_block {
    padding: 80px 0;
}
#flow_block .module {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    gap:0.8%;
    margin: 30px 0;
}
#flow_block .module li {
    width: 16%;
    text-align: center;
}
#flow_block .module li .ttl {
    font-size: 12px;
    letter-spacing: 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    margin-top: 10px;
    letter-spacing: -1px;
}
#flow_block .module li .ttl .cat {
    display: inline-block;
    background: #e7d7be;
    font-size: 10px;
    line-height: 1;
    padding: 5px;
    margin-top: 5px;
}
#flow_block .module li.inactive {
    position: relative;
}
#flow_block .module li.inactive::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 860px) {
    #flow_block .module {
        max-width: 420px;
        width: 100%;
        gap: 20px 2%;
        margin: 30px auto;
    }
    #flow_block .module li {
        width: 32%;
        text-align: center;
    }

}
@media screen and (max-width: 640px) {
    #flow_block {
        padding: 40px 0;
    }
    #flow_block .module li .ttl {
        font-size: 13px;
    }
}
/*-----------------------------------

	style_block

-----------------------------------*/
#style_block {
    padding: 0 0 80px 0;
}
#style_block p {
	margin-bottom: 20px;
}
#style_block p a {
    color: rgb(10 88 167);
    text-decoration: underline;
}
#style_block p a:hover {
    text-decoration: none;
}
#style_block h3 {
    font-size: 18px;
    font-weight: bold;
    /* color: #5f90cc; */
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 10px;
}
#style_block h3:nth-child(n+2) {
    margin-top: 30px;
}
#style_block ul li {
    margin-bottom: 10px;
    line-height: 1;
}
#style_block ul li a {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    font-size: 16px;
}
#style_block ul li a::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #BDBEBE;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 0;
    margin: auto;
}
#style_block ul li a::after {
    content: "";
    width: 14px;
    height: 17px;
    background: url(../img/flow/style_icon.png) no-repeat center / contain;
    display: block;
	position: absolute;
	top: 0;
	right: 0;
}
#style_block .disaster {
    margin-right: 10px;
}
/*-----------------------------------

	flooddamage_block

-----------------------------------*/
#flooddamage_block {
    padding: 80px 0;
}
@media screen and (max-width: 640px) {
    #flooddamage_block {
        padding: 40px 0;
    }
}
/*-- flow --*/
#flooddamage_block .flow {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	width: 95%;
	margin: 0 auto;
}
#flooddamage_block .flow li {
    width: 20%;
    text-align: center;
    width: 100%;
    height: 145px;
    background: #5d90cb;
    color: #FFF;
    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;
    position: relative;
    padding-left: 4%;
}
#flooddamage_block .flow li::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 0 75px 32px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    margin: auto;
    z-index: 9;
}
#flooddamage_block .flow li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 72px 0 72px 30px;
    border-color: transparent transparent transparent #5d90cb;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    margin: auto;
    z-index: 10;
}
@media screen and (max-width: 840px) {
    #flooddamage_block .flow li {
        font-size: 13px;
			letter-spacing: 0;
    }
	#flooddamage_block .flow li::before {
		border-width: 75px 0 75px 27px;
	}
	#flooddamage_block .flow li::after {
		border-width: 72px 0 72px 26px;
	}
}
@media screen and (max-width: 640px) {
	#flooddamage_block .flow {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 96vw;
	}
    #flooddamage_block .flow li {
        width: 100%;
        height: 100px;
        font-size: 12px;
		padding-left: 0;
		padding-top: 20px;
    }
	#flooddamage_block .flow li::before {
		border-width: 20px 50vw 0 50vw;
		border-color: #FFF transparent transparent transparent;
		top:100%;
		bottom: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	#flooddamage_block .flow li::after {
		border-width: 19px 48vw 0 48vw;
		border-color: #5d90cb transparent transparent transparent;
		top: 99.5%;
		bottom: auto;
		left: 0;
		right: 0;
	}
}
/*-- contents --*/
#flooddamage_block h2 {
    color: #000;
    padding: 0;
    background: none;
    text-align: center;
}
#flooddamage_block h2::before {
    content: "";
    width: 137px;
    height: 137px;
    background: url(../img/flow/flow_img01.png) no-repeat;
    background-size: contain;
    margin: 0 auto 20px;
	display: block;
}
#flooddamage_block .wrap {
    counter-reset: number;
}
#flooddamage_block h4.inner_wrap:not(:last-child) {
    margin-bottom: 0;
}
#flooddamage_block .inner_wrap:not(:last-child) {
    margin-bottom: 30px;
}
#flooddamage_block h3 {
/*     font-size: 28px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px; */
	counter-increment: number;
	font-size: 24px;
	font-weight: 500;
	color: #FFF;
	line-height: 1;
	padding: 10px 30px;
	background: rgb(187,212,237);
	background: linear-gradient(270deg, rgba(187,212,237,1) 25%, rgba(142,164,199,1) 100%);
	margin-bottom: 30px;
}
#flooddamage_block h3::before {
    content: counter(number);
    margin-right: 15px;
    display: inline-block;
}
#flooddamage_block a {
    font-size: 16px;
    font-weight: 400;
    display: block;
text-align: end;
color: #025cb2;
text-decoration: underline;
}
#flooddamage_block a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 13px solid #969797;
    border-right: none;
    margin-right: 10px;
    display: inline-block;
}
#flooddamage_block p.attention {
	margin-top: 1em;
}
@media screen and (max-width: 840px) {
	/* #flooddamage_block .inner_wrap:nth-child(-n+4) h3{
		margin-bottom: 50px;
	} */
	/* #flooddamage_block a {
		top: 50px;
	} */
}
@media screen and (max-width: 640px) {
    #flooddamage_block h2 {
        font-size: 20px;
    }
    #flooddamage_block h2::before {
        width: 80px;
        height: 80px;
    }
    #flooddamage_block h3 {
        font-size: 20px;
        padding: 10px 20px;
    }
    #flooddamage_block h3::before {
        margin-right: 10px;
    }
    #flooddamage_block a {
        font-size: 14px;
    }
}
.flooddamage_plan_flow_title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}