@charset "UTF-8";

/* 施設・事業を買いたい方へ	 ---------------------------------------*/


/*売却案件一覧  ------------------*/


/*カテゴリトップ*/


/* btix */

.buy {
	/* width: 100%; */
}

.checkBtn {
	width: 350px;
	margin: 0;
}

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

element.style {}

.buyTop {
	/* width: 100%; */
	padding-bottom: 50px;
}

.main2column.list {
	padding: 30px 0px 50px 50px;
	/* padding-bottom: 100px; */
}

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


/*kv*/

.buyTopKv {
	background-image: url(../images/buy/index/bg.png);
}

.buyTop {
	/* width: 100%; */
	padding-bottom: 50px;
}

.buyTitleWrap {
	padding: 0 0 53px;
	text-align: center;
}

.buyTitle {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 1.75;
}

.buyTitle span {
	padding: 0 0 3px;
	border-bottom: 2px solid #000;
}

.buyDesc {
	font-size: 24px;
	letter-spacing: 0.02em;
}

.buyDesc span {
	color: #4350A6;
}

.moreListBuy {
	/* width: 920px; */
	margin: 0 auto 60px;
}

.moreListBuy li {
	height: 150px;
	margin: 0 0 17px;
}

.moreListBuy .moreCaption {
	font-size: 26px;
	background-image: url(../images/common/more/more_bg_wide.png);
}

.moreListBuy .moreCaption.moreCaptionSmall {
	font-size: 22px;
}

.moreListBuy .moreBlock {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	padding-top: 25px;
}


/*アイコンの説明*/

.aboutIcon {
	border-top: 1px solid #b5b6b7;
	border-bottom: 1px solid #b5b6b7;
	padding: 15px 0 10px;
	margin-bottom: 14px;
}

.aboutIconTitle {
	margin-bottom: 15px;
}

.aboutIconList li {
	width: 19%;
}

.aboutIconList li.blank {
	width: 5%;
}

.aboutIconList li img {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}


/*共通*/


/*kv*/

.buyKv {
	background-image: url(../images/buy/common/bg.png);
}


/*　上書き　*/

.resultListTable td {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #3F3A39;
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	padding: 0.5em;
}


/*検索結果リスト 840px - 15px*8 = 720*/

.resultListTable td:nth-child(1) {
	width: 5%;
}


/*50*/

.resultListTable td:nth-child(2) {
	width: 5%;
}


/*100*/

.resultListTable td:nth-child(4) {
	width: 10%;
}


/*200*/

.resultListTable td:nth-child(5) {
	/*width: 27%;*/
	width: 22%;
}


/*400*/

.resultListTable td:nth-child(6) {
	/*width: 12%;*/
	width: 17%;
}


/*480*/

.resultListTable td:nth-child(7) {
	width: 18%;
}


/*580*/

.resultListTable td:nth-child(8) {
	width: 18%;
}


/*680*/

.resultListTable td:last-child {
	white-space: nowrap;
	width: 5%;
}


/*725*/

.resultListTable .iconImg {
	width: 30px;
	padding-bottom: 5px;
}

.resultListTable .btnDetail {
	display: inline-block;
	width: 51px;
	height: 21px;
	border-radius: 4px;
	background: #b4090f url(../images/buy/search/index/icon_search.png) 4px center no-repeat;
	-webkit-background-size: 13px;
	background-size: 13px;
	color: #fff;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
}

.resultListTable .btnDetail:hover {
	opacity: 0.8;
	text-decoration: none;
}

.resultListTable .tablewide a:hover {
	color: #b4090f;
}


/*モーダル*/

.modal {
	display: none;
}

.modalInner {
	/* width: 1000px; */
	background-color: #fff;
	padding: 36px 33px;
	border: 1px solid #adadad;
}

#cboxOverlay {
	background: #fff
}

#cboxClose {
	display: none;
}

.checkCloseBtn {
	background-color: #6d6d6d;
	width: 344px;
	height: 50px;
	font-size: 15px;
}

.closeBtn {
	background-color: #f8f8f8;
	border: 2px solid #d7d7d7;
	width: 166px;
	height: 49px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	font-size: 15px;
	background-image: none;
}

