/* common */
strong {
  background: linear-gradient(transparent 55%, #ffe1f2 0);
}
/* top page */
.uranai_top_box {
  padding: 0 40px;
}
@media (min-width: 992px){
  .uranai_top_box {
    padding: 0 40px;
    padding: 0 calc((100% - 689px)/2);
  }
}
#uranai_top_introduction {
  display: flex;
  flex-direction: column;
  justify-content:center;
}
@media (max-width: 991px){
  #uranai_top_introduction {
    padding: 0 20px 20px 20px;
  }
}
#uranai_top_highest_heading{
  margin-top: 0;
  margin-bottom: 0;
}
.uranai_top_image_box {
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 991px){
  .uranai_top_image_box {
    margin-top: 46px;
  }
}
.uranai_top_image_box img {
  max-width: 100%;
}
.uaranai_top_head {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  margin-bottom: 18px;
}
.uranai_top_text  {
  font-weight: bold;
  text-align: center; 
  font-size: 13px;
  line-height: 25.5px;
  margin-bottom: 18px;
}
.uranai_search_list {
  display: flex; 
  justify-content: space-between; 
  list-style: none; 
  padding: 0;
}
.uranai_search_item {
  border: 1px solid black;
  flex-basis: 45%;
  display: flex;
  justify-content: center;
  height: 50px;
  align-items: center;
  border-radius: 10px;
  border: none;
  background-color: #ffe1f2;
}
.uranai_search_item_link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.uranai_search_item_link:after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='20'%3E%3Cpath d='M 0 2 L 20 2 L10 19 Z' fill='transparent' stroke='black'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
.uranai_ranking_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 0 !important;
}
.uranai_ranking_item {
  display: flex;
  flex-basis: 45%;
  margin: 0 0 5% 0;
  height: 50px;
  align-items: center;
  justify-content: center;
  background-color: #ffe1f2;
  border-radius: 10px;
}  
.uranai_ranking_item_link {
  text-decoration: underline;
  text-decoration-color: #000;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
}
.uranai_next_box {
  text-align: center;
}
.uranai_next_link {
  text-decoration: underline;
  text-decoration-color: #000;
  font-weight: bold;
}
.uranai_kana_index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  padding: 0 !important;
}
.uranai_kana_index li {
  display: flex;
  justify-content: center;
  height: 35px;
  align-items: center;
  position: relative;
  background-size: cover;
  background-image: url('https://smartlog-stat2.imgix.net/uploads/content/piece/2023/4/nx1-7b/uranai_aiueo.png?w=689&auto=compress');
  border-radius: 25%;
}
@media (max-width: 991px){
  .uranai_kana_index li {
    flex-basis: 17%;
    margin-bottom: calc(15%/4);
  }
}
@media (min-width: 992px){
  .uranai_kana_index li {
    height: 60px;
    flex-basis: 17%;
    margin-bottom: calc(15%/4);
  }
}
.uranai_kana_index li:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.uranai_kana_index li:nth-child(5n) {
  margin: 0 0 2% 0;
}
.uranai_kana_index li a {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.uranai_kana_index li a span {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.uranai_form {
  display: flex;
  align-items: center;
  position: relative;
}
.uranai_search_input {
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 15px 10px;
  background-color: #fff;
}
.uranai_form button {
  background: url(https://smartlog-stat2.imgix.net/images/icons/icon_search.png) no-repeat center center / 18px 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 10px 12px;
  transform: translateY(-50%);
}
.content-tobi {
  position: absolute;
  margin-top: -44px;
}
.dividing_line {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}

/* search result */
.faq-box {
  margin-bottom: 15px;
}
.faq-question {
  border: 1px solid #dedede;
  padding: 20px;
  display: flex;
  cursor: pointer;
}
.faq-question::before {
  content: '';
  background-image: url("https://smartlog-stat2.imgix.net/images/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 20px;
  min-height: 20px;
  margin-right: 20px;
  border: 1px solid #000;
  border-radius: 6px;
}
.faq-question.switch-active::before {
  background-image: url("https://smartlog-stat2.imgix.net/images/dash.svg");
}
.faq-answer:not(.content-invisible) {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 20px;
}
.content-invisible{
  height: 0;
  transition: height .3s linear;
  overflow: hidden;
}
.center-text {
  text-align: center;
}
.search-result-message {
  margin-top: 20px;
  margin-bottom: 0px;
}
