@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&family=Roboto:ital,wght@1,500;1,700&display=swap");

/* 各種お問い合わせ	 ---------------------------------------*/


/*コンタクトトップ*/
.sp_inline {
	display: none!important;
}
/*small {
  font-size: smaller;
}*/
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp_inline {
		display: inline-block!important;
	}
}

.c-pagetitle {
	background-image: url(../images/common/page_titlebg02.jpg);
}

.contactAbout {
	margin-top: 36px;
	border: 5px solid #cbcbcb;
	padding: 5px;
	margin-bottom: 30px;
}

.contactAboutTel {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 20px;
}

.contactAboutTel dt {
	padding-top: 20px;
	color: #4350A6;
	font-size: 19px;
	font-weight: 500;
}

.contactAboutTel dt span {
	display: block;
	font-size: 14px;
	color: #000;
}

.contactAboutTel dd {
	margin-top: -5px;
}

.contactAboutTel dd .icon-freecall {
	font-size: 50px;
	font-weight: 500;
	color: #45494b;
	margin-bottom: -15px;
}

.contactAboutTel dd p {
	font-size: 13px;
	text-align: right;
}

.contactAboutAttention {
	background-color: #f9ecec;
	padding: 12px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.contactAboutAttention dt {
	position: relative;
	text-align: center;
	width: 225px;
	font-size: 16px;
}

.contactAboutAttention dt span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.contactAboutAttention dd {
	font-size: 14px;
	letter-spacing: -0.01em;
}

.contactLink {
	padding-bottom: 36px;
	border-bottom: 1px solid #adadad;
	margin-bottom: 30px;
}

.contactLink:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.contactLinkTitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.contactLinkTitle span {
	font-size: 23px;
	color: #4350A6;
}

.contactLink .contactLinkBtn {
	background-color: #4350A6;
	font-size: 25px;
	width: 470px;
	height: 100px;
	border-radius: 50px;
	font-weight: 500;
}

.contactLink .contactLinkBtn span span {
	position: static;
	background-color: #fff;
	display: inline-block;
	border-radius: 4px;
	color: #4350A6;
	font-size: 17px;
	font-weight: bold;
	padding: 0 1em;
	margin-left: 1em;
}


/*フォーム共通*/

.mainCenter {
	width: 770px;
	margin: 0 auto 80px;
}


/*contactInfo*/

.contactInfo {
	text-align: center;
	margin-bottom: 40px;
}

.contactInfo .underline {
	padding-bottom: 0;
}

.contactInfo .underline:hover {
	text-decoration: none;
}

.contactInfoTitle {
	background-color: #45494b;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	width: 100%;
	line-height: 62px;
	margin-bottom: 1.5em;
	margin-top: 14px;
}

.contactInfoSubTitle {
	font-size: 16px;
	font-weight: bold;
	color: #45494b;
	margin-bottom: 1.2em;
}

.contactInfoList {
	width: 100%;
	text-align: left;
	margin-bottom: 28px;
}

.contactInfoList li {
	margin-bottom: 0.3em;
	padding-left: 3em;
	text-indent: -3em;
}

.contactInfoNum {
	display: -webkit-flex;
	display: flex;
	align-items: stretch;
	border: 1px solid #4350A6;
	border-radius: 19px;
	overflow: hidden;
	/*font-size: 0;*/
}

.contactInfoNum dt {
	display: block;
	width: 250px;
	background-color: #4350A6;
	padding: 0 1.25em;
	font-size: 15px;
	color: #fff;
	line-height: 38px;
	white-space: nowrap;
	position: relative;
}

.contactInfoNum dt span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-decoration: underline;
	-webkit-transform: translateY(-50%) translateX(0);
	-ms-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}

.contactInfoNum dd {
	display: block;
	width: 500px;
	padding: 1em 1.2em;
	font-size: 15px;
	line-height: 1.7;
	word-wrap: break-word;
}


/*contactFormTitle*/

