@charset "UTF-8";
/*------------------------
詳細
------------------------*/
/*--------共通--------*/
.column .main-column .ttl-area .flex-box {
	align-items: center;
}
.column .main-column .ttl-area .date {
	letter-spacing: .025em;
}
.column .main-column .ttl-area .type {
	display: block;
	background: var(--buycolor);
	/*color: #fff;*/
	line-height: 1;
}
.column .main-column .ttl-area h2 {
	font-weight: bold;
	line-height: 1.3;
}
.column .main-column .customer .voice-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.column .main-column .customer .customer-voice {
	text-align: justify;
}
.column .main-column .customer .item .head {
	display: block;
	background: var(--accentcolor);
	line-height: 1.2;
}
.column .main-column .customer .item p {
	text-align: justify;
}
.column .main-column .img-area {
	flex-wrap: wrap;
}
.column .main-column .img-area .img {
	border: 1px solid var(--mygray);
}
.column .main-column .img-area .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.column .main-column .comment-area {
    border: 3px solid #898989;
    border-radius: 10px;
    padding: 10px 15px 5px;
    font-size:90%;
}
.column .main-column .comment-area table tr th {
	background: var(--txtcolor);
	color: #fff;
	line-height: 1;
}
.column .main-column .comment-area table tr:not(:last-of-type) th {
	border-bottom: 1px solid #fff;
}
.column .main-column .comment-area table tr td {
	background: #fff;
	line-height: 1.2;
}
.column .main-column .comment-area table tr:not(:last-of-type) td {
	border-bottom: 1px solid #f2f1f0;
}
.column .main-column .comment-area .head {
	display: block;
	font-weight: bold;
	color: var(--btncolor);
	line-height: 1;
}
.column .main-column .comment-area  p {
	/*text-align: justify;*/
    border-bottom: 3px solid #898989;
    font-size: 1.2em;
    padding-bottom: 3px;
}
.column .main-column .assessment {
	background: var(--accentcolor) radial-gradient(#e0e179 30%, transparent 30%);
	background-size: 14px 14px;
}
.voice-gaiyo {
    border: 3px solid #FFBBFA;
    border-radius: 10px;
    padding: 10px 15px 5px;
}
.voice-gaiyo_title {
    border-bottom: 3px solid #FFBBFA;
    width:100%;
    font-size:120%;
    white-space: nowrap;
}
.voice-gaiyo_name {
    font-size:110%;
    margin: 5px 0; 
    white-space: nowrap;
}
.voice-gaiyo_text dt {
    background: #5BCAB4;
    color: #fff;
    text-align: center;
    padding: 1px 5px 0;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: unset;
    border-bottom: unset;
    clear: unset;
    font-weight: unset;
    font-size: unset;
    white-space: nowrap;
}
.voice-gaiyo_text dt::before {
    content: unset;
}
.voice-gaiyo_text dd {
    display: inline-block;
    margin-bottom: 0.6em;
}
.voice-head1 {
  position: relative;
  background: #FFA4A4;
  margin: 1em 1em 1em 0.7em;
  padding: 2px 5px 1px 35px;
  color: #fff;
  border-radius: 0 10px 10px 0;
  width: 120px;
  font-weight: bold;
  font-size: 18px;
}
.voice-head1::before {
  content: "？";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  padding: 0;
  color: #FFA4A4;
  background: #FFA4A4;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 32px;
  left: -0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 5px #FFA4A4;
  border-radius: 50%;
  background: #fff;
  font-size: 22px;
}
.item1 {
  background: #FFF3F3;
  padding: 20px;
  border-radius: 10px;
}
.voice-head2 {
  position: relative;
  background: #83C3FC;
  margin: 1em 1em 1em 0.7em;
  padding: 2px 5px 1px 35px;
  color: #fff;
  border-radius: 0 10px 10px 0;
  width: 150px;
  font-weight: bold;
  font-size: 18px;
}
.voice-head2::before {
  content: "！";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  padding: 0;
  color: #83C3FC;
  background: #83C3FC;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 32px;
  left: -0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 5px #83C3FC;
  border-radius: 50%;
  background: #fff;
  font-size: 22px;
}
.item2 {
  background: #EBF6FF;
  padding: 20px;
  border-radius: 10px;
}
.voice-shop {
    background: #5BCAB4;
    color: #fff;
    text-align: center;
    padding: 1px 5px 0;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: unset;
    border-bottom: unset;
    clear: unset;
    font-weight: unset;
    font-size: unset;
    float: right;
}
.voice-staff-photo {
    float:left;
    margin:10px 10px 0 0;
}
.voice-staff-photo img {
    width:150px;
    height:180px;
    object-fit: cover;
}
.voice-staff-name {
    font-size:1.2em;
    margin:5px 0 0 0;
}
.bg_orange {
    background: #F9AD3E;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    font-weight: bold;
    width:100%;
    margin: 10px 0;
    display: block;
    box-sizing: border-box;
}
.bg_beige {
    background: #BC9868;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    font-weight: bold;
    width:100%;
    margin: 10px 0;
    display: block;
    box-sizing: border-box;
}
.bg_green {
    background: #5BCAB4;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    font-weight: bold;
    width:100%;
    margin: 10px 0;
    display: block;
    box-sizing: border-box;
}
.date {
  float: right;
  font-size: 12px;
  font-weight: normal;
  padding-top: 20px;
  letter-spacing: 0;
}
.OfficeName {
  position: absolute;
  top:0px;
  left:0px;
  background: #FF8500;
  color:#fff;
  text-align: center;
  padding: 3px 10px;
  font-size: 15px;
}
.CustomerItem .OfficeName.iset_hyuga {
  background: #00A99D !important;
}
.CustomerItem .Title {
  padding: 15px;
}
.CustomerItem .Name,
.CustomerItem .ContentsDate,
.CustomerItem .StaffName,
.CustomerItem .ContentsA1,
.CustomerItem .ContentsA2 {
   display:none;
}
.CustomerItem {
      background: #EFECD3;
      width:299px;
      height: 300px;
      margin: 0 2% 2% 0;
      position: relative;
      float: left;
}
.CustomerItem:nth-of-type(3n){
      margin: 0 0 2% 0;
}
.CustomerItem .Image {
      width:100%; 
      height: 500px;
      overflow: hidden;
}
.CustomerItem .Image img {
      max-width: 100%;
      max-height: 100%;
      object-fit: cover;
}

/*--------pc--------*/
@media screen and (min-width:768px) {
	.column .main-column .voice-detail {
		background: #fff;
		/*padding: 30px;*/
	}
	.column .main-column .ttl-area {
		margin-bottom: 15px;
	}
	.column .main-column .ttl-area .flex-box {
		margin-bottom: 6px;
        display: flex;
	}
	.column .main-column .ttl-area .flex-box > div {
		justify-content: space-between;
	}
	.column .main-column .ttl-area .date {
		margin-right: 10px;
	}
	.column .main-column .ttl-area .type {
		font-size: 1.4rem;
		padding: 4px 6px;
		margin-right: 2px;
	}
	.column .main-column .ttl-area h2 {
		font-size: 2.8rem;
	}
	.column .main-column .customer .customer-voice {
		font-size: 1.8rem;
		line-height: 1.6;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.column .main-column .customer .customer-voice .voice-img {
		float: left;
		margin: 0 15px 15px 0;
		/*width: 40%;*/
		height: auto;
	}
	.column .main-column .customer .item {
		/*font-size: 1.8rem;*/
		margin-bottom: 20px;
	}
	.column .main-column .customer .item .head {
		padding: 10px;
		margin-bottom: 10px;
	}
	.column .main-column .customer .item p {
		padding: 0 10px;
	}
	.column .main-column .img-area {
		margin-bottom: 30px;
	}
	.column .main-column .img-area .img {
		width: 19%;
		height: 98px;
		margin-bottom: 10px;
	}
	.column .main-column .img-area .img:not(:nth-child(5n)) {
		margin-right: 1.25%;
	}
	.column .main-column .comment-area {
		padding: 20px;
        width: 65%;
        margin: 20px 20px 0 0;
	}
	.column .main-column .comment-area table {
		margin-bottom: 20px;
		border: 1px solid #f2f1f0;
	}
	.column .main-column .comment-area table tr th ,
	.column .main-column .comment-area table tr td {
		padding: 15px;
	}
	.column .main-column .comment-area table tr th {
		width: 20%;
	}
	.column .main-column .comment-area .head {
		font-size: 1.8rem;
		margin-bottom: 6px;
	}
	.column .main-column .assessment {
		justify-content: space-between;
		align-items: center;
		padding: 20px;
		margin-top: 20px;
	}
	.column .main-column .assessment .head {
		flex: 1;
		font-weight: bold;
	}
	.column .main-column .assessment .btn {
		width: 230px;
		margin-left: 20px;
	}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
	.column .main-column {
		padding: 9% 0;
	}
	.column .main-column .customer {
		padding: 0 0 3%;
	}
	.column .main-column .ttl-area {
		padding-bottom: 3%;
	}
	.column .main-column .ttl-area .flex-box {
		margin-bottom: 2%;
	}
	.column .main-column .ttl-area .date {
		font-size: 3.47vw;
		margin-right: 2.5%;
	}
	.column .main-column .ttl-area .type {
		font-size: 3.2vw;
		padding: 0.3em;
		margin-right: .8%;
	}
	.column .main-column .ttl-area h2 {
		font-size: 5.6vw;
	}
	.column .main-column .customer .img {
		width: 100%;
		/*height: 56vw;*/
		margin-bottom: 3%;
	}
	.column .main-column .customer .customer-voice {
		margin-bottom: 3%;
	}
	.column .main-column .customer .item {
		margin-bottom: 4%;
	}
	.column .main-column .customer .item .head {
		padding: 3%;
		margin-bottom: 2%;
	}
	.column .main-column .customer .item p {
		padding: 0 3%;
	}
	.column .main-column .img-area {
		padding: 0 4.5% 6%;
	}
	.column .main-column .img-area .img {
		width: 32%;
		height: 18vw;
		margin-bottom: 1vw;
	}
	.column .main-column .img-area .img:not(:nth-child(3n)) {
		margin-right: 2%;
	}
	.column .main-column .comment-area {
		padding: 4.5%;
        margin: 20px 0;
	}
	.column .main-column .comment-area table {
		font-size: 3.74vw;
		margin-bottom: 4.5%;
	}
	.column .main-column .comment-area table tr th ,
	.column .main-column .comment-area table tr td {
		padding: 3%;
		font-size: 3.74vw;
	}
	.column .main-column .comment-area table tr th {
		width: 26%;
	}
	.column .main-column .comment-area .head {
		font-size: 3.74vw;
		margin-bottom: 1.5%;
	}
	.column .main-column .comment-area  p {
		font-size: 3.74vw;
	}
	.column .main-column .assessment {
		display: block;
		padding: 4.5%;
		margin: 4.5% 4.5% 0;
	}
	.column .main-column .assessment .head {
		display: block;
		line-height: 1.4;
		font-weight: bold;
		margin-bottom: 3%;
	}
    .column .main-column .customer .img img {
	  height: auto;
    }
    .CustomerItem {
      width:49%;
      height: 250px;
      margin: 0 2% 2% 0;
      position: relative;
      float: left;
    }
    .CustomerItem:nth-of-type(3) {
      margin: 0 2% 2% 0;
    }
    .CustomerItem:nth-of-type(even) {
      margin: 0 0 2% 0;
    }
    .CustomerItem .Image {
      width:100%; 
      height: 150px;
      overflow: hidden;
      text-align: center;
    }
    .CustomerItem .Image img {
      max-width: 100%;
      max-height: 100%;
      object-fit: cover;
    }
}
/*------------------------
サイドバー
------------------------*/
/*--------共通--------*/
/*購入バナー*/
.buy-bnr .loan-simulation a {
	display: block;
	background: var(--btncolor) url(/file/img/common/bg_pat.png);
	color: #fff;
	position: relative;
}
.buy-bnr .loan-simulation a::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/file/img/common/bg_bnr-loan.svg) no-repeat 100%/contain;
	opacity: .6;
}
.buy-bnr .loan-simulation a h2 {
	font-weight: bold;
	line-height: 1;
	letter-spacing: .025em;
}
.buy-bnr .knowledge a {
	display: block;
	background: #fff url(/file/img/common/bg_pat2.png);
	border: 2px solid var(--mygray);
	position: relative;
}
.buy-bnr .knowledge a::after {
	content: '';
	position: absolute;
	background: url(/file/img/common/file/img_knowledge.jpg) no-repeat 100%/cover;
}
.buy-bnr .knowledge a .txt {
	position: relative;
	z-index: 1;
	letter-spacing: .025em;
}
.buy-bnr .knowledge a .txt h2 {
	font-weight: bold;
	line-height: 1;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF,  0 -2px 0 #FFF,-2px 0 0 #FFF, 2px 0 0 #FFF;
}
.buy-bnr .knowledge a .txt p {
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF,  0 -2px 0 #FFF,-2px 0 0 #FFF, 2px 0 0 #FFF;
	letter-spacing: .025em;
}
/*売却バナー*/
.sell-bnr .encyclopedia a {
	background: #f9f6ef url(/file/img/common/bg_pat.png);
	border: 2px solid var(--numcolor);
	align-items: stretch;
}
.sell-bnr .encyclopedia a .txt {
	flex: 1;
}
.sell-bnr .encyclopedia a .txt h2 {
	background: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,.1);
}
.sell-bnr .encyclopedia a .txt h2 img {
	width: 100%;
}
.sell-bnr .encyclopedia a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 100%;
}
.sell-bnr .station a {
	display: block;
	background: #fff url(/file/img/common/bg_pat2.png);
	border: 2px solid var(--mygray);
	text-align: center;
}
.sell-bnr .station a span {
	display: inline-block;
	background: #00a0e9;
	color: #fff;
	line-height: 1;
	border-radius: 50vw;
}
/*店舗情報*/
.sideber .shop-detail {
	background: #fff;
	border: 2px solid var(--mygray);
}
.sideber .shop-detail h2 {
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: .025em;
	border-bottom: 1px solid var(--mygray);
}
.sideber .shop-detail .box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sideber .shop-detail .box .add {
	display: block;
	line-height: 1.3;
	letter-spacing: .025em;
}
.sideber .shop-detail .box .tel span {
	display: block;
}
.sideber .shop-detail .box .url a {
	display: block;
	text-decoration: underline;
	word-break: break-all;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
	/*購入バナー*/
	.buy-bnr > div {
		margin-bottom: 10px;	
	}
	.buy-bnr .loan-simulation a {
		padding: 35px 20px;
	}
	.buy-bnr .loan-simulation a:hover {
		color: rgba(255,255,255,.7);
	}
	.buy-bnr .loan-simulation a h2 {
		font-size: 2.3rem;
		margin-bottom: 6px;
	}
	.buy-bnr .loan-simulation a p {
		font-size: 1.3rem;
	}
	.buy-bnr .loan-simulation a::after {
		width: 98px;
		height: 77px;
	}
	.buy-bnr .knowledge a {
		padding: 30px 20px;
	}
	.buy-bnr .knowledge a:hover {
		color: var(--btncolor);
	}
	.buy-bnr .knowledge a::after {
		top: 8px;
		right: 8px;
		width: 114px;
		height: calc(100% - 16px);
	}
	.buy-bnr .knowledge a .txt h2 {
		font-size: 2rem;
		margin-bottom: 8px;
	}
	.buy-bnr .knowledge a .txt p {
		font-size: 1.3rem;
	}
	/*売却バナー*/
	.sell-bnr > div {
		margin-bottom: 10px;	
	}
	.sell-bnr .encyclopedia a:hover {
	 opacity: .7;
	}
	.sell-bnr .encyclopedia a .txt {
		padding: 10px 0 10px 10px;
	}
	.sell-bnr .encyclopedia a .txt h2 {
		width: 150px;
		padding: 10px 10px 8px;
		margin-bottom: 8px;
	}
	.sell-bnr .encyclopedia a .txt p {
		font-size: 1.1rem;
		line-height: 1.3;
	}
	.sell-bnr .encyclopedia a .img {
		width: 31%;
		height: auto;
	}
	.sell-bnr .station a {
		padding: 10px 0 15px;
	}
	.sell-bnr .station a:hover {
		border: 2px solid #00a0e9;
	}
	.sell-bnr .station a span {
		padding: 8px 20px 7px;
		margin-bottom: 10px;
	}
	.sell-bnr .station a h2 {
		width: 184px;
		margin: auto;
	}
	/*店舗情報*/
	.sideber .shop-detail {
		padding: 0 15px 15px;
		margin-bottom: 10px;
	}
	.sideber .shop-detail h2 {
		font-size: 1.8rem;
		padding: 15px 0 10px;
		margin-bottom: 10px;
	}
	.sideber .shop-detail .box .img {
		width: 100%;
		height: 180px;
		margin-bottom: 8px;
	}
	.sideber .shop-detail .box .add {
		font-size: 1.4rem;
		margin-bottom: 3px;
	}
	.sideber .shop-detail .box .tel {
		margin-bottom: 4px;
	}
	.sideber .shop-detail .box .tel .no {
		display: block;
		font-size: 2.8rem;
		font-weight: bold;
		line-height: 1;
		background: url(/file/img/common/icn_tel-b.svg) no-repeat center left;
		background-size: 14px;
		padding-left: 20px;
		margin-bottom: 1px;
	}
	.sideber .shop-detail .box .tel .time {
		font-size: 1.3rem;
		line-height: 1.2;
	}
	.sideber .shop-detail .box .url {
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
	.sideber .shop-detail .box .url a:hover {
		color: var(--btncolor);
	}
	.sideber .shop-detail .box .btn {
		width: 100%;
	}
	.sideber .shop-detail .box .btn a {
		font-size: 1.5rem;
		padding: 10px;
	}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
	/*購入バナー*/
	.buy-bnr {
		padding: 0 4.5%;
	}
	.buy-bnr > div {
		margin-bottom: 3%;	
	}
	.buy-bnr .loan-simulation a {
		padding: 9% 4.5%;
	}
	.buy-bnr .loan-simulation a h2 {
		font-size: 6.14vw;
		margin-bottom: 2%;
	}
	.buy-bnr .loan-simulation a p {
		font-size: 3.47vw;
		line-height: 1.3;
	}
	.buy-bnr .loan-simulation a::after {
		width: 27vw;
		height: 21vw;
	}
	.buy-bnr .knowledge a {
		padding: 8% 4.5% 6%;
	}
	.buy-bnr .knowledge a::after {
		top: 2vw;
		right: 2vw;
		width: 28vw;
		height: calc(100% - 4vw);
	}
	.buy-bnr .knowledge a .txt h2 {
		font-size: 5.34vw;
		margin-bottom: 2%;
	}
	.buy-bnr .knowledge a .txt p {
		font-size: 3.47vw;
	}
	/*売却バナー*/
	.sell-bnr {
		padding: 0 4.5%;
	}
	.sell-bnr > div {
		margin-bottom: 3%;	
	}
	.sell-bnr .encyclopedia a .txt {
		padding: 4.5% 0 4.5% 4.5%;
	}
	.sell-bnr .encyclopedia a .txt h2 {
		width: 40vw;
		padding: 3% 3% 2.8%;
		margin-bottom: 6%;
	}
	.sell-bnr .encyclopedia a .txt p {
		font-size: 3.2vw;
		line-height: 1.3;
	}
	.sell-bnr .encyclopedia a .img {
		width: 32%;
		height: auto;
	}
	.sell-bnr .station a {
		padding: 3% 0 4.5%;
	}
	.sell-bnr .station a span {
		font-size: 4vw;
		padding: .5em 1em .4em;
		margin-bottom: 3%;
	}
	.sell-bnr .station a h2 {
		width: 63%;
		margin: auto;
	}
	/*店舗情報*/
	.sideber .shop-detail {
		padding: 0 4.5% 4.5%;
		margin: 0 4.5% 3%;
	}
	.sideber .shop-detail h2 {
		font-size: 4.8vw;
		padding: 4.5% 0 3%;
		margin-bottom: 4.5%;
	}
	.sideber .shop-detail .box .img {
		width: 100%;
		height: 46vw;
		margin-bottom: 3%;
	}
	.sideber .shop-detail .box .add {
		font-size: 3.74vw;
		margin-bottom: 3%;
	}
	.sideber .shop-detail .box .tel {
		margin-bottom: 2%;
	}
	.sideber .shop-detail .box .tel .no a {
		display: block;
		padding: 4% 4.5% 3%;
		background: var(--sellcolor);
		font-size: 4.8vw;
		font-weight: bold;
		color: #fff;
		text-align: center;
		line-height: 1;
		margin-bottom: 1.5%;
	}
	.sideber .shop-detail .box .tel .no a::before {
		content: '';
		display: inline-block;
		width: 3vw;
		height: 4vw;
		background: url(/file/img/common/icn_tel-w.svg) no-repeat center left 100%/contain;
		margin-right: .3em;
	}
	.sideber .shop-detail .box .tel .time {
		font-size: 3.47vw;
		line-height: 1.2;
	}
	.sideber .shop-detail .box .url {
		font-size: 3.47vw;
		margin-bottom: 3%;
	}
	.sideber .shop-detail .box .btn a {
		font-size: 3.74vw;
	}
}
.voice-head1,
.voice-head2 {
  width: auto;            /* ← 固定幅をなくす */
  white-space: nowrap;    /* ← 改行を防ぐ */
}