@import './fonts/fonts.css';
#topMainArea.shuishin_law_index {
  background-color: rgba(254, 250, 201, 0.5);
}
#topMainArea .route_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topMainArea .route_menu__content {
  width: calc(45% - 60px);
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
}
#topMainArea .route_menu__content--desc {
  margin: 28px auto 0;
  max-width: 300px;
  font-family: noto-sans;
  font-weight: bold;
  text-align: start;
}
#topMainArea .route_menu__content--desc a {
  color: #684A2A;
}
@media screen and (max-width: 964px) {
  #topMainArea .route_menu {
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #topMainArea .route_menu__content {
    width: 100%;
    padding: 15px 0;
    border-radius: 0;
  }
}
#topMainArea .introduction {
  font-size: 1.25em;
  font-family: noto-sans;
  background-color: #FFFFDC;
  padding: 40px 50px 70px;
  margin-top: 20px;
}
#topMainArea .introduction__description {
  font-weight: bold;
  color: #684A2A;
}
#topMainArea .introduction__content {
  border: 5px solid #12B3F9;
  padding: 20px;
  border-radius: 10px;
  margin-top: 34px;
  background-color: #ffffff;
}
#topMainArea .introduction__content--title {
  font-size: 1.25em;
  font-weight: bold;
  color: #12B3F9;
}
#topMainArea .introduction__content--movie {
  position: relative;
  padding-top: 20px;
}
#topMainArea .introduction__content--movie #gifImage {
  width: 100%;
  height: auto;
}
#topMainArea .introduction__content--footer {
  font-weight: bold;
  padding-top: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
#topMainArea .introduction__content--footer #playButton {
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 200px;
  margin: auto;
  padding: 0.8rem 2rem;
  font-size: 1.6em;
  font-weight: bold;
  background: #d94b27;
  border: none;
  color: #ffffff;
  border-radius: 100vh;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#topMainArea .introduction__content--footer #playButton:hover {
  color: #fff;
  background: #ae3a1e;
}
#topMainArea .introduction__content--footer a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  background-color: #12B3F9;
  border-radius: 50px;
  padding: 5px 20px;
}
@media screen and (max-width: 964px) {
  #topMainArea .introduction {
    padding: 30px 0;
  }
  #topMainArea .introduction__description {
    padding: 0 30px;
  }
}
#topMainArea .search_diff {
  margin-top: 32px;
}
#topMainArea .search_diff__header {
  color: #12B3F9;
  font-weight: bold;
  font-size: 1.5em;
}
#topMainArea .search_diff__selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3rem;
  padding: 16px 32px;
  background-color: #12B3F9;
}
#topMainArea .search_diff__selection button {
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  display: block;
  padding: 0 16px;
}
#topMainArea .search_diff__selection button.active:after, #topMainArea .search_diff__selection button:hover:after {
  content: "";
  display: block;
  border-bottom: 2px solid #ffffff;
  padding-top: 3px;
  position: absolute;
  left: 0;
  right: 0;
}
#topMainArea .search_diff__content {
  background-color: #EDFAFF;
}
#topMainArea .search_diff__content--holder {
  padding: 16px 40px;
  text-align: start;
}
#topMainArea .search_diff__content--holder a, #topMainArea .search_diff__content--holder button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  background-color: #654622;
  border: none;
  height: 42px;
  width: 100px;
  color: #ffffff;
  text-decoration: none;
  padding: 6px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}
#topMainArea .search_diff__content--holder a svg, #topMainArea .search_diff__content--holder button svg {
  width: auto;
  height: 13px;
}
#topMainArea .search_diff__content--holder .field_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#topMainArea .search_diff__content--holder .field_holder button {
  border-radius: 0 5px 5px 0;
}
#topMainArea .search_diff__content--holder .field_holder input {
  border: 1px solid #612C15;
  border-radius: 5px 0 0 5px;
  padding-left: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 400px;
  height: 40px;
  padding: 0 1rem;
}
@media screen and (max-width: 964px) {
  #topMainArea .search_diff__selection {
    padding: 16px;
  }
  #topMainArea .search_diff__content--holder {
    padding: 16px 22px;
  }
  #topMainArea .search_diff__content--holder .field_holder {
    width: 100%;
  }
  #topMainArea .search_diff__content--holder .field_holder input {
    width: 100%;
  }
  #topMainArea .search_diff__content--holder .field_holder button {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 90px;
  }
}