body {
	font-family: sans-serif;
	font-feature-settings: "palt";
}
body img {
	display: block;
	max-width: 100%;
	height: auto;
}
.hidden {
	display: block;
	height: 0px;
	width: 0px;
	margin: 0!important;
	padding: 0!important;
	overflow: hidden;
}


/*===============================================
PC用css 画面の横幅が980px以上
===============================================*/
@media screen and (min-width: 980px) {

.sp {display: none;}

body {
	font-size: 16px;
	line-height: 28px;
}
body a {
	color: #000;
	text-decoration: none;
	transition: all .5s;
}
body a:hover {
	opacity: 0.7;
}

.hero {
	background: url(img/hero_pc.jpg) center / cover no-repeat;
	width: 100%;
	height: 1px;
	padding-top: 58.3%;
	position: relative;
	overflow: hidden;
}
.hero h1 {
	position: absolute;
	top: 2vw;
	left: 3vw;
	width: 40vw;
	height: 2.7vw;
	background: url(img/h1_sma.svg) center / contain no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.hero .catch {
	position: absolute;
	top: 14vw;
	left: 10vw;
	width: 30vw;
}
.hero .tel {
	position: absolute;
	top: 2.5vw;
	right: 2.5vw;
	width: 32vw;
	height: 4vw;
	background: url(img/top_phone.svg) center / contain no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.hero .bot {
	position: absolute;
	top: 45vw;
	left: 14vw;
	background: #FFF;
	width: 22vw;
	height: 4.2vw;
	font-size: 1.8vw;
	line-height: 4.2vw;
	text-align: center;
}

.intro {
	text-align: center;
	margin: 60px auto;
	font-size: 20px;
	line-height: 1.8em;
}

.tabcontent {
	position: relative;
	padding-top: 61px;
}
.tabcontent h2.tab {
	position: absolute;
	top: 0;
	width: 415px;
	font-weight: bold;
	font-size: 24px;
	line-height: 50px;
	color: #493C38;
	text-align: center;
	padding: 10px 0 0;
	border: 1px solid #493C38;
	border-radius: 10px 10px 0 0;
	z-index: 10;
}
.tabcontent h2.buy.tab {
	left: calc(50vw - 440px);
	background: #E4D8D4;
}
.tabcontent h2.sell.tab {
	left: calc(50vw + 20px);
	background: #D5E1E7;
}
.tabcontent #buy {
	border-top: 1px solid #493C38;
	background: #E4D8D4;
	padding: 1px 0 40px;
}
.tabcontent #sell {
	border-top: 1px solid #493C38;
	background: #D5E1E7;
	padding: 40px 0;
}
.tabcontent #sell,.tabcontent #buy {
		display: none;
}
.tabcontent #sell.active, .tabcontent #buy.active {
		display: block;
}
.tabcontent .sell.tab.active {
		border-bottom: 1px solid #D5E1E7;
}
.tabcontent .buy.tab.active {
		border-bottom: 1px solid #E4D8D4;
}

