@charset "UTF-8";
/* ==========================================================================
		case
========================================================================== */
/* nav-case */
.nav-case {
  margin: 0 auto;
}

.nav-sns + .nav-case {
  margin-top: 2.1em;
}

.list-case-wrap{
  border-top: 1px solid #4e372e;
}
.nav-case .item-case {
  line-height: 1.5;
  border-bottom: 1px dotted #ddd;
}

.nav-case .item-case:last-child {
  border-bottom: 1px solid #4e372e;
}

.nav-case .item-case a:hover, .nav-case .item-case a:active {
  background-color: #f2f2f0;
}

.nav-case .item-case a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: #fff;
}
.nav-case .item-case:nth-child(even) a {
  background: #f8f8f8;
}

.nav-case .item-case a::after {
  position: absolute;
  right: .8em;
  top: 0;
  bottom: 0;
  height: 1em;
  margin-top: auto;
  margin-bottom: auto;
  font-family: FontAwesome;
  content: "\f105";
  font-weight: normal;
  vertical-align: middle;
  color: #4e372e;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.nav-case .item-case.shitai a::after, .nav-case .item-case.sareta a::after {
  font-family: FontAwesome;
  content: "\f08e";
  font-weight: normal;
}

.nav-case .item-case a:hover::after {
  right: .5em;
}

.nav-case .item-case a:hover img {
  opacity: 1;
}

.nav-case .item-case .thumb {
  float: left;
  width: 5.5em;
  margin-right: 3%;
}

.nav-case .item-case .attr {
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 15px;
  color: #ff7070;
}

.nav-case .item-case .summary {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0;
}

.nav-case .item-case .type {
  display: inline-block;
  padding: .2em .5em;
  border-radius: .3em;
  font-size: .875em;
}
.amount {
  font-weight: bold;
  font-size: 1.25em;
}
.list-case-top {
  margin-bottom: 10px;
}
.list-case-label {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.list-case-label li {
  font-size: 12px;
  background: #fff;
  color: #ff7070;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 5px;
  border: solid 1px #ff7070;
}
@media screen and (max-width: 640px){
  .nav-case {
    padding-left: 3%;
    padding-right: 3%;
  }
  .nav-case .item-case .attr{
    margin-bottom: 5px;
  }
  .nav-case .item-case a {
    padding: 15px 20px 15px 10px;
  }
}
@media screen and (min-width: 641px){
  .list-case-top {
    display: flex;
    align-items: center;
  }
  .nav-case .item-case a {
    padding: 25px 20px;
  }
}

/*----------------------------------------------------
		index.html
----------------------------------------------------*/
/* search */
.box-search {
  padding: 1.5em 3%;
  background-color: #f2f2f0;
  border-radius: 0.35em;
}
.search-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
.search-item .sex {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  margin-bottom: 1em;
}
.search-item li a{
  display: block;
  border-radius: .35em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  padding: .8em 1.5em .8em 1.2em;
  position: relative;
  border: 1px solid #4e372e;
  background-color: #fff;
  color: #4e372e;
  box-shadow: 0 2px 0 0 #ddd;
  font-size: .857em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-item li a:hover {
  opacity: 0.8;
}
.search-item li a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  font-family: FontAwesome;
  content: "\f105";
  font-weight: 400;
}
.search-item .sex li{
  width: calc((100% - 3%) / 2);
}
.search-item .male a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: FontAwesome;
  content: "\f183";
  font-weight: 400;
  font-size: 1.5em;
  left: .8em;
  color: #72a4db;
}
.search-item .female a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: FontAwesome;
  content: "\f182";
  font-weight: 400;
  font-size: 1.5em;
  left: .8em;
  color: #ff7070;
}
.search-item .age {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 3%;
}
.search-item .age li{
  width: calc((100% - 3%) / 2);
}
.search-item .age li a{
  padding: .8em 1.5em .8em 1em;
}
@media screen and (min-width: 641px){
  .search-item .age li{
    width: calc((100% - 6%) / 3);
  }
}

/*----------------------------------------------------
		detail
----------------------------------------------------*/
.pagetitle .label {
  background-color: #ff7070;
}
.lead-case {
  overflow: hidden;
}

.lead-case .summary th, .lead-case .summary td {
  padding: .5em .8em;
}

@media screen and (min-width: 640px), print {
  .lead-case .summary th, .lead-case .summary td {
    padding: .95em .8em;
  }
}