@charset "UTF-8";

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

    headline

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

    common

-----------------------------------*/
#contents section {
    padding-bottom: 50px;
}
#contents section .wrap {
    max-width:1000px;
    width: 100%;
    margin: 0 auto;
/*     padding-left: 30px; */
}
#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;
}
#contents h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 5px;
	width: 1230px;
	margin: 0 -115px 20px;
	border-bottom: 1px solid #8EA4C7;
}

@media screen and (max-width: 1300px) {
	#contents h3 {
		width: 94vw;
		margin: 0 calc(50% - 47vw) 20px;
	}
}
@media screen and (max-width: 640px) {
    #contents h2 {
        font-size: 20px;
        padding: 10px 20px;
    }
    #contents h3 {
        font-size: 16px;
    }
}
/*-----------------------------------

	intro_block

-----------------------------------*/
#intro_block {
    padding: 50px 0;
}
#intro_block .contents_inner {
    max-width: 800px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#intro_block .imageArea {
    width: 19.5%;
}
#intro_block .textArea {
    width: 73%;
}
#intro_block p {
    margin-bottom: 30px;
}
#intro_block .more {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#intro_block .more 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;
    display: inline-block;
    margin-right: 10px;
}
@media screen and (max-width: 640px) {
    #intro_block .contents_inner {
        -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;
        gap: 20px;
    }
    #intro_block .imageArea {
        width: 120px;
    }
    #intro_block .textArea {
        width: 100%;
    }
}

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

	scoring_block

-----------------------------------*/
#scoring_block .module {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    gap: 5px;
    margin: 30px 0;
}
#scoring_block .module li {
    width: 100%;
    text-align: center;
}
#scoring_block .module li .ttl {
    font-size: 17px;
    letter-spacing: 0;
    margin-top: 10px;
}
#scoring_block .module li a {
    font-size: 13px;
    line-height: 1;
	text-decoration: underline;
}
#scoring_block .module li a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #969797;
    border-right: none;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
}
#scoring_block .module li.none {
    position: relative;
}
#scoring_block .module li.none::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    left: 0;
}
#scoring_block .attention {
    font-size: 12px;
}
#scoring_block .detail {
    margin: 30px 0 0;
}
#scoring_block .box {
	border: 1px solid #c8c5c4;
	margin: 50px 0 0;
	padding: 30px;
}
#scoring_block .image {
	display: block;
	margin: 0 auto 30px;
	max-width: 750px;
	width: 100%;
}
@media screen and (max-width: 840px) {
    #scoring_block .module {
        -ms-flex-wrap: wrap;
      	flex-wrap: wrap;
        gap: 10px 2%;
    }
    #scoring_block .module li {
        width: 31.3%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 640px) {
    #scoring_block .module li {
    }
    #scoring_block .module li .ttl {
        font-size: 13px;
    }
    #scoring_block .module li a {
        font-size: 10px;
    }
	#scoring_block .box {
		margin: 30px 0 0;
		padding: 20px;
	}
}

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

	result_block

-----------------------------------*/
#result_block .result_table {
	display: block;
	margin: 30px auto;
	max-width: 800px;
	width: 100%;
}
#result_block .result_detail {
	display: block;
	margin: 30px auto;
	max-width: 800px;
	width: 100%;
}
#result_block .inner_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#result_block .inner_wrap img {
    width: 106px;
    margin: 0 30px;
}
@media screen and (max-width: 640px) {
    #result_block .inner_wrap img {
        width: 100px;
        margin: 0;
    }
}
/*-----------------------------------

	operation_block

-----------------------------------*/
#operation_block .inner_wrap {
    margin-bottom: 30px;
}
#operation_block dl {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-bottom: 30px;
}
#operation_block dl dt {
    font-size: 20px;
    width: 7em;
    padding-left: 25px;
    position: relative;
}
#operation_block dl dt::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #BDBEBE;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
    margin: auto;
}
#operation_block dl dd {
    width: calc(100% - 7em);
}
#operation_block .inner_wrap ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    gap: 50px;
}
#operation_block .inner_wrap ul li {
    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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#operation_block .inner_wrap .operation01 {
    width: 293px;
}
#operation_block .inner_wrap .operation02 {
    width: 107px;
}
#operation_block .inner_wrap .operation03 {
    width: 346px;
}
#operation_block p {
    margin-bottom: 30px;
}
#operation_block p.note {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0;
}
@media screen and (max-width: 840px) {
    #operation_block dl {
        font-size: 12px;
        letter-spacing: 0;
    }
    #operation_block dl dt {
        font-size: 16px;
        padding-left: 20px;
    }
    #operation_block dl dt::before {
        width: 16px;
        height: 16px;
        top: 5px;
    }
    #operation_block .inner_wrap ul {
        gap: 30px;
    }
    #operation_block .inner_wrap .operation01 {
        width: 234px;
    }
    #operation_block .inner_wrap .operation02 {
        width: 85px;
    }
    #operation_block .inner_wrap .operation03 {
        width: 277px;
    }
}
@media screen and (max-width: 640px) {
    #operation_block dl dt {
        font-size: 14px;
    }
    #operation_block dl dt::before {
        width: 14px;
        height: 14px;
        top: 4px;
    }
    #operation_block .inner_wrap ul {
        -webkit-box-orient: vertical;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: column;
      	flex-direction: column;
        -webkit-box-align: start;
    	-ms-flex-align: start;
    	align-items: flex-start;
        gap:20px;
    }
#operation_block img.sp {
	margin: 0 auto;
	width: 80%;
}
}
/*-----------------------------------

	background_block

-----------------------------------*/
#background_block .small {
    font-size: 12px;
}
#background_block .big {
    margin-bottom: 10px;
}
#background_block ul li {
    padding-left: 18px;
    position: relative;
}
#background_block ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #BDBEBE;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
    margin: auto;
}
@media screen and (max-width: 640px) {
    #background_block .big {
        font-size: 16px;
    }
    #background_block ul li {
        font-size: 16px;
        padding-left: 20px;
    }
    #background_block ul li::before {
        width: 16px;
        height: 16px;
        top: 5px;
    }
}
.overview_flooddamage_link a{
    font-size: 12px !important;
    letter-spacing: -1px;
}