.closeBtn:hover {
	background: #b4090f;
	background-image: none;
	color: #fff;
}

.pdfBtn {
	background-color: #f8f8f8;
	background-image: none;
	border: 2px solid #d7d7d7;
	width: 166px;
	height: 49px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	font-size: 15px;
}

.pdfBtn:hover {
	background: #b4090f;
	background-image: none;
	color: #fff;
}

.modalInnerBtnWrapper {
	text-align: center;
	margin-bottom: 36px;
}

.modalInnerBtnWrapper .btn {
	display: inline-block;
}

.detailInner {
	/*width: '1000px';*/
	background-color: #fff;
	padding: 36px 33px;
	border: 1px solid #adadad;
	margin-bottom: 80px;
}

.detailInner .contactTable th {
	padding-top: 15px;
	padding-bottom: 15px;
}

.detailInnerBtnWrapper {
	text-align: center;
	margin-bottom: 36px;
}

.detailInnerBtnWrapper .btn {
	display: inline-block;
}

.detailInnerBtnWrapper .checkCloseBtn span {
	position: static;
}

.detailIconWrapper img {
	display: inline-block;
	width: 30px;
	margin-right: 5px;
}

.buttonFloat {
	float: left;
	padding: 0;
}


/*詳細がモーダルで表示された場合*/

.iframeContent {
	padding-top: 0;
	min-width: 0;
}

.iframeContent header,
.iframeContent footer,
.iframeContent .pageKv,
.iframeContent .mainTitle,
.iframeContent .breadcrumb,
.iframeContent .gotop,
.iframeContent .sidebar,
.iframeContent .commonBnr {
	display: none;
}

.iframeContent .wrapper,
.iframeContent .inner.flexWrap,
.iframeContent .buy.main2column,
.iframeContent .detailInner {
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.iframeContent.modalInner {
	padding: 40px 20px 20px;
}

.iframeContent .detailInner {
	padding: 40px 20px 20px;
}


/*流れ  ------------------*/

.buyFlowInfo {
	padding-bottom: 20px;
}

.buyFlowTitle {
	background: url(../images/sell/flow/index/flow_title_ico.png) 0 center no-repeat;
	background-size: 95px;
	text-align: left;
	padding-left: 110px;
	font-size: 34px;
	font-weight: normal;
	line-height: 2;
	color: #4350A6;
	margin-bottom: 30px;
	letter-spacing: -0.025em;
}

.buyFlowTitle span {
	/*margin-left: -10px;*/
	/*margin-right: -10px;*/
}

.buyFlowInfo p {
	font-size: 16px;
	line-height: 2;
	color: #000;
	margin-bottom: 2em;
	letter-spacing: -0.025em;
}

.buyFlowContents {
	padding-left: 70px;
	background: url(../images/sell/flow/index/dot.png) repeat-y;
	background-position: left 20px top;
	margin: 0 0 50px;
}

.buyFlowBlock {
	border: 1px solid #4350A6;
	padding: 0 25px 20px;
	margin: 0 0 30px;
	position: relative;
}

.buyFlowBlock::before {
	content: '';
	font-size: 21px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #4350A6;
	display: block;
	text-align: center;
	border-radius: 3px;
	position: absolute;
	top: -1px;
	left: -72px;
	z-index: 2;
}

.buyFlowBlock:last-child::after {
	content: '';
	width: 20px;
	height: 200px;
	background: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: -60px;
	z-index: 1;
}

.buyFlowBlock:nth-of-type(1)::before {
	content: '01';
}

.buyFlowBlock:nth-of-type(2)::before {
	content: '02';
}

.buyFlowBlock:nth-of-type(3)::before {
	content: '03';
}

.buyFlowBlock:nth-of-type(4)::before {
	content: '04';
}

.buyFlowBlock:nth-of-type(5)::before {
	content: '05';
}

.buyFlowBlock:nth-of-type(6)::before {
	content: '06';
}

.buyFlowBlock:nth-of-type(7)::before {
	content: '07';
}

.buyFlowBlock:nth-of-type(8)::before {
	content: '08';
}

.buyFlowBlock:nth-of-type(9)::before {
	content: '09';
}

.buyFlowBlock:nth-of-type(10)::before {
	content: '10';
}

.buyFlowBlock p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: -0.025em;
	text-align: justify;
}