.tabcontent h3 {
	margin: 75px auto 50px;
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	color: #493C38;
	position: relative;
	text-align: center;
	width: fit-content;
}
.tabcontent h3::before {
	content: "";
	width: 35px;
	height: 35px;
	background: url(img/h3_before.svg) center / contain no-repeat;
	position: absolute;
	top: -5px;
	left: -50px;
}
.tabcontent h3::after {
	content: "";
	width: 35px;
	height: 35px;
	background: url(img/h3_after.svg) center / contain no-repeat;
	position: absolute;
	bottom: -5px;
	right: -50px;
}
.tabcontent p {
	margin: 28px auto;
	text-align: center;
}
.tabcontent .continue {
	display: flex;
	justify-content: space-between;
	width: 660px;
	margin: 60px auto;
}
.tabcontent .continue li {
	width: 180px;
	height: 180px;
	background: #FFF;
	border-radius: 90px;
}
.tabcontent .continue li p {
	margin: auto;
	display: table-cell;
	width: 180px;
	height: 180px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #493C38;
}
.tabcontent .illustsh {
	width: 563px;
	display: block;
	margin: 60px auto;
}
.tabcontent p.important {
	background: #493C38;
	padding: 15px 30px;
	color: #FFF;
	width: fit-content;
	min-width: 670px;
	margin: 40px auto;
	border-radius: 15px;
}
.tabcontent .dormant {
	width: 382px;
	display: block;
	margin: 60px auto;
}
.tabcontent .illustbf {
	width: 795px;
	display: block;
	margin: 60px auto;
}
.tabcontent .illusttm {
	width: 253px;
	display: block;
	margin: 60px auto;
}
.tabcontent .business {
	list-style-type: decimal;
	list-style-position: inside;
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto 60px;
	width: 870px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background: #FFF;
}
.tabcontent .business li {
	box-sizing: border-box;
	width: 33.3%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 10px;
}
.tabcontent .business li:nth-of-type(6n-5), .tabcontent .business li:nth-of-type(6n-4), .tabcontent .business li:nth-of-type(6n-3) {
	background: #FBE6CE;
}
.tabcontent .business li.pc {
	color: #FFF;
}
.tabcontent h4 {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5em;
	text-align: center;
	margin: 40px auto 25px;
}
.tabcontent .benefit {
	margin: 20px auto 60px;
	width: 870px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background: #FFF;
	box-sizing: border-box;
}
.tabcontent .benefit tr th {
	background: #FBE6CE;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.tabcontent .benefit tr td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.tabcontent .notes {
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto;
	width: 870px;
	justify-content: space-between;
}
.tabcontent .notes li {
	width: 410px;
	border: 1px solid #493C38;
	border-radius: 15px;
	background: #FFF;
	margin: 0 0 50px;
	text-align: center;
}
.tabcontent .notes li .point {
	background: #FBE6CE;
	font-size: 18px;
	font-weight: bold;
	line-height: 47px;
	border-radius: 15px 15px 0 0;
}
.tabcontent .notes li h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 15px auto 10px;
}
.tabcontent .notes li p {
	text-align: justify;
	margin: 0 30px 30px;
}

.bottom {
	margin: 60px auto;
	text-align: center;
}
.bottom h3 {
	margin: 75px auto 50px;
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	color: #493C38;
	position: relative;
	text-align: center;
	width: fit-content;
}
.bottom h3::before {
	content: "";
	width: 35px;
	height: 35px;
	background: url(img/h3_before.svg) center / contain no-repeat;
	position: absolute;
	top: -5px;
	left: -50px;
}
.bottom h3::after {
	content: "";
	width: 35px;
	height: 35px;
	background: url(img/h3_after.svg) center / contain no-repeat;
	position: absolute;
	bottom: -5px;
	right: -50px;
}
.bottom p {
	margin: 28px auto;
	text-align: center;
}
.bottom .case {
	display: flex;
	margin: 20px auto;
	width: 1090px;
	justify-content: space-between;
}
.bottom .case li {
	width: 335px;
	border: 1px solid #493C38;
	border-radius: 15px;
	background: #FFF;
	text-align: center;
}
.bottom .case li .nonv {
	color: #493C38;
	background: #FBE6CE;
	font-size: 18px;
	font-weight: bold;
	line-height: 47px;
	border-radius: 15px 15px 0 0;
}
.bottom .case li h5 {
	color: #493C38;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 15px auto 5px;
}
.bottom .case li p.cond {
	text-align: center;
	margin: 0 auto 10px;
}
.bottom .case li p {
	text-align: justify;
	margin: 0 30px 25px;
}
.bottom .close {
	font-size: 20px;
	height: 35px;
	margin: 80px auto 60px;
}
.bottom .bot {
	display: block;
	background: #493C38;
	color: #FFF;
	width: 260px;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
	margin: 40px auto;
}
.bottom h4 {
	width: 150px;
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
	border: 1px solid #493C38;
	color: #493C38;
	margin: 10px auto;
}
.bottom .tel {
	display: block;
	width: 250px;
	margin: auto;
}
.bottom .time {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #493C38;
	margin: 5px auto;
}


.head {
	background: url(img/hero_pc.jpg) right -10vw / cover no-repeat;
	width: 100%;
	height: 1px;
	padding-top: 30%;
	position: relative;
	overflow: hidden;
}
.head .toptitle {
	position: absolute;
	top: 2vw;
	left: 3vw;
	width: 40vw;
	height: 2.7vw;
	background: url(img/h1_sma.svg) center / contain no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.head h1 {
	position: absolute;
	top: 14vw;
	left: 10vw;
	color: #FFF;
	font-size: 3.8vw;
}

.bottom h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #493C38;
	margin: 10px auto -20px;
}


.copyright {
	margin: 100px 0 0;
	padding: 10px;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
	background: #493C38;
}

#end {}
}