@charset "UTF-8";
/* SEO導入文 */
.seo-intro-section {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 40px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
.seo-intro-section h2 {
  margin-top: 0;
  font-size: 2.2rem;
  color: #222;
  margin-bottom: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.seo-intro-section h2::before {
  content: "";
  width: 6px;
  height: 26px;
  background: #ff6600;
  margin-right: 12px;
  border-radius: 3px;
  margin-top: -5px;
}
.seo-intro-section p {
  font-size: 15px;
  color: #555;
  margin-bottom: 0;
  line-height: 1.8;
}
/* 事例リスト：モダンな横レイアウト */
.CustomerList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.CustomerItem {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  overflow: hidden;
  transition: all 0.3s;
}
.CustomerItem:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: #ffde00;
}
.CustomerItem a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: stretch;
}
/* 写真エリア */
.CustomerItem .Image {
  width: 240px;
  min-width: 240px;
  position: relative;
  background: #f0f0f0;
  overflow: hidden;
}
.CustomerItem .Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 地域タグ（写真に重ねる） */
.area-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(230, 92, 0, 0.9);
  color: #fff;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  z-index: 1;
}
/* コンテンツエリア */
.CustomerItem .ContentBody {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.CustomerItem h3.Title {
  margin: 0 0 15px;
  font-size: 1.8rem;
  color: #333;
  font-weight: 700;
  line-height: 1.5;
}
.CustomerItem .InfoRow {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
/* 店名の文字色を #00A19C に変更 */
.CustomerItem .OfficeName {
  font-size: 12px;
  font-weight: bold;
  color: #00A19C;
  border: 1px solid #00A19C;
  padding: 2px 10px;
  border-radius: 20px;
}
@media (max-width: 650px) {
  .CustomerItem a {
    flex-direction: column;
  }
  .CustomerItem .Image {
    width: 100%;
    height: 180px;
  }
  .CustomerItem .ContentBody {
    padding: 20px;
  }
  .CustomerItem h3.Title { /*font-size: 1.1rem;*/
  }
}
/*--------共通--------*/
.column .inner .main-column .pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.column .inner .main-column .pager li {
  display: flex;
  line-height: 3em;
  margin: 0 0 15px;
}
.column .inner .main-column .pager li select {
  padding: 5px 16px 5px 10px;
  height: 35px;
  margin: 5px 0 0;
}
.column .inner .main-column .pager .list_pre_button {
  margin-right: 3px;
}
.column .inner .main-column .pager .list_next_button {
  margin-left: 3px;
}
.column .inner .main-column .pager .list_pre_button input[type="button"], .column .inner .main-column .pager .list_next_button input[type="button"] {
  background: var(--mygray);
  line-height: 1;
  border-radius: 3px;
  color: var(--txtcolor);
}
.column .inner .main-column .page_link_select {
  display: flex;
  align-items: center;
}
.column .inner .main-column .page_link_select span a {
  display: block;
}
.column .inner .main-column .pager .page_on {
  display: inline-block;
  line-height: 1;
  text-align: center;
  background: var(--btncolor);
  border: 1px solid var(--mygray);
  margin: 1px;
}
.column .inner .main-column .page_link_select span a {
  display: inline-block;
  line-height: 1;
  text-align: center;
  background: #fff !important;
  border: 1px solid var(--mygray);
  margin: 1px;
}
.column .inner .main-column .pager .page_on {
  background: var(--btncolor);
  color: #fff;
}
.column .inner .main-column .pager .page_on a {
  border: none;
  background: var(--btncolor) !important;
  color: #fff;
  padding: 0;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
  .column .inner .main-column .control {
    margin-bottom: 20px;
  }
  .column .inner .main-column .control .BukkenNumPerPage {
    margin-right: 10px;
  }
  .column .inner .main-column .control .BukkenNumPerPage .head {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .column .inner .main-column .pager span {
    font-size: 1.4rem;
  }
  .column .inner .main-column .pager .list_pre_button input[type="button"], .column .inner .main-column .pager .list_next_button input[type="button"] {
    padding: .4em;
  }
  .column .inner .main-column .pager .list_pre_button input[type="button"]:hover, .column .inner .main-column .pager .list_next_button input[type="button"]:hover {
    background: var(--btncolor);
    color: #fff;
  }
  .column .inner .main-column .pager .page_on a {
    min-width: 28px;
    height: 28px;
    background: var(--btncolor);
    color: #fff;
    line-height: 28px;
  }
  .column .inner .main-column .page_link_select span a {
    min-width: 30px;
    height: 30px;
    padding: 7px 5px;
  }
  .column .inner .main-column .page_link_select span a:hover {
    background: var(--btncolor);
    color: #fff;
  }
}
/*--------sp--------*/
@media screen and (max-width:767px) {
  .column .inner .main-column {
    background: var(--bgcolor);
    padding: 9% 4.5% 12%;
    margin-bottom: 9%;
  }
  .column .inner .main-column .control {
    margin-bottom: 3%;
  }
  .column .inner .main-column .control .result {
    font-size: 3.74vw;
    letter-spacing: .025em;
  }
  .column .inner .main-column .control .result b {
    font-size: 4.27vw;
  }
  .column .inner .main-column .control .BukkenNumPerPage .head {
    font-size: 3.47vw;
  }
  .column .inner .main-column .pager span {
    font-size: 3.47vw;
  }
  .column .inner .main-column .pager .list_pre_button input[type="button"], .column .inner .main-column .pager .list_next_button input[type="button"] {
    padding: .3em;
  }
  .column .inner .main-column .pager .page_on, .column .inner .main-column .page_link_select span a {
    /*min-width: 7vw;
		height: 7vw;*/
    padding: .45em;
  }
}
/*------------------------
サイドバー
------------------------*/
/*--------共通--------*/
/*購入バナー*/
.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;
  }
}

.customer h2 {
  margin: 10px 0.3em 15px;
  padding: 8px 10px 5px;*/
  background: #1e8e7c;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 0 0 0 4px #1e8e7c;
  -webkit-box-shadow: 0 0 0 4px #1e8e7c;
  box-shadow: 0 0 0 4px #1e8e7c;
  background: #1e8e7c;
}
.voice-gaiyo {
    border: 3px solid #FFBBFA;
    border-radius: 10px;
    padding: 10px 15px 5px;
    background: #fff;
}
.voice-gaiyo_title {
    border-bottom: 3px solid #FFBBFA;
    width:100%;
    font-size:100%;
}
.voice-gaiyo_name {
    font-size:110%;
    margin: 5px 0; 
}
.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: 5px;
    border-bottom: unset;
    clear: unset;
    font-weight: unset;
    font-size: unset;
}
.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 0 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 {
  padding: 0px;
}
.voice-head2 {
  position: relative;
  background: #83C3FC;
  margin: 1em 0 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 {
  padding: 0px;
}
.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;
}
.column .main-column .comment-area {
    border: 3px solid #898989;
    border-radius: 10px;
    padding: 10px 15px 5px;
    font-size:90%;
    background: #fff;
}
.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;
}
.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;
}
/*--------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;
        width: 100%;
	}
	.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;
		overflow: hidden;
        margin: 0 10px 0 0;
	}
	.column .main-column .customer .customer-voice .voice-img {
		float: left;
		margin: 0 15px 0 0;
		width: 100%;
		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% 4.5% 12%;
	}
	.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;
    }
}