@charset "UTF-8";

.csscls_explanation_text {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}

.csscls_explanation_text_child {
  padding-left: 30px;
}

.csscls_explanation_container {
  display: flex;
  flex-direction: column;
  padding-left: 10%;
  padding-right: 10%;
}

#cssid_explanation_top_link,
#cssid_explanation_usage_link,
#cssid_explanation_display_content_link,
#cssid_explanation_button_link {
  background-color: white;
  text-align: center;
}

.csscls_explanation_kind_button {
  background-color: white;
  text-align: center;
  border-style: ridge;
}

.csscls_explanation_kind_button_child {
  margin-top: 10px;
  margin-bottom: 10px;
}

.csscls_explanation_period_anime_link_button,
.csscls_explanation_want_watch_anime_link_button {
  font-weight: bold;
  width: 80%;
  height: 50px;
  cursor: pointer;
}

.csscls_explanation_period_anime_link_button:hover,
.csscls_explanation_want_watch_anime_link_button:hover {
  background-color: whitesmoke;
}

#cssid_explanation_precautions_link {
  background-color: white;
  text-align: center;
  color: red;
}

.csscls_explanation,
.csscls_explanation_precautions {
  width: 100%;
}

.csscls_explanation_text {
  background-color: white;
  border-style: ridge;
}

.csscls_explanation_precautions_text {
  background-color: white;
  border-style: ridge;
  padding: 10px;
  margin-top: 20px;
}

.csscls_explanation_display_content_img {
  width: 40%;
  height: 30px;
}

.csscls_explanation_display_input_content_img {
  width: 40%;
  height: 60px;
}

.csscls_explanation_button_img,
.csscls_explanation_button_img_wtchanimedisplay {
  height: 30px;
}

@media screen and (max-width: 768px) {
  .csscls_explanation_display_content_img {
    width: 90%;
    height: 25px;
  }

  .csscls_explanation_display_input_content_img {
    width: 90%;
    height: 55px;
  }

  .csscls_explanation_button_img {
    height: 25px;
  }

  .csscls_explanation_button_img_wtchanimedisplay {
    width: 90%;
    height: 25px;
  }
}