@charset "UTF-8";
/* ==========================================================================
		case(shitai)

		- common(SP)
		- media query(PC)

		- index.html
		- detail

========================================================================== */
/*----------------------------------------------------
		common
----------------------------------------------------*/
/* nav-case */
.nav-case {
  margin: 0 auto;
}

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

.nav-case .title-case {
  font-family: 'Noto Sans JP', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  display: table;
  width: 100%;
  font-size: 1.1em;
  margin-bottom: 0;
  padding: .4em .7em;
  border-top: 2px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
}

.nav-case .item-case {
  line-height: 1.5;
  border-bottom: 1px dotted #ddd;
}

.nav-case .item-case:last-child {
  border-bottom: 2px solid #ddd;
}

.nav-case .item-case:nth-child(odd) a {
  background-color: #fff;
}

.nav-case .item-case:nth-child(even) a {
  background-color: #f6f6f6;
}

.nav-case .item-case:nth-child(odd) a:hover, .nav-case .item-case:nth-child(odd) a:active, .nav-case .item-case:nth-child(even) a:hover, .nav-case .item-case:nth-child(even) a:active {
  background-color: #ffebb1;
}

.shitai .nav-case .item-case:nth-child(odd) a:hover, .shitai .nav-case .item-case:nth-child(odd) a:active, .shitai .nav-case .item-case:nth-child(even) a:hover, .shitai .nav-case .item-case:nth-child(even) a:active {
  background-color: #ffebb1;
}

.sareta .nav-case .item-case:nth-child(odd) a:hover, .sareta .nav-case .item-case:nth-child(odd) a:active, .sareta .nav-case .item-case:nth-child(even) a:hover, .sareta .nav-case .item-case:nth-child(even) a:active {
  background-color: #ebfcfc;
}

.nav-case .item-case a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: .857em 5% .857em 3%;
  text-decoration: none;
}

.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: #df5c8b;
}

.shitai .nav-case .item-case a::after {
  color: #ed680c;
}

.sareta .nav-case .item-case a::after {
  color: #0eadad;
}

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

.nav-case .item-case .amount {
  margin-bottom: .3em;
  font-size: 1.2em;
  font-weight: bold;
  color: #df5c8b;
}

.shitai .nav-case .item-case .amount {
  color: #ed680c;
}

.sareta .nav-case .item-case .amount {
  color: #0eadad;
}

.nav-case .item-case .attr {
  font-size: .85em;
}

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

/*----------------------------------------------------
		index.html
----------------------------------------------------*/
/* search */
.box-search {
  background-color: #feed7d;
  padding: .2em .4em .4em;
  border-radius: .35em;
}

.box-search .search-title {
  font-family: 'Noto Sans JP', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  padding: .1em;
  text-align: center;
}

.box-search .search-title::before {
  font-family: FontAwesome;
  content: "\f002";
  font-weight: normal;
  margin-right: .2em;
  color: #999;
}

.box-search .search-item {
  overflow: hidden;
  padding: 1.4em 2% .6em;
  background-color: #fff;
  text-align: center;
}

.btn-search {
  display: block;
  float: left;
  width: 48%;
  margin: 0 1% .8em;
}

.btn-search a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 3px 0 0 #ddd;
}

.btn-search a:hover {
  top: 3px;
  box-shadow: none;
}

.btn-search a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  line-height: 1;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  font-family: FontAwesome;
  content: "\f105";
  font-weight: normal;
}

.btn-search a {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
}

.btn-search a:hover {
  background-color: #eee;
}

.btn-search a::after {
  color: #ed680c;
}

.btn-search a {
  display: block;
}

.sex a {
  padding: .8em 2.4em .8em 1.2em;
  border-radius: .35em;
  line-height: 1.3;
}

.sex a::after {
  right: .8em;
}

.sex a {
  font-size: 1em;
}

.sex a {
  padding-left: 2em;
  padding-right: 1em;
}

.sex a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: .8em;
  font-family: FontAwesome;
  font-weight: normal;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5em;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5em;
  color: #fff;
  font-size: 1em;
}

.sex .male a::before {
  content: "\f183";
  background-color: #72a4db;
}

.sex .female a::before {
  content: "\f182";
  background-color: #e993a5;
}

.age a {
  padding: .8em 2.4em .8em 1.2em;
  border-radius: .35em;
  line-height: 1.3;
}

.age a::after {
  right: .8em;
}

.age a {
  font-size: .928em;
}

/*----------------------------------------------------
		detail
----------------------------------------------------*/
.lead-case {
  overflow: hidden;
}

.lead-case .thumb {
  float: left;
  width: 25%;
}

.lead-case .summary {
  float: right;
  width: 70%;
}

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

.list-amount {
  display: table;
  margin: 1.4em auto;
  border: 1px solid #ddd;
}

.list-amount .label {
  display: table-cell;
  padding: .3em 1em;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ddd;
  background-color: #feed7d;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.list-amount .amount {
  display: table-cell;
  padding: .3em 1em;
  font-size: 1.8em;
  font-weight: bold;
  color: #ed680c;
  text-align: center;
  vertical-align: middle;
}

.consolation {
    border: 2px solid #feed7d;
    border-radius: 5px;
    max-width: 100%;
    margin: auto;
}
.consolation p{
    margin-bottom: 0
}
.consolation .label {
    background: #feed7d;
    text-align: center;
    font-weight: bold;
}
.consolation .amountWrap{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-top: 1em;
}
.consolation .amountWrap .amount{
    position: relative;
	color: #0eadad;
    padding-left: 30px;
    margin-left: 5px;
}
.consolation .amountWrap .amount::before,
.consolation .amountWrap .amount::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.consolation .amountWrap .amount::before{
    left: 13px;
    box-sizing: border-box;
    width: 12px;
    height: 21px;
    border: 12px solid transparent;
    border-left: 12px solid #feed7d;
}
.consolation .amountWrap .amount::after{
	left: 0;
    width: 13px;
    height: 10px;
    border-left: 13px solid #feed7d;
}
.consolation .amountResult{
    color: #df5c8b;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}
.consolation .amountResult .num-xl{
    font-size: 1.6em;
}
/*----------------------------------------------------
		media query
----------------------------------------------------*/
@media screen and (min-width: 640px) {
    .age .btn-search {
        width: 31.33%;
    }
    .lead-case .thumb {
        width: 18%;
    }
    .lead-case .summary {
        width: 80%;
    }
    .lead-case .summary th, .lead-case .summary td {
        padding: .95em .8em;
    }
    .consolation {
        max-width: 450px;
    }
    .consolation .amountWrap .amount{
        padding-left: 35px;
        margin-left: 10px;
    }
}

/* /.@media */
