@charset "shift_jis";
/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/
a {
	text-decoration: none;
	color: #000;
}
h2.cms_h2 {
	margin: 10px auto 20px auto;
	position: relative;
	padding-bottom: 0.7em;
	border-bottom: 4px solid #DDD;
	display: inline-block;
	width: 100%;
	line-height: 25px;
}
h2.cms_h2:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 4px #042455;
	bottom: -4px;
	width: 13%;
	display: block;
	left: 0px;
}
.container {
	width: 1000px;
	margin: 20px auto;
	overflow: hidden;
}
.t_sale_course_cms {
	width: 650px;
	display: block;
	margin: 0px auto 0 auto;
}
.t_sale_course_cms_sp {
	display: none;
}
.form_section {
	margin: 0 auto 20px !important;
}
p.satei_shurui {
	border-top: 1px dotted #aaa;
  padding-top: 10px;
	margin: 10px 0;
}

.maincontents {
	width: 780px;
	float: right !important;
}
.side {
	width: 200px;
	float: left;
}
.cms_back {
	text-align: left;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
}
.cms_back a {
	color: #004CD3;
	line-height: 18px;
}
.cms_back a:hover {
	text-decoration: none;
	color: #999999;
}
p {
	margin: 0;
	padding: 0;
}
/*-----------------------------------------------
	.info_ma　/info/ インフォメーション
-----------------------------------------------*/
.info_ma {
	width: 100%;
}
.info_ma ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.info_ma_list li {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
	position: relative;
}
.info_ma_list li:nth-child(even) {
	margin-left: 1%;
	margin-bottom: 20px;
}
.info_ma h2 a {
	float: left;
}
.info_ma h2 span {
	display: block;
	float: right;
	font-size: 16px;
}
.info_ma h2 p {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	line-height: 42px;
	float: right;
}
.info_ma h3 {
	width: 100%;
	color: #FFF;
	margin: 0px;
	padding: 5px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	display: block;
	top: 205px;
	box-sizing: border-box;
}
.info_ma h3 a {
	color: #FFF;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.info_ma h3 a:hover {
	text-decoration: underline;
}
.info_ma h3 span {
	font-size: 12px;
	font-weight: normal;
}
.info_ma p {
	line-height: 27px;
	font-size: medium;
}
.info_ma p img {
	vertical-align: middle !important;
}
.info_ma_pager {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.info_ma_pager ul {}
.info_ma_pager li {
	float: left;
}
.info_ma_pager li a {
	color: #333;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background: #FFF;
	display: block;
	font-weight: bold;
}
.info_ma_pager li a:hover {
	background: #DDD;
}
.info_ma_right {
	width: 200px;
	margin: 0px 0px 0px 20px;
	padding: 0;
	float: right;
}
.info_ma_right iframe {
	border: none;
	width: 200px;
	vertical-align: bottom;
	margin-bottom: -20px;
}
.info_ma h2 {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 20px 0;
	padding: 10px 15px;
	height: auto;
	overflow: hidden;
	background: #F2F2F2;
	border-bottom: solid 1px #DDD;
}
.info_ma h2 p {
	line-height: 30px;
}
.info_ma_list {
	padding: 0px;
	overflow: hidden;
}
.info_ma_list div {
	float: none !important;
}
.info_ma_list div:nth-child(1) {
	height: 250px;
	overflow: hidden;
	background: url("/img_cms/no-image.gif") no-repeat;
	background-size: cover;
}
.info_ma_list a {
	display: block;
}
.info_ma_list a img {
	min-width: 100%;
	height: 250px;
	object-fit: cover;
}
.info_ma_list p {
	margin: 10px 0px 0px 0px;
	padding: 0;
}
/*-----------------------------------------------
一覧シンプル表示　日付・タイトルのみ
-----------------------------------------------*/
.cms_li_box {
	margin: auto;
	text-align: left;
}
.cms_li_box ul li a {
	font-size: 14px;
	display: block;
	box-sizing: border-box;
	line-height: 60px;
	padding: 0 30px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.cms_li_box ul li:nth-child(odd) a {
	background: #F5F5F5;
}
.cms_li_box ul li a:hover {
	background: #DDDDDD;
}
.cms_li_box ul li a span {
	font-weight: bold;
	text-decoration: underline;
	margin: auto auto auto 20px;
}
/*-----------------------------------------------
info_add
-----------------------------------------------*/
.info_common {
	display: flex;
	padding: 30px 0;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.info_common p {
	width: 60%;
}
.info_common p span {
	color: #ff0000;
	font-weight: bold;
}
.info_common a {
	font-weight: bold;
	font-size: 22px;
	width: 38%;
	background: #F36F24;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 110px;
	box-sizing: border-box;
	border-radius: 3px;
	text-decoration: none;
}
.info_common a span:nth-child(1) {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
}
.info_common a span:nth-child(2) {
	font-size: 14px;
}
.info_common a:hover {
	background: #C45617;
	color: #fff;
}
/* ----------------------------------------
pan
---------------------------------------- */
.breadcrumbs {
	width: 100%;
	padding: 15px 0;
}
.breadcrumbs ul {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
}
.breadcrumbs ul li {
	margin: 0 10px 0 0;
	font-size: 13px;
	float: left;
	line-height: 14px;
	list-style: none;
}
.breadcrumbs ul li::before {
	padding: 0 10px 0 0;
	content: ">";
	font-size: 13px;
}
.breadcrumbs ul li:first-child::before {
	display: none;
}
.breadcrumbs ul li span {
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.breadcrumbs ul li a {
	display: inline;
	font-weight: normal;
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	color: #111;
	text-decoration: none;
}
.breadcrumbs ul li a:hover {
	color: #999;
}
/*-----------------------------------------------
◎  お客様の声　一覧 /voices/
-----------------------------------------------*/
.vo_li {}
.vo_li ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.vo_li li {
	width: 485px;
	margin-bottom: 30px;
}
.vo_li li:nth-of-type(2n-1) {
	margin-right: 30px;
}
.vo_li a {
	display: block;
	border: 1px solid #ccc;
	padding: 20px;
	background: #F8F4EF;
	box-shadow: 0 3px 0 0 #eee;
	box-sizing: border-box;
	height: 100%;
}
.vo_li a:hover {
	border: 1px solid #F26E22;
	color: #F26E22;
}
.vo_li .vo_li_photo {
	text-align: center;
	height: 270px;
	overflow: hidden;
}
.vo_li_photo img {
	width: 100%;
	height: 270px !important;
	object-fit: cover;
}
.vo_li_txt p {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 50px;
	overflow: hidden;
}
.vo_li_txt span {
	text-align: right;
	font-size: 13px;
	display: block;
	margin: 10px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: 20px;
}
.vo_li_data:not(:empty) {
	color: #999;
	font-size: 12px;
	text-align: right;
	padding-bottom: 10px;
}
.vo_li_data:not(:empty):before {
	content: "更新日";
	margin-right: 5px;
	border: 1px solid #999;
	padding: 1px 5px;
	background: #fff;
}
/*-----------------------------------------------
voice
-----------------------------------------------*/
.voice1_ma_detail_text div {
	font-size: 15px;
	line-height: 27px;
}
.voice_ma_staff_comment p {
	font-size: 15px;
	line-height: 27px;
}
.voice_ma_staff_comment {
	background-color: #F0F8FF !important;
}
/*shosai*/
.voice1_ma {
	width: 1000px !important;
}
.voice_ma li {
	width: 316px !important;
}
.voice2_ma {
	width: 1000px !important;
}
.voice2_ma_ttl {
	color: #004681 !important;
	font-size: 16px;
}
.voice2_ma_shosai_row {
	width: 100% !important;
	margin: 20px 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #eee;
}
.voice2_ma_shosai_row .voice2_ma_ttl {
	padding: 10px 10px 15px 10px;
	background: #eee;
	margin: 0 !important;
}
.voice2_ma_shosai_row div span {
	font-size: 14px;
	line-height: 22px;
	display: block;
	padding: 20px;
}
.voice2_ma_shosai_photo img {
	max-height: 100% !important;
}
.voice_ma_pict .ttl a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 30px;
	margin: 5px auto;
}
.voice_ma_pict .more a {
	color: #006dd9 !important;
	text-decoration: underline;
	font-size: 14px;
	line-height: 35px !important;
	border: #ccc 1px solid !important;
	display: block !important;
	margin: 10px auto !important;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	padding-left: 0;
	width: 96%;
	text-align: center;
	background: #fff !important;
}
/*list*/
.staff_ma_list {
	width: 1000px !important;
}
.staff_ma_list ul {
	width: 1000px !important;
}
.staff_ma_list li {
	width: 311px !important;
}
.staff_ma_list a>p {
	font-size: 16px;
	background-color: #cad7e6;
}
.staff_li_shop {
	height: 34px;
	margin: 3px 0;
}
.staff_li_shop p:not(:empty) {
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #111;
	line-height: 22px;
	border-radius: 3px;
	background: #fff;
}
.staff_li_pro {
	background: #eee;
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 38px;
	text-align: left;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.staff_ma_comment {
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	margin: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 65px;
	overflow: hidden;
}
.st_vo_li h3 {
	color: #004681;
	font-size: 18px;
	line-height: 34px;
	border-bottom: 1px dashed #aaaaaa;
	margin: 10px 0;
	padding-bottom: 5px;
}
.st_vo_li ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.st_vo_li li {
	width: 485px;
	margin-bottom: 30px;
}
.st_vo_li li:nth-of-type(2n-1) {
	margin-right: 30px;
}
.st_vo_li a {
	display: block;
	border: 1px solid #ccc;
	padding: 20px;
	background: #F8F4EF;
	box-shadow: 0 3px 0 0 #eee;
}
.st_vo_li a:hover {
	border: 1px solid #004681;
	color: #004681;
}
.st_vo_li .st_vo_li_photo {
	text-align: center;
	height: 270px;
	overflow: hidden;
	img {
		width: 100%;
		height: 270px !important;
		object-fit: cover;
	}
}
.st_vo_li_txt p {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 50px;
	overflow: hidden;
}
.st_vo_li_txt span {
	text-align: right;
	font-size: 13px;
	display: block;
	margin: 10px 0;
}
.st_vo_li_data:not(:empty) {
	color: #999;
	font-size: 12px;
	text-align: right;
	padding-bottom: 10px;
}
.st_vo_li_data:not(:empty):before {
	content: "更新日";
	margin-right: 5px;
	border: 1px solid #999;
	padding: 1px 5px;
	background: #fff;
}
.staff_detail_ttl_shop {
	background: #004681;
	color: #fff;
	padding: 4px 10px;
	font-size: 14px;
	border-radius: 3px;
	margin-right: 10px;
	font-weight: normal;
}
.staff_detail_pro {
	background: #cad7e6;
	display: flex;
	padding: 15px 20px;
	font-size: 15px;
	margin: 10px 0;
	align-items: center;
}
.staff_detail_pro span {
	font-weight: bold;
	padding-right: 20px;
}
.staff_h2_sub {
	position: absolute;
    right: 20px;
    color: #042455;
}
/*--スタッフ紹介　マスター変更--*/
.staff1_ma_detail li img {
	max-width: 323px !important;
}
/* 売却査定実績 */
.ap_de_tag_li ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 15px 0;
}
.ap_de_tag_li ul li {
	width: 80px;
}
.ap_de_tag_li ul li a {
	display: block;
	text-align: center;
	font-size: 14px;
	background-color: #eee;
	line-height: 40px;
	border-radius: 5px;
	font-weight: bold;
	&:hover {
		background-color: #004681;
		color: #fff;
	}
}