.buyFlowBlockTitle {
	width: calc(100% + 50px);
	background: #F4F7FF;
	font-weight: 700;
	font-size: 22px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px 0 10px 25px;
	margin: 0 -25px 20px -25px;
}

.buyFlowBlockSubTitle {
	font-size: 18px;
	font-weight: bold;
	padding: 33px 0 0;
}

.buyFlowBlockSubTitle span {
	color: #b4090f;
}


/*売却案件お知らせサービス*/


/*title*/

.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: 500;
	line-height: 1.5;
	color: #b4090f;
	margin-bottom: 30px;
}

.assessmentTitle small {
	font-size: 15px;
}


/*赤枠*/

.assessmentPoint {
	border: 2px solid #4350A6;
	background-color: #F4F7FF;
	padding: 18px 36px;
	font-size: 18px;
	line-height: 1.78;
	/*color: #000;*/
	margin-bottom: 18px;
	font-weight: 500;
}


/*説明*/

.assessmentDesc {
	font-size: 16px;
	line-height: 2;
	/*color: #000;*/
	margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
	/*カテゴリトップ  ------------------*/
	.main2column.list {
		width: 100%;
		padding: 0px 5px 20px 5px;
	}
	.checkBtn {
		width: 275px;
		height: 70px;
		border-radius: 0px;
	}
	/*kv*/
	.buyTopKv {
		background-image: url(../images/buy/index/bg_sp.png);
	}
	.buyTop {
		padding-bottom: 8px;
	}
	.buyTitleWrap {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding: 13px 0 40px;
		text-align: center;
	}
	.buyTitle {
		font-size: 20px;
		line-height: 2;
		margin: 0 0 22px;
		letter-spacing: -0.02em;
	}
	.buyDesc {
		font-size: 15px;
	}
	.moreListBuy {
		width: 100%;
		padding: 0 30px;
		margin: 0 auto 42px;
	}
	.moreListBuy li {
		height: auto;
		margin-bottom: 20px;
	}
	.moreListBuy .moreCaption {
		font-size: 18px;
		background-image: url(../images/common/more/more_bg_sp.png);
	}
	.moreListBuy .moreCaption.moreCaptionSmall {
		font-size: 18px;
	}
	.moreListBuy .moreBlock {
		padding-top: 20px;
	}
	/*共通*/
	.mainKv.buyKv {
		background-image: url(../images/buy/index/bg_sp.png);
	}
	/*アイコンの説明*/
	.aboutIcon {
		width: 90%;
		margin: 0 auto 34px;
		padding-bottom: 5px;
	}
	.aboutIconTitle {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.aboutIconList {
		width: 95%;
		margin: 0 auto;
	}
	.aboutIconList li {
		width: 48%;
		margin-bottom: 20px;
		font-size: 14px;
	}
	.aboutIconList li img {
		width: 30px;
		display: inline-block;
		vertical-align: middle;
		margin-right: 0.5em;
	}
	/*検索結果リスト*/
	.resultListTableSP tbody td {
		text-align: center;
	}
	.resultListTableSP tbody td:first-of-type {
		text-align: left;
	}
	.resultListTableSP .iconImg {
		width: 26px;
	}
	.resultListTableSP .btnDetail {
		margin-top: 25px;
		display: inline-block;
		width: 25px;
		height: 25px;
		padding: 12px 0 0;
		border-radius: 4px;
		background: #b4090f url(../images/buy/search/index/icon_search.png) center 3px no-repeat;
		-webkit-background-size: 13px;
		background-size: 13px;
		color: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 10px;
	}
	.resultListTableSP .btnDetail:hover {
		opacity: 1;
		text-decoration: none;
	}
	.resultListTableSP .formCheckbox label.big_sp {
		width: 25px;
		height: 26px;
	}
	/*モーダル*/
	.modalInner {
		padding: 20px;
	}
	/*
	#cboxOverlay{background: #fff}
	#cboxClose{display: none;}
	.checkCloseBtn{
		background-color: #6d6d6d;
		width: 344px;
		height: 50px;
		font-size: 15px;
	}
  */
	.closeBtn {
		background-color: #f8f8f8;
		border: 2px solid #d7d7d7;
		width: 115px;
		height: 49px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #000;
		font-size: 14px;
	}
	.closeBtn:hover {
		background: #b4090f;
		background-image: none;
		color: #fff;
	}
	.pdfBtn {
		background-color: #f8f8f8;
		background-image: none;
		border: 2px solid #d7d7d7;
		width: 135px;
		height: 49px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #000;
		font-size: 14px;
	}
	.pdfBtn:hover {
		background: #b4090f;
		background-image: none;
		color: #fff;
	}
	.modalInnerBtnWrapper {
		text-align: center;
		margin-bottom: 20px;
	}
	.checkCloseBtn {
		width: 100%;
		margin: 0 0 15px;
	}
	.detailInner {
		width: 100%;
		margin-bottom: 80px;
		padding: 18px;
	}
	.detailInner .checkCloseBtn span {
		display: inline;
		position: static;
	}
	.detailInner .contactTable th {
		padding-top: 7.5px;
		padding-bottom: 7.5px;
	}
	.detailInnerBtnWrapper {
		text-align: center;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.detailInnerBtnWrapper .btn {
		display: block;
		width: 48%;
		height: auto;
		margin: auto;
		font-size: 14px;
		letter-spacing: -0.05em;
		border-radius: 15px;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	.detailIconWrapper img {
		display: inline-block;
		width: 30px;
		margin-right: 5px;
	}
	.buttonFloat {
		float: none;
		padding: 0;
	}
	.buycheckBtn {
		width: 275px;
		height: 70px;
		border-radius: 0px;
		text-align: center;
	}
	.buybuttoncenter {
		text-align: center;
		margin-bottom: 10px;
	}
	/*モーダルで表示された場合*/
	.iframeContent .detailInner {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	.iframeContent.modalInner {
		padding: 40px 10px 20px;
	}
	/*流れ  ------------------*/
	.buyFlowInfo {
		padding: 0 30px;
	}
	.buyFlowTitle {
		background: url(../images/buy/flow/index/flow_title_ico.png) center top no-repeat;
		background-size: 72px;
		text-align: center;
		font-size: 21px;
		font-weight: normal;
		line-height: 1.5;
		padding: 60px 0 0;
		margin-top: -5px;
		margin-bottom: 20px;
	}
	.buyFlowTitle span {
		margin-left: -5px;
		margin-right: -5px;
	}
	.buyFlowInfo p {
		font-size: 14px;
		text-align: justify;
	}
	.buyFlowContents {
		padding: 0 20px 0 70px;
		margin: 0;
		background-position: left 35px top;
		background-size: 4px;
	}
	.buyFlowBlock {
		padding: 0 20px 20px;
		margin: 0 0 20px;
	}
	.buyFlowBlock::before {
		font-size: 14px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		top: 8px;
		left: -50px;
	}
	.buyFlowBlock:first-child::after {
		content: '';
		width: 20px;
		height: 20px;
		background: #fff;
		display: block;
		position: absolute;
		top: -8px;
		left: -40px;
	}
	.buyFlowBlock:last-child::after {
		width: 40px;
		height: 240px;
		top: 20px;
		left: -50px;
	}
	.buyFlowBlock p {
		font-size: 14px;
	}
	.buyFlowBlockTitle {
		width: calc(100% + 40px);
		font-size: 16px;
		padding: 13px 20px;
		margin: 0 0 14px -20px;
		letter-spacing: -0.025em;
	}
	.buyFlowBlockSubTitle {
		font-size: 14px;
	}
	/*売却案件お知らせサービス*/
	/*title*/
	.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;
	}
	.assessmentTitle small {
		display: block;
	}
	/*赤枠*/
	.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;
	}
	.assessmentFormTitle span {
		padding-top: 18px;
		font-size: 12px;
	}
	.assessmentFormTitle span::before {
		left: calc(50% - 40px);
		top: 8px;
		width: 80px;
	}
	/*フォームテーブル*/
	.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 .formtext {
		padding: 16px 16px;
		font-size: 15px;
	}
}


/* iphone5 iphoneSE用 */

@media screen and (max-width: 767px) {
	/*カテゴリトップ  ------------------*/
	.buyTitle {
		font-size: 16px;
	}
	.buyDesc {
		font-size: 13px;
	}
	.buyFeatureTitle {
		font-size: 24px;
	}
	.buyFeatureDesc {
		font-size: 12px;
	}
	.buyFeatureList li {
		font-size: 13px;
	}
	/*流れ  ------------------*/
	.buyFlowInfo {
		padding: 0 15px;
	}
	.buyFlowTitle {
		font-size: 18px;
	}
	.buyFlowBlock {
		padding: 0 10px 20px;
	}
	.buyFlowBlockTitle {
		width: calc(100% + 20px);
		font-size: 14px;
		padding: 13px 10px;
		margin: 0 0 14px -10px;
	}
}

.p-list-tools__btn--center {
	margin: 20px auto;
}

.p-list-btn {
	width: 324px;
	height: 75px;
	text-align: center;
	font-size: 24px;
	line-height: 1;
	letter-spacing: -0.02em;
	font-weight: 700;
	margin: 0 auto;
}

.p-list-btn__link {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	background: #b4090f;
	color: #fff;
	padding-right: 18px;
	text-decoration: none;
}

.p-list__txt {
	text-align: center;
	margin: 1.3em 0;
}

.p-list-tools {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.p-list-tools__sub {
	width: 218px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: -0.02em;
	font-weight: 700;
	text-align: center;
	margin-left: 30px;
}

.p-list-tools--subs {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	margin: 32px 0;
}

.p-list-tools__sublink {
	display: block;
	line-height: 1;
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 1em 0;
	border-radius: 2em;
	color: #3F3A39;
}

.kaigoigai {
	text-decoration: none;
}

.kaigoigai :hover {
	opacity: 0.8;
	text-decoration: none;
}

.gray__ttl {
	color: #3F3A39;
}

.df {
	display: flex;
}


/*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: #4350A6;
	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: #b4090f;
	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 #b4090f;
	background: #b4090f;
	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: #b4090f;
	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;
}


@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;
	}
	.p-list-tools--subs {
		justify-content: space-around;
	}
	.p-list-tools__sub {
		width: 152px;
		margin-left: 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: #b4090f;
		margin-bottom: 10px;
		border: 2px solid #b4090f;
		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: #b4090f;*/
	}
	.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 {}
	.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;
		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;
	}
}


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

