@charset "shift_jis";
@media screen and (max-width: 768px) {
	.sp_off, .smart_off {
		display: none !important;
	}
	body {
		margin: 0;
		font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	body.no_scroll {
	overflow: hidden;
}
	h1 {
		background-color: #eee;
		color: #ccc;
		font-size: 10px;
		line-height: 1;
		padding: 5px;
		margin: 0;
		position: relative;
		z-index: 999;
	}
	h2 {
		text-align: center;
		font-size: 28px;
	}
	p {
		margin: 0;
	}
	a {
		text-decoration: none;
		color: #333;
	}
	li {
		list-style-type: none;
		margin: 0;
	}
	ul {
		padding: 0;
		margin: 0;
	}
	/* header */
	.s_h_sp {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	/*============
 nav
 =============*/
	nav {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		background: #ffffff;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all .5s;
		opacity: 0;
		padding: 0;
		box-sizing: border-box;
		z-index: -1;
		background: #ffffff;
	}
	.nav_logo {
		height: 80px;
		border-bottom: solid 1px #ccc;
		padding-top: 20px;
		box-sizing: border-box;
	}
	nav::-webkit-scrollbar {
		width: 0;
	}
	nav::-webkit-scrollbar-track {
		border-radius: 10px;
		box-shadow: none;
	}
	nav::-webkit-scrollbar-thumb {
		background-color: #fff;
		box-shadow: none;
	}
	.open nav {
		right: 0;
		opacity: 1;
		z-index: 99;
		display: block;
	}
	nav .inner {
		padding: 50px 25px 20px;
	}
	nav .inner ul {
		list-style: none;
		margin: 0;
		padding: 0;
		margin: -10px 0 30px;
	}
	nav .inner ul li {
		position: relative;
		margin: 0;
	}
	nav .inner ul li a {
		display: block;
		color: #333;
		font-size: 18px;
		line-height: 36px;
		letter-spacing: 0.03em;
		text-decoration: none;
		transition-duration: 0.2s;
		text-align: left;
		position: relative;
		text-indent: 50px;
	}
	nav .inner ul li a::before {
		content: "";
		background: #aaa;
		display: block;
		width: 10px;
		height: 3px;
		position: absolute;
		top: 17px;
		left: 20px;
	}
	nav .inner ul li a:hover {
		background: #e4e4e4;
	}
	nav .f_logo img {
		width: 150px;
	}
	.nav_top {
		width: auto;
		display: block;
		margin: 0;
		text-align: left;
	}
	.nav_top ul {}
	.nav_btn a {
		display: block;
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0.03em;
		margin-bottom: 20px;
		color: #000;
		text-align: left;
		transition: .2s;
	}
	.nav_btn {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 0.03em;
		margin-bottom: 20px;
		color: #000;
		text-align: left;
	}
	.nav_btn span {
		display: inline-block;
		margin-left: 15px;
		font-size: 15px;
		letter-spacing: 0.05em;
		transition: .2s;
	}
	.nav_btn a:hover {
		letter-spacing: 0.2em;
		transition: .2s;
	}
	.nav_btn a:hover span {
		letter-spacing: 0.2em;
		transition: .2s;
	}
	.nav_satei {
		width: 510px;
		box-sizing: border-box;
		background: #eee;
		height: 150px;
		padding: 20px;
		text-align: center;
	}
	.nav_satei span {
		display: block;
		text-align: center;
		font-size: 17px;
		font-weight: bold;
		line-height: 30px;
		letter-spacing: 0.05em;
		position: relative;
	}
	.nav_satei span::before {
		content: "";
		background: #000;
		width: 125px;
		height: 1px;
		position: absolute;
		left: 0;
		top: 16px;
	}
	.nav_satei span::after {
		content: "";
		background: #000;
		width: 125px;
		height: 1px;
		position: absolute;
		right: 0;
		top: 16px;
	}
	.nav_satei ul {
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}
	.nav_satei ul li a {
		display: block;
		width: 230px;
		height: 60px;
		text-align: center;
		color: #fff;
		background: #65b820;
		font-size: 15px;
		font-weight: bold;
		line-height: 60px;
		letter-spacing: 0.05em;
		box-sizing: border-box;
		padding-right: 10px;
		position: relative;
		transition: .3s;
		border: 2px solid #65b820;
	}
	.nav_satei ul li:nth-child(2) a {
		background: #265300;
		border: 2px solid #265300;
	}
	.nav_satei ul li a:hover {
		border: 2px solid #265300;
		letter-spacing: 0.2em;
		transition: .3s;
	}
	.nav_satei ul li:nth-child(2) a:hover {
		border: 2px solid #65b820;
		letter-spacing: 0.2em;
		transition: .3s;
	}
	.nav_satei ul li a::before {
		content: "";
		background: url(../img/nav_arrow.png);
		display: block;
		width: 7px;
		height: 12px;
		position: absolute;
		right: 10px;
		top: 24px;
	}
	/*============
 .toggle_btn
 =============*/
	.toggle_btn {
		display: block;
		position: absolute;
		top: 3px;
		right: 15px;
		width: 30px;
		height: 30px;
		transition: all .5s;
		cursor: pointer;
		z-index: 9999;
	}
	.toggle_btn span {
		display: block;
		position: absolute;
		left: 0;
		width: 30px;
		height: 2px;
		background-color: #fff;
		border-radius: 4px;
		transition: all .5s;
	}
	.toggle_btn span:nth-child(1) {
		top: 4px;
	}
	.toggle_btn span:nth-child(2) {
		top: 14px;
	}
	.toggle_btn span:nth-child(3) {
		bottom: 4px;
	}
	.open .toggle_btn span {
		background-color: #000;
	}
	.open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
	}
	.open .toggle_btn span:nth-child(2) {
		opacity: 0;
	}
	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-10px) rotate(315deg);
		transform: translateY(-10px) rotate(315deg);
	}
	/*============
 .toggle_btn_c
 =============*/
	.toggle_btn_c {
		display: block;
		position: relative;
		width: 60px;
		height: 60px;
		transition: all .5s;
		cursor: pointer;
		z-index: 100;
		background: #a3d526;
	}
	.toggle_btn_c span {
	display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 26px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .5s;
    margin: 0 auto;
	}
		.toggle_btn_c p {
font-size: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 5px;
		}
	.toggle_btn_c span:nth-child(1) {
		top: 14px;
	}
	.toggle_btn_c span:nth-child(2) {
		top: 23px;
	}
	.toggle_btn_c span:nth-child(3) {
		bottom: 24px;
	}
	.open .toggle_btn_c span {
		background-color: #fff;
	}
	.open .toggle_btn_c span:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
	}
	.open .toggle_btn_c span:nth-child(2) {
		opacity: 0;
	}
	.open .toggle_btn_c span:nth-child(3) {
		-webkit-transform: translateY(-10px) rotate(315deg);
		transform: translateY(-10px) rotate(315deg);
		bottom: 23px;
	}
	/*============
 #mask
 =============*/
	#mask {
		transition: all 0.8s;
		opacity: 0;
		z-index: -1;
	}
	.open #mask {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .5;
		z-index: 98;
		cursor: pointer;
		transition: all 0.8s;
	}
	.h_con {
		width: 210px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.open .toggle_btn_c {
		z-index: 9999;
	}
	.h_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 60px;
		height: 60px;
		background: #2b4156;
		color: #fff;
		text-align: center;
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
		letter-spacing: 2px;
		box-sizing: border-box;
	}
	/*繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ*/
	#navArea ul {}
	#navArea ul li {
		border-bottom: solid 1px #ccc;
	}
	#navArea ul li:last-child {
		border-bottom: none;
	}
	#navArea ul li a {
		font-size: 14px;
		font-weight: 500;
		display: block;
		margin: 0px;
		padding: 20px 0px;
		transition: all 0.15s ease;
		position: relative;
		top: 0;
		left: 0;
		background: #fff;
	}
	.nav_logo img {
		width: 70%;
	}
	.nav_top ul li a {
		padding-left: 45px !important;
	}
	.nav_top ul li a::before {
		content: "";
		display: block;
		background: url(../img/sp_common/tel_sale.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 25px;
		height: 25px;
		position: absolute;
		left: 10px;
		top: 17px;
	}
	.nav_top ul li:nth-child(2) a::before {
		background: url(../baikyaku_test/img/bnr_icon01.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.nav_flex ul {
		display: flex;
		justify-content: space-between;
	}
	.nav_flex ul li {
		width: 25%;
		border: 1px solid #cabb87 !important;
		box-sizing: border-box;
	}
	.nav_flex ul li:not(:first-child) {
		border-left: none !important
	}
	.nav_flex ul li a {
		width: 100%;
		position: relative;
		text-align: center;
		height: 90px;
		box-sizing: border-box;
	}
	.nav_flex ul li a::before {
		content: "";
		display: block;
		border-top: 5px solid transparent;
		border-right: 5px solid #c0ad6c;
		border-bottom: 5px solid #c0ad6c;
		border-left: 5px solid transparent;
		position: absolute;
		right: 5px;
		bottom: 5px;
	}
	.nav_flex ul li a span {
		display: block;
		color: #c0ad6c;
		font-weight: bold;
		text-align: center;
		font-size: 20px;
	}
	.nav_flex ul li:last-child a span {
		font-size: 14px;
	}
	.nav_bot ul {
		padding: 20px 4%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.nav_bot ul li {
		width: 49%;
		margin-bottom: 10px;
	}
	.nav_bot ul::after {
		content: none;
	}
	.nav_bot ul li a {
		padding: 15px 0 15px 15px !important;
		background: #fff !important;
		border: none !important;
	}
	.nav_f_logo {
		margin: 20px auto;
		text-align: center;
	}
	.nav_f_logo img {
		width: 30%;
	}
	/*-----------sp_nav_dropdown------------*/
	.nav_dropd {
		width: 90%;
		margin: 0 auto;
	}
	.nav_dropd_list {
		display: none;
	}
	.nav_dropd_list .active {
		display: block;
	}
	.nav_dropd_btn {
		padding-left: 20px !important;
		border-bottom: solid 1px #ccc;
		font-size: 14px;
		font-weight: 500;
		margin: 0px;
		padding: 20px 0px;
		transition: all 0.15s ease;
		position: relative;
		top: 0;
		left: 0;
	}
	.nav_dropd_list {
		padding: 15px 5% 5px;
	}
	.nav_dropd_list a {
		display: block;
		font-size: 14px;
		margin-bottom: 10px;
		font-weight: 500;
	}
	.nav_dropd_btn .accordion_icon {
		position: absolute;
		right: 20px;
		top: 25px;
		width: 10px;
		height: 10px;
		border-top: 2px solid rgb(0, 0, 0);
		border-right: 2px solid rgb(0, 0, 0);
		-webkit-transform: rotate(45deg);
		transform: rotate(135deg);
		transition: .3s;
	}
	.icon_deg {
		transform: rotate(-45deg);
		transition: .3s;
	}
	/*--------- main ----------*/
	.s_t_main {
		background-image: url(../img/main\ 1.webp);
		padding: 70px 20px 50px;
		background-position: center;
	}
	.s_t_main_inner {
		width: 100%;
		margin: 0 auto;
	}
	.s_t_main_inner h2 {
		font-size: 24px;
		color: #fff;
		line-height: 35px;
		margin: 0 0 20px;
		text-align: left;
	}
	.s_t_main_inner h2 span {
		font-size: 50px;
	}
	.s_t_main_inner p {
		font-size: 13px;
		color: #fff;
		line-height: 20px;
		margin: 0 0 20px;
	}
	.s_t_main_inner img {
		width: 100%;
	}
	/*--------- 速報 ---------*/
	.top_info {
		background: #e1f0f0;
		text-align: left;
	}
	.t_info {
		width: 100%;
		margin: auto;
		color: #333333;
		font-size: 14px;
		line-height: 80px;
		position: relative;
		display: flex;
		align-items: center;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.sokuho_ttl {
		margin-right: 20px;
		width: 20%;
	}
	.info_slide_wrap {
		    width: 80%;
	}
	.t_info>img {
		position: absolute;
		top: 30px;
		left: 85px;
	}
	.sokuho {
		margin-left: 60px;
	}
	.t_info a {
		font-size: 14px;
		text-decoration: none;
		color: #333333;
		height: 80px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.t_info a:hover {
		text-decoration: underline;
	}
	.t_info a img {
		vertical-align: middle;
	}
	/* iframe中身ここから */
	.ticker {
		position: absolute;
		top: 0;
		left: 0;
		width: 600px;
		height: 100% !important;
		line-height: 59px;
		font-size: 13px;
		/* font-weight: bold; */
		/* overflow: hidden; */
		/* text-overflow: ellipsis; */
		/* white-space: nowrap; */
	}
	.ticker ul {
		width: 100%;
		position: relative;
		margin: 0px;
		padding: 0px;
	}
	.ticker ul li {
		width: 100%;
		/* display: none; */
		/* font-weight:bold; */
	}
	.ticker ul li a {
		display: block;
		color: #333333;
		text-decoration: none;
	}
	.ticker ul li a:hover {
		color: #fe5339;
	}
		/* iframe中身ここまで */
	/*--------- お悩み ---------*/
	.s_t_nayami {
		background-position: center bottom -10px;
		background-repeat: no-repeat;
		padding: 30px 0 50px;
	}
	.s_t_nayami_ti {
		text-align: center;
	}
	.s_t_nayami_ti p {
		color: #a3d526;
		font-size: 6.5vw;
		line-height: 1.2;
		margin-bottom: 20px;
		font-weight: bold;
	}
	.s_t_nayami_ti img {
		width: 60%;
		display: block;
		margin: 40px auto;
	}
	.s_t_nayami_ti h2 {
		margin: 0;
		font-size: 8vw;
		letter-spacing: 0px;
		line-height: 1.2;
		font-weight: bold;
	}
	.s_t_nym_txt {}
	.s_t_nym_txt p {
		font-size: 15px;
		text-align: left;
		margin: 30px auto 0;
		line-height: 1.7;
		width: 90%;
	}
	/*--------- カテゴリ別 ---------*/
	.s_t_category {
		background-image: url(../img/backgronud1.webp);
		background-position: center bottom;
		padding: 60px 0;
	}
	.s_t_category_ti {
		text-align: center;
		font-size: 30px;
		line-height: 1.3;
		margin: 0 0 40px;
		font-weight: bold;
	}
	.s_t_category ul {
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
	}
	.s_t_category ul li {
		width: 50%;
		border-bottom: 1px solid #eee;
		box-sizing: border-box;
	}
.arrow{
	display: none;
}

	.s_t_category ul li:nth-child(2n) {
		border-left: 1px solid #eee;
	}
	.s_t_category ul li:nth-child(2n) img{
		margin-top: 5px;
	}

	.s_t_category ul li:nth-child(3) img{
		margin-top: 18px;
	}

	.s_t_category ul li a {
		background-color: #fff;
		display: block;
		padding: 30px 15px;
		box-sizing: border-box;
		text-decoration: none;
		color: #333;
		transition: 0.3s;
		position: relative;
        height: 100%;
	}
	.s_t_category ul li a:after {
		content: "";
		position: absolute;
		width: 30px;
		height: 6px;
		border-bottom: 1px solid #333;
		border-right: 1px solid #333;
		transform: skew(40deg);
		right: 20px;
		margin: 0 auto;
		bottom: 20px;
	}
	.s_t_category ul li a:hover {
		transform: translateY(-5px);
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	}
	.s_t_category ul li h3 {
		font-size: 13px;
		font-weight: bold;
		margin: 20px 0 10px;
		text-align: center;
	}
	.s_t_category ul li p {
		font-size: 11px;
		line-height: 1.5;
		margin: 0;
	}
	.s_t_category ul li .img {
		text-align: center;
	}
	.s_t_category ul li .img img {
		max-width: 100px;
	}
	/*--------- コンバージョン ---------*/
	.s_t_cv {
		background-color: #eeeeee;
		padding: 30px 0;
	}
	.s_t_cv p {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 20px;
		color: #333;
	}
	.s_t_cv ul {}
	.s_t_cv ul li {}
	.s_t_cv ul li a {
		display: block;
		width: 80%;
		line-height: 60px;
		background-color: #a3d526;
		color: #fff;
		text-align: center;
		position: relative;
		margin: 0 auto 10px;
		border-radius: 5px;
		font-weight: bold;
		font-size: 20px;
	}
	.s_t_cv ul li a i {
		position: absolute;
		left: 10px;
		top: 10px;
	}
	/*--------- 共通h2 ---------*/
	.s_t_ti {
		padding-bottom: 50px;
		width: 90%;
		margin: 0 auto;
	}
	.s_t_ti h2 {
		font-size: 8vw;
		letter-spacing: 1px;
		position: relative;
		text-align: center;
		line-height: 1.3;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.s_t_ti h2:before {
		content: "";
		width: 70px;
		height: 5px;
		background-color: #a3d526;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.s_t_ti p {
		font-size: 15px;
		line-height: 30px;
		text-align: left;
	}
	/*--------- 私たちの強み ---------*/
	/*************************************************/
	/*  sale売却  */
	/*************************************************/
	.s_t_strong {
		padding: 50px 0;
	}
	.s_t_strong .s_t_ti {
		padding-bottom: 20px;
	}
	.s_t_sr_con {
		padding: 0px 0 80px;
	}
	.s_t_sr_con_l img {
		max-width: 90%;
		margin: 0 auto 30px;
		display: block;
	}
	.s_t_sr_con_r {
		width: 94%;
		padding: 0 0 5px 0;
		margin: 0 auto;
	}
	.s_t_sr_con_r ul {
		margin: 0 0 25px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.s_t_sr_con_r ul li {
		box-sizing: border-box;
		width: 50%;
		padding: 10px;
		box-sizing: border-box;
		border-left: dotted 1px #aaa;
		margin-bottom: 20px;
	}
	.s_t_sr_con_r ul li:nth-child(2n) {
		border-right: dotted 1px #aaa;
	}
	.s_t_sr_con_r p {
		font-size: 14px;
		margin: 10px 0;
		font-weight: bold;
		line-height: 1.2;
	}
	.s_t_sr_con_r h3 {
		margin: 0;
		padding: 0;
		font-size: 5vw;
		line-height: 28px;
		position: relative;
		color: #a3d526;
	}
	.s_t_sr_con_r span {
		font-size: 5vw;
		font-weight: bold;
		line-height: 1;
		background: linear-gradient(transparent 70%, #fff000 70%);
	}
	.s_t_more_btn a {
		display: block;
		width: 80%;
		line-height: 60px;
		background-color: #ff9c00;
		color: #fff;
		text-align: center;
		position: relative;
		margin: 0 auto 00px;
		border-radius: 5px;
		font-weight: bold;
		font-size: 18px;
	}
	.s_t_sr_con_r a:before {}
	.s_t_sr_con_r a:hover {}
	.s_t_sr_con_bg {}
	.s_t_result_wrap {
		width: 94%;
		margin: 0 auto 0px;
	}
	.s_t_result_ti {
		background-image: url(../img/result_bg.webp);
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	.s_t_result_ti h3 {
		margin: 0;
		font-size: 7vw;
		color: #0e6e98;
		letter-spacing: 1px;
		text-align: center;
		line-height: 1;
		padding: 0 0 10px;
	}
	.s_t_result_ti img {
		width: 80%;
		display: block;
		margin: 0 auto 20px;
	}
	.sale2_list_title {
		display: flex;
		margin: 10px auto 0;
		font-weight: bold;
		justify-content: center;
		width: 96%;
	}
	.sale2_l_ti {
		color: #fff;
		border: 1px solid #ccc;
		padding: 15px;
		box-sizing: border-box;
		width: 34%;
		background: #0e6e98;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}
	.sale_result_ma {
		width: 96%;
		margin: 0 auto 20px;
	}
	.sale_result_ma ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.sale_result_ma ul li {
		/* margin: 0 0 40px 0; */
		overflow: hidden;
		border-bottom: 1px solid #eee;
		/* padding-bottom: 15px; */
	}
	.sale_result_ma a {
		display: block;
		text-decoration: none;
		display: flex;
		width: 100%;
	}
	.sale2_l_item {
		border: 1px solid #dcdcdc;
		padding: 10px;
		box-sizing: border-box;
		width: 34%;
		text-align: center;
		border-right: none;
		font-size: 14px;
		line-height: 1.3;
		float: left;
		border-top: none;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.i_b_r {
		border-right: 1px solid #dcdcdc;
	}
	.link sale2_list_item:hover {
		background-color: rgb(253, 246, 215);
		cursor: pointer;
	}
	/*--------- 売却の流れ ---------*/
	.s_t_flow {
		padding: 50px 0;
	}
	.s_t_flow_block {}
	.s_t_flow_block ul {
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	.s_t_flow_block ul li {
		width: 100%;
	}
	.s_t_flow_block ul li .ti {
		background-color: #f7ffe4;
		line-height: 50px;
		padding: 0 30px;
		display: flex;
		align-items: center;
	}
	.s_t_flow_block ul li:nth-child(2) .ti {
		background-color: #cce198;
	}
	.s_t_flow_block ul li:nth-child(3) .ti {
		background-color: #acd598;
	}
	.s_t_flow_block ul li:nth-child(4) .ti {
		background-color: #a3d526;
	}
	.s_t_flow_block ul li:nth-child(5) .ti {
		background-color: #cce198;
	}
	.s_t_flow_block ul li:nth-child(6) .ti {
		background-color: #acd598;
	}
	.s_t_flow_block ul li:nth-child(7) .ti {
		background-color: #80c269;
	}
	.s_t_flow_block ul li:nth-child(8) .ti {
		background-color: #a3d526;
	}
	.s_t_flow_block ul li .ti span {
		background-color: #fff;
		padding: 5px;
		margin-right: 10px;
		border-radius: 3px;
		font-size: 10px;
		font-weight: bold;
		font-family: Century Gothic, sans-serif;
		display: inline;
		height: 10px;
		line-height: 1;
		color: #59c16a;
	}
	.s_t_flow_block ul li .ti h3 {
		display: inline-block;
		margin: 0;
		font-size: 18px;
	}
	.s_t_flow_block ul li .txt {
		padding: 10px;
		box-sizing: border-box;
		margin: 10px 0 20px;
	}
	.s_t_flow_block ul li .txt p {
		font-size: 13px;
		line-height: 23px;
	}
	.s_t_flow_block ul li .txt p.orange {
		font-size: 18px;
		color: #a3d526;
		font-weight: bold;
		margin: 0 0 10px;
	}
	/*--------- 仲介と買取の違い ---------*/
	.s_t_differ {
		background-color: #eee;
		padding: 70px 0 50px;
		background-image: url(../img/differ_bg.webp);
		background-repeat: no-repeat;
		background-position: center top 50px;
	}
	.s_t_differ .s_t_ti p {
		background-color: #fff;
		padding: 30px;
		border-radius: 5px;
		margin: 0 auto 0px;
	}
	.s_t_df_block {
		width: 90%;
		margin: 0 auto;
	}
	.s_t_df_box {
		width: 100%;
		background-color: #fff;
		overflow: hidden;
		border-radius: 5px;
		margin-bottom: 30px;
	}
	.s_t_df_box h3 {
		background-color: #0e6e98;
		margin: 0;
		text-align: center;
		line-height: 65px;
		color: #fff;
	}
	.s_t_df_box.kaitori_box h3 {
		background-color: #c63e3e;
	}
	.s_t_df_box img {
		display: block;
		margin: 30px auto;
		max-width: 100%;
	}
	.tokucho {
		padding: 0 20px;
		margin-bottom: 30px;
	}
	.tokucho li {
		margin-bottom: 10px;
		display: flex;
	}
	.tokucho li span {
		display: inline-block;
		width: 20%;
		line-height: 30px;
		text-align: center;
		border: 1px solid #aaa;
		background-color: #eee;
		font-size: 12px;
		margin-right: 10px;
		border-radius: 3px;
		font-weight: bold;
	}
	.tokucho li p {
		font-size: 16px;
		font-weight: bold;
		display: inline-block;
		width: 80%;
	}
	.merit {
		padding: 0 20px;
		margin-bottom: 30px;
	}
	.merit p {
		font-size: 15px;
		color: #c63e3e;
		padding: 0 0 10px 10px;
		border-bottom: 1px solid #c63e3e;
		margin-bottom: 15px;
		font-weight: bold;
		line-height: 1;
	}
	.merit ul li {
		font-size: 16px;
		font-weight: bold;
		padding-left: 30px;
		background-image: url(../img/merit_check.webp);
		background-repeat: no-repeat;
		background-position: center left;
		margin-bottom: 10px;
	}
	.demerit {
		padding: 0 20px;
		margin-bottom: 30px;
	}
	.demerit p {
		font-size: 15px;
		color: #62a4c1;
		padding: 0 0 10px 10px;
		border-bottom: 1px solid #62a4c1;
		margin-bottom: 15px;
		font-weight: bold;
		line-height: 1;
	}
	.demerit ul li {
		font-size: 16px;
		font-weight: bold;
		padding-left: 30px;
		background-image: url(../img/demerit_check.webp);
		background-repeat: no-repeat;
		background-position: center left;
		margin-bottom: 10px;
	}
	.chart_img img {
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.chart_bg ul {
		width: 100%;
		position: absolute;
		bottom: 55px;
		display: flex;
		justify-content: center;
		margin: 0;
		padding: 0;
	}
	.chart_bg ul li {
		list-style: none;
	}
	/*--------- よくある質問 ---------*/
	.s_t_faq {
		padding: 60px 0 80px;
	}
	.s_t_faq h2 {
		margin-bottom: 0;
	}
	.sale_qa_wrap .accordionbox {
		width: 90%;
		margin: 0px auto 0px;
		box-sizing: border-box;
	}
	.sale_qa_wrap .accordionlist dt {
		display: block;
		overflow: hidden;
	}
	.sale_qa_wrap .accordionlist dt:first-child,
	.sale_qa_wrap .accordionlist dt:nth-child(2) {
		border-top: none !important;
	}
	.sale_qa_wrap .accordionlist dt .title {
		position: relative;
		float: left;
		background-color: #fff;
		display: block;
		width: 100%;
		box-sizing: border-box;
		text-align: left;
		color: #000;
		font-size: 18px;
		padding: 15px 40px 15px 60px;
		line-height: 25px !important;
		box-shadow: 0 0 8px rgb(0 0 0 / 30%);
		background-image: url(../img/faq_q.webp);
		background-repeat: no-repeat;
		background-position: top 20px left 15px;
	}
	.sale_qa_wrap .accordionlist dt .title p {
		font-weight: normal;
	}
	.sale_qa_wrap .accordionlist dd {
		position: relative;
		display: none;
		background: #eee;
		padding: 20px 20px 20px 60px;
		margin: 0;
		background: #fff;
		text-align: left;
		font-size: 15px;
		line-height: 1.5;
		color: #000;
		background-image: url(../img/faq_a.webp);
		background-repeat: no-repeat;
		background-position: top 20px left 20px;
	}
	.sale_qa_wrap .accordion_icon,
	.sale_qa_wrap .accordion_icon span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.sale_qa_wrap .accordion_icon {
		position: relative;
		width: 30px;
		height: 30px;
		float: right;
		margin-right: 10px;
		margin-top: -45px;
	}
	.sale_qa_wrap .accordion_icon span {
		position: absolute;
		left: 0px;
		width: 70%;
		height: 2px;
		background-color: #999;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
	}
	.sale_qa_wrap .accordion_icon span:nth-of-type(1) {
		top: 5px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	.sale_qa_wrap .accordion_icon span:nth-of-type(2) {
		top: 5px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}
	.sale_qa_wrap .accordion_icon.active span:nth-of-type(1) {
		display: none;
	}
	.sale_qa_wrap .accordion_icon.active span:nth-of-type(2) {
		top: 5px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	.sale_qa_wrap .clearfix.active {
		background-color: #e6d9ba;
	}
	.sale_qa_wrap .accordionlist dt .title:hover {
		background-color: #fff7d7;
		transition: .3s;
	}
	.sale_qa_wrap .accordionlist dt .title.active {
		border-bottom: 1px solid #ccc;
		color: #000;
	}
	.sale_qa_wrap .accordionlist dt .title.active p {}
	.qa_block {
		display: block;
		overflow: hidden;
		margin-bottom: 30px;
		cursor: pointer;
		border-radius: 5px;
		filter: drop-shadow(0px 0px 5px #0001);
	}
	/*--------- レンタルコンテンツ ---------*/
	.s_t_know {
		padding-bottom: 100px;
	}
	.s_t_know .s_t_ti {
		background-image: url(../img/know_bg.webp);
		background-size: cover;
		color: #fff;
		height: 340px;
		position: relative;
		padding-top: 60px;
		box-sizing: border-box;
		width: 100%;
		background-position: center;
	}
	.s_t_know .s_t_ti img {
		position: absolute;
		top: -30px;
		left: 0;
		right: 0%;
		margin: 0 auto;
		filter: drop-shadow(0px 0px 3px #3332);
		width: 130px;
	}
	.s_t_know .s_t_ti h2:before {
		background-color: #fff;
	}
	.s_t_know ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 90%;
		margin: -110px auto 0;
		position: relative;
	}
	.s_t_know ul li {
		margin: 0 auto 5%;
	}
	.s_t_know ul li a {
		display: block;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		border-radius: 5px;
		transition: 0.3s;
		background-color: #fff;
	}
	.s_t_know ul li a:hover {
		transform: translateY(-10px);
		box-shadow: 0 0 20px rgb(0 0 0 / 30%);
	}
	.s_t_know ul li img {}
	.s_t_know ul li p {
		padding: 10px 20px 15px;
		font-weight: bold;
		position: relative;
	}
	.s_t_know ul li p::before {
		content: "";
		position: absolute;
		width: 25px;
		height: 25px;
		background: #a3d526;
		right: 15px;
		top: 10px;
	}
	.s_t_know ul li p::after {
		content: "";
		position: absolute;
		right: 25px;
		top: 19px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/*--------- 当社について ---------*/
	.s_t_com {
		background-color: #eee;
		padding: 60px 0;
	}
	.s_t_ti {}
	.s_t_com_block {
		width: 90%;
		margin: 0 auto;
	}
	.s_t_com_l {
		width: 100%;
		height: ;
		background-color: #aaa;
	}
	.s_t_com_r {
		width: 100%;
	}
	.s_t_com_r p {
		font-size: 15px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.s_t_com_r ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.s_t_com_r ul li {
		width: 49%;
	}
	.s_t_com_r ul li a {
		display: block;
		width: 100%;
		line-height: 50px;
		text-align: center;
		background-color: #fff;
		border-radius: 5px;
		border: 1px solid #ccc;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	/*--------- フッター ---------*/
	/* FOOTER
-----------------------------------------------------------------*/
	/* =========================================================
	 footer start
========================================================= */
	footer {
		width: 100%;
		margin: 10% 0 0 0;
		padding-bottom: 60px;
	}
	.changeViewWrap {
		width: 96%;
		margin: 7px auto;
		height: auto;
		overflow: hidden;
	}
	.changeView {
		padding-bottom: 3px;
	}
	.changeView a {
		display: block;
		padding: 12px;
		color: #3979AA;
		box-shadow: 0 3px 0 #3979AA;
		font-weight: bold;
		background: #eaf0f8;
		text-align: center;
		border: 1px solid #999;
	}
	.changeView i {
		margin-right: 10px;
	}
	/*sp-pc-switch end*/
	/*bact-top start*/
	.footer-up-color {
		color: #777777;
	}
	#back-Top {
		width: 100%;
		margin-top: 3%;
		padding: 0;
		border-bottom: #BABABA 2px solid;
		border-top: #BABABA 2px solid;
		height: auto;
		overflow: hidden;
		text-align: center;
		font-size: 15px;
	}
	#back-Top i {
		vertical-align: middle;
		margin-right: 5px;
		font-size: 20px;
	}
	#back-Top a {
		display: block;
		padding: 10px 0;
	}
	#back-Top a span {
		font-weight: bold;
	}
	/*bact-top end*/
	.f_txt_menu {
		margin: 10px 4%;
	}
	.f_txt_menu p {
		font-weight: bold;
		padding-bottom: 5px;
		font-size: 13px;
		line-height: 22px;
	}
	.f_txt_menu ul {
		overflow: hidden;
		padding-bottom: 10px;
	}
	.f_txt_menu li {
		float: left;
	}
	.f_txt_menu li:not(:last-child):after {
		content: "｜";
		color: #999;
	}
	.f_txt_menu a {
		font-size: 12px;
		line-height: 22px;
	}
	.f_menu {}
	.f_menu ul {
		border-top: 1px solid #ccc;
		border-bottom: 2px solid #ccc;
		background: #f5f5f5;
		overflow: hidden;
	}
	.f_menu li {
		border-bottom: 1px solid #ccc;
		float: left;
		width: 50%;
		box-sizing: border-box;
	}
	.f_menu li:nth-of-type(2n-1) {
		border-right: 1px solid #ccc;
	}
	.f_menu a {
		display: block;
		padding: 15px 4%;
		font-weight: bold;
		position: relative;
	}
	.f_menu a i {
		position: absolute;
		top: 18px;
		right: 4%;
		color: #999;
	}
	/*footer-tenpo start*/
	.f-tel {
		width: 94%;
		font-size: 30px;
		margin: 0 auto;
		text-align: center;
	}
	.f-tel a {
		font-family: 'Century Gothic', 'Arial';
		font-weight: bold;
		color: #333333;
		padding: 10px 0 4px 0px;
		display: block;
		line-height: 25px;
	}
	.f-tel i {
		vertical-align: middle;
		margin: 0 8px 0 0;
		padding: 8px;
		font-size: 20px;
		transform: scale(-1, 1);
		background-color: #f5f5f5;
		border: 1px solid;
	}
	.office-info {
		width: 94%;
		margin: 0 auto;
		padding: 0;
		height: auto;
		overflow: auto;
	}
	.office-info span {
		display: block;
		width: 100%;
		margin: 0 !important;
		padding: 1% 0 !important;
		text-align: center;
	}
	.office-info a {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.office-info img {
		margin: 0;
		padding: 0;
		max-width: 60% !important;
		height: auto;
	}
	/*footer-tenpo end*/
	.copyright {
		padding: 3px 0;
		font-size: 1em;
		color: #FFFFFF;
		text-align: center;
		margin: 10px 0 0 0;
	}
	/* ----------------------------------------
フッター固定
---------------------------------------- */
	.fixfoot {
		width: 100%;
		position: fixed;
		bottom: -1px;
		height: 80px;
		background-color: #FFF;
		z-index: 999;
		margin: 0px;
		padding: 0px;
		background-color: #0062A0;
	}
	.fixfoot ul {
		width: 100%;
		margin: 0px;
		height: 100%;
		padding: 0px;
		list-style: none;
		display: flex;
	}
	.fixfoot ul li {
		text-align: center;
		vertical-align: middle;
		height: 100%;
		margin: 0px;
		padding: 0px;
		flex: 1;
		display: block;
	}
	.fixfoot ul li:last-child {
		border: none;
		background: #787878;
	}
	.fixfoot ul li:last-child i {
		color: #326598;
		display: table;
		font-size: 24px;
	}
	.fixfoot ul li:last-child span {
		color: #326598;
		display: none;
	}
	.fixfoot ul li a {
		display: flex;
		width: 100%;
		height: 100%;
		font-size: 13px;
		padding: 0px 0px 0px 0px;
		margin: 0px;
		color: #fff;
    justify-content: center;
    align-items: center;
	}
	.fixfoot ul li a img {
		width: 70%;
		max-height: 65px;
	}
	.fixfoot ul li i {
		width: 100%;
		height: 17px;
		display: block;
		text-align: center;
	}
	.fixfoot ul li p {
		font-size: 20px;
	}
	.fixfoot ul li span {
		font-size: 10px;
		display: block;
	}
	.dra_tl p {
		background: #326598;
		color: #fff;
	}
	.fixfoot ul li:nth-child(3) i {
		color: #e10000;
	}
	.fixfoot ul li:nth-child(3) span {
		color: #e10000;
	}
	/* =========================================================
	 footer end
========================================================= */
}