@charset "UTF-8";


/* common */
footer {
	padding: 5px;
	background-color: #f5f5f5;
	font-size:1rem;
	color: #999;
	text-align: center;
}

/* common:btn */
/* common:btn:submit */
input[type=submit] , .sbmitBtn {
	padding:20px 10px;
	background: #f09409;
	background: -moz-linear-gradient(top,  #cd3939 90%, #9e1d1d 100%);
	background: -webkit-linear-gradient(top,  #cd3939 90%,#9e1d1d 100%);
	background: linear-gradient(to bottom,  #cd3939 90%,#9e1d1d 100%);
	border:none;
	-webkit-box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
	-moz-box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
	box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
	color:#fff!important;
	line-height:1;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
input[type=submit]:hover , .sbmitBtn:hover {background:#9e1d1d;color:#fff !important;}
input[type=submit]:active , .sbmitBtn:active {background:#9e1d1d;color:#fff !important;}


/* common:btn:normal */
.normalBtn {
	padding:10px;
	background: -moz-linear-gradient(top,  #F7F5F2 90%, #E7E1D1 100%);
	background: -webkit-linear-gradient(top,  #F7F5F2 90%,#E7E1D1 100%);
	background: -ms-linear-gradient(top,  #F7F5F2 90%,#E7E1D1 100%);
	background: linear-gradient(to bottom,  #F7F5F2 90%,#E7E1D1 100%);
	border:none;
	-webkit-box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
	-moz-box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
	box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
	color:#cd3939 !important;
	line-height:1;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	display:block;
}
.normalBtn:hover {background:#ffeeee;color:#cd3939 !important;}
.normalBtn:active {background:#ffeeee;color:#cd3939 !important;}

.submitBtn01 {
	padding: 18px;
	background: -moz-linear-gradient(top, #d12828 0%, #6c0303 100%);
	background: -webkit-linear-gradient(top, #d12828 0%,#6c0303 100%);
	background: -ms-linear-gradient(top, #d12828 0%,#6c0303 100%);
	background: linear-gradient(to bottom, #d12828 0%,#6c0303 100%);
	border: none;
	-webkit-box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
	-moz-box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
	box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff !important;
	line-height:1;
	font-size: 1.6rem;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
	display:block;
}
.submitBtn01:hover,
.submitBtn01:active {background: #d12828;color: #fff !important;}
.submitBtn01 svg {fill:#fff;}

.submitBtn02 {
	padding: 18px;
	background: -moz-linear-gradient(top, #3e7bdd 0%, #012156 100%);
	background: -webkit-linear-gradient(top, #3e7bdd 0%,#012156 100%);
	background: -ms-linear-gradient(top, #3e7bdd 0%,#012156 100%);
	background: linear-gradient(to bottom, #3e7bdd 0%,#012156 100%);
	border: none;
	-webkit-box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
	-moz-box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
	box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff !important;
	line-height:1;
	font-size: 1.6rem;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
	display:block;
}
.submitBtn02:hover,
.submitBtn02:active {background: #3e7bdd;color: #fff !important;}
.submitBtn02 svg {fill:#fff;}

/* arrowLink */
.arrowLink{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
vertical-align: middle;
}
.arrowLink:before , .arrowLink:after{position: absolute;top: 0;bottom: 0;left: 0;margin: auto;content: "";vertical-align: middle;}
.arrowGl:before{
left: 4px;
box-sizing: border-box;
width: 4px;
height: 4px;
border: 4px solid transparent;
border-left: 4px solid #999;
}


a[target="_blank"] .icon{
	width: 12px;
	height:12px;
	margin: 0 5px 0 5px;
	content: "";
	display:inline-block;
	background-image:url(../../img/support/icon_blank.svg);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:12px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* crumbs */
.crumbs {margin:10px;display:flex;font-size:1rem;}
.crumbs a , .crumbs li {
	margin-right:5px;
	text-decoration:none;
	color:#666;
}

.serviceListArea ul.serviceList > li {
	margin:0 10px 5px 10px;
	padding:0 0 20px 0;
	border:solid #ccc 1px;
	background-color:#fff;
	overflow:hidden;
}
.serviceListArea ul.serviceList > li img {width:100%;}

.subContainer .inquiry {
	padding:0 0 20px 0;
	border:solid #00307c 5px;
}
.subContainer .inquiry h2 {
	padding:10px;
	background-color:#00307c;
	color:#fff;
	font-size:1.5rem;
	text-align:center;
}
.subContainer .inquiry p {margin:0 20px;}
.subContainer .inquiry p.name {margin:10px;text-align:center;font-weight:bold;font-size:1.4rem;}
.subContainer .inquiry p.text {margin:5px 20px 10px;text-align:center;}
.subContainer .subLinkList h2 {
	padding:10px;
	background-color:#E7E1D1;
	font-size:1.3rem;
	text-align:center;
}
.subContainer .subLinkList {background-color:#F7F5F2;}
.subContainer .subLinkList li {border-bottom:solid #ccc 1px;}
.subContainer .subLinkList li a {
	padding:10px 25px 10px 10px;
	text-decoration:none;
	color:#666;
	display:block;
	position:relative;
}

.subContainer .subLinkList li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* common:第二階層 */
.pageTitle2 {
	margin:0 auto;
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:100%;
}
.catchText {
	background-color: #f3ede4;
	line-height: 160%;
	color:#9e1d1d;
}
.heads03 {
	padding: 15px 10px;
	background-color: #f3ede4;
	font-size: 1.6rem;
	font-weight: bold;
}
.noteArea {
	padding: 10px;
	background-color: #f5f5f5;
	color: #666;
}
.noteArea dt.bold{
	font-weight: 700;
}
.noteArea .red {
	color:#9e1d1d;
}

/* common:第二階層:売却保証 */
.svSell .pointList li {
	box-sizing: border-box;
	flex-basis: 1;
	font-size: 1.4rem;
	text-align: center;
	position: relative;
	font-weight: bold;
}
.svSell .pointList li span {
	padding: 2px 10px;
	background-color: #9e1d1d;
	color: #fff;
	display: block;
	position: absolute;
	top:-5px;
	left:-5px;
	font-size: 1rem;
}
.svSell .pointList li strong {
	color: #9e1d1d;
	font-size:1.5rem;
	line-height: 150%;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 60%, #fae5e5 60%, #fae5e5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 60%,#fae5e5 60%,#fae5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 60%,#fae5e5 60%,#fae5e5 100%); 
	display: inline-block;
}
.svSell .sellFor h2 {
	color: #9e1d1d;
	font-size: 1.8rem;
	text-align: center;
}
.svSell .sellFor ul li {
	font-size: 1.3rem;
	background-color:rgba(255,255,255,0.80);
	text-align: center;
	position: relative;
	font-weight: bold;
	border-radius: 10px;
}
/* common:第二階層:安心サポート */
.svCare .merit .head {display: flex;align-items: center;}
.svCare .merit .head .catch {padding:0 0 10px 0;font-weight: bold;}
.svCare .merit .sell .head h3 {background-color: #4384be;}
.svCare .merit .buy .head h3 {background-color: #609859;}
.svCare .merit .sell .head .catch {color: #4384be;}
.svCare .merit .buy .head .catch {color: #609859;}
.svCare .merit .acdBox {margin:5px 5px 0 5px;}
.svCare .merit .acdBox label.triggerLabel , .svCare .merit .acdBox input.triggerCheck:checked + label.triggerLabel {background-color: transparent;font-weight: bold;text-align: center;}
.svCare .merit .acdCon p {margin: 0;}
.svCare .merit .acdCon p.annotation {margin:10px 0;color: #666;font-size: 1.1rem;}
.svCare .merit .sell .acdBox {
	background: -moz-linear-gradient(top,  #d3eaf4 0%, #e8f3f8 100%);
	background: -webkit-linear-gradient(top,  #d3eaf4 0%,#e8f3f8 100%);
	background: linear-gradient(to bottom,  #d3eaf4 0%,#e8f3f8 100%); 
}
.svCare .merit .buy .acdBox {
	background: -moz-linear-gradient(top,  #dcf0d9 0%, #ecf8ea 100%);
	background: -webkit-linear-gradient(top,  #dcf0d9 0%,#ecf8ea 100%);
	background: linear-gradient(to bottom,  #dcf0d9 0%,#ecf8ea 100%); 
}

.svCare .taxIn {
	font-size: 50%;
}
.svCare .meritCharge {
	margin: 15px;
	padding: 20px;
	background: #f5f5f5;
	color: #9e1d1d;
	font-size: 1.4rem;
	font-weight: bold;
	border: 2px solid #9e1d1d;
}
.svCare .meritCharge .sub {
	margin-top: 5px;
	font-size: 1.1rem;
	font-weight: normal;
}
.svCare .meritGuarantee {
	margin: 15px;
	padding: 20px;
	background: #00307C;
	color: #fff;
}
.svCare .meritGuarantee dl {
	margin-bottom: 5px;
	font-size: 1.3rem;
	font-weight: bold;
}
.svCare .meritGuarantee dt {
	float: left;
}
.svCare .meritGuarantee dd {
	overflow: hidden;
}
.svCare .meritGuarantee .sub {
	margin-top: 5px;
	font-size: 1.1rem;
}

.svCare .flow {margin: 0 10px;} 
.svCare .flow p {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}
.svCare .linkArea h2 {
	background-color: #00307C;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
}
.svCare .linkArea dl {
	margin: 10px;
	padding: 10px;
	background-color: #FAE5E5;
	border-radius: 10px;
}
.svCare .linkArea dt {
	margin: 0 0 5px 0;
	color: #9E1D1D;
	text-align: center;
}
.svCare .linkArea ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.svCare .linkArea ul li {
	margin: 1px;
	padding: 8px;
	box-sizing: border-box;
	/*flex-basis: 48%;*/
	width: 48%;
	flex-grow: 1;
	background-color: rgba(255,255,255,0.80);
	text-align: center;
}

.svCare .switchArea{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid #9E1D1D 5px;
}
.svCare .switchArea li h2{
    height: 0;
    text-align: center;
	color: #fff;
}
.svCare .infoArea {border: solid #9E1D1D 2px;}
.svCare .infoArea dl:first-of-type {margin-bottom: 15px;}
.svCare .infoArea dt {width: 80px; box-sizing: border-box;text-align: center;}
.svCare .infoArea dd {box-sizing: border-box;}
.svCare .infoArea .main {
	background: -moz-linear-gradient(top,  #9e1d1d 0%, #dd5858 100%);
	background: -webkit-linear-gradient(top,  #9e1d1d 0%,#dd5858 100%);
	background: linear-gradient(to bottom,  #9e1d1d 0%,#dd5858 100%); 
	color: #fff;
	line-height: 135%;
}
.svCare .infoArea .main dt {background-color: #9E1D1D;border:solid #fff 1px;}
.svCare .infoArea .main dd {display: flex;justify-content: space-between;align-items: center;}
.svCare .infoArea .main dd em {font-size:2.4rem;font-style: normal;font-weight: bold;color:#ffeb0e;}
.svCare .infoArea .sub {font-size: 1.3rem;line-height: 135%;}
.svCare .infoArea .sub dl {color:#00307c;}
.svCare .infoArea .sub dt {border:solid #00307c 1px;}
.svCare .infoArea .sub .annotation {margin: 10px 0 0 0;color: #666;font-size: 1.2rem;}	
.svCare .infoArea .sub dd em {font-style: normal;font-weight: bold;}

.svCare .infoArea .main dd.hvBuild {display: block;}
.svCare .infoArea .main dd.hvBuild div {display: flex;justify-content: space-between;align-items: center;}
.svCare .infoArea .main dd.hvBuild div:last-of-type {
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	border-top: dotted rgba(255,255,255,0.50) 1px;
	}
.svCare .infoArea .main dd.hvBuild div p.time {text-align: right;}

.svCare .equipment .point li{
	padding: 20px 0;
	background-color: #9E1D1D;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}
.svCare .equipment .point li em{color: #ffeb0e;font-style: normal;font-size: 1.6rem;}
.svCare .equipment .subject {margin: 10px 10px 0 10px;}
.svCare .equipment .subject .acdCon p.img img {width: 100%}
.svCare .equipment .subject table {width: 100%;margin:5px 0}
.svCare .equipment .subject table .label01 {width: 40%}
.svCare .equipment .subject table .label02 {width: 30%}
.svCare .equipment .subject table .headCell th {background-color: #f5f5f5;}
.svCare .equipment .subject table th , .svCare .equipment .subject table td {padding: 3px;border:solid #ccc 1px;vertical-align: middle;}
.svCare .equipment .subject table td {text-align: center;}
.svCare .equipment .annotationList {margin:10px 0 0;font-size: 1.2rem;color: #666;}

/* common:第二階層:安心サポート：マンション */
.svCare .buildingM table {width: 100%;}
.svCare .buildingM th , .svCare .buildingM td{border: solid #ccc 1px;vertical-align: middle;}
.svCare .buildingM tr:first-of-type th{background-color: #f5f5f5;text-align: center;}
.svCare .buildingM td{text-align: center;}

/* common:第二階層:安心サポート：一戸建て */
.svCareH .building .acdBox th , .svCare .building .acdBox td {border:solid #ccc 1px;vertical-align: middle;font-size: 1.1rem;}
.svCareH .building  th {background-color: #f5f5f5;text-align: center;}

/* common:第二階層:安心サポート：一戸建てレギュラー */
.svCareHR .buildingHR .checkImg {margin: 0 10px 0;text-align: center;}
.svCareHR .buildingHR .checkImg li {margin: 5px 0 0 0;}
.svCareHR .buildingHR .checkImg dl {border:solid #ccc 1px;}
.svCareHR .buildingHR .checkImg dt {padding: 8px;background-color: #F3EDE4;font-weight: bold;}
.svCareHR .buildingHR .checkImg dd {padding: 5px;}
.svCareHR .buildingHR .checkImg p.img {margin:5px 0 0 0;}
.svCareHR .buildingHR .checkImg p.img img {width: 100%}

/* common:第二階層:安心サポート：一戸建てバリューアップ*/
.svCareHV .building  ul {margin:0;}
.svCareHV .building  li {padding:3px;border-top: solid #ccc 1px;}
.svCareHV .building  li:first-of-type {border-top:none;}
.svCareHV .faultSupplement .premium , .svCareHV .faultSupplement .normalLD {margin: 10px 10px 20px 10px;}
.svCareHV .faultSupplement .premium dt {margin: 0 0 5px 0;font-size: 1.4rem;}
.svCareHV .faultSupplement .premium p {margin: 5px 0 0;}
.svCareHV .faultSupplement .premium li {margin-top: 5px;}
.svCareHV .faultSupplement .notCover {margin: 10px 10px 0 10px;padding:5px;font-size: 1.1rem;color: #666;background-color: #f5f5f5;}
.svCareHV .faultSupplement .premium table {
	margin: 10px 0;
	width: 100%;
	font-size: 1.1rem;
}
.svCareHV .faultSupplement .premium table th,
.svCareHV .faultSupplement .premium table td {
	width: 25%;
	padding: 7px 5px 5px;
	border:solid #ccc 1px;
	vertical-align: middle;
	text-align: center;
}
.svCareHV .faultSupplement .premium table th {
	background-color: #f5f5f5;
}

/* common:第二階層:安心サポート：キャッシュレス */
.svCl{
	font-family: Meiryo;
}
.cards-wrapper {
	display: block grid;
}
.card {
	display: block grid;
	reading-flow: grid-order;
	grid-template-rows: subgrid;
	grid-row: span 2;
}
.card-inner{
	border: 1px solid #F3EDE4;
	border-radius: 1rem;
}
.speech-bubble-container {
}
.speech-bubble {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.speech-bubble p {
	margin-block: 0;
	color: #9E1D1D;
	font-weight: 700;
	text-align: center;
}
.underline-shape {
	position: relative;
	width: 100%;
	height: 1rem;
	background-color: #9E1D1D;
	clip-path: polygon(0% 0%, 100% 0%, 100% 2px, 52% 2px, 50% 8px, 48% 2px, 0% 2px);
}
.underline-shape::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	clip-path: polygon(48% 1px, 52% 1px, 50% 7px);
	top: -1px;
	left: 0;
}
.card-head{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F3EDE4;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}
.card-head-nunber{
	position: absolute;
	width: 6.5rem;
	height: 1.9rem;
	background-color: #9E1D1D;
	color: #fff;
	text-align: center;
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.2rem 1rem;
	font-size: 1rem;
}
.card-head-ttl{
	display: flex;
	align-items: center;
	font-weight: 700;
}
.card-img{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.card-img-text{
	color: #4D66A2;
	font-weight: 700;
}
.card-text {
	font-size: 1.2rem;
}
/* キャッシュレス
-----------------------
本サービスの仕組み */
.flow-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	position: relative;
	background-color: #F7F6F2;
}
.item-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1;
}
.flow-container .item-column:nth-of-type(3) {
	width: 100%;
}
.flow-container .item-column:not(:nth-of-type(3)) {
	width: 100%;
}
.flow-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
}
.flow-item p {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1;
}
.arrow-column {
	position: absolute;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.arrow-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.transfer {
	color: #4384BE;
	font-weight: 700;
	margin: 0;
}
.arrow-wrapper-inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.arrow-wrapper-inner img {
	display: block;
}
.arrow-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: 700;
	width: 100%;
	text-align: center;
}
/* キャッシュレス
-----------------------
本サービスご利用の流れ */
.process-flow-wrap{
	display: flex;
	flex-direction: column;
}
.process-flow {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}
.process-flow li {
	background-color: #4384BE;
	color: #ffffff;
	font-weight: 700;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}
/* キャッシュレス
-----------------------
よくあるご質問 */
.faq-list{
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.faq-item {
	border: 1px solid #CCCCCC;
}
.faq-question {
	position: relative;
	display: flex;
	align-items: baseline;
	gap: 1rem;
	padding: 2rem 1rem;
	cursor: pointer;
	font-weight: 700;
	transition: background-color 0.2s ease;
}
.faq-question::-webkit-details-marker {
	display: none;
}
.faq-question::marker {
	display: none;
}
.faq-question:hover {
	background-color: #f8f9fa;
}
.faq-question .q{
	background-color: #9E1D1D;
	padding: 0.2rem 0.5rem;
	color: #fff;
	font-size: 1rem;
	flex-shrink: 0;
}
/* 矢印アイコンの基本スタイル（閉じた状態：下向き矢印） */
.faq-question::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2.5rem;
	width: 0.7rem;
	height: 0.7rem;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	transform: translateY(-60%) rotate(45deg);
	transition: transform 0.3s ease;
}
/* 開いた状態の矢印アイコン（上向き矢印） */
.faq-item[open]>.faq-question::after {
	transform: translateY(-40%) rotate(-135deg);
}
.faq-answer {
	display: flex;
	align-items: baseline;
	gap: 1rem;
	padding: 0 1rem 2rem 1rem;
}
.faq-answer p {
	font-weight: 400;
}
.faq-answer .a {
	background-color: #00307C;
	padding: 0.2rem 0.85rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	flex-shrink: 0;
	line-height: 1.45;
}

/* common:第二階層:有ったら楽だねコール */
.svCall .callPoint li {
	box-sizing: border-box;
	flex-basis: 1;
	font-size: 1.4rem;
	text-align: center;
	position: relative;
	font-weight: bold;
}
.svCall .callPoint li strong {
	color: #9e1d1d;
	font-size:1.5rem;
	line-height: 150%;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 60%, #fae5e5 60%, #fae5e5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 60%,#fae5e5 60%,#fae5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 60%,#fae5e5 60%,#fae5e5 100%); 
	display: inline-block;
}

/* マンションクリーン＆スムース */
.svCaS .fTypeCleaning {margin: 0 0px 20px 0px;}
.svCaS .fTypeCleaning h3 {
	padding: 10px;
	background-color: #9e1d1d;
	color: #fff;
	line-height: 100%;
	border-radius: 3px 3px 0 0;
}
.svCaS .fTypeCleaning section {
	margin-bottom: 20px;
	background-color: #f7f5f2;
	overflow: hidden;
	border-radius: 0 0 3px 3px;
}
.svCaS .fTypeCleaning section p {
	padding: 15px 5px 15px 15px;
	float: left;
	width: 185px;
}
.svCaS .fTypeCleaning section p img {width: 100%;}
.svCaS .fTypeCleaning section ul {	
	background-color: #fff;
	padding: 10px;
	margin: 15px 15px 15px 5px;
	float: left;
	width: 440px;
	height: 190px;
}
.svCaS .fTypeCleaning section ul li {
	padding-left: 1em;
  	text-indent: -1em;
	font-size: 110%;
	margin-bottom: 13px;
}
.svCaS .overviewCaS section {margin: 0;}
.svCaS .overviewCaS section dl {overflow: hidden;}
.svCaS .overviewCaS section dl dt {
	display: table-cell;
	width: 158px;
	float: left;
	padding: 10px;
    background-color: #f7f5f2;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.svCaS .overviewCaS section dl dd {
	width: 484px;
	float: left;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.svCaS .overviewCaS section dl:nth-child(1) {border-top: 1px solid #ccc;}
.svCaS .overviewCaS section dl:nth-child(2) dt {padding: 34px 10px 34px 10px;}
.svCaS .overviewCaS section dl:nth-child(3) dt {padding: 18px 10px 18px 10px;}
.svCaS .overviewCaS section dl:nth-child(5) dt {padding: 26px 10px;}

/* マンションリペアサービス */
.svRp .descriptionAS {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 25px;
	border: 2px solid #9e1d1d;
	position: relative;
}
.svRp .descriptionAS:after {
	position: absolute;
	top: -20px;
	left: 70px;
  	height: 0;
  	width: 0;
  	border: 10px solid transparent;
  	border-top: 10px solid #9e1d1d;
  	content: "";
	transform: rotate(180deg);
}
.svRp .descriptionAS li {color: #9e1d1d;padding-left: 1em;text-indent: -1em;font-size: 110%;}
.svRp .descriptionAS li:first-child {margin-bottom: 15px;}
.svRp .repairPhoto section div {height: 200px; margin: 10px 10px 30px 10px; display: flex;justify-content: space-between;}
.svRp .repairPhoto section div dl {width: 40%;position: relative;}
.svRp .repairPhoto dt {
	width: 100px;
	font-size: 115%;
	padding: 10px 10px 10px 20px; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(158,29,29,1) 0%, rgba(147,10,33,1) 61%, rgba(143,2,34,0.33) 87%, rgba(109,0,25,0) 100%);
	background: -o-linear-gradient(left, rgba(158,29,29,1) 0%, rgba(147,10,33,1) 61%, rgba(143,2,34,0.33) 87%, rgba(109,0,25,0) 100%);
	background: linear-gradient(to right, rgba(158,29,29,1) 0%, rgba(147,10,33,1) 61%, rgba(143,2,34,0.33) 87%, rgba(109,0,25,0) 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e1d1d', endColorstr='#006d0019',GradientType=1 ); /* IE6-9 */
    color: #fff;
	text-align: left;
	position: absolute;
	top:0;
	left: 0;
	z-index: 10;
}
.svRp .repairPhoto dd {
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
}
.svRp .repairPhoto dd img {width: 100%;border: 1px solid #9e1d1d;}
.svRp .repairPhoto p {
	color: #dd5858;
	margin-left: -70px;
	margin-top: -30px;
}
.svRp .repairPhoto .arrow {
  	display:inline-block;
  	height:30px;
  	width:20px;
  	background-color:#dd5858;
  	position:relative;
	top:115px;
	left: 20px;
}
.svRp .repairPhoto .arrow:before {
  	position:absolute;
  	content:"";
  	width:0;
  	height:0;
  	border:30px solid transparent;
  	border-left:30px solid #dd5858;
  	left:20px;
  	top:-15px;
}



.svRp .repairPhoto ul {float: left;width: 40%;margin-bottom: 20px;}
.svRp .repairPhoto ul li:nth-child(1) {
	width: 100px;
	font-size: 115%;
	padding: 10px 10px 10px 20px; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(158,29,29,1) 0%, rgba(147,10,33,1) 61%, rgba(143,2,34,0.33) 87%, rgba(109,0,25,0) 100%);
	background: -o-linear-gradient(left, rgba(158,29,29,1) 0%, rgba(147,10,33,1) 61%, rgba(143,2,34,0.33) 87%, rgba(109,0,25,0) 100%);
	background: linear-gradient(to right, rgba(158,29,29,1) 0%, rgba(147,10,33,1) 61%, rgba(143,2,34,0.33) 87%, rgba(109,0,25,0) 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e1d1d', endColorstr='#006d0019',GradientType=1 ); /* IE6-9 */
    color: #fff;
	position: relative;
	text-align: left;
	top: 36px;
}
.svRp .repairPhoto ul:nth-child(3) li:nth-child(1),
.svRp .repairPhoto ul:nth-child(6) li:nth-child(1) {
	background: -moz-linear-gradient(left, rgba(221,88,88,1) 0%, rgba(221,88,88,0.82) 64%, rgba(158,29,29,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(221,88,88,1) 0%,rgba(221,88,88,0.82) 64%,rgba(158,29,29,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(221,88,88,1) 0%,rgba(221,88,88,0.82) 64%,rgba(158,29,29,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd5858', endColorstr='#009e1d1d',GradientType=1 ); /* IE6-9 */
}
.svRp .repairPhoto ul li img {width: 275px;border: 1px solid #9e1d1d;}
.svRp .repairPhoto ul:nth-child(3) li img,.svRp .repairPhoto ul:nth-child(6) li img {border: 1px solid #dd5858;}
.svRp .repairPhoto ul:nth-child(4) {clear: both;}
.svRp .repairPhoto ul:nth-child(3),
.svRp .repairPhoto ul:nth-child(6) {float: right;}


.svRp section table {width: 100%;margin-bottom: 30px;}
.svRp section table .label01 {width: 32%;}
.svRp section table .label02 {width: 50%;}
.svRp section table .label03 {width: 8%;}
.svRp section table .label04 {width: 10%;}
.svRp section table th,.svRp section table td {	font-size: 100%;}
.svRp section table th {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #f5f5f5;
	border: solid #ccc 1px;
}
.svRp section table td {
	vertical-align: middle;
	text-align: left;
    border: solid #ccc 1px;
	padding: 5px 3px 5px 5px;
}
.svRp .wTList h3 {
	margin-bottom: 5px;
	font-size: 98%;
    width: 60px;
    background-color: #9e1d1d;
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding: 3px;
	border-radius: 3px;
}
.svRp .overviewRp {margin: 0;}
.svRp .overviewRp dl {overflow: hidden;}
.svRp .overviewRp dl dt {
	display: table-cell;
	width: 158px;
	float: left;
	padding: 10px;
    background-color: #f7f5f2;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.svRp .overviewRp dl dd {
	width: 484px;
	float: left;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.svRp .overviewRp dl:nth-child(1) {border-top: 1px solid #ccc;}
.svRp .overviewRp dl:nth-child(2) dt,.svRp .overviewRp dl:nth-child(3) dt {padding: 18px 10px 18px 10px;}
.svRp .overviewRp dl:nth-child(4) dt {padding: 34px 10px 34px 10px;}

/* 残置物・荷物一時預かりサービス */
.svCaB .serviceT {
	overflow: hidden;
	width: 470px;
	margin: 0 auto 20px auto;
}
.svCaB .serviceT li {
	box-sizing: border-box;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
	width: 225px;
    margin: 0;
    padding: 25px 10px;
    border: solid #f7f5f2 5px;
	float: left;
}
.svCaB .serviceT li:first-child {margin-right: 20px;}
.svCaB .descriptionAS {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 25px;
	border: 2px solid #9e1d1d;
	position: relative;
}
.svCaB .descriptionAS:after {
	position: absolute;
	top: -20px;
	left: 70px;
  	height: 0;
  	width: 0;
  	border: 10px solid transparent;
  	border-top: 10px solid #9e1d1d;
  	content: "";
	transform: rotate(180deg);
}
.svCaB .descriptionAS li {color: #9e1d1d;font-size: 110%;margin-bottom: 15px;}
.svCaB .descriptionAS li:last-child {margin-bottom: 0px;}
.svCaB .descriptionAS li img {margin: 0 25px 10px 25px;}
.svCaB .overviewCol {margin: 10px 0 0 0;}
.svCaB .overviewCol dl {overflow: hidden;}
.svCaB .overviewCol dl dt {
	display: table-cell;
	width: 158px;
	float: left;
	padding: 10px;
    background-color: #f7f5f2;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.svCaB .overviewCol dl dd {
	width: 484px;
	float: left;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.svCaB .overviewCol dl:nth-child(1) {border-top: 1px solid #ccc;}
.svCaB .overviewCol dl:nth-child(2) dt,.svCaB .overviewCol dl:nth-child(3) dt {padding: 18px 10px 18px 10px;}
.svCaB .collectService {overflow: hidden;}
.svCaB .collectService .collectList {margin-right: 14px;float: left;}
.svCaB .collectService table {width: 219px;margin-bottom: 15px;}
.svCaB .collectService table .label01 {width: 65%;}
.svCaB .collectService table .label02 {width: 35%;}
.svCaB .collectService table th,.svRp section table td {font-size: 100%;}
.svCaB .collectService table th {
	vertical-align: middle;
	padding: 5px;
	background-color: #f5f5f5;
	border: solid #ccc 1px;
}
.svCaB table td {
	vertical-align: middle;
	text-align: left;
    border: solid #ccc 1px;
	padding: 5px 3px 5px 5px;
}
.svCaB .collectService table tr:first-child th {
	padding: 6px;
	background-color: #00307C;
	text-align: center;
	color: #fff;
}
.svCaB .collectService .collectList:nth-child(3) {
	width: 219px;
	margin: 0;
}
.svCaB .collectService .collectList .textLine {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 180%;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 60%, #ffbabb 60%, #ffbabb 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 60%,#ffbabb 60%,#ffbabb 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 60%,#ffbabb 60%,#ffbabb 100%);
	display: inline;
}
.svCaB .collectService .collectList .collectImg {
	margin-top: 20px;
	height: 220px;
	width: 219px;
	background: url(../../img/support/img_collectList.jpg) no-repeat;
}
.svCaB .collectService .collectList .collectImg img {
	display: none;
}
.svCaB .collectService .collectB {clear: both;padding-top: 30px;}
.svCaB .collectService .collectB h3 {
	width: 135px;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #9e1d1d;
	border-radius: 5px;
	padding: 5px 10px;
	line-height: 100%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.svCaB .collectService .collectB ul {
	width: 130px;
	margin-right: 5px;
	float: left;
	border-right: 1px dotted #ccc;
	height: 95px;
}
.svCaB .collectService .collectB ul.clear {
	margin: 0;
	width: 141px;
	border: none;
}
.svCaB .collectService .collectB ul li:first-child {height: 53px;vertical-align: middle;}
.svCaB .collectService .collectB ul li {
	text-align: center;
	font-size: 83%;
	margin-bottom: 5px;
}
.svCaB .collectService .collectB h4 {
	color: #9e1d1d;
	margin-bottom: 10px;
}
.svCaB .collectService  p.clear {padding-top: 5px;}
.svCaB .collectService .collectB ul.otherI {
	overflow: hidden;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
}
.svCaB .collectService .collectB ul.otherI li {
	float: left;
	margin-right: 10px;
	text-align: left;
}
.svCaB .collectService .collectB ul.otherI li:first-child {height: auto;}
.svCaB .collectService .collectB ul.otherI li:last-child {margin: 0;}
.svCaB .overviewBag {margin: 10px 0 0 0;}
.svCaB .overviewBag dl {overflow: hidden;}
.svCaB .overviewBag dl dt {
	display: table-cell;
	width: 158px;
	float: left;
	padding: 10px;
    background-color: #f7f5f2;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.svCaB .overviewBag dl dd {
	width: 484px;
	float: left;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.svCaB .overviewBag dl:nth-child(1) {border-top: 1px solid #ccc;}
.svCaB .overviewBag dl:nth-child(2) dt,.svCaB .overviewBag dl:nth-child(3) dt {padding: 18px 10px 18px 10px;}
.svCaB .overviewBag dl:nth-child(4) dt {padding: 74px 10px;}
.svCaB .overviewBag dl:nth-child(4) dd ul {text-indent: -1em;padding-left: 1em;}

/* 土地サポートサービス */
.svLaCaM .serviceT {
	overflow: hidden;
	 display: flex;
    justify-content: space-between;
	margin-bottom: 20px;
}
.svLaCaM .serviceT li {
	box-sizing: border-box;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
	width: 225px;
    margin: 0;
    padding: 25px 10px;
    border: solid #f7f5f2 5px;
	float: left;
}
.svCaB .serviceT li p,
.svLaCaM .serviceT li p {
    color: #9e1d1d;
    font-size: 1.5rem;
    line-height: 150%;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 60%, #fae5e5 60%, #fae5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 60%,#fae5e5 60%,#fae5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 60%,#fae5e5 60%,#fae5e5 100%);
    display: inline-block;
}
.svLaCaM .descriptionAS {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 25px;
	border: 2px solid #9e1d1d;
	position: relative;
}
.svLaCaM .descriptionAS:after {
	position: absolute;
	top: -20px;
	left: 70px;
  	height: 0;
  	width: 0;
  	border: 10px solid transparent;
  	border-top: 10px solid #9e1d1d;
  	content: "";
	transform: rotate(180deg);
}
.svLaCaM .descriptionAS li,.svLaCaM p.descriptionAS {color: #9e1d1d;font-size: 110%;margin-bottom: 15px;}
.svLaCaM .descriptionAS li:last-child {margin-bottom: 0px;}


.svLaCaM .reportDetail {
	margin: 10px 10px 0 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.svLaCaM .reportDetail li {width: 215px;margin: 0 0 20px 0;}
.svLaCaM .reportDetail p.img {width: 215px;height: 181px;margin: 10px 0 0 0;position: relative;}
.svLaCaM .reportDetail p.img img {width: 100%;position: absolute;bottom: 0;}
.svLaCaM .reportDetail .text {margin: 10px 0 0 0;}
.svLaCaM .reportDetail h4 {height: 2em;margin: 10px 0;font-size: 1.4rem;}


.svLaCaM .noteArea {margin-top: 10px;}
.svLaCaM .noteArea li {text-indent: -1em;padding-left: 1rem;}
.svLaCaM .overviewCSS {margin: 10px 0 0 0;}
.svLaCaM .overviewCSS dl {overflow: hidden;}
.svLaCaM .overviewCSS dl dt {
	display: table-cell;
	width: 158px;
	float: left;
	padding: 10px;
    background-color: #f7f5f2;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.svLaCaM .overviewCSS dl dd {
	width: 484px;
	float: left;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.svLaCaM .overviewCSS dl:nth-child(1) {border-top: 1px solid #ccc;}
.svLaCaM .overviewCSS dl:nth-child(2) dt,.svLaCaM .overviewCSS dl:nth-child(3) dt {padding: 18px 10px 18px 10px;}

/* 空き家管理サービス */
.svAkiya .caseArea {
	background: #f3ede4;
	padding: 10px 10px 5px;
	position: relative;
	margin-bottom: 25px;
}
.svAkiya .caseArea::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #f3ede4 transparent transparent transparent;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -15px;
}
.svAkiya .caseArea dt {
	padding: 5px 0 15px;
	color: #9e1d1d;
	line-height: 135%;
	text-align: center;
}
.svAkiya .caseArea li {
	padding: 10px;
	background: #fff;
	margin-bottom: 5px;
}
.svAkiya .caseArea li .title {
	color: #9e1d1d;
	font-size: 1.6rem;
	font-weight: bold;
}
.svAkiya .solutionText {
	margin-bottom: 5px;
		line-height: 135%;
		font-weight: bold;
		text-align: center;
	}
.svAkiya .aboutAkiyaKanri {
	line-height: 150%;
	text-align: center;
}
.svAkiya .aboutAkiyaKanri strong {
	color: #9e1d1d;
}
.svAkiya .menuArea {
	margin-top: 15px;
	padding: 5px;
	border: solid #ccc 1px;
}
.svAkiya .menuArea h3 {
	padding: 14px 10px 10px;
	background: #00307c;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
}
.svAkiya .menuArea h3 strong {
	font-size: 1.8rem;
	line-height: 100%;
}
.svAkiya .menuArea li {
	padding: 14px;
	background: #f5f5f5;
	margin-top: 5px;
	border-radius: 10px;
	overflow: hidden;
}
.svAkiya .menuArea li p {
	clear: both;
}
.svAkiya .menuArea li p.title {
	float: left;
	margin-bottom:10px;
	color: #33a1db;
	font-size: 1.6rem;
	font-weight: bold;
}
.svAkiya .menuArea li p.title strong {
	display: block;
	margin-bottom: 5px;
	color: #00307c;
	font-size: 1.3rem;
}
.svAkiya .menuArea li p.title strong span {
	font-size: 1.6rem;
}
.svAkiya .menuArea li img {
	float: right;
	margin-left: 5px;
}
.svAkiya .menuArea .reportText {
	margin-top: 20px;
	padding: 20px 0;
	background: url(../../img/support/bg_report.png) no-repeat top center;
	background-size: 150px 70px;
	color: #33a1db;
	font-size: 3.0rem;
	line-height: 135%;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.svAkiya .menuArea .reportText::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #00307c transparent transparent transparent;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -15px;
}
.svAkiya .menuArea .reportText + p {
	line-height: 135%;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.svAkiya .menuArea .reportText + p::after {
	content: "";
	display: block;
	width: 120px;
	height: 110px;
	background: url(../../img/support/img_akiyaIetan.png) no-repeat right top;
	position: absolute;
	top: -80px;
	right: 5px;
}
.svAkiya .menuArea .reportText + p strong {
	color: #ec681f;
}
.svAkiya .tax {
	font-size: 1.1rem;
}
.svAkiya .standardPlan dt,
.svAkiya .optionMenu dt {
	padding: 12px 0 10px;
	background: #9e1d1d;
	color: #fff;
	font-size: 1.6rem;
	line-height: 100%;
	text-align: center;
	font-weight: bold;
}
.svAkiya .standardPlan dd,
.svAkiya .optionMenu dd {
	padding: 5px 10px 10px 5px;
	background: #f7f5f2;
}
.svAkiya .standardPlan li,
.svAkiya .optionMenu li {
	margin: 5px 0 0 5px;
	background: #fff;
	font-weight: bold;
	overflow: hidden;
}
.svAkiya .optionMenu {
	position: relative;
	margin-top: 50px;
}
.svAkiya .optionMenu::before {
	position: absolute;
	content: "";
	display: block;
	background: #ccc;
	width: 30px;
	height: 10px;
	top: -30px;
	left: 50%;
	margin-left: -15px;
}
.svAkiya .optionMenu::after {
	position: absolute;
	content: "";
	display: block;
	background: #ccc;
	width: 10px;
	height: 30px;
	top: -40px;
	left: 50%;
	margin-left: -5px;
}
.svAkiya .optionMenu ul {
	font-size: 1.4rem;
	line-height: 135%;
}
.svAkiya .optionMenu ul .point {
	color: #ec681f;
	font-size: 1.3rem;
}
.svAkiya .optionMenu ul .point strong {
	font-size: 1.6rem;
}
.svAkiya .optionMenu ul .point .tax {
	color: #333;
}
.svAkiya .akiyaAttention {
	font-size: 1.1rem;
	line-height: 150%;
}
.svAkiya .akiyaAttention ol {
	padding-left: 2.5em;
}
.svAkiya .akiyaAttention li {
	margin-top: 4px;
	list-style-type: decimal;
}
svg {
	width: 24px;
	height: 24px;
	margin: -2px 8px 0 0;
	vertical-align: middle;
}
/* プラスアルファコンシェルジュ */
.svConcierge .consultationArea {
	background-image: url(../../img/support/bg_consultation.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-top: solid #9e1d1d 3px;
	text-align: center;
}
.svConcierge .consultationArea dl {
	margin-top: 30px;
	padding: 10px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	position: relative;
}
.svConcierge .consultationArea dl::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #9e1d1d transparent transparent transparent;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
}
.svConcierge .consultationArea .normalBtn {
	background: -moz-linear-gradient(top, #F7F5F2 90%, #aea079 100%);
	background: -webkit-linear-gradient(top, #F7F5F2 90%,#aea079 100%);
	background: -ms-linear-gradient(top, #F7F5F2 90%,#aea079 100%);
	background: linear-gradient(to bottom, #F7F5F2 90%,#aea079 100%);
	-webkit-box-shadow: 0 0 2px 0 #555, 0 1px 2px 0 #555;
	-moz-box-shadow: 0 0 2px 0 #555, 0 1px 2px 0 #555;
	box-shadow: 0 0 2px 0 #555, 0 1px 2px 0 #555;
	border-radius: 2px;
}
.svConcierge .consultationArea .normalBtn:hover,
.svConcierge .consultationArea .normalBtn:active
	{background:#ffeeee;color:#cd3939 !important;}
.svConcierge .consultationArea ul {
	display: flex;
}
.svConcierge .consultationArea li {
	flex: 1;
}
.remodal.consultation dt {
	padding: 10px;
	background: #9e1d1d;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
}
.remodal.consultation ul {
	padding: 20px 20px 20px 40px;
}
.remodal.consultation li {
	margin-bottom: 10px;
	list-style: disc;
	text-align: left;
}
.remodal.consultation .normalBtn {
	width: 180px;
	margin: 0 auto;
}
.conciergeInfo {
	border: solid #9e1d1d 1px;
}
.svConcierge .conciergeStaff h2 {
	padding: 10px;
	background: #9e1d1d;
	color: #fff;
	font-size: 1.6rem;
	line-height: 135%;
	text-align: center;
}
.svConcierge .conciergeStaff h2 img {
	vertical-align: middle;
	margin-right: 5px;
}
.svConcierge .conciergeStaff ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.svConcierge .conciergeStaff li {
	margin-top: 5px;
	padding: 10px;
	background: #f7f5f2;
	overflow: hidden;
}
.svConcierge .conciergeStaff li img {
	margin-right: 10px;
	float: left;
	border: solid #ccc 1px;
}
.svConcierge .conciergeStaff .conciergeText {
	overflow: hidden;
}
.svConcierge .conciergeStaff h3 {
	font-size: 1.6rem;
	line-height: 135%;
	font-weight: bold;
}
.svConcierge .conciergeStaff h3 span {
	display: inline-block;
	width: 64px;
	margin-right: 5px;
	padding: 6px 0 5px;
	background: #906a05;
	color: #fff;
	font-size: 1.1rem;
	line-height: 100%;
	vertical-align: 2px;
	text-align: center;
	box-sizing: border-box;
}
.svConcierge .conciergeStaff .conciergeText p {
	margin-top: 8px;
}
.svConcierge .conciergeStaff .womanTitle {
	padding: 20px 22px 10px;
	color: #ff6868;
	font-size: 1.6rem;
	line-height: 135%;
	text-align: center;
	position: relative;
}
.svConcierge .conciergeStaff .womanTitle::before {
	display: block;
	content: "";
	width: 23px;
	height: 29px;
	background-image: url(../../img/support/bg_woman.png);
	background-size: auto 29px;
	background-repeat: no-repeat;
	background-position: 0 0 ;
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.svConcierge .conciergeStaff .womanTitle::after {
	display: block;
	content: "";
	width: 23px;
	height: 29px;
	background-image: url(../../img/support/bg_woman.png);
	background-size: auto 29px;
	background-repeat: no-repeat;
	background-position: -29px 0 ;
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.svConcierge .secretBtn,
.svSecret .secretSurvice{
	background: #f5f5f5;
}
a.secretBtn {
	display: block;
	text-decoration: none;
}
.svConcierge .secretBtn dt,
.svSecret .secretSurvice dt{
	background: #002f7b;
	color: #fff;
	font-weight: bold;
}
.svConcierge .secretBtn dt span,
.svSecret .secretSurvice dt span{
	display: inline-block;
	padding: 4px 5px 2px;
	margin-right: 2px;
	background: #ffae00;
	border-radius: 4px;
	font-size: 1.3rem;
	vertical-align: 2px;
}
.svConcierge .secretBtn dd {
	color: #333;
}
.svConcierge .secretBtn .normalBtn {
	padding: 10px;
	background: -moz-linear-gradient(top, #fff 90%, #E7E1D1 100%);
	background: -webkit-linear-gradient(top, #fff 90%,#E7E1D1 100%);
	background: -ms-linear-gradient(top, #fff 90%,#E7E1D1 100%);
	background: linear-gradient(to bottom, #fff 90%,#E7E1D1 100%);
	-webkit-box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
	-moz-box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
	box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
}
.svConcierge .secretBtn .normalBtn:hover,
.svConcierge .secretBtn .normalBtn:active
	{background:#ffeeee;color:#cd3939 !important;}
/* シークレットサービス */
.svSecret .secretSurvice ul {
	overflow: hidden;
}
.svSecret .secretSurvice li {
	color: #9e1d1d;
	font-weight: bold;
	position: relative;
	padding-left: 28px !important;
}
.svSecret .secretSurvice li::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #9e1d1d;
	position: absolute;
	top: 0;
	left: 0;
}
.svSecret .secretSurvice li::after {
	content: "";
	width: 8px;
	height: 12px;
	border: 3px solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 4px;
}
.svSecret .lead p {
	line-height: 170%;
}
.svSecret .lead p + p {
	margin-top: 10px;
}
.svSecret .troubleNav {
	padding: 10px;
	border: 1px solid #ccc;
}
.svSecret .troubleNav dt {
	padding: 5px 0 15px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.svSecret .troubleNav li a {
	padding: 10px 5px;
	position: relative;
}
.svSecret .troubleNav li a.cl {
	background: #e7e1d1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 2px;
	color: #333 !important;
}
.svSecret .troubleNav.anchor dt {
	color: #9e1d1d;
}
.svSecret .troubleNav li strong {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 4px;
}
.svSecret .troubleNav.anchor li a {
	padding: 10px 5px 10px 20px;
	color: #333 !important;
}
.svSecret .troubleNav.anchor li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 6px;
	height: 6px;
	margin-top: -6px;
	border-top: solid 2px #9e1d1d;
	border-right: solid 2px #9e1d1d;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.svSecret .troubleMenu li {
	padding-bottom: 10px;
	font-size: 1.4rem;
	line-height: 135%;
}
.svSecret .troubleMenu dd span {
	width: 50px;
	padding: 2px 10px;
	background-color: #9e1d1d;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
.svSecret .troubleMenu dd a {
	padding-right: 12px;
	display: block;
	color: #cd3939;
	text-align: right;
	position: relative;
}
.svSecret .troubleMenu dd a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 2px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 1px #9e1d1d;
	border-right: solid 1px #9e1d1d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.svSecret .linkArea .caution {
	margin-bottom: 5px;
	padding: 7px 5px 6px;
	background: #e7e1d1;
	color: #9e1d1d;
	font-size: 1.1rem;
	line-height: 150%;
	text-align: center;
	position: relative;
}
.svSecret .linkArea .caution::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #e7e1d1 transparent transparent transparent;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -4px;
}
.svSecret .linkArea .pic {
	text-align: center;
	margin-bottom: 5px;
}
.svSecret .linkArea .time {
	text-align: center;
}
.svSecret .caseText dd {
	font-size: 1.4rem;
	line-height: 150%;
	overflow: hidden;
}
.svSecret .caseText dd img {
	border: solid #ccc 1px;
}
.svSecret .caseText dd p {
	margin-bottom: 10px;
}
.svSecret .caseText dd ul {
	margin: 15px 0 15px 10px;
	font-weight: bold;
}
.svSecret .caseText dd li {
	margin: 0 0 10px 1em;
	text-indent: -1em;
}
.svSecret .caseText .question .title {
	color: #9e1d1d;
	font-weight: bold;
}
.svSecret .caseText .answer .title {
	color: #002f7b;
	font-weight: bold;
}
.svSecret .caseText .title {
	font-size: 1.8rem;
}
.svSecret .caseText .title span {
	margin-left: 5px;
	font-size: 1.3rem;
	vertical-align: 1px;
}
/* 引越基本料金割引 */
.svHikkoshi .scL {
	position: relative;
}
.svHikkoshi .tokuten {
	padding: 15px;
	background: #9e1d1d;
}
.svHikkoshi .tokuten dt {
	padding: 5px 0;
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 125%;
	font-weight: bold;
	text-align: center;
}
.svHikkoshi .tokuten dd > ul > li {
	padding: 10px;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	box-sizing: border-box;
}
.svHikkoshi.art .tokuten dd > ul > li {
	padding: 15px 10px 10px;
	text-align: center;
}
.svHikkoshi .tokuten .privilege {
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	padding-top: 4px;
	width: 45px;
	height: 45px;
	background: #9e1d1d;
	color: #fff;
	font-size: 1.1rem;
	line-height: 100%;
	font-weight: 500;
	text-align: center;
	border-radius: 50%;
	box-sizing: border-box;
}
.svHikkoshi .tokuten .privilege span {
	margin-top: 2px;
	font-size: 2.2rem;
	line-height: 100%;
	font-weight: bold;
}
.svHikkoshi .tokuten .title {
	color: #9e1d1d;
	font-size: 1.8rem;
	line-height: 125%;
	font-weight: bold;
}
.svHikkoshi .tokuten .title strong {
	font-size: 3.0rem;
	line-height: 100%;
}
.svHikkoshi.sakai .tokuten .title {
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.svHikkoshi.ari .tokuten .title {
	padding: 4px 0 1px;
}
.svHikkoshi .tokuten .info {
	margin-top: 10px;
	padding: 0 5px;
	clear: both;
	overflow: hidden;
}
.svHikkoshi .tokuten .info img {
	float: right;
	margin-left: 10px;
}
.svHikkoshi .tokuten .info p {
	line-height: 150%;
}
.svHikkoshi .tokuten .yellow {
	color: #d88900;
	font-size: 1.5rem;
	font-weight: bold;
}
.svHikkoshi .tokuten .sub {
	margin-top: 5px;
	font-size: 1.0rem;
	line-height: 150%;
}
.svHikkoshi.art .ecoRakuBox {
	margin-top: 5px;
	text-align: center;
}
.svHikkoshi.art .ecoRakuBox .copy {
	padding: 15px 0;
	background: -moz-linear-gradient(top, #f5f3ed 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #f5f3ed 0%,#fff 100%);
	background: -ms-linear-gradient(top, #f5f3ed 0%,#fff 100%);
	background: linear-gradient(to bottom, #f5f3ed 0%,#fff 100%);
}
.svHikkoshi.art .ecoRakuBox .info {
	padding: 10px;
	background: #f5f5f5;
	font-size: 1.4rem;
	line-height: 150%;
	text-align: left;
	overflow: hidden;
}
.svHikkoshi.art .ecoRakuBox .info img {
	float: left;
}
.svHikkoshi.art .ecoRakuBox .info .title {
	color: #14a73c;
	font-weight: bold;
}
.svHikkoshi.art .ecoRakuBox .info .title span {
	background: #14a73c;
	color: #fff;
	border-radius: 5px;
}
.svHikkoshi .dataAreaInn + p {
	margin-top: 5px;
	font-size: 1.1rem;
}
.svHikkoshi .dataAreaInn + p a {
	color: #333;
}
.svHikkoshi .service dt {
	padding: 15px 0 10px;
	background: #e7e1d1;
	font-size: 1.8rem;
	line-height: 125%;
	font-weight: bold;
	text-align: center;
}
.svHikkoshi .service dd {
	background: #f7f5f2;
	padding: 20px;
	text-align: center;
}
.svHikkoshi .service dd li {
	background: #fff;
	border: solid #ccc 1px;
	text-align: center;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.svHikkoshi .service li a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.svHikkoshi .service li a:hover {
	opacity: 0.8;
}
.svHikkoshi .service dd li:not(.ari) a {
	padding: 10px 0;
}
.svHikkoshi .service dd li.ari {
	padding: 0;
	background: #0000fe;
}
.svHikkoshi .sakaiService {
	background: #f7f5f2;
	padding: 15px;
}
.svHikkoshi .sakaiService > dt {
	padding: 5px 0;
	margin-bottom: 10px;
	color: #9e1d1d;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.svHikkoshi .sakaiService .inner {
	margin-top: 10px;
	background: #fff;
}
.svHikkoshi .sakaiService .inner dt {
	padding: 7px 0 5px;
	background: #e7e1d1;
	font-weight: bold;
	text-align: center;
}
.svHikkoshi .sakaiService .inner dd {
	padding: 10px;
	overflow: hidden;
}
.svHikkoshi .sakaiService .inner dd .mini {
	font-size: 1.0rem;
}
.svHikkoshi .sakaiService .inner dd p {
	line-height: 150%;
}
.svHikkoshi .sakaiService .inner dd p + p {
	margin-top: 5px;
}
.svHikkoshi .sakaiService .inner dd img {
	float: right;
	margin: 0 0 5px 10px;
}
.svHikkoshi .ariRecommend > p {
	text-align: center;
}
.svHikkoshi .ariRecommend .title {
	color: #9c7203;
	position: relative;
}
.svHikkoshi .ariRecommend .title::before {
	content: "";
	background: url(../../img/support/bg_ariFlame.png) no-repeat 0 0;
	background-size: auto 70px;
	width: 50px;
	height: 70px;
	position: absolute;
}
.svHikkoshi .ariRecommend .title::after {
	content: "";
	background: url(../../img/support/bg_ariFlame.png) no-repeat -60px 0;
	background-size: auto 70px;
	width: 50px;
	height: 70px;
	position: absolute;
}
.svHikkoshi .ariRecommend .copy {
	color: #9e1d1d;
	font-weight: bold;
}
.svHikkoshi .ariRecommend .pointBlock {
	margin-top: 10px;
	background: #f7f5f2;
	padding: 15px;
}
.svHikkoshi .ariRecommend .pointBlock dt {
	padding: 5px 0;
	margin-bottom: 10px;
	color: #9e1d1d;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
/* tf */
.caption {
	margin-top: 5px;
	font-size: 1.1rem;
}
.tfService_list img {
	margin-right: 10px;
	width: 70px !important;
	height: 70px !important;
}
.tfService_list .ttl {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #10589e;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
}
.svHikkoshi .coupon {
	padding: 5px;
	background: #fae5e5;
	text-align: center;
}
.svHikkoshi .coupon strong {
	color: #9e1d1d;
	font-weight: bold;
}

.movieLink {
	text-align: center;
}
.movieLink dt {
	font-weight: bold;
}
.movieLink ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.movieLink li {
	width: calc(50% - 5px);
}
.movieLink a {
	padding: 10px;
	background: -moz-linear-gradient(top, #e7e1d1 90%, #d6cbaf 100%);
	background: -webkit-linear-gradient(top, #e7e1d1 90%,#d6cbaf 100%);
	background: -ms-linear-gradient(top, #e7e1d1 90%,#d6cbaf 100%);
	background: linear-gradient(to bottom, #e7e1d1 90%,#d6cbaf 100%);
	border: none;
	-webkit-box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
	-moz-box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
	box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
	color: #cd3939 !important;
	line-height: 1;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.movieLink img {
	margin-right: 8px;
	vertical-align: -5px;
}

/* PC */
@media print, screen and (min-width:769px){
	.pcDisNon {display: none;}
	a[href^="tel:"] {cursor: default; pointer-events: none;}
/* header */
header {
	margin:0 0 10px 0;
	padding:15px 0;
	border-bottom:solid #000 1px;
}
.headArea {width:900px;	margin:0 auto;}
.headArea p.logo {width:280px;}
.headArea p.logo img {width:100%;}

.linkArea {
	display:flex;
	justify-content:space-between;
	align-items:baseline;
}

/* header:gnavi */
#spGnavi {display: none;}
.gnaviArea ul {display: flex;}
.gnaviArea li {
	margin:0 0 0 8px;
	padding:0 0 0 8px;
	border-left:solid #000 1px;
}
.gnaviArea li a {
	padding:0 0 0 0;
	display:block;
	text-align:center;
	color:#000;
	text-decoration:none;
	font-size:1.2rem;
	font-weight:bold;
}
.gnaviArea li.cr a, .gnaviArea li a:hover {color:#cd3939!important;}
.gnaviArea li.menuClose {display:none;}

/* crumbs */
.crumbs {width:900px;margin:10px auto;}

/* pageTitle */
.pageTitle {
	width:900px;
	height:120px;
	margin:0 auto;
	background-image:url(../../img/support/img_main_pc.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:100%;
}

/* layout */
.contents {width:900px;margin-left:auto;margin-right:auto;}
.column2 {width:900px;margin:20px auto 0 auto;display:flex;justify-content:space-between;}
.column2 main {width:685px;margin:0 15px 20px 0;order:1;}
.column2 .subContainer {width:200px;margin:0;order:2;}
.container{padding-bottom: 30px;}

/* common:tab */
.tabArea {display:flex;justify-content:space-between;}
.tabArea li {
	width:225px;
	text-align:center;
	background: -moz-linear-gradient(top,  #f5f5f5 80%, #ddd 100%);
	background: -webkit-linear-gradient(top,  #f5f5f5 80%,#ddd 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 80%,#ddd 100%); 
	background: linear-gradient(to bottom,  #f5f5f5 80%,#ddd 100%);
}
.tabArea li br {display:none;}
.tabArea li.cr {background-color:#9e1d1d;}
.tabArea li p {
	padding:10px 0 10px 10px;
	color:#fff;
	border:solid #9e1d1d 1px;
	background-color:#9e1d1d;
	background-image:url(../../img/support/icon_arrow_d_w.png);
	background-repeat:no-repeat;
	background-position:7px center;
	background-size:10px;
}
.tabArea li a {
	padding:10px 0 10px 10px;
	display:block;
	text-decoration:none;
	color:#999;
	border:solid #ccc 1px;
	background-image:url(../../img/support/icon_arrow_d_r.png);
	background-repeat:no-repeat;
	background-position:7px center;
	background-size:10px;
}
.tabArea li a:hover {
	color:#fff !important;
	background-color:#cd3939;
	background-image:url(../../img/support/icon_arrow_d_w.png);
	background-repeat:no-repeat;
	background-position:7px center;
	background-size:10px;
}

.serviceListArea .heads {padding:30px 10px;background-color:#9e1d1d;text-align:center;}
.serviceListArea .heads h2 {color:#fff;font-size:1.8rem;}
.serviceListArea .heads p {
	margin:10px 0 0 0;
	color:rgba(255,255,255,0.75);
	font-size:1.2rem;
}
.serviceListArea ul.serviceList {
	margin:10px -5px 50px 0;
	display:flex;
	flex-wrap:wrap;
}
.serviceListArea ul.serviceList > li {
	width:225px;
	box-sizing:border-box;
	margin:0 5px 10px 0;
	padding:10px 10px 45px;
	position:relative;
}
.serviceListArea ul.serviceList > li.boxTap:hover {background-color:#ebf5d7;}
.serviceListArea ul.serviceList > li.btnMultiple {padding:10px 10px 105px;}
.serviceListArea p.text {margin:10px 10px 0 10px;padding:0 0 5px 0;}
.serviceListArea p.btn {width:205px;position:absolute;bottom:10px;}
.serviceListArea ul.btn{
	width:205px;
	position:absolute;
	bottom:10px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.serviceListArea ul.btn li{width:100px;margin:5px 0 0 0;}
.serviceListArea p.btn a.normalBtn , 
.serviceListArea ul.btn li a.normalBtn{padding:10px 0;font-size:1.2rem;}


.subContainer .inquiry {margin:20px 0 0 0;padding:0 0 10px 0;}
.subContainer .inquiry p {margin:0 10px;}
.subContainer .inquiry p.tel {text-align:center;}
.subContainer .inquiry p.tel a {
	text-decoration:none;
	color:#9e1d1d;
	font-weight:bold;
	cursor:text;
	font-size:1.6rem;
}
.subContainer .inquiry p.tel a:hover {color:#9e1d1d !important;}
.subContainer .subLinkList:first-of-type {border-top:solid #ccc 1px;}
.subContainer .subLinkList li {font-size:1.2rem;}
.subContainer .subLinkList li a {
	padding:20px 25px 20px 10px;
}
.subContainer .subLinkList h2 {
	padding:10px;
	background-color:#9e1d1d;
	background-color:#E7E1D1;
	font-size:1.3rem;
	text-align:center;
}
	
/* 第二階層 */
.pageTitle2 {width:900px;height:120px;}
.catchText {
	width:900px;
	box-sizing: border-box;
	margin:1px auto 0 auto;
	padding: 20px;
	font-size: 1.6rem;
	text-align: center;
}
.heads02 {
	padding:10px 10px 20px 10px;
	border-top:solid #9e1d1d 3px;
	font-size: 1.8rem;
	line-height: 135%;
	background: -moz-linear-gradient(top,  #f7f5f2 00%, #fff 100%);
	background: -webkit-linear-gradient(top,  #f7f5f2 0%,#fff 100%);
	background: linear-gradient(to bottom,  #f7f5f2 0%,#fff 100%);
}
.heads03 {display: flex;align-items: center;}
.heads03  span {
	margin:0 5px 0 -10px;
	padding: 2px 10px;
	background-color: #9e1d1d;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
}
.heads03  span br {display: none;}
.scL {margin: 30px 0 0 0}
.scL:first-of-type{margin: 0;}
.scM {margin: 20px 0 0 0;}
.scM p , .scM ul {margin: 10px 10px 0 10px;}
.outline {margin: 30px 0 0 0;}
.outline .heads03 {margin: 0 0 10px 0;}
.outline dl {
	width: 100%;
	margin: -1px 0 0 0;
	display: table;
}
.outline dt {
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	display: table-cell;
	border: solid #ccc 1px;
	vertical-align: middle;
	background-color: #f5f5f5;
}
.outline dd {
	width: 75%;
	padding: 10px;
	box-sizing: border-box;
	display: table-cell;
	border: solid #ccc 1px;
	border-left: none;
}

	
/* 売却保証 */
.svSell .pageTitle2 {background-image:url(../../img/support/title_sell_pc.jpg)}
.svSell .pointList {
	margin: 20px 0 0 0;
	display: flex;
	justify-content: space-between;
}
.svSell .pointList li {
	width: 225px;
	padding: 25px 10px;
	border:solid #f7f5f2 5px;
}
.svSell .pointList li p {position: relative;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.svSell .sellFor {
	padding: 20px 10px 10px;
	background: -moz-linear-gradient(top,  #f7f5f2 00%, #fff 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #f7f5f2 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #f7f5f2 0%,#fff 100%); /* W3C */
	border-radius: 10px;
}
.svSell .sellFor ul{
	margin: 20px 0 0 0;
	display: flex;
	justify-content: space-between;
}
.svSell .sellFor ul li {
	width: 215px;
	box-sizing: border-box;
	flex-basis: 1;
	padding: 25px 10px;
	background-color: #9e1d1d;
	color: #fff;
}
.svSell .img01{
	width: 665px;
	height: 157px;
	background-image: url(../../img/support/img_sell01_pc.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.svSell .img02{
	width: 665px;
	height: 220px;
	background-image: url(../../img/support/img_sell02_pc.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
/* リースバックサービス */
.svLeaseback .pageTitle2 {background-image:url(../../img/support/title_leaseback_pc.jpg)}
	.svLeaseback h2 + .scM {
		margin-top: 0;
	}
	.svLeaseback .imgPoint {
		margin: 20px auto 0;
		width: 665px;
		height: 315px;
		background-image: url(../../img/support/img_leasebackPoint1_pc.png);
		background-size: 665px 315px;
	}
	.svLeaseback .imgFlow {
		margin: 0 auto;
		width: 665px;
		height: 130px;
		background-image: url(../../img/support/img_leasebackFlow_pc.png);
		background-size: 665px 130px;
	}
	.svLeaseback .imgPoint img,
	.svLeaseback .imgFlow img {
		display: none;
	}
	.serviceLink {
		background: #f7f5f2;
		margin-top: 30px;
		padding: 30px;
		text-align: center;
	}
	.serviceLink .submitBtn01 {
		margin: 20px auto 0;
		width: 280px;
	}
/* スピード買取サービス */
.svSpeed .pageTitle2 {background-image:url(../../img/support/title_speed_pc.jpg)}
	.svSpeed h2 + .scM {
		margin-top: 0;
	}
	.svSpeed .pointList {
		padding: 0 5px;
	}
	.svSpeed .pointList li {
		background: #ffddaf;
		margin: 0 5px;
		padding: 20px 10px;
		width: 330px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		border: none;
	}
	.svSpeed .pointList li p {
		margin: 3px 0 0 20px;
		font-size: 22px;
	}
	.svSpeed .pointList li.point2 {
		background: #ffddaf;
		/*background: #e6ba54;*/
	}
	.svSpeed .imgFlow {
		margin: 0 auto;
		width: 665px;
		height: 100px;
		background-image: url(../../img/support/img_speedFlow_pc.png);
		background-size: 665px 100px;
	}
	.svSpeed .imgFlow img {
		display: none;
	}
/* 安心サポート */
.svCare .pageTitle2 {background-image:url(../../img/support/title_care_pc.jpg);}
.svCareM .pageTitle2 {background-image:url(../../img/support/title_care_m_pc.jpg);}
.svCareH .pageTitle2 {background-image:url(../../img/support/title_care_h_pc.jpg);}
.svKashi .pageTitle2 {background-image:url(../../img/support/title_care_k_pc.jpg);}
.svCl .pageTitle2 {background-image: url(../../img/support/cashless/title_care_cl_pc.jpg);}

.svCare .merit {margin: 0 10px;display: flex;justify-content: space-between;}
.svCare .merit .scM {width: 325px;margin: 0;}
.svCare .merit .head h3 {
	width: 70px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	border-radius: 35px;
	text-align: center;
}
.svCare .merit .head .catch {width:245px;font-size: 1.4rem;}
.svCare .merit .acdBox input.triggerCheck {width: 0;height: 0;display: none;}
.svCare .merit .acdBox label.triggerLabel , .svCare .merit .acdBox input.triggerCheck:checked + label.triggerLabel {padding: 15px;border:none;cursor: default;}
.svCare .merit .acdCon {height: 230px; margin:0 20px;}
.svCare .flow p {height: 240px;background-image: url(../../img/support/img_care_flow_pc.png);}
.svCare .linkArea  {margin: 50px 0 0 0;}
.svCare .linkArea section  {width: 335px;height: 270px; padding:5px; box-sizing: border-box; position: relative;border: solid #ccc 1px;}
.svCare .linkArea h2 {padding: 20px;}
.svCare .linkArea dt {font-size: 1.6rem;font-weight: bold;}
.svCare .linkArea p {width:315px;position: absolute;bottom:10px;left:10px;}

.svCare .switchArea li h2{
    width: 220px;
    border-bottom: 50px solid #9E1D1D;
    border-right: 50px solid transparent;
    line-height: 50px;
}
.svCare .switchArea br{display: none;}
.svCareHV .switchArea{border-bottom: solid #00307c 5px;}
.svCareHV .switchArea li h2{border-bottom: 50px solid #00307c;}
	
.svCare .infoArea {margin: 0 0 30px 0;}
.svCare .infoArea dl {display: flex;justify-content: space-between;align-items: center;}
.svCare .infoArea dd {width: 560px;}
	
.svCare .infoArea .main {padding: 20px 15px;font-size: 1.6rem;}	
.svCare .infoArea .main dt {padding: 10px;font-size: 1.8rem;}
.svCare .infoArea .sub {padding: 0 15px 15px;}
.svCare .infoArea .sub dl {margin: 15px 0 0 0;}
.svCare .infoArea .sub dt {padding: 10px;}

.svCareHV .infoArea {border: solid #00307c 2px;}
.svCareHV .infoArea .main {
	background: -moz-linear-gradient(top,  #00307c 0%, #305ca2 100%);
	background: -webkit-linear-gradient(top,  #00307c 0%,#305ca2 100%);
	background: linear-gradient(to bottom,  #00307c 0%,#305ca2 100%); 
}	
.svCareHV .infoArea .main dt {background-color: #00307c;}
.svCareHV .infoArea .sub dl {color:#00307c;}
.svCareHV .infoArea .sub dt {border:solid #00307c 1px;}
	.svCareHV .infoArea + .annotationList {
		margin: -20px 0 30px;
		font-size: 1.2rem;
		color: #666;
	}

.svCareHV .infoArea .main dt {background-color: #00307c;}
	
.svCare .equipment .point{margin: 0 10px;display: flex;justify-content: space-between;}
.svCare .equipment .point li{width: 330px;box-sizing: border-box;}
.svCare .equipment .subject .acdBox input.triggerCheck {display: none;}
.svCare .equipment .subject .acdBox label.triggerLabel {
	display: block;
	cursor: pointer;
	padding: 10px;
	font-size:1.4rem;
	border:none;
	background-image:url(../../img/support/icon_open.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:25px;
}
.svCare .equipment .subject .acdBox input.triggerCheck:checked + label.triggerLabel {background-image:url(../../img/support/icon_close.png);background-position:right center;background-size:25px;}
.svCare .equipment .subject .acdBox .acdCon {transition: 0.2s;height: 0;overflow: hidden;padding: 0 10px;}
.svCare .equipment .subject .acdBox input.triggerCheck:checked ~ .acdCon {height: auto;padding: 5px 0 0 0;}
.svCare .equipment .subject .acdBox {margin:5px 0 0 0;}
.svCare .equipment .subject .acdBox label.triggerLabel , .svCare .equipment .subject .acdBox input.triggerCheck:checked + label.triggerLabel {background-color: #F3EDE4;}
.svCare .equipment .subject .acdCon {margin: 0;}
.svCare .equipment .subject .acdCon p.img {width: 300px;margin:5px auto;}
.svCare .equipment .subject table .headCell th br {display: none;}
.svCare .equipment .subject table th span {margin:0 0 0 5px;display: inline-block;font-size: 1.1rem;}

/* 安心サポート：マンション */
.svCare .buildingM .scM {margin: 0 10px 0 10px;}
.svCare .buildingM table br {display: none;}
.svCare .buildingM th , .svCare .buildingM td{padding: 10px;}
	
/* 安心サポート：一戸建て */
.svCareH .graph {margin: 0 10px;}
.svCareH .graph p {
	height: 195px;
	background-image: url(../../img/support/img_care_house_pc.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;	
}
.svCareH .detailLink {margin:20px 10px 0 10px;display: flex;justify-content: space-between;}
.svCareH .detailLink li {width:48%;}
.svCareH .detailLink li a.normalBtn {padding: 15px 0;font-size: 1.4rem;font-weight: bold;line-height: 135%;}
.svCareH .detailLink li br {display: none;}
	
.svCareH .building .acdBox {margin:5px 10px 20px 10px;display: flex;justify-content: space-between;}
.svCareH .building .acdBox input.triggerCheck {width: 0;height: 0;display: none;}
.svCareH .building .acdBox label.triggerLabel , .svCareH .building .acdBox input.triggerCheck:checked + label.triggerLabel {padding: 10px; background-color: #F3EDE4;border:none;font-weight: bold;cursor:default;}
.svCareH .building .acdCon {margin: 10px 0 0 0;display: flex;justify-content: space-between;}
	.svCareH .building .acdBox p {width: 325px;background: #ccc;margin:0;padding: 7px 3px 3px;font-size: 1.1rem;font-weight: bold;text-align: center;box-sizing: border-box;}
.svCareH .building .acdBox table{width: 325px;margin: 0 0 5px 0;}
.svCareH .building  h4 {margin:0 10px;}
	
/* 安心サポート：一戸建てレギュラー */
.svCareHR .buildingHR .checkImg {display: flex;flex-wrap: wrap;justify-content: space-around;}
.svCareHR .buildingHR .checkImg li {width: 325px;}
.svCareHR .building table .label01 {width: 13%;}
.svCareHR .building table .label02 {width: 27%;}
.svCareHR .building table .label03 {width: 60%;}
.svCareHR .building table .label03 {width: 73%;}
.svCareHR .building .acdBox th , .svCareHR .building .acdBox td {padding: 3px;}
	
/* 安心サポート：一戸建てバリューアップ*/
.svCareHV .buildingHV .scM {margin-top: 0;}
.svCareH .buildingHV .acdBox label.triggerLabel , .svCareH .buildingHV .acdBox input.triggerCheck:checked + label.triggerLabel {text-align: center;}
.svCareHV .building  th {padding: 3px;}
.svCareHV .faultSupplement .premium li {display: inline-block;}

.svCareHV .premiumPlan {margin: 0 10px;}
.svCareHV .premiumPlan p {
	height: 540px;
	background-image: url(../../img/support/img_care_hv01_pc.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}
	
/* common:第二階層:安心サポート：キャッシュレス */
.cards-wrapper {
	grid-template-columns: repeat(auto-fill, minmax(min(163px, 100%), 1fr));
	gap: 1rem;
}
.card {
	row-gap: 1.8rem;
}
.speech-bubble-container {
	padding-inline: 1rem;
}
.speech-bubble {
	gap: 0.7rem;
}
.speech-bubble p {
	font-size: 1rem;
}
.card-head{
	padding: 2.9rem 1rem 2rem 1rem;
}
.card-head-nunber{
	top: -0.6rem;
}
.card-head-ttl {
	font-size: 1.6rem;
	gap: 0.6rem;
	flex-direction: column;
}
.card-head-ttl .fs {
	font-size: 1rem;
}
.card-desc {
	padding: 1.6rem 1rem;
}
.card-img{
	gap: 1rem;
}
.card-text{
	margin-block-start: 1rem;
}
/* キャッシュレス
-----------------------
本サービスの仕組み */
.flow-container {
	padding: 2rem;
}
.item-column {
	gap: 10px;
}
.flow-container .item-column:nth-of-type(3) {
	max-width: 218px;
}
.flow-container .item-column:not(:nth-of-type(3)) {
	max-width: 134px;
}
.flow-item {
	padding-block: 2rem;
	border-radius: 1rem;
	gap: 1.6rem;
}
.flow-item.pcRow {
	flex-direction: row;
	gap: 1.4rem;
}
.arrow-column {
	top: 50%;
}
.arrow-column.left-arrows {
	left: 21.5%;
	transform: translateY(-53%);
	gap: 84px;
}
.arrow-column.right-arrows {
	right: 33.6%;
	transform: translateY(-53%);
	gap: 36px;
}
.arrow-wrapper {
	gap: 4px;
}
.arrow-text {
	font-size: 1rem;
}
/* キャッシュレス
-----------------------
本サービスご利用の流れ */
.process-flow-wrap {
	gap: 1.4rem;
}
.process-flow{
	height: 43px;
}
.process-flow li {
	clip-path: polygon(0 0, calc(100% - 1.2em) 0, 100% 50%, calc(100% - 1.2em) 100%, 0 100%, 1.2em 50%);
	padding-block: 1.3rem 1rem;
}
/* 2番目以降の要素を、矢印の幅(1.2em)から隙間(4px)を引いた分だけ左にずらす */
.process-flow li:not(:first-child) {
	margin-left: calc(-1.2em + 4px);
}

.process-flow li:first-child {
	clip-path: polygon(0 0, calc(100% - 1.2em) 0, 100% 50%, calc(100% - 1.2em) 100%, 0 100%);
}
.process-flow-text{
	display: block grid;
	grid-template-columns: repeat(auto-fill, minmax(min(143px, 100%), 1fr));
	gap: 2.8rem;
	padding-inline: 0.9rem 1.7rem;
}

/* 有ったら楽だねコール */
.svCall .pageTitle2 {background-image:url(../../img/support/title_call_pc.jpg);}
.svCall .callImg {
	width: 100%;
	height: 250px;
	margin: 20px 0 0 0;
	background-image: url(../../img/support/img_call01_pc.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	}
.svCall .callPoint {
	margin: -20px 0 0 0;
	display: flex;
	justify-content: space-between;
}
.svCall .callPoint li {
	width: 225px;
	margin: 0;
	padding: 25px 10px;
	border:solid #f7f5f2 5px;
}
.svCall .callPoint li p {margin: 0;}
.svCall .callPoint li p {position: relative;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.svCall .servicePoint .acdBox { margin:5px 0 10px 0;}
.svCall .servicePoint .acdBox input.triggerCheck {width: 0;height: 0;display: none;}
.svCall .servicePoint .acdBox label.triggerLabel , .svCall .acdBox input.triggerCheck:checked + label.triggerLabel {padding: 10px; background-color: #F3EDE4;border:none;font-weight: bold;cursor:default;}
.svCall .servicePoint .acdCon {margin: 5px 0 0 0;}
.svCall .servicePoint .flexArea {margin:0;display: flex;justify-content: space-between;}
.svCall .servicePoint table {width: 335px;margin: 0 0 5px 0; font-size: 1.1rem;}
.svCall .servicePoint table .label01 {width: 30%}
.svCall .servicePoint table .label02 {width: 30%}
.svCall .servicePoint table .label03 {width: 40%}
.svCall .servicePoint th {padding:3px 5px;border:solid #ccc 1px;background-color: #f5f5f5;vertical-align: middle;}
.svCall .servicePoint .headCell th {text-align: center;}
.svCall .servicePoint td {padding:3px 5px;border:solid #ccc 1px;vertical-align: middle;}
.svCall .servicePoint .flexArea .acdCon  {width: 335px;}
	
/* マンションリペア */
.svRp .pageTitle2 {background-image:url(../../img/support/title_repair_pc.jpg);}
	
/* クリーン＆スムース */
.svCaS .pageTitle2 {background-image:url(../../img/support/title_clean_pc.jpg)}
	
/* 残置物・荷物一時預かりサービス */
.svCaB .pageTitle2 {background-image:url(../../img/support/title_collect_pc.jpg);}
	
/* 土地 */
.svLaCaM .pageTitle2 {background-image:url(../../img/support/title_land_pc.jpg);}

/* 空き家管理サービス */
.svAkiya .pageTitle2 {background-image:url(../../img/support/title_akiya_pc.png);}
	.svAkiya .caseArea dt {
		font-size: 1.8rem;
	}
	.svAkiya .caseArea ul {
		display: flex;
	}
	.svAkiya .caseArea li + li {
		margin-left: 8px;
	}
	.svAkiya .caseArea .title {
		text-align: center;
		line-height: 135%;
	}
	.svAkiya .caseArea img {
		display: block;
		margin: 0 auto 5px;
	}
	.svAkiya .solutionText {
		font-size: 2.6rem;
	}
	.svAkiya .aboutAkiyaKanri strong {
		font-size: 2.0rem;
	}
	.svAkiya .aboutAkiyaKanri br {
		display: none;
	}
	.svAkiya .menuArea ol {
		display: flex;
		flex-wrap: wrap;
		padding: 5px 0 10px 5px;
	}
	.svAkiya .menuArea li {
		margin-left: 5px;
		width: 215px;
		box-sizing: border-box;
	}
	.svAkiya .menuArea .reportText + p {
		padding-bottom: 10px;
		font-size: 2.0rem;
	}
	.svAkiya .menuArea .reportText + p strong {
		font-size: 3.0rem;
	}
	.svAkiya .menuArea .reportText + p br {
		display: none;
	}
	.svAkiya .standardPlan ul {
		display: flex;
		justify-content: space-between;
	}
	.svAkiya .standardPlan li {
		padding: 22px 20px 16px;
		width: 330px;
		box-sizing: border-box;
	}
	.svAkiya .standardPlan img {
		float: left;
		margin: 0 15px 0 30px;
	}
	.svAkiya .standardPlan li p {
		margin-top: 2px;
		font-size: 1.6rem;
	}
	.svAkiya .standardPlan li p strong {
		color: #ec681f;
		font-size: 3.0rem;
		line-height: 135%;
	}
	.svAkiya .optionMenu ul {
		display: flex;
	}
	.svAkiya .optionMenu ul li {
		padding: 20px 0 16px;
		flex: 1;
		text-align: center;
	}
	.svAkiya .optionMenu ul .point {
		margin-top: 10px;
	}
	.svAkiya .optionMenu ul .point .tax {
		display: block;
	}
	.svAkiya .akiyaAttention dt {
		margin: 20px 0 10px;
	}
	.dataAreaInn {
		margin-top: 40px;
		display: flex;
		align-items: center;
		padding: 28px;
		border: solid #e5e5e5 4px;
	}
	.dataAreaInn .title {
		font-size: 1.8rem;
		font-weight: bold;
	}
	.dataAreaInn .tel a {
		margin: 0 20px 0 30px;
		color: #ed6d47;
		font-size: 3.2rem;
		font-weight: bold;
		text-decoration: none;
	}
	.dataAreaInn .tel a svg {
		fill: #333;
	}
/* プラスアルファコンシェルジュ */
.svConcierge .pageTitle2 {background-image:url(../../img/support/title_concierge_pc.png);}
	.svConcierge .catchText span {
		display: block;
		font-size: 1.2rem;
	}
	.svConcierge .consultationArea {
		padding: 10px;
	}
	.svConcierge .consultationArea p {
		padding: 10px 0;
		font-weight: bold;
		font-size: 1.8rem;
		line-height: 150%;
	}
	.svConcierge .consultationArea dt {
		padding: 10px 0 15px;
		font-size: 1.6rem;
	}
	.svConcierge .consultationArea li + li {
		margin-left: 8px;
	}
	.svConcierge .consultationArea .normalBtn {
		padding: 15px 0;
	}
	.remodal.consultation {
		width: 500px;
	}
	.remodal.consultation li {
		font-size: 1.6rem;
		line-height: 135%;
	}
	.conciergeInfo {
		margin-top: 30px;
		padding: 30px;
		position: relative;
	}
	.conciergeInfo .title {
		margin-bottom: 20px;
		font-size: 2.0rem;
		line-height: 135%;
		font-weight: bold;
		text-align: center;
	}
	.conciergeInfo .text {
		position: absolute;
		left: 100px;
		bottom: 30px;
	}
	.conciergeInfo ul {
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	.conciergeInfo .tel{
		margin-top: 3px;
		display: block;
		color: #9e1d1d;
		font-size: 3.6rem;
		line-height: 100%;
		text-decoration: none;
	}
	.conciergeInfo .tel svg {
		fill: #333;
		width: 30px;
		height: 30px;
		margin-top: -6px;
	}
	.conciergeInfo .submitBtn01 {
		width: 280px;
		margin-left: 30px;
	}
	.svConcierge .conciergeStaff {
		margin-top: 30px;
	}
	.svConcierge .conciergeStaff h2 {
		margin-bottom: 5px;
	}
	.svConcierge .conciergeStaff li {
		width: 340px;
		box-sizing: border-box;
	}
	.svConcierge .conciergeStaff .womanTitle::before {
		left: 45px;
	}
	.svConcierge .conciergeStaff .womanTitle::after {
		right: 45px;
	}
	.svConcierge .secretBtn{
		margin-top: 30px;
	}
	.svConcierge .secretBtn dt,
	.svSecret .secretSurvice dt{
		padding: 10px 25px;
		font-size: 1.8rem;
	}
	.svConcierge .secretBtn dd {
		background: url(../../img/support/bg_support_secret.png) no-repeat 0 0;
		padding: 25px 20px 25px 190px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.svConcierge .secretBtn .normalBtn {
		display: block;
		width: 180px;
		padding: 15px;
		box-sizing: border-box;
	}
	/* シークレットサービス */
	.svSecret .pageTitle2 {background-image:url(../../img/support/title_secret_pc.png);}
	.svSecret .secretSurvice dd {
		padding: 20px 10px 10px 30px;
	}
	.svSecret .secretSurvice dd img {
		float: left;
		margin-right: 30px;
	}
	.svSecret .secretSurvice li {
		padding: 4px 0 10px;
		font-size: 1.8rem;
	}
	.svSecret .secretSurvice dd p {
		margin-top: 5px;
		font-size: 1.1rem;
		text-align: right;
	}
	.svSecret .lead {
		margin-top: 30px;
	}
	.svSecret .troubleMenu {
		margin-top: 30px;
	}
	.svSecret .troubleMenu dd {
		padding: 20px 10px;
	}
	.svSecret .troubleMenu dd li {
		padding-top: 4px;
	}
	.svSecret .troubleNav {
		margin: 30px 0;
	}
	.svSecret .troubleNav ul,
	.svSecret .troubleNav li {
		display: flex;
		align-items: stretch;
		width: 100%;
	}
	.svSecret .troubleNav a {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.svSecret .troubleNav li + li {
		margin-left: 5px;
	}
	.svSecret .troubleMenu dd span {
		float: left;
		margin: -4px 10px 0 0;
	}
	.svSecret .linkArea {
		margin-top: 30px;
		align-items: stretch;
	}
	.svSecret .linkArea .secretBtn {
		width: 400px;
		background: #f5f5f5;
		box-sizing: border-box;
	}
	.svSecret .linkArea .sellBtn {
		width: 275px;
		background: #f5f5f5;
		box-sizing: border-box;
	}
	.svSecret .linkArea > div {
		padding: 20px 20px 82px 20px;
		position: relative;
	}
	.svSecret .linkArea .title {
		margin-bottom: 15px;
		font-size: 2.0rem;
		font-weight: bold;
		text-align: center;
	}
	.svSecret .linkArea .tel {
		padding: 5px 0 2px;
		margin-top: 3px;
		display: block;
		color: #9e1d1d;
		font-size: 3.6rem;
		line-height: 100%;
		text-align: center;
		text-decoration: none;
	}
	.svSecret .linkArea .tel svg {
		fill: #333;
	}
	.svSecret .linkArea .secretBtn .submitBtn01 {
		width: 360px;
		position: absolute;
		left: 20px;
		bottom: 20px;
	}
	.svSecret .linkArea .sellBtn .submitBtn02 {
		width: 235px;
		position: absolute;
		left: 20px;
		bottom: 20px;
	}
	.svSecret .caseText h2 {
		margin-bottom: 1px;
		padding: 15px 0 11px;
		background: #9e1d1d;
		color: #fff;
		font-size: 1.8rem;
		text-align: center;
		line-height: 100%;
	}
	.svSecret .caseText h2 strong {
		margin-right: 4px;
		font-size: 2.4rem;
		line-height: 100%;
	}
	.svSecret .caseText dl + dl {
		margin-top: 20px;
	}
	.svSecret .caseText dd {
		margin-top: 20px;
	}
	.svSecret .caseText dd.question img {
		float: right;
		margin-left: 20px;
	}
	.svSecret .caseText dd.answer img {
		float: left;
		margin-right: 20px;
	}
	.svSecret .caseText .text {
		overflow: hidden;
	}
	/* 引越基本料金割引 */
	.svHikkoshi .pageTitle2 {background-image:url(../../img/support/title_hikkoshi_pc.png);}
	.svHikkoshi .mainTitle {
		margin-bottom: 20px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.svHikkoshi.ari .mainTitle {
		align-items: flex-start;
	}
	.svHikkoshi.sakai .tokuten dd > ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.svHikkoshi.sakai .tokuten dd > ul > li:nth-child(1),
	.svHikkoshi.sakai .tokuten dd > ul > li:nth-child(2) {
		width: 325px;
	}
	.svHikkoshi.sakai .tokuten dd > ul > li:nth-child(3),
	.svHikkoshi.sakai .tokuten dd > ul > li:nth-child(4),
	.svHikkoshi.sakai .tokuten dd > ul > li:nth-child(5) {
		margin-top: 5px;
		width: 215px;
	}
	.svHikkoshi.sakai .tokuten dd > ul > li:nth-child(3) .info,
	.svHikkoshi.sakai .tokuten dd > ul > li:nth-child(4) .info,
	.svHikkoshi.sakai .tokuten dd > ul > li:nth-child(5) .info {
		padding: 0;
		text-align: center;
	}
	.svHikkoshi.ari .tokuten dd > ul {
		display: flex;
		justify-content: space-between;
	}
	.svHikkoshi.ari .tokuten dd > ul > li {
		width: 325px;
	}
	.svHikkoshi a.toForm {
		padding-right: 20px;
		color: #cd3939;
		position: absolute;
		right: 0;
		top: 20px;
	}
	.svHikkoshi a.toForm::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 6px;
		height: 6px;
		margin: -3px 0 0 0;
		border-top: solid 1px #666;
		border-right: solid 1px #666;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.svHikkoshi.art .ecoRakuBox .ecoRakuBoxImg {
		width: 645px;
		height: 532px;
		background: url(../../img/support/img_ecoBox_pc.png) no-repeat 0 0;
	}
	.svHikkoshi.art .ecoRakuBox .ecoRakuBoxImg img {
		display: none;
	}
	.svHikkoshi.art .ecoRakuBox .info img {
		margin-right: 20px;
	}
	.svHikkoshi.art .ecoRakuBox .info .title {
		padding: 20px 0;
		font-size: 2.6rem;
		line-height: 100%;
	}
	.svHikkoshi.art .ecoRakuBox .info .title span {
		padding: 4px 10px 2px;
		margin-right: 10px;
		vertical-align: 4px;
		font-size: 1.6rem;
		line-height: 100%;
	}
	.svHikkoshi .dataAreaInn {
		margin-top: 30px;
		padding: 24px 28px;
		display: block;
		overflow: hidden;
	}
	.svHikkoshi .dataAreaInn .title {
		margin: -5px 0 20px;
		padding-bottom: 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: solid #ccc 1px;
	}
	.svHikkoshi .dataAreaInn .title img {
		margin-top: -4px;
	}
	.svHikkoshi .dataAreaInn .office {
		float: left;
	}
	.dataAreaInn .tel a {
		display: inline-block;
		margin: 5px 0 10px;
	}
	.svHikkoshi .dataAreaInn .office .tel + p {
		text-align: center;
	}
	.svHikkoshi .dataAreaInn .submitBtn01 {
		float: right;
		width: 260px;
	}
	.svHikkoshi .dataAreaInn + p {
		text-align: right;
	}
	.svHikkoshi .service {
		margin-top: 30px;
	}
	.svHikkoshi .service ul {
		margin: -5px 0 20px;
		display: flex;
		flex-wrap: wrap;
	}
	.svHikkoshi .service li {
		margin-top: 5px;
		width: 210px;
		margin-left: 4px;
	}
	.svHikkoshi .service li:nth-child(3n+1) {
		margin-left: 0;
	}
	.svHikkoshi .service .submitBtn01 {
		margin: 10px auto 0;
		width: 280px;
	}
	.svHikkoshi .sakaiService {
		margin-top: 30px;
	}
	.svHikkoshi .sakaiService > dd {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.svHikkoshi .sakaiService .inner {
		width: 322px;
	}
	.svHikkoshi .ariRecommend p {
		line-height: 150%;
	}
	.svHikkoshi .ariRecommend .title {
		margin: 30px 0 5px;
		padding: 12px 0 18px 15px;
		font-size: 3.2rem;
		line-height: 125%;
	}
	.svHikkoshi .ariRecommend .title::before {
		top: 0;
		left: 40px;
	}
	.svHikkoshi .ariRecommend .title::after {
		top: 0;
		right: 40px;
	}
	.svHikkoshi .ariRecommend .copy {
		margin-bottom: 10px;
		font-size: 2.0rem;
		line-height: 125%;
	}
	.svHikkoshi .ariRecommend .pointBlock {
		margin-top: 30px;
	}
	.svHikkoshi .ariRecommend .pointBlock dd ul {
		display: flex;
		justify-content: flex-start;
	}
	.svHikkoshi .ariRecommend .pointBlock li + li {
		margin-left: 12px;
	}
	.svHikkoshi .ariRecommend .pointBlock li p {
		margin-top: 6px;
		font-size: 1.1rem;
		line-height: 150%;
	}
	.svHikkoshi .ariRecommend .pointBlock li .photo2 {
		width: 432px;
		display: flex;
		justify-content: space-between;
	}
	/* tf */
	.tokuten_list {
		margin-top: -5px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tokuten_list li {
		margin-top: 5px;
		width: 100%;
	}
	.tokuten_list li.w2 {
		width: 325px;
	}
	.tfService {
		margin-top: 30px;
	}
	.tfService_list {
		margin-top: 15px;
		display: flex;
		flex-wrap: wrap;
	}
	.tfService_list li {
		padding: 10px;
		width: 214px;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}
	.tfService_list li:nth-child(-n+3) {
		padding-top: 0;
		border-top: none;
	}
	.tfService_list li:nth-child(3n) {
		padding-right: 0;
	}
	.tfService_list li:nth-child(3n+1) {
		padding-left: 0;
		border-left: none;
	}
	.svHikkoshi .coupon {
		margin: -10px 0 15px;
	}
	
	.movieLink {
		margin-top: 10px;
		padding: 15px;
	}
	.movieLink dt {
		padding: 10px;
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.movieLink a {
		padding: 15px;
		font-size: 1.8rem;
	}
}

/* SP */
@media screen and (min-width:0px) and (max-width: 768px) {
	.spDisNon {display: none;}
/* header */
.headArea .linkArea {
	width:100%;
	padding:10px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:solid #000 1px;
}
.headArea p.logo {width:180px;}
.headArea p.logo img {width:100%;}

/* gnavi */
#spGnavi {display: block;}
#spGnavi a {
	width:25px;
	height:30px;
	display:block;
	background-size:25px;
	background-position:0 center;
	background-repeat:no-repeat;
	background-image:url(../../img/support/icon_menu.png);
}
.gnaviArea{display:none;}
#gnavi li br , #gnavi li span {display:none;}



/* pageTitle */
.pageTitle {
	width:100%;
	padding:31.25% 0 0 0;
	background-image:url(../../img/support/img_main_sp.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:100%;
}


/* crumbs */
.crumbs {flex-wrap: wrap;}

/* tab */
.tabArea {
	display:flex;
	justify-content:space-between;
	border-left:solid #9e1d1d 1px;
}
.tabArea li {
	flex-basis:30%;
	flex-grow:1;
	text-align:center;
	border:solid #9e1d1d 1px;
	border-left:none;
	background: -moz-linear-gradient(top,  #f5f5f5 80%, #ccc 100%);
	background: -webkit-linear-gradient(top,  #f5f5f5 80%,#ccc 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 80%,#ccc 100%); 
	background: linear-gradient(to bottom,  #f5f5f5 80%,#ccc 100%);
}
.tabArea li.cr {
	background: -moz-linear-gradient(top,  #ddd 0%, #fff 10%);
	background: -webkit-linear-gradient(top,  #ddd 0%,#fff 10%);
	background: -ms-linear-gradient(top,  #ddd 0%,#fff 10%); 
	background: linear-gradient(to bottom,  #ddd 0%,#fff 10%);
}
.tabArea li p {
	padding:15px 0 20px 0;
	color:#9e1d1d;
	background-image:url(../../img/support/icon_arrow_d.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:10px;
}
.tabArea li a {
	padding:15px 0 20px 0;
	display:block;
	text-decoration:none;
	color:#999;
	background-image:url(../../img/support/icon_arrow_d_off.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:10px;
}
.tabArea li a:hover ,  .tabArea li a:active {color:#999 !important;}

.serviceListArea {
	padding:0 0 5px 0;
	background-color:#F7F5F2;
	overflow:hidden;
}
.serviceListArea .heads h2 {
	padding:10px;
	background-color:#9e1d1d;
	color:#fff;
	font-size:1.6rem;
}
.serviceListArea .heads p {padding:10px;color:#9e1d1d;}
.serviceListArea ul.serviceList > li {
	-webkit-box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc; /* Firefox用 */
	box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc; /* CSS3 */
}
.serviceListArea p.text {margin:10px 10px 0 10px;padding:0 0 5px 0;}
.serviceListArea p.btn , .serviceListArea ul.btn li{margin:5px 20px 0 20px;}
.serviceListArea ul.btn br{display:none;}

.subContainer {
	display:flex;
	flex-direction:column;
}
.subContainer .inquiry {order:1;}
.subContainer .inquiry p.tel a {
	padding:20px;
	background: -moz-linear-gradient(top,  #fff 90%, #e7e6e6 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #fff 90%,#e7e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #fff 90%,#e7e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff 90%,#e7e6e6 100%); /* W3C */
	border:none;
	-webkit-box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc; /* Firefox用 */
	box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc; /* CSS3 */
	color:#cd3939 !important;
	line-height:1;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	display:block;
	font-weight:bold;
	font-size:1.4rem;
}
.subContainer .subLinkList:nth-child(1){order:2;}
.subContainer .subLinkList:nth-child(2){order:3;}
.subContainer .subLinkList:nth-child(3){order:4;}

/* 第二階層 */
.second{padding: 0 0 20px 0;}
.pageTitle2 {width:100%;padding: 25% 0 0 0;}
.catchText {margin:1px auto 0 auto;padding: 10px;}
.catchText br {display: none;}
.contentWrap { padding: 1rem;}
.heads02 {
	padding: 8px 10px 10px;
	border-top:solid #9e1d1d 3px;
	font-size: 1.6rem;
	line-height: 135%;
	background: -moz-linear-gradient(top,  #f3ede4 00%, #fff 100%);
	background: -webkit-linear-gradient(top,  #f3ede4 0%,#fff 100%);
	background: linear-gradient(to bottom,  #f3ede4 0%,#fff 100%);
}
.heads03  span {
	width: 50px;
	margin:0 5px 5px -10px;
	padding: 2px 10px;
	background-color: #9e1d1d;
	color: #fff;
	display: block;
	font-size: 1rem;
	text-align: center;
}
.scL {margin: 20px 0 0 0}
.scL:first-of-type{margin: 0;}
.scM {margin: 10px 10px 0 10px;}
.scM p , .scM ul {margin: 10px 0 0 0;}

.outline {margin: 20px 0 0 0;}
.outline .heads03 {margin: 0 0 10px 0;}
.outline dl {
	margin: -1px 10px 0 10px;
}
.outline dt {
	padding: 10px;
	box-sizing: border-box;
	border: solid #ccc 1px;
	background-color: #f5f5f5;
}
.outline dd {
	padding: 10px;
	box-sizing: border-box;
	border: solid #ccc 1px;
	border-top: none;
}

.acdBox input.triggerCheck {display: none;}
.acdBox label.triggerLabel {
	display: block;
	cursor: pointer;
	padding: 10px;
	font-size:1.4rem;
	border:none;
	background-image:url(../../img/support/icon_open.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:25px;
}
.acdBox label.triggerLabelB {
	margin:10px 0 0 0;
	display: block;
	cursor: pointer;
	padding: 10px;
	font-size:1.4rem;
	border:none;
	background-image:url(../../img/support/icon_close.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:25px;
	border-top:dotted #ccc 1px;
}
.acdBox input.triggerCheck:checked + label.triggerLabel {
	background-image:url(../../img/support/icon_close.png);
	background-position:right center;
	background-size:25px;
}
.acdBox .acdCon {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	padding: 0 10px;
}
.acdBox input.triggerCheck:checked ~ .acdCon {height: auto;padding: 5px 0 0 0;}

	
/* 売却保証 */
.svSell .pageTitle2 {background-image:url(../../img/support/title_sell_sp.jpg);}
.svSell .pointList {margin: 0 10px 0 10px;}
.svSell .pointList li {
	margin: 5px 0 0 0;
	padding: 15px 10px;
	border:solid #f3ede4 5px;
	border-radius: 10px;
}
.svSell .pointList li span {border-top-left-radius: 10px;}
.svSell .sellFor {
	margin: 10px 10px 0 10px;
	padding: 20px 10px 10px;
	background-color: #FAE5E5;
	border-radius: 10px;
}
.svSell .sellFor ul{margin: 15px 0 0 0;}
.svSell .sellFor ul li {margin-top:5px;padding: 10px;}
.svSell .img01{
	padding: 70% 0 0 0;
	background-image: url(../../img/support/img_sell01_sp.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}
.svSell .img02{
	padding: 93.7% 0 0 0;
	background-image: url(../../img/support/img_sell02_sp.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

/* リースバックサービス */
.svLeaseback .pageTitle2 {background-image:url(../../img/support/title_leaseback_sp.jpg);}
	.svLeaseback .imgPoint,
	.svLeaseback .imgFlow {
		padding: 10px;
	}
	.svLeaseback .imgPoint img,
	.svLeaseback .imgFlow img {
		width: 100%;
	}
	.svLeaseback .noteArea {
		margin: 10px;
	}
	.serviceLink {
		margin-top: 20px;
		padding: 15px;
		background: #f7f5f2;
		text-align: center;
	}
	.serviceLink .submitBtn01 {
		margin-top: 10px;
	}
/* スピード買取サービス */
.svSpeed .pageTitle2 {background-image:url(../../img/support/title_speed_sp.jpg);}
	.svSpeed .pointList li {
		background: #dcf0d9;
		margin: 10px 0 0 0;
		display: flex;
		align-items: center;
		justify-content: center;
		border: none;
		border-radius: 0;
	}
	.svSpeed .pointList li.point2 {
		background: #d3eaf4;
	}
	.svSpeed .pointList li p {
		margin: 0 0 0 10px;
	}
	.svSpeed .imgFlow {
		padding: 10px;
	}
	.svSpeed .imgFlow img {
		width: 100%;
	}
/* 安心サポート */
.svCare .pageTitle2 {background-image:url(../../img/support/title_care_sp.jpg);}
.svCareM .pageTitle2 {background-image:url(../../img/support/title_care_m_sp.jpg);}
.svCareH .pageTitle2 {background-image:url(../../img/support/title_care_h_sp.jpg);}
.svKashi .pageTitle2 {background-image:url(../../img/support/title_care_k_sp.jpg);}
.svCl .pageTitle2 {background-image: url(../../img/support/cashless/title_care_cl_sp.jpg);}
	
.svCare .merit .scM:first-of-type {margin-top: 0;}	
.svCare .merit .head h3 {
	min-width: 3em;
	margin: 0 10px 0 0;
	padding: 10px;
	color: #fff;
	border-radius: 13px;
}
.svCare .merit .acdCon {margin:0 10px;}
.svCare .flow p {height: 0;padding: 160% 0 0 0;background-image: url(../../img/support/img_care_flow_sp.png);}
.svCare .linkArea  {margin: 20px 0 0 0;}
.svCare .linkArea h2 {padding: 10px;}
.svCare .linkArea dt {font-size: 1.4rem;}
.svCare .linkArea p {margin: 10px;}
	
.svCare .switchArea{margin: 10px 10px 0 10px;}
.svCare .switchArea li h2{
    width: 160px;
	margin: 0 5px 0 0;
    border-bottom: 40px solid #9E1D1D;
    border-right: 25px solid transparent;
    line-height: 40px;
	font-size:1.5rem;
}
.svCare .infoArea {margin: 10px 10px 20px 10px;}
.svCare .switchArea ~ .infoArea {margin: 0 10px 20px 10px;}
	
.svCare .infoArea .main {padding: 10px;font-size: 1.4rem;}	
.svCare .infoArea .main dt {padding: 5px;font-size: 1.5rem;}
.svCare .infoArea .main dd {margin:5px 0 0 0;}
.svCare .infoArea .main dd li {margin-bottom: 5px;padding-left: 10px;}
.svCare .infoArea .main dd li:last-of-type {margin-bottom: 0;}
.svCare .infoArea .main dd p.time {min-width: 50px;margin-left: 5px;padding-right: 10px;}
.svCare .infoArea .main dd.hvBuild div p.time {min-width: 100px;}
.svCare .infoArea .sub {padding: 10px;}	
.svCare .infoArea .sub dt {padding: 5px;}
.svCare .infoArea .sub dd {margin:5px 0 0 0;}
.svCare .infoArea .sub dd ul {border-top: dotted #ccc 1px;}
.svCare .infoArea .sub dd li {padding: 5px 10px; border-bottom: dotted #ccc 1px;}
	


.svCareHV .switchArea li h2{width: 170px;}
.svCareHV .switchArea{border-bottom: solid #00307c 5px;}
.svCareHV .switchArea li h2{border-bottom: 40px solid #00307c;}
.svCareHV .infoArea {border: solid #00307c 2px;}
.svCareHV .infoArea .main {
	background: -moz-linear-gradient(top,  #00307c 0%, #305ca2 100%);
	background: -webkit-linear-gradient(top,  #00307c 0%,#305ca2 100%);
	background: linear-gradient(to bottom,  #00307c 0%,#305ca2 100%); 
}	
.svCareHV .infoArea .main dt {background-color: #00307c;}
.svCareHV .infoArea .sub dl {color:#00307c;}	
.svCareHV .infoArea .sub dt {border:solid #00307c 1px;}
	.svCareHV .infoArea + .annotationList {
		margin: -10px 10px 20px;
		font-size: 1.2rem;
		color: #666;
	}

.svCare .equipment .point{margin: 0 10px;}
.svCare .equipment .point li{margin: 5px 0 0 0;}
.svCare .equipment .subject .acdBox {margin:5px 0 0 0;border: solid #ccc 1px;}
.svCare .equipment .subject .acdBox label.triggerLabel , .svCare .equipment .subject .acdBox input.triggerCheck:checked + label.triggerLabel {background-color: #F3EDE4;}
.svCare .equipment .subject .acdCon {margin: 0 5px;}
.svCare .equipment .subject table th span {display: block;font-size: 1rem;}

/* 安心サポート：マンション */
.svCare .buildingM .scM {margin: 10px 10px 0 10px;}
.svCare .buildingM th , .svCare .buildingM td{padding: 3px;}

/* 安心サポート：一戸建て */
.svCareH .graph {margin: 0 10px;}
.svCareH .graph p {
	height: 0;
	padding: 115.9% 0 0 0;
	background-image: url(../../img/support/img_care_house_sp.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;	
}
.svCareH .detailLink {margin: 10px 10px 0 10px;display: flex;justify-content: space-between;}
.svCareH .detailLink li {width:48%;}
.svCareH .detailLink li a.normalBtn {padding: 15px 0;font-size: 1.4rem;font-weight: bold;line-height: 135%;}
	
.svCareH .building .acdBox {margin:5px 0 0 0;}
.svCareH .building .acdBox label.triggerLabel , .svCare .building .acdBox input.triggerCheck:checked + label.triggerLabel {background-color: #F3EDE4;}
.svCareH .building .acdCon {margin: 0 5px;}
	.svCareH .building .acdBox p {background: #ccc;padding: 7px 3px 3px;font-size: 1.1rem;font-weight: bold;text-align: center;box-sizing: border-box;}
.svCareH .building .acdBox table{width: 100%;margin: 0 0 5px 0;}
.svCareH .building table .label01 {width: 13%}
.svCareH .building table .label02 {width: 27%}
.svCareH .building table .label03 {width: 60%}
.svCareH .building table .label03 {width: 73%}
.svCareH .building .acdBox th , .svCare .building .acdBox td {padding: 3px;}
	
/* 安心サポート：一戸建てバリューアップ*/
.svCareHV .building  td {padding: 0;}
/*.svCareHV .faultSupplement .premium li {padding: 5px;}*/
.svCareHV .premiumPlan {margin: 10px 10px 0 10px;}
.svCareHV .premiumPlan p {
	height: 0;
	padding: 192% 0 0 0;
	background-image: url(../../img/support/img_care_hv01_sp.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}
	
/* common:第二階層:安心サポート：キャッシュレス */
.cards-wrapper {
	gap: 2.4rem;
}
.card {
	row-gap: 1.8rem;
}
.speech-bubble-container {
	margin-inline: auto;
}
.speech-bubble {
	gap: 0.7rem;
}
.speech-bubble p {
	font-size: 1.4rem;
}
.card-head {
	padding: 2.5rem 2.4rem 2rem 2.4rem;
}
.card-head-nunber {
	top: -0.6rem;
}
.card-head-ttl {
	font-size: 1.6rem;
}
.card-head-ttl .fs {
	font-size: 1.6rem;
}
.card-desc {
	padding: 1.6rem 1rem;
	display: flex;
	gap: 2rem;
}
.card-img img{
	padding: 1.2rem 0 1.2rem 1rem;
}
.card-text {
	margin-block-start: 0.5rem;
}
/* キャッシュレス
-----------------------
本サービスの仕組み */
.flow-container {
	grid-template-columns: 1fr;
	padding: 1rem;
	gap: 2.7rem;
}
.item-column {
	flex-direction: row;
	justify-content: center;
	gap: 1rem;
}
.flow-item {
	padding-block: 2.5rem;
	border-radius: 0.5rem;
	gap: 1.6rem;
}
.flow-item.pcRow {
	padding-block: 3.8rem;
	flex-direction: column;
	gap: 1.4rem;
}
.arrow-column.left-arrows {
	top: 25%;
	left: 0;
}
.arrow-column.right-arrows {
	top: 75%;
	left: 0;
}
.arrow-column{
	flex-direction: row;
	justify-content: center;
	width: 100%;
}
.arrow-wrapper{
	flex-direction: row-reverse;
	gap: 0.4rem;
}
.arrow-wrapper-inner{
	width: 3.6rem;
}
.arrow-wrapper-inner img {
	transform: rotate(90deg);
	height: 3.6rem;
	width: 7.3rem;
}
.item-column:nth-of-type(3) .flow-item p,
.transfer,
.arrow-text {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	width: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: max-content;
}
.item-column:nth-of-type(3) .flow-item {
}
.arrow-text {
	font-size: 1rem;
}
/* キャッシュレス
-----------------------
本サービスご利用の流れ */
.process-flow-wrap {
	gap: 1.4rem;
}
.process-flow{
	flex-direction: column;
	gap: 1.3rem;
}
.process-flow li{
	flex-direction: column;
	gap: 0.5rem;
	padding: 2rem 1.5rem;
	font-size: 1.5rem;
}
.process-flow > li:not(:last-of-type)::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1.9rem;
	height: 0.8rem;
	background-color: #4384BE;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.process-flow li > .fs {
	font-size: 1.2rem;
	font-weight: 400;
}

/* 有ったら楽だねコール */
.svCall .pageTitle2 {background-image:url(../../img/support/title_call_sp.jpg);}
.svCall .callImg {
	width: 100%;
	height: 0;
	padding: 105% 0 0 0;
	background-image: url(../../img/support/img_call01_sp.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	}
.svCall .callPoint {margin: 0 10px 0 10px;}
.svCall .callPoint li {
	margin: 5px 0 0 0;
	padding: 15px 10px;
	border:solid #f3ede4 5px;
	border-radius: 10px;
}
.svCall .callPoint li p {margin: 0;}
.svCall .callPoint li br {display: none;}
.svCall .servicePoint {margin: 0 10px 10px 10px;}
.svCall .servicePoint .acdBox {margin:5px 0 0 0;border: solid #ccc 1px;}
.svCall .servicePoint .acdBox label.triggerLabel , .svCall .servicePoint .acdBox input.triggerCheck:checked + label.triggerLabel {background-color: #F3EDE4;}
.svCall .servicePoint .acdCon {margin: 0 5px;}
.svCall .servicePoint .acdBox table{width: 100%;margin: 0 0 5px 0;}
.svCall .servicePoint table .label01 {width: 30%}
.svCall .servicePoint table .label02 {width: 35%}
.svCall .servicePoint table .label03 {width: 35%}
.svCall .servicePoint .acdBox table:nth-child(2){margin-top: -5px;}
.svCall .servicePoint .acdBox table:nth-child(2) .headCell{display: none;}
.svCall .servicePoint .acdBox table:nth-child(2) th , .svCall .servicePoint .acdBox table:nth-child(2) td{border-top:none;}
.svCall .servicePoint .acdBox th , .svCall .servicePoint .acdBox td {padding: 3px 5px;border:solid #ccc 1px; vertical-align: middle;}
.svCall .servicePoint .acdBox th {background-color: #f5f5f5;text-align: center;}
.svCall .servicePoint .acdBox p.annotation {margin:0 0 5px 0;}

/* マンション・クリーン＆スムース */
.svCaS .pageTitle2 {background-image:url(../../img/support/title_clean_sp.jpg);}
.svCaS .fTypeCleaning {margin: 0 10px 20px 10px;}
.svCaS .fTypeCleaning h3 {
	padding: 10px;
	background-color: #9e1d1d;
	color: #fff;
	line-height: 100%;
}
.svCaS .fTypeCleaning section {
	margin-bottom: 20px;
	padding: 0;
}
.svCaS .fTypeCleaning section p {
	background-color: #f7f5f2;
	padding: 0px;
	margin: 10px auto;
	float: none;
	width: 240px;
	
}
.svCaS .fTypeCleaning section ul {	
	background-color: #fff;
    border: solid #f7f5f2 10px;
	width: inherit;
	height: inherit;
	padding: 10px;
	margin: 0;
	float: none;
}
.svCaS .fTypeCleaning section ul li {
	font-size: 100%;
}
	
.svCaS .overviewCaS section {margin: 0px 10px;}
.svCaS .overviewCaS section dl {
	overflow: hidden;
	border: solid #ccc 1px;
	margin-bottom: 15px;
}
.svCaS .overviewCaS section dl dt {
	display: block;
	height: inherit !important;
	width: inherit;
	float: none;
	padding: 10px !important;
    background-color: #f7f5f2;
	vertical-align: middle;
	border-bottom: solid #ccc 1px;
	border-right: none;
	border-left: none;
}
.svCaS .overviewCaS section dl dd {
	width: inherit;
	float: none;
	padding: 10px;
	border: none;
}
	

/* マンションリペア */
.svRp .pageTitle2 {background-image:url(../../img/support/title_repair_sp.jpg);}
.svRp .descriptionAS {margin: 5px 10px 20px 10px;}
.svRp .descriptionAS:after {left: 60px;}
	
.svRp .repairPhoto {text-align: center;margin: 0 10px;}
.svRp .repairPhoto section div {height: auto;flex-direction: column;}
.svRp .repairPhoto section div dl {width:275px;height: 200px;margin: 0 auto;}
.svRp .repairPhoto p {color: #dd5858;margin: 0 0 35px 0;}
.svRp .repairPhoto .arrow {
	margin: 5px auto;
	top: 5px;
	left: 0px;
	transform: rotate(90deg);
}

.svRp .wTList {margin: 0 10px;}
.svRp section table .label01 {width: 28%;}
.svRp section table .label02 {width: 49%;}
.svRp section table .label03 {width: 13%;}
.svRp section table .label04 {width: 10%;}
.svRp section table th,.svRp section table td {	font-size: 1.1rem;}
.svRp .overviewRp {margin: 0 10px;}
.svRp .overviewRp dl {
	overflow: hidden;
	border: solid #ccc 1px;
	margin-bottom: 15px;
}
.svRp .overviewRp dl dt {
	display: block;
	height: inherit !important;
	width: inherit;
	float: none;
	padding: 10px !important;
    background-color: #f7f5f2;
	vertical-align: middle;
	border-bottom: solid #ccc 1px;
	border-right: none;
	border-left: none;
}
.svRp .overviewRp dl dd {
	width: inherit;
	float: none;
	padding: 10px;
	border: none;
}
	
/* 残置物・荷物一時預かりサービス */
.svCaB .pageTitle2 {background-image:url(../../img/support/title_collect_sp.jpg);}
.svCaB .serviceT {
	width: auto;
	margin: 10px;
	justify-content: space-between;
}
.svCaB .serviceT li {
	width: auto;
	float: none;
	border-radius: 10px;
}
.svCaB .serviceT li:first-child {
	margin: 0px 0 5px 0;
}
.svLaCaM .descriptionAS,.svCaB .descriptionAS {margin: 5px 10px 20px 10px;}
.svCaB .descriptionAS:after {left: 60px;}
.svCaB .descriptionAS li img {
	width: 50%;
	max-width: 169px;
	float: left;
	margin: 0 auto 1px auto;
}
.svCaB .collectService {margin: 0 10px;}
.svCaB .collectService .collectList {
	width: 49%;
	margin: 0 2px 0 0;
}
.svCaB .collectService table {width: 100%;font-size: 80%;}
.svCaB .collectService table tr:first-child th {font-size: 120%;}
.svCaB .descriptionAS li:last-child{overflow: hidden;}
.svCaB .collectService table .label01{width: 60%;}
.svCaB .collectService table .label02{width: 40%;}
.svCaB .collectService .collectList .textLine {
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 180%;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 60%, #ffbabb 60%, #ffbabb 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 60%,#ffbabb 60%,#ffbabb 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 60%,#ffbabb 60%,#ffbabb 100%);
	display: inline;
}
.svCaB .collectService .collectList .collectImg {
	width: 100%;
	height: auto;
	margin: 10px auto 0;
	background: none;
}
.svCaB .collectService .collectList .collectImg img {
	display: block;
	width: 100%;
	/*margin: 0 auto;
	height: inherit;
    background: url(../../img/support/img_collectList_sp.jpg) no-repeat;
	background-size: contain;*/
}
.svCaB .collectService .collectList:nth-child(3) {
    margin: 0 auto;
    float: none;
    clear: both;
	width: 100%;
    /*height: 150px;*/
}
.svCaB .collectService .collectB h3 {
	margin-bottom: 0;
	float:none;
}
.svCaB .collectService .collectB p.clear {margin-bottom: 20px;}
.svCaB .collectService .collectB ul {border: none;width: 50%;margin: 0;}
.svCaB .collectService .collectB ul:nth-child(4n+1),.svCaB .collectService .collectB h4 {clear: both;}
.svCaB .collectService .collectB ul.clear {margin-bottom: 20px;width: 55%;}
.svCaB .overviewBag,.svCaB .overviewCol,.svLaCaM .overviewCSS {margin: 10px 10px 0 10px;}
.svCaB .overviewBag dl,
.svCaB .overviewCol dl,
.svLaCaM .overviewCSS dl {
	overflow: hidden;
	border: solid #ccc 1px;
	margin-bottom: 15px;
}
.svCaB .overviewBag dl dt,
.svCaB .overviewCol dl dt,
.svLaCaM .overviewCSS dl dt {
	display: block;
	height: inherit !important;
	width: inherit;
	float: none;
	padding: 10px !important;
    background-color: #f7f5f2;
	vertical-align: middle;
	border-bottom: solid #ccc 1px;
	border-right: none;
	border-left: none;
}
.svCaB .overviewBag dl dd,
.svCaB .overviewCol dl dd,
.svLaCaM .overviewCSS dl dd {
	width: inherit;
	float: none;
	padding: 10px;
	border: none;
}
	
/* 土地 */
.svLaCaM .pageTitle2 {background-image:url(../../img/support/title_land_sp.jpg);}
.svLaCaM .serviceT {
	width: auto;
	margin: 10px;
	display: block;
}
.svLaCaM .serviceT li {
	width: auto;
	float: none;
	border-radius: 10px;
	margin: 0px 0 5px 0;
}
.svLaCaM .serviceT li:last-child {margin: 0;}
.svLaCaM .noteArea {margin: 0 10px;}
	
.svLaCaM .reportDetail {
	margin: 10px 10px 0 10px;
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
}
.svLaCaM .reportDetail li {width: 100%; margin: 0 0 20px 0;}
.svLaCaM .reportDetail li div { display: flex;margin: 10px 10px 0 10px;justify-content: space-between;flex-direction: row-reverse;}
.svLaCaM .reportDetail p.img {width: 40%;height: auto;margin: 0;}
.svLaCaM .reportDetail p.img img {width: 100%;position: relative;}
.svLaCaM .reportDetail .text {margin: 10px 0 0 0;}
.svLaCaM .reportDetail div section {width: 55%; margin: 5px 0 0 0;}
.svLaCaM .reportDetail h4 {height: auto;font-size: 1.4rem;margin: 0;}
	
/* 空き家管理サービス */
.svAkiya .pageTitle2 {background-image:url(../../img/support/title_akiya_sp.png);}
	.svAkiya .caseArea {
		margin-left: 8px;
		margin-right: 8px;
	}
	.svAkiya .caseArea dt {
		font-size: 1.6rem;
	}
	.svAkiya .caseArea .title {
		float: left;
		width: calc(100% - 94px);
		margin-bottom: 5px;
	}
	.svAkiya .caseArea img {
		float: right;
		margin-left: 10px;
		width: 84px;
		height: auto;
	}
	.svAkiya .solutionText {
		font-size: 2.0rem;
	}
	.svAkiya .aboutAkiyaKanri strong {
		font-size: 1.6rem;
	}
	.svAkiya .menuArea {
		margin: 10px;
	}
	.svAkiya .menuArea ol {
		padding: 5px;
	}
	.svAkiya .menuArea li p.title br {
		display: none;
	}
	.svAkiya .menuArea .reportText {
		margin-top: 25px;
	}
	.svAkiya .menuArea .reportText + p {
		padding: 8px 0;
		font-size: 1.6rem;
	}
	.svAkiya .menuArea .reportText + p strong {
		font-size: 2.4rem;
	}
	.svAkiya .menuArea .reportText + p::after {
		background-size: 80px auto;
	}
	.svAkiya .standardPlan {
		margin: 0 10px;
	}
	.svAkiya .standardPlan ul {
		display: flex;
	}
	.svAkiya .standardPlan li {
		flex: 1;
		padding: 10px;
		font-size: 1.4rem;
		line-height: 135%;
		text-align: center;
	}
	.svAkiya .standardPlan li img {
		margin: 5px 0;
	}
	.svAkiya .standardPlan li strong {
		margin: 6px 0 4px;
		display: block;
		color: #ec681f;
		font-size: 2.4rem;
	}
	.svAkiya .optionMenu {
		margin: 50px 10px 15px;
	}
	.svAkiya .optionMenu li {
		padding: 14px 10px 10px;
		text-align: center;
	}
	.svAkiya .optionMenu li br {
		display: none;
	}
	.svAkiya .optionMenu li .point {
		margin-top: 4px;
	}
	.svAkiya .akiyaAttention {
		margin: 10px;
	}
	.dataAreaInn {
		margin-top: 20px;
		padding: 12px;
		border: solid #e5e5e5 4px;
	}
	.dataAreaInn .title {
		padding: 4px 0 8px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.dataAreaInn .tel a {
		margin-bottom: 8px;
		padding: 15px 0;
		background: -webkit-linear-gradient(top, #ff9901 0%,#c97800 100%);
		background: linear-gradient(to bottom, #ff9901 0%,#c97800 100%);
		color: #fff !important;
		line-height: 125%;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		/*display: block;*/
		font-size: 1.6rem;
		font-weight: bold;
		border-radius: 4px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.dataAreaInn .tel a .block {
		margin-top: -6px;
    display: inline-block;
    text-align: left;
    font-size: 2.0rem;
    line-height: 100%;
	}
	.dataAreaInn .tel a .pcDisNon {
		font-size: 1.2rem;
		line-height: 100%;
	}
	.dataAreaInn .tel a svg {
		fill: #fff;
	}
/* プラスアルファコンシェルジュ */
.svConcierge .pageTitle2 {background-image:url(../../img/support/title_concierge_sp.png);}
	.svConcierge .catchText span {
		display: block;
		font-size: 1.1rem;
	}
	.svConcierge .consultationArea p {
		padding: 15px 0 10px;
		font-size: 1.5rem;
		line-height: 150%;
		font-weight: bold;
	}
	.svConcierge .consultationArea dt {
		padding: 5px 0 10px;
		font-size: 1.4rem;
	}
	.svConcierge .consultationArea li{
		display: flex;
		align-items: stretch;
	}
	.svConcierge .consultationArea li + li {
		margin-left: 2px;
	}
	.svConcierge .consultationArea li a{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.svConcierge .consultationArea .normalBtn {
		padding: 10px 0;
		font-size: 1.2rem;
	}
	.remodal.consultation {
		padding: 35px 10px 20px;
	}
	.conciergeInfo {
		margin: 20px 10px 0;
		padding: 15px 10px 10px;
		text-align: center;
	}
	.conciergeInfo .title {
		font-size: 1.6rem;
		line-height: 135%;
		font-weight: bold;
	}
	.conciergeInfo ul {
		margin:8px 0;
		display: flex;
		justify-content: space-between;
	}
	.conciergeInfo li {
		width: 100%;
	}
	.conciergeInfo li + li {
		margin-left: 4px;
	}
	.conciergeInfo svg {
		fill: #fff;
		margin-right: 6px;
	}
	.conciergeInfo a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 12px 0 10px;
		color: #fff;
		font-size: 1.2rem;
		line-height: 125%;
		font-weight: bold;
		text-decoration: none;
	}
	.conciergeInfo .tel {
		background: -moz-linear-gradient(top, #ddb344 0%, #7a5900 100%);
		background: -webkit-linear-gradient(top, #ddb344 0%,#7a5900 100%);
		background: -ms-linear-gradient(top, #ddb344 0%,#7a5900 100%);
		background: linear-gradient(to bottom, #ddb344 0%,#7a5900 100%);
		border-radius: 4px;
	}
	.conciergeInfo .tel:hover, .conciergeInfo .tel:active {background: #ddb344;color: #fff !important;}
	.conciergeInfo .block {
		display: inline-block;
		text-align: left;
	}
	.svConcierge .conciergeStaff {
		margin-top: 20px;
	}
	.svConcierge .conciergeStaff li {
		width: 100%;
	}
	.svConcierge .conciergeStaff .womanTitle::before {
		left: 5px;
	}
	.svConcierge .conciergeStaff .womanTitle::after {
		right: 5px;
	}
	.svConcierge .secretBtn {
		margin-top: 20px;
	}
	.svConcierge .secretBtn dt,
	.svSecret .secretSurvice dt{
		padding: 10px;
		font-size: 1.4rem;
	}
	.svConcierge .secretBtn dt span,
	.svSecret .secretSurvice dt span {
		margin-bottom: 6px;
		padding: 2px 5px 0;
		font-size: 1.1rem;
	}
	.svConcierge .secretBtn dd {
		background: url(../../img/support/bg_support_secret.png) no-repeat 0 0;
		background-size: 120px 70px;
		padding: 10px;
	}
	.svConcierge .secretBtn p.text {
		padding-left: 90px;
	}
	.svConcierge .secretBtn .normalBtn {
		margin-top: 10px;
	}
	/* シークレットサービス */
	.svSecret .pageTitle2 {background-image:url(../../img/support/title_secret_sp.png);}
	.svSecret .secretSurvice dd {
		padding: 10px;
		position: relative;
	}
	.svSecret .secretSurvice dd img {
		width: 70px;
		height: auto;
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
	.svSecret .secretSurvice li {
		padding: 2px 0 5px;
		font-size: 1.4rem;
		line-height: 135%;
	}
	.svSecret .secretSurvice dd p {
		padding: 10px 80px 0 1em;
		text-indent: -1em;
		font-size: 1.1rem;
	}
	.svSecret .lead {
		padding: 0 10px;
		margin-top: 20px;
	}
	.svSecret .troubleNav {
		margin: 20px 0;
		padding-bottom: 2px;
	}
	.svSecret .troubleNav ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.svSecret .troubleNav li {
		margin-bottom: 8px;
		width: calc(50% - 4px);
	}
	.svSecret .troubleNav ul strong {
		display: block;
	}
	.svSecret .troubleNav.anchor {
		border: none;
		padding: 0;
		margin-bottom: 0;
	}
	.svSecret .troubleNav.anchor dt {
		padding: 15px 10px;
		background: #9e1d1d;
		color: #fff;
	}
	.svSecret .troubleNav.anchor dd {
		display: none;
	}
	.svSecret .troubleMenu dt {
		margin-top: 1px;
	}
	.svSecret .troubleMenu dd {
		padding: 10px;
	}
	.svSecret .troubleMenu dd span {
		margin-bottom: 5px;
	}
	.svSecret .troubleMenu .acSpTrg + dd {
		display: none;
	}
	.acSpTrg {
		position: relative;
	}
	.acSpTrg::before, .acSpTrg.active.open::before {
		width: 12px;
		height: 2px;
		content: '';
		display: block;
		background: #333;
		position: absolute;
		margin-top: -1px;
		top: 50%;
		right: 10px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		z-index: 90;
	}
	.acSpTrg.active::before, .acSpTrg.open::before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}
	.acSpTrg::after, .acSpTrg.active.open::after {
		width: 12px;
		height: 2px;
		content: '';
		display: block;
		background: #333;
		position: absolute;
		margin-top: -1px;
		top: 50%;
		right: 10px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		z-index: 90;
	}
	.acSpTrg.active::after, .acSpTrg.open::after {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}
	.svSecret .linkArea {
		margin-top: 20px;
	}
	.svSecret .linkArea > div {
		padding: 10px;
		background: #f5f5f5;
	}
	.svSecret .linkArea .sellBtn {
		margin-top: 10px;
	}
	.svSecret .linkArea .sellBtn .pic {
		display: none;
	}
	.svSecret .linkArea .title {
		padding: 10px 0 15px;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
	}
	.svSecret .linkBtn {
		margin: 10px 0;
		display: flex;
	}
	.svSecret .linkBtn p {
		width: 100%;
	}
	.svSecret .linkBtn p + p {
		margin-left: 4px;
	}
	.svSecret .linkBtn svg {
		fill: #fff;
	}
	.svSecret .linkBtn .tel {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 12px 0 10px;
		color: #fff;
		font-size: 1.2rem;
		line-height: 125%;
		font-weight: bold;
		text-decoration: none;
		background: -moz-linear-gradient(top, #ddb344 0%, #7a5900 100%);
		background: -webkit-linear-gradient(top, #ddb344 0%,#7a5900 100%);
		background: -ms-linear-gradient(top, #ddb344 0%,#7a5900 100%);
		background: linear-gradient(to bottom, #ddb344 0%,#7a5900 100%);
		border-radius: 4px;
	}
	.svSecret .linkBtn .tel .block {
		isplay: inline-block;
		ext-align: left;
	}
	.svSecret .caseText h2 {
		margin: 10px 0 1px;
		padding: 15px 0 11px;
		background: #9e1d1d;
		color: #fff;
		font-size: 1.4rem;
		text-align: center;
		line-height: 100%;
	}
	.svSecret .caseText h2 strong {
		margin-right: 2px;
		font-size: 1.8rem;
	}
	.svSecret .caseText dl + dl {
		margin-top: 10px;
	}
	.svSecret .caseText dt {
		margin-bottom: 10px;
	}
	.svSecret .caseText dd {
		padding: 10px 10px 0 10px;
	}
	.svSecret .caseText dd img {
		float: right;
		margin: 0 0 10px 10px;
		width: 90px;
		height: auto;
	}
	/* 引越基本料金割引 */
	.svHikkoshi .pageTitle2 {background-image:url(../../img/support/title_hikkoshi_sp.png);}
	.svHikkoshi img {max-width: 100%; height: auto;}
	.svHikkoshi .mainTitle {
		margin-bottom: 15px;
		padding-top: 58px;
		text-align: center;
	}
	.svHikkoshi .mainTitle img {
		height: 40px;
		width: auto;
	}
	.svHikkoshi.ari .mainTitle img {
		height: 60px;
	}
	.svHikkoshi a.toForm {
		position: absolute;
		top: 10px;
		left: 10px;
		width: calc(100% - 20px);
		box-sizing: border-box;
		padding:10px;
		background: -moz-linear-gradient(top,  #F7F5F2 90%, #E7E1D1 100%);
		background: -webkit-linear-gradient(top,  #F7F5F2 90%,#E7E1D1 100%);
		background: -ms-linear-gradient(top,  #F7F5F2 90%,#E7E1D1 100%);
		background: linear-gradient(to bottom,  #F7F5F2 90%,#E7E1D1 100%);
		border:none;
		-webkit-box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
		-moz-box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
		box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
		color:#cd3939 !important;
		line-height:1;
		cursor:pointer;
		text-align:center;
		text-decoration:none;
		display:block;
	}
	.svHikkoshi a.toForm:hover {background:#ffeeee;color:#cd3939 !important;}
	.svHikkoshi a.toForm:active {background:#ffeeee;color:#cd3939 !important;}
	.svHikkoshi.art .ecoRakuBox .info img {
		width: 100px;
		margin-right: 10px;
	}
	.svHikkoshi .tokuten dd > ul > li + li {
		margin-top: 5px;
	}
	.svHikkoshi .tokuten .info img {
		width: auto;
		height: 80px;
	}
	.svHikkoshi.art .ecoRakuBox .info .title {
		margin: 5px 0;
		font-size: 2.2rem;
		line-height: 140%;
	}
	.svHikkoshi.art .ecoRakuBox .info .title span {
		padding: 4px 10px 2px;
		font-size: 1.3rem;
	}
	.svHikkoshi.art .ecoRakuBox .info .title + p {
		margin-top: 10px;
		clear: both;
	}
	.svHikkoshi .dataAreaInn .title {
		text-align: center;
	}
	.svHikkoshi .dataAreaInn .title p:first-child {
		padding-bottom: 10px;
		border-bottom: solid #ccc 1px;
	}
	.svHikkoshi .dataAreaInn .title img {
		margin: 10px 0 5px;
	}
	.svHikkoshi.ari .dataAreaInn .title img {
		margin: 10px 0 2px;
	}
	.svHikkoshi .dataAreaInn .submitBtn01 {
		margin-top: 10px;
	}
	
	.svHikkoshi .dataAreaInn + p {
		margin: 5px 10px;
	}
	.svHikkoshi .service {
		margin-top: 20px;
	}
	.svHikkoshi .service dd {
		padding: 15px;
	}
	.svHikkoshi .service ul {
		margin-bottom: 10px;
		border-bottom: solid #ccc 1px;
	}
	.svHikkoshi .service li {
		margin-bottom: 10px;
	}
	.svHikkoshi .service .submitBtn01 {
		margin-top: 10px;
	}
	.svHikkoshi .ariRecommend .title {
		margin: 20px 0 5px;
		padding: 5px 0;
		font-size: 2.4rem;
		line-height: 125%;
	}
	.svHikkoshi .ariRecommend .title::before {
		top: 0;
		left: 10px;
	}
	.svHikkoshi .ariRecommend .title::after {
		top: 0;
		right: 10px;
	}
	.svHikkoshi .ariRecommend .copy {
		margin-bottom: 8px;
		font-size: 1.6rem;
		line-height: 125%;
	}
	.svHikkoshi .ariRecommend .copy + p {
		margin: 0 10px;
		text-align: left;
		line-height: 150%;
	}
	.svHikkoshi .ariRecommend .pointBlock li {
		margin-top: 10px;
		overflow: hidden;
	}
	.svHikkoshi .ariRecommend .pointBlock li p {
		line-height: 150%;
	}
	.svHikkoshi .ariRecommend .pointBlock img {
		float: left;
		margin-right: 10px;
		width: 85px;
		height: auto;
	}
	.svHikkoshi .ariRecommend .pointBlock .photo2 figure:first-child img {
		margin: 0;
	}
	/* tf */
	.tfService {
		margin-top: 10px;
	}
	.tfService_list {
		padding: 15px;
	}
	.tfService_list li:not(:last-child) {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	.svHikkoshi .coupon {
		margin: 0 0 10px;
	}
	
	.movieLink {
		margin: 0 10px 10px;
		padding: 10px;
		background: #fff;
		box-shadow: 0 0 2px 0 #ccc, 0 1px 2px 0 #ccc;
	}
	.movieLink dt {
		padding: 10px 0;
		margin-bottom: 5px;
		font-size: 1.6rem;
	}
	.movieLink a {
		padding: 12px 0;
		font-size: 1.4rem;
	}
}

/* タブレット */
@media (min-width: 769px) and (max-width: 1024px){
}
@media (min-width: 481px) and (max-width: 768px){
	/* キャッシュレス
	-----------------------
	本サービスの仕組み */
	.arrow-column.left-arrows {
		left: 0;
		transform: translate(1%, 0);
		gap: 320px;
	}
	.arrow-column.right-arrows {
		right: -4%;
		transform: translate(1%, -295%);
		gap: 195px;
	}
}
@media (max-width: 480px){
	/* キャッシュレス
	-----------------------
	本サービスの仕組み */
	.arrow-column.left-arrows {
		left: 0;
		transform: translate(2%, 0);
		gap: 122px;
	}
	.arrow-column.right-arrows {
		right: -4%;
		transform: translate(2%, -318%);
		gap: 66px;
	}
}