@charset "UTF-8";
html {
  font-size: 16px;
  font-family: "Noto Sans JP", "Arial", "メイリオ", sans-serif;
  color: #646464;
  line-height: 1.8;
  box-sizing: border-box;
}

header {
  height: 70px;
  border-bottom: 2px solid #41b1e6;
  box-shadow: 0px 2px 2px #646464;
}
header h1 {
  line-height: 70px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.breadcrumb {
  margin: 10px auto;
  margin-left: 5px;
}
.breadcrumb li {
  display: inline-block;
  font-size: 0.9rem;
}
.breadcrumb li::after {
  content: "≫";
  padding: 0 6px;
}
.breadcrumb li:last-child::after {
  content: none;
}

.top_btn,
.home_btn {
  width: 45px;
  height: 45px;
  border: 1px solid #41b1e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  z-index: 1;
  font-size: 0.7rem;
  top: 120px;
  right: 60px;
}
.top_btn p,
.home_btn p {
  text-align: center;
  color: #41b1e6;
}

.home_btn {
  right: 10px;
}

main {
  margin-bottom: 60px;
}
main .main_head_container {
  width: 100%;
  border-bottom: 1px solid #646464;
}
main .main_head_container h1 {
  text-align: center;
  margin: 75px 0 50px 0;
  font-size: 1.5rem;
  font-weight: bold;
}
main .main_head_container p.heading_text {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 640px;
  text-align: justify;
}
main .main_container {
  margin: 0 auto;
  margin-top: 50px;
  width: 95%;
  max-width: 640px;
  text-align: justify;
}
main .main_container .main_text {
  margin: 0 auto;
  margin-bottom: 50px;
}
main .main_container .main_text h2 {
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
  color: #41b1e6;
  font-size: 1.5rem;
  font-weight: bold;
}
main .main_container .main_text .hanging_indent1 {
  width: 96%;
  margin-bottom: 0;
  text-indent: -1.3rem;
  margin-left: 1.3rem;
  text-align: justify;
}
main .main_container .main_text .hanging_indent11 {
  width: 96%;
  margin-bottom: 0;
  text-indent: -1.1rem;
  margin-left: 1.1rem;
  text-align: justify;
}
main .main_container .main_text .indent1 {
  margin-left: 1.3rem;
  text-align: justify;
}
main .main_container .main_text .indent1_hanging_indent1 {
  width: 93%;
  margin-bottom: 0;
  text-indent: -1.3rem;
  margin-left: 2.6rem;
  text-align: justify;
}
main .main_container .main_text .text-align-center {
  text-align: center;
}
main .main_container .main_text .text-align-right {
  text-align: right;
  margin-right: 0;
}
main .main_container .main_text h3 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  border-left: 6px solid #41b1e6;
  padding-left: 5px;
  line-height: 1.8;
}
main .main_container .main_text h4 {
  display: inline-block;
  margin: 40px 0 20px 0;
  border: 1px solid #41b1e6;
  padding: 0 5px;
}
main .main_container .main_text h5 {
  margin-top: 20px;
  color: #41b1e6;
  font-size: 1.2rem;
  font-weight: bold;
}
main .main_container .main_text h6 {
  color: #ed7a8e;
  margin: 50px 0 15px 0;
  padding: 0.4em 0;
  border-top: solid 3px #ed7a8e;
  border-bottom: solid 3px #ed7a8e;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
main .main_container .main_text .font-weight-bold {
  font-weight: bold;
}
main .main_container .main_text .border_contents {
  width: 100%;
  margin: 10px auto;
  border: 1px solid #41b1e6;
  border-radius: 10px;
  padding: 10px 20px;
}
main .main_container .main_text .border_contents_back a {
  display: block;
  width: 100%;
  margin: 10px auto;
  border: 3px solid #41b1e6;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  color: #41b1e6;
}
main .main_container .main_text .border_contents_back a p {
  font-size: 1.3rem;
}
main .main_container .main_text .border_contents_back a:hover {
  background-color: #41b1e6;
  color: #fff;
}
main .main_container .main_text .border_color_pink {
  border: 1px solid #ed7a8e;
}
main .main_container .main_text .border_image_outline {
  border: 1px solid #000;
  padding: 3px;
}
main .main_container .main_text .dd_indent1 {
  margin-left: 1rem;
  margin-bottom: 10px;
}
main .main_container .main_text .display-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .main_container .main_text .color_blue {
  color: #41b1e6;
  font-weight: bold;
}
main .main_container .main_text .color_deep_blue {
  color: #4169e1;
  font-weight: bold;
}
main .main_container .main_text .color_blue_normal {
  color: #41b1e6;
}
main .main_container .main_text .color100 {
  color: #41b1e6;
}
main .main_container .main_text .color60 {
  color: #41b1e6;
  opacity: 60%;
}
main .main_container .main_text .bc100 {
  background-color: #41b1e6;
}
main .main_container .main_text .bc60 {
  background-color: #41b1e6;
  opacity: 60%;
}
main .main_container .main_text .download {
  margin-bottom: 10px;
  text-align: right;
}
main .main_container .main_text .download a {
  display: inline-block;
  color: #646464;
  text-decoration: underline;
}
main .main_container .main_text .download a:hover {
  opacity: 0.7;
}
main .main_container .main_text .subject_numbering_example {
  text-align: center;
  border: 2px solid #80e090;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 10px;
}
main .main_container .main_text .subject_numbering_example p {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 10px 0;
}
main .main_container .main_text .subject_numbering_example img {
  width: 70%;
  margin: 10px;
}
main .main_container .main_text .accredited_subjects {
  display: flex;
  margin: 50px 0 10px 0;
}
main .main_container .main_text .accredited_subjects p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  background-color: #80e090;
  border-radius: 10px;
  margin-right: 30px;
  font-size: 1.3rem;
}
main .main_container .main_text .accredited_subjects li {
  font-size: 0.9rem;
}
main .main_container .main_text .evacuation_route {
  width: 90%;
  margin: 0 auto;
  text-align: right;
}
main .main_container .main_text .evacuation_route img {
  width: 10%;
}
main .main_container .main_text .map_area {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 60px;
}
main .main_container .main_text .map_area p {
  display: inline-block;
  color: #ed7a8e;
  font-size: 1.2rem;
  font-weight: bold;
  border: 2px solid #ed7a8e;
  padding: 0 5px;
  margin-bottom: 10px;
}
main .main_container .main_text section {
  margin-bottom: 100px;
}
main .main_container .main_text section p {
  font-weight: bold;
  font-size: 1.5rem;
  color: #ed7a8e;
}
main .main_container .main_text section .risyu_fig {
  margin-top: 60px;
  text-align: center;
}
main .main_container .main_text section .risyu_fig img {
  width: 100%;
}
main .main_container .main_text .keitozu {
  display: block;
  width: 100%;
  padding: 10px;
  border: 2px solid #80e090;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
main .main_container .main_text .keitozu:hover {
  background-color: #80e090;
  color: #fff;
}
main .main_container .kamoku_example .example_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
main .main_container .kamoku_example .example_head img {
  width: 15%;
}
main .main_container .kamoku_example .example_head p {
  width: 80%;
  text-align: left;
  color: #ed7a8e;
  font-weight: bold;
}
main .main_container .kamoku_example .example_sub {
  margin-bottom: 20px;
  font-weight: bold;
}
main .main_container .kamoku_example .example_content {
  margin-bottom: 20px;
}

.frame_red {
  width: 100%;
  margin: 20px auto;
  border: 6px solid red;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
}

.link {
  color: #4169e1;
  text-decoration: underline;
}

footer {
  width: 95%;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 15px;
}
footer div {
  height: 50px;
  display: flex;
}
footer div img {
  width: 4%;
  margin-right: 5px;
}
footer div p {
  font-size: 1rem;
  line-height: 50px;
}
footer p {
  font-size: 0.5rem;
}
/*# sourceMappingURL=main.css.map */