.contactFormTitle {
	color: #fff;
	background-color: #45494b;
	padding: 0.75em 0;
	margin-bottom: 5px;
	text-align: center;
	font-size: 20px;
}

.contactFormTitle small {
	display: inline-block;
	vertical-align: middle;
	font-size: 60%;
	margin-left: 1em;
}


/*contactTable*/

.contactTable {
	width: 100%;
	border-top: 1px solid #ccc;
	margin-bottom: 30px;
}

.contactTable th {
	width: 217px;
	text-align: left;
	background-color: #F4F7FF;
	vertical-align: middle;
	padding: 0.5em 0.7em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

.contactTable th.top {
	vertical-align: top;
	padding-top: 1em;
}

.contactTable td {
	padding: 0.7em 0 0.7em 1em;
	border-bottom: 1px solid #ccc;
}

.contactTable.confirm td {
	padding: 1.2em 1em;
}

.contactTable .required {
	display: inline-block;
	margin-left: 0.3em;
	background-color: #b4090f;
	font-size: 12px;
	color: #fff;
	padding: 0 0.2em;
	float: right;
}

.contactTable .any {
	display: inline-block;
	margin-left: 0.3em;
	background-color: #00008b;
	font-size: 12px;
	color: #fff;
	padding: 0 0.2em;
	float: right;
}

.contactTable .formCheckbox label {
	line-height: 1;
}


/*contactPrivacyPolicy*/

.contactPrivacyPolicy {
	background-color: #f7f7f7;
	padding: 10px 0 10px 0;
	text-align: center;
}

.contactPrivacyPolicyBtn {
	width: 470px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #cccccc;
	border-radius: 25px;
	background-color: #faeeee;
	display: inline-block;
	position: relative;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 10px;
}

.contactPrivacyPolicyBtn:hover {
	text-decoration: none;
	opacity: 0.7;
}


/*contactBtn*/

.contactBtnWrap {
	text-align: center;
	padding: 10px;
}

.contactBtnWrap .btn {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	position: relative;
	margin: 0 0.5em;
}

.contactBtnWrap .btn span {
	white-space: nowrap
}

.contactSubmitBtn {
	width: 530px;
	color: #fff;
	font-size: 26px;
	padding: 16px 0;
	border-radius: 50px;
	background-color: #ccc;
	pointer-events: none;
}

.contactSubmitBtn.on {
	background-color: #4350A6;
	pointer-events: auto;
	cursor: pointer;
}

.contactSubmitBtn>span {
	display: block;
	font-size: 13px;
	margin-bottom: 1em;
}

.contactBtnWrap button:hover .contactBtnWrap a:hover {
	opacity: .7;
}

.contactBtnWrap .contactBackBtn {
	width: 178px;
	height: 50px;
	font-size: 15px;
	border: 1px solid #cccccc;
	border-radius: 25px;
	color: #000;
}
.contactBtnWrap .contactBackBtn:hover{
	opacity: 0.6;
}

.contactBtnWrap .contactConfirmBtn {
	width: 293px;
	height: 50px;
	font-size: 20px;
	border: 1px solid #4350A6;
	background: #4350A6;
	color: #fff;
	border-radius: 25px;
}
.contactBtnWrap .contactConfirmBtn:hover {
	opacity: 0.6;
}

.contactThanks {
	margin-top: 16px;
	border: 6px solid #ececec;
	padding: 123px 0 40px;
	background: url(../images/contact/common/contact_thanks_check.png) center 62px no-repeat;
	text-align: center;
}

.contactThanksTitle {
	font-size: 30px;
	font-weight: normal;
	color: #4350A6;
	margin-bottom: 48px;
}

.contactThanks p {
	line-height: 1.6;
}

.contactThanks p+p {
	margin-top: 1.5em;
}

.contactTable .checkboxGroup {
	padding: 8px 0 0 0px;
}

.contactTable .checkboxGroup label {
	display: inline-block;
	margin-right: 2em;
	padding-left: 28px;
}

.contactTable .checkboxGroup .formCheckbox {
	margin-bottom: 8px;
}

.contactTable .accordion dt {
	background-color: #f8f8f8;
	border: 1px solid #e4e4e4;
	padding: 0.2em 1em;
	font-size: 15px;
	margin: 1.2em 0 0.8em;
	position: relative;
}

.contactTable .accordion dt::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	-webkit-transform: translateY(-50%) translateX(0);
	-ms-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
	width: 15px;
	height: 15px;
	background: url(../images/contact/common/icon_accordion.png) center center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.contactTable .accordion dt.open::after {
	background-image: url(../images/contact/common/icon_accordion_close.png);
}

.contactTable .accordion dd {
	display: none;
}


/*ご利用注意事項*/

.contactNotes {
	border: 5px solid #f0cecf;
	padding: 1.5em 0.5em;
	text-align: center;
	font-size: 14px;
	margin-bottom: 30px;
}

.contactNotesTitle {
	margin-bottom: 0.5em;
}

.contactInfoCaution {
	font-size: 18px;
	font-weight: bold;
	color: red;
	margin-bottom: 1.2em;
}

.ui-datepicker-multi {
	width: 95%!important;
}

@media screen and (max-width: 767px) {
	/*コンタクトトップ*/
	.contactAbout {
		width: 90%;
		margin: 36px auto 30px;
		border: none;
		padding: 0;
		text-align: center;
	}
	.contactAboutTel {
		display: block;
		padding: 0;
	}
	.contactAboutTel dt {
		padding-top: 0;
		font-size: 20px;
	}
	.contactAboutTel dt span {
		font-size: 14px;
		font-weight: normal;
	}
	.contactAboutTel dd {
		margin-top: 0;
		padding: 1.5em 0;
	}
	.contactAboutTel dd .icon-freecall {
		padding: 0.1em 0;
		background: none;
		font-size: 35px;
		line-height: 1;
		font-weight: 500;
		color: #4350A6;
		margin-bottom: 10px;
		border: 2px solid #4350A6;
		border-radius: 25px
	}
	.contactAboutTel dd .icon-freecall::before {
		/* content: ''; */
		width: 40px;
		/* height: 32px; */
		/* background: url(../images/contact/index/contact_tel_sp.png) 0 0 no-repeat; */
		-webkit-background-size: contain;
		background-size: contain;
		display: inline-block;
		vertical-align: bottom;
		margin-right: 0.2em;
	}
	.contactAboutTel dd p {
		text-align: center;
	}
	.contactAboutAttention {
		padding: 12px;
		display: block;
	}
	.contactAboutAttention dt {
		position: relative;
		text-align: center;
		width: 100%;
		font-size: 14px;
		margin-bottom: 1em;
	}
	.contactAboutAttention dt span {
		position: static;
		-webkit-transform: translateY(0) translateX(0);
		-ms-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
	.contactAboutAttention dd {
		font-size: 11px;
		letter-spacing: 0;
		text-align: left;
	}
	.contactLink {
		padding-bottom: 23px;
		margin-bottom: 20px;
	}
	.contactLink:last-of-type {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}
	.contactLinkTitle {
		font-size: 15px;
		margin-bottom: 12px;
	}
	.contactLinkTitle span {
		font-size: 19px;
		/*color: #4350A6;*/
	}
	.contactLink .contactLinkBtn {
		font-size: 25px;
		width: 275px;
		height: 70px;
		border-radius: 35px;
		font-size: 14px;
	}
	.contactLink .contactLinkBtn span span {
		display: inline-block;
		font-size: 11px;
	}
	/*フォーム共通*/
	.mainCenter {
		width: 100%;
		margin: 0 auto 55px;
	}
	/*contactInfo*/
	.contactInfo {
		margin-bottom: 30px;
	}
	.contactInfoTitle {
		font-size: 17px;
	}
	.contactInfoSubTitle {
		font-size: 20px;
		font-weight: normal;
	}
	.contactInfo p {
		text-align: left;
		font-size: 14px;
		line-height: 1.8;
	}
	.contactInfoList {
		margin-bottom: 14px;
	}
	.contactInfoList li {
		font-size: 12px;
	}
	.contactInfoNum {
		border-radius: 10px;
		display: block;
		width: 100%;
	}
	.contactInfoNum dt {
		display: block;
		width: 100%;
		font-size: calc(30px / 2.34);
		font-size: calc(30vw / 7.5);
	}
	.contactInfoNum dt span {
		position: static;
	}
	.contactInfoNum dd {
		display: block;
		width: 100%;
		padding: 0.5em;
	}
	/*contactFormTitle*/
	.contactFormTitle {
		font-size: 17px;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.contactTable.confirm {
		border-bottom: 1px solid #9d9fa0;
	}
	.contactTable.confirm td {
		padding: 0.75em 1em;
	}
	/*contactTable*/
	.contactTable {
		border-top: none;
		margin-bottom: 30px;
	}
	.contactTable th {
		display: block;
		width: 100%;
		padding: 0.5em 1em;
		border-bottom: none;
		font-size: 14px;
	}
	.contactTable th.top {
		vertical-align: middle;
		padding: 0.7em 1em;
	}
	.contactTable td {
		display: block;
		width: 100%;
		padding: 2em 1em 2.5em 1em;
		border-bottom: none;
	}
	.contactTable td .fz {
		font-size: 12px;
	}
	.contactPrivacyPolicy {
		padding: 28px 0;
		margin-bottom: 20px;
		font-size: 12px;
	}
	.contactPrivacyPolicyBtn {
		width: 290px;
		height: 60px;
		padding-top: 10px;
		font-size: 12px;
		line-height: 18px;
		border-radius: 30px;
		margin-bottom: 10px;
	}
	.contactPrivacyPolicyBtn:hover {
		opacity: 1;
	}
	.contactSubmitBtn {
		width: 290px;
		font-size: 20px;
		padding: 12px 0;
		border-radius: 35px;
	}
	.contactSubmitBtn>span {
		font-size: 10px;
		margin-bottom: 0.1em;
	}
	.contactSubmitBtn:hover {
		opacity: .7;
	}
	.contactBtnWrap .contactBackBtn {
		margin-bottom: 25px;
	}
	.contactThanks {
		width: 90%;
		margin: 0 auto;
		border: none;
		padding: 45px 0 0;
		background-position: center top;
		-webkit-background-size: 33px;
		background-size: 33px;
	}
	.contactThanksTitle {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.contactThanks p {
		font-size: 14px;
		line-height: 2.0;
		letter-spacing: 0;
	}
	.contactTable td>.checkboxGroup {
		padding: 1.5em 0 0 25px;
	}
	.contactTable label.big_sp {
		-webkit-background-size: contain;
		background-size: contain;
		background-position: left center;
		line-height: 15px;
		font-size: 14px;
		margin-right: 2em;
	}
	.contactTable .formCheckbox.block_sp {
		display: block;
		width: 100%;
	}
	.contactTable .formCheckbox+.formCheckbox {
		margin-top: 1.5em;
	}
	.contactTable .accordion dt {
		padding: 0.6em 0.8em;
		font-size: 14px;
		margin: 1.2em 0 0.8em;
		position: relative;
	}
	.contactTable .accordion dt::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 8px;
		-webkit-transform: translateY(-50%) translateX(0);
		-ms-transform: translateY(-50%) translateX(0);
		transform: translateY(-50%) translateX(0);
		width: 15px;
		height: 15px;
		background: url(../images/contact/common/icon_accordion.png) center center no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}
	/*ご利用注意事項*/
	.contactNotes {
		font-size: 10px;
		line-height: 1.8;
		width: 90%;
		margin: -30px auto 50px;
	}
	.contactNotesTitle {
		font-size: 14px;
	}
	.contactInfoCaution {
		font-size: 12px;
		font-weight: bold;
		color: red;
	}
	.c-check-box__txt {
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		min-height: 23px;
		margin: 0px 0;
		padding: 3px 0 0 28px;
		position: relative;
		vertical-align: top;
		text-align: left;
		-webkit-background-size: contain;
		background-size: contain;
		background-position: left center;
		line-height: 15px;
		font-size: 14px;
		margin-right: 2em;
	}
	.c-accordion__ttl {
		padding: 0.6em 0.8em;
		font-size: 14px;
		position: relative;
	}
}




/*自動簡易査定*/
.assessmentTitle {
  background: url(../images/sell/form/index/form_title_ico.png) 0 center no-repeat;
  -webkit-background-size: 66px;
  background-size: 66px;
  text-align: left;
  padding-left: 80px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.5;
  color: #4350A6;
  margin-bottom: 30px;
}
.assessmentPoint {
  font-size: 18px;
  line-height: 1.78;
  color: #000;
  margin-bottom: 18px;
  font-weight: 700;
}
.assessmentDesc {
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin-bottom: 42px;
}
.assessmentformWrapper {
    border: 6px solid #a9a4a4;
    padding: 30px 0 55px;
}
.assessmentFormTitle {
    font-size: 36px;
    color: #4350A6;
    margin-bottom: 10px;
    font-weight: 700;
}
.assessmentFormTitle.ac {
	text-align: center;
}
.assessmentTable {
    width: 530px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 10px;
}
.assessmentTable dt {
    background-color: #222;
    border-radius: 4px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 19px;
    line-height: 50px;
    margin-bottom: 20px;
    width: 30px;
}
.assessmentTable dd {
    width: calc(100% - 37px);
}
.assessmentTable .formSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 11px 16px;
    font-size: 18px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: url(../images/common/icon_select.png) right 16px center no-repeat;
    background-size: 8px;
    color: #000;
    font-weight: 400;
}

@media screen and (max-width: 960px) {
	.assessmentTitle {
	    background-position: center top;
	    -webkit-background-size: 55px;
	    background-size: 55px;
	    text-align: center;
	    padding-left: 0;
	    padding-top: 65px;
	    font-size: 21px;
	    letter-spacing: -0.03em;
	    margin-bottom: 20px;
	}
	.assessmentPoint {
	    width: 90%;
	    padding: 18px 5px;
	    font-size: 11px;
	    margin: 0 auto 18px;
	    text-align: center;
	}
	.assessmentDesc {
	    font-size: 14px;
	    width: 90%;
	    margin: 0 auto 30px;
	}
	.assessmentformWrapper {
	    padding: 30px 0 35px;
	    width: 90%;
	    margin: 0 auto;
	}
	.assessmentFormTitle {
	    font-size: 24px;
	    margin-bottom: 30px;
	}
	.assessmentTable {
	    width: 90%;
	}
	.assessmentTable dt {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.assessmentTable dd {
	    width: calc(100% - 37px);
	}
	.assessmentTable .formSelect {
	    padding: 13px 16px;
	    font-size: 15px;
	}
	.assessmentTable dd .fz {
		font-size: 12px;
	}
}



/*施設・事業を売りたい方へ*/
.sellTitleWrap {
    padding: 0 0 53px;
    text-align: center;
}
.sellTitle {
    font-size: 34px;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 1.75;
}
.sellTitle span {
    padding: 0 0 3px;
    border-bottom: 2px solid #000;
}
.sellDesc {
    font-size: 24px;
    letter-spacing: 0.02em;
}
.sellDesc span {
    color: #4350A6;
}
.tel-link {
	display: inline-block;
}

@media screen and (max-width: 960px) {
	.sellTitle {
		font-size: 4.266vw;
	}
	.sellDesc {
		font-size: 3.466vw;
	}
	.contentInner {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media(min-width: 800px){
	a[href^="tel:"]{
		pointer-events: none;
	}
}

