section:not(.stickynav) {
  max-width: 1000px;
  margin: 0 auto;
  padding-block: 30px;
}

section p {
  font-size: 16px;
  text-align: left;
  line-height: 1.75;
}

section.sec05 {
  margin-bottom: 80px;
}

p:not(:first-child) {
  margin-top: 16px;
}

h3 {
  border-left: 6px solid #1c61c9;
  font-size: 24px;
  padding-left: 16px;
  color: #333;
  font-weight: normal;
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴPro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  word-break: break-word;
}

h3::after {
  content: none;
}

.btn_area {
  margin: 28px auto 0;
  text-align: center;
}

.btn_area p {
  text-align: center;
  font-weight: bold;
  color: #1c61c9;
}

.sec01_btnArea a {
  margin: 0 auto 80px;
}

.btn {
  display: block;
  padding: 8px;
  color: #1c61c9 !important;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  background: #fff;
  border: 3px solid #1c61c9;
  border-radius: 35px;
  box-shadow: 2px 2px #b4bec3;
  width: fit-content;
  padding: 12px 40px;
  margin: 0 auto;
}

.btn::after {
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-weight: normal;
  font-size: 18px;
  color: #1c61c9;
}

#disaster .sec02 ul,
#disaster .sec04 ul,
#disaster .sec05 ul {
  margin-top: 28px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  padding: 24px 24px 24px 40px;
  border: 1px solid #b2b2b2;
  background: #f3f9fd;
  border-radius: 4px;
  display: block;
  margin-bottom: unset;
}

.sec02 ul li,
.sec04 ul li,
.sec05 ul li {
  list-style: disc;
  width: unset;
  margin-right: unset;
}

.sec03 .sec03_check {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 20px;
  margin-top: 40px;
}

.sec03 .sec03_check li {
  border: 1px solid #b2b2b2;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 4px 4px 8px rgba(178, 178, 178, 0.5);
}

.sec03 .sec03_check li h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #b2b2b2;
}

.sec03 .sec03_problem {
  margin-top: 60px;
}

.sec03 .sec03_problem h4 {
  color: inherit;
  margin: 37px auto 48px;
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.sec03 .sec03_problem h4::after {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 24px;
  height: 4px;
  left: 0;
  background-color: #1c61c9;
}

.bold {
  font-weight: bold;
  color: #1c61c9;
}

@media screen and (max-width: 768px) {
  .main_area {
    padding-inline: 10px;
  }

  h3 {
    font-size: 22px;
  }

  .sec03 .sec03_check {
    grid-template-columns: 1fr;
  }
}

#disaster_contact dl {
  display: flex;
  align-items: center;
  gap: 40px;
}

#disaster_contact dl:not(:first-of-type) {
  margin-top: 28px;
}

#disaster_contact dl dt {
  width: 25%;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

#disaster_contact dl dd {
  flex: 1;
  width: 100%;
}

#disaster_contact dl dd input,
#disaster_contact dl dd select,
#disaster_contact dl dd textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  padding: 4px;
}

#disaster_contact .submit {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #disaster_contact dl {
    flex-direction: column;
    gap: 4px;
  }

  #disaster_contact dl dt {
    width: 100%;
  }
}
