@charset "shift_jis";
@media screen and (min-width: 769px) {
	.pc_off {
		display: none;
	}
	body {
		margin: 0;
		font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		line-height: 1.6;
	}
	header {}
	h1 {}
	h2 {
		text-align: center;
		font-size: 28px;
	}
	.pc_off {
		display: none;
	}
	/*--------------------main----------------------*/
	.ninbai_main_wrap {
		height: 550px;
		background: url(/ninibaikyaku/img/main_bg.webp);
		background-size: cover;
		background-position: center;
	}
	.ninbai_main_inner {
		width: 1200px;
		margin: 0 auto;
		padding-top: 200px;
	}
	.ninbai_main_inner span {
		font-size: 50px;
		font-weight: bold;
		color: #fff;
		line-height: 92px;
		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: 70px;
	}
	.ninbai_main_inner p {
		font-size: 30px;
		font-weight: bold;
		color: #fff;
		line-height: 50px;
		letter-spacing: 0.05em;
		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: 30%;
		z-index: 1000;
	}
	.sale_con_title {
		text-align: center;
		margin-bottom: 40px;
	}
	.sale_con_title h2 {
		font-size: 40px;
		margin: 0 0 20px;
		line-height: 1;
	}
	.sale_con_title img {}
	/* --- 悩み --- */
	.nayami {
		width: 1100px;
		margin: 100px auto 120px;
	}
	.nayami h2 {
		text-align: center;
		display: block;
		font-size: 40px;
		line-height: 1;
		font-weight: bold;
		margin: 0 0 50px;
	}
	.nayami_group {
		position: relative;
		margin: 0px 0;
	}
	.nayami_icon {
		position: absolute;
		top: 38%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.nayami_group ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0;
		margin: 0;
	}
	.nayami_group ul li {
		width: 350px;
		height: 110px;
		font-size: 17px;
		font-weight: bold;
		line-height: 30px;
		border: 1px solid #bfbfbf;
		padding: 25px 0;
		box-sizing: border-box;
		list-style: none;
		border-radius: 10px;
		margin: 10px 8px;
		text-align: center;
	}
	.nayami_group ul li span {
		background: linear-gradient(transparent 60%, #ffdbde 0%);
	}
	/* ---/ 悩み --- */
	/* --- 滞納したままにすると・・ --- */
	.nb_arrearage_wrap {
		background-color: #333;
		position: relative;
		padding: 120px 0 100px;
		box-sizing: border-box;
	}
	.nb_arrearage_wrap:after {
		position: absolute;
		content: "";
		top: -15px;
		left: 0px;
		right: 0;
		margin: 0 auto;
		box-sizing: border-box;
		width: 4px;
		height: 4px;
		border: 84px solid transparent;
		border-left: 54px solid rgb(255, 255, 255);
		transform: rotate(90deg);
	}
	.nb_arr_inner {}
	.nb_arr_txt {
		color: #fff;
		text-align: center;
	}
	.nb_arr_txt h3 {
		font-size: 35px;
		line-height: 1;
	}
	.nb_arr_txt p {
		font-size: 18px;
		line-height: 30px;
		margin: 50px 0;
		color: #fff;
	}
	.nb_arr_img {
		text-align: center;
	}
	.nb_arr_img img {}
	/* ---/ 滞納したままにすると・・ --- */
	/* --- 任意売却で解決 --- */
	.nb_solution_wrap {
		text-align: center;
		margin: 90px 0 110px;
	}
	.nb_sol_title h3 {
		font-size: 35px;
		background: linear-gradient(transparent 70%, #ffdbde 0%);
		line-height: 1.3;
		display: inline-block;
		margin: 0 0 10px;
	}
	.nb_solution_wrap p {
		font-size: 18px;
		line-height: 35px;
		margin: 40px 0;
	}
	.nb_sol_img {}
	/* ---/ 任意売却で解決 --- */
	/* --- 競売と任意売却の違い --- */
	.nb_difference_wrap {
		padding: 120px 0 0;
	}
	.nb_difference_wrap h2 {
		font-size: 40px;
		line-height: 40px;
		font-weight: bold;
		text-align: center;
		color: #000;
		margin: 0 0 40px;
	}
	.nb_difference_wrap h2::after {
		content: "";
		display: block;
		width: 70px;
		height: 5px;
		background-color: #0e6e98;
		margin: 30px auto 0;
	}
	.nb_dif_table {
		width: 1100px;
		margin: 0 auto;
		border: 1px solid #ccc;
		box-sizing: border-box;
		padding: 40px 50px;
		display: flex;
		justify-content: space-between;
	}
	.nb_dif_table ul {
		padding: 0;
		margin: 0;
	}
	.nb_dif_table ul li {
		list-style-type: none;
	}
	.nb_dif_block {
		width: 400px;
	}
	.keibai_block {}
	.nb_dif_block .komoku p {
		width: 400px;
		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 {}
	.nb_dif_list ul {}
	.nb_dif_list ul li {
		padding: 40px 0;
		text-align: center;
		border-bottom: 1px dashed #ccc;
	}
	.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;
	}
	.pc_off {}
	.nb_dif_btm {
		text-align: center;
		margin-top: 30px;
	}
	.nb_dif_btm p {
		font-size: 20px;
		font-weight: bold;
		margin: 20px 0;
	}
	.nb_dif_btm .arrow {}
	.nb_dif_btm .illust {}
	.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: 90px 0 70px;
	}
	.nb_lim_title h3 {
		font-size: 35px;
		line-height: 1;
		margin-bottom: 30px;
	}
	.nb_lim_title h3 span {
		color: #f00;
		font-weight: bold;
	}
	.nb_lim_title p {
		margin: 0;
		font-size: 20px;
	}
	.nb_lim_img {
		margin-bottom: 60px;
	}
	.nb_lim_btm {}
	.nb_lim_btm .fz30 {
		font-size: 30px;
		line-height: 1;
		font-weight: bold;
		margin: 20px 0;
	}
	.nb_lim_btm .fz30 span {
		background: linear-gradient(transparent 70%, #ffdbde 0%);
		line-height: 1.3;
	}
	.nb_lim_btm .fz35 {
		font-size: 35px;
		line-height: 1;
		font-weight: bold;
	}
	/* ---/ タイムリミット --- */
	/* --- 任意売却の相談事例 --- */
	.salec_result_wrap {
		background-color: #eee;
		padding: 110px 0 90px;
	}
	.salec_result_wrap h2 {
		font-size: 40px;
		line-height: 40px;
		font-weight: bold;
		text-align: center;
		color: #000;
		margin: 0 0 40px;
	}
	.salec_result_wrap h2::after {
		content: "";
		display: block;
		width: 70px;
		height: 5px;
		background-color: #0e6e98;
		margin: 30px auto 0;
	}
	.salec_res_list ul {
		width: 1100px;
		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: 40px;
		margin-bottom: 30px;
	}
	.res_list_top {}
	.res_list_top p {
		font-size: 23px;
		color: #307fa9;
		margin: 20px 0;
	}
	.res_list_top p .res_list_number {
		display: inline-block;
		background-color: #307fa9;
		color: #fff;
		padding: 10px 20px;
		margin-right: 20px;
		font-size: 18px;
	}
	.res_list_top p .res_list_name {
		font-size: 18px;
	}
	.res_list_btm {
		display: flex;
	}
	.res_list_btm .img {
		width: 340px;
		text-align: center;
	}
	.res_list_btm .txt {
		width: 700px;
	}
	.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: 40px;
		line-height: 40px;
		font-weight: bold;
		text-align: center;
		color: #000;
		margin: 0 0 40px;
	}
	.salec_qa_wrap h2::after {
		content: "";
		display: block;
		width: 70px;
		height: 5px;
		background-color: #0e6e98;
		margin: 30px auto 0;
	}
	.salec_qa_list ul {
		padding: 0;
		margin: 0 auto;
		width: 1100px;
	}
	.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: center 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%;
		height: 280px;
		background: #333;
	}
	.contact_co {
		width: 1100px;
		margin: 0 auto;
		padding-top: 40px;
		text-align: center;
		color: #fff;
	}
	.con_title {
		font-size: 22px;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 20px;
	}
	.contact_co p {
		margin: 0px auto 40px;
		font-size: 35px;
		font-weight: bold;
		line-height: 1;
		color: #fff;
	}
	.contact_btn {
		display: flex;
		justify-content: center;
	}
	.contact_btn a {
		width: 450px;
		height: 70px;
		display: block;
		margin: 0 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 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: 35%;
		left: 35px;
	}
	.contact_btn a:nth-child(2):before {
		background: url(../img/mail_icon.png);
		background-repeat: no-repeat;
		background-position: center;
	}
}