@charset "UTF-8";
/**
 * Base Font Size
 */
/**
 * ページ固有スタイル
 */
.template-centering {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flood-damage-zero-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.flood-damage-zero-title::after {
  content: "";
  display: block;
  width: 95%;
  height: 2px;
  background-color: #E6181C;
}

.award-image {
  max-width: 662px;
  margin: 0 auto;
}

.feature-box {
  background-color: white;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .feature-box {
    padding: 24px 16px;
  }
}
.feature-box .feature-num {
  font-family: "Open Sans", sans-serif;
}
.feature-box .feature-num::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #E6181C;
}
.feature-box .feature-title .balloon-text {
  border-radius: 6px;
  padding: 6px 10px;
  position: relative;
}
.feature-box .feature-title .balloon-text::after {
  content: "";
  background-image: url(/assets/flood_damage/img/balloon-bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 4px;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.feature-box .text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .feature-box .text {
    width: 100%;
  }
}
.feature-box .image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .feature-box .image {
    width: 100%;
  }
}

.reason-flag {
  font-family: "Open Sans", sans-serif;
  max-width: 192px;
  width: 100%;
  aspect-ratio: 192/72;
  background-image: url(/assets/flood_damage/img/reason.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(22 * 1rem / 16);
  padding-bottom: 8px;
}

table {
  border-right: 1px solid #C9C9CA;
  border-bottom: 1px solid #C9C9CA;
}
table th {
  background-color: #F6F6F6;
  max-width: 151px;
  font-weight: normal;
}
table th, table td {
  border-top: 1px solid #C9C9CA;
  border-left: 1px solid #C9C9CA;
  padding: 11px;
}
table td {
  line-height: normal;
}
table thead th {
  width: 155px;
}
table caption {
  padding: 10px 0;
  font-size: calc(12 * 1rem / 16);
  color: #333;
}
table caption .right-top {
  text-align: right;
}
table caption div + div {
  margin-top: 1.2em;
}

.table-wrapper {
  width: 100%;
}

@media screen and (max-width: 575px) {
  .overflow-wrapper {
    overflow-x: scroll;
    padding: 0 16px;
    width: 100%;
    position: relative;
  }
  .overflow-wrapper .touch-icon {
    position: absolute;
    top: 50%;
    left: 50vw;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 103px;
    background-image: url(/assets/flood_damage/img/touch-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease, display 0.3s ease allow-discrete;
  }
  .overflow-wrapper.is-active .touch-icon {
    opacity: 0;
    display: none;
  }
}

.table-contents {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table-contents {
    max-width: none;
    width: auto;
    min-width: 800px;
  }
}
.table-contents .line-vertical {
  writing-mode: vertical-rl;
  padding: 6px;
  text-align: center;
}
.table-contents .border-none {
  border: none;
}
.table-contents .image-wrap {
  display: inline-block;
  max-width: 89px;
  width: 100%;
  aspect-ratio: 89/22;
}
.table-contents .border-right-bold {
  border-right: 2px solid #4B4B4B;
}
.table-contents .border-top-bold-red {
  border-top: 2px solid #E6181C;
}
.table-contents .border-right-bold-red {
  border-right: 2px solid #E6181C;
}
.table-contents .border-left-bold-red {
  border-left: 2px solid #E6181C;
}
.table-contents .border-bottom-bold-red {
  border-bottom: 2px solid #E6181C;
}
.table-contents .point-icon {
  position: absolute;
  top: 3px;
  left: -53px;
  background-image: url(/assets/flood_damage/img/point.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 68px;
  height: 68px;
}
@media screen and (max-width: 768px) {
  .table-contents .point-icon {
    width: 50px;
    height: 50px;
    left: -43px;
  }
}

.table-caption-block {
  padding: 20px 16px;
}
@media screen and (max-width: 768px) {
  .table-caption-block {
    width: 100%;
  }
}
.table-caption-block .center-bottom {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .table-caption-block .center-bottom {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.point-block {
  border: 1px solid #C9C9CA;
  padding: 24px 40px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .point-block {
    margin: 0 16px;
    padding: 24px 16px;
    max-width: calc(100% - 32px);
  }
}
.point-block .point-icon {
  position: absolute;
  top: -49px;
  left: -32px;
  background-image: url(/assets/flood_damage/img/point.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .point-block .point-icon {
    width: 66px;
    height: 66px;
    left: -3px;
    top: -15px;
  }
}

.voice-block {
  max-width: 960px;
  margin: 0 auto;
}
.voice-block .voice-box {
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .voice-block .voice-box {
    padding: 16px;
  }
}
.voice-block .voice-box .title-icon {
  padding-bottom: 12px;
  border-bottom: 1px solid #C9C9CA;
  margin-bottom: 12px;
}
.voice-block .voice-box .title-icon .voice-icon {
  width: 80px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.voice-block .voice-box .title-icon .voice-title {
  font-size: calc(22 * 1rem / 16);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .voice-block .voice-box .title-icon .voice-title {
    font-size: calc(20 * 1rem / 16);
    line-height: 1.6;
  }
}
.voice-block .voice-box .voice-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 32px;
  padding: 14px 32px;
  max-width: 300px;
  margin: 32px auto 0;
}
.voice-block .voice-box .voice-link a::after {
  content: "";
  display: block;
  width: 12px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: center;
  background-image: url(/assets/flood_damage/img/arrow-right-white.svg);
}
.voice-block .voice-box .voice-link a:hover {
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.data-block {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.data-block .data-item {
  border: 1px solid #333;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
.data-block .data-item dt {
  padding: 6px 8px;
}
.data-block .data-item dd {
  flex-grow: 1;
  padding: 20px;
}
.data-block .data-item dd p {
  margin: 0;
  line-height: normal;
  font-family: Inter, "Noto Sans JP", sans-serif;
}

.real-block {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .real-block {
    padding: 24px 16px;
  }
}
.real-block .panel-box {
  padding: 24px;
  gap: 16px 40px;
  grid-template-rows: 30% 70%;
}
@media screen and (max-width: 768px) {
  .real-block .panel-box {
    grid-template-rows: auto;
  }
}
.real-block .panel-box .panel-title {
  align-self: flex-end;
  font-size: calc(20 * 1rem / 16);
}
@media screen and (max-width: 768px) {
  .real-block .panel-box .panel-title {
    font-size: calc(18 * 1rem / 16);
    margin: 0;
  }
}
.real-block .panel-box .text {
  align-self: flex-start;
}

.return-top {
  display: none !important;
}

/*# sourceMappingURL=fd_contents_style.css.map */
