@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;
	}
	h2 {
		text-align: center;
		font-size: 28px;
	}
	.main {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		background-image: url(../img/main.img.png);
		background-size:cover ;
		position: relative;
		height: 340px;
	}
	.main img {
		width: 90%;
		position: absolute;
		top: 50%;
		left: 5%;
	}
	.side_btn {
		position: fixed;
		right: 0;
		top: 65%;
		z-index: 1000;
	}
	.ontent_wrap {
		margin: 60px 0;
	}
	.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 {}
	/* ------悩み------- */
	.nayami {
		width: 96%;
		margin: 0 auto;
	}
	.nayami h2 {
		font-size: 7vw;
	}
	.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%);
	}
	.sumi_nayami_img img {
		width: 100%;
	}
	/* ------/ 悩み ------- */
	/* --- ライフスタイルに合わせた暮らしを --- */
	.sumi_life_wrap {}
	.sumi_life_ti {}
	.sumi_life_ti h2 {
		font-size: 30px;
		line-height: 40px;
		margin: 0 auto 40px;
		width: 85%;
	}
	.sumi_life_block {
		margin: 0 auto 60px;
		width: 85%;
	}
	.sumi_life_graph img {
		width: 100%;
	}
	.sumi_life_txt {
		text-align: center;
		font-weight: bold;
		width: 85%;
		margin: 30px auto 0;
	}
	.sumi_life_txt br {
		display: none;
	}
	.sumi_life_txt .fukidashi {
		position: relative;
		font-size: 20px;
		color: #00561f;
		line-height: 28px;
		margin: 0 0 30px;
		position: relative;
	}
	.sumi_life_txt .fukidashi::before {
		content: "";
		width: 50px;
		display: block;
		height: 2px;
		background-color: #00561f;
		transform: rotate(70deg);
		position: absolute;
		left: -40px;
		bottom: 20px;
	}
	.sumi_life_txt .fukidashi::after {
		content: "";
		width: 50px;
		display: block;
		height: 2px;
		background-color: #00561f;
		transform: rotate(-70deg);
		position: absolute;
		right: -40px;
		bottom: 20px;
	}
	.sumi_life_txt .big_txt {
		font-size: 30px;
		line-height: 40px;
		margin: 20px 0;
	}
	.sumi_life_txt .big_txt span {
		color: #f0af34;
	}
	.sumi_life_txt .annotation {
		font-size: 10px;
		line-height: 15px;
	}
	.sumi_q {
		margin-bottom: 100px;
	}
	.sumi_q_block {
		width: 90%;
		margin: 0 auto 50px
	}
	.sumi_q_txt {}
	.sumi_q_txt h3 {
		font-size: 25px;
		line-height: 1.5;
		font-weight: bold;
		margin: 0 0 20px;
	}
	.sumi_q_txt p {
		font-size: 17px;
		line-height: 1.8;
	}
	.sumi_q_block:nth-child(2) {
		flex-flow: row-reverse;
	}
	.sumi_q_img img {
		width: 100%;
	}
	/* ---/ ライフスタイルに合わせた暮らしを --- */
	/* --- 住み替えタイプから選ぶ --- */
	.sumi_type_wrap {
		background-color: #a3d526;
		padding: 80px 0 40px;
	}
	.sumi_type_wrap .sale_con_title h2 {
		color: #fff;
	}
	.sumi_type_txt p {
		font-size: 17px;
		text-align: left;
		line-height: 1.8;
		color: #fff;
		margin: 50px auto 50px;
		width: 85%;
	}
	.sumi_tp_block_wrap {
		width: 90%;
		margin: 0 auto;
	}
	.sumi_tp_block {
		padding: 40px 20px;
		box-sizing: border-box;
		background-color: #fff;
		margin-bottom: 20px;
	}
	.sumi_tp_ti {
		text-align: center;
	}
	.sumi_tp_ti h3 {
		font-size: 35px;
		color: #00561f;
		background: linear-gradient(transparent 70%, #cce198 0%);
		line-height: 1.3;
		display: inline-block;
		margin: 0px;
	}
	.sumi_tp_ti p {
		font-size: 18px;
		color: #00561f;
		margin: 20px 0 30px;
		font-weight: bold;
	}
	.sumi_tp_merit {
		border: 2px solid #f0af34;
		box-sizing: border-box;
		padding: 20px 20px 10px;
	}
	.sumi_tp_merit p {
		font-size: 18px;
		color: #f0af34;
		margin: 0 0 10px;
		line-height: 1;
		font-weight: bold;
	}
	.sumi_tp_merit ul {
		padding: 0 0 0 30px;
		margin: 0;
	}
	.sumi_tp_merit ul li {
		font-size: 17px;
		line-height: 1.4;
		margin-bottom: 20px;
		position: relative;
		list-style-type: none;
		font-weight: bold;
	}
	.sumi_tp_merit ul li::before {
		content: "";
		position: absolute;
		top: 8px;
		left: -25px;
		display: block;
		width: 10px;
		height: 10px;
		border-radius: 50px;
		background-color: #f0af34;
	}
	.demerit {
		border: 2px solid #a3d526;
		margin-top: 20px;
	}
	.demerit ul li::before {
		background-color: #a3d526;
	}
	.demerit p {
		color: #a3d526;
	}
	/* ---/ 住み替えタイプから選ぶ --- */
	/* --- 住み替えの成功の秘訣とは？ --- */
	.sumi_point_wrap {
		padding: 100px 0 60px;
	}
	.sumi_pt_komoku {
		display: none;
	}
	.sumi_pt_komoku p {
		line-height: 50px;
		font-size: 20px;
		width: 330px;
		text-align: center;
		border-radius: 50px;
		background-color: #ebebeb;
		margin: 20px 80px;
	}
	.sumi_pt_komoku p:nth-child(2) {
		background-color: #0d73a2;
		color: #fff;
	}
	.sumi_pt_list {
		width: 90%;
		margin: 0 auto;
	}
	.sumi_pt_list ul {
		margin: 0 0 20px;
		padding: 0;
		font-weight: bold;
	}
	.sumi_pt_list ul li:nth-child(1) {
		width: 100%;
		display: flex;
		align-items: center;
		background-color: #a3d526;
		color: #fff;
		text-align: center;
		justify-content: center;
		line-height: 50px;
	}
	.sumi_pt_list ul li:nth-child(2) {
		margin: 0 0px 5px 0;
		background-color: #ebebeb;
		padding: 20px;
		box-sizing: border-box;
		display: flex;
	}
	.sumi_pt_list ul li:nth-child(3) {
		margin: 0 0px 5px 0;
		background-color: #f7ffe4;
		color: #00561f;
		padding: 20px;
		box-sizing: border-box;
		display: flex;
	}
	.sumi_pt_list ul li {
		list-style-type: none;
	}
	.sumi_pt_list ul li p {
		margin: 0;
		font-size: 17px;
		width: 80%;
	}
	.sumi_pt_list ul li span {
		width: 20%;
		font-size: 15px;
	}
	.sumi_pt_img {
		text-align: center;
		margin: 40px auto 50px;
		width: 75%;
	}
	.sumi_pt_img img {
		width: 100%;
	}
	.sumi_pt_txt p {
		text-align: center;
		font-size: 25px;
		line-height: 40px;
		font-weight: bold;
	}
	.sumi_pt_txt span {
		background: linear-gradient(transparent 70%, #ffdbde 0%);
		line-height: 1.3;
		font-weight: bold;
	}
	/* ---/ 住み替えの成功の秘訣とは？ --- */
	/* --- 相談事例 --- */
	.sumi_result_wrap {
		padding: 100px 0 0;
	}
	.sumi_re_block {
		width: 90%;
		margin: 0 auto;
	}
	.sumi_re_bl_ti {
		font-size: 20px;
		line-height: 1;
		font-weight: bold;
		margin: 0 0 50px;
		text-align: center;
		letter-spacing: 3px;
	}
	.sumi_re_bl_ti span {
		background: linear-gradient(transparent 70%, #ffdbde 0%);
		line-height: 1.3;
		font-size: 30px;
	}
	.sumi_re_bl_komoku {
		text-align: center;
	}
	.sumi_re_bl_komoku img {
		width: 100%;
	}
	.sumi_re_list_wrap {
		margin-bottom: 100px;
	}
	.sumi_re_list {
		width: 100%;
	}
	.sumi_re_list_img {
		text-align: center;
		margin-top: 40px;
	}
	.sumi_re_list_img img {
		margin: 0 auto;
		width: 80%;
	}
	.sumi_re_list ul {
		margin: 0;
		padding: 0;
		border: 2px solid #a3d526;
		border-radius: 10px;
		box-sizing: border-box;
		padding: 40px;
	}
	.sumi_re_list ul li {
		list-style-type: none;
		font-size: 18px;
		color: #00561f;
		margin-bottom: 25px;
		line-height: 1;
		position: relative;
		padding-left: 40px;
		font-weight: bold;
	}
	.sumi_re_list ul li:last-child {
		margin-bottom: 0px;
	}
	.sumi_re_list ul li::before {
		position: absolute;
		content: url(../img/sumi_re_moya.png);
		top: -5px;
		left: 0;
	}
	.sumi_re_list:nth-child(2) ul {
		border: 2px solid #f0af34;
		background-color: #fff9ed;
	}
	.sumi_re_list:nth-child(2) ul li {
		color: #eb6100;
	}
	.sumi_re_list:nth-child(2) ul li::before {
		content: url(../img/sumi_re_check.png);
	}
	/* ---/ 相談事例 --- */
	.contact_wrap {
		width: 100%;
		background: #a3d526;
	}
	.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: 100%;
		height: 70px;
		display: block;
		margin: 0 0px 10px;
		background: #fff;
		line-height: 25px;
		text-decoration: none;
		color: #000;
		font-size: 25px;
		font-weight: bold;
		border-radius: 40px;
		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;
	}
	
}