@media screen and (max-width: 960px) {
	.contactFormTitle {
		font-size: 17px;
		padding-top: 1em;
		padding-bottom: 1em;
	}
}



/*売却・譲渡案件詳細*/
.detailInner {
	background-color: #fff;
	padding: 36px 33px;
	border: 1px solid #adadad;
	margin-bottom: 80px;
}
.buttonFloat {
    float: left;
    padding: 0;
}
.verTwoWraper {
    font-family: "Noto Sans JP", sans-serif;
    color: #3F3A39;
    font-weight: 400;
}
.checkBtnWrap {
    margin-bottom: 10px;
    text-align: center;
}
/* .btn {
    display: inline-block;
    margin: 0 1em;
    width: 420px;
    height: 60px;
    border-radius: 30px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 22px;
    background: #45494b url(/img/common/icon_ar_btn-white-m.png) right 20px center no-repeat;
    border: 3px solid #45494b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
} */
.btn-noarrow {
    background: #45494b;
    border: none;
}
button {
    cursor: pointer;
}
.checkBtn span {
    font-size: 16px;
    display: block;
}
/* .btn>span {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
} */
.checkBtn span span:nth-child(1) {
    font-size: 28px;
}
.checkBtn span {
    font-size: 16px;
    display: block;
}
.checkBtn {
    vertical-align: middle;
    background-color: #4350A6;
    width: 400px;
    height: 70px;
    border-radius: 0px;
    color: #fff;
}
.checkBtn {
    width: 350px;
    margin: 0;
}

