@charset "shift_jis";
@media screen and (max-width: 768px) {
	.sp_off {
		display: none;
	}
	body {
		margin: 0;
		font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-size: 100%;
	}
	h2 {
		text-align: center;
		font-size: 28px;
	}
	/*--------------------main----------------------*/
	.ninbai_main_wrap {
		background: url(../img/main_bg.webp);
		background-size: cover;
		background-position: center;
	}
	.ninbai_main_inner {
		width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 80px 0;
	}
	.ninbai_main_inner span {
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		line-height: 40px;
		border-bottom: 1px solid #fff;
		display: inline;
		text-shadow: 0 0 10px rgba(54, 118, 142, 0.8);
	}
	.ninbai_main_inner span b {
		font-size: 24px;
	}
	.ninbai_main_inner p {
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		line-height: 30px;
		border-bottom: 1px solid #fff;
		display: inline;
		text-shadow: 0 0 10px rgba(54, 118, 142, 0.8);
	}
	/*--------------------/main----------------------*/
	.side_btn {
		position: fixed;
		right: 0;
		top: 65%;
		z-index: 1000;
	}
	.sale_con_title {
		text-align: center;
		margin-bottom: 40px;
	}
	.sale_con_title h2 {
		font-size: 30px;
		margin: 0 0 20px;
		line-height: 1.5;
	}
	.sale_con_title img {}
	.ontent_wrap {
		margin: 60px 0;
	}
	/* --- 悩み --- */
	.nayami {
		width: 96%;
		margin: 0 auto;
	}
	.nayami h2 {
		font-size: 7vw;
		font-weight: bold;
		margin: 30px 0 10px;
	}
	.nayami_group {
		position: relative;
		margin: 2px 0;
	}
	.nayami_icon {
		display: none;
	}
	.nb_nayami .nayami_group ul {
		display: block;
		padding: 0;
		width: 90%;
		margin: 0 auto;
	}
	.nb_nayami .nayami_group ul li {
		width: 100%;
		font-size: 16px;
		font-weight: bold;
		line-height: 180%;
		border: 1px solid #bfbfbf;
		padding: 20px 10px;
		box-sizing: border-box;
		list-style: none;
		border-radius: 10px;
		margin-bottom: 15px;
		text-align: center;
	}
	.nayami_group ul li span {
		background: linear-gradient(transparent 60%, #ffdbde 0%);
	}
	/* ---/ 悩み --- */
	/* --- 滞納したままにすると・・ --- */
	.nb_arrearage_wrap {
		background-color: #0d73a2;
		position: relative;
		padding: 60px 0 60px;
		box-sizing: border-box;
		margin-top: 50px;
	}
	.nb_arrearage_wrap:after {
		position: absolute;
		content: "";
		top: -10px;
		left: 0px;
		right: 0;
		margin: 0 auto;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 60px solid transparent;
		border-left: 40px solid rgb(255, 255, 255);
		transform: rotate(90deg);
	}
	.nb_arr_inner {}
	.nb_arr_txt {
		color: #fff;
	}
	.nb_arr_txt h3 {
		font-size: 30px;
		line-height: 1.5;
		letter-spacing: -1px;
		text-align: center;
	}
	.nb_arr_txt p {
		font-size: 18px;
		line-height: 1.8;
		margin: 30px auto 40px;
		width: 85%;
	}
	.nb_arr_img {
		text-align: center;
		width: 90%;
		margin: 0 auto;
	}
	.nb_arr_img img {
		width: 100%;
	}
	/* ---/ 滞納したままにすると・・ --- */
	/* --- 任意売却で解決 --- */
	.nb_solution_wrap {
		margin: 70px 0 110px;
	}
	.nb_sol_title {
		text-align: center;
	}
	.nb_sol_title h3 {
		font-size: 30px;
		background: linear-gradient(transparent 70%, #ffdbde 0%);
		line-height: 1.8;
		display: inline;
		margin: 0 0 10px;
	}
	.nb_solution_wrap p {
		font-size: 17px;
		line-height: 1.8;
		margin: 40px auto;
		width: 85%;
	}
	.nb_sol_img {
		width: 90%;
		margin: 0 auto;
	}
	.nb_sol_img img {
		width: 100%;
	}
	/* ---/ 任意売却で解決 --- */
	/* --- 競売と任意売却の違い --- */
	.nb_difference_wrap {
		padding: 120px 0 0;
	}
	.nb_difference_wrap h2 {
		font-size: clamp(14px, 6vw, 24px);
		line-height: 1.8;
		font-weight: bold;
		text-align: center;
		color: #000;
		margin: 0 0 30px;
	}
	.nb_difference_wrap h2::after {
		content: "";
		display: block;
		width: 70px;
		height: 5px;
		background-color: #0e6e98;
		margin: 20px auto 0;
	}
	.nb_dif_table {
		width: 90%;
		margin: 0 auto;
		border: 1px solid #ccc;
		box-sizing: border-box;
		padding: 20px;
	}
	.nb_dif_table ul {
		padding: 0;
		margin: 0;
	}
	.nb_dif_table ul li {
		list-style-type: none;
	}
	.nb_dif_block {}
	.keibai_block {}
	.nb_dif_block .komoku p {
		line-height: 50px;
		text-align: center;
		color: #fff;
		font-size: 20px;
		background-color: #aaaaaa;
		margin: 0;
		font-weight: bold;
	}
	.nb_dif_block.nini_block .komoku p {
		background-color: #0d73a2;
	}
	.nb_dif_list {
		display: flex;
	}
	.nb_dif_list ul {}
	.nb_dif_list ul li {
		padding: 20px;
		text-align: center;
		border-bottom: 1px dashed #ccc;
		height: 120px;
	}
	.nb_dif_list ul li p {
		font-size: 20px;
		line-height: 1;
		margin: 20px 0 10px;
		font-weight: bold;
	}
	.nb_dif_list ul li span {
		font-size: 14px;
		color: #565656;
		display: block;
		line-height: 1.3;
	}
	.nb_dif_list ul.sp_komoku li {
		border-right: 1px dashed #ccc;
		padding: 20px 10px 20px 0;
	}
	.nb_dif_list ul.sp_komoku li p {
		font-size: 15px;
		font-weight: normal;
	}
	.nb_dif_list ul.sp_komoku li img {
		width: 50px;
	}
	.pc_off {}
	.nb_dif_btm {
		text-align: center;
		margin-top: 20px;
	}
	.nb_dif_btm p {
		font-size: 25px;
		font-weight: bold;
		margin: 0 0 20px;
		line-height: 1.5;
	}
	.nb_dif_btm .arrow {}
	.nb_dif_btm .illust {
		width: 70%;
		margin: 0 auto;
	}
	.nb_dif_btm .illust img {
		width: 100%;
	}
	.nb_dif_komoku {
		width: 80px;
		margin-top: 70px;
	}
	.nb_dif_komoku li {
		text-align: center;
		margin-bottom: 70px;
	}
	.nb_dif_komoku li p {
		font-size: 15px;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 20px;
	}
	.nb_dif_komoku li img {}
	.sp_off {}
	/* ---/ 競売と任意売却の違い --- */
	/* --- タイムリミット --- */
	.nb_limit_wrap {
		text-align: center;
		margin-bottom: 110px;
	}
	.nb_lim_title {
		margin: 60px 0 70px;
	}
	.nb_lim_title h3 {
		font-size: 35px;
		line-height: 1.3;
		margin-bottom: 30px;
	}
	.nb_lim_title h3 span {
		color: #f00;
		font-weight: bold;
	}
	.nb_lim_title p {
		font-size: 18px;
		width: 85%;
		margin: 0 auto;
	}
	.nb_lim_img {
		width: 90%;
		margin: 0 auto 0px;
		overflow: scroll;
	}
	.nb_lim_img img {
		width: 700px;
	}
	.scroll_img {
		width: 90%;
		margin: 10px auto 60px;
	}
	.scroll_img img {
		width: 100%;
	}
	.nb_lim_btm {
		width: 85%;
		margin: 0 auto;
	}
	.fz30 {
		font-size: 25px;
		line-height: 1.3;
		font-weight: bold;
	}
	.fz30 span {
		background: linear-gradient(transparent 70%, #ffdbde 0%);
		line-height: 1.5;
	}
	.fz35 {
		font-size: 30px;
		line-height: 1.3;
		font-weight: bold;
	}
	/* ---/ タイムリミット --- */
	/* --- 任意売却の相談事例 --- */
	.salec_result_wrap {
		background-color: #eee;
		padding: 110px 0 90px;
	}
	.salec_result_wrap h2 {
		font-size: clamp(14px, 6vw, 24px);
		line-height: 1.8;
		font-weight: bold;
		text-align: center;
		color: #000;
		margin: 0 0 30px;
	}
	.salec_result_wrap h2::after {
		content: "";
		display: block;
		width: 70px;
		height: 5px;
		background-color: #0e6e98;
		margin: 20px auto 0;
	}
	.salec_res_list ul {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	.salec_res_list ul li {
		list-style-type: none;
		background-color: #fff;
		border: 3px solid #307fa9;
		border-radius: 5px;
		box-sizing: border-box;
		padding: 30px;
		margin-bottom: 30px;
	}
	.res_list_top {}
	.res_list_top p {
		font-size: 20px;
		color: #307fa9;
		font-weight: bold;
		margin: 0 0 20px;
	}
	.res_list_top p .res_list_number {
		display: block;
		background-color: #307fa9;
		color: #fff;
		padding: 10px 20px;
		margin-bottom: 20px;
		font-size: 18px;
		text-align: center;
	}
	.res_list_top p .res_list_name {
		font-size: 16px;
		display: block;
	}
	.res_list_btm {}
	.res_list_btm .img {
		text-align: center;
	}
	.res_list_btm .txt {}
	.res_list_btm .txt p {
		font-size: 16px;
		line-height: 1.5;
		margin: 20px 0;
	}
	/* ---/ 任意売却の相談事例 --- */
	/* --- 任意売却に関するよくある質問 --- */
	.salec_qa_wrap {
		padding: 110px 0 80px;
	}
	.salec_qa_wrap h2 {
		font-size: clamp(14px, 6vw, 24px);
		line-height: 1.8;
		font-weight: bold;
		text-align: center;
		color: #000;
		margin: 0 0 30px;
	}
	.salec_qa_wrap h2::after {
		content: "";
		display: block;
		width: 70px;
		height: 5px;
		background-color: #0e6e98;
		margin: 20px auto 0;
	}
	.salec_qa_list ul {
		padding: 0;
		margin: 0 auto;
		width: 90%;
	}
	.salec_qa_list ul li {
		border: 1px solid #ccc;
		border-radius: 5px;
		padding: 5px 20px;
		box-sizing: border-box;
		list-style-type: none;
		margin-bottom: 20px;
	}
	.salec_list_q {
		border-bottom: 1px dashed #ccc;
		font-size: 20px;
		font-weight: bold;
		padding: 20px 0 20px 50px;
		background-image: url(../img/q_icon.png);
		background-position: top 25px left;
		background-repeat: no-repeat;
	}
	.salec_list_a {
		font-size: 18px;
		padding: 20px 0 20px 50px;
		background-image: url(../img/a_icon.png);
		background-position: top 20px left;
		background-repeat: no-repeat;
	}
	/* ---/ 任意売却に関するよくある質問 --- */
	.contact_wrap {
		width: 100%;
		background: #333;
	}
	.contact_co {
		width: 96%;
		margin: 0 auto;
		padding: 30px 0;
		text-align: center;
		color: #fff;
	}
	.con_title {
		font-size: 18px;
		font-weight: bold;
	}
	.contact_co p {
		margin: 10px auto 30px;
		font-size: 25px;
		font-weight: bold;
		line-height: 1.3;
	}
	.contact_btn a {
		width: 90%;
		height: 70px;
		display: block;
		margin: 0 auto 10px;
		background: #fff;
		line-height: 25px;
		text-decoration: none;
		color: #000;
		font-size: 25px;
		font-weight: bold;
		border-radius: 5px;
		text-indent: 15px;
		position: relative;
		padding: 15px 0;
		box-sizing: border-box;
	}
	.contact_btn a:nth-child(2) {
		font-size: 20px;
	}
	.contact_btn a span {
		font-size: 14px;
		display: block;
		font-weight: normal;
	}
	.contact_btn a::before {
		content: "";
		display: inline-block;
		background: url(../img/tel_icon.png);
		background-size: auto;
		width: 28px;
		height: 23px;
		margin-right: 14px;
		margin-bottom: -2px;
		position: absolute;
		top: 40%;
		left: 35px;
		background-repeat: no-repeat;
	}
	.contact_btn a:nth-child(2):before {
		background: url(../img/mail_icon.png);
		background-repeat: no-repeat;
	}
}