/* Android(380px以下) css */
@media only screen and (max-width: 379px) {
	.reason_title p {
		font-size: 25px;
	}

	.point_ttl p {
		font-size: 25px;
	}

	p.txt_rg {
		font-size: 25px;
	}

	.point_ttl::after {
		transform: rotate(35deg);
		margin-left: 10px;
	}

	.point_ttl::before {
		transform: rotate(-35deg);
		margin-right: 10px;
	}

	p.txt_position::before {
		width: 35px;
		height: 32px;
		top: 2px;
		left: 5px;
	}

	p.txt_position::after {
		width: 35px;
		height: 32px;
		top: 2px;
		right: 5px;
	}

	p.txt_red {
		font-size: 18px;
	}

	/* 買取ページ */
	.example_box {
		width: 155px;
	}

	p.em_name {
		width: 153px;
	}

	.point_box {
		width: 150px;
	}

	/* .point_box p {
	font-size: 1.3em;
} */

	p.small_txt {
		font-size: 1em;
		width: 94%;
		margin-top: 5px;
	}

	/* .problem_list::before{
	right: -138px;
} */

	.mv_point {
		width: 330px;
	}

	.conlink_box::before {
		width: 145px;
	}

	p.border_txt {
		font-size: 15px;
	}

	/* .point_box {
	width: 265px;
	margin: 0 auto;
} */

	p.under_blue {
		font-size: 20px;
	}

	.banner_icon p {
		font-size: 14px;
	}

	.tab {
		font-size: 13px;
	}
}