@media screen and (max-width: 960px) {
	.detailInner {
		width: 100%;
		margin-bottom: 80px;
		padding: 18px;
	}
	.buttonFloat {
		float: none;
		padding: 0;
	}
	.checkBtnWrap {
		margin-bottom: 10px;
		position: relative;
	}
	.checkBtn {
		width: 275px;
		height: 70px;
		border-radius: 0px;
	}
	.checkBtn span {
		font-size: 15px;
		display: block;
	}
	.checkBtn span span:nth-child(1) {
		font-size: 20px;
	}
	.checkBtn span {
		font-size: 15px;
		display: block;
	}
}


.buy-justwide {
	padding: 35px 5px 50px;
}

@media screen and (max-width: 767px) {
	.buy-justwide {
		padding: 0 5px;
	}
}






.p-list-tableWrap {
	margin: 30px 0;
}
.p-list-tableWrap .modal {
	display: inline;
}
@media screen and (max-width: 767px) {
	.p-list-tableWrap {
	margin: 5vw 3vw;
	overflow-x: scroll;
	}
}
.p-list-table {
	width: 100%;
	border-spacing: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
	.p-list-table {
	width: 230vw;
	}
}
.p-list-table th {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	background: #F4F7FF;
	padding: 10px 0;
}
@media screen and (max-width: 767px) {
	.p-list-table th {
	font-size: 3.4vw;
	padding: 0.5em 0;
	}
}
.p-list-table th:first-child, .p-list-table th:nth-child(2) {
	width: 66px;
}
@media screen and (max-width: 767px) {
	.p-list-table th:first-child, .p-list-table th:nth-child(2) {
	width: 20vw;
	}
}
.p-list-table th:nth-child(3) {
	width: 75px;
}
@media screen and (max-width: 767px) {
	.p-list-table th:nth-child(3) {
	width: 23vw;
	}
}
.p-list-table th:nth-child(5) {
	width: 100px;
}
@media screen and (max-width: 767px) {
	.p-list-table th:nth-child(5) {
	width: 30vw;
	}
}
.p-list-table th:nth-child(6) {
	width: 150px;
}
@media screen and (max-width: 767px) {
	.p-list-table th:nth-child(6) {
	width: 38vw;
	}
}
.p-list-table th:nth-child(7) {
	width: 136px;
}
@media screen and (max-width: 767px) {
	.p-list-table th:nth-child(7) {
	width: 28vw;
	}
}
.p-list-table th:last-child {
	width: 50px;
}
@media screen and (max-width: 767px) {
	.p-list-table th:last-child {
	width: 15vw;
	}
}
.p-list-table td {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	padding: 15px 0;
}
@media screen and (max-width: 767px) {
	.p-list-table td {
	font-size: 3.4vw;
	padding: 0.5em 0;
	}
}
.p-list-table td:nth-child(2) {
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-list-table td:nth-child(2) {
	font-size: 3.4vw;
	}
}
.p-list-table td:nth-child(3) {
	padding-left: 5px;
	padding-right: 5px;
}
.p-list-table td .c-check-box__txt {
	padding-left: 20px;
}
@media screen and (max-width: 767px) {
	.p-list-table td .c-check-box__txt {
	display: inline;
	padding-left: 4.08vw;
	background-size: 100% auto;
	}
}
@media screen and (max-width: 767px) {
	.p-list-table td .c-check-box__input:checked + .c-check-box__txt {
		background-size: 1.2em auto;
	}
}
.p-list-table td a {
	border-bottom: 1px solid #45494b;
}
.p-list-table__detail {
	width: 50px;
	font-size: 1.3rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.p-list-table__detail {
	width: 14vw;
	font-size: 3.2vw;
	}
}
.p-list-table__detail a {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
			justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
			align-items: center;
	color: #fff;
	background: #4350A6;
	line-height: 1;
	border-radius: 3px;
	padding: 3px 0;
	border-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
	.p-list-table__detail a {
	padding: 1vw 0;
	}
}
.p-list-table__detail a img {
	width: 0.9em;
	height: auto;
	margin-right: 2px;
}
@media screen and (max-width: 767px) {
	.p-list-table__detail a img {
	width: 0.8em;
	margin-right: 0.2em;
	}
}
.p-list__txt {
	text-align: center;
	margin: 1.3em 0;
}
@media screen and (max-width: 767px) {
	.p-list__txt {
	font-size: 3.2vw;
	text-align: left;
	margin: 0.8em 0;
	}
}


@media screen and (max-width: 767px) {
	.p-list-table .c-check-box {
		display: block;
		padding: 0;
	}
	.p-list-table .c-check-box .c-check-box__txt {
		display: block;
		margin: 0;
		padding: 0 0 18px;
		font-size: 12px;
		text-align: center;
		background-position: center bottom;
		background-size: 1.2em auto;
	}
}



.p-list-end-texs p {
	margin: 20px 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-list-end-texs {
		margin: 0 4vw;
	}
	.p-list-end-texs p {
		margin: 15px 0;
		text-align: left;
	}
}






.p-list-search {
  border: 6px solid #ececec;
  padding: 30px 20px 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-list-search {
	width: 90%;
    padding: 4vw 0;
    margin: 0 auto 3vw;
  }
}
.p-list-search .c-search-btnWrap {
  width: 100%;
}
.p-list-search .c-search-btnWrap__block--job {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .p-list-search .c-search-btnWrap__block--job {
    width: 100%;
  }
}
.p-list-search .c-search-btnWrap__block--area {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .p-list-search .c-search-btnWrap__block--area {
    width: 100%;
  }
}
.p-list-btn {
  width: 324px;
  height: 75px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-list-btn {
    width: 100%;
    height: 17vw;
    font-size: 6vw;
  }
}
.p-list-btn__link {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #f89b2d;
  color: #fff;
  padding-right: 18px;
}
@media screen and (max-width: 767px) {
  .p-list-btn__link {
    padding-right: 5vw;
  }
}
.p-list-btn__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 767px) {
  .p-list-btn__link::before {
    border-width: 1vw 0 1vw 2vw;
  }
}
.p-list-btn__sm01 {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-list-btn__sm01 {
    font-size: 3.2vw;
    margin-bottom: 1.5vw;
  }
}
.p-list-btn__sm02 {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-list-btn__sm02 {
    font-size: 3.2vw;
    margin-top: 1.5vw;
  }
}
.p-detail-modal .p-list-btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-detail-modal .p-list-btn {
    margin-top: 5vw;
  }
}
.p-list-tools {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-list-tools {
    display: block;
  }
}
.p-list-tools--subs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  .p-list-tools--subs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5vw 0;
  }
}
.p-detail-modal .p-list-tools--subs {
  margin-top: 0;
}
.p-list-tools__select {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .p-list-tools__select {
    width: 100%;
    margin-bottom: 3vw;
  }
}
.p-list-tools__btn {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .p-list-tools__btn {
    margin: 0 0 3vw;
  }
  .p-list-tools__btn + .p-list-tools__btn {
    margin: 0;
  }
}
.p-list-tools__btn--center {
  margin: 20px auto;
}
.p-list-tools__sub {
  width: 218px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  text-align: center;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-list-tools__sub {
    width: 49%;
    font-size: 3.2vw;
    margin-left: 0;
  }
}
.p-list-tools__sub + .p-list-tools__sub {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-list-tools__sub + .p-list-tools__sub {
    margin-left: 0;
  }
}
.p-list-tools__sublink {
  display: block;
  line-height: 1;
  border: 1px solid #ccc;
  background: #f5f5f5;
  padding: 1em 0;
  border-radius: 2em;
}
.p-list-tools__back {
  width: 375px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-list-tools__back {
    width: 100%;
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
}
.p-list-tools__backlink {
  display: block;
  line-height: 1;
  border: 1px solid #ccc;
  background: #45494b;
  color: #fff;
  padding: 1em 0;
  border-radius: 2